diff --git a/Calculator/.gitignore b/Calculator/.gitignore
new file mode 100644
index 0000000..aa724b7
--- /dev/null
+++ b/Calculator/.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/Calculator/.idea/.gitignore b/Calculator/.idea/.gitignore
new file mode 100644
index 0000000..26d3352
--- /dev/null
+++ b/Calculator/.idea/.gitignore
@@ -0,0 +1,3 @@
+# Default ignored files
+/shelf/
+/workspace.xml
diff --git a/Calculator/.idea/compiler.xml b/Calculator/.idea/compiler.xml
new file mode 100644
index 0000000..fb7f4a8
--- /dev/null
+++ b/Calculator/.idea/compiler.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/.idea/gradle.xml b/Calculator/.idea/gradle.xml
new file mode 100644
index 0000000..526b4c2
--- /dev/null
+++ b/Calculator/.idea/gradle.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/.idea/misc.xml b/Calculator/.idea/misc.xml
new file mode 100644
index 0000000..5c50035
--- /dev/null
+++ b/Calculator/.idea/misc.xml
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/.idea/vcs.xml b/Calculator/.idea/vcs.xml
new file mode 100644
index 0000000..94a25f7
--- /dev/null
+++ b/Calculator/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/.gitignore b/Calculator/app/.gitignore
new file mode 100644
index 0000000..e69de29
diff --git a/Calculator/app/build.gradle b/Calculator/app/build.gradle
new file mode 100644
index 0000000..ba03b59
--- /dev/null
+++ b/Calculator/app/build.gradle
@@ -0,0 +1,54 @@
+plugins {
+ id 'com.android.application'
+ id 'org.jetbrains.kotlin.android'
+}
+
+android {
+ compileSdk 32
+
+ defaultConfig {
+ applicationId "com.example.calculator"
+ minSdk 16
+ 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'
+ }
+ buildFeatures {
+ viewBinding true
+ }
+}
+
+dependencies {
+
+ implementation 'androidx.core:core-ktx:1.7.0'
+ implementation 'androidx.appcompat:appcompat:1.4.2'
+ implementation 'com.google.android.material:material:1.6.1'
+ implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
+ implementation 'androidx.navigation:navigation-fragment-ktx:2.3.5'
+ implementation 'androidx.navigation:navigation-ui-ktx:2.3.5'
+ implementation files('libs\\GraphView-4.0.1.jar')
+ testImplementation 'junit:junit:4.13.2'
+ implementation 'net.objecthunter:exp4j:0.4.5'
+ androidTestImplementation 'androidx.test.ext:junit:1.1.3'
+ androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
+ implementation 'io.apisense:rhino-android:1.0'
+ implementation 'com.intuit.ssp:ssp-android:1.0.5'
+ implementation 'com.intuit.sdp:sdp-android:1.0.5'
+ implementation 'de.hdodenhof:circleimageview:3.1.0'
+}
\ No newline at end of file
diff --git a/Calculator/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/calculator/databinding/ActivityGraphBinding.java b/Calculator/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/calculator/databinding/ActivityGraphBinding.java
new file mode 100644
index 0000000..184c6d1
--- /dev/null
+++ b/Calculator/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/calculator/databinding/ActivityGraphBinding.java
@@ -0,0 +1,204 @@
+// Generated by view binder compiler. Do not edit!
+package com.example.calculator.databinding;
+
+import android.view.LayoutInflater;
+import android.view.View;
+import android.view.ViewGroup;
+import android.widget.Button;
+import android.widget.LinearLayout;
+import android.widget.TextView;
+import androidx.annotation.NonNull;
+import androidx.annotation.Nullable;
+import androidx.viewbinding.ViewBinding;
+import androidx.viewbinding.ViewBindings;
+import com.example.calculator.R;
+import java.lang.NullPointerException;
+import java.lang.Override;
+import java.lang.String;
+
+public final class ActivityGraphBinding implements ViewBinding {
+ @NonNull
+ private final LinearLayout rootView;
+
+ @NonNull
+ public final Button Cosecx;
+
+ @NonNull
+ public final Button Cosx;
+
+ @NonNull
+ public final Button Cotx;
+
+ @NonNull
+ public final Button Equal;
+
+ @NonNull
+ public final Button Logx;
+
+ @NonNull
+ public final Button Secx;
+
+ @NonNull
+ public final Button Sinx;
+
+ @NonNull
+ public final Button Tanx;
+
+ @NonNull
+ public final Button btnThemeConverter;
+
+ @NonNull
+ public final Button graphCubex;
+
+ @NonNull
+ public final Button graphSqrtx;
+
+ @NonNull
+ public final Button graphSquareX;
+
+ @NonNull
+ public final Button graphX;
+
+ @NonNull
+ public final TextView value;
+
+ private ActivityGraphBinding(@NonNull LinearLayout rootView, @NonNull Button Cosecx,
+ @NonNull Button Cosx, @NonNull Button Cotx, @NonNull Button Equal, @NonNull Button Logx,
+ @NonNull Button Secx, @NonNull Button Sinx, @NonNull Button Tanx,
+ @NonNull Button btnThemeConverter, @NonNull Button graphCubex, @NonNull Button graphSqrtx,
+ @NonNull Button graphSquareX, @NonNull Button graphX, @NonNull TextView value) {
+ this.rootView = rootView;
+ this.Cosecx = Cosecx;
+ this.Cosx = Cosx;
+ this.Cotx = Cotx;
+ this.Equal = Equal;
+ this.Logx = Logx;
+ this.Secx = Secx;
+ this.Sinx = Sinx;
+ this.Tanx = Tanx;
+ this.btnThemeConverter = btnThemeConverter;
+ this.graphCubex = graphCubex;
+ this.graphSqrtx = graphSqrtx;
+ this.graphSquareX = graphSquareX;
+ this.graphX = graphX;
+ this.value = value;
+ }
+
+ @Override
+ @NonNull
+ public LinearLayout getRoot() {
+ return rootView;
+ }
+
+ @NonNull
+ public static ActivityGraphBinding inflate(@NonNull LayoutInflater inflater) {
+ return inflate(inflater, null, false);
+ }
+
+ @NonNull
+ public static ActivityGraphBinding inflate(@NonNull LayoutInflater inflater,
+ @Nullable ViewGroup parent, boolean attachToParent) {
+ View root = inflater.inflate(R.layout.activity_graph, parent, false);
+ if (attachToParent) {
+ parent.addView(root);
+ }
+ return bind(root);
+ }
+
+ @NonNull
+ public static ActivityGraphBinding 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.Cosecx;
+ Button Cosecx = ViewBindings.findChildViewById(rootView, id);
+ if (Cosecx == null) {
+ break missingId;
+ }
+
+ id = R.id.Cosx;
+ Button Cosx = ViewBindings.findChildViewById(rootView, id);
+ if (Cosx == null) {
+ break missingId;
+ }
+
+ id = R.id.Cotx;
+ Button Cotx = ViewBindings.findChildViewById(rootView, id);
+ if (Cotx == null) {
+ break missingId;
+ }
+
+ id = R.id.Equal;
+ Button Equal = ViewBindings.findChildViewById(rootView, id);
+ if (Equal == null) {
+ break missingId;
+ }
+
+ id = R.id.Logx;
+ Button Logx = ViewBindings.findChildViewById(rootView, id);
+ if (Logx == null) {
+ break missingId;
+ }
+
+ id = R.id.Secx;
+ Button Secx = ViewBindings.findChildViewById(rootView, id);
+ if (Secx == null) {
+ break missingId;
+ }
+
+ id = R.id.Sinx;
+ Button Sinx = ViewBindings.findChildViewById(rootView, id);
+ if (Sinx == null) {
+ break missingId;
+ }
+
+ id = R.id.Tanx;
+ Button Tanx = ViewBindings.findChildViewById(rootView, id);
+ if (Tanx == null) {
+ break missingId;
+ }
+
+ id = R.id.btnThemeConverter;
+ Button btnThemeConverter = ViewBindings.findChildViewById(rootView, id);
+ if (btnThemeConverter == null) {
+ break missingId;
+ }
+
+ id = R.id.graph_Cubex;
+ Button graphCubex = ViewBindings.findChildViewById(rootView, id);
+ if (graphCubex == null) {
+ break missingId;
+ }
+
+ id = R.id.graph_Sqrtx;
+ Button graphSqrtx = ViewBindings.findChildViewById(rootView, id);
+ if (graphSqrtx == null) {
+ break missingId;
+ }
+
+ id = R.id.graph_SquareX;
+ Button graphSquareX = ViewBindings.findChildViewById(rootView, id);
+ if (graphSquareX == null) {
+ break missingId;
+ }
+
+ id = R.id.graph_x;
+ Button graphX = ViewBindings.findChildViewById(rootView, id);
+ if (graphX == null) {
+ break missingId;
+ }
+
+ id = R.id.value;
+ TextView value = ViewBindings.findChildViewById(rootView, id);
+ if (value == null) {
+ break missingId;
+ }
+
+ return new ActivityGraphBinding((LinearLayout) rootView, Cosecx, Cosx, Cotx, Equal, Logx,
+ Secx, Sinx, Tanx, btnThemeConverter, graphCubex, graphSqrtx, graphSquareX, graphX, value);
+ }
+ String missingId = rootView.getResources().getResourceName(id);
+ throw new NullPointerException("Missing required view with ID: ".concat(missingId));
+ }
+}
diff --git a/Calculator/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/calculator/databinding/ActivityGraphLightBinding.java b/Calculator/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/calculator/databinding/ActivityGraphLightBinding.java
new file mode 100644
index 0000000..fb1bcad
--- /dev/null
+++ b/Calculator/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/calculator/databinding/ActivityGraphLightBinding.java
@@ -0,0 +1,204 @@
+// Generated by view binder compiler. Do not edit!
+package com.example.calculator.databinding;
+
+import android.view.LayoutInflater;
+import android.view.View;
+import android.view.ViewGroup;
+import android.widget.Button;
+import android.widget.LinearLayout;
+import android.widget.TextView;
+import androidx.annotation.NonNull;
+import androidx.annotation.Nullable;
+import androidx.viewbinding.ViewBinding;
+import androidx.viewbinding.ViewBindings;
+import com.example.calculator.R;
+import java.lang.NullPointerException;
+import java.lang.Override;
+import java.lang.String;
+
+public final class ActivityGraphLightBinding implements ViewBinding {
+ @NonNull
+ private final LinearLayout rootView;
+
+ @NonNull
+ public final Button Cosecx;
+
+ @NonNull
+ public final Button Cosx;
+
+ @NonNull
+ public final Button Cotx;
+
+ @NonNull
+ public final Button Equal;
+
+ @NonNull
+ public final Button Logx;
+
+ @NonNull
+ public final Button Secx;
+
+ @NonNull
+ public final Button Sinx;
+
+ @NonNull
+ public final Button Tanx;
+
+ @NonNull
+ public final Button btnThemeConverter;
+
+ @NonNull
+ public final Button graphCubex;
+
+ @NonNull
+ public final Button graphSqrtx;
+
+ @NonNull
+ public final Button graphSquareX;
+
+ @NonNull
+ public final Button graphX;
+
+ @NonNull
+ public final TextView value;
+
+ private ActivityGraphLightBinding(@NonNull LinearLayout rootView, @NonNull Button Cosecx,
+ @NonNull Button Cosx, @NonNull Button Cotx, @NonNull Button Equal, @NonNull Button Logx,
+ @NonNull Button Secx, @NonNull Button Sinx, @NonNull Button Tanx,
+ @NonNull Button btnThemeConverter, @NonNull Button graphCubex, @NonNull Button graphSqrtx,
+ @NonNull Button graphSquareX, @NonNull Button graphX, @NonNull TextView value) {
+ this.rootView = rootView;
+ this.Cosecx = Cosecx;
+ this.Cosx = Cosx;
+ this.Cotx = Cotx;
+ this.Equal = Equal;
+ this.Logx = Logx;
+ this.Secx = Secx;
+ this.Sinx = Sinx;
+ this.Tanx = Tanx;
+ this.btnThemeConverter = btnThemeConverter;
+ this.graphCubex = graphCubex;
+ this.graphSqrtx = graphSqrtx;
+ this.graphSquareX = graphSquareX;
+ this.graphX = graphX;
+ this.value = value;
+ }
+
+ @Override
+ @NonNull
+ public LinearLayout getRoot() {
+ return rootView;
+ }
+
+ @NonNull
+ public static ActivityGraphLightBinding inflate(@NonNull LayoutInflater inflater) {
+ return inflate(inflater, null, false);
+ }
+
+ @NonNull
+ public static ActivityGraphLightBinding inflate(@NonNull LayoutInflater inflater,
+ @Nullable ViewGroup parent, boolean attachToParent) {
+ View root = inflater.inflate(R.layout.activity_graph_light, parent, false);
+ if (attachToParent) {
+ parent.addView(root);
+ }
+ return bind(root);
+ }
+
+ @NonNull
+ public static ActivityGraphLightBinding 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.Cosecx;
+ Button Cosecx = ViewBindings.findChildViewById(rootView, id);
+ if (Cosecx == null) {
+ break missingId;
+ }
+
+ id = R.id.Cosx;
+ Button Cosx = ViewBindings.findChildViewById(rootView, id);
+ if (Cosx == null) {
+ break missingId;
+ }
+
+ id = R.id.Cotx;
+ Button Cotx = ViewBindings.findChildViewById(rootView, id);
+ if (Cotx == null) {
+ break missingId;
+ }
+
+ id = R.id.Equal;
+ Button Equal = ViewBindings.findChildViewById(rootView, id);
+ if (Equal == null) {
+ break missingId;
+ }
+
+ id = R.id.Logx;
+ Button Logx = ViewBindings.findChildViewById(rootView, id);
+ if (Logx == null) {
+ break missingId;
+ }
+
+ id = R.id.Secx;
+ Button Secx = ViewBindings.findChildViewById(rootView, id);
+ if (Secx == null) {
+ break missingId;
+ }
+
+ id = R.id.Sinx;
+ Button Sinx = ViewBindings.findChildViewById(rootView, id);
+ if (Sinx == null) {
+ break missingId;
+ }
+
+ id = R.id.Tanx;
+ Button Tanx = ViewBindings.findChildViewById(rootView, id);
+ if (Tanx == null) {
+ break missingId;
+ }
+
+ id = R.id.btnThemeConverter;
+ Button btnThemeConverter = ViewBindings.findChildViewById(rootView, id);
+ if (btnThemeConverter == null) {
+ break missingId;
+ }
+
+ id = R.id.graph_Cubex;
+ Button graphCubex = ViewBindings.findChildViewById(rootView, id);
+ if (graphCubex == null) {
+ break missingId;
+ }
+
+ id = R.id.graph_Sqrtx;
+ Button graphSqrtx = ViewBindings.findChildViewById(rootView, id);
+ if (graphSqrtx == null) {
+ break missingId;
+ }
+
+ id = R.id.graph_SquareX;
+ Button graphSquareX = ViewBindings.findChildViewById(rootView, id);
+ if (graphSquareX == null) {
+ break missingId;
+ }
+
+ id = R.id.graph_x;
+ Button graphX = ViewBindings.findChildViewById(rootView, id);
+ if (graphX == null) {
+ break missingId;
+ }
+
+ id = R.id.value;
+ TextView value = ViewBindings.findChildViewById(rootView, id);
+ if (value == null) {
+ break missingId;
+ }
+
+ return new ActivityGraphLightBinding((LinearLayout) rootView, Cosecx, Cosx, Cotx, Equal, Logx,
+ Secx, Sinx, Tanx, btnThemeConverter, graphCubex, graphSqrtx, graphSquareX, graphX, value);
+ }
+ String missingId = rootView.getResources().getResourceName(id);
+ throw new NullPointerException("Missing required view with ID: ".concat(missingId));
+ }
+}
diff --git a/Calculator/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/calculator/databinding/ActivityMainBinding.java b/Calculator/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/calculator/databinding/ActivityMainBinding.java
new file mode 100644
index 0000000..7ac93ca
--- /dev/null
+++ b/Calculator/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/calculator/databinding/ActivityMainBinding.java
@@ -0,0 +1,709 @@
+// Generated by view binder compiler. Do not edit!
+package com.example.calculator.databinding;
+
+import android.view.LayoutInflater;
+import android.view.View;
+import android.view.ViewGroup;
+import android.widget.Button;
+import android.widget.EditText;
+import android.widget.LinearLayout;
+import android.widget.TextView;
+import androidx.annotation.NonNull;
+import androidx.annotation.Nullable;
+import androidx.viewbinding.ViewBinding;
+import androidx.viewbinding.ViewBindings;
+import com.example.calculator.R;
+import java.lang.NullPointerException;
+import java.lang.Override;
+import java.lang.String;
+
+public final class ActivityMainBinding implements ViewBinding {
+ @NonNull
+ private final LinearLayout rootView;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button Cubex;
+
+ @NonNull
+ public final Button btn0;
+
+ @NonNull
+ public final Button btn1;
+
+ @NonNull
+ public final Button btn2;
+
+ @NonNull
+ public final Button btn3;
+
+ @NonNull
+ public final Button btn4;
+
+ @NonNull
+ public final Button btn5;
+
+ @NonNull
+ public final Button btn6;
+
+ @NonNull
+ public final Button btn7;
+
+ @NonNull
+ public final Button btn8;
+
+ @NonNull
+ public final Button btn9;
+
+ @NonNull
+ public final Button btnAdd;
+
+ @NonNull
+ public final Button btnBack;
+
+ @NonNull
+ public final Button btnClear;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnCos;
+
+ @NonNull
+ public final Button btnDecimal;
+
+ @NonNull
+ public final Button btnDivide;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnE;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnEPowerx;
+
+ @NonNull
+ public final Button btnEndBkt;
+
+ @NonNull
+ public final Button btnEqual;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnGraph;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnHistory;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnInverseCos;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnInverseSin;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnInversetan;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnLog;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnMatrix;
+
+ @NonNull
+ public final Button btnMinus;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnModx;
+
+ @NonNull
+ public final Button btnMultiply;
+
+ @NonNull
+ public final Button btnOpenBkt;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnPi;
+
+ @NonNull
+ public final Button btnRotate;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnSin;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnSqrt;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnSquarex;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnTan;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnThemeConverter;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnUnitConverter;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnXPowerY;
+
+ @NonNull
+ public final EditText tvInput;
+
+ @NonNull
+ public final TextView tvResult;
+
+ private ActivityMainBinding(@NonNull LinearLayout rootView, @Nullable Button Cubex,
+ @NonNull Button btn0, @NonNull Button btn1, @NonNull Button btn2, @NonNull Button btn3,
+ @NonNull Button btn4, @NonNull Button btn5, @NonNull Button btn6, @NonNull Button btn7,
+ @NonNull Button btn8, @NonNull Button btn9, @NonNull Button btnAdd, @NonNull Button btnBack,
+ @NonNull Button btnClear, @Nullable Button btnCos, @NonNull Button btnDecimal,
+ @NonNull Button btnDivide, @Nullable Button btnE, @Nullable Button btnEPowerx,
+ @NonNull Button btnEndBkt, @NonNull Button btnEqual, @Nullable Button btnGraph,
+ @Nullable Button btnHistory, @Nullable Button btnInverseCos, @Nullable Button btnInverseSin,
+ @Nullable Button btnInversetan, @Nullable Button btnLog, @Nullable Button btnMatrix,
+ @NonNull Button btnMinus, @Nullable Button btnModx, @NonNull Button btnMultiply,
+ @NonNull Button btnOpenBkt, @Nullable Button btnPi, @NonNull Button btnRotate,
+ @Nullable Button btnSin, @Nullable Button btnSqrt, @Nullable Button btnSquarex,
+ @Nullable Button btnTan, @Nullable Button btnThemeConverter,
+ @Nullable Button btnUnitConverter, @Nullable Button btnXPowerY, @NonNull EditText tvInput,
+ @NonNull TextView tvResult) {
+ this.rootView = rootView;
+ this.Cubex = Cubex;
+ this.btn0 = btn0;
+ this.btn1 = btn1;
+ this.btn2 = btn2;
+ this.btn3 = btn3;
+ this.btn4 = btn4;
+ this.btn5 = btn5;
+ this.btn6 = btn6;
+ this.btn7 = btn7;
+ this.btn8 = btn8;
+ this.btn9 = btn9;
+ this.btnAdd = btnAdd;
+ this.btnBack = btnBack;
+ this.btnClear = btnClear;
+ this.btnCos = btnCos;
+ this.btnDecimal = btnDecimal;
+ this.btnDivide = btnDivide;
+ this.btnE = btnE;
+ this.btnEPowerx = btnEPowerx;
+ this.btnEndBkt = btnEndBkt;
+ this.btnEqual = btnEqual;
+ this.btnGraph = btnGraph;
+ this.btnHistory = btnHistory;
+ this.btnInverseCos = btnInverseCos;
+ this.btnInverseSin = btnInverseSin;
+ this.btnInversetan = btnInversetan;
+ this.btnLog = btnLog;
+ this.btnMatrix = btnMatrix;
+ this.btnMinus = btnMinus;
+ this.btnModx = btnModx;
+ this.btnMultiply = btnMultiply;
+ this.btnOpenBkt = btnOpenBkt;
+ this.btnPi = btnPi;
+ this.btnRotate = btnRotate;
+ this.btnSin = btnSin;
+ this.btnSqrt = btnSqrt;
+ this.btnSquarex = btnSquarex;
+ this.btnTan = btnTan;
+ this.btnThemeConverter = btnThemeConverter;
+ this.btnUnitConverter = btnUnitConverter;
+ this.btnXPowerY = btnXPowerY;
+ this.tvInput = tvInput;
+ this.tvResult = tvResult;
+ }
+
+ @Override
+ @NonNull
+ public LinearLayout 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.Cubex;
+ Button Cubex = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btn0;
+ Button btn0 = ViewBindings.findChildViewById(rootView, id);
+ if (btn0 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn1;
+ Button btn1 = ViewBindings.findChildViewById(rootView, id);
+ if (btn1 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn2;
+ Button btn2 = ViewBindings.findChildViewById(rootView, id);
+ if (btn2 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn3;
+ Button btn3 = ViewBindings.findChildViewById(rootView, id);
+ if (btn3 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn4;
+ Button btn4 = ViewBindings.findChildViewById(rootView, id);
+ if (btn4 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn5;
+ Button btn5 = ViewBindings.findChildViewById(rootView, id);
+ if (btn5 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn6;
+ Button btn6 = ViewBindings.findChildViewById(rootView, id);
+ if (btn6 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn7;
+ Button btn7 = ViewBindings.findChildViewById(rootView, id);
+ if (btn7 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn8;
+ Button btn8 = ViewBindings.findChildViewById(rootView, id);
+ if (btn8 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn9;
+ Button btn9 = ViewBindings.findChildViewById(rootView, id);
+ if (btn9 == null) {
+ break missingId;
+ }
+
+ id = R.id.btnAdd;
+ Button btnAdd = ViewBindings.findChildViewById(rootView, id);
+ if (btnAdd == null) {
+ break missingId;
+ }
+
+ id = R.id.btnBack;
+ Button btnBack = ViewBindings.findChildViewById(rootView, id);
+ if (btnBack == null) {
+ break missingId;
+ }
+
+ id = R.id.btnClear;
+ Button btnClear = ViewBindings.findChildViewById(rootView, id);
+ if (btnClear == null) {
+ break missingId;
+ }
+
+ id = R.id.btnCos;
+ Button btnCos = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btnDecimal;
+ Button btnDecimal = ViewBindings.findChildViewById(rootView, id);
+ if (btnDecimal == null) {
+ break missingId;
+ }
+
+ id = R.id.btnDivide;
+ Button btnDivide = ViewBindings.findChildViewById(rootView, id);
+ if (btnDivide == null) {
+ break missingId;
+ }
+
+ id = R.id.btnE;
+ Button btnE = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btnEPowerx;
+ Button btnEPowerx = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btnEndBkt;
+ Button btnEndBkt = ViewBindings.findChildViewById(rootView, id);
+ if (btnEndBkt == null) {
+ break missingId;
+ }
+
+ id = R.id.btnEqual;
+ Button btnEqual = ViewBindings.findChildViewById(rootView, id);
+ if (btnEqual == null) {
+ break missingId;
+ }
+
+ id = R.id.btnGraph;
+ Button btnGraph = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btnHistory;
+ Button btnHistory = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btnInverseCos;
+ Button btnInverseCos = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btnInverseSin;
+ Button btnInverseSin = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btnInversetan;
+ Button btnInversetan = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btnLog;
+ Button btnLog = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btnMatrix;
+ Button btnMatrix = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btnMinus;
+ Button btnMinus = ViewBindings.findChildViewById(rootView, id);
+ if (btnMinus == null) {
+ break missingId;
+ }
+
+ id = R.id.btnModx;
+ Button btnModx = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btnMultiply;
+ Button btnMultiply = ViewBindings.findChildViewById(rootView, id);
+ if (btnMultiply == null) {
+ break missingId;
+ }
+
+ id = R.id.btnOpenBkt;
+ Button btnOpenBkt = ViewBindings.findChildViewById(rootView, id);
+ if (btnOpenBkt == null) {
+ break missingId;
+ }
+
+ id = R.id.btnPi;
+ Button btnPi = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btnRotate;
+ Button btnRotate = ViewBindings.findChildViewById(rootView, id);
+ if (btnRotate == null) {
+ break missingId;
+ }
+
+ id = R.id.btnSin;
+ Button btnSin = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btnSqrt;
+ Button btnSqrt = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btnSquarex;
+ Button btnSquarex = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btnTan;
+ Button btnTan = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btnThemeConverter;
+ Button btnThemeConverter = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btnUnitConverter;
+ Button btnUnitConverter = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btnXPowerY;
+ Button btnXPowerY = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.tvInput;
+ EditText tvInput = ViewBindings.findChildViewById(rootView, id);
+ if (tvInput == null) {
+ break missingId;
+ }
+
+ id = R.id.tvResult;
+ TextView tvResult = ViewBindings.findChildViewById(rootView, id);
+ if (tvResult == null) {
+ break missingId;
+ }
+
+ return new ActivityMainBinding((LinearLayout) rootView, Cubex, btn0, btn1, btn2, btn3, btn4,
+ btn5, btn6, btn7, btn8, btn9, btnAdd, btnBack, btnClear, btnCos, btnDecimal, btnDivide,
+ btnE, btnEPowerx, btnEndBkt, btnEqual, btnGraph, btnHistory, btnInverseCos, btnInverseSin,
+ btnInversetan, btnLog, btnMatrix, btnMinus, btnModx, btnMultiply, btnOpenBkt, btnPi,
+ btnRotate, btnSin, btnSqrt, btnSquarex, btnTan, btnThemeConverter, btnUnitConverter,
+ btnXPowerY, tvInput, tvResult);
+ }
+ String missingId = rootView.getResources().getResourceName(id);
+ throw new NullPointerException("Missing required view with ID: ".concat(missingId));
+ }
+}
diff --git a/Calculator/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/calculator/databinding/ActivityMainLightBinding.java b/Calculator/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/calculator/databinding/ActivityMainLightBinding.java
new file mode 100644
index 0000000..6ad9fa6
--- /dev/null
+++ b/Calculator/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/calculator/databinding/ActivityMainLightBinding.java
@@ -0,0 +1,709 @@
+// Generated by view binder compiler. Do not edit!
+package com.example.calculator.databinding;
+
+import android.view.LayoutInflater;
+import android.view.View;
+import android.view.ViewGroup;
+import android.widget.Button;
+import android.widget.EditText;
+import android.widget.LinearLayout;
+import android.widget.TextView;
+import androidx.annotation.NonNull;
+import androidx.annotation.Nullable;
+import androidx.viewbinding.ViewBinding;
+import androidx.viewbinding.ViewBindings;
+import com.example.calculator.R;
+import java.lang.NullPointerException;
+import java.lang.Override;
+import java.lang.String;
+
+public final class ActivityMainLightBinding implements ViewBinding {
+ @NonNull
+ private final LinearLayout rootView;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button Cubex;
+
+ @NonNull
+ public final Button btn0;
+
+ @NonNull
+ public final Button btn1;
+
+ @NonNull
+ public final Button btn2;
+
+ @NonNull
+ public final Button btn3;
+
+ @NonNull
+ public final Button btn4;
+
+ @NonNull
+ public final Button btn5;
+
+ @NonNull
+ public final Button btn6;
+
+ @NonNull
+ public final Button btn7;
+
+ @NonNull
+ public final Button btn8;
+
+ @NonNull
+ public final Button btn9;
+
+ @NonNull
+ public final Button btnAdd;
+
+ @NonNull
+ public final Button btnBack;
+
+ @NonNull
+ public final Button btnClear;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnCos;
+
+ @NonNull
+ public final Button btnDecimal;
+
+ @NonNull
+ public final Button btnDivide;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnE;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnEPowerx;
+
+ @NonNull
+ public final Button btnEndBkt;
+
+ @NonNull
+ public final Button btnEqual;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnGraph;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnHistory;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnInverseCos;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnInverseSin;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnInversetan;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnLog;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnMatrix;
+
+ @NonNull
+ public final Button btnMinus;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnModx;
+
+ @NonNull
+ public final Button btnMultiply;
+
+ @NonNull
+ public final Button btnOpenBkt;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnPi;
+
+ @NonNull
+ public final Button btnRotate;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnSin;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnSqrt;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnSquarex;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnTan;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnThemeConverter;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnUnitConverter;
+
+ /**
+ * This binding is not available in all configurations.
+ *
+ * Present:
+ *
+ *
+ * Absent:
+ *
+ */
+ @Nullable
+ public final Button btnXPowerY;
+
+ @NonNull
+ public final EditText tvInput;
+
+ @NonNull
+ public final TextView tvResult;
+
+ private ActivityMainLightBinding(@NonNull LinearLayout rootView, @Nullable Button Cubex,
+ @NonNull Button btn0, @NonNull Button btn1, @NonNull Button btn2, @NonNull Button btn3,
+ @NonNull Button btn4, @NonNull Button btn5, @NonNull Button btn6, @NonNull Button btn7,
+ @NonNull Button btn8, @NonNull Button btn9, @NonNull Button btnAdd, @NonNull Button btnBack,
+ @NonNull Button btnClear, @Nullable Button btnCos, @NonNull Button btnDecimal,
+ @NonNull Button btnDivide, @Nullable Button btnE, @Nullable Button btnEPowerx,
+ @NonNull Button btnEndBkt, @NonNull Button btnEqual, @Nullable Button btnGraph,
+ @Nullable Button btnHistory, @Nullable Button btnInverseCos, @Nullable Button btnInverseSin,
+ @Nullable Button btnInversetan, @Nullable Button btnLog, @Nullable Button btnMatrix,
+ @NonNull Button btnMinus, @Nullable Button btnModx, @NonNull Button btnMultiply,
+ @NonNull Button btnOpenBkt, @Nullable Button btnPi, @NonNull Button btnRotate,
+ @Nullable Button btnSin, @Nullable Button btnSqrt, @Nullable Button btnSquarex,
+ @Nullable Button btnTan, @Nullable Button btnThemeConverter,
+ @Nullable Button btnUnitConverter, @Nullable Button btnXPowerY, @NonNull EditText tvInput,
+ @NonNull TextView tvResult) {
+ this.rootView = rootView;
+ this.Cubex = Cubex;
+ this.btn0 = btn0;
+ this.btn1 = btn1;
+ this.btn2 = btn2;
+ this.btn3 = btn3;
+ this.btn4 = btn4;
+ this.btn5 = btn5;
+ this.btn6 = btn6;
+ this.btn7 = btn7;
+ this.btn8 = btn8;
+ this.btn9 = btn9;
+ this.btnAdd = btnAdd;
+ this.btnBack = btnBack;
+ this.btnClear = btnClear;
+ this.btnCos = btnCos;
+ this.btnDecimal = btnDecimal;
+ this.btnDivide = btnDivide;
+ this.btnE = btnE;
+ this.btnEPowerx = btnEPowerx;
+ this.btnEndBkt = btnEndBkt;
+ this.btnEqual = btnEqual;
+ this.btnGraph = btnGraph;
+ this.btnHistory = btnHistory;
+ this.btnInverseCos = btnInverseCos;
+ this.btnInverseSin = btnInverseSin;
+ this.btnInversetan = btnInversetan;
+ this.btnLog = btnLog;
+ this.btnMatrix = btnMatrix;
+ this.btnMinus = btnMinus;
+ this.btnModx = btnModx;
+ this.btnMultiply = btnMultiply;
+ this.btnOpenBkt = btnOpenBkt;
+ this.btnPi = btnPi;
+ this.btnRotate = btnRotate;
+ this.btnSin = btnSin;
+ this.btnSqrt = btnSqrt;
+ this.btnSquarex = btnSquarex;
+ this.btnTan = btnTan;
+ this.btnThemeConverter = btnThemeConverter;
+ this.btnUnitConverter = btnUnitConverter;
+ this.btnXPowerY = btnXPowerY;
+ this.tvInput = tvInput;
+ this.tvResult = tvResult;
+ }
+
+ @Override
+ @NonNull
+ public LinearLayout getRoot() {
+ return rootView;
+ }
+
+ @NonNull
+ public static ActivityMainLightBinding inflate(@NonNull LayoutInflater inflater) {
+ return inflate(inflater, null, false);
+ }
+
+ @NonNull
+ public static ActivityMainLightBinding inflate(@NonNull LayoutInflater inflater,
+ @Nullable ViewGroup parent, boolean attachToParent) {
+ View root = inflater.inflate(R.layout.activity_main_light, parent, false);
+ if (attachToParent) {
+ parent.addView(root);
+ }
+ return bind(root);
+ }
+
+ @NonNull
+ public static ActivityMainLightBinding 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.Cubex;
+ Button Cubex = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btn0;
+ Button btn0 = ViewBindings.findChildViewById(rootView, id);
+ if (btn0 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn1;
+ Button btn1 = ViewBindings.findChildViewById(rootView, id);
+ if (btn1 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn2;
+ Button btn2 = ViewBindings.findChildViewById(rootView, id);
+ if (btn2 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn3;
+ Button btn3 = ViewBindings.findChildViewById(rootView, id);
+ if (btn3 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn4;
+ Button btn4 = ViewBindings.findChildViewById(rootView, id);
+ if (btn4 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn5;
+ Button btn5 = ViewBindings.findChildViewById(rootView, id);
+ if (btn5 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn6;
+ Button btn6 = ViewBindings.findChildViewById(rootView, id);
+ if (btn6 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn7;
+ Button btn7 = ViewBindings.findChildViewById(rootView, id);
+ if (btn7 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn8;
+ Button btn8 = ViewBindings.findChildViewById(rootView, id);
+ if (btn8 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn9;
+ Button btn9 = ViewBindings.findChildViewById(rootView, id);
+ if (btn9 == null) {
+ break missingId;
+ }
+
+ id = R.id.btnAdd;
+ Button btnAdd = ViewBindings.findChildViewById(rootView, id);
+ if (btnAdd == null) {
+ break missingId;
+ }
+
+ id = R.id.btnBack;
+ Button btnBack = ViewBindings.findChildViewById(rootView, id);
+ if (btnBack == null) {
+ break missingId;
+ }
+
+ id = R.id.btnClear;
+ Button btnClear = ViewBindings.findChildViewById(rootView, id);
+ if (btnClear == null) {
+ break missingId;
+ }
+
+ id = R.id.btnCos;
+ Button btnCos = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btnDecimal;
+ Button btnDecimal = ViewBindings.findChildViewById(rootView, id);
+ if (btnDecimal == null) {
+ break missingId;
+ }
+
+ id = R.id.btnDivide;
+ Button btnDivide = ViewBindings.findChildViewById(rootView, id);
+ if (btnDivide == null) {
+ break missingId;
+ }
+
+ id = R.id.btnE;
+ Button btnE = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btnEPowerx;
+ Button btnEPowerx = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btnEndBkt;
+ Button btnEndBkt = ViewBindings.findChildViewById(rootView, id);
+ if (btnEndBkt == null) {
+ break missingId;
+ }
+
+ id = R.id.btnEqual;
+ Button btnEqual = ViewBindings.findChildViewById(rootView, id);
+ if (btnEqual == null) {
+ break missingId;
+ }
+
+ id = R.id.btnGraph;
+ Button btnGraph = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btnHistory;
+ Button btnHistory = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btnInverseCos;
+ Button btnInverseCos = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btnInverseSin;
+ Button btnInverseSin = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btnInversetan;
+ Button btnInversetan = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btnLog;
+ Button btnLog = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btnMatrix;
+ Button btnMatrix = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btnMinus;
+ Button btnMinus = ViewBindings.findChildViewById(rootView, id);
+ if (btnMinus == null) {
+ break missingId;
+ }
+
+ id = R.id.btnModx;
+ Button btnModx = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btnMultiply;
+ Button btnMultiply = ViewBindings.findChildViewById(rootView, id);
+ if (btnMultiply == null) {
+ break missingId;
+ }
+
+ id = R.id.btnOpenBkt;
+ Button btnOpenBkt = ViewBindings.findChildViewById(rootView, id);
+ if (btnOpenBkt == null) {
+ break missingId;
+ }
+
+ id = R.id.btnPi;
+ Button btnPi = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btnRotate;
+ Button btnRotate = ViewBindings.findChildViewById(rootView, id);
+ if (btnRotate == null) {
+ break missingId;
+ }
+
+ id = R.id.btnSin;
+ Button btnSin = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btnSqrt;
+ Button btnSqrt = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btnSquarex;
+ Button btnSquarex = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btnTan;
+ Button btnTan = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btnThemeConverter;
+ Button btnThemeConverter = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btnUnitConverter;
+ Button btnUnitConverter = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.btnXPowerY;
+ Button btnXPowerY = ViewBindings.findChildViewById(rootView, id);
+
+ id = R.id.tvInput;
+ EditText tvInput = ViewBindings.findChildViewById(rootView, id);
+ if (tvInput == null) {
+ break missingId;
+ }
+
+ id = R.id.tvResult;
+ TextView tvResult = ViewBindings.findChildViewById(rootView, id);
+ if (tvResult == null) {
+ break missingId;
+ }
+
+ return new ActivityMainLightBinding((LinearLayout) rootView, Cubex, btn0, btn1, btn2, btn3,
+ btn4, btn5, btn6, btn7, btn8, btn9, btnAdd, btnBack, btnClear, btnCos, btnDecimal,
+ btnDivide, btnE, btnEPowerx, btnEndBkt, btnEqual, btnGraph, btnHistory, btnInverseCos,
+ btnInverseSin, btnInversetan, btnLog, btnMatrix, btnMinus, btnModx, btnMultiply,
+ btnOpenBkt, btnPi, btnRotate, btnSin, btnSqrt, btnSquarex, btnTan, btnThemeConverter,
+ btnUnitConverter, btnXPowerY, tvInput, tvResult);
+ }
+ String missingId = rootView.getResources().getResourceName(id);
+ throw new NullPointerException("Missing required view with ID: ".concat(missingId));
+ }
+}
diff --git a/Calculator/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/calculator/databinding/ActivityPlottingGraphBinding.java b/Calculator/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/calculator/databinding/ActivityPlottingGraphBinding.java
new file mode 100644
index 0000000..13cad1c
--- /dev/null
+++ b/Calculator/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/calculator/databinding/ActivityPlottingGraphBinding.java
@@ -0,0 +1,68 @@
+// Generated by view binder compiler. Do not edit!
+package com.example.calculator.databinding;
+
+import android.view.LayoutInflater;
+import android.view.View;
+import android.view.ViewGroup;
+import android.widget.RelativeLayout;
+import androidx.annotation.NonNull;
+import androidx.annotation.Nullable;
+import androidx.viewbinding.ViewBinding;
+import androidx.viewbinding.ViewBindings;
+import com.example.calculator.R;
+import com.jjoe64.graphview.GraphView;
+import java.lang.NullPointerException;
+import java.lang.Override;
+import java.lang.String;
+
+public final class ActivityPlottingGraphBinding implements ViewBinding {
+ @NonNull
+ private final RelativeLayout rootView;
+
+ @NonNull
+ public final GraphView graph;
+
+ private ActivityPlottingGraphBinding(@NonNull RelativeLayout rootView, @NonNull GraphView graph) {
+ this.rootView = rootView;
+ this.graph = graph;
+ }
+
+ @Override
+ @NonNull
+ public RelativeLayout getRoot() {
+ return rootView;
+ }
+
+ @NonNull
+ public static ActivityPlottingGraphBinding inflate(@NonNull LayoutInflater inflater) {
+ return inflate(inflater, null, false);
+ }
+
+ @NonNull
+ public static ActivityPlottingGraphBinding inflate(@NonNull LayoutInflater inflater,
+ @Nullable ViewGroup parent, boolean attachToParent) {
+ View root = inflater.inflate(R.layout.activity_plotting_graph, parent, false);
+ if (attachToParent) {
+ parent.addView(root);
+ }
+ return bind(root);
+ }
+
+ @NonNull
+ public static ActivityPlottingGraphBinding 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.graph;
+ GraphView graph = ViewBindings.findChildViewById(rootView, id);
+ if (graph == null) {
+ break missingId;
+ }
+
+ return new ActivityPlottingGraphBinding((RelativeLayout) rootView, graph);
+ }
+ String missingId = rootView.getResources().getResourceName(id);
+ throw new NullPointerException("Missing required view with ID: ".concat(missingId));
+ }
+}
diff --git a/Calculator/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/calculator/databinding/ActivitySplashScreenBinding.java b/Calculator/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/calculator/databinding/ActivitySplashScreenBinding.java
new file mode 100644
index 0000000..e3bd1d4
--- /dev/null
+++ b/Calculator/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/calculator/databinding/ActivitySplashScreenBinding.java
@@ -0,0 +1,69 @@
+// Generated by view binder compiler. Do not edit!
+package com.example.calculator.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.constraintlayout.widget.ConstraintLayout;
+import androidx.viewbinding.ViewBinding;
+import androidx.viewbinding.ViewBindings;
+import com.example.calculator.R;
+import java.lang.NullPointerException;
+import java.lang.Override;
+import java.lang.String;
+
+public final class ActivitySplashScreenBinding implements ViewBinding {
+ @NonNull
+ private final ConstraintLayout rootView;
+
+ @NonNull
+ public final ImageView splashIcon;
+
+ private ActivitySplashScreenBinding(@NonNull ConstraintLayout rootView,
+ @NonNull ImageView splashIcon) {
+ this.rootView = rootView;
+ this.splashIcon = splashIcon;
+ }
+
+ @Override
+ @NonNull
+ public ConstraintLayout getRoot() {
+ return rootView;
+ }
+
+ @NonNull
+ public static ActivitySplashScreenBinding inflate(@NonNull LayoutInflater inflater) {
+ return inflate(inflater, null, false);
+ }
+
+ @NonNull
+ public static ActivitySplashScreenBinding inflate(@NonNull LayoutInflater inflater,
+ @Nullable ViewGroup parent, boolean attachToParent) {
+ View root = inflater.inflate(R.layout.activity_splash_screen, parent, false);
+ if (attachToParent) {
+ parent.addView(root);
+ }
+ return bind(root);
+ }
+
+ @NonNull
+ public static ActivitySplashScreenBinding 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.splash_icon;
+ ImageView splashIcon = ViewBindings.findChildViewById(rootView, id);
+ if (splashIcon == null) {
+ break missingId;
+ }
+
+ return new ActivitySplashScreenBinding((ConstraintLayout) rootView, splashIcon);
+ }
+ String missingId = rootView.getResources().getResourceName(id);
+ throw new NullPointerException("Missing required view with ID: ".concat(missingId));
+ }
+}
diff --git a/Calculator/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/calculator/databinding/ActivityUnitConverterBinding.java b/Calculator/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/calculator/databinding/ActivityUnitConverterBinding.java
new file mode 100644
index 0000000..ae8f771
--- /dev/null
+++ b/Calculator/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/calculator/databinding/ActivityUnitConverterBinding.java
@@ -0,0 +1,265 @@
+// Generated by view binder compiler. Do not edit!
+package com.example.calculator.databinding;
+
+import android.view.LayoutInflater;
+import android.view.View;
+import android.view.ViewGroup;
+import android.widget.Button;
+import android.widget.EditText;
+import android.widget.TextView;
+import androidx.annotation.NonNull;
+import androidx.annotation.Nullable;
+import androidx.drawerlayout.widget.DrawerLayout;
+import androidx.viewbinding.ViewBinding;
+import androidx.viewbinding.ViewBindings;
+import com.example.calculator.R;
+import com.google.android.material.navigation.NavigationView;
+import java.lang.NullPointerException;
+import java.lang.Override;
+import java.lang.String;
+
+public final class ActivityUnitConverterBinding implements ViewBinding {
+ @NonNull
+ private final DrawerLayout rootView;
+
+ @NonNull
+ public final Button btn0;
+
+ @NonNull
+ public final Button btn00;
+
+ @NonNull
+ public final Button btn1;
+
+ @NonNull
+ public final Button btn2;
+
+ @NonNull
+ public final Button btn3;
+
+ @NonNull
+ public final Button btn4;
+
+ @NonNull
+ public final Button btn5;
+
+ @NonNull
+ public final Button btn6;
+
+ @NonNull
+ public final Button btn7;
+
+ @NonNull
+ public final Button btn8;
+
+ @NonNull
+ public final Button btn9;
+
+ @NonNull
+ public final Button btnBack;
+
+ @NonNull
+ public final Button btnClear;
+
+ @NonNull
+ public final Button btnDecimal;
+
+ @NonNull
+ public final Button btnMatrix;
+
+ @NonNull
+ public final Button btnThemeConverter;
+
+ @NonNull
+ public final DrawerLayout drawerLayout;
+
+ @NonNull
+ public final NavigationView navView;
+
+ @NonNull
+ public final EditText unitInput;
+
+ @NonNull
+ public final TextView unitOutput;
+
+ private ActivityUnitConverterBinding(@NonNull DrawerLayout rootView, @NonNull Button btn0,
+ @NonNull Button btn00, @NonNull Button btn1, @NonNull Button btn2, @NonNull Button btn3,
+ @NonNull Button btn4, @NonNull Button btn5, @NonNull Button btn6, @NonNull Button btn7,
+ @NonNull Button btn8, @NonNull Button btn9, @NonNull Button btnBack, @NonNull Button btnClear,
+ @NonNull Button btnDecimal, @NonNull Button btnMatrix, @NonNull Button btnThemeConverter,
+ @NonNull DrawerLayout drawerLayout, @NonNull NavigationView navView,
+ @NonNull EditText unitInput, @NonNull TextView unitOutput) {
+ this.rootView = rootView;
+ this.btn0 = btn0;
+ this.btn00 = btn00;
+ this.btn1 = btn1;
+ this.btn2 = btn2;
+ this.btn3 = btn3;
+ this.btn4 = btn4;
+ this.btn5 = btn5;
+ this.btn6 = btn6;
+ this.btn7 = btn7;
+ this.btn8 = btn8;
+ this.btn9 = btn9;
+ this.btnBack = btnBack;
+ this.btnClear = btnClear;
+ this.btnDecimal = btnDecimal;
+ this.btnMatrix = btnMatrix;
+ this.btnThemeConverter = btnThemeConverter;
+ this.drawerLayout = drawerLayout;
+ this.navView = navView;
+ this.unitInput = unitInput;
+ this.unitOutput = unitOutput;
+ }
+
+ @Override
+ @NonNull
+ public DrawerLayout getRoot() {
+ return rootView;
+ }
+
+ @NonNull
+ public static ActivityUnitConverterBinding inflate(@NonNull LayoutInflater inflater) {
+ return inflate(inflater, null, false);
+ }
+
+ @NonNull
+ public static ActivityUnitConverterBinding inflate(@NonNull LayoutInflater inflater,
+ @Nullable ViewGroup parent, boolean attachToParent) {
+ View root = inflater.inflate(R.layout.activity_unit_converter, parent, false);
+ if (attachToParent) {
+ parent.addView(root);
+ }
+ return bind(root);
+ }
+
+ @NonNull
+ public static ActivityUnitConverterBinding 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.btn0;
+ Button btn0 = ViewBindings.findChildViewById(rootView, id);
+ if (btn0 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn00;
+ Button btn00 = ViewBindings.findChildViewById(rootView, id);
+ if (btn00 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn1;
+ Button btn1 = ViewBindings.findChildViewById(rootView, id);
+ if (btn1 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn2;
+ Button btn2 = ViewBindings.findChildViewById(rootView, id);
+ if (btn2 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn3;
+ Button btn3 = ViewBindings.findChildViewById(rootView, id);
+ if (btn3 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn4;
+ Button btn4 = ViewBindings.findChildViewById(rootView, id);
+ if (btn4 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn5;
+ Button btn5 = ViewBindings.findChildViewById(rootView, id);
+ if (btn5 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn6;
+ Button btn6 = ViewBindings.findChildViewById(rootView, id);
+ if (btn6 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn7;
+ Button btn7 = ViewBindings.findChildViewById(rootView, id);
+ if (btn7 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn8;
+ Button btn8 = ViewBindings.findChildViewById(rootView, id);
+ if (btn8 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn9;
+ Button btn9 = ViewBindings.findChildViewById(rootView, id);
+ if (btn9 == null) {
+ break missingId;
+ }
+
+ id = R.id.btnBack;
+ Button btnBack = ViewBindings.findChildViewById(rootView, id);
+ if (btnBack == null) {
+ break missingId;
+ }
+
+ id = R.id.btnClear;
+ Button btnClear = ViewBindings.findChildViewById(rootView, id);
+ if (btnClear == null) {
+ break missingId;
+ }
+
+ id = R.id.btnDecimal;
+ Button btnDecimal = ViewBindings.findChildViewById(rootView, id);
+ if (btnDecimal == null) {
+ break missingId;
+ }
+
+ id = R.id.btnMatrix;
+ Button btnMatrix = ViewBindings.findChildViewById(rootView, id);
+ if (btnMatrix == null) {
+ break missingId;
+ }
+
+ id = R.id.btnThemeConverter;
+ Button btnThemeConverter = ViewBindings.findChildViewById(rootView, id);
+ if (btnThemeConverter == null) {
+ break missingId;
+ }
+
+ DrawerLayout drawerLayout = (DrawerLayout) rootView;
+
+ id = R.id.nav_view;
+ NavigationView navView = ViewBindings.findChildViewById(rootView, id);
+ if (navView == null) {
+ break missingId;
+ }
+
+ id = R.id.unit_input;
+ EditText unitInput = ViewBindings.findChildViewById(rootView, id);
+ if (unitInput == null) {
+ break missingId;
+ }
+
+ id = R.id.unit_output;
+ TextView unitOutput = ViewBindings.findChildViewById(rootView, id);
+ if (unitOutput == null) {
+ break missingId;
+ }
+
+ return new ActivityUnitConverterBinding((DrawerLayout) rootView, btn0, btn00, btn1, btn2,
+ btn3, btn4, btn5, btn6, btn7, btn8, btn9, btnBack, btnClear, btnDecimal, btnMatrix,
+ btnThemeConverter, drawerLayout, navView, unitInput, unitOutput);
+ }
+ String missingId = rootView.getResources().getResourceName(id);
+ throw new NullPointerException("Missing required view with ID: ".concat(missingId));
+ }
+}
diff --git a/Calculator/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/calculator/databinding/ActivityUnitConverterLightBinding.java b/Calculator/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/calculator/databinding/ActivityUnitConverterLightBinding.java
new file mode 100644
index 0000000..32c9786
--- /dev/null
+++ b/Calculator/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/calculator/databinding/ActivityUnitConverterLightBinding.java
@@ -0,0 +1,265 @@
+// Generated by view binder compiler. Do not edit!
+package com.example.calculator.databinding;
+
+import android.view.LayoutInflater;
+import android.view.View;
+import android.view.ViewGroup;
+import android.widget.Button;
+import android.widget.EditText;
+import android.widget.TextView;
+import androidx.annotation.NonNull;
+import androidx.annotation.Nullable;
+import androidx.drawerlayout.widget.DrawerLayout;
+import androidx.viewbinding.ViewBinding;
+import androidx.viewbinding.ViewBindings;
+import com.example.calculator.R;
+import com.google.android.material.navigation.NavigationView;
+import java.lang.NullPointerException;
+import java.lang.Override;
+import java.lang.String;
+
+public final class ActivityUnitConverterLightBinding implements ViewBinding {
+ @NonNull
+ private final DrawerLayout rootView;
+
+ @NonNull
+ public final Button btn0;
+
+ @NonNull
+ public final Button btn00;
+
+ @NonNull
+ public final Button btn1;
+
+ @NonNull
+ public final Button btn2;
+
+ @NonNull
+ public final Button btn3;
+
+ @NonNull
+ public final Button btn4;
+
+ @NonNull
+ public final Button btn5;
+
+ @NonNull
+ public final Button btn6;
+
+ @NonNull
+ public final Button btn7;
+
+ @NonNull
+ public final Button btn8;
+
+ @NonNull
+ public final Button btn9;
+
+ @NonNull
+ public final Button btnBack;
+
+ @NonNull
+ public final Button btnClear;
+
+ @NonNull
+ public final Button btnDecimal;
+
+ @NonNull
+ public final Button btnHome;
+
+ @NonNull
+ public final Button btnThemeConverter;
+
+ @NonNull
+ public final DrawerLayout drawerLayout;
+
+ @NonNull
+ public final NavigationView navView;
+
+ @NonNull
+ public final EditText unitInput;
+
+ @NonNull
+ public final TextView unitOutput;
+
+ private ActivityUnitConverterLightBinding(@NonNull DrawerLayout rootView, @NonNull Button btn0,
+ @NonNull Button btn00, @NonNull Button btn1, @NonNull Button btn2, @NonNull Button btn3,
+ @NonNull Button btn4, @NonNull Button btn5, @NonNull Button btn6, @NonNull Button btn7,
+ @NonNull Button btn8, @NonNull Button btn9, @NonNull Button btnBack, @NonNull Button btnClear,
+ @NonNull Button btnDecimal, @NonNull Button btnHome, @NonNull Button btnThemeConverter,
+ @NonNull DrawerLayout drawerLayout, @NonNull NavigationView navView,
+ @NonNull EditText unitInput, @NonNull TextView unitOutput) {
+ this.rootView = rootView;
+ this.btn0 = btn0;
+ this.btn00 = btn00;
+ this.btn1 = btn1;
+ this.btn2 = btn2;
+ this.btn3 = btn3;
+ this.btn4 = btn4;
+ this.btn5 = btn5;
+ this.btn6 = btn6;
+ this.btn7 = btn7;
+ this.btn8 = btn8;
+ this.btn9 = btn9;
+ this.btnBack = btnBack;
+ this.btnClear = btnClear;
+ this.btnDecimal = btnDecimal;
+ this.btnHome = btnHome;
+ this.btnThemeConverter = btnThemeConverter;
+ this.drawerLayout = drawerLayout;
+ this.navView = navView;
+ this.unitInput = unitInput;
+ this.unitOutput = unitOutput;
+ }
+
+ @Override
+ @NonNull
+ public DrawerLayout getRoot() {
+ return rootView;
+ }
+
+ @NonNull
+ public static ActivityUnitConverterLightBinding inflate(@NonNull LayoutInflater inflater) {
+ return inflate(inflater, null, false);
+ }
+
+ @NonNull
+ public static ActivityUnitConverterLightBinding inflate(@NonNull LayoutInflater inflater,
+ @Nullable ViewGroup parent, boolean attachToParent) {
+ View root = inflater.inflate(R.layout.activity_unit_converter_light, parent, false);
+ if (attachToParent) {
+ parent.addView(root);
+ }
+ return bind(root);
+ }
+
+ @NonNull
+ public static ActivityUnitConverterLightBinding 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.btn0;
+ Button btn0 = ViewBindings.findChildViewById(rootView, id);
+ if (btn0 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn00;
+ Button btn00 = ViewBindings.findChildViewById(rootView, id);
+ if (btn00 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn1;
+ Button btn1 = ViewBindings.findChildViewById(rootView, id);
+ if (btn1 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn2;
+ Button btn2 = ViewBindings.findChildViewById(rootView, id);
+ if (btn2 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn3;
+ Button btn3 = ViewBindings.findChildViewById(rootView, id);
+ if (btn3 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn4;
+ Button btn4 = ViewBindings.findChildViewById(rootView, id);
+ if (btn4 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn5;
+ Button btn5 = ViewBindings.findChildViewById(rootView, id);
+ if (btn5 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn6;
+ Button btn6 = ViewBindings.findChildViewById(rootView, id);
+ if (btn6 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn7;
+ Button btn7 = ViewBindings.findChildViewById(rootView, id);
+ if (btn7 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn8;
+ Button btn8 = ViewBindings.findChildViewById(rootView, id);
+ if (btn8 == null) {
+ break missingId;
+ }
+
+ id = R.id.btn9;
+ Button btn9 = ViewBindings.findChildViewById(rootView, id);
+ if (btn9 == null) {
+ break missingId;
+ }
+
+ id = R.id.btnBack;
+ Button btnBack = ViewBindings.findChildViewById(rootView, id);
+ if (btnBack == null) {
+ break missingId;
+ }
+
+ id = R.id.btnClear;
+ Button btnClear = ViewBindings.findChildViewById(rootView, id);
+ if (btnClear == null) {
+ break missingId;
+ }
+
+ id = R.id.btnDecimal;
+ Button btnDecimal = ViewBindings.findChildViewById(rootView, id);
+ if (btnDecimal == null) {
+ break missingId;
+ }
+
+ id = R.id.btnHome;
+ Button btnHome = ViewBindings.findChildViewById(rootView, id);
+ if (btnHome == null) {
+ break missingId;
+ }
+
+ id = R.id.btnThemeConverter;
+ Button btnThemeConverter = ViewBindings.findChildViewById(rootView, id);
+ if (btnThemeConverter == null) {
+ break missingId;
+ }
+
+ DrawerLayout drawerLayout = (DrawerLayout) rootView;
+
+ id = R.id.nav_view;
+ NavigationView navView = ViewBindings.findChildViewById(rootView, id);
+ if (navView == null) {
+ break missingId;
+ }
+
+ id = R.id.unit_input;
+ EditText unitInput = ViewBindings.findChildViewById(rootView, id);
+ if (unitInput == null) {
+ break missingId;
+ }
+
+ id = R.id.unit_output;
+ TextView unitOutput = ViewBindings.findChildViewById(rootView, id);
+ if (unitOutput == null) {
+ break missingId;
+ }
+
+ return new ActivityUnitConverterLightBinding((DrawerLayout) rootView, btn0, btn00, btn1, btn2,
+ btn3, btn4, btn5, btn6, btn7, btn8, btn9, btnBack, btnClear, btnDecimal, btnHome,
+ btnThemeConverter, drawerLayout, navView, unitInput, unitOutput);
+ }
+ String missingId = rootView.getResources().getResourceName(id);
+ throw new NullPointerException("Missing required view with ID: ".concat(missingId));
+ }
+}
diff --git a/Calculator/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/calculator/databinding/ContentMainBinding.java b/Calculator/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/calculator/databinding/ContentMainBinding.java
new file mode 100644
index 0000000..9a21da9
--- /dev/null
+++ b/Calculator/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/calculator/databinding/ContentMainBinding.java
@@ -0,0 +1,52 @@
+// Generated by view binder compiler. Do not edit!
+package com.example.calculator.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.calculator.R;
+import java.lang.NullPointerException;
+import java.lang.Override;
+
+public final class ContentMainBinding implements ViewBinding {
+ @NonNull
+ private final ConstraintLayout rootView;
+
+ private ContentMainBinding(@NonNull ConstraintLayout rootView) {
+ this.rootView = rootView;
+ }
+
+ @Override
+ @NonNull
+ public ConstraintLayout getRoot() {
+ return rootView;
+ }
+
+ @NonNull
+ public static ContentMainBinding inflate(@NonNull LayoutInflater inflater) {
+ return inflate(inflater, null, false);
+ }
+
+ @NonNull
+ public static ContentMainBinding inflate(@NonNull LayoutInflater inflater,
+ @Nullable ViewGroup parent, boolean attachToParent) {
+ View root = inflater.inflate(R.layout.content_main, parent, false);
+ if (attachToParent) {
+ parent.addView(root);
+ }
+ return bind(root);
+ }
+
+ @NonNull
+ public static ContentMainBinding bind(@NonNull View rootView) {
+ if (rootView == null) {
+ throw new NullPointerException("rootView");
+ }
+
+ return new ContentMainBinding((ConstraintLayout) rootView);
+ }
+}
diff --git a/Calculator/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/calculator/databinding/FragmentFirstBinding.java b/Calculator/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/calculator/databinding/FragmentFirstBinding.java
new file mode 100644
index 0000000..3f0030f
--- /dev/null
+++ b/Calculator/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/calculator/databinding/FragmentFirstBinding.java
@@ -0,0 +1,80 @@
+// Generated by view binder compiler. Do not edit!
+package com.example.calculator.databinding;
+
+import android.view.LayoutInflater;
+import android.view.View;
+import android.view.ViewGroup;
+import android.widget.Button;
+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.calculator.R;
+import java.lang.NullPointerException;
+import java.lang.Override;
+import java.lang.String;
+
+public final class FragmentFirstBinding implements ViewBinding {
+ @NonNull
+ private final ConstraintLayout rootView;
+
+ @NonNull
+ public final Button buttonFirst;
+
+ @NonNull
+ public final TextView textviewFirst;
+
+ private FragmentFirstBinding(@NonNull ConstraintLayout rootView, @NonNull Button buttonFirst,
+ @NonNull TextView textviewFirst) {
+ this.rootView = rootView;
+ this.buttonFirst = buttonFirst;
+ this.textviewFirst = textviewFirst;
+ }
+
+ @Override
+ @NonNull
+ public ConstraintLayout getRoot() {
+ return rootView;
+ }
+
+ @NonNull
+ public static FragmentFirstBinding inflate(@NonNull LayoutInflater inflater) {
+ return inflate(inflater, null, false);
+ }
+
+ @NonNull
+ public static FragmentFirstBinding inflate(@NonNull LayoutInflater inflater,
+ @Nullable ViewGroup parent, boolean attachToParent) {
+ View root = inflater.inflate(R.layout.fragment_first, parent, false);
+ if (attachToParent) {
+ parent.addView(root);
+ }
+ return bind(root);
+ }
+
+ @NonNull
+ public static FragmentFirstBinding 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.button_first;
+ Button buttonFirst = ViewBindings.findChildViewById(rootView, id);
+ if (buttonFirst == null) {
+ break missingId;
+ }
+
+ id = R.id.textview_first;
+ TextView textviewFirst = ViewBindings.findChildViewById(rootView, id);
+ if (textviewFirst == null) {
+ break missingId;
+ }
+
+ return new FragmentFirstBinding((ConstraintLayout) rootView, buttonFirst, textviewFirst);
+ }
+ String missingId = rootView.getResources().getResourceName(id);
+ throw new NullPointerException("Missing required view with ID: ".concat(missingId));
+ }
+}
diff --git a/Calculator/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/calculator/databinding/FragmentSecondBinding.java b/Calculator/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/calculator/databinding/FragmentSecondBinding.java
new file mode 100644
index 0000000..6f35b1b
--- /dev/null
+++ b/Calculator/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/calculator/databinding/FragmentSecondBinding.java
@@ -0,0 +1,80 @@
+// Generated by view binder compiler. Do not edit!
+package com.example.calculator.databinding;
+
+import android.view.LayoutInflater;
+import android.view.View;
+import android.view.ViewGroup;
+import android.widget.Button;
+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.calculator.R;
+import java.lang.NullPointerException;
+import java.lang.Override;
+import java.lang.String;
+
+public final class FragmentSecondBinding implements ViewBinding {
+ @NonNull
+ private final ConstraintLayout rootView;
+
+ @NonNull
+ public final Button buttonSecond;
+
+ @NonNull
+ public final TextView textviewSecond;
+
+ private FragmentSecondBinding(@NonNull ConstraintLayout rootView, @NonNull Button buttonSecond,
+ @NonNull TextView textviewSecond) {
+ this.rootView = rootView;
+ this.buttonSecond = buttonSecond;
+ this.textviewSecond = textviewSecond;
+ }
+
+ @Override
+ @NonNull
+ public ConstraintLayout getRoot() {
+ return rootView;
+ }
+
+ @NonNull
+ public static FragmentSecondBinding inflate(@NonNull LayoutInflater inflater) {
+ return inflate(inflater, null, false);
+ }
+
+ @NonNull
+ public static FragmentSecondBinding inflate(@NonNull LayoutInflater inflater,
+ @Nullable ViewGroup parent, boolean attachToParent) {
+ View root = inflater.inflate(R.layout.fragment_second, parent, false);
+ if (attachToParent) {
+ parent.addView(root);
+ }
+ return bind(root);
+ }
+
+ @NonNull
+ public static FragmentSecondBinding 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.button_second;
+ Button buttonSecond = ViewBindings.findChildViewById(rootView, id);
+ if (buttonSecond == null) {
+ break missingId;
+ }
+
+ id = R.id.textview_second;
+ TextView textviewSecond = ViewBindings.findChildViewById(rootView, id);
+ if (textviewSecond == null) {
+ break missingId;
+ }
+
+ return new FragmentSecondBinding((ConstraintLayout) rootView, buttonSecond, textviewSecond);
+ }
+ String missingId = rootView.getResources().getResourceName(id);
+ throw new NullPointerException("Missing required view with ID: ".concat(missingId));
+ }
+}
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic__logo.xml b/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic__logo.xml
new file mode 100644
index 0000000..b15c118
--- /dev/null
+++ b/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic__logo.xml
@@ -0,0 +1,10 @@
+
+
+
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_convert.xml b/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_convert.xml
new file mode 100644
index 0000000..d514faa
--- /dev/null
+++ b/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_convert.xml
@@ -0,0 +1,11 @@
+
+
+
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_dark_mode.xml b/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_dark_mode.xml
new file mode 100644
index 0000000..420ec8a
--- /dev/null
+++ b/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_dark_mode.xml
@@ -0,0 +1,11 @@
+
+
+
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_degree.xml b/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_degree.xml
new file mode 100644
index 0000000..e1582d9
--- /dev/null
+++ b/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_degree.xml
@@ -0,0 +1,12 @@
+
+
+
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_graph.xml b/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_graph.xml
new file mode 100644
index 0000000..4566deb
--- /dev/null
+++ b/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_graph.xml
@@ -0,0 +1,11 @@
+
+
+
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_home.xml b/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_home.xml
new file mode 100644
index 0000000..cd6cfd6
--- /dev/null
+++ b/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_home.xml
@@ -0,0 +1,11 @@
+
+
+
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_icon_calculator.xml b/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_icon_calculator.xml
new file mode 100644
index 0000000..79c8ad4
--- /dev/null
+++ b/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_icon_calculator.xml
@@ -0,0 +1,11 @@
+
+
+
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_launcher_background.xml b/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_launcher_background.xml
new file mode 100644
index 0000000..07d5da9
--- /dev/null
+++ b/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_launcher_background.xml
@@ -0,0 +1,170 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_light_mode.xml b/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_light_mode.xml
new file mode 100644
index 0000000..9d18533
--- /dev/null
+++ b/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_light_mode.xml
@@ -0,0 +1,11 @@
+
+
+
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_scale.xml b/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_scale.xml
new file mode 100644
index 0000000..2f7e810
--- /dev/null
+++ b/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_scale.xml
@@ -0,0 +1,11 @@
+
+
+
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_speed.xml b/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_speed.xml
new file mode 100644
index 0000000..798ace5
--- /dev/null
+++ b/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_speed.xml
@@ -0,0 +1,11 @@
+
+
+
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_temp.xml b/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_temp.xml
new file mode 100644
index 0000000..40734be
--- /dev/null
+++ b/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_temp.xml
@@ -0,0 +1,11 @@
+
+
+
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v24/ic_launcher_foreground.xml b/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v24/ic_launcher_foreground.xml
new file mode 100644
index 0000000..2b068d1
--- /dev/null
+++ b/Calculator/app/build/generated/res/pngs/debug/drawable-anydpi-v24/ic_launcher_foreground.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-hdpi/ic__logo.png b/Calculator/app/build/generated/res/pngs/debug/drawable-hdpi/ic__logo.png
new file mode 100644
index 0000000..a177b75
Binary files /dev/null and b/Calculator/app/build/generated/res/pngs/debug/drawable-hdpi/ic__logo.png differ
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-hdpi/ic_launcher_background.png b/Calculator/app/build/generated/res/pngs/debug/drawable-hdpi/ic_launcher_background.png
new file mode 100644
index 0000000..0c8b2a0
Binary files /dev/null and b/Calculator/app/build/generated/res/pngs/debug/drawable-hdpi/ic_launcher_background.png differ
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-ldpi/ic__logo.png b/Calculator/app/build/generated/res/pngs/debug/drawable-ldpi/ic__logo.png
new file mode 100644
index 0000000..b537c79
Binary files /dev/null and b/Calculator/app/build/generated/res/pngs/debug/drawable-ldpi/ic__logo.png differ
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-ldpi/ic_convert.png b/Calculator/app/build/generated/res/pngs/debug/drawable-ldpi/ic_convert.png
new file mode 100644
index 0000000..0a86328
Binary files /dev/null and b/Calculator/app/build/generated/res/pngs/debug/drawable-ldpi/ic_convert.png differ
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-ldpi/ic_dark_mode.png b/Calculator/app/build/generated/res/pngs/debug/drawable-ldpi/ic_dark_mode.png
new file mode 100644
index 0000000..80b5ad1
Binary files /dev/null and b/Calculator/app/build/generated/res/pngs/debug/drawable-ldpi/ic_dark_mode.png differ
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-ldpi/ic_degree.png b/Calculator/app/build/generated/res/pngs/debug/drawable-ldpi/ic_degree.png
new file mode 100644
index 0000000..25772b4
Binary files /dev/null and b/Calculator/app/build/generated/res/pngs/debug/drawable-ldpi/ic_degree.png differ
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-ldpi/ic_graph.png b/Calculator/app/build/generated/res/pngs/debug/drawable-ldpi/ic_graph.png
new file mode 100644
index 0000000..10d4bff
Binary files /dev/null and b/Calculator/app/build/generated/res/pngs/debug/drawable-ldpi/ic_graph.png differ
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-ldpi/ic_home.png b/Calculator/app/build/generated/res/pngs/debug/drawable-ldpi/ic_home.png
new file mode 100644
index 0000000..a8045e9
Binary files /dev/null and b/Calculator/app/build/generated/res/pngs/debug/drawable-ldpi/ic_home.png differ
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-ldpi/ic_icon_calculator.png b/Calculator/app/build/generated/res/pngs/debug/drawable-ldpi/ic_icon_calculator.png
new file mode 100644
index 0000000..80f1dba
Binary files /dev/null and b/Calculator/app/build/generated/res/pngs/debug/drawable-ldpi/ic_icon_calculator.png differ
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-ldpi/ic_launcher_background.png b/Calculator/app/build/generated/res/pngs/debug/drawable-ldpi/ic_launcher_background.png
new file mode 100644
index 0000000..59f69a6
Binary files /dev/null and b/Calculator/app/build/generated/res/pngs/debug/drawable-ldpi/ic_launcher_background.png differ
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-ldpi/ic_light_mode.png b/Calculator/app/build/generated/res/pngs/debug/drawable-ldpi/ic_light_mode.png
new file mode 100644
index 0000000..c96a236
Binary files /dev/null and b/Calculator/app/build/generated/res/pngs/debug/drawable-ldpi/ic_light_mode.png differ
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-ldpi/ic_scale.png b/Calculator/app/build/generated/res/pngs/debug/drawable-ldpi/ic_scale.png
new file mode 100644
index 0000000..cbc6aca
Binary files /dev/null and b/Calculator/app/build/generated/res/pngs/debug/drawable-ldpi/ic_scale.png differ
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-ldpi/ic_speed.png b/Calculator/app/build/generated/res/pngs/debug/drawable-ldpi/ic_speed.png
new file mode 100644
index 0000000..7242bee
Binary files /dev/null and b/Calculator/app/build/generated/res/pngs/debug/drawable-ldpi/ic_speed.png differ
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-ldpi/ic_temp.png b/Calculator/app/build/generated/res/pngs/debug/drawable-ldpi/ic_temp.png
new file mode 100644
index 0000000..3a50564
Binary files /dev/null and b/Calculator/app/build/generated/res/pngs/debug/drawable-ldpi/ic_temp.png differ
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-mdpi/ic__logo.png b/Calculator/app/build/generated/res/pngs/debug/drawable-mdpi/ic__logo.png
new file mode 100644
index 0000000..b0c0916
Binary files /dev/null and b/Calculator/app/build/generated/res/pngs/debug/drawable-mdpi/ic__logo.png differ
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-mdpi/ic_launcher_background.png b/Calculator/app/build/generated/res/pngs/debug/drawable-mdpi/ic_launcher_background.png
new file mode 100644
index 0000000..6453df4
Binary files /dev/null and b/Calculator/app/build/generated/res/pngs/debug/drawable-mdpi/ic_launcher_background.png differ
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-xhdpi/ic__logo.png b/Calculator/app/build/generated/res/pngs/debug/drawable-xhdpi/ic__logo.png
new file mode 100644
index 0000000..75a2b96
Binary files /dev/null and b/Calculator/app/build/generated/res/pngs/debug/drawable-xhdpi/ic__logo.png differ
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-xhdpi/ic_launcher_background.png b/Calculator/app/build/generated/res/pngs/debug/drawable-xhdpi/ic_launcher_background.png
new file mode 100644
index 0000000..fdfdfe4
Binary files /dev/null and b/Calculator/app/build/generated/res/pngs/debug/drawable-xhdpi/ic_launcher_background.png differ
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-xxhdpi/ic__logo.png b/Calculator/app/build/generated/res/pngs/debug/drawable-xxhdpi/ic__logo.png
new file mode 100644
index 0000000..c245001
Binary files /dev/null and b/Calculator/app/build/generated/res/pngs/debug/drawable-xxhdpi/ic__logo.png differ
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-xxhdpi/ic_launcher_background.png b/Calculator/app/build/generated/res/pngs/debug/drawable-xxhdpi/ic_launcher_background.png
new file mode 100644
index 0000000..c96f682
Binary files /dev/null and b/Calculator/app/build/generated/res/pngs/debug/drawable-xxhdpi/ic_launcher_background.png differ
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic__logo.png b/Calculator/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic__logo.png
new file mode 100644
index 0000000..2508295
Binary files /dev/null and b/Calculator/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic__logo.png differ
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_convert.png b/Calculator/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_convert.png
new file mode 100644
index 0000000..961a748
Binary files /dev/null and b/Calculator/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_convert.png differ
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_dark_mode.png b/Calculator/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_dark_mode.png
new file mode 100644
index 0000000..c305b24
Binary files /dev/null and b/Calculator/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_dark_mode.png differ
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_degree.png b/Calculator/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_degree.png
new file mode 100644
index 0000000..bdf00e2
Binary files /dev/null and b/Calculator/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_degree.png differ
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_graph.png b/Calculator/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_graph.png
new file mode 100644
index 0000000..84def55
Binary files /dev/null and b/Calculator/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_graph.png differ
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_home.png b/Calculator/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_home.png
new file mode 100644
index 0000000..5614da7
Binary files /dev/null and b/Calculator/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_home.png differ
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_icon_calculator.png b/Calculator/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_icon_calculator.png
new file mode 100644
index 0000000..5a43df8
Binary files /dev/null and b/Calculator/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_icon_calculator.png differ
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_launcher_background.png b/Calculator/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_launcher_background.png
new file mode 100644
index 0000000..d09494e
Binary files /dev/null and b/Calculator/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_launcher_background.png differ
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_light_mode.png b/Calculator/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_light_mode.png
new file mode 100644
index 0000000..2a9b4ad
Binary files /dev/null and b/Calculator/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_light_mode.png differ
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_scale.png b/Calculator/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_scale.png
new file mode 100644
index 0000000..1592dc0
Binary files /dev/null and b/Calculator/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_scale.png differ
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_speed.png b/Calculator/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_speed.png
new file mode 100644
index 0000000..3f483e2
Binary files /dev/null and b/Calculator/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_speed.png differ
diff --git a/Calculator/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_temp.png b/Calculator/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_temp.png
new file mode 100644
index 0000000..1d2bdc4
Binary files /dev/null and b/Calculator/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_temp.png differ
diff --git a/Calculator/app/build/generated/source/buildConfig/debug/com/example/calculator/BuildConfig.java b/Calculator/app/build/generated/source/buildConfig/debug/com/example/calculator/BuildConfig.java
new file mode 100644
index 0000000..50ac891
--- /dev/null
+++ b/Calculator/app/build/generated/source/buildConfig/debug/com/example/calculator/BuildConfig.java
@@ -0,0 +1,12 @@
+/**
+ * Automatically generated file. DO NOT MODIFY
+ */
+package com.example.calculator;
+
+public final class BuildConfig {
+ public static final boolean DEBUG = Boolean.parseBoolean("true");
+ public static final String APPLICATION_ID = "com.example.calculator";
+ 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/Calculator/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json b/Calculator/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json
new file mode 100644
index 0000000..9e26dfe
--- /dev/null
+++ b/Calculator/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json
@@ -0,0 +1 @@
+{}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/apk/debug/app-debug.apk b/Calculator/app/build/intermediates/apk/debug/app-debug.apk
new file mode 100644
index 0000000..0413322
Binary files /dev/null and b/Calculator/app/build/intermediates/apk/debug/app-debug.apk differ
diff --git a/Calculator/app/build/intermediates/apk/debug/output-metadata.json b/Calculator/app/build/intermediates/apk/debug/output-metadata.json
new file mode 100644
index 0000000..b108648
--- /dev/null
+++ b/Calculator/app/build/intermediates/apk/debug/output-metadata.json
@@ -0,0 +1,20 @@
+{
+ "version": 3,
+ "artifactType": {
+ "type": "APK",
+ "kind": "Directory"
+ },
+ "applicationId": "com.example.calculator",
+ "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/Calculator/app/build/intermediates/apk_ide_redirect_file/debug/redirect.txt b/Calculator/app/build/intermediates/apk_ide_redirect_file/debug/redirect.txt
new file mode 100644
index 0000000..46dacc6
--- /dev/null
+++ b/Calculator/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/Calculator/app/build/intermediates/app_metadata/debug/app-metadata.properties b/Calculator/app/build/intermediates/app_metadata/debug/app-metadata.properties
new file mode 100644
index 0000000..5c4b2ec
--- /dev/null
+++ b/Calculator/app/build/intermediates/app_metadata/debug/app-metadata.properties
@@ -0,0 +1,2 @@
+appMetadataVersion=1.1
+androidGradlePluginVersion=7.1.2
diff --git a/Calculator/app/build/intermediates/compatible_screen_manifest/debug/output-metadata.json b/Calculator/app/build/intermediates/compatible_screen_manifest/debug/output-metadata.json
new file mode 100644
index 0000000..4657551
--- /dev/null
+++ b/Calculator/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.calculator",
+ "variantName": "debug",
+ "elements": []
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar b/Calculator/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar
new file mode 100644
index 0000000..985481c
Binary files /dev/null and b/Calculator/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar differ
diff --git a/Calculator/app/build/intermediates/data_binding_base_class_log_artifact/debug/out/com.example.calculator-binding_classes.json b/Calculator/app/build/intermediates/data_binding_base_class_log_artifact/debug/out/com.example.calculator-binding_classes.json
new file mode 100644
index 0000000..d7d4728
Binary files /dev/null and b/Calculator/app/build/intermediates/data_binding_base_class_log_artifact/debug/out/com.example.calculator-binding_classes.json differ
diff --git a/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_graph-layout.xml b/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_graph-layout.xml
new file mode 100644
index 0000000..5cc966c
--- /dev/null
+++ b/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_graph-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_graph_light-layout.xml b/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_graph_light-layout.xml
new file mode 100644
index 0000000..8b3924c
--- /dev/null
+++ b/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_graph_light-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_main-layout-land.xml b/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_main-layout-land.xml
new file mode 100644
index 0000000..7a58816
--- /dev/null
+++ b/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_main-layout-land.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_main-layout.xml b/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_main-layout.xml
new file mode 100644
index 0000000..9374b16
--- /dev/null
+++ b/Calculator/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/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_main_light-layout-land.xml b/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_main_light-layout-land.xml
new file mode 100644
index 0000000..7739af2
--- /dev/null
+++ b/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_main_light-layout-land.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_main_light-layout.xml b/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_main_light-layout.xml
new file mode 100644
index 0000000..694d935
--- /dev/null
+++ b/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_main_light-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_plotting_graph-layout.xml b/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_plotting_graph-layout.xml
new file mode 100644
index 0000000..cdbd5e2
--- /dev/null
+++ b/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_plotting_graph-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_splash_screen-layout.xml b/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_splash_screen-layout.xml
new file mode 100644
index 0000000..1ce2457
--- /dev/null
+++ b/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_splash_screen-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_unit_converter-layout.xml b/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_unit_converter-layout.xml
new file mode 100644
index 0000000..f5b0a1d
--- /dev/null
+++ b/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_unit_converter-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_unit_converter_light-layout.xml b/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_unit_converter_light-layout.xml
new file mode 100644
index 0000000..45068e8
--- /dev/null
+++ b/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_unit_converter_light-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/content_main-layout.xml b/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/content_main-layout.xml
new file mode 100644
index 0000000..47dd493
--- /dev/null
+++ b/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/content_main-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/fragment_first-layout.xml b/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/fragment_first-layout.xml
new file mode 100644
index 0000000..8203f47
--- /dev/null
+++ b/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/fragment_first-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/fragment_second-layout.xml b/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/fragment_second-layout.xml
new file mode 100644
index 0000000..75c4bc1
--- /dev/null
+++ b/Calculator/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/fragment_second-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_graph-layout.xml b/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_graph-layout.xml
new file mode 100644
index 0000000..5cc966c
--- /dev/null
+++ b/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_graph-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_graph_light-layout.xml b/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_graph_light-layout.xml
new file mode 100644
index 0000000..8b3924c
--- /dev/null
+++ b/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_graph_light-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_main-layout-land.xml b/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_main-layout-land.xml
new file mode 100644
index 0000000..7a58816
--- /dev/null
+++ b/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_main-layout-land.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_main-layout.xml b/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_main-layout.xml
new file mode 100644
index 0000000..9374b16
--- /dev/null
+++ b/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_main-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_main_light-layout-land.xml b/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_main_light-layout-land.xml
new file mode 100644
index 0000000..7739af2
--- /dev/null
+++ b/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_main_light-layout-land.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_main_light-layout.xml b/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_main_light-layout.xml
new file mode 100644
index 0000000..694d935
--- /dev/null
+++ b/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_main_light-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_plotting_graph-layout.xml b/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_plotting_graph-layout.xml
new file mode 100644
index 0000000..cdbd5e2
--- /dev/null
+++ b/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_plotting_graph-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_splash_screen-layout.xml b/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_splash_screen-layout.xml
new file mode 100644
index 0000000..1ce2457
--- /dev/null
+++ b/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_splash_screen-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_unit_converter-layout.xml b/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_unit_converter-layout.xml
new file mode 100644
index 0000000..f5b0a1d
--- /dev/null
+++ b/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_unit_converter-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_unit_converter_light-layout.xml b/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_unit_converter_light-layout.xml
new file mode 100644
index 0000000..45068e8
--- /dev/null
+++ b/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_unit_converter_light-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/content_main-layout.xml b/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/content_main-layout.xml
new file mode 100644
index 0000000..47dd493
--- /dev/null
+++ b/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/content_main-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/fragment_first-layout.xml b/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/fragment_first-layout.xml
new file mode 100644
index 0000000..8203f47
--- /dev/null
+++ b/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/fragment_first-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/fragment_second-layout.xml b/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/fragment_second-layout.xml
new file mode 100644
index 0000000..75c4bc1
--- /dev/null
+++ b/Calculator/app/build/intermediates/data_binding_layout_info_type_package/debug/out/fragment_second-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin b/Calculator/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin
new file mode 100644
index 0000000..601f245
Binary files /dev/null and b/Calculator/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin differ
diff --git a/Calculator/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin b/Calculator/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin
new file mode 100644
index 0000000..601f245
Binary files /dev/null and b/Calculator/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin differ
diff --git a/Calculator/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_2/graph.bin b/Calculator/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_2/graph.bin
new file mode 100644
index 0000000..601f245
Binary files /dev/null and b/Calculator/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_2/graph.bin differ
diff --git a/Calculator/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_3/graph.bin b/Calculator/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_3/graph.bin
new file mode 100644
index 0000000..601f245
Binary files /dev/null and b/Calculator/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_3/graph.bin differ
diff --git a/Calculator/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_4bce1cf5ef5bc0113a0e6b3c54573e953a33d5d26628a09726db89a445d9b3b7_bucket_0/graph.bin b/Calculator/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_4bce1cf5ef5bc0113a0e6b3c54573e953a33d5d26628a09726db89a445d9b3b7_bucket_0/graph.bin
new file mode 100644
index 0000000..601f245
Binary files /dev/null and b/Calculator/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_4bce1cf5ef5bc0113a0e6b3c54573e953a33d5d26628a09726db89a445d9b3b7_bucket_0/graph.bin differ
diff --git a/Calculator/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_4bce1cf5ef5bc0113a0e6b3c54573e953a33d5d26628a09726db89a445d9b3b7_bucket_1/graph.bin b/Calculator/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_4bce1cf5ef5bc0113a0e6b3c54573e953a33d5d26628a09726db89a445d9b3b7_bucket_1/graph.bin
new file mode 100644
index 0000000..601f245
Binary files /dev/null and b/Calculator/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_4bce1cf5ef5bc0113a0e6b3c54573e953a33d5d26628a09726db89a445d9b3b7_bucket_1/graph.bin differ
diff --git a/Calculator/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_4bce1cf5ef5bc0113a0e6b3c54573e953a33d5d26628a09726db89a445d9b3b7_bucket_2/graph.bin b/Calculator/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_4bce1cf5ef5bc0113a0e6b3c54573e953a33d5d26628a09726db89a445d9b3b7_bucket_2/graph.bin
new file mode 100644
index 0000000..601f245
Binary files /dev/null and b/Calculator/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_4bce1cf5ef5bc0113a0e6b3c54573e953a33d5d26628a09726db89a445d9b3b7_bucket_2/graph.bin differ
diff --git a/Calculator/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_4bce1cf5ef5bc0113a0e6b3c54573e953a33d5d26628a09726db89a445d9b3b7_bucket_3/graph.bin b/Calculator/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_4bce1cf5ef5bc0113a0e6b3c54573e953a33d5d26628a09726db89a445d9b3b7_bucket_3/graph.bin
new file mode 100644
index 0000000..601f245
Binary files /dev/null and b/Calculator/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_4bce1cf5ef5bc0113a0e6b3c54573e953a33d5d26628a09726db89a445d9b3b7_bucket_3/graph.bin differ
diff --git a/Calculator/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_b0e7dca48d08b311357f821ef57e8bd5e6950ebeda978cf558ea61dc7bc82572_bucket_0/graph.bin b/Calculator/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_b0e7dca48d08b311357f821ef57e8bd5e6950ebeda978cf558ea61dc7bc82572_bucket_0/graph.bin
new file mode 100644
index 0000000..601f245
Binary files /dev/null and b/Calculator/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_b0e7dca48d08b311357f821ef57e8bd5e6950ebeda978cf558ea61dc7bc82572_bucket_0/graph.bin differ
diff --git a/Calculator/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_b0e7dca48d08b311357f821ef57e8bd5e6950ebeda978cf558ea61dc7bc82572_bucket_1/graph.bin b/Calculator/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_b0e7dca48d08b311357f821ef57e8bd5e6950ebeda978cf558ea61dc7bc82572_bucket_1/graph.bin
new file mode 100644
index 0000000..601f245
Binary files /dev/null and b/Calculator/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_b0e7dca48d08b311357f821ef57e8bd5e6950ebeda978cf558ea61dc7bc82572_bucket_1/graph.bin differ
diff --git a/Calculator/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_b0e7dca48d08b311357f821ef57e8bd5e6950ebeda978cf558ea61dc7bc82572_bucket_2/graph.bin b/Calculator/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_b0e7dca48d08b311357f821ef57e8bd5e6950ebeda978cf558ea61dc7bc82572_bucket_2/graph.bin
new file mode 100644
index 0000000..601f245
Binary files /dev/null and b/Calculator/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_b0e7dca48d08b311357f821ef57e8bd5e6950ebeda978cf558ea61dc7bc82572_bucket_2/graph.bin differ
diff --git a/Calculator/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_b0e7dca48d08b311357f821ef57e8bd5e6950ebeda978cf558ea61dc7bc82572_bucket_3/graph.bin b/Calculator/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_b0e7dca48d08b311357f821ef57e8bd5e6950ebeda978cf558ea61dc7bc82572_bucket_3/graph.bin
new file mode 100644
index 0000000..601f245
Binary files /dev/null and b/Calculator/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_b0e7dca48d08b311357f821ef57e8bd5e6950ebeda978cf558ea61dc7bc82572_bucket_3/graph.bin differ
diff --git a/Calculator/app/build/intermediates/dex/debug/mergeDexDebug/classes.dex b/Calculator/app/build/intermediates/dex/debug/mergeDexDebug/classes.dex
new file mode 100644
index 0000000..2246109
Binary files /dev/null and b/Calculator/app/build/intermediates/dex/debug/mergeDexDebug/classes.dex differ
diff --git a/Calculator/app/build/intermediates/dex_archive_input_jar_hashes/debug/out b/Calculator/app/build/intermediates/dex_archive_input_jar_hashes/debug/out
new file mode 100644
index 0000000..6fc4ed9
Binary files /dev/null and b/Calculator/app/build/intermediates/dex_archive_input_jar_hashes/debug/out differ
diff --git a/Calculator/app/build/intermediates/dex_number_of_buckets_file/debug/out b/Calculator/app/build/intermediates/dex_number_of_buckets_file/debug/out
new file mode 100644
index 0000000..bf0d87a
--- /dev/null
+++ b/Calculator/app/build/intermediates/dex_number_of_buckets_file/debug/out
@@ -0,0 +1 @@
+4
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/external_file_lib_dex_archives/debug/0_GraphView-4.0.1.jar b/Calculator/app/build/intermediates/external_file_lib_dex_archives/debug/0_GraphView-4.0.1.jar
new file mode 100644
index 0000000..4f1aa8b
Binary files /dev/null and b/Calculator/app/build/intermediates/external_file_lib_dex_archives/debug/0_GraphView-4.0.1.jar differ
diff --git a/Calculator/app/build/intermediates/external_libs_dex/debug/mergeExtDexDebug/classes.dex b/Calculator/app/build/intermediates/external_libs_dex/debug/mergeExtDexDebug/classes.dex
new file mode 100644
index 0000000..0dcb9c6
Binary files /dev/null and b/Calculator/app/build/intermediates/external_libs_dex/debug/mergeExtDexDebug/classes.dex differ
diff --git a/Calculator/app/build/intermediates/incremental/dataBindingGenBaseClassesDebug/base_builder_log.json b/Calculator/app/build/intermediates/incremental/dataBindingGenBaseClassesDebug/base_builder_log.json
new file mode 100644
index 0000000..a4dc229
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/dataBindingGenBaseClassesDebug/base_builder_log.json differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state
new file mode 100644
index 0000000..c56deef
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/+APBsLKhl9A8EHB2eA5GmbnKqEU= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/+APBsLKhl9A8EHB2eA5GmbnKqEU=
new file mode 100644
index 0000000..c747bb9
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/+APBsLKhl9A8EHB2eA5GmbnKqEU= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/09uaJMewP26e_DUXIKtqVxdS_5o= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/09uaJMewP26e_DUXIKtqVxdS_5o=
new file mode 100644
index 0000000..af5b1db
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/09uaJMewP26e_DUXIKtqVxdS_5o= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0bWcaL6F7yQLGhS99wn8fXebRJ8= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0bWcaL6F7yQLGhS99wn8fXebRJ8=
new file mode 100644
index 0000000..5fbe539
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0bWcaL6F7yQLGhS99wn8fXebRJ8= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0iKSi_tXo6ytfe+ouvv4LFg72nM= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0iKSi_tXo6ytfe+ouvv4LFg72nM=
new file mode 100644
index 0000000..160357a
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0iKSi_tXo6ytfe+ouvv4LFg72nM= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1zpyCYOYLhbYpJzywzAj_L2r87Q= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1zpyCYOYLhbYpJzywzAj_L2r87Q=
new file mode 100644
index 0000000..31c0b62
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1zpyCYOYLhbYpJzywzAj_L2r87Q= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/22Sd6Ggk7YimLF3gLUSOzC2i8PQ= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/22Sd6Ggk7YimLF3gLUSOzC2i8PQ=
new file mode 100644
index 0000000..f2e5d4c
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/22Sd6Ggk7YimLF3gLUSOzC2i8PQ= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2HCvyDIj2gTaB1rnHRfHc9ZUq4c= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2HCvyDIj2gTaB1rnHRfHc9ZUq4c=
new file mode 100644
index 0000000..728a137
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2HCvyDIj2gTaB1rnHRfHc9ZUq4c= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2UfCp8tex6J7P7BHyUufofeBZHE= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2UfCp8tex6J7P7BHyUufofeBZHE=
new file mode 100644
index 0000000..e0281fc
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2UfCp8tex6J7P7BHyUufofeBZHE= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/331+L2CeJjEGbTZBWpWh1vMll78= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/331+L2CeJjEGbTZBWpWh1vMll78=
new file mode 100644
index 0000000..a835d2c
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/331+L2CeJjEGbTZBWpWh1vMll78= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4TiU5hvJmPgOFS+GOvvT5+IrJs8= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4TiU5hvJmPgOFS+GOvvT5+IrJs8=
new file mode 100644
index 0000000..6888d08
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4TiU5hvJmPgOFS+GOvvT5+IrJs8= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4b_LFMM4otQFIjodyXUP21CMkFI= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4b_LFMM4otQFIjodyXUP21CMkFI=
new file mode 100644
index 0000000..dc7b90e
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4b_LFMM4otQFIjodyXUP21CMkFI= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5nygm6y5VXnTKx2TZfuekKtW77o= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5nygm6y5VXnTKx2TZfuekKtW77o=
new file mode 100644
index 0000000..9cade31
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5nygm6y5VXnTKx2TZfuekKtW77o= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6i10Sh55oUDE9bMFytyLyJNpmxQ= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6i10Sh55oUDE9bMFytyLyJNpmxQ=
new file mode 100644
index 0000000..628378a
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6i10Sh55oUDE9bMFytyLyJNpmxQ= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/7KbtFVBStlHeqJEFu1mad2m1hVo= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/7KbtFVBStlHeqJEFu1mad2m1hVo=
new file mode 100644
index 0000000..b6e5346
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/7KbtFVBStlHeqJEFu1mad2m1hVo= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/82EN1Hl32nMNa_hn77i0D0pmoKw= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/82EN1Hl32nMNa_hn77i0D0pmoKw=
new file mode 100644
index 0000000..8867f1d
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/82EN1Hl32nMNa_hn77i0D0pmoKw= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8wCCUxLrBORBzMn0ivlGZ1pqQhM= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8wCCUxLrBORBzMn0ivlGZ1pqQhM=
new file mode 100644
index 0000000..6020b54
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8wCCUxLrBORBzMn0ivlGZ1pqQhM= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9eljjIxcDNcaSJCnWrqOMMtXWdg= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9eljjIxcDNcaSJCnWrqOMMtXWdg=
new file mode 100644
index 0000000..9e44d18
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9eljjIxcDNcaSJCnWrqOMMtXWdg= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ACTnUtoUBcLYld1Ka6cqtqgOCqo= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ACTnUtoUBcLYld1Ka6cqtqgOCqo=
new file mode 100644
index 0000000..4b0ed64
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ACTnUtoUBcLYld1Ka6cqtqgOCqo= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/AzvVwTzmV2jT8O20dUGTF3UGAD8= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/AzvVwTzmV2jT8O20dUGTF3UGAD8=
new file mode 100644
index 0000000..1a17f25
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/AzvVwTzmV2jT8O20dUGTF3UGAD8= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/CKM1QkXBAZNcPM_Cf51GPDgpMc8= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/CKM1QkXBAZNcPM_Cf51GPDgpMc8=
new file mode 100644
index 0000000..d0c8d7e
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/CKM1QkXBAZNcPM_Cf51GPDgpMc8= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/CMIk3V6hjpe_n4EjNCP7Dm+JUfU= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/CMIk3V6hjpe_n4EjNCP7Dm+JUfU=
new file mode 100644
index 0000000..3ba6408
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/CMIk3V6hjpe_n4EjNCP7Dm+JUfU= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Ca_yte+C9KBVU85vNAm61sIuSlo= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Ca_yte+C9KBVU85vNAm61sIuSlo=
new file mode 100644
index 0000000..7a2928e
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Ca_yte+C9KBVU85vNAm61sIuSlo= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Cdo3L7eSeQCsrEbFbocGJe2Z71c= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Cdo3L7eSeQCsrEbFbocGJe2Z71c=
new file mode 100644
index 0000000..ba19014
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Cdo3L7eSeQCsrEbFbocGJe2Z71c= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/CsSwjnET1bgznmFQbFsLue+lFkk= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/CsSwjnET1bgznmFQbFsLue+lFkk=
new file mode 100644
index 0000000..44a52c1
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/CsSwjnET1bgznmFQbFsLue+lFkk= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/D7RtuBFn9eiEihsMLaNZCq13UuY= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/D7RtuBFn9eiEihsMLaNZCq13UuY=
new file mode 100644
index 0000000..de9ab1f
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/D7RtuBFn9eiEihsMLaNZCq13UuY= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Dg1kY0CFwXttXAuBCsgZy4AzCQM= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Dg1kY0CFwXttXAuBCsgZy4AzCQM=
new file mode 100644
index 0000000..0995913
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Dg1kY0CFwXttXAuBCsgZy4AzCQM= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/DrSxJeK8Aa7QzJQydqrvrDj5cPg= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/DrSxJeK8Aa7QzJQydqrvrDj5cPg=
new file mode 100644
index 0000000..8568b5b
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/DrSxJeK8Aa7QzJQydqrvrDj5cPg= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/E5M6Gwm6J40nH_vKZCaXSfCWFeE= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/E5M6Gwm6J40nH_vKZCaXSfCWFeE=
new file mode 100644
index 0000000..5e67692
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/E5M6Gwm6J40nH_vKZCaXSfCWFeE= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EIAU0_8D10jIACakQkPHqK17hyM= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EIAU0_8D10jIACakQkPHqK17hyM=
new file mode 100644
index 0000000..37fadce
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EIAU0_8D10jIACakQkPHqK17hyM= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EkwSDVxwdmj_InXB0++7M4erAHk= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EkwSDVxwdmj_InXB0++7M4erAHk=
new file mode 100644
index 0000000..5fd1e8c
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EkwSDVxwdmj_InXB0++7M4erAHk= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/F2y8sow8VbAPitXHt_deF29IMZc= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/F2y8sow8VbAPitXHt_deF29IMZc=
new file mode 100644
index 0000000..761fe3b
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/F2y8sow8VbAPitXHt_deF29IMZc= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/FT77Xh0dSDtDoxY0PeAhK_vRFx0= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/FT77Xh0dSDtDoxY0PeAhK_vRFx0=
new file mode 100644
index 0000000..7f2a170
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/FT77Xh0dSDtDoxY0PeAhK_vRFx0= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Facg9PiHSD2rdt8dhvZqvII2lkU= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Facg9PiHSD2rdt8dhvZqvII2lkU=
new file mode 100644
index 0000000..4b5b394
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Facg9PiHSD2rdt8dhvZqvII2lkU= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HQSBPG_iP5mO1843yXasTJOKkjk= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HQSBPG_iP5mO1843yXasTJOKkjk=
new file mode 100644
index 0000000..1391454
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HQSBPG_iP5mO1843yXasTJOKkjk= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HS0TfiTPim4sq2t0xECa+1tP_BQ= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HS0TfiTPim4sq2t0xECa+1tP_BQ=
new file mode 100644
index 0000000..48ab878
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HS0TfiTPim4sq2t0xECa+1tP_BQ= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HVoy6s2PQQi5rLcZ8Riyive7cG8= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HVoy6s2PQQi5rLcZ8Riyive7cG8=
new file mode 100644
index 0000000..3cabf60
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HVoy6s2PQQi5rLcZ8Riyive7cG8= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/IBNQi3bu5V3KLCe260YmKqXPb+s= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/IBNQi3bu5V3KLCe260YmKqXPb+s=
new file mode 100644
index 0000000..c703ef4
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/IBNQi3bu5V3KLCe260YmKqXPb+s= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/IQZpgRiDTOzQSC2CBXkxFvnw_08= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/IQZpgRiDTOzQSC2CBXkxFvnw_08=
new file mode 100644
index 0000000..2cec677
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/IQZpgRiDTOzQSC2CBXkxFvnw_08= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/J4LVCm5gMvCaZsBK70XksJEVVvA= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/J4LVCm5gMvCaZsBK70XksJEVVvA=
new file mode 100644
index 0000000..40f58a5
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/J4LVCm5gMvCaZsBK70XksJEVVvA= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/J8et2Ig0t7YGX+y4GzJLpmFCqWE= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/J8et2Ig0t7YGX+y4GzJLpmFCqWE=
new file mode 100644
index 0000000..150f6b2
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/J8et2Ig0t7YGX+y4GzJLpmFCqWE= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JCHvuyMK18yDhS88JeR++6rZDpo= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JCHvuyMK18yDhS88JeR++6rZDpo=
new file mode 100644
index 0000000..7223f7e
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JCHvuyMK18yDhS88JeR++6rZDpo= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JGjPa0gIDCPwGQYuZGI71LdiFdg= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JGjPa0gIDCPwGQYuZGI71LdiFdg=
new file mode 100644
index 0000000..451f8cb
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JGjPa0gIDCPwGQYuZGI71LdiFdg= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KHqJ1D1rRK8jd3089wTwGne8tYU= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KHqJ1D1rRK8jd3089wTwGne8tYU=
new file mode 100644
index 0000000..a8b9417
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KHqJ1D1rRK8jd3089wTwGne8tYU= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KxA1GCwRqZYadffM9Nl6oQtZLdI= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KxA1GCwRqZYadffM9Nl6oQtZLdI=
new file mode 100644
index 0000000..ff3d698
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KxA1GCwRqZYadffM9Nl6oQtZLdI= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/LQO9txGmM8x+5CiJ4ecUcGke+o8= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/LQO9txGmM8x+5CiJ4ecUcGke+o8=
new file mode 100644
index 0000000..97ba1bf
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/LQO9txGmM8x+5CiJ4ecUcGke+o8= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MYKBEAJcP5VfhT+hAxlVsRfvn7A= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MYKBEAJcP5VfhT+hAxlVsRfvn7A=
new file mode 100644
index 0000000..b4c6c3e
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MYKBEAJcP5VfhT+hAxlVsRfvn7A= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/N9e_RWbiv9QGSKJcmMIqYT2gVwA= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/N9e_RWbiv9QGSKJcmMIqYT2gVwA=
new file mode 100644
index 0000000..76f1fae
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/N9e_RWbiv9QGSKJcmMIqYT2gVwA= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NUbCkHATlXQS6fFPhbJvOU_mUgs= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NUbCkHATlXQS6fFPhbJvOU_mUgs=
new file mode 100644
index 0000000..5d2b54b
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NUbCkHATlXQS6fFPhbJvOU_mUgs= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NaZkktcn2YWUuo0P1e3XylFoF_Y= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NaZkktcn2YWUuo0P1e3XylFoF_Y=
new file mode 100644
index 0000000..4c9f52f
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NaZkktcn2YWUuo0P1e3XylFoF_Y= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/O1CpzS8X5v4eODZAzty_nV7EffU= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/O1CpzS8X5v4eODZAzty_nV7EffU=
new file mode 100644
index 0000000..8488a02
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/O1CpzS8X5v4eODZAzty_nV7EffU= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/OLLme3py1S7ReIuraZ3sBb6zEtM= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/OLLme3py1S7ReIuraZ3sBb6zEtM=
new file mode 100644
index 0000000..ec7c4b4
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/OLLme3py1S7ReIuraZ3sBb6zEtM= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PTI6rGPTj4uJnOu9_sD_NS_4AuY= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PTI6rGPTj4uJnOu9_sD_NS_4AuY=
new file mode 100644
index 0000000..8a194c8
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PTI6rGPTj4uJnOu9_sD_NS_4AuY= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PiNW_FPoEI6y0zn_25MQW6Xx6qU= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PiNW_FPoEI6y0zn_25MQW6Xx6qU=
new file mode 100644
index 0000000..d0a17a9
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PiNW_FPoEI6y0zn_25MQW6Xx6qU= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PpHLGGSodXZ+pVmuFcB6aTNqGkQ= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PpHLGGSodXZ+pVmuFcB6aTNqGkQ=
new file mode 100644
index 0000000..de755d1
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PpHLGGSodXZ+pVmuFcB6aTNqGkQ= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Qd7ENasxALopB6cJbX6lvSP7SFA= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Qd7ENasxALopB6cJbX6lvSP7SFA=
new file mode 100644
index 0000000..ff984ea
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Qd7ENasxALopB6cJbX6lvSP7SFA= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QdEzClgbMMf8qOy2H6F_jSZ9O+U= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QdEzClgbMMf8qOy2H6F_jSZ9O+U=
new file mode 100644
index 0000000..da323a9
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QdEzClgbMMf8qOy2H6F_jSZ9O+U= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QnYein0CBJFKdg+LnkStSbkBjLE= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QnYein0CBJFKdg+LnkStSbkBjLE=
new file mode 100644
index 0000000..310a04a
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/QnYein0CBJFKdg+LnkStSbkBjLE= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RTva4PcNL+9TJ1TJJvYYC5hdHnw= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RTva4PcNL+9TJ1TJJvYYC5hdHnw=
new file mode 100644
index 0000000..4b56a48
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RTva4PcNL+9TJ1TJJvYYC5hdHnw= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Samwh2So0QcdS_6vDjQ2m2enCQ4= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Samwh2So0QcdS_6vDjQ2m2enCQ4=
new file mode 100644
index 0000000..6ccda32
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Samwh2So0QcdS_6vDjQ2m2enCQ4= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/T9lnyAPSUDMfnqegljDsanmWTnU= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/T9lnyAPSUDMfnqegljDsanmWTnU=
new file mode 100644
index 0000000..0265ac4
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/T9lnyAPSUDMfnqegljDsanmWTnU= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TNof1QCEbNlD++pNBzFzW3pA2T0= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TNof1QCEbNlD++pNBzFzW3pA2T0=
new file mode 100644
index 0000000..fb1b450
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TNof1QCEbNlD++pNBzFzW3pA2T0= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TQm68btdhwtG_fxeqtKm0iq4zfU= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TQm68btdhwtG_fxeqtKm0iq4zfU=
new file mode 100644
index 0000000..2f359f5
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TQm68btdhwtG_fxeqtKm0iq4zfU= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TYgbvwYzrfsiVLkfolYHAG2dzNQ= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TYgbvwYzrfsiVLkfolYHAG2dzNQ=
new file mode 100644
index 0000000..9426e40
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TYgbvwYzrfsiVLkfolYHAG2dzNQ= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Tijgip2iLfRh7Sgoo0H0UaSIU1M= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Tijgip2iLfRh7Sgoo0H0UaSIU1M=
new file mode 100644
index 0000000..a631075
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Tijgip2iLfRh7Sgoo0H0UaSIU1M= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UoekKRzQ5oVhr3bco+Hv6h6ZgY8= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UoekKRzQ5oVhr3bco+Hv6h6ZgY8=
new file mode 100644
index 0000000..c68ea7a
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UoekKRzQ5oVhr3bco+Hv6h6ZgY8= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/VOTS8SJn_8qmzn2JKgBnUWis3lM= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/VOTS8SJn_8qmzn2JKgBnUWis3lM=
new file mode 100644
index 0000000..b23adcd
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/VOTS8SJn_8qmzn2JKgBnUWis3lM= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/VVDFhD4awhBOEI0kF5Ycyapu3CU= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/VVDFhD4awhBOEI0kF5Ycyapu3CU=
new file mode 100644
index 0000000..a8a6906
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/VVDFhD4awhBOEI0kF5Ycyapu3CU= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Vy35YJbG_hrAPQ4wy_ys4n9is0Q= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Vy35YJbG_hrAPQ4wy_ys4n9is0Q=
new file mode 100644
index 0000000..17712a4
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Vy35YJbG_hrAPQ4wy_ys4n9is0Q= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Xavv88WD4_QJmMxj0toHzJPNwjE= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Xavv88WD4_QJmMxj0toHzJPNwjE=
new file mode 100644
index 0000000..c75120f
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Xavv88WD4_QJmMxj0toHzJPNwjE= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/XqPjNJbf+fqcgpYEWWRXlScoBfM= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/XqPjNJbf+fqcgpYEWWRXlScoBfM=
new file mode 100644
index 0000000..50157e9
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/XqPjNJbf+fqcgpYEWWRXlScoBfM= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YNg_npi7JWd44jST0d7g0TJF2UU= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YNg_npi7JWd44jST0d7g0TJF2UU=
new file mode 100644
index 0000000..dd51769
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YNg_npi7JWd44jST0d7g0TJF2UU= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YTBJ86THOjzbgABSlecgMvv5_24= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YTBJ86THOjzbgABSlecgMvv5_24=
new file mode 100644
index 0000000..c26eb50
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YTBJ86THOjzbgABSlecgMvv5_24= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YsaX+UvKQsa+EILaqr_7Y1CckuQ= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YsaX+UvKQsa+EILaqr_7Y1CckuQ=
new file mode 100644
index 0000000..21eb307
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YsaX+UvKQsa+EILaqr_7Y1CckuQ= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YzSYmkG8zP2_F+6mqxPtXbUAFmo= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YzSYmkG8zP2_F+6mqxPtXbUAFmo=
new file mode 100644
index 0000000..6888d08
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YzSYmkG8zP2_F+6mqxPtXbUAFmo= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZIfj+ISEYQjqRkG_rrFe9HkoZRw= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZIfj+ISEYQjqRkG_rrFe9HkoZRw=
new file mode 100644
index 0000000..2e07982
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZIfj+ISEYQjqRkG_rrFe9HkoZRw= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZMoIvk2MoWy_1rmwqT+vQd0_K2A= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZMoIvk2MoWy_1rmwqT+vQd0_K2A=
new file mode 100644
index 0000000..7d09c25
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZMoIvk2MoWy_1rmwqT+vQd0_K2A= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZoYy6clth58HEY4Dx8RpoH6gOzg= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZoYy6clth58HEY4Dx8RpoH6gOzg=
new file mode 100644
index 0000000..7db6d12
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZoYy6clth58HEY4Dx8RpoH6gOzg= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Zs_QMdWF467p6lA7QxiJZW2YR3M= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Zs_QMdWF467p6lA7QxiJZW2YR3M=
new file mode 100644
index 0000000..1d2c72a
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Zs_QMdWF467p6lA7QxiJZW2YR3M= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_iIdhKbqsnkNpX2gtA22ZKHKGa8= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_iIdhKbqsnkNpX2gtA22ZKHKGa8=
new file mode 100644
index 0000000..8468bea
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_iIdhKbqsnkNpX2gtA22ZKHKGa8= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/a7AktSnt4AgpVmI_TOY1klL6T94= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/a7AktSnt4AgpVmI_TOY1klL6T94=
new file mode 100644
index 0000000..cb027fc
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/a7AktSnt4AgpVmI_TOY1klL6T94= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/b5pJoEPbSKiaC7WgCqPgI2FgmpA= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/b5pJoEPbSKiaC7WgCqPgI2FgmpA=
new file mode 100644
index 0000000..73aa47d
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/b5pJoEPbSKiaC7WgCqPgI2FgmpA= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bS47AMrL628E_CRrxZaLZIQ9rDE= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bS47AMrL628E_CRrxZaLZIQ9rDE=
new file mode 100644
index 0000000..6956bd6
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bS47AMrL628E_CRrxZaLZIQ9rDE= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bYLJuHNLLuA8tgxor0lynnXCMPs= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bYLJuHNLLuA8tgxor0lynnXCMPs=
new file mode 100644
index 0000000..c8bb6d9
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bYLJuHNLLuA8tgxor0lynnXCMPs= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bhCq8x40+bla1P6SoaAspwolyAA= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bhCq8x40+bla1P6SoaAspwolyAA=
new file mode 100644
index 0000000..1ffce77
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/bhCq8x40+bla1P6SoaAspwolyAA= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cEB2v2GqrKEuZLyaZ18CcHzw9cA= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cEB2v2GqrKEuZLyaZ18CcHzw9cA=
new file mode 100644
index 0000000..a7eff5a
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cEB2v2GqrKEuZLyaZ18CcHzw9cA= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/c_tLSIpoWZQ5Qou+MiRNUwMwGf4= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/c_tLSIpoWZQ5Qou+MiRNUwMwGf4=
new file mode 100644
index 0000000..10c7c9d
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/c_tLSIpoWZQ5Qou+MiRNUwMwGf4= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cq5HZ19+SuvkObtjV4lx+bw8NIc= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cq5HZ19+SuvkObtjV4lx+bw8NIc=
new file mode 100644
index 0000000..44a245f
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cq5HZ19+SuvkObtjV4lx+bw8NIc= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cwQPNwBXJB8QaEHmJawqQokPrwY= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cwQPNwBXJB8QaEHmJawqQokPrwY=
new file mode 100644
index 0000000..54c5995
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cwQPNwBXJB8QaEHmJawqQokPrwY= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/d_CRPjixMOu_9WBk8KqYDqbhDlk= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/d_CRPjixMOu_9WBk8KqYDqbhDlk=
new file mode 100644
index 0000000..37b8328
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/d_CRPjixMOu_9WBk8KqYDqbhDlk= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dfbp0cfx5Pz_9z5E5wN_dFdCNVo= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dfbp0cfx5Pz_9z5E5wN_dFdCNVo=
new file mode 100644
index 0000000..ab6eb53
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dfbp0cfx5Pz_9z5E5wN_dFdCNVo= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dsyZzXeUpJCv+ksRnrICALpDoIU= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dsyZzXeUpJCv+ksRnrICALpDoIU=
new file mode 100644
index 0000000..6020b54
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dsyZzXeUpJCv+ksRnrICALpDoIU= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/e9lmEfza2CNa6pdhKzbVr_KMdp4= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/e9lmEfza2CNa6pdhKzbVr_KMdp4=
new file mode 100644
index 0000000..8fd6cd4
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/e9lmEfza2CNa6pdhKzbVr_KMdp4= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/f4Aj0ZLub6dHidLUCDsLMqnLzvY= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/f4Aj0ZLub6dHidLUCDsLMqnLzvY=
new file mode 100644
index 0000000..66efff0
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/f4Aj0ZLub6dHidLUCDsLMqnLzvY= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/fc1MK9SebTCYubtebfmVMlr6dTA= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/fc1MK9SebTCYubtebfmVMlr6dTA=
new file mode 100644
index 0000000..4faab6e
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/fc1MK9SebTCYubtebfmVMlr6dTA= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/fdoPM+n58QGQYx27QKzOPJ+L0UY= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/fdoPM+n58QGQYx27QKzOPJ+L0UY=
new file mode 100644
index 0000000..398ebb9
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/fdoPM+n58QGQYx27QKzOPJ+L0UY= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hBmG_QCpUlMW6PzWRGfmHtd5S2g= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hBmG_QCpUlMW6PzWRGfmHtd5S2g=
new file mode 100644
index 0000000..fb794be
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hBmG_QCpUlMW6PzWRGfmHtd5S2g= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hJIjOGsbLm3REa6G35SCVf+OhXI= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hJIjOGsbLm3REa6G35SCVf+OhXI=
new file mode 100644
index 0000000..22bdb4e
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hJIjOGsbLm3REa6G35SCVf+OhXI= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hou3ygz4t7dcZgN1RzclAZal8kg= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hou3ygz4t7dcZgN1RzclAZal8kg=
new file mode 100644
index 0000000..5dd6acd
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hou3ygz4t7dcZgN1RzclAZal8kg= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kHW+IPAwv5guLing7xhNLFGga7k= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kHW+IPAwv5guLing7xhNLFGga7k=
new file mode 100644
index 0000000..1c472d0
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kHW+IPAwv5guLing7xhNLFGga7k= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kSfc+QQqYIEKW3MrO1UMOTuDv10= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kSfc+QQqYIEKW3MrO1UMOTuDv10=
new file mode 100644
index 0000000..e611cab
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kSfc+QQqYIEKW3MrO1UMOTuDv10= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kqszdjpM7RTr_CcgCpckElP9hys= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kqszdjpM7RTr_CcgCpckElP9hys=
new file mode 100644
index 0000000..693245b
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/kqszdjpM7RTr_CcgCpckElP9hys= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lOWdNe6050ASZ38XdTaVUIKD1Ew= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lOWdNe6050ASZ38XdTaVUIKD1Ew=
new file mode 100644
index 0000000..0a3fe3c
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lOWdNe6050ASZ38XdTaVUIKD1Ew= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lUPJiyR_COaRCj2BTBSH0I8KAzw= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lUPJiyR_COaRCj2BTBSH0I8KAzw=
new file mode 100644
index 0000000..73aa47d
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lUPJiyR_COaRCj2BTBSH0I8KAzw= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lVrReAugd67QFC+KpHHlvIHzj2c= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lVrReAugd67QFC+KpHHlvIHzj2c=
new file mode 100644
index 0000000..e9b4f9d
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lVrReAugd67QFC+KpHHlvIHzj2c= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lsfUlK0R+T6kulpNW89qrlUU6sA= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lsfUlK0R+T6kulpNW89qrlUU6sA=
new file mode 100644
index 0000000..ef898ee
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lsfUlK0R+T6kulpNW89qrlUU6sA= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mue1ocLKzKQ8ulGlxs+AUvLYoWY= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mue1ocLKzKQ8ulGlxs+AUvLYoWY=
new file mode 100644
index 0000000..693245b
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mue1ocLKzKQ8ulGlxs+AUvLYoWY= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nYyhJYphU5mE+XnQlNetpEtxjeY= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nYyhJYphU5mE+XnQlNetpEtxjeY=
new file mode 100644
index 0000000..d0c8d7e
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nYyhJYphU5mE+XnQlNetpEtxjeY= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/njMoWXvEeW7Lv2_oET3tPXBV7kA= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/njMoWXvEeW7Lv2_oET3tPXBV7kA=
new file mode 100644
index 0000000..5c88b2b
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/njMoWXvEeW7Lv2_oET3tPXBV7kA= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nr6riXNWrztnbbEkNkShdbuZT_o= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nr6riXNWrztnbbEkNkShdbuZT_o=
new file mode 100644
index 0000000..34173a9
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nr6riXNWrztnbbEkNkShdbuZT_o= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/oR3g4QcNyepk_s3ByN8HI+Jod5w= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/oR3g4QcNyepk_s3ByN8HI+Jod5w=
new file mode 100644
index 0000000..846dea1
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/oR3g4QcNyepk_s3ByN8HI+Jod5w= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/oSAV6OQEFUjDokwQ08NfaQu+OfA= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/oSAV6OQEFUjDokwQ08NfaQu+OfA=
new file mode 100644
index 0000000..97142cb
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/oSAV6OQEFUjDokwQ08NfaQu+OfA= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/oUDWAyCozs6tJWfErwzU_IYxpZM= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/oUDWAyCozs6tJWfErwzU_IYxpZM=
new file mode 100644
index 0000000..c6661be
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/oUDWAyCozs6tJWfErwzU_IYxpZM= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ozHaIPqIYdKognAyIsPHQG+SjxE= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ozHaIPqIYdKognAyIsPHQG+SjxE=
new file mode 100644
index 0000000..2bdfa52
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ozHaIPqIYdKognAyIsPHQG+SjxE= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/p5uFwx4CL8QGX_TyhKpti8WfvuI= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/p5uFwx4CL8QGX_TyhKpti8WfvuI=
new file mode 100644
index 0000000..9de7a36
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/p5uFwx4CL8QGX_TyhKpti8WfvuI= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pPWWBVSQw5P7NYTYJXh_si4fVkA= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pPWWBVSQw5P7NYTYJXh_si4fVkA=
new file mode 100644
index 0000000..58ec8ba
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pPWWBVSQw5P7NYTYJXh_si4fVkA= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pR17dADeodEZruUNXCumSIL6e8s= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pR17dADeodEZruUNXCumSIL6e8s=
new file mode 100644
index 0000000..068cba8
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pR17dADeodEZruUNXCumSIL6e8s= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ppNby7tVhCS2LB07oLY4dJMW9bs= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ppNby7tVhCS2LB07oLY4dJMW9bs=
new file mode 100644
index 0000000..4fb7325
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ppNby7tVhCS2LB07oLY4dJMW9bs= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/q5wu1xMcMJuxgFjcLb_awN+A9kI= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/q5wu1xMcMJuxgFjcLb_awN+A9kI=
new file mode 100644
index 0000000..dd32d21
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/q5wu1xMcMJuxgFjcLb_awN+A9kI= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/q9i0BI2q05GD7+_K2xFZCuhT0Vo= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/q9i0BI2q05GD7+_K2xFZCuhT0Vo=
new file mode 100644
index 0000000..2c40dd3
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/q9i0BI2q05GD7+_K2xFZCuhT0Vo= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qHeVpAZtrpDsX850I+U0rnHWt+c= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qHeVpAZtrpDsX850I+U0rnHWt+c=
new file mode 100644
index 0000000..67a105b
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qHeVpAZtrpDsX850I+U0rnHWt+c= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rW3F_z9Jh8Tkg3dqs_tKf0z96uU= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rW3F_z9Jh8Tkg3dqs_tKf0z96uU=
new file mode 100644
index 0000000..0719d45
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rW3F_z9Jh8Tkg3dqs_tKf0z96uU= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/s8SCTui1tfbpTZ2TeVmCdVeSw5I= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/s8SCTui1tfbpTZ2TeVmCdVeSw5I=
new file mode 100644
index 0000000..f9e8870
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/s8SCTui1tfbpTZ2TeVmCdVeSw5I= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/t+FTxB0Bs52wWc35KhmTt92en8E= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/t+FTxB0Bs52wWc35KhmTt92en8E=
new file mode 100644
index 0000000..5b6c6b9
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/t+FTxB0Bs52wWc35KhmTt92en8E= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/t414lccdLTDWKXqajRPK7SztZfA= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/t414lccdLTDWKXqajRPK7SztZfA=
new file mode 100644
index 0000000..3796a09
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/t414lccdLTDWKXqajRPK7SztZfA= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/t6sykFCg5lJdPVtZy7QMlkgGaV4= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/t6sykFCg5lJdPVtZy7QMlkgGaV4=
new file mode 100644
index 0000000..f86d05d
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/t6sykFCg5lJdPVtZy7QMlkgGaV4= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uQkA+Nw_Sbf9_JBT7fLLWyU3HNI= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uQkA+Nw_Sbf9_JBT7fLLWyU3HNI=
new file mode 100644
index 0000000..b2389f7
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uQkA+Nw_Sbf9_JBT7fLLWyU3HNI= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vYShj6NcJWeKEp2UmyFuRTk8Xxg= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vYShj6NcJWeKEp2UmyFuRTk8Xxg=
new file mode 100644
index 0000000..afb7104
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vYShj6NcJWeKEp2UmyFuRTk8Xxg= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vZAmOOfFCUKOOoL3ErJF1UT713o= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vZAmOOfFCUKOOoL3ErJF1UT713o=
new file mode 100644
index 0000000..c3eef53
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vZAmOOfFCUKOOoL3ErJF1UT713o= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vhT93GHghhEMgPbbQli_BVtR0rQ= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vhT93GHghhEMgPbbQli_BVtR0rQ=
new file mode 100644
index 0000000..b030a8b
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vhT93GHghhEMgPbbQli_BVtR0rQ= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vtIi+N+8ExAm8rI+XzCb23c+FnM= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vtIi+N+8ExAm8rI+XzCb23c+FnM=
new file mode 100644
index 0000000..88f5191
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vtIi+N+8ExAm8rI+XzCb23c+FnM= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vxqv43cMl6F_Q5ge7w5A8o3Weq0= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vxqv43cMl6F_Q5ge7w5A8o3Weq0=
new file mode 100644
index 0000000..a769844
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vxqv43cMl6F_Q5ge7w5A8o3Weq0= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wn_TNoKU4q_XPp6T3O8Qg3uSc+E= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wn_TNoKU4q_XPp6T3O8Qg3uSc+E=
new file mode 100644
index 0000000..c99273a
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wn_TNoKU4q_XPp6T3O8Qg3uSc+E= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xCDPBvVTHgURLGmMeVmUJMSYPNw= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xCDPBvVTHgURLGmMeVmUJMSYPNw=
new file mode 100644
index 0000000..bac5e57
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xCDPBvVTHgURLGmMeVmUJMSYPNw= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xIDV1y8PhJ5kRYYC3n_TaWulFBc= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xIDV1y8PhJ5kRYYC3n_TaWulFBc=
new file mode 100644
index 0000000..355ab82
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xIDV1y8PhJ5kRYYC3n_TaWulFBc= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xaI00hHHD1Aup2cqpeSOkyyL7_4= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xaI00hHHD1Aup2cqpeSOkyyL7_4=
new file mode 100644
index 0000000..90e291e
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xaI00hHHD1Aup2cqpeSOkyyL7_4= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xcHxO0LvYUjpkEaSTAuRmGPFQ9s= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xcHxO0LvYUjpkEaSTAuRmGPFQ9s=
new file mode 100644
index 0000000..342beb7
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xcHxO0LvYUjpkEaSTAuRmGPFQ9s= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xhx441tXZmUHMXIKlm0AQBaAovE= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xhx441tXZmUHMXIKlm0AQBaAovE=
new file mode 100644
index 0000000..2510a5a
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xhx441tXZmUHMXIKlm0AQBaAovE= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xir0P5b397tvBp+79A0SsY0Bfok= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xir0P5b397tvBp+79A0SsY0Bfok=
new file mode 100644
index 0000000..7fefd79
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xir0P5b397tvBp+79A0SsY0Bfok= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xu0FJczVPRzKwvLYYRIy0BOd38Y= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xu0FJczVPRzKwvLYYRIy0BOd38Y=
new file mode 100644
index 0000000..c0f3a29
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xu0FJczVPRzKwvLYYRIy0BOd38Y= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yMvjsRLEBYoekV+IgGtfE96t2+8= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yMvjsRLEBYoekV+IgGtfE96t2+8=
new file mode 100644
index 0000000..d75f809
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yMvjsRLEBYoekV+IgGtfE96t2+8= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yajFbq9LTyMMHutZU4eFS+dcJBs= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yajFbq9LTyMMHutZU4eFS+dcJBs=
new file mode 100644
index 0000000..dbd2ed6
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yajFbq9LTyMMHutZU4eFS+dcJBs= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yciea5G_bSJ+b6B+8+joVGjqLSk= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yciea5G_bSJ+b6B+8+joVGjqLSk=
new file mode 100644
index 0000000..8fa5c13
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yciea5G_bSJ+b6B+8+joVGjqLSk= differ
diff --git a/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/zGdtJfuFcPZ4LBGzCHARLZocamk= b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/zGdtJfuFcPZ4LBGzCHARLZocamk=
new file mode 100644
index 0000000..8fa5c13
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/zGdtJfuFcPZ4LBGzCHARLZocamk= differ
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugAssets/merger.xml b/Calculator/app/build/intermediates/incremental/mergeDebugAssets/merger.xml
new file mode 100644
index 0000000..1c18ae7
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugAssets/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml b/Calculator/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
new file mode 100644
index 0000000..e2a3da1
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties b/Calculator/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties
new file mode 100644
index 0000000..1da6720
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties
@@ -0,0 +1,130 @@
+#Sun Jul 31 02:32:13 IST 2022
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_temp.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxxhdpi_ic_temp.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xxhdpi\\ic_degree.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxhdpi_ic_degree.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\content_main.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\layout_content_main.xml.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher_calculator_round.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xxhdpi_ic_launcher_calculator_round.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xhdpi\\ic_home.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xhdpi_ic_home.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-hdpi\\ic_dark_mode.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_ic_dark_mode.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_home.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-anydpi-v21_ic_home.xml.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-mdpi\\ic_icon_calculator.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-mdpi_ic_icon_calculator.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher_round.webp=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-mdpi_ic_launcher_round.webp.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-hdpi\\ic_home.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_ic_home.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-hdpi\\ic_light_mode.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_ic_light_mode.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\activity_plotting_graph.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\layout_activity_plotting_graph.xml.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher.webp=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xxhdpi_ic_launcher.webp.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_launcher_background.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxxhdpi_ic_launcher_background.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xxhdpi\\ic_home.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxhdpi_ic_home.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-anydpi-v26\\ic_launcher_round.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-anydpi-v26_ic_launcher_round.xml.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\fragment_second.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\layout_fragment_second.xml.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher_calculator_foreground.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-hdpi_ic_launcher_calculator_foreground.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-mdpi\\ic_scale.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-mdpi_ic_scale.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-mdpi\\ic_graph.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-mdpi_ic_graph.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher_calculator_round.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-mdpi_ic_launcher_calculator_round.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-hdpi\\ic__logo.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_ic__logo.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher_calculator_foreground.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xhdpi_ic_launcher_calculator_foreground.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xxhdpi\\ic_icon_calculator.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxhdpi_ic_icon_calculator.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xhdpi\\ic_icon_calculator.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xhdpi_ic_icon_calculator.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher.webp=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-mdpi_ic_launcher.webp.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_speed.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxxhdpi_ic_speed.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_temp.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-ldpi_ic_temp.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_convert.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxxhdpi_ic_convert.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher_calculator_round.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xhdpi_ic_launcher_calculator_round.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher_calculator_foreground.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xxxhdpi_ic_launcher_calculator_foreground.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\navigation\\nav_graph.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\navigation_nav_graph.xml.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-hdpi\\ic_icon_calculator.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_ic_icon_calculator.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_temp.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-anydpi-v21_ic_temp.xml.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher_calculator.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xxxhdpi_ic_launcher_calculator.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\activity_main.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\layout_activity_main.xml.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_degree.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxxhdpi_ic_degree.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_light_mode.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxxhdpi_ic_light_mode.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-xhdpi\\ic_launcher_background.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xhdpi_ic_launcher_background.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-mdpi\\ic_convert.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-mdpi_ic_convert.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xhdpi\\ic_graph.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xhdpi_ic_graph.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-hdpi\\ic_degree.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_ic_degree.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_light_mode.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-anydpi-v21_ic_light_mode.xml.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher_calculator_round.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xxxhdpi_ic_launcher_calculator_round.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-hdpi\\ic_convert.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_ic_convert.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-mdpi\\ic_temp.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-mdpi_ic_temp.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\menu\\nav_menu_unit_converter.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\menu_nav_menu_unit_converter.xml.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher.webp=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xhdpi_ic_launcher.webp.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-xhdpi\\ic__logo.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xhdpi_ic__logo.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher_calculator.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xxhdpi_ic_launcher_calculator.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xxhdpi\\ic_speed.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxhdpi_ic_speed.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxhdpi\\ic__logo.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxhdpi_ic__logo.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-hdpi\\ic_scale.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_ic_scale.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xhdpi\\ic_scale.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xhdpi_ic_scale.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic__logo.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-ldpi_ic__logo.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher_calculator.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-mdpi_ic_launcher_calculator.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_icon_calculator.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-ldpi_ic_icon_calculator.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-hdpi\\ic_graph.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_ic_graph.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_launcher_background.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-ldpi_ic_launcher_background.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher.webp=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xxxhdpi_ic_launcher.webp.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_speed.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-ldpi_ic_speed.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\activity_unit_converter.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\layout_activity_unit_converter.xml.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-anydpi-v26\\ic_launcher.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-anydpi-v26_ic_launcher.xml.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_graph.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-anydpi-v21_ic_graph.xml.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher_calculator.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xhdpi_ic_launcher_calculator.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_convert.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-anydpi-v21_ic_convert.xml.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xhdpi\\ic_convert.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xhdpi_ic_convert.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher_calculator_foreground.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-mdpi_ic_launcher_calculator_foreground.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_scale.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-anydpi-v21_ic_scale.xml.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher.webp=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-hdpi_ic_launcher.webp.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xxhdpi\\ic_convert.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxhdpi_ic_convert.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_degree.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-anydpi-v21_ic_degree.xml.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-mdpi\\ic_dark_mode.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-mdpi_ic_dark_mode.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-mdpi\\ic_light_mode.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-mdpi_ic_light_mode.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_icon_calculator.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxxhdpi_ic_icon_calculator.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher_round.webp=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xhdpi_ic_launcher_round.webp.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_home.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-ldpi_ic_home.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xhdpi\\ic_dark_mode.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xhdpi_ic_dark_mode.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic__logo.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-anydpi-v21_ic__logo.xml.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xxhdpi\\ic_light_mode.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxhdpi_ic_light_mode.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher_calculator_round.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-hdpi_ic_launcher_calculator_round.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_icon_calculator.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-anydpi-v21_ic_icon_calculator.xml.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xhdpi\\ic_degree.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xhdpi_ic_degree.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-mdpi\\ic_degree.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-mdpi_ic_degree.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-mdpi\\ic_launcher_background.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-mdpi_ic_launcher_background.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-anydpi-v26\\ic_launcher_calculator.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-anydpi-v26_ic_launcher_calculator.xml.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-hdpi\\ic_temp.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_ic_temp.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_convert.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-ldpi_ic_convert.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic__logo.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxxhdpi_ic__logo.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxhdpi\\ic_launcher_background.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxhdpi_ic_launcher_background.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-mdpi\\ic_speed.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-mdpi_ic_speed.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-mdpi\\ic_home.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-mdpi_ic_home.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xhdpi\\ic_temp.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xhdpi_ic_temp.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_scale.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxxhdpi_ic_scale.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xxhdpi\\ic_temp.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxhdpi_ic_temp.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher_round.webp=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xxxhdpi_ic_launcher_round.webp.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_graph.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxxhdpi_ic_graph.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher_calculator.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-hdpi_ic_launcher_calculator.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xxhdpi\\ic_graph.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxhdpi_ic_graph.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-mdpi\\ic__logo.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-mdpi_ic__logo.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_light_mode.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-ldpi_ic_light_mode.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-hdpi\\ic_launcher_background.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_ic_launcher_background.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v24\\ic_launcher_foreground.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-anydpi-v24_ic_launcher_foreground.xml.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_home.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxxhdpi_ic_home.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xxhdpi\\ic_dark_mode.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxhdpi_ic_dark_mode.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher_calculator_foreground.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xxhdpi_ic_launcher_calculator_foreground.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xxhdpi\\ic_scale.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxhdpi_ic_scale.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher_round.webp=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xxhdpi_ic_launcher_round.webp.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\fragment_first.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\layout_fragment_first.xml.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_dark_mode.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-ldpi_ic_dark_mode.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher_round.webp=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-hdpi_ic_launcher_round.webp.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout-land\\activity_main.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\layout-land_activity_main.xml.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_dark_mode.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxxhdpi_ic_dark_mode.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-hdpi\\ic_speed.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_ic_speed.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\activity_unit_converter_light.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\layout_activity_unit_converter_light.xml.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\activity_graph.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\layout_activity_graph.xml.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_dark_mode.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-anydpi-v21_ic_dark_mode.xml.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xhdpi\\ic_speed.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xhdpi_ic_speed.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xhdpi\\ic_light_mode.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xhdpi_ic_light_mode.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-anydpi-v26\\ic_launcher_calculator_round.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-anydpi-v26_ic_launcher_calculator_round.xml.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\activity_graph_light.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\layout_activity_graph_light.xml.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout-land\\activity_main_light.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\layout-land_activity_main_light.xml.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_launcher_background.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-anydpi-v21_ic_launcher_background.xml.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\activity_splash_screen.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\layout_activity_splash_screen.xml.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_speed.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-anydpi-v21_ic_speed.xml.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_scale.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-ldpi_ic_scale.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_degree.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-ldpi_ic_degree.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_graph.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-ldpi_ic_graph.png.flat
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\activity_main_light.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\layout_activity_main_light.xml.flat
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-af/values-af.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-af/values-af.xml
new file mode 100644
index 0000000..92882d9
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-af/values-af.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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 halfpad uit
+ 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.
+ 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
+ @android:string/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
+ "Gaan op"
+ "Maak navigasielaai oop"
+ Wys wagwoord
+ "Soek"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-am/values-am.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-am/values-am.xml
new file mode 100644
index 0000000..f06f53d
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-am/values-am.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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$d በላይ አዲስ ማሳወቂያዎች
+ ወደ የሚቀጥለው ወር ቀይር
+ ወደ ቀዳሚው ወር ቀይር
+ የአሁኑ ምርጫ፦ %1$s
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ar/values-ar.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ar/values-ar.xml
new file mode 100644
index 0000000..131ffa1
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ar/values-ar.xml
@@ -0,0 +1,96 @@
+
+
+
+ - %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$d.
+ التغيير إلى الشهر التالي
+ التغيير إلى الشهر السابق
+ الاختيار الحالي: %1$s
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-as/values-as.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-as/values-as.xml
new file mode 100644
index 0000000..4fa03a9
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-as/values-as.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %d new notification
+ - %d new notifications
+
+ "গৃহ পৃষ্ঠালৈ যাওক"
+ "ওপৰলৈ যাওক"
+ "অধিক বিকল্প"
+ "সম্পন্ন হ’ল"
+ "সকলো চাওক"
+ "কোনো এপ্ বাছনি কৰক"
+ "অফ"
+ "অন"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "সন্ধান কৰক…"
+ "সন্ধান কৰা প্ৰশ্ন মচক"
+ "সন্ধান কৰা প্ৰশ্ন"
+ "সন্ধান কৰক"
+ "প্ৰশ্ন দাখিল কৰক"
+ "কণ্ঠধ্বনিৰ দ্বাৰা সন্ধান"
+ "ইয়াৰ জৰিয়তে শ্বেয়াৰ কৰক"
+ "%s ৰ জৰিয়তে শ্বেয়াৰ কৰক"
+ "সংকোচন কৰক"
+ Expand halfway
+ %2$dটাৰ ভিতৰত %1$dটা বৰ্ণ লিখা হৈছে
+ %2$dটাৰ ভিতৰত %1$dটা বৰ্ণৰ সীমা অতিক্ৰম কৰিছে
+ Clear text
+ Error
+ Show dropdown menu
+ Dialog Icon
+ Tab
+ Select AM or PM
+ 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
+ @android:string/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
+ "ওপৰলৈ যাওক"
+ "নেভিগেশ্বন ড্ৰৱাৰ খোলক"
+ পাছৱৰ্ড দেখুৱাওক
+ "সন্ধান"
+ "৯৯৯+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-az/values-az.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-az/values-az.xml
new file mode 100644
index 0000000..c00ac7c
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-az/values-az.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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"
+ Tam genişləndirin
+ %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
+ 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
+ @android:string/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
+ "Yuxarı keçin"
+ "Naviqasiya panelini açın"
+ Parolu göstərin
+ "Axtarın"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-b+es+419/values-b+es+419.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-b+es+419/values-b+es+419.xml
new file mode 100644
index 0000000..c4ad064
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-b+es+419/values-b+es+419.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d notificación nueva
+ - %d notificaciones nuevas
+
+ Expandir hasta la mitad
+ 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.
+ 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
+ @android:string/ok
+ %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
+ Mostrar contraseña
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml
new file mode 100644
index 0000000..499123b
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml
@@ -0,0 +1,93 @@
+
+
+
+ - %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"
+ Proširite do pola
+ 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
+ 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
+ @android:string/ok
+ %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
+ "Idite nagore"
+ "Otvorite fioku za navigaciju"
+ Prikaži lozinku
+ "Pretražite"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-be/values-be.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-be/values-be.xml
new file mode 100644
index 0000000..2cbe247
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-be/values-be.xml
@@ -0,0 +1,94 @@
+
+
+
+ - %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 хв
+ AM
+ Пераключыцца на рэжым гадзінніка пры ўводзе часу.
+ Гадзіна
+ Хвіліна
+ PM
+ Выберыце час
+ Пераключыцца на рэжым тэксту пры ўводзе часу.
+ Новае апавяшчэнне
+ Выдаліць %1$s
+ Колькасць новых апавяшчэнняў перавысіла %1$d
+ Перайсці да наступнага месяца
+ Перайсці да папярэдняга месяца
+ Бягучае вылучэнне: %1$s
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bg/values-bg.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bg/values-bg.xml
new file mode 100644
index 0000000..af79baa
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bg/values-bg.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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 минути
+ AM
+ Превключете към режима за часовник, за да въведете часа.
+ Час
+ Минута
+ PM
+ Избор на час
+ Превключете към режима за въвеждане на текст, за да въведете часа.
+ Ново известие
+ Премахване на %1$s
+ Повече от %1$d нови известия
+ Преминаване към следващия месец
+ Преминаване към предишния месец
+ Текущ избор: %1$s
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bn/values-bn.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bn/values-bn.xml
new file mode 100644
index 0000000..bd05c3b
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bn/values-bn.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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 মিনিট
+ AM
+ সময় ইনপুট দেওয়ার জন্য ঘড়ি মোডে যান।
+ ঘণ্টা
+ মিনিট
+ PM
+ সময় বেছে নিন
+ সময় ইনপুট দেওয়ার জন্য পাঠ্য ইনপুট মোডে যান।
+ নতুন বিজ্ঞপ্তি
+ %1$s সরিয়ে দিন
+ %1$dটির বেশি নতুন বিজ্ঞপ্তি
+ আগামী মাসে যান
+ আগের মাসে যান
+ বর্তমান বাছাই: %1$s
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bs/values-bs.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bs/values-bs.xml
new file mode 100644
index 0000000..90cf062
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bs/values-bs.xml
@@ -0,0 +1,93 @@
+
+
+
+ - %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"
+ Proširivanje dopola
+ 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
+ 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
+ @android:string/ok
+ %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
+ "Idi gore"
+ "Otvaranje ladice za navigaciju"
+ Prikaži lozinku
+ "Pretražite"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ca/values-ca.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ca/values-ca.xml
new file mode 100644
index 0000000..04b1b24
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ca/values-ca.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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"
+ Desplega fins a la meitat
+ 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.
+ 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
+ @android:string/ok
+ %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
+ "Navega cap amunt"
+ "Obre el tauler de navegació"
+ Mostra la contrasenya
+ "Cerca"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-cs/values-cs.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-cs/values-cs.xml
new file mode 100644
index 0000000..0424365
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-cs/values-cs.xml
@@ -0,0 +1,94 @@
+
+
+
+ - %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"
+ Rozbalit napůl
+ 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
+ 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
+ @android:string/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
+ "Přejít nahoru"
+ "Otevřít vysouvací panel navigace"
+ Zobrazit heslo
+ "Hledat"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-da/values-da.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-da/values-da.xml
new file mode 100644
index 0000000..ad4559c
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-da/values-da.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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"
+ Udvid halvdelen
+ 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
+ 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
+ @android:string/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
+ "Naviger op"
+ "Åbn sidemenuen"
+ Vis adgangskode
+ "Søg"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-de/values-de.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-de/values-de.xml
new file mode 100644
index 0000000..19bd24c
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-de/values-de.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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"
+ Zur Hälfte maximieren
+ 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
+ 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
+ @android:string/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
+ "Nach oben"
+ "Navigationsleiste öffnen"
+ Passwort anzeigen
+ "Suche"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-el/values-el.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-el/values-el.xml
new file mode 100644
index 0000000..a5fd33a
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-el/values-el.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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$d νέες ειδοποιήσεις
+ Αλλαγή στον επόμενο μήνα
+ Αλλαγή στον προηγούμενο μήνα
+ Τρέχουσα επιλογή: %1$s
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml
new file mode 100644
index 0000000..4d1c09d
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml
@@ -0,0 +1,34 @@
+
+
+ "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"
+ "Navigate up"
+ "Open navigation drawer"
+ "Search"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml
new file mode 100644
index 0000000..78c5a56
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml
new file mode 100644
index 0000000..6be7668
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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"
+ Expand halfway
+ 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.
+ 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
+ @android:string/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
+ "Navigate up"
+ "Open navigation drawer"
+ Show password
+ "Search"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml
new file mode 100644
index 0000000..4d1c09d
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml
@@ -0,0 +1,34 @@
+
+
+ "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"
+ "Navigate up"
+ "Open navigation drawer"
+ "Search"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml
new file mode 100644
index 0000000..14b21fa
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml
new file mode 100644
index 0000000..dec1c72
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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"
+ Expandir hasta la mitad
+ 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.
+ 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
+ @android:string/ok
+ %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
+ "Navegar hacia arriba"
+ "Abrir panel lateral de navegación"
+ Mostrar contraseña
+ "Buscar"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es/values-es.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es/values-es.xml
new file mode 100644
index 0000000..3194705
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es/values-es.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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"
+ Desplegar hasta la mitad
+ 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
+ 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
+ @android:string/ok
+ %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
+ "Desplazarse hacia arriba"
+ "Abrir panel de navegación"
+ Mostrar contraseña
+ "Buscar"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-et/values-et.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-et/values-et.xml
new file mode 100644
index 0000000..3b6da62
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-et/values-et.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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"
+ Laiendamine poolenisti
+ 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
+ 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
+ @android:string/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
+ "Navigeeri üles"
+ "Navigeerimissahtli avamine"
+ Parooli kuvamine
+ "Otsing"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-eu/values-eu.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-eu/values-eu.xml
new file mode 100644
index 0000000..eee7c1b
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-eu/values-eu.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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"
+ Zabaldu erdiraino
+ %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
+ 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
+ @android:string/ok
+ %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
+ "Joan gora"
+ "Ireki nabigazio-panel lerrakorra"
+ Erakutsi pasahitza
+ "Bilatu"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fa/values-fa.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fa/values-fa.xml
new file mode 100644
index 0000000..72e2d27
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fa/values-fa.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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$d اعلان جدید
+ تغییر به ماه بعدی
+ تغییر به ماه قبلی
+ انتخاب کنونی: %1$s
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fi/values-fi.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fi/values-fi.xml
new file mode 100644
index 0000000..abfdcdd
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fi/values-fi.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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ä"
+ Laajenna puoliväliin
+ %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
+ 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
+ @android:string/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
+ "Siirry ylös"
+ "Avaa navigoinnin vetopaneeli"
+ Näytä salasana
+ "Haku"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml
new file mode 100644
index 0000000..63c6c10
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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"
+ Développer à moitié
+ 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
+ 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
+ @android:string/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
+ "Revenir en arrière"
+ "Ouvrir le panneau de navigation"
+ Afficher le mot de passe
+ "Rechercher"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr/values-fr.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr/values-fr.xml
new file mode 100644
index 0000000..3f6e440
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr/values-fr.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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"
+ Développer en entier
+ 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
+ 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
+ @android:string/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
+ "Remonter"
+ "Ouvrir le panneau de navigation"
+ Afficher le mot de passe
+ "Rechercher"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gl/values-gl.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gl/values-gl.xml
new file mode 100644
index 0000000..b5d332c
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gl/values-gl.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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"
+ Despregar ata a metade
+ 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.
+ 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
+ @android:string/ok
+ %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
+ "Desprazarse cara arriba"
+ "Abrir o panel de navegación"
+ Mostra o contrasinal
+ "Buscar"
+ ">999"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gu/values-gu.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gu/values-gu.xml
new file mode 100644
index 0000000..49acaff
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gu/values-gu.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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 મિનિટ
+ AM
+ સમય દાખલ કરવા માટે ઘડિયાળ મોડમાં સ્વિચ કરો.
+ કલાક
+ મિનિટ
+ PM
+ સમય પસંદ કરો
+ સમય દાખલ કરવા માટે ટેક્સ્ટ ઇનપુટ મોડમાં સ્વિચ કરો.
+ નવું નોટિફિકેશન
+ %1$s કાઢી નાખો
+ %1$dથી વધુ નવા નોટિફિકેશન
+ આગલા મહિના પર બદલો
+ પાછલા મહિના પર બદલો
+ હાલની પસંદગી: %1$s
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h320dp-port-v13/values-h320dp-port-v13.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h320dp-port-v13/values-h320dp-port-v13.xml
new file mode 100644
index 0000000..62716d4
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h360dp-land-v13/values-h360dp-land-v13.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h360dp-land-v13/values-h360dp-land-v13.xml
new file mode 100644
index 0000000..4badce1
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h480dp-land-v13/values-h480dp-land-v13.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h480dp-land-v13/values-h480dp-land-v13.xml
new file mode 100644
index 0000000..86eb422
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h550dp-port-v13/values-h550dp-port-v13.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h550dp-port-v13/values-h550dp-port-v13.xml
new file mode 100644
index 0000000..9b3fbb8
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml
new file mode 100644
index 0000000..e38bb90
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml
@@ -0,0 +1,4 @@
+
+
+ 54dip
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml
new file mode 100644
index 0000000..d5a138e
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml
@@ -0,0 +1,8 @@
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hi/values-hi.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hi/values-hi.xml
new file mode 100644
index 0000000..d133503
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hi/values-hi.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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$d से ज़्यादा नई सूचनाएं
+ अगले महीने पर जाएं
+ पिछले महीने पर जाएं
+ फ़िलहाल, यह चुना गया है: %1$s
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hr/values-hr.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hr/values-hr.xml
new file mode 100644
index 0000000..d41d165
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hr/values-hr.xml
@@ -0,0 +1,93 @@
+
+
+
+ - %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"
+ Proširi donju polovicu
+ 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
+ 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
+ @android:string/ok
+ %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
+ "Idi gore"
+ "Otvaranje ladice za navigaciju"
+ Prikaži zaporku
+ "Pretraži"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hu/values-hu.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hu/values-hu.xml
new file mode 100644
index 0000000..1194c88
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hu/values-hu.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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"
+ Kibontás félig
+ 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
+ Ó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
+ @android:string/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
+ "Navigálás felfelé"
+ "Navigációs fiók kinyitása"
+ Jelszó megjelenítése
+ "Keresés"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hy/values-hy.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hy/values-hy.xml
new file mode 100644
index 0000000..453d54c
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hy/values-hy.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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 րոպե
+ AM
+ Ժամը մուտքագրելու համար միացրեք ժամացույցի ռեժիմը:
+ Ժամ
+ Րոպե
+ PM
+ Ժամանակի ընտրություն
+ Ժամը մուտքագրելու համար միացրեք տեքստի մուտքագրման ռեժիմը:
+ Նոր ծանուցում
+ Հեռացնել (%1$s)
+ Ավելի քան %1$d նոր ծանուցում
+ Անցնել հաջորդ ամիս
+ Անցնել նախորդ ամիս
+ Ներկայիս ընտրությունը՝ %1$s
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-in/values-in.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-in/values-in.xml
new file mode 100644
index 0000000..6e428ce
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-in/values-in.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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"
+ Luaskan setengah
+ 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
+ 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
+ @android:string/ok
+ %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
+ "Kembali ke atas"
+ "Buka panel navigasi"
+ Tampilkan sandi
+ "Telusuri"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-is/values-is.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-is/values-is.xml
new file mode 100644
index 0000000..98c30dc
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-is/values-is.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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"
+ Stækka til hálfs
+ 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.
+ 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
+ @android:string/ok
+ %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
+ "Fara upp"
+ "Opna yfirlitsskúffu"
+ Sýna aðgangsorð
+ "Leit"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-it/values-it.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-it/values-it.xml
new file mode 100644
index 0000000..8190537
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-it/values-it.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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"
+ Espandi a metà
+ %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
+ 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
+ @android:string/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
+ "Torna indietro"
+ "Apri riquadro di navigazione"
+ Mostra password
+ "Cerca"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-iw/values-iw.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-iw/values-iw.xml
new file mode 100644
index 0000000..2a99ca8
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-iw/values-iw.xml
@@ -0,0 +1,94 @@
+
+
+
+ - התראה חדשה אחת (%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
+ יותר מ-%1$d התראות חדשות
+ מעבר לחודש הבא
+ מעבר לחודש הקודם
+ הבחירה הנוכחית: %1$s
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ja/values-ja.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ja/values-ja.xml
new file mode 100644
index 0000000..780d6eb
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ja/values-ja.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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分
+ AM
+ 時刻を時計で入力するモードに切り替えます。
+ 時間
+ 分
+ PM
+ 時間を選択
+ 時刻をテキストで入力するモードに切り替えます。
+ 新しい通知
+ %1$s を削除します
+ %1$d 件以上の新しい通知
+ 翌月に変更
+ 前月に変更
+ 現在の選択: %1$s
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ka/values-ka.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ka/values-ka.xml
new file mode 100644
index 0000000..6417a20
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ka/values-ka.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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 წუთი
+ AM
+ დროის შეყვანისთვის საათის რეჟიმზე გადართვა.
+ საათი
+ წუთი
+ PM
+ აირჩიეთ დრო
+ დროის შეყვანისთვის ტექსტის შეყვანის რეჟიმზე გადართვა.
+ ახალი შეტყობინება
+ %1$s-ის ამოშლა
+ %1$d-ზე მეტი ახალი შეტყობინება
+ შემდეგ თვეზე გადასვლა
+ წინა თვეზე გადასვლა
+ ამჟამინდელი არჩევანი: %1$s
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kk/values-kk.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kk/values-kk.xml
new file mode 100644
index 0000000..8c56aae
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kk/values-kk.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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 минут
+ AM
+ Уақытты енгізу үшін сағат режиміне өтіңіз.
+ Сағат
+ Mинут
+ PM
+ Уақытты таңдау
+ Уақытты енгізу үшін мәтін енгізу режиміне өтіңіз.
+ Жаңа хабарландыру
+ %1$s мазмұнын өшіру
+ %1$d санынан көп жаңа хабарландыру
+ Келесі айға өту
+ Алдыңғы айға өту
+ Ағымдағы таңдау: %1$s
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-km/values-km.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-km/values-km.xml
new file mode 100644
index 0000000..6bb3317
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-km/values-km.xml
@@ -0,0 +1,92 @@
+
+
+
+ - ការជូនដំណឹងថ្មី %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$d ហើយ
+ ប្ដូរទៅខែបន្ទាប់
+ ប្ដូរទៅខែមុន
+ ការជ្រើសរើសបច្ចុប្បន្ន៖ %1$s
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kn/values-kn.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kn/values-kn.xml
new file mode 100644
index 0000000..d66460e
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kn/values-kn.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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 ನಿಮಿಷಗಳು
+ AM
+ ಸಮಯವನ್ನು ನಮೂದಿಸಲು ಗಡಿಯಾರದ ನಮೂನೆಗೆ ಬದಲಿಸಿ.
+ ಗಂಟೆ
+ ನಿಮಿಷ
+ PM
+ ಸಮಯವನ್ನು ಆಯ್ಕೆಮಾಡಿ
+ ಸಮಯವನ್ನು ನಮೂದಿಸಲು ಪಠ್ಯದ ನಮೂನೆಗೆ ಬದಲಿಸಿ.
+ ಹೊಸ ಅಧಿಸೂಚನೆ
+ %1$s ಅನ್ನು ತೆಗೆದುಹಾಕಿ
+ %1$d ಕ್ಕಿಂತ ಹೆಚ್ಚು ಹೊಸ ಅಧಿಸೂಚನೆಗಳು
+ ಮುಂದಿನ ತಿಂಗಳಿಗೆ ಬದಲಿಸಿ
+ ಹಿಂದಿನ ತಿಂಗಳಿಗೆ ಬದಲಿಸಿ
+ ಪ್ರಸ್ತುತ ಆಯ್ಕೆ: %1$s
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ko/values-ko.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ko/values-ko.xml
new file mode 100644
index 0000000..578b649
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ko/values-ko.xml
@@ -0,0 +1,92 @@
+
+
+
+ - 새 알림 %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$d개 초과
+ 다음 달로 변경
+ 이전 달로 변경
+ 현재 %1$s 선택됨
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ky/values-ky.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ky/values-ky.xml
new file mode 100644
index 0000000..066490b
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ky/values-ky.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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 мүнөт
+ AM
+ Убакытты дубал саатынын режиминде киргизиңиз.
+ Саат
+ Мүнөт
+ PM
+ Убакыт тандоо
+ Убакытты текст киргизүү режиминде киргизиңиз.
+ Жаңы билдирме
+ Мазмунду алып салуу (%1$s)
+ %1$d ашуун жаңы билдирме
+ Кийинки айга өзгөртүү
+ Мурунку айга өзгөртүү
+ Учурдагы тандоо: %1$s
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-land/values-land.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-land/values-land.xml
new file mode 100644
index 0000000..9cca446
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-land/values-land.xml
@@ -0,0 +1,46 @@
+
+
+ 48dp
+ 12dp
+ 14dp
+ 16dp
+ 16dp
+ 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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml
new file mode 100644
index 0000000..3f2799b
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ldltr-v21/values-ldltr-v21.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ldltr-v21/values-ldltr-v21.xml
new file mode 100644
index 0000000..1bdd835
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ldltr-v21/values-ldltr-v21.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ldrtl-v17/values-ldrtl-v17.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ldrtl-v17/values-ldrtl-v17.xml
new file mode 100644
index 0000000..0096540
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lo/values-lo.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lo/values-lo.xml
new file mode 100644
index 0000000..80a6a48
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lo/values-lo.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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$d ລາຍການ
+ ປ່ຽນເປັນເດືອນຕໍ່ໄປ
+ ປ່ຽນເປັນເດືອນຜ່ານມາ
+ ການເລືອກປັດຈຸບັນ: %1$s
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lt/values-lt.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lt/values-lt.xml
new file mode 100644
index 0000000..7628069
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lt/values-lt.xml
@@ -0,0 +1,94 @@
+
+
+
+ - %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"
+ Išskleisti iki pusės
+ Į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ų“
+ 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
+ @android:string/ok
+ %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ą
+ "Naršyti aukštyn"
+ "Atidaryti naršymo juostą"
+ Rodyti slaptažodį
+ "Ieškoti"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lv/values-lv.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lv/values-lv.xml
new file mode 100644
index 0000000..02c3ecf
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lv/values-lv.xml
@@ -0,0 +1,93 @@
+
+
+
+ - %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"
+ Izvērst līdz pusei
+ 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ā).
+ 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
+ @android:string/ok
+ %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
+ "Pārvietoties augšup"
+ "Atvērt navigācijas atvilktni"
+ Rādīt paroli
+ "Meklēt"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mk/values-mk.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mk/values-mk.xml
new file mode 100644
index 0000000..9775ace
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mk/values-mk.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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$d нови известувања
+ Промени на следниот месец
+ Промени на претходниот месец
+ Тековен избор: %1$s
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ml/values-ml.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ml/values-ml.xml
new file mode 100644
index 0000000..f235cf7
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ml/values-ml.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %d പുതിയ അറിയിപ്പ്
+ - %d പുതിയ അറിയിപ്പുകൾ
+
+ "ഹോമിലേക്ക് പോവുക"
+ "മുകളിലേക്ക് പോവുക"
+ "കൂടുതൽ ഓപ്ഷനുകൾ"
+ "പൂർത്തിയായി"
+ "എല്ലാം കാണുക"
+ "ആപ്പ് തിരഞ്ഞെടുക്കുക"
+ "ഓഫ്"
+ "ഓൺ"
+ "Alt+"
+ "Ctrl+"
+ "ഇല്ലാതാക്കുക"
+ "enter"
+ "ഫംഗ്ഷന്+"
+ "മെറ്റ+"
+ "Shift+"
+ "സ്പെയ്സ്"
+ "Sym+"
+ "മെനു+"
+ "തിരയുക…"
+ "ചോദ്യം മായ്ക്കുക"
+ "ചോദ്യം തിരയുക"
+ "തിരയുക"
+ "ചോദ്യം സമർപ്പിക്കുക"
+ "സംസാരത്തിലൂടെ തിരയുക"
+ "ഇനിപ്പറയുന്നതുമായി പങ്കിടുക"
+ "%s എന്നതുമായി പങ്കിടുക"
+ "ചുരുക്കുക"
+ മുഴുവനായി വികസിപ്പിക്കുക
+ %2$d-ൽ %1$d പ്രതീകങ്ങൾ നൽകി
+ അക്ഷര പരിധി, %2$d-ൽ %1$d കവിഞ്ഞു
+ ടെക്സ്റ്റ് മായ്ക്കുക
+ പിശക്
+ ഡ്രോപ്പ് ഡൗൺ മെനു കാണിക്കുക
+ ഡയലോഗ് ഐക്കൺ
+ ടാബ്
+ AM അല്ലെങ്കിൽ PM തിരഞ്ഞെടുക്കുക
+ മണിക്കൂർ തിരഞ്ഞെടുക്കുക
+ %1$s മണി
+ മിനിറ്റ് തിരഞ്ഞെടുക്കുക
+ %1$s മിനിറ്റ്
+ AM
+ സമയം നൽകുന്നതിന് ക്ലോക്ക് മോഡിലേക്ക് മാറുക.
+ മണിക്കൂര്
+ മിനിറ്റ്
+ PM
+ സമയം തിരഞ്ഞെടുക്കുക
+ സമയം നൽകുന്നതിന് ടെക്സ്റ്റ് ഇൻപുട്ട് മോഡിലേക്ക് മാറുക.
+ പുതിയ അറിയിപ്പ്
+ %1$s നീക്കം ചെയ്യുക
+ %1$d-ലധികം പുതിയ അറിയിപ്പുകൾ
+ അടുത്ത മാസത്തിലേക്ക് മാറ്റുക
+ മുമ്പത്തെ മാസത്തിലേക്ക് മാറ്റുക
+ നിലവിൽ തിരഞ്ഞെടുത്തത്: %1$s
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mn/values-mn.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mn/values-mn.xml
new file mode 100644
index 0000000..4dcb34d
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mn/values-mn.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %d шинэ мэдэгдэл
+ - %d шинэ мэдэгдэл
+
+ "Нүүр хуудас уруу шилжих"
+ "Дээш шилжих"
+ "Бусад сонголт"
+ "Болсон"
+ "Бүгдийг харах"
+ "Аппыг сонгох"
+ "ИДЭВХГҮЙ"
+ "ИДЭВХТЭЙ"
+ "Alt+"
+ "Ctrl+"
+ "устгах"
+ "оруулах"
+ "Функц+"
+ "Мета+"
+ "Шифт+"
+ "зай"
+ "Sym+"
+ "Цэс+"
+ "Хайх…"
+ "Асуулга арилгах"
+ "Хайх асуулга"
+ "Хайх"
+ "Асуулга илгээх"
+ "Дуут хайлт"
+ "Дараахтай хуваалцах"
+ "%s -тай хуваалцах"
+ "Буулгах"
+ Хагас дэлгэнэ үү
+ %2$d-н %1$d тэмдэгтийг оруулсан
+ Тэмдэгтийн хязгаар %2$d-н %1$d-с хэтэрсэн
+ Текстийг арилгах
+ Алдаа
+ Доош унадаг цэсийг харуулах
+ Харилцах цонхны дүрс тэмдэг
+ Таб
+ ҮӨ эсвэл ҮХ сонгоно уу
+ Цаг сонгох
+ %1$s цаг
+ Минут сонгоно уу
+ %1$s минут
+ AM
+ Цагийг оруулахын тулд цагийн горимд шилжүүлнэ үү.
+ Цаг
+ Минут
+ PM
+ Цаг сонгох
+ Цагийг оруулахын тулд текст оруулах горимд шилжүүлнэ үү.
+ Шинэ мэдэгдэл
+ %1$s-г устгах
+ %1$d-с олон шинэ мэдэгдэл
+ Дараагийн сар луу өөрчлөх
+ Өмнөх сар луу өөрчлөх
+ Одоогийн сонголт: %1$s
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mr/values-mr.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mr/values-mr.xml
new file mode 100644
index 0000000..7cb83c6
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mr/values-mr.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %d नवीन सूचना
+ - %d नवीन सूचना
+
+ "घराकडे नेव्हिगेट करा"
+ "वर नेव्हिगेट करा"
+ "आणखी पर्याय"
+ "पूर्ण झाले"
+ "सर्व पहा"
+ "अॅप निवडा"
+ "बंद"
+ "सुरू"
+ "Alt+"
+ "Ctrl+"
+ "हटवा"
+ "एंटर करा"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "मेनू+"
+ "शोधा…"
+ "क्वेरी साफ करा"
+ "शोध क्वेरी"
+ "शोधा"
+ "क्वेरी सबमिट करा"
+ "व्हॉइस शोध"
+ "यांच्यासोबत शेअर करा"
+ "%s सह शेअर करा"
+ "कोलॅप्स करा"
+ पूर्णपणे विस्तृत करा
+ %2$d पैकी %1$d वर्ण एंटर केले आहे
+ %2$d पैकी %1$d वर्णमर्यादा ओलांडली आहे
+ मजकूर साफ करा
+ एरर
+ ड्रॉपडाउन मेनू दाखवा
+ डायलॉग आयकन
+ टॅब
+ AM किंवा PM निवडा
+ वेळ निवडा
+ %1$s वाजता
+ मिनिटे निवडा
+ %1$s मिनिटे
+ AM
+ वेळेच्या इनपुटसाठी घड्याळ मोडवर स्विच करा.
+ तास
+ मिनिट
+ PM
+ वेळ निवडा
+ वेळ इनपुटसाठी मजकूर इनपुट मोडवर स्विच करा.
+ नवीन सूचना
+ काढून टाका %1$s
+ %1$d पेक्षा अधिक नवीन सूचना
+ पुढील महिन्यावर बदला
+ मागील महिन्यावर बदला
+ सध्याची निवड: %1$s
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ms/values-ms.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ms/values-ms.xml
new file mode 100644
index 0000000..bb2e385
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ms/values-ms.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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"
+ Kembangkan helaian bawah
+ 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
+ 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
+ @android:string/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
+ "Navigasi ke atas"
+ "Buka laci navigasi"
+ Tunjukkan kata laluan
+ "Cari"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-my/values-my.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-my/values-my.xml
new file mode 100644
index 0000000..c398386
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-my/values-my.xml
@@ -0,0 +1,92 @@
+
+
+
+ - အကြောင်းကြားချက်အသစ် %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$d ခု အထက်
+ နောက်လသို့ ပြောင်းရန်
+ ယခင်လသို့ ပြောင်းရန်
+ လက်ရှိ ရွေးချယ်မှု- %1$s
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nb/values-nb.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nb/values-nb.xml
new file mode 100644
index 0000000..b2a1199
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nb/values-nb.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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"
+ Vis halve feltet nederst
+ %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
+ 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
+ @android:string/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
+ "Naviger opp"
+ "Åpne uttrekksmenyen"
+ Vis passordet
+ "Søk"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ne/values-ne.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ne/values-ne.xml
new file mode 100644
index 0000000..7449384
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ne/values-ne.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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 मिनेट
+ AM
+ समय इनपुट गर्न घडी मोडमा स्विच गर्नुहोस्।
+ घन्टा:
+ मिनेट
+ अपराह्न
+ समय चयन गर्नुहोस्
+ समय इनपुट गर्न पाठ इनपुट मोडमा स्विच गर्नुहोस्।
+ नयाँ सूचना
+ %1$s हटाउनुहोस्
+ %1$d भन्दा बढी नयाँ सूचनाहरू
+ अर्को महिनामा सार्नुहोस्
+ अघिल्लो महिनामा सार्नुहोस्
+ हालको चयन: %1$s
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-night-v8/values-night-v8.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-night-v8/values-night-v8.xml
new file mode 100644
index 0000000..a72262d
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-night-v8/values-night-v8.xml
@@ -0,0 +1,56 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nl/values-nl.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nl/values-nl.xml
new file mode 100644
index 0000000..35b194d
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nl/values-nl.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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"
+ Half uitvouwen
+ %1$d van %2$d tekens opgegeven
+ Tekenlimiet heeft %1$d van %2$d overschreden
+ Tekst wissen
+ Fout
+ Dropdownmenu weergeven
+ Icoon voor dialoogvenster
+ Tabblad
+ Selecteer a.m. of p.m.
+ 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
+ @android:string/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
+ "Omhoog navigeren"
+ "Zijmenu openen"
+ Wachtwoord tonen
+ "Zoeken"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-or/values-or.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-or/values-or.xml
new file mode 100644
index 0000000..217db6a
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-or/values-or.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %d new notification
+ - %d new notifications
+
+ "ହୋମ୍ ପେଜ୍କୁ ନେଭିଗେଟ୍ କରନ୍ତୁ"
+ "ଉପରକୁ ନେଭିଗେଟ୍ କରନ୍ତୁ"
+ "ଅଧିକ ବିକଳ୍ପ"
+ "ହୋଇଗଲା"
+ "ସବୁ ଦେଖନ୍ତୁ"
+ "ଗୋଟିଏ ଆପ୍ ବାଛନ୍ତୁ"
+ "ବନ୍ଦ"
+ "ଚାଲୁ ଅଛି"
+ "Alt+"
+ "Ctrl+"
+ "ଡିଲିଟ୍ କରନ୍ତୁ"
+ "ଏଣ୍ଟର୍"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "ସ୍ପେସ୍"
+ "Sym+"
+ "ମେନୁ"
+ "ସର୍ଚ୍ଚ କରନ୍ତୁ…"
+ "କ୍ୱେରୀ ଖାଲି କରନ୍ତୁ"
+ "ସର୍ଚ୍ଚ କ୍ୱେରୀ"
+ "ସନ୍ଧାନ କରନ୍ତୁ"
+ "କ୍ୱେରୀ ଦାଖଲ କରନ୍ତୁ"
+ "ଭଏସ୍ ସର୍ଚ୍ଚ"
+ "ଏହାଙ୍କ ସହ ସେୟାର୍ କରନ୍ତୁ"
+ "%s ସହ ସେୟାର୍ କରନ୍ତୁ"
+ "ସଂକୁଚିତ କରନ୍ତୁ"
+ Expand halfway
+ %2$d ର %1$d ଅକ୍ଷର ଲେଖିଛନ୍ତି
+ %2$d ର %1$d ଅକ୍ଷର ଲେଖିଛନ୍ତି
+ Clear text
+ Error
+ Show dropdown menu
+ Dialog Icon
+ Tab
+ Select AM or PM
+ 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
+ @android:string/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
+ "ଉପରକୁ ନାଭିଗେଟ୍ କରନ୍ତୁ"
+ "ନାଭିଗେସନ୍ ଡ୍ରୟର୍ ଖୋଲନ୍ତୁ"
+ ପାସ୍ୱାର୍ଡ ଦେଖାନ୍ତୁ
+ "ସନ୍ଧାନ କରନ୍ତୁ"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pa/values-pa.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pa/values-pa.xml
new file mode 100644
index 0000000..6515e1d
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pa/values-pa.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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 ਮਿੰਟ
+ AM
+ ਸਮਾਂ ਇਨਪੁੱਟ ਕਰਨ ਲਈ ਘੜੀ ਮੋਡ \'ਤੇ ਸਵਿੱਚ ਕਰੋ।
+ ਘੰਟਾ
+ ਮਿੰਟ
+ PM
+ ਸਮਾਂ ਚੁਣੋ
+ ਸਮਾਂ ਇਨਪੁੱਟ ਕਰਨ ਲਈ ਲਿਖਤ ਇਨਪੁੱਟ ਮੋਡ \'ਤੇ ਸਵਿੱਚ ਕਰੋ।
+ ਨਵੀਂ ਸੂਚਨਾ
+ %1$s ਹਟਾਓ
+ %1$d ਤੋਂ ਵੱਧ ਨਵੀਆਂ ਸੂਚਨਾਵਾਂ
+ ਅਗਲੇ ਮਹੀਨੇ \'ਤੇ ਜਾਓ
+ ਪਿਛਲੇ ਮਹੀਨੇ \'ਤੇ ਜਾਓ
+ ਮੌਜੂਦਾ ਚੋਣ: %1$s
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pl/values-pl.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pl/values-pl.xml
new file mode 100644
index 0000000..a64ea96
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pl/values-pl.xml
@@ -0,0 +1,94 @@
+
+
+
+ - %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ń"
+ Rozwiń do połowy
+ %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
+ 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
+ @android:string/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
+ "Przejdź wyżej"
+ "Otwórz panel nawigacji"
+ Pokaż hasło
+ "Szukaj"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-port/values-port.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-port/values-port.xml
new file mode 100644
index 0000000..7a925dc
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-port/values-port.xml
@@ -0,0 +1,4 @@
+
+
+ false
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt-rBR/values-pt-rBR.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt-rBR/values-pt-rBR.xml
new file mode 100644
index 0000000..77f19d2
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt-rBR/values-pt-rBR.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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"
+ Expandir até a metade
+ 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
+ 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
+ @android:string/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
+ "Navegar para cima"
+ "Abrir gaveta de navegação"
+ Exibir senha
+ "Pesquisar"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt-rPT/values-pt-rPT.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt-rPT/values-pt-rPT.xml
new file mode 100644
index 0000000..78d440a
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt-rPT/values-pt-rPT.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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"
+ Expandir até metade
+ 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
+ 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
+ @android:string/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
+ "Navegar para cima"
+ "Abrir gaveta de navegação"
+ Mostrar palavra-passe
+ "Pesquisar"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt/values-pt.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt/values-pt.xml
new file mode 100644
index 0000000..6bc4cd8
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt/values-pt.xml
@@ -0,0 +1,34 @@
+
+
+ "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"
+ "Navegar para cima"
+ "Abrir gaveta de navegação"
+ "Pesquisar"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ro/values-ro.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ro/values-ro.xml
new file mode 100644
index 0000000..4572d1f
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ro/values-ro.xml
@@ -0,0 +1,93 @@
+
+
+
+ - %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"
+ Extinde pe ecran complet
+ 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
+ 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
+ @android:string/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
+ "Navigați în sus"
+ "Deschideți panoul de navigare"
+ Afișați parola
+ "Căutați"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ru/values-ru.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ru/values-ru.xml
new file mode 100644
index 0000000..7f3afaa
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ru/values-ru.xml
@@ -0,0 +1,94 @@
+
+
+
+ - %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 мин.
+ AM
+ Чтобы ввести время, перейдите в режим часов.
+ Час
+ Минуты
+ PM
+ Выбор времени
+ Чтобы ввести время, перейдите в режим ввода текста.
+ Новое уведомление
+ Удалить \"%1$s\"
+ Новых уведомлений больше %1$d
+ Перейти к следующему месяцу
+ Перейти к предыдущему месяцу
+ Выбранный элемент: %1$s
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-si/values-si.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-si/values-si.xml
new file mode 100644
index 0000000..6a3cf53
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-si/values-si.xml
@@ -0,0 +1,92 @@
+
+
+
+ - නව දැනුම්දීම් %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$dකට වඩා
+ ලබන මාසයට වෙනස් කරන්න
+ කලින් මාසයට වෙනස් කරන්න
+ වත්මන් තේරීම: %1$s
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sk/values-sk.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sk/values-sk.xml
new file mode 100644
index 0000000..76a23a6
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sk/values-sk.xml
@@ -0,0 +1,94 @@
+
+
+
+ - %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ť"
+ Rozbaliť napoly
+ 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
+ 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
+ @android:string/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
+ "Prejsť hore"
+ "Otvoriť navigačný vysúvací panel"
+ Zobraziť heslo
+ "Hľadať"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sl/values-sl.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sl/values-sl.xml
new file mode 100644
index 0000000..c18354a
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sl/values-sl.xml
@@ -0,0 +1,94 @@
+
+
+
+ - %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"
+ Razširjanje na pol višine
+ Š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.
+ 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
+ @android:string/ok
+ %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
+ "Pomik navzgor"
+ "Odpri predal za krmarjenje"
+ Prikaz gesla
+ "Iskanje"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-small-v4/values-small-v4.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-small-v4/values-small-v4.xml
new file mode 100644
index 0000000..2c20055
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sq/values-sq.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sq/values-sq.xml
new file mode 100644
index 0000000..c0cd443
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sq/values-sq.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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"
+ Zgjeroje deri në gjysmë
+ 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
+ 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
+ @android:string/ok
+ %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
+ "Ngjitu lart"
+ "Hap sirtarin e navigimit"
+ Shfaq fjalëkalimin
+ "Kërko"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sr/values-sr.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sr/values-sr.xml
new file mode 100644
index 0000000..1f2d549
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sr/values-sr.xml
@@ -0,0 +1,93 @@
+
+
+
+ - %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 мин
+ AM
+ Пређите у режим сата ради уноса времена.
+ Сат
+ Минут
+ PM
+ Изаберите време
+ Пређите у режим уноса текста ради уноса времена.
+ Ново обавештење
+ Уклоните %1$s
+ Нових обавештења: више од %1$d
+ Пређите на следећи месец
+ Пређите на претходни месец
+ Актуелни избор: %1$s
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sv/values-sv.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sv/values-sv.xml
new file mode 100644
index 0000000..7b3622c
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sv/values-sv.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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"
+ Utöka till hälften
+ %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
+ 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
+ @android:string/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
+ "Navigera uppåt"
+ "Öppna navigeringspanelen"
+ Visa lösenord
+ "Sök"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw/values-sw.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw/values-sw.xml
new file mode 100644
index 0000000..3a494b9
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw/values-sw.xml
@@ -0,0 +1,92 @@
+
+
+
+ - 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"
+ Panua nusu
+ 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
+ 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
+ @android:string/ok
+ %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
+ "Sogeza juu"
+ "Fungua droo ya kusogeza"
+ Onyesha nenosiri
+ "Tafuta"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw1080dp-v13/values-sw1080dp-v13.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw1080dp-v13/values-sw1080dp-v13.xml
new file mode 100644
index 0000000..3b8b7f4
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw1080dp-v13/values-sw1080dp-v13.xml
@@ -0,0 +1,763 @@
+
+
+ 360.00dp
+ 360.00sp
+ 363.60dp
+ 367.20dp
+ 370.80dp
+ 374.40dp
+ 378.00dp
+ 381.60dp
+ 385.20dp
+ 388.80dp
+ 392.40dp
+ 36.00dp
+ 36.00sp
+ 396.00dp
+ 399.60dp
+ 403.20dp
+ 406.80dp
+ 410.40dp
+ 414.00dp
+ 417.60dp
+ 421.20dp
+ 424.80dp
+ 428.40dp
+ 39.60dp
+ 39.60sp
+ 432.00dp
+ 435.60dp
+ 439.20dp
+ 442.80dp
+ 446.40dp
+ 450.00dp
+ 453.60dp
+ 457.20dp
+ 460.80dp
+ 464.40dp
+ 43.20dp
+ 43.20sp
+ 468.00dp
+ 471.60dp
+ 475.20dp
+ 478.80dp
+ 482.40dp
+ 486.00dp
+ 489.60dp
+ 493.20dp
+ 496.80dp
+ 500.40dp
+ 46.80dp
+ 46.80sp
+ 504.00dp
+ 507.60dp
+ 511.20dp
+ 514.80dp
+ 518.40dp
+ 522.00dp
+ 525.60dp
+ 529.20dp
+ 532.80dp
+ 536.40dp
+ 50.40dp
+ 50.40sp
+ 540.00dp
+ 543.60dp
+ 547.20dp
+ 550.80dp
+ 554.40dp
+ 558.00dp
+ 561.60dp
+ 565.20dp
+ 568.80dp
+ 572.40dp
+ 54.00dp
+ 54.00sp
+ 576.00dp
+ 579.60dp
+ 583.20dp
+ 586.80dp
+ 590.40dp
+ 594.00dp
+ 597.60dp
+ 601.20dp
+ 604.80dp
+ 608.40dp
+ 57.60dp
+ 57.60sp
+ 612.00dp
+ 615.60dp
+ 619.20dp
+ 622.80dp
+ 626.40dp
+ 630.00dp
+ 633.60dp
+ 637.20dp
+ 640.80dp
+ 644.40dp
+ 61.20dp
+ 61.20sp
+ 648.00dp
+ 651.60dp
+ 655.20dp
+ 658.80dp
+ 662.40dp
+ 666.00dp
+ 669.60dp
+ 673.20dp
+ 676.80dp
+ 680.40dp
+ 64.80dp
+ 64.80sp
+ 684.00dp
+ 687.60dp
+ 691.20dp
+ 694.80dp
+ 698.40dp
+ 702.00dp
+ 705.60dp
+ 709.20dp
+ 712.80dp
+ 716.40dp
+ 68.40dp
+ 68.40sp
+ 3.60dp
+ 3.60sp
+ 720.00dp
+ 723.60dp
+ 727.20dp
+ 730.80dp
+ 734.40dp
+ 738.00dp
+ 741.60dp
+ 745.20dp
+ 748.80dp
+ 752.40dp
+ 72.00dp
+ 72.00sp
+ 756.00dp
+ 759.60dp
+ 763.20dp
+ 766.80dp
+ 770.40dp
+ 774.00dp
+ 777.60dp
+ 781.20dp
+ 784.80dp
+ 788.40dp
+ 75.60dp
+ 75.60sp
+ 792.00dp
+ 795.60dp
+ 799.20dp
+ 802.80dp
+ 806.40dp
+ 810.00dp
+ 813.60dp
+ 817.20dp
+ 820.80dp
+ 824.40dp
+ 79.20dp
+ 79.20sp
+ 828.00dp
+ 831.60dp
+ 835.20dp
+ 838.80dp
+ 842.40dp
+ 846.00dp
+ 849.60dp
+ 853.20dp
+ 856.80dp
+ 860.40dp
+ 82.80dp
+ 82.80sp
+ 864.00dp
+ 867.60dp
+ 871.20dp
+ 874.80dp
+ 878.40dp
+ 882.00dp
+ 885.60dp
+ 889.20dp
+ 892.80dp
+ 896.40dp
+ 86.40dp
+ 86.40sp
+ 900.00dp
+ 903.60dp
+ 907.20dp
+ 910.80dp
+ 914.40dp
+ 918.00dp
+ 921.60dp
+ 925.20dp
+ 928.80dp
+ 932.40dp
+ 90.00dp
+ 90.00sp
+ 936.00dp
+ 939.60dp
+ 943.20dp
+ 946.80dp
+ 950.40dp
+ 954.00dp
+ 957.60dp
+ 961.20dp
+ 964.80dp
+ 968.40dp
+ 93.60dp
+ 93.60sp
+ 972.00dp
+ 975.60dp
+ 979.20dp
+ 982.80dp
+ 986.40dp
+ 990.00dp
+ 993.60dp
+ 997.20dp
+ 1000.80dp
+ 1004.40dp
+ 97.20dp
+ 97.20sp
+ 1008.00dp
+ 1011.60dp
+ 1015.20dp
+ 1018.80dp
+ 1022.40dp
+ 1026.00dp
+ 1029.60dp
+ 1033.20dp
+ 1036.80dp
+ 1040.40dp
+ 100.80dp
+ 100.80sp
+ 1044.00dp
+ 1047.60dp
+ 1051.20dp
+ 1054.80dp
+ 1058.40dp
+ 1062.00dp
+ 1065.60dp
+ 1069.20dp
+ 1072.80dp
+ 1076.40dp
+ 104.40dp
+ 104.40sp
+ 7.20dp
+ 7.20sp
+ 1080.00dp
+ 1083.60dp
+ 1087.20dp
+ 1090.80dp
+ 1094.40dp
+ 1098.00dp
+ 1101.60dp
+ 1105.20dp
+ 1108.80dp
+ 1112.40dp
+ 108.00dp
+ 108.00sp
+ 1116.00dp
+ 1119.60dp
+ 1123.20dp
+ 1126.80dp
+ 1130.40dp
+ 1134.00dp
+ 1137.60dp
+ 1141.20dp
+ 1144.80dp
+ 1148.40dp
+ 111.60dp
+ 111.60sp
+ 1152.00dp
+ 1155.60dp
+ 1159.20dp
+ 1162.80dp
+ 1166.40dp
+ 1170.00dp
+ 1173.60dp
+ 1177.20dp
+ 1180.80dp
+ 1184.40dp
+ 115.20dp
+ 115.20sp
+ 1188.00dp
+ 1191.60dp
+ 1195.20dp
+ 1198.80dp
+ 1202.40dp
+ 1206.00dp
+ 1209.60dp
+ 1213.20dp
+ 1216.80dp
+ 1220.40dp
+ 118.80dp
+ 118.80sp
+ 1224.00dp
+ 1227.60dp
+ 1231.20dp
+ 1234.80dp
+ 1238.40dp
+ 1242.00dp
+ 1245.60dp
+ 1249.20dp
+ 1252.80dp
+ 1256.40dp
+ 122.40dp
+ 122.40sp
+ 1260.00dp
+ 1263.60dp
+ 1267.20dp
+ 1270.80dp
+ 1274.40dp
+ 1278.00dp
+ 1281.60dp
+ 1285.20dp
+ 1288.80dp
+ 1292.40dp
+ 126.00dp
+ 126.00sp
+ 1296.00dp
+ 1299.60dp
+ 1303.20dp
+ 1306.80dp
+ 1310.40dp
+ 1314.00dp
+ 1317.60dp
+ 1321.20dp
+ 1324.80dp
+ 1328.40dp
+ 129.60dp
+ 129.60sp
+ 1332.00dp
+ 1335.60dp
+ 1339.20dp
+ 1342.80dp
+ 1346.40dp
+ 1350.00dp
+ 1353.60dp
+ 1357.20dp
+ 1360.80dp
+ 1364.40dp
+ 133.20dp
+ 133.20sp
+ 1368.00dp
+ 1371.60dp
+ 1375.20dp
+ 1378.80dp
+ 1382.40dp
+ 1386.00dp
+ 1389.60dp
+ 1393.20dp
+ 1396.80dp
+ 1400.40dp
+ 136.80dp
+ 136.80sp
+ 1404.00dp
+ 1407.60dp
+ 1411.20dp
+ 1414.80dp
+ 1418.40dp
+ 1422.00dp
+ 1425.60dp
+ 1429.20dp
+ 1432.80dp
+ 1436.40dp
+ 140.40dp
+ 140.40sp
+ 10.80dp
+ 10.80sp
+ 1440.00dp
+ 1443.60dp
+ 1447.20dp
+ 1450.80dp
+ 1454.40dp
+ 1458.00dp
+ 1461.60dp
+ 1465.20dp
+ 1468.80dp
+ 1472.40dp
+ 144.00dp
+ 144.00sp
+ 1476.00dp
+ 1479.60dp
+ 1483.20dp
+ 1486.80dp
+ 1490.40dp
+ 1494.00dp
+ 1497.60dp
+ 1501.20dp
+ 1504.80dp
+ 1508.40dp
+ 147.60dp
+ 147.60sp
+ 1512.00dp
+ 1515.60dp
+ 1519.20dp
+ 1522.80dp
+ 1526.40dp
+ 1530.00dp
+ 1533.60dp
+ 1537.20dp
+ 1540.80dp
+ 1544.40dp
+ 151.20dp
+ 151.20sp
+ 1548.00dp
+ 1551.60dp
+ 1555.20dp
+ 1558.80dp
+ 1562.40dp
+ 1566.00dp
+ 1569.60dp
+ 1573.20dp
+ 1576.80dp
+ 1580.40dp
+ 154.80dp
+ 154.80sp
+ 1584.00dp
+ 1587.60dp
+ 1591.20dp
+ 1594.80dp
+ 1598.40dp
+ 1602.00dp
+ 1605.60dp
+ 1609.20dp
+ 1612.80dp
+ 1616.40dp
+ 158.40dp
+ 158.40sp
+ 1620.00dp
+ 1623.60dp
+ 1627.20dp
+ 1630.80dp
+ 1634.40dp
+ 1638.00dp
+ 1641.60dp
+ 1645.20dp
+ 1648.80dp
+ 1652.40dp
+ 162.00dp
+ 162.00sp
+ 1656.00dp
+ 1659.60dp
+ 1663.20dp
+ 1666.80dp
+ 1670.40dp
+ 1674.00dp
+ 1677.60dp
+ 1681.20dp
+ 1684.80dp
+ 1688.40dp
+ 165.60dp
+ 165.60sp
+ 1692.00dp
+ 1695.60dp
+ 1699.20dp
+ 1702.80dp
+ 1706.40dp
+ 1710.00dp
+ 1713.60dp
+ 1717.20dp
+ 1720.80dp
+ 1724.40dp
+ 169.20dp
+ 169.20sp
+ 1728.00dp
+ 1731.60dp
+ 1735.20dp
+ 1738.80dp
+ 1742.40dp
+ 1746.00dp
+ 1749.60dp
+ 1753.20dp
+ 1756.80dp
+ 1760.40dp
+ 172.80dp
+ 172.80sp
+ 1764.00dp
+ 1767.60dp
+ 1771.20dp
+ 1774.80dp
+ 1778.40dp
+ 1782.00dp
+ 1785.60dp
+ 1789.20dp
+ 1792.80dp
+ 1796.40dp
+ 176.40dp
+ 176.40sp
+ 14.40dp
+ 14.40sp
+ 1800.00dp
+ 1803.60dp
+ 1807.20dp
+ 1810.80dp
+ 1814.40dp
+ 1818.00dp
+ 1821.60dp
+ 1825.20dp
+ 1828.80dp
+ 1832.40dp
+ 180.00dp
+ 180.00sp
+ 1836.00dp
+ 1839.60dp
+ 1843.20dp
+ 1846.80dp
+ 1850.40dp
+ 1854.00dp
+ 1857.60dp
+ 1861.20dp
+ 1864.80dp
+ 1868.40dp
+ 183.60dp
+ 183.60sp
+ 1872.00dp
+ 1875.60dp
+ 1879.20dp
+ 1882.80dp
+ 1886.40dp
+ 1890.00dp
+ 1893.60dp
+ 1897.20dp
+ 1900.80dp
+ 1904.40dp
+ 187.20dp
+ 187.20sp
+ 1908.00dp
+ 1911.60dp
+ 1915.20dp
+ 1918.80dp
+ 1922.40dp
+ 1926.00dp
+ 1929.60dp
+ 1933.20dp
+ 1936.80dp
+ 1940.40dp
+ 190.80dp
+ 190.80sp
+ 1944.00dp
+ 1947.60dp
+ 1951.20dp
+ 1954.80dp
+ 1958.40dp
+ 1962.00dp
+ 1965.60dp
+ 1969.20dp
+ 1972.80dp
+ 1976.40dp
+ 194.40dp
+ 194.40sp
+ 1980.00dp
+ 1983.60dp
+ 1987.20dp
+ 1990.80dp
+ 1994.40dp
+ 1998.00dp
+ 2001.60dp
+ 2005.20dp
+ 2008.80dp
+ 2012.40dp
+ 198.00dp
+ 198.00sp
+ 2016.00dp
+ 2019.60dp
+ 2023.20dp
+ 2026.80dp
+ 2030.40dp
+ 2034.00dp
+ 2037.60dp
+ 2041.20dp
+ 2044.80dp
+ 2048.40dp
+ 201.60dp
+ 201.60sp
+ 2052.00dp
+ 2055.60dp
+ 2059.20dp
+ 2062.80dp
+ 2066.40dp
+ 2070.00dp
+ 2073.60dp
+ 2077.20dp
+ 2080.80dp
+ 2084.40dp
+ 205.20dp
+ 205.20sp
+ 2088.00dp
+ 2091.60dp
+ 2095.20dp
+ 2098.80dp
+ 2102.40dp
+ 2106.00dp
+ 2109.60dp
+ 2113.20dp
+ 2116.80dp
+ 2120.40dp
+ 208.80dp
+ 208.80sp
+ 2124.00dp
+ 2127.60dp
+ 2131.20dp
+ 2134.80dp
+ 2138.40dp
+ 2142.00dp
+ 2145.60dp
+ 2149.20dp
+ 2152.80dp
+ 2156.40dp
+ 212.40dp
+ 212.40sp
+ 18.00dp
+ 18.00sp
+ 2160.00dp
+ 216.00dp
+ 216.00sp
+ 219.60dp
+ 219.60sp
+ 223.20dp
+ 223.20sp
+ 226.80dp
+ 226.80sp
+ 230.40dp
+ 230.40sp
+ 234.00dp
+ 234.00sp
+ 237.60dp
+ 237.60sp
+ 241.20dp
+ 241.20sp
+ 244.80dp
+ 244.80sp
+ 248.40dp
+ 248.40sp
+ 21.60dp
+ 21.60sp
+ 252.00dp
+ 252.00sp
+ 255.60dp
+ 255.60sp
+ 259.20dp
+ 259.20sp
+ 262.80dp
+ 262.80sp
+ 266.40dp
+ 266.40sp
+ 270.00dp
+ 270.00sp
+ 273.60dp
+ 273.60sp
+ 277.20dp
+ 277.20sp
+ 280.80dp
+ 280.80sp
+ 284.40dp
+ 284.40sp
+ 25.20dp
+ 25.20sp
+ 288.00dp
+ 288.00sp
+ 291.60dp
+ 291.60sp
+ 295.20dp
+ 295.20sp
+ 298.80dp
+ 298.80sp
+ 302.40dp
+ 302.40sp
+ 306.00dp
+ 306.00sp
+ 309.60dp
+ 309.60sp
+ 313.20dp
+ 313.20sp
+ 316.80dp
+ 316.80sp
+ 320.40dp
+ 320.40sp
+ 28.80dp
+ 28.80sp
+ 324.00dp
+ 324.00sp
+ 327.60dp
+ 327.60sp
+ 331.20dp
+ 331.20sp
+ 334.80dp
+ 334.80sp
+ 338.40dp
+ 338.40sp
+ 342.00dp
+ 342.00sp
+ 345.60dp
+ 345.60sp
+ 349.20dp
+ 349.20sp
+ 352.80dp
+ 352.80sp
+ 356.40dp
+ 356.40sp
+ 32.40dp
+ 32.40sp
+ -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
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw300dp-v13/values-sw300dp-v13.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw300dp-v13/values-sw300dp-v13.xml
new file mode 100644
index 0000000..9bc0535
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw300dp-v13/values-sw300dp-v13.xml
@@ -0,0 +1,763 @@
+
+
+ 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
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw330dp-v13/values-sw330dp-v13.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw330dp-v13/values-sw330dp-v13.xml
new file mode 100644
index 0000000..25f586b
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw330dp-v13/values-sw330dp-v13.xml
@@ -0,0 +1,763 @@
+
+
+ 110.00dp
+ 110.00sp
+ 111.10dp
+ 112.20dp
+ 113.30dp
+ 114.40dp
+ 115.50dp
+ 116.60dp
+ 117.70dp
+ 118.80dp
+ 119.90dp
+ 11.00dp
+ 11.00sp
+ 121.00dp
+ 122.10dp
+ 123.20dp
+ 124.30dp
+ 125.40dp
+ 126.50dp
+ 127.60dp
+ 128.70dp
+ 129.80dp
+ 130.90dp
+ 12.10dp
+ 12.10sp
+ 132.00dp
+ 133.10dp
+ 134.20dp
+ 135.30dp
+ 136.40dp
+ 137.50dp
+ 138.60dp
+ 139.70dp
+ 140.80dp
+ 141.90dp
+ 13.20dp
+ 13.20sp
+ 143.00dp
+ 144.10dp
+ 145.20dp
+ 146.30dp
+ 147.40dp
+ 148.50dp
+ 149.60dp
+ 150.70dp
+ 151.80dp
+ 152.90dp
+ 14.30dp
+ 14.30sp
+ 154.00dp
+ 155.10dp
+ 156.20dp
+ 157.30dp
+ 158.40dp
+ 159.50dp
+ 160.60dp
+ 161.70dp
+ 162.80dp
+ 163.90dp
+ 15.40dp
+ 15.40sp
+ 165.00dp
+ 166.10dp
+ 167.20dp
+ 168.30dp
+ 169.40dp
+ 170.50dp
+ 171.60dp
+ 172.70dp
+ 173.80dp
+ 174.90dp
+ 16.50dp
+ 16.50sp
+ 176.00dp
+ 177.10dp
+ 178.20dp
+ 179.30dp
+ 180.40dp
+ 181.50dp
+ 182.60dp
+ 183.70dp
+ 184.80dp
+ 185.90dp
+ 17.60dp
+ 17.60sp
+ 187.00dp
+ 188.10dp
+ 189.20dp
+ 190.30dp
+ 191.40dp
+ 192.50dp
+ 193.60dp
+ 194.70dp
+ 195.80dp
+ 196.90dp
+ 18.70dp
+ 18.70sp
+ 198.00dp
+ 199.10dp
+ 200.20dp
+ 201.30dp
+ 202.40dp
+ 203.50dp
+ 204.60dp
+ 205.70dp
+ 206.80dp
+ 207.90dp
+ 19.80dp
+ 19.80sp
+ 209.00dp
+ 210.10dp
+ 211.20dp
+ 212.30dp
+ 213.40dp
+ 214.50dp
+ 215.60dp
+ 216.70dp
+ 217.80dp
+ 218.90dp
+ 20.90dp
+ 20.90sp
+ 1.10dp
+ 1.10sp
+ 220.00dp
+ 221.10dp
+ 222.20dp
+ 223.30dp
+ 224.40dp
+ 225.50dp
+ 226.60dp
+ 227.70dp
+ 228.80dp
+ 229.90dp
+ 22.00dp
+ 22.00sp
+ 231.00dp
+ 232.10dp
+ 233.20dp
+ 234.30dp
+ 235.40dp
+ 236.50dp
+ 237.60dp
+ 238.70dp
+ 239.80dp
+ 240.90dp
+ 23.10dp
+ 23.10sp
+ 242.00dp
+ 243.10dp
+ 244.20dp
+ 245.30dp
+ 246.40dp
+ 247.50dp
+ 248.60dp
+ 249.70dp
+ 250.80dp
+ 251.90dp
+ 24.20dp
+ 24.20sp
+ 253.00dp
+ 254.10dp
+ 255.20dp
+ 256.30dp
+ 257.40dp
+ 258.50dp
+ 259.60dp
+ 260.70dp
+ 261.80dp
+ 262.90dp
+ 25.30dp
+ 25.30sp
+ 264.00dp
+ 265.10dp
+ 266.20dp
+ 267.30dp
+ 268.40dp
+ 269.50dp
+ 270.60dp
+ 271.70dp
+ 272.80dp
+ 273.90dp
+ 26.40dp
+ 26.40sp
+ 275.00dp
+ 276.10dp
+ 277.20dp
+ 278.30dp
+ 279.40dp
+ 280.50dp
+ 281.60dp
+ 282.70dp
+ 283.80dp
+ 284.90dp
+ 27.50dp
+ 27.50sp
+ 286.00dp
+ 287.10dp
+ 288.20dp
+ 289.30dp
+ 290.40dp
+ 291.50dp
+ 292.60dp
+ 293.70dp
+ 294.80dp
+ 295.90dp
+ 28.60dp
+ 28.60sp
+ 297.00dp
+ 298.10dp
+ 299.20dp
+ 300.30dp
+ 301.40dp
+ 302.50dp
+ 303.60dp
+ 304.70dp
+ 305.80dp
+ 306.90dp
+ 29.70dp
+ 29.70sp
+ 308.00dp
+ 309.10dp
+ 310.20dp
+ 311.30dp
+ 312.40dp
+ 313.50dp
+ 314.60dp
+ 315.70dp
+ 316.80dp
+ 317.90dp
+ 30.80dp
+ 30.80sp
+ 319.00dp
+ 320.10dp
+ 321.20dp
+ 322.30dp
+ 323.40dp
+ 324.50dp
+ 325.60dp
+ 326.70dp
+ 327.80dp
+ 328.90dp
+ 31.90dp
+ 31.90sp
+ 2.20dp
+ 2.20sp
+ 330.00dp
+ 331.10dp
+ 332.20dp
+ 333.30dp
+ 334.40dp
+ 335.50dp
+ 336.60dp
+ 337.70dp
+ 338.80dp
+ 339.90dp
+ 33.00dp
+ 33.00sp
+ 341.00dp
+ 342.10dp
+ 343.20dp
+ 344.30dp
+ 345.40dp
+ 346.50dp
+ 347.60dp
+ 348.70dp
+ 349.80dp
+ 350.90dp
+ 34.10dp
+ 34.10sp
+ 352.00dp
+ 353.10dp
+ 354.20dp
+ 355.30dp
+ 356.40dp
+ 357.50dp
+ 358.60dp
+ 359.70dp
+ 360.80dp
+ 361.90dp
+ 35.20dp
+ 35.20sp
+ 363.00dp
+ 364.10dp
+ 365.20dp
+ 366.30dp
+ 367.40dp
+ 368.50dp
+ 369.60dp
+ 370.70dp
+ 371.80dp
+ 372.90dp
+ 36.30dp
+ 36.30sp
+ 374.00dp
+ 375.10dp
+ 376.20dp
+ 377.30dp
+ 378.40dp
+ 379.50dp
+ 380.60dp
+ 381.70dp
+ 382.80dp
+ 383.90dp
+ 37.40dp
+ 37.40sp
+ 385.00dp
+ 386.10dp
+ 387.20dp
+ 388.30dp
+ 389.40dp
+ 390.50dp
+ 391.60dp
+ 392.70dp
+ 393.80dp
+ 394.90dp
+ 38.50dp
+ 38.50sp
+ 396.00dp
+ 397.10dp
+ 398.20dp
+ 399.30dp
+ 400.40dp
+ 401.50dp
+ 402.60dp
+ 403.70dp
+ 404.80dp
+ 405.90dp
+ 39.60dp
+ 39.60sp
+ 407.00dp
+ 408.10dp
+ 409.20dp
+ 410.30dp
+ 411.40dp
+ 412.50dp
+ 413.60dp
+ 414.70dp
+ 415.80dp
+ 416.90dp
+ 40.70dp
+ 40.70sp
+ 418.00dp
+ 419.10dp
+ 420.20dp
+ 421.30dp
+ 422.40dp
+ 423.50dp
+ 424.60dp
+ 425.70dp
+ 426.80dp
+ 427.90dp
+ 41.80dp
+ 41.80sp
+ 429.00dp
+ 430.10dp
+ 431.20dp
+ 432.30dp
+ 433.40dp
+ 434.50dp
+ 435.60dp
+ 436.70dp
+ 437.80dp
+ 438.90dp
+ 42.90dp
+ 42.90sp
+ 3.30dp
+ 3.30sp
+ 440.00dp
+ 441.10dp
+ 442.20dp
+ 443.30dp
+ 444.40dp
+ 445.50dp
+ 446.60dp
+ 447.70dp
+ 448.80dp
+ 449.90dp
+ 44.00dp
+ 44.00sp
+ 451.00dp
+ 452.10dp
+ 453.20dp
+ 454.30dp
+ 455.40dp
+ 456.50dp
+ 457.60dp
+ 458.70dp
+ 459.80dp
+ 460.90dp
+ 45.10dp
+ 45.10sp
+ 462.00dp
+ 463.10dp
+ 464.20dp
+ 465.30dp
+ 466.40dp
+ 467.50dp
+ 468.60dp
+ 469.70dp
+ 470.80dp
+ 471.90dp
+ 46.20dp
+ 46.20sp
+ 473.00dp
+ 474.10dp
+ 475.20dp
+ 476.30dp
+ 477.40dp
+ 478.50dp
+ 479.60dp
+ 480.70dp
+ 481.80dp
+ 482.90dp
+ 47.30dp
+ 47.30sp
+ 484.00dp
+ 485.10dp
+ 486.20dp
+ 487.30dp
+ 488.40dp
+ 489.50dp
+ 490.60dp
+ 491.70dp
+ 492.80dp
+ 493.90dp
+ 48.40dp
+ 48.40sp
+ 495.00dp
+ 496.10dp
+ 497.20dp
+ 498.30dp
+ 499.40dp
+ 500.50dp
+ 501.60dp
+ 502.70dp
+ 503.80dp
+ 504.90dp
+ 49.50dp
+ 49.50sp
+ 506.00dp
+ 507.10dp
+ 508.20dp
+ 509.30dp
+ 510.40dp
+ 511.50dp
+ 512.60dp
+ 513.70dp
+ 514.80dp
+ 515.90dp
+ 50.60dp
+ 50.60sp
+ 517.00dp
+ 518.10dp
+ 519.20dp
+ 520.30dp
+ 521.40dp
+ 522.50dp
+ 523.60dp
+ 524.70dp
+ 525.80dp
+ 526.90dp
+ 51.70dp
+ 51.70sp
+ 528.00dp
+ 529.10dp
+ 530.20dp
+ 531.30dp
+ 532.40dp
+ 533.50dp
+ 534.60dp
+ 535.70dp
+ 536.80dp
+ 537.90dp
+ 52.80dp
+ 52.80sp
+ 539.00dp
+ 540.10dp
+ 541.20dp
+ 542.30dp
+ 543.40dp
+ 544.50dp
+ 545.60dp
+ 546.70dp
+ 547.80dp
+ 548.90dp
+ 53.90dp
+ 53.90sp
+ 4.40dp
+ 4.40sp
+ 550.00dp
+ 551.10dp
+ 552.20dp
+ 553.30dp
+ 554.40dp
+ 555.50dp
+ 556.60dp
+ 557.70dp
+ 558.80dp
+ 559.90dp
+ 55.00dp
+ 55.00sp
+ 561.00dp
+ 562.10dp
+ 563.20dp
+ 564.30dp
+ 565.40dp
+ 566.50dp
+ 567.60dp
+ 568.70dp
+ 569.80dp
+ 570.90dp
+ 56.10dp
+ 56.10sp
+ 572.00dp
+ 573.10dp
+ 574.20dp
+ 575.30dp
+ 576.40dp
+ 577.50dp
+ 578.60dp
+ 579.70dp
+ 580.80dp
+ 581.90dp
+ 57.20dp
+ 57.20sp
+ 583.00dp
+ 584.10dp
+ 585.20dp
+ 586.30dp
+ 587.40dp
+ 588.50dp
+ 589.60dp
+ 590.70dp
+ 591.80dp
+ 592.90dp
+ 58.30dp
+ 58.30sp
+ 594.00dp
+ 595.10dp
+ 596.20dp
+ 597.30dp
+ 598.40dp
+ 599.50dp
+ 600.60dp
+ 601.70dp
+ 602.80dp
+ 603.90dp
+ 59.40dp
+ 59.40sp
+ 605.00dp
+ 606.10dp
+ 607.20dp
+ 608.30dp
+ 609.40dp
+ 610.50dp
+ 611.60dp
+ 612.70dp
+ 613.80dp
+ 614.90dp
+ 60.50dp
+ 60.50sp
+ 616.00dp
+ 617.10dp
+ 618.20dp
+ 619.30dp
+ 620.40dp
+ 621.50dp
+ 622.60dp
+ 623.70dp
+ 624.80dp
+ 625.90dp
+ 61.60dp
+ 61.60sp
+ 627.00dp
+ 628.10dp
+ 629.20dp
+ 630.30dp
+ 631.40dp
+ 632.50dp
+ 633.60dp
+ 634.70dp
+ 635.80dp
+ 636.90dp
+ 62.70dp
+ 62.70sp
+ 638.00dp
+ 639.10dp
+ 640.20dp
+ 641.30dp
+ 642.40dp
+ 643.50dp
+ 644.60dp
+ 645.70dp
+ 646.80dp
+ 647.90dp
+ 63.80dp
+ 63.80sp
+ 649.00dp
+ 650.10dp
+ 651.20dp
+ 652.30dp
+ 653.40dp
+ 654.50dp
+ 655.60dp
+ 656.70dp
+ 657.80dp
+ 658.90dp
+ 64.90dp
+ 64.90sp
+ 5.50dp
+ 5.50sp
+ 660.00dp
+ 66.00dp
+ 66.00sp
+ 67.10dp
+ 67.10sp
+ 68.20dp
+ 68.20sp
+ 69.30dp
+ 69.30sp
+ 70.40dp
+ 70.40sp
+ 71.50dp
+ 71.50sp
+ 72.60dp
+ 72.60sp
+ 73.70dp
+ 73.70sp
+ 74.80dp
+ 74.80sp
+ 75.90dp
+ 75.90sp
+ 6.60dp
+ 6.60sp
+ 77.00dp
+ 77.00sp
+ 78.10dp
+ 78.10sp
+ 79.20dp
+ 79.20sp
+ 80.30dp
+ 80.30sp
+ 81.40dp
+ 81.40sp
+ 82.50dp
+ 82.50sp
+ 83.60dp
+ 83.60sp
+ 84.70dp
+ 84.70sp
+ 85.80dp
+ 85.80sp
+ 86.90dp
+ 86.90sp
+ 7.70dp
+ 7.70sp
+ 88.00dp
+ 88.00sp
+ 89.10dp
+ 89.10sp
+ 90.20dp
+ 90.20sp
+ 91.30dp
+ 91.30sp
+ 92.40dp
+ 92.40sp
+ 93.50dp
+ 93.50sp
+ 94.60dp
+ 94.60sp
+ 95.70dp
+ 95.70sp
+ 96.80dp
+ 96.80sp
+ 97.90dp
+ 97.90sp
+ 8.80dp
+ 8.80sp
+ 99.00dp
+ 99.00sp
+ 100.10dp
+ 100.10sp
+ 101.20dp
+ 101.20sp
+ 102.30dp
+ 102.30sp
+ 103.40dp
+ 103.40sp
+ 104.50dp
+ 104.50sp
+ 105.60dp
+ 105.60sp
+ 106.70dp
+ 106.70sp
+ 107.80dp
+ 107.80sp
+ 108.90dp
+ 108.90sp
+ 9.90dp
+ 9.90sp
+ -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
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw360dp-v13/values-sw360dp-v13.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw360dp-v13/values-sw360dp-v13.xml
new file mode 100644
index 0000000..db247b4
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw360dp-v13/values-sw360dp-v13.xml
@@ -0,0 +1,763 @@
+
+
+ 120.00dp
+ 120.00sp
+ 121.20dp
+ 122.40dp
+ 123.60dp
+ 124.80dp
+ 126.00dp
+ 127.20dp
+ 128.40dp
+ 129.60dp
+ 130.80dp
+ 12.00dp
+ 12.00sp
+ 132.00dp
+ 133.20dp
+ 134.40dp
+ 135.60dp
+ 136.80dp
+ 138.00dp
+ 139.20dp
+ 140.40dp
+ 141.60dp
+ 142.80dp
+ 13.20dp
+ 13.20sp
+ 144.00dp
+ 145.20dp
+ 146.40dp
+ 147.60dp
+ 148.80dp
+ 150.00dp
+ 151.20dp
+ 152.40dp
+ 153.60dp
+ 154.80dp
+ 14.40dp
+ 14.40sp
+ 156.00dp
+ 157.20dp
+ 158.40dp
+ 159.60dp
+ 160.80dp
+ 162.00dp
+ 163.20dp
+ 164.40dp
+ 165.60dp
+ 166.80dp
+ 15.60dp
+ 15.60sp
+ 168.00dp
+ 169.20dp
+ 170.40dp
+ 171.60dp
+ 172.80dp
+ 174.00dp
+ 175.20dp
+ 176.40dp
+ 177.60dp
+ 178.80dp
+ 16.80dp
+ 16.80sp
+ 180.00dp
+ 181.20dp
+ 182.40dp
+ 183.60dp
+ 184.80dp
+ 186.00dp
+ 187.20dp
+ 188.40dp
+ 189.60dp
+ 190.80dp
+ 18.00dp
+ 18.00sp
+ 192.00dp
+ 193.20dp
+ 194.40dp
+ 195.60dp
+ 196.80dp
+ 198.00dp
+ 199.20dp
+ 200.40dp
+ 201.60dp
+ 202.80dp
+ 19.20dp
+ 19.20sp
+ 204.00dp
+ 205.20dp
+ 206.40dp
+ 207.60dp
+ 208.80dp
+ 210.00dp
+ 211.20dp
+ 212.40dp
+ 213.60dp
+ 214.80dp
+ 20.40dp
+ 20.40sp
+ 216.00dp
+ 217.20dp
+ 218.40dp
+ 219.60dp
+ 220.80dp
+ 222.00dp
+ 223.20dp
+ 224.40dp
+ 225.60dp
+ 226.80dp
+ 21.60dp
+ 21.60sp
+ 228.00dp
+ 229.20dp
+ 230.40dp
+ 231.60dp
+ 232.80dp
+ 234.00dp
+ 235.20dp
+ 236.40dp
+ 237.60dp
+ 238.80dp
+ 22.80dp
+ 22.80sp
+ 1.20dp
+ 1.20sp
+ 240.00dp
+ 241.20dp
+ 242.40dp
+ 243.60dp
+ 244.80dp
+ 246.00dp
+ 247.20dp
+ 248.40dp
+ 249.60dp
+ 250.80dp
+ 24.00dp
+ 24.00sp
+ 252.00dp
+ 253.20dp
+ 254.40dp
+ 255.60dp
+ 256.80dp
+ 258.00dp
+ 259.20dp
+ 260.40dp
+ 261.60dp
+ 262.80dp
+ 25.20dp
+ 25.20sp
+ 264.00dp
+ 265.20dp
+ 266.40dp
+ 267.60dp
+ 268.80dp
+ 270.00dp
+ 271.20dp
+ 272.40dp
+ 273.60dp
+ 274.80dp
+ 26.40dp
+ 26.40sp
+ 276.00dp
+ 277.20dp
+ 278.40dp
+ 279.60dp
+ 280.80dp
+ 282.00dp
+ 283.20dp
+ 284.40dp
+ 285.60dp
+ 286.80dp
+ 27.60dp
+ 27.60sp
+ 288.00dp
+ 289.20dp
+ 290.40dp
+ 291.60dp
+ 292.80dp
+ 294.00dp
+ 295.20dp
+ 296.40dp
+ 297.60dp
+ 298.80dp
+ 28.80dp
+ 28.80sp
+ 300.00dp
+ 301.20dp
+ 302.40dp
+ 303.60dp
+ 304.80dp
+ 306.00dp
+ 307.20dp
+ 308.40dp
+ 309.60dp
+ 310.80dp
+ 30.00dp
+ 30.00sp
+ 312.00dp
+ 313.20dp
+ 314.40dp
+ 315.60dp
+ 316.80dp
+ 318.00dp
+ 319.20dp
+ 320.40dp
+ 321.60dp
+ 322.80dp
+ 31.20dp
+ 31.20sp
+ 324.00dp
+ 325.20dp
+ 326.40dp
+ 327.60dp
+ 328.80dp
+ 330.00dp
+ 331.20dp
+ 332.40dp
+ 333.60dp
+ 334.80dp
+ 32.40dp
+ 32.40sp
+ 336.00dp
+ 337.20dp
+ 338.40dp
+ 339.60dp
+ 340.80dp
+ 342.00dp
+ 343.20dp
+ 344.40dp
+ 345.60dp
+ 346.80dp
+ 33.60dp
+ 33.60sp
+ 348.00dp
+ 349.20dp
+ 350.40dp
+ 351.60dp
+ 352.80dp
+ 354.00dp
+ 355.20dp
+ 356.40dp
+ 357.60dp
+ 358.80dp
+ 34.80dp
+ 34.80sp
+ 2.40dp
+ 2.40sp
+ 360.00dp
+ 361.20dp
+ 362.40dp
+ 363.60dp
+ 364.80dp
+ 366.00dp
+ 367.20dp
+ 368.40dp
+ 369.60dp
+ 370.80dp
+ 36.00dp
+ 36.00sp
+ 372.00dp
+ 373.20dp
+ 374.40dp
+ 375.60dp
+ 376.80dp
+ 378.00dp
+ 379.20dp
+ 380.40dp
+ 381.60dp
+ 382.80dp
+ 37.20dp
+ 37.20sp
+ 384.00dp
+ 385.20dp
+ 386.40dp
+ 387.60dp
+ 388.80dp
+ 390.00dp
+ 391.20dp
+ 392.40dp
+ 393.60dp
+ 394.80dp
+ 38.40dp
+ 38.40sp
+ 396.00dp
+ 397.20dp
+ 398.40dp
+ 399.60dp
+ 400.80dp
+ 402.00dp
+ 403.20dp
+ 404.40dp
+ 405.60dp
+ 406.80dp
+ 39.60dp
+ 39.60sp
+ 408.00dp
+ 409.20dp
+ 410.40dp
+ 411.60dp
+ 412.80dp
+ 414.00dp
+ 415.20dp
+ 416.40dp
+ 417.60dp
+ 418.80dp
+ 40.80dp
+ 40.80sp
+ 420.00dp
+ 421.20dp
+ 422.40dp
+ 423.60dp
+ 424.80dp
+ 426.00dp
+ 427.20dp
+ 428.40dp
+ 429.60dp
+ 430.80dp
+ 42.00dp
+ 42.00sp
+ 432.00dp
+ 433.20dp
+ 434.40dp
+ 435.60dp
+ 436.80dp
+ 438.00dp
+ 439.20dp
+ 440.40dp
+ 441.60dp
+ 442.80dp
+ 43.20dp
+ 43.20sp
+ 444.00dp
+ 445.20dp
+ 446.40dp
+ 447.60dp
+ 448.80dp
+ 450.00dp
+ 451.20dp
+ 452.40dp
+ 453.60dp
+ 454.80dp
+ 44.40dp
+ 44.40sp
+ 456.00dp
+ 457.20dp
+ 458.40dp
+ 459.60dp
+ 460.80dp
+ 462.00dp
+ 463.20dp
+ 464.40dp
+ 465.60dp
+ 466.80dp
+ 45.60dp
+ 45.60sp
+ 468.00dp
+ 469.20dp
+ 470.40dp
+ 471.60dp
+ 472.80dp
+ 474.00dp
+ 475.20dp
+ 476.40dp
+ 477.60dp
+ 478.80dp
+ 46.80dp
+ 46.80sp
+ 3.60dp
+ 3.60sp
+ 480.00dp
+ 481.20dp
+ 482.40dp
+ 483.60dp
+ 484.80dp
+ 486.00dp
+ 487.20dp
+ 488.40dp
+ 489.60dp
+ 490.80dp
+ 48.00dp
+ 48.00sp
+ 492.00dp
+ 493.20dp
+ 494.40dp
+ 495.60dp
+ 496.80dp
+ 498.00dp
+ 499.20dp
+ 500.40dp
+ 501.60dp
+ 502.80dp
+ 49.20dp
+ 49.20sp
+ 504.00dp
+ 505.20dp
+ 506.40dp
+ 507.60dp
+ 508.80dp
+ 510.00dp
+ 511.20dp
+ 512.40dp
+ 513.60dp
+ 514.80dp
+ 50.40dp
+ 50.40sp
+ 516.00dp
+ 517.20dp
+ 518.40dp
+ 519.60dp
+ 520.80dp
+ 522.00dp
+ 523.20dp
+ 524.40dp
+ 525.60dp
+ 526.80dp
+ 51.60dp
+ 51.60sp
+ 528.00dp
+ 529.20dp
+ 530.40dp
+ 531.60dp
+ 532.80dp
+ 534.00dp
+ 535.20dp
+ 536.40dp
+ 537.60dp
+ 538.80dp
+ 52.80dp
+ 52.80sp
+ 540.00dp
+ 541.20dp
+ 542.40dp
+ 543.60dp
+ 544.80dp
+ 546.00dp
+ 547.20dp
+ 548.40dp
+ 549.60dp
+ 550.80dp
+ 54.00dp
+ 54.00sp
+ 552.00dp
+ 553.20dp
+ 554.40dp
+ 555.60dp
+ 556.80dp
+ 558.00dp
+ 559.20dp
+ 560.40dp
+ 561.60dp
+ 562.80dp
+ 55.20dp
+ 55.20sp
+ 564.00dp
+ 565.20dp
+ 566.40dp
+ 567.60dp
+ 568.80dp
+ 570.00dp
+ 571.20dp
+ 572.40dp
+ 573.60dp
+ 574.80dp
+ 56.40dp
+ 56.40sp
+ 576.00dp
+ 577.20dp
+ 578.40dp
+ 579.60dp
+ 580.80dp
+ 582.00dp
+ 583.20dp
+ 584.40dp
+ 585.60dp
+ 586.80dp
+ 57.60dp
+ 57.60sp
+ 588.00dp
+ 589.20dp
+ 590.40dp
+ 591.60dp
+ 592.80dp
+ 594.00dp
+ 595.20dp
+ 596.40dp
+ 597.60dp
+ 598.80dp
+ 58.80dp
+ 58.80sp
+ 4.80dp
+ 4.80sp
+ 600.00dp
+ 601.20dp
+ 602.40dp
+ 603.60dp
+ 604.80dp
+ 606.00dp
+ 607.20dp
+ 608.40dp
+ 609.60dp
+ 610.80dp
+ 60.00dp
+ 60.00sp
+ 612.00dp
+ 613.20dp
+ 614.40dp
+ 615.60dp
+ 616.80dp
+ 618.00dp
+ 619.20dp
+ 620.40dp
+ 621.60dp
+ 622.80dp
+ 61.20dp
+ 61.20sp
+ 624.00dp
+ 625.20dp
+ 626.40dp
+ 627.60dp
+ 628.80dp
+ 630.00dp
+ 631.20dp
+ 632.40dp
+ 633.60dp
+ 634.80dp
+ 62.40dp
+ 62.40sp
+ 636.00dp
+ 637.20dp
+ 638.40dp
+ 639.60dp
+ 640.80dp
+ 642.00dp
+ 643.20dp
+ 644.40dp
+ 645.60dp
+ 646.80dp
+ 63.60dp
+ 63.60sp
+ 648.00dp
+ 649.20dp
+ 650.40dp
+ 651.60dp
+ 652.80dp
+ 654.00dp
+ 655.20dp
+ 656.40dp
+ 657.60dp
+ 658.80dp
+ 64.80dp
+ 64.80sp
+ 660.00dp
+ 661.20dp
+ 662.40dp
+ 663.60dp
+ 664.80dp
+ 666.00dp
+ 667.20dp
+ 668.40dp
+ 669.60dp
+ 670.80dp
+ 66.00dp
+ 66.00sp
+ 672.00dp
+ 673.20dp
+ 674.40dp
+ 675.60dp
+ 676.80dp
+ 678.00dp
+ 679.20dp
+ 680.40dp
+ 681.60dp
+ 682.80dp
+ 67.20dp
+ 67.20sp
+ 684.00dp
+ 685.20dp
+ 686.40dp
+ 687.60dp
+ 688.80dp
+ 690.00dp
+ 691.20dp
+ 692.40dp
+ 693.60dp
+ 694.80dp
+ 68.40dp
+ 68.40sp
+ 696.00dp
+ 697.20dp
+ 698.40dp
+ 699.60dp
+ 700.80dp
+ 702.00dp
+ 703.20dp
+ 704.40dp
+ 705.60dp
+ 706.80dp
+ 69.60dp
+ 69.60sp
+ 708.00dp
+ 709.20dp
+ 710.40dp
+ 711.60dp
+ 712.80dp
+ 714.00dp
+ 715.20dp
+ 716.40dp
+ 717.60dp
+ 718.80dp
+ 70.80dp
+ 70.80sp
+ 6.00dp
+ 6.00sp
+ 720.00dp
+ 72.00dp
+ 72.00sp
+ 73.20dp
+ 73.20sp
+ 74.40dp
+ 74.40sp
+ 75.60dp
+ 75.60sp
+ 76.80dp
+ 76.80sp
+ 78.00dp
+ 78.00sp
+ 79.20dp
+ 79.20sp
+ 80.40dp
+ 80.40sp
+ 81.60dp
+ 81.60sp
+ 82.80dp
+ 82.80sp
+ 7.20dp
+ 7.20sp
+ 84.00dp
+ 84.00sp
+ 85.20dp
+ 85.20sp
+ 86.40dp
+ 86.40sp
+ 87.60dp
+ 87.60sp
+ 88.80dp
+ 88.80sp
+ 90.00dp
+ 90.00sp
+ 91.20dp
+ 91.20sp
+ 92.40dp
+ 92.40sp
+ 93.60dp
+ 93.60sp
+ 94.80dp
+ 94.80sp
+ 8.40dp
+ 8.40sp
+ 96.00dp
+ 96.00sp
+ 97.20dp
+ 97.20sp
+ 98.40dp
+ 98.40sp
+ 99.60dp
+ 99.60sp
+ 100.80dp
+ 100.80sp
+ 102.00dp
+ 102.00sp
+ 103.20dp
+ 103.20sp
+ 104.40dp
+ 104.40sp
+ 105.60dp
+ 105.60sp
+ 106.80dp
+ 106.80sp
+ 9.60dp
+ 9.60sp
+ 108.00dp
+ 108.00sp
+ 109.20dp
+ 109.20sp
+ 110.40dp
+ 110.40sp
+ 111.60dp
+ 111.60sp
+ 112.80dp
+ 112.80sp
+ 114.00dp
+ 114.00sp
+ 115.20dp
+ 115.20sp
+ 116.40dp
+ 116.40sp
+ 117.60dp
+ 117.60sp
+ 118.80dp
+ 118.80sp
+ 10.80dp
+ 10.80sp
+ -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
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw390dp-v13/values-sw390dp-v13.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw390dp-v13/values-sw390dp-v13.xml
new file mode 100644
index 0000000..7bfc181
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw390dp-v13/values-sw390dp-v13.xml
@@ -0,0 +1,763 @@
+
+
+ 130.00dp
+ 130.00sp
+ 131.30dp
+ 132.60dp
+ 133.90dp
+ 135.20dp
+ 136.50dp
+ 137.80dp
+ 139.10dp
+ 140.40dp
+ 141.70dp
+ 13.00dp
+ 13.00sp
+ 143.00dp
+ 144.30dp
+ 145.60dp
+ 146.90dp
+ 148.20dp
+ 149.50dp
+ 150.80dp
+ 152.10dp
+ 153.40dp
+ 154.70dp
+ 14.30dp
+ 14.30sp
+ 156.00dp
+ 157.30dp
+ 158.60dp
+ 159.90dp
+ 161.20dp
+ 162.50dp
+ 163.80dp
+ 165.10dp
+ 166.40dp
+ 167.70dp
+ 15.60dp
+ 15.60sp
+ 169.00dp
+ 170.30dp
+ 171.60dp
+ 172.90dp
+ 174.20dp
+ 175.50dp
+ 176.80dp
+ 178.10dp
+ 179.40dp
+ 180.70dp
+ 16.90dp
+ 16.90sp
+ 182.00dp
+ 183.30dp
+ 184.60dp
+ 185.90dp
+ 187.20dp
+ 188.50dp
+ 189.80dp
+ 191.10dp
+ 192.40dp
+ 193.70dp
+ 18.20dp
+ 18.20sp
+ 195.00dp
+ 196.30dp
+ 197.60dp
+ 198.90dp
+ 200.20dp
+ 201.50dp
+ 202.80dp
+ 204.10dp
+ 205.40dp
+ 206.70dp
+ 19.50dp
+ 19.50sp
+ 208.00dp
+ 209.30dp
+ 210.60dp
+ 211.90dp
+ 213.20dp
+ 214.50dp
+ 215.80dp
+ 217.10dp
+ 218.40dp
+ 219.70dp
+ 20.80dp
+ 20.80sp
+ 221.00dp
+ 222.30dp
+ 223.60dp
+ 224.90dp
+ 226.20dp
+ 227.50dp
+ 228.80dp
+ 230.10dp
+ 231.40dp
+ 232.70dp
+ 22.10dp
+ 22.10sp
+ 234.00dp
+ 235.30dp
+ 236.60dp
+ 237.90dp
+ 239.20dp
+ 240.50dp
+ 241.80dp
+ 243.10dp
+ 244.40dp
+ 245.70dp
+ 23.40dp
+ 23.40sp
+ 247.00dp
+ 248.30dp
+ 249.60dp
+ 250.90dp
+ 252.20dp
+ 253.50dp
+ 254.80dp
+ 256.10dp
+ 257.40dp
+ 258.70dp
+ 24.70dp
+ 24.70sp
+ 1.30dp
+ 1.30sp
+ 260.00dp
+ 261.30dp
+ 262.60dp
+ 263.90dp
+ 265.20dp
+ 266.50dp
+ 267.80dp
+ 269.10dp
+ 270.40dp
+ 271.70dp
+ 26.00dp
+ 26.00sp
+ 273.00dp
+ 274.30dp
+ 275.60dp
+ 276.90dp
+ 278.20dp
+ 279.50dp
+ 280.80dp
+ 282.10dp
+ 283.40dp
+ 284.70dp
+ 27.30dp
+ 27.30sp
+ 286.00dp
+ 287.30dp
+ 288.60dp
+ 289.90dp
+ 291.20dp
+ 292.50dp
+ 293.80dp
+ 295.10dp
+ 296.40dp
+ 297.70dp
+ 28.60dp
+ 28.60sp
+ 299.00dp
+ 300.30dp
+ 301.60dp
+ 302.90dp
+ 304.20dp
+ 305.50dp
+ 306.80dp
+ 308.10dp
+ 309.40dp
+ 310.70dp
+ 29.90dp
+ 29.90sp
+ 312.00dp
+ 313.30dp
+ 314.60dp
+ 315.90dp
+ 317.20dp
+ 318.50dp
+ 319.80dp
+ 321.10dp
+ 322.40dp
+ 323.70dp
+ 31.20dp
+ 31.20sp
+ 325.00dp
+ 326.30dp
+ 327.60dp
+ 328.90dp
+ 330.20dp
+ 331.50dp
+ 332.80dp
+ 334.10dp
+ 335.40dp
+ 336.70dp
+ 32.50dp
+ 32.50sp
+ 338.00dp
+ 339.30dp
+ 340.60dp
+ 341.90dp
+ 343.20dp
+ 344.50dp
+ 345.80dp
+ 347.10dp
+ 348.40dp
+ 349.70dp
+ 33.80dp
+ 33.80sp
+ 351.00dp
+ 352.30dp
+ 353.60dp
+ 354.90dp
+ 356.20dp
+ 357.50dp
+ 358.80dp
+ 360.10dp
+ 361.40dp
+ 362.70dp
+ 35.10dp
+ 35.10sp
+ 364.00dp
+ 365.30dp
+ 366.60dp
+ 367.90dp
+ 369.20dp
+ 370.50dp
+ 371.80dp
+ 373.10dp
+ 374.40dp
+ 375.70dp
+ 36.40dp
+ 36.40sp
+ 377.00dp
+ 378.30dp
+ 379.60dp
+ 380.90dp
+ 382.20dp
+ 383.50dp
+ 384.80dp
+ 386.10dp
+ 387.40dp
+ 388.70dp
+ 37.70dp
+ 37.70sp
+ 2.60dp
+ 2.60sp
+ 390.00dp
+ 391.30dp
+ 392.60dp
+ 393.90dp
+ 395.20dp
+ 396.50dp
+ 397.80dp
+ 399.10dp
+ 400.40dp
+ 401.70dp
+ 39.00dp
+ 39.00sp
+ 403.00dp
+ 404.30dp
+ 405.60dp
+ 406.90dp
+ 408.20dp
+ 409.50dp
+ 410.80dp
+ 412.10dp
+ 413.40dp
+ 414.70dp
+ 40.30dp
+ 40.30sp
+ 416.00dp
+ 417.30dp
+ 418.60dp
+ 419.90dp
+ 421.20dp
+ 422.50dp
+ 423.80dp
+ 425.10dp
+ 426.40dp
+ 427.70dp
+ 41.60dp
+ 41.60sp
+ 429.00dp
+ 430.30dp
+ 431.60dp
+ 432.90dp
+ 434.20dp
+ 435.50dp
+ 436.80dp
+ 438.10dp
+ 439.40dp
+ 440.70dp
+ 42.90dp
+ 42.90sp
+ 442.00dp
+ 443.30dp
+ 444.60dp
+ 445.90dp
+ 447.20dp
+ 448.50dp
+ 449.80dp
+ 451.10dp
+ 452.40dp
+ 453.70dp
+ 44.20dp
+ 44.20sp
+ 455.00dp
+ 456.30dp
+ 457.60dp
+ 458.90dp
+ 460.20dp
+ 461.50dp
+ 462.80dp
+ 464.10dp
+ 465.40dp
+ 466.70dp
+ 45.50dp
+ 45.50sp
+ 468.00dp
+ 469.30dp
+ 470.60dp
+ 471.90dp
+ 473.20dp
+ 474.50dp
+ 475.80dp
+ 477.10dp
+ 478.40dp
+ 479.70dp
+ 46.80dp
+ 46.80sp
+ 481.00dp
+ 482.30dp
+ 483.60dp
+ 484.90dp
+ 486.20dp
+ 487.50dp
+ 488.80dp
+ 490.10dp
+ 491.40dp
+ 492.70dp
+ 48.10dp
+ 48.10sp
+ 494.00dp
+ 495.30dp
+ 496.60dp
+ 497.90dp
+ 499.20dp
+ 500.50dp
+ 501.80dp
+ 503.10dp
+ 504.40dp
+ 505.70dp
+ 49.40dp
+ 49.40sp
+ 507.00dp
+ 508.30dp
+ 509.60dp
+ 510.90dp
+ 512.20dp
+ 513.50dp
+ 514.80dp
+ 516.10dp
+ 517.40dp
+ 518.70dp
+ 50.70dp
+ 50.70sp
+ 3.90dp
+ 3.90sp
+ 520.00dp
+ 521.30dp
+ 522.60dp
+ 523.90dp
+ 525.20dp
+ 526.50dp
+ 527.80dp
+ 529.10dp
+ 530.40dp
+ 531.70dp
+ 52.00dp
+ 52.00sp
+ 533.00dp
+ 534.30dp
+ 535.60dp
+ 536.90dp
+ 538.20dp
+ 539.50dp
+ 540.80dp
+ 542.10dp
+ 543.40dp
+ 544.70dp
+ 53.30dp
+ 53.30sp
+ 546.00dp
+ 547.30dp
+ 548.60dp
+ 549.90dp
+ 551.20dp
+ 552.50dp
+ 553.80dp
+ 555.10dp
+ 556.40dp
+ 557.70dp
+ 54.60dp
+ 54.60sp
+ 559.00dp
+ 560.30dp
+ 561.60dp
+ 562.90dp
+ 564.20dp
+ 565.50dp
+ 566.80dp
+ 568.10dp
+ 569.40dp
+ 570.70dp
+ 55.90dp
+ 55.90sp
+ 572.00dp
+ 573.30dp
+ 574.60dp
+ 575.90dp
+ 577.20dp
+ 578.50dp
+ 579.80dp
+ 581.10dp
+ 582.40dp
+ 583.70dp
+ 57.20dp
+ 57.20sp
+ 585.00dp
+ 586.30dp
+ 587.60dp
+ 588.90dp
+ 590.20dp
+ 591.50dp
+ 592.80dp
+ 594.10dp
+ 595.40dp
+ 596.70dp
+ 58.50dp
+ 58.50sp
+ 598.00dp
+ 599.30dp
+ 600.60dp
+ 601.90dp
+ 603.20dp
+ 604.50dp
+ 605.80dp
+ 607.10dp
+ 608.40dp
+ 609.70dp
+ 59.80dp
+ 59.80sp
+ 611.00dp
+ 612.30dp
+ 613.60dp
+ 614.90dp
+ 616.20dp
+ 617.50dp
+ 618.80dp
+ 620.10dp
+ 621.40dp
+ 622.70dp
+ 61.10dp
+ 61.10sp
+ 624.00dp
+ 625.30dp
+ 626.60dp
+ 627.90dp
+ 629.20dp
+ 630.50dp
+ 631.80dp
+ 633.10dp
+ 634.40dp
+ 635.70dp
+ 62.40dp
+ 62.40sp
+ 637.00dp
+ 638.30dp
+ 639.60dp
+ 640.90dp
+ 642.20dp
+ 643.50dp
+ 644.80dp
+ 646.10dp
+ 647.40dp
+ 648.70dp
+ 63.70dp
+ 63.70sp
+ 5.20dp
+ 5.20sp
+ 650.00dp
+ 651.30dp
+ 652.60dp
+ 653.90dp
+ 655.20dp
+ 656.50dp
+ 657.80dp
+ 659.10dp
+ 660.40dp
+ 661.70dp
+ 65.00dp
+ 65.00sp
+ 663.00dp
+ 664.30dp
+ 665.60dp
+ 666.90dp
+ 668.20dp
+ 669.50dp
+ 670.80dp
+ 672.10dp
+ 673.40dp
+ 674.70dp
+ 66.30dp
+ 66.30sp
+ 676.00dp
+ 677.30dp
+ 678.60dp
+ 679.90dp
+ 681.20dp
+ 682.50dp
+ 683.80dp
+ 685.10dp
+ 686.40dp
+ 687.70dp
+ 67.60dp
+ 67.60sp
+ 689.00dp
+ 690.30dp
+ 691.60dp
+ 692.90dp
+ 694.20dp
+ 695.50dp
+ 696.80dp
+ 698.10dp
+ 699.40dp
+ 700.70dp
+ 68.90dp
+ 68.90sp
+ 702.00dp
+ 703.30dp
+ 704.60dp
+ 705.90dp
+ 707.20dp
+ 708.50dp
+ 709.80dp
+ 711.10dp
+ 712.40dp
+ 713.70dp
+ 70.20dp
+ 70.20sp
+ 715.00dp
+ 716.30dp
+ 717.60dp
+ 718.90dp
+ 720.20dp
+ 721.50dp
+ 722.80dp
+ 724.10dp
+ 725.40dp
+ 726.70dp
+ 71.50dp
+ 71.50sp
+ 728.00dp
+ 729.30dp
+ 730.60dp
+ 731.90dp
+ 733.20dp
+ 734.50dp
+ 735.80dp
+ 737.10dp
+ 738.40dp
+ 739.70dp
+ 72.80dp
+ 72.80sp
+ 741.00dp
+ 742.30dp
+ 743.60dp
+ 744.90dp
+ 746.20dp
+ 747.50dp
+ 748.80dp
+ 750.10dp
+ 751.40dp
+ 752.70dp
+ 74.10dp
+ 74.10sp
+ 754.00dp
+ 755.30dp
+ 756.60dp
+ 757.90dp
+ 759.20dp
+ 760.50dp
+ 761.80dp
+ 763.10dp
+ 764.40dp
+ 765.70dp
+ 75.40dp
+ 75.40sp
+ 767.00dp
+ 768.30dp
+ 769.60dp
+ 770.90dp
+ 772.20dp
+ 773.50dp
+ 774.80dp
+ 776.10dp
+ 777.40dp
+ 778.70dp
+ 76.70dp
+ 76.70sp
+ 6.50dp
+ 6.50sp
+ 780.00dp
+ 78.00dp
+ 78.00sp
+ 79.30dp
+ 79.30sp
+ 80.60dp
+ 80.60sp
+ 81.90dp
+ 81.90sp
+ 83.20dp
+ 83.20sp
+ 84.50dp
+ 84.50sp
+ 85.80dp
+ 85.80sp
+ 87.10dp
+ 87.10sp
+ 88.40dp
+ 88.40sp
+ 89.70dp
+ 89.70sp
+ 7.80dp
+ 7.80sp
+ 91.00dp
+ 91.00sp
+ 92.30dp
+ 92.30sp
+ 93.60dp
+ 93.60sp
+ 94.90dp
+ 94.90sp
+ 96.20dp
+ 96.20sp
+ 97.50dp
+ 97.50sp
+ 98.80dp
+ 98.80sp
+ 100.10dp
+ 100.10sp
+ 101.40dp
+ 101.40sp
+ 102.70dp
+ 102.70sp
+ 9.10dp
+ 9.10sp
+ 104.00dp
+ 104.00sp
+ 105.30dp
+ 105.30sp
+ 106.60dp
+ 106.60sp
+ 107.90dp
+ 107.90sp
+ 109.20dp
+ 109.20sp
+ 110.50dp
+ 110.50sp
+ 111.80dp
+ 111.80sp
+ 113.10dp
+ 113.10sp
+ 114.40dp
+ 114.40sp
+ 115.70dp
+ 115.70sp
+ 10.40dp
+ 10.40sp
+ 117.00dp
+ 117.00sp
+ 118.30dp
+ 118.30sp
+ 119.60dp
+ 119.60sp
+ 120.90dp
+ 120.90sp
+ 122.20dp
+ 122.20sp
+ 123.50dp
+ 123.50sp
+ 124.80dp
+ 124.80sp
+ 126.10dp
+ 126.10sp
+ 127.40dp
+ 127.40sp
+ 128.70dp
+ 128.70sp
+ 11.70dp
+ 11.70sp
+ -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
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw420dp-v13/values-sw420dp-v13.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw420dp-v13/values-sw420dp-v13.xml
new file mode 100644
index 0000000..7bee246
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw420dp-v13/values-sw420dp-v13.xml
@@ -0,0 +1,763 @@
+
+
+ 140.00dp
+ 140.00sp
+ 141.40dp
+ 142.80dp
+ 144.20dp
+ 145.60dp
+ 147.00dp
+ 148.40dp
+ 149.80dp
+ 151.20dp
+ 152.60dp
+ 14.00dp
+ 14.00sp
+ 154.00dp
+ 155.40dp
+ 156.80dp
+ 158.20dp
+ 159.60dp
+ 161.00dp
+ 162.40dp
+ 163.80dp
+ 165.20dp
+ 166.60dp
+ 15.40dp
+ 15.40sp
+ 168.00dp
+ 169.40dp
+ 170.80dp
+ 172.20dp
+ 173.60dp
+ 175.00dp
+ 176.40dp
+ 177.80dp
+ 179.20dp
+ 180.60dp
+ 16.80dp
+ 16.80sp
+ 182.00dp
+ 183.40dp
+ 184.80dp
+ 186.20dp
+ 187.60dp
+ 189.00dp
+ 190.40dp
+ 191.80dp
+ 193.20dp
+ 194.60dp
+ 18.20dp
+ 18.20sp
+ 196.00dp
+ 197.40dp
+ 198.80dp
+ 200.20dp
+ 201.60dp
+ 203.00dp
+ 204.40dp
+ 205.80dp
+ 207.20dp
+ 208.60dp
+ 19.60dp
+ 19.60sp
+ 210.00dp
+ 211.40dp
+ 212.80dp
+ 214.20dp
+ 215.60dp
+ 217.00dp
+ 218.40dp
+ 219.80dp
+ 221.20dp
+ 222.60dp
+ 21.00dp
+ 21.00sp
+ 224.00dp
+ 225.40dp
+ 226.80dp
+ 228.20dp
+ 229.60dp
+ 231.00dp
+ 232.40dp
+ 233.80dp
+ 235.20dp
+ 236.60dp
+ 22.40dp
+ 22.40sp
+ 238.00dp
+ 239.40dp
+ 240.80dp
+ 242.20dp
+ 243.60dp
+ 245.00dp
+ 246.40dp
+ 247.80dp
+ 249.20dp
+ 250.60dp
+ 23.80dp
+ 23.80sp
+ 252.00dp
+ 253.40dp
+ 254.80dp
+ 256.20dp
+ 257.60dp
+ 259.00dp
+ 260.40dp
+ 261.80dp
+ 263.20dp
+ 264.60dp
+ 25.20dp
+ 25.20sp
+ 266.00dp
+ 267.40dp
+ 268.80dp
+ 270.20dp
+ 271.60dp
+ 273.00dp
+ 274.40dp
+ 275.80dp
+ 277.20dp
+ 278.60dp
+ 26.60dp
+ 26.60sp
+ 1.40dp
+ 1.40sp
+ 280.00dp
+ 281.40dp
+ 282.80dp
+ 284.20dp
+ 285.60dp
+ 287.00dp
+ 288.40dp
+ 289.80dp
+ 291.20dp
+ 292.60dp
+ 28.00dp
+ 28.00sp
+ 294.00dp
+ 295.40dp
+ 296.80dp
+ 298.20dp
+ 299.60dp
+ 301.00dp
+ 302.40dp
+ 303.80dp
+ 305.20dp
+ 306.60dp
+ 29.40dp
+ 29.40sp
+ 308.00dp
+ 309.40dp
+ 310.80dp
+ 312.20dp
+ 313.60dp
+ 315.00dp
+ 316.40dp
+ 317.80dp
+ 319.20dp
+ 320.60dp
+ 30.80dp
+ 30.80sp
+ 322.00dp
+ 323.40dp
+ 324.80dp
+ 326.20dp
+ 327.60dp
+ 329.00dp
+ 330.40dp
+ 331.80dp
+ 333.20dp
+ 334.60dp
+ 32.20dp
+ 32.20sp
+ 336.00dp
+ 337.40dp
+ 338.80dp
+ 340.20dp
+ 341.60dp
+ 343.00dp
+ 344.40dp
+ 345.80dp
+ 347.20dp
+ 348.60dp
+ 33.60dp
+ 33.60sp
+ 350.00dp
+ 351.40dp
+ 352.80dp
+ 354.20dp
+ 355.60dp
+ 357.00dp
+ 358.40dp
+ 359.80dp
+ 361.20dp
+ 362.60dp
+ 35.00dp
+ 35.00sp
+ 364.00dp
+ 365.40dp
+ 366.80dp
+ 368.20dp
+ 369.60dp
+ 371.00dp
+ 372.40dp
+ 373.80dp
+ 375.20dp
+ 376.60dp
+ 36.40dp
+ 36.40sp
+ 378.00dp
+ 379.40dp
+ 380.80dp
+ 382.20dp
+ 383.60dp
+ 385.00dp
+ 386.40dp
+ 387.80dp
+ 389.20dp
+ 390.60dp
+ 37.80dp
+ 37.80sp
+ 392.00dp
+ 393.40dp
+ 394.80dp
+ 396.20dp
+ 397.60dp
+ 399.00dp
+ 400.40dp
+ 401.80dp
+ 403.20dp
+ 404.60dp
+ 39.20dp
+ 39.20sp
+ 406.00dp
+ 407.40dp
+ 408.80dp
+ 410.20dp
+ 411.60dp
+ 413.00dp
+ 414.40dp
+ 415.80dp
+ 417.20dp
+ 418.60dp
+ 40.60dp
+ 40.60sp
+ 2.80dp
+ 2.80sp
+ 420.00dp
+ 421.40dp
+ 422.80dp
+ 424.20dp
+ 425.60dp
+ 427.00dp
+ 428.40dp
+ 429.80dp
+ 431.20dp
+ 432.60dp
+ 42.00dp
+ 42.00sp
+ 434.00dp
+ 435.40dp
+ 436.80dp
+ 438.20dp
+ 439.60dp
+ 441.00dp
+ 442.40dp
+ 443.80dp
+ 445.20dp
+ 446.60dp
+ 43.40dp
+ 43.40sp
+ 448.00dp
+ 449.40dp
+ 450.80dp
+ 452.20dp
+ 453.60dp
+ 455.00dp
+ 456.40dp
+ 457.80dp
+ 459.20dp
+ 460.60dp
+ 44.80dp
+ 44.80sp
+ 462.00dp
+ 463.40dp
+ 464.80dp
+ 466.20dp
+ 467.60dp
+ 469.00dp
+ 470.40dp
+ 471.80dp
+ 473.20dp
+ 474.60dp
+ 46.20dp
+ 46.20sp
+ 476.00dp
+ 477.40dp
+ 478.80dp
+ 480.20dp
+ 481.60dp
+ 483.00dp
+ 484.40dp
+ 485.80dp
+ 487.20dp
+ 488.60dp
+ 47.60dp
+ 47.60sp
+ 490.00dp
+ 491.40dp
+ 492.80dp
+ 494.20dp
+ 495.60dp
+ 497.00dp
+ 498.40dp
+ 499.80dp
+ 501.20dp
+ 502.60dp
+ 49.00dp
+ 49.00sp
+ 504.00dp
+ 505.40dp
+ 506.80dp
+ 508.20dp
+ 509.60dp
+ 511.00dp
+ 512.40dp
+ 513.80dp
+ 515.20dp
+ 516.60dp
+ 50.40dp
+ 50.40sp
+ 518.00dp
+ 519.40dp
+ 520.80dp
+ 522.20dp
+ 523.60dp
+ 525.00dp
+ 526.40dp
+ 527.80dp
+ 529.20dp
+ 530.60dp
+ 51.80dp
+ 51.80sp
+ 532.00dp
+ 533.40dp
+ 534.80dp
+ 536.20dp
+ 537.60dp
+ 539.00dp
+ 540.40dp
+ 541.80dp
+ 543.20dp
+ 544.60dp
+ 53.20dp
+ 53.20sp
+ 546.00dp
+ 547.40dp
+ 548.80dp
+ 550.20dp
+ 551.60dp
+ 553.00dp
+ 554.40dp
+ 555.80dp
+ 557.20dp
+ 558.60dp
+ 54.60dp
+ 54.60sp
+ 4.20dp
+ 4.20sp
+ 560.00dp
+ 561.40dp
+ 562.80dp
+ 564.20dp
+ 565.60dp
+ 567.00dp
+ 568.40dp
+ 569.80dp
+ 571.20dp
+ 572.60dp
+ 56.00dp
+ 56.00sp
+ 574.00dp
+ 575.40dp
+ 576.80dp
+ 578.20dp
+ 579.60dp
+ 581.00dp
+ 582.40dp
+ 583.80dp
+ 585.20dp
+ 586.60dp
+ 57.40dp
+ 57.40sp
+ 588.00dp
+ 589.40dp
+ 590.80dp
+ 592.20dp
+ 593.60dp
+ 595.00dp
+ 596.40dp
+ 597.80dp
+ 599.20dp
+ 600.60dp
+ 58.80dp
+ 58.80sp
+ 602.00dp
+ 603.40dp
+ 604.80dp
+ 606.20dp
+ 607.60dp
+ 609.00dp
+ 610.40dp
+ 611.80dp
+ 613.20dp
+ 614.60dp
+ 60.20dp
+ 60.20sp
+ 616.00dp
+ 617.40dp
+ 618.80dp
+ 620.20dp
+ 621.60dp
+ 623.00dp
+ 624.40dp
+ 625.80dp
+ 627.20dp
+ 628.60dp
+ 61.60dp
+ 61.60sp
+ 630.00dp
+ 631.40dp
+ 632.80dp
+ 634.20dp
+ 635.60dp
+ 637.00dp
+ 638.40dp
+ 639.80dp
+ 641.20dp
+ 642.60dp
+ 63.00dp
+ 63.00sp
+ 644.00dp
+ 645.40dp
+ 646.80dp
+ 648.20dp
+ 649.60dp
+ 651.00dp
+ 652.40dp
+ 653.80dp
+ 655.20dp
+ 656.60dp
+ 64.40dp
+ 64.40sp
+ 658.00dp
+ 659.40dp
+ 660.80dp
+ 662.20dp
+ 663.60dp
+ 665.00dp
+ 666.40dp
+ 667.80dp
+ 669.20dp
+ 670.60dp
+ 65.80dp
+ 65.80sp
+ 672.00dp
+ 673.40dp
+ 674.80dp
+ 676.20dp
+ 677.60dp
+ 679.00dp
+ 680.40dp
+ 681.80dp
+ 683.20dp
+ 684.60dp
+ 67.20dp
+ 67.20sp
+ 686.00dp
+ 687.40dp
+ 688.80dp
+ 690.20dp
+ 691.60dp
+ 693.00dp
+ 694.40dp
+ 695.80dp
+ 697.20dp
+ 698.60dp
+ 68.60dp
+ 68.60sp
+ 5.60dp
+ 5.60sp
+ 700.00dp
+ 701.40dp
+ 702.80dp
+ 704.20dp
+ 705.60dp
+ 707.00dp
+ 708.40dp
+ 709.80dp
+ 711.20dp
+ 712.60dp
+ 70.00dp
+ 70.00sp
+ 714.00dp
+ 715.40dp
+ 716.80dp
+ 718.20dp
+ 719.60dp
+ 721.00dp
+ 722.40dp
+ 723.80dp
+ 725.20dp
+ 726.60dp
+ 71.40dp
+ 71.40sp
+ 728.00dp
+ 729.40dp
+ 730.80dp
+ 732.20dp
+ 733.60dp
+ 735.00dp
+ 736.40dp
+ 737.80dp
+ 739.20dp
+ 740.60dp
+ 72.80dp
+ 72.80sp
+ 742.00dp
+ 743.40dp
+ 744.80dp
+ 746.20dp
+ 747.60dp
+ 749.00dp
+ 750.40dp
+ 751.80dp
+ 753.20dp
+ 754.60dp
+ 74.20dp
+ 74.20sp
+ 756.00dp
+ 757.40dp
+ 758.80dp
+ 760.20dp
+ 761.60dp
+ 763.00dp
+ 764.40dp
+ 765.80dp
+ 767.20dp
+ 768.60dp
+ 75.60dp
+ 75.60sp
+ 770.00dp
+ 771.40dp
+ 772.80dp
+ 774.20dp
+ 775.60dp
+ 777.00dp
+ 778.40dp
+ 779.80dp
+ 781.20dp
+ 782.60dp
+ 77.00dp
+ 77.00sp
+ 784.00dp
+ 785.40dp
+ 786.80dp
+ 788.20dp
+ 789.60dp
+ 791.00dp
+ 792.40dp
+ 793.80dp
+ 795.20dp
+ 796.60dp
+ 78.40dp
+ 78.40sp
+ 798.00dp
+ 799.40dp
+ 800.80dp
+ 802.20dp
+ 803.60dp
+ 805.00dp
+ 806.40dp
+ 807.80dp
+ 809.20dp
+ 810.60dp
+ 79.80dp
+ 79.80sp
+ 812.00dp
+ 813.40dp
+ 814.80dp
+ 816.20dp
+ 817.60dp
+ 819.00dp
+ 820.40dp
+ 821.80dp
+ 823.20dp
+ 824.60dp
+ 81.20dp
+ 81.20sp
+ 826.00dp
+ 827.40dp
+ 828.80dp
+ 830.20dp
+ 831.60dp
+ 833.00dp
+ 834.40dp
+ 835.80dp
+ 837.20dp
+ 838.60dp
+ 82.60dp
+ 82.60sp
+ 7.00dp
+ 7.00sp
+ 840.00dp
+ 84.00dp
+ 84.00sp
+ 85.40dp
+ 85.40sp
+ 86.80dp
+ 86.80sp
+ 88.20dp
+ 88.20sp
+ 89.60dp
+ 89.60sp
+ 91.00dp
+ 91.00sp
+ 92.40dp
+ 92.40sp
+ 93.80dp
+ 93.80sp
+ 95.20dp
+ 95.20sp
+ 96.60dp
+ 96.60sp
+ 8.40dp
+ 8.40sp
+ 98.00dp
+ 98.00sp
+ 99.40dp
+ 99.40sp
+ 100.80dp
+ 100.80sp
+ 102.20dp
+ 102.20sp
+ 103.60dp
+ 103.60sp
+ 105.00dp
+ 105.00sp
+ 106.40dp
+ 106.40sp
+ 107.80dp
+ 107.80sp
+ 109.20dp
+ 109.20sp
+ 110.60dp
+ 110.60sp
+ 9.80dp
+ 9.80sp
+ 112.00dp
+ 112.00sp
+ 113.40dp
+ 113.40sp
+ 114.80dp
+ 114.80sp
+ 116.20dp
+ 116.20sp
+ 117.60dp
+ 117.60sp
+ 119.00dp
+ 119.00sp
+ 120.40dp
+ 120.40sp
+ 121.80dp
+ 121.80sp
+ 123.20dp
+ 123.20sp
+ 124.60dp
+ 124.60sp
+ 11.20dp
+ 11.20sp
+ 126.00dp
+ 126.00sp
+ 127.40dp
+ 127.40sp
+ 128.80dp
+ 128.80sp
+ 130.20dp
+ 130.20sp
+ 131.60dp
+ 131.60sp
+ 133.00dp
+ 133.00sp
+ 134.40dp
+ 134.40sp
+ 135.80dp
+ 135.80sp
+ 137.20dp
+ 137.20sp
+ 138.60dp
+ 138.60sp
+ 12.60dp
+ 12.60sp
+ -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
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw450dp-v13/values-sw450dp-v13.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw450dp-v13/values-sw450dp-v13.xml
new file mode 100644
index 0000000..01ad58d
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw450dp-v13/values-sw450dp-v13.xml
@@ -0,0 +1,763 @@
+
+
+ 150.00dp
+ 150.00sp
+ 151.50dp
+ 153.00dp
+ 154.50dp
+ 156.00dp
+ 157.50dp
+ 159.00dp
+ 160.50dp
+ 162.00dp
+ 163.50dp
+ 15.00dp
+ 15.00sp
+ 165.00dp
+ 166.50dp
+ 168.00dp
+ 169.50dp
+ 171.00dp
+ 172.50dp
+ 174.00dp
+ 175.50dp
+ 177.00dp
+ 178.50dp
+ 16.50dp
+ 16.50sp
+ 180.00dp
+ 181.50dp
+ 183.00dp
+ 184.50dp
+ 186.00dp
+ 187.50dp
+ 189.00dp
+ 190.50dp
+ 192.00dp
+ 193.50dp
+ 18.00dp
+ 18.00sp
+ 195.00dp
+ 196.50dp
+ 198.00dp
+ 199.50dp
+ 201.00dp
+ 202.50dp
+ 204.00dp
+ 205.50dp
+ 207.00dp
+ 208.50dp
+ 19.50dp
+ 19.50sp
+ 210.00dp
+ 211.50dp
+ 213.00dp
+ 214.50dp
+ 216.00dp
+ 217.50dp
+ 219.00dp
+ 220.50dp
+ 222.00dp
+ 223.50dp
+ 21.00dp
+ 21.00sp
+ 225.00dp
+ 226.50dp
+ 228.00dp
+ 229.50dp
+ 231.00dp
+ 232.50dp
+ 234.00dp
+ 235.50dp
+ 237.00dp
+ 238.50dp
+ 22.50dp
+ 22.50sp
+ 240.00dp
+ 241.50dp
+ 243.00dp
+ 244.50dp
+ 246.00dp
+ 247.50dp
+ 249.00dp
+ 250.50dp
+ 252.00dp
+ 253.50dp
+ 24.00dp
+ 24.00sp
+ 255.00dp
+ 256.50dp
+ 258.00dp
+ 259.50dp
+ 261.00dp
+ 262.50dp
+ 264.00dp
+ 265.50dp
+ 267.00dp
+ 268.50dp
+ 25.50dp
+ 25.50sp
+ 270.00dp
+ 271.50dp
+ 273.00dp
+ 274.50dp
+ 276.00dp
+ 277.50dp
+ 279.00dp
+ 280.50dp
+ 282.00dp
+ 283.50dp
+ 27.00dp
+ 27.00sp
+ 285.00dp
+ 286.50dp
+ 288.00dp
+ 289.50dp
+ 291.00dp
+ 292.50dp
+ 294.00dp
+ 295.50dp
+ 297.00dp
+ 298.50dp
+ 28.50dp
+ 28.50sp
+ 1.50dp
+ 1.50sp
+ 300.00dp
+ 301.50dp
+ 303.00dp
+ 304.50dp
+ 306.00dp
+ 307.50dp
+ 309.00dp
+ 310.50dp
+ 312.00dp
+ 313.50dp
+ 30.00dp
+ 30.00sp
+ 315.00dp
+ 316.50dp
+ 318.00dp
+ 319.50dp
+ 321.00dp
+ 322.50dp
+ 324.00dp
+ 325.50dp
+ 327.00dp
+ 328.50dp
+ 31.50dp
+ 31.50sp
+ 330.00dp
+ 331.50dp
+ 333.00dp
+ 334.50dp
+ 336.00dp
+ 337.50dp
+ 339.00dp
+ 340.50dp
+ 342.00dp
+ 343.50dp
+ 33.00dp
+ 33.00sp
+ 345.00dp
+ 346.50dp
+ 348.00dp
+ 349.50dp
+ 351.00dp
+ 352.50dp
+ 354.00dp
+ 355.50dp
+ 357.00dp
+ 358.50dp
+ 34.50dp
+ 34.50sp
+ 360.00dp
+ 361.50dp
+ 363.00dp
+ 364.50dp
+ 366.00dp
+ 367.50dp
+ 369.00dp
+ 370.50dp
+ 372.00dp
+ 373.50dp
+ 36.00dp
+ 36.00sp
+ 375.00dp
+ 376.50dp
+ 378.00dp
+ 379.50dp
+ 381.00dp
+ 382.50dp
+ 384.00dp
+ 385.50dp
+ 387.00dp
+ 388.50dp
+ 37.50dp
+ 37.50sp
+ 390.00dp
+ 391.50dp
+ 393.00dp
+ 394.50dp
+ 396.00dp
+ 397.50dp
+ 399.00dp
+ 400.50dp
+ 402.00dp
+ 403.50dp
+ 39.00dp
+ 39.00sp
+ 405.00dp
+ 406.50dp
+ 408.00dp
+ 409.50dp
+ 411.00dp
+ 412.50dp
+ 414.00dp
+ 415.50dp
+ 417.00dp
+ 418.50dp
+ 40.50dp
+ 40.50sp
+ 420.00dp
+ 421.50dp
+ 423.00dp
+ 424.50dp
+ 426.00dp
+ 427.50dp
+ 429.00dp
+ 430.50dp
+ 432.00dp
+ 433.50dp
+ 42.00dp
+ 42.00sp
+ 435.00dp
+ 436.50dp
+ 438.00dp
+ 439.50dp
+ 441.00dp
+ 442.50dp
+ 444.00dp
+ 445.50dp
+ 447.00dp
+ 448.50dp
+ 43.50dp
+ 43.50sp
+ 3.00dp
+ 3.00sp
+ 450.00dp
+ 451.50dp
+ 453.00dp
+ 454.50dp
+ 456.00dp
+ 457.50dp
+ 459.00dp
+ 460.50dp
+ 462.00dp
+ 463.50dp
+ 45.00dp
+ 45.00sp
+ 465.00dp
+ 466.50dp
+ 468.00dp
+ 469.50dp
+ 471.00dp
+ 472.50dp
+ 474.00dp
+ 475.50dp
+ 477.00dp
+ 478.50dp
+ 46.50dp
+ 46.50sp
+ 480.00dp
+ 481.50dp
+ 483.00dp
+ 484.50dp
+ 486.00dp
+ 487.50dp
+ 489.00dp
+ 490.50dp
+ 492.00dp
+ 493.50dp
+ 48.00dp
+ 48.00sp
+ 495.00dp
+ 496.50dp
+ 498.00dp
+ 499.50dp
+ 501.00dp
+ 502.50dp
+ 504.00dp
+ 505.50dp
+ 507.00dp
+ 508.50dp
+ 49.50dp
+ 49.50sp
+ 510.00dp
+ 511.50dp
+ 513.00dp
+ 514.50dp
+ 516.00dp
+ 517.50dp
+ 519.00dp
+ 520.50dp
+ 522.00dp
+ 523.50dp
+ 51.00dp
+ 51.00sp
+ 525.00dp
+ 526.50dp
+ 528.00dp
+ 529.50dp
+ 531.00dp
+ 532.50dp
+ 534.00dp
+ 535.50dp
+ 537.00dp
+ 538.50dp
+ 52.50dp
+ 52.50sp
+ 540.00dp
+ 541.50dp
+ 543.00dp
+ 544.50dp
+ 546.00dp
+ 547.50dp
+ 549.00dp
+ 550.50dp
+ 552.00dp
+ 553.50dp
+ 54.00dp
+ 54.00sp
+ 555.00dp
+ 556.50dp
+ 558.00dp
+ 559.50dp
+ 561.00dp
+ 562.50dp
+ 564.00dp
+ 565.50dp
+ 567.00dp
+ 568.50dp
+ 55.50dp
+ 55.50sp
+ 570.00dp
+ 571.50dp
+ 573.00dp
+ 574.50dp
+ 576.00dp
+ 577.50dp
+ 579.00dp
+ 580.50dp
+ 582.00dp
+ 583.50dp
+ 57.00dp
+ 57.00sp
+ 585.00dp
+ 586.50dp
+ 588.00dp
+ 589.50dp
+ 591.00dp
+ 592.50dp
+ 594.00dp
+ 595.50dp
+ 597.00dp
+ 598.50dp
+ 58.50dp
+ 58.50sp
+ 4.50dp
+ 4.50sp
+ 600.00dp
+ 601.50dp
+ 603.00dp
+ 604.50dp
+ 606.00dp
+ 607.50dp
+ 609.00dp
+ 610.50dp
+ 612.00dp
+ 613.50dp
+ 60.00dp
+ 60.00sp
+ 615.00dp
+ 616.50dp
+ 618.00dp
+ 619.50dp
+ 621.00dp
+ 622.50dp
+ 624.00dp
+ 625.50dp
+ 627.00dp
+ 628.50dp
+ 61.50dp
+ 61.50sp
+ 630.00dp
+ 631.50dp
+ 633.00dp
+ 634.50dp
+ 636.00dp
+ 637.50dp
+ 639.00dp
+ 640.50dp
+ 642.00dp
+ 643.50dp
+ 63.00dp
+ 63.00sp
+ 645.00dp
+ 646.50dp
+ 648.00dp
+ 649.50dp
+ 651.00dp
+ 652.50dp
+ 654.00dp
+ 655.50dp
+ 657.00dp
+ 658.50dp
+ 64.50dp
+ 64.50sp
+ 660.00dp
+ 661.50dp
+ 663.00dp
+ 664.50dp
+ 666.00dp
+ 667.50dp
+ 669.00dp
+ 670.50dp
+ 672.00dp
+ 673.50dp
+ 66.00dp
+ 66.00sp
+ 675.00dp
+ 676.50dp
+ 678.00dp
+ 679.50dp
+ 681.00dp
+ 682.50dp
+ 684.00dp
+ 685.50dp
+ 687.00dp
+ 688.50dp
+ 67.50dp
+ 67.50sp
+ 690.00dp
+ 691.50dp
+ 693.00dp
+ 694.50dp
+ 696.00dp
+ 697.50dp
+ 699.00dp
+ 700.50dp
+ 702.00dp
+ 703.50dp
+ 69.00dp
+ 69.00sp
+ 705.00dp
+ 706.50dp
+ 708.00dp
+ 709.50dp
+ 711.00dp
+ 712.50dp
+ 714.00dp
+ 715.50dp
+ 717.00dp
+ 718.50dp
+ 70.50dp
+ 70.50sp
+ 720.00dp
+ 721.50dp
+ 723.00dp
+ 724.50dp
+ 726.00dp
+ 727.50dp
+ 729.00dp
+ 730.50dp
+ 732.00dp
+ 733.50dp
+ 72.00dp
+ 72.00sp
+ 735.00dp
+ 736.50dp
+ 738.00dp
+ 739.50dp
+ 741.00dp
+ 742.50dp
+ 744.00dp
+ 745.50dp
+ 747.00dp
+ 748.50dp
+ 73.50dp
+ 73.50sp
+ 6.00dp
+ 6.00sp
+ 750.00dp
+ 751.50dp
+ 753.00dp
+ 754.50dp
+ 756.00dp
+ 757.50dp
+ 759.00dp
+ 760.50dp
+ 762.00dp
+ 763.50dp
+ 75.00dp
+ 75.00sp
+ 765.00dp
+ 766.50dp
+ 768.00dp
+ 769.50dp
+ 771.00dp
+ 772.50dp
+ 774.00dp
+ 775.50dp
+ 777.00dp
+ 778.50dp
+ 76.50dp
+ 76.50sp
+ 780.00dp
+ 781.50dp
+ 783.00dp
+ 784.50dp
+ 786.00dp
+ 787.50dp
+ 789.00dp
+ 790.50dp
+ 792.00dp
+ 793.50dp
+ 78.00dp
+ 78.00sp
+ 795.00dp
+ 796.50dp
+ 798.00dp
+ 799.50dp
+ 801.00dp
+ 802.50dp
+ 804.00dp
+ 805.50dp
+ 807.00dp
+ 808.50dp
+ 79.50dp
+ 79.50sp
+ 810.00dp
+ 811.50dp
+ 813.00dp
+ 814.50dp
+ 816.00dp
+ 817.50dp
+ 819.00dp
+ 820.50dp
+ 822.00dp
+ 823.50dp
+ 81.00dp
+ 81.00sp
+ 825.00dp
+ 826.50dp
+ 828.00dp
+ 829.50dp
+ 831.00dp
+ 832.50dp
+ 834.00dp
+ 835.50dp
+ 837.00dp
+ 838.50dp
+ 82.50dp
+ 82.50sp
+ 840.00dp
+ 841.50dp
+ 843.00dp
+ 844.50dp
+ 846.00dp
+ 847.50dp
+ 849.00dp
+ 850.50dp
+ 852.00dp
+ 853.50dp
+ 84.00dp
+ 84.00sp
+ 855.00dp
+ 856.50dp
+ 858.00dp
+ 859.50dp
+ 861.00dp
+ 862.50dp
+ 864.00dp
+ 865.50dp
+ 867.00dp
+ 868.50dp
+ 85.50dp
+ 85.50sp
+ 870.00dp
+ 871.50dp
+ 873.00dp
+ 874.50dp
+ 876.00dp
+ 877.50dp
+ 879.00dp
+ 880.50dp
+ 882.00dp
+ 883.50dp
+ 87.00dp
+ 87.00sp
+ 885.00dp
+ 886.50dp
+ 888.00dp
+ 889.50dp
+ 891.00dp
+ 892.50dp
+ 894.00dp
+ 895.50dp
+ 897.00dp
+ 898.50dp
+ 88.50dp
+ 88.50sp
+ 7.50dp
+ 7.50sp
+ 900.00dp
+ 90.00dp
+ 90.00sp
+ 91.50dp
+ 91.50sp
+ 93.00dp
+ 93.00sp
+ 94.50dp
+ 94.50sp
+ 96.00dp
+ 96.00sp
+ 97.50dp
+ 97.50sp
+ 99.00dp
+ 99.00sp
+ 100.50dp
+ 100.50sp
+ 102.00dp
+ 102.00sp
+ 103.50dp
+ 103.50sp
+ 9.00dp
+ 9.00sp
+ 105.00dp
+ 105.00sp
+ 106.50dp
+ 106.50sp
+ 108.00dp
+ 108.00sp
+ 109.50dp
+ 109.50sp
+ 111.00dp
+ 111.00sp
+ 112.50dp
+ 112.50sp
+ 114.00dp
+ 114.00sp
+ 115.50dp
+ 115.50sp
+ 117.00dp
+ 117.00sp
+ 118.50dp
+ 118.50sp
+ 10.50dp
+ 10.50sp
+ 120.00dp
+ 120.00sp
+ 121.50dp
+ 121.50sp
+ 123.00dp
+ 123.00sp
+ 124.50dp
+ 124.50sp
+ 126.00dp
+ 126.00sp
+ 127.50dp
+ 127.50sp
+ 129.00dp
+ 129.00sp
+ 130.50dp
+ 130.50sp
+ 132.00dp
+ 132.00sp
+ 133.50dp
+ 133.50sp
+ 12.00dp
+ 12.00sp
+ 135.00dp
+ 135.00sp
+ 136.50dp
+ 136.50sp
+ 138.00dp
+ 138.00sp
+ 139.50dp
+ 139.50sp
+ 141.00dp
+ 141.00sp
+ 142.50dp
+ 142.50sp
+ 144.00dp
+ 144.00sp
+ 145.50dp
+ 145.50sp
+ 147.00dp
+ 147.00sp
+ 148.50dp
+ 148.50sp
+ 13.50dp
+ 13.50sp
+ -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
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw480dp-v13/values-sw480dp-v13.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw480dp-v13/values-sw480dp-v13.xml
new file mode 100644
index 0000000..373834a
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw480dp-v13/values-sw480dp-v13.xml
@@ -0,0 +1,763 @@
+
+
+ 160.00dp
+ 160.00sp
+ 161.60dp
+ 163.20dp
+ 164.80dp
+ 166.40dp
+ 168.00dp
+ 169.60dp
+ 171.20dp
+ 172.80dp
+ 174.40dp
+ 16.00dp
+ 16.00sp
+ 176.00dp
+ 177.60dp
+ 179.20dp
+ 180.80dp
+ 182.40dp
+ 184.00dp
+ 185.60dp
+ 187.20dp
+ 188.80dp
+ 190.40dp
+ 17.60dp
+ 17.60sp
+ 192.00dp
+ 193.60dp
+ 195.20dp
+ 196.80dp
+ 198.40dp
+ 200.00dp
+ 201.60dp
+ 203.20dp
+ 204.80dp
+ 206.40dp
+ 19.20dp
+ 19.20sp
+ 208.00dp
+ 209.60dp
+ 211.20dp
+ 212.80dp
+ 214.40dp
+ 216.00dp
+ 217.60dp
+ 219.20dp
+ 220.80dp
+ 222.40dp
+ 20.80dp
+ 20.80sp
+ 224.00dp
+ 225.60dp
+ 227.20dp
+ 228.80dp
+ 230.40dp
+ 232.00dp
+ 233.60dp
+ 235.20dp
+ 236.80dp
+ 238.40dp
+ 22.40dp
+ 22.40sp
+ 240.00dp
+ 241.60dp
+ 243.20dp
+ 244.80dp
+ 246.40dp
+ 248.00dp
+ 249.60dp
+ 251.20dp
+ 252.80dp
+ 254.40dp
+ 24.00dp
+ 24.00sp
+ 256.00dp
+ 257.60dp
+ 259.20dp
+ 260.80dp
+ 262.40dp
+ 264.00dp
+ 265.60dp
+ 267.20dp
+ 268.80dp
+ 270.40dp
+ 25.60dp
+ 25.60sp
+ 272.00dp
+ 273.60dp
+ 275.20dp
+ 276.80dp
+ 278.40dp
+ 280.00dp
+ 281.60dp
+ 283.20dp
+ 284.80dp
+ 286.40dp
+ 27.20dp
+ 27.20sp
+ 288.00dp
+ 289.60dp
+ 291.20dp
+ 292.80dp
+ 294.40dp
+ 296.00dp
+ 297.60dp
+ 299.20dp
+ 300.80dp
+ 302.40dp
+ 28.80dp
+ 28.80sp
+ 304.00dp
+ 305.60dp
+ 307.20dp
+ 308.80dp
+ 310.40dp
+ 312.00dp
+ 313.60dp
+ 315.20dp
+ 316.80dp
+ 318.40dp
+ 30.40dp
+ 30.40sp
+ 1.60dp
+ 1.60sp
+ 320.00dp
+ 321.60dp
+ 323.20dp
+ 324.80dp
+ 326.40dp
+ 328.00dp
+ 329.60dp
+ 331.20dp
+ 332.80dp
+ 334.40dp
+ 32.00dp
+ 32.00sp
+ 336.00dp
+ 337.60dp
+ 339.20dp
+ 340.80dp
+ 342.40dp
+ 344.00dp
+ 345.60dp
+ 347.20dp
+ 348.80dp
+ 350.40dp
+ 33.60dp
+ 33.60sp
+ 352.00dp
+ 353.60dp
+ 355.20dp
+ 356.80dp
+ 358.40dp
+ 360.00dp
+ 361.60dp
+ 363.20dp
+ 364.80dp
+ 366.40dp
+ 35.20dp
+ 35.20sp
+ 368.00dp
+ 369.60dp
+ 371.20dp
+ 372.80dp
+ 374.40dp
+ 376.00dp
+ 377.60dp
+ 379.20dp
+ 380.80dp
+ 382.40dp
+ 36.80dp
+ 36.80sp
+ 384.00dp
+ 385.60dp
+ 387.20dp
+ 388.80dp
+ 390.40dp
+ 392.00dp
+ 393.60dp
+ 395.20dp
+ 396.80dp
+ 398.40dp
+ 38.40dp
+ 38.40sp
+ 400.00dp
+ 401.60dp
+ 403.20dp
+ 404.80dp
+ 406.40dp
+ 408.00dp
+ 409.60dp
+ 411.20dp
+ 412.80dp
+ 414.40dp
+ 40.00dp
+ 40.00sp
+ 416.00dp
+ 417.60dp
+ 419.20dp
+ 420.80dp
+ 422.40dp
+ 424.00dp
+ 425.60dp
+ 427.20dp
+ 428.80dp
+ 430.40dp
+ 41.60dp
+ 41.60sp
+ 432.00dp
+ 433.60dp
+ 435.20dp
+ 436.80dp
+ 438.40dp
+ 440.00dp
+ 441.60dp
+ 443.20dp
+ 444.80dp
+ 446.40dp
+ 43.20dp
+ 43.20sp
+ 448.00dp
+ 449.60dp
+ 451.20dp
+ 452.80dp
+ 454.40dp
+ 456.00dp
+ 457.60dp
+ 459.20dp
+ 460.80dp
+ 462.40dp
+ 44.80dp
+ 44.80sp
+ 464.00dp
+ 465.60dp
+ 467.20dp
+ 468.80dp
+ 470.40dp
+ 472.00dp
+ 473.60dp
+ 475.20dp
+ 476.80dp
+ 478.40dp
+ 46.40dp
+ 46.40sp
+ 3.20dp
+ 3.20sp
+ 480.00dp
+ 481.60dp
+ 483.20dp
+ 484.80dp
+ 486.40dp
+ 488.00dp
+ 489.60dp
+ 491.20dp
+ 492.80dp
+ 494.40dp
+ 48.00dp
+ 48.00sp
+ 496.00dp
+ 497.60dp
+ 499.20dp
+ 500.80dp
+ 502.40dp
+ 504.00dp
+ 505.60dp
+ 507.20dp
+ 508.80dp
+ 510.40dp
+ 49.60dp
+ 49.60sp
+ 512.00dp
+ 513.60dp
+ 515.20dp
+ 516.80dp
+ 518.40dp
+ 520.00dp
+ 521.60dp
+ 523.20dp
+ 524.80dp
+ 526.40dp
+ 51.20dp
+ 51.20sp
+ 528.00dp
+ 529.60dp
+ 531.20dp
+ 532.80dp
+ 534.40dp
+ 536.00dp
+ 537.60dp
+ 539.20dp
+ 540.80dp
+ 542.40dp
+ 52.80dp
+ 52.80sp
+ 544.00dp
+ 545.60dp
+ 547.20dp
+ 548.80dp
+ 550.40dp
+ 552.00dp
+ 553.60dp
+ 555.20dp
+ 556.80dp
+ 558.40dp
+ 54.40dp
+ 54.40sp
+ 560.00dp
+ 561.60dp
+ 563.20dp
+ 564.80dp
+ 566.40dp
+ 568.00dp
+ 569.60dp
+ 571.20dp
+ 572.80dp
+ 574.40dp
+ 56.00dp
+ 56.00sp
+ 576.00dp
+ 577.60dp
+ 579.20dp
+ 580.80dp
+ 582.40dp
+ 584.00dp
+ 585.60dp
+ 587.20dp
+ 588.80dp
+ 590.40dp
+ 57.60dp
+ 57.60sp
+ 592.00dp
+ 593.60dp
+ 595.20dp
+ 596.80dp
+ 598.40dp
+ 600.00dp
+ 601.60dp
+ 603.20dp
+ 604.80dp
+ 606.40dp
+ 59.20dp
+ 59.20sp
+ 608.00dp
+ 609.60dp
+ 611.20dp
+ 612.80dp
+ 614.40dp
+ 616.00dp
+ 617.60dp
+ 619.20dp
+ 620.80dp
+ 622.40dp
+ 60.80dp
+ 60.80sp
+ 624.00dp
+ 625.60dp
+ 627.20dp
+ 628.80dp
+ 630.40dp
+ 632.00dp
+ 633.60dp
+ 635.20dp
+ 636.80dp
+ 638.40dp
+ 62.40dp
+ 62.40sp
+ 4.80dp
+ 4.80sp
+ 640.00dp
+ 641.60dp
+ 643.20dp
+ 644.80dp
+ 646.40dp
+ 648.00dp
+ 649.60dp
+ 651.20dp
+ 652.80dp
+ 654.40dp
+ 64.00dp
+ 64.00sp
+ 656.00dp
+ 657.60dp
+ 659.20dp
+ 660.80dp
+ 662.40dp
+ 664.00dp
+ 665.60dp
+ 667.20dp
+ 668.80dp
+ 670.40dp
+ 65.60dp
+ 65.60sp
+ 672.00dp
+ 673.60dp
+ 675.20dp
+ 676.80dp
+ 678.40dp
+ 680.00dp
+ 681.60dp
+ 683.20dp
+ 684.80dp
+ 686.40dp
+ 67.20dp
+ 67.20sp
+ 688.00dp
+ 689.60dp
+ 691.20dp
+ 692.80dp
+ 694.40dp
+ 696.00dp
+ 697.60dp
+ 699.20dp
+ 700.80dp
+ 702.40dp
+ 68.80dp
+ 68.80sp
+ 704.00dp
+ 705.60dp
+ 707.20dp
+ 708.80dp
+ 710.40dp
+ 712.00dp
+ 713.60dp
+ 715.20dp
+ 716.80dp
+ 718.40dp
+ 70.40dp
+ 70.40sp
+ 720.00dp
+ 721.60dp
+ 723.20dp
+ 724.80dp
+ 726.40dp
+ 728.00dp
+ 729.60dp
+ 731.20dp
+ 732.80dp
+ 734.40dp
+ 72.00dp
+ 72.00sp
+ 736.00dp
+ 737.60dp
+ 739.20dp
+ 740.80dp
+ 742.40dp
+ 744.00dp
+ 745.60dp
+ 747.20dp
+ 748.80dp
+ 750.40dp
+ 73.60dp
+ 73.60sp
+ 752.00dp
+ 753.60dp
+ 755.20dp
+ 756.80dp
+ 758.40dp
+ 760.00dp
+ 761.60dp
+ 763.20dp
+ 764.80dp
+ 766.40dp
+ 75.20dp
+ 75.20sp
+ 768.00dp
+ 769.60dp
+ 771.20dp
+ 772.80dp
+ 774.40dp
+ 776.00dp
+ 777.60dp
+ 779.20dp
+ 780.80dp
+ 782.40dp
+ 76.80dp
+ 76.80sp
+ 784.00dp
+ 785.60dp
+ 787.20dp
+ 788.80dp
+ 790.40dp
+ 792.00dp
+ 793.60dp
+ 795.20dp
+ 796.80dp
+ 798.40dp
+ 78.40dp
+ 78.40sp
+ 6.40dp
+ 6.40sp
+ 800.00dp
+ 801.60dp
+ 803.20dp
+ 804.80dp
+ 806.40dp
+ 808.00dp
+ 809.60dp
+ 811.20dp
+ 812.80dp
+ 814.40dp
+ 80.00dp
+ 80.00sp
+ 816.00dp
+ 817.60dp
+ 819.20dp
+ 820.80dp
+ 822.40dp
+ 824.00dp
+ 825.60dp
+ 827.20dp
+ 828.80dp
+ 830.40dp
+ 81.60dp
+ 81.60sp
+ 832.00dp
+ 833.60dp
+ 835.20dp
+ 836.80dp
+ 838.40dp
+ 840.00dp
+ 841.60dp
+ 843.20dp
+ 844.80dp
+ 846.40dp
+ 83.20dp
+ 83.20sp
+ 848.00dp
+ 849.60dp
+ 851.20dp
+ 852.80dp
+ 854.40dp
+ 856.00dp
+ 857.60dp
+ 859.20dp
+ 860.80dp
+ 862.40dp
+ 84.80dp
+ 84.80sp
+ 864.00dp
+ 865.60dp
+ 867.20dp
+ 868.80dp
+ 870.40dp
+ 872.00dp
+ 873.60dp
+ 875.20dp
+ 876.80dp
+ 878.40dp
+ 86.40dp
+ 86.40sp
+ 880.00dp
+ 881.60dp
+ 883.20dp
+ 884.80dp
+ 886.40dp
+ 888.00dp
+ 889.60dp
+ 891.20dp
+ 892.80dp
+ 894.40dp
+ 88.00dp
+ 88.00sp
+ 896.00dp
+ 897.60dp
+ 899.20dp
+ 900.80dp
+ 902.40dp
+ 904.00dp
+ 905.60dp
+ 907.20dp
+ 908.80dp
+ 910.40dp
+ 89.60dp
+ 89.60sp
+ 912.00dp
+ 913.60dp
+ 915.20dp
+ 916.80dp
+ 918.40dp
+ 920.00dp
+ 921.60dp
+ 923.20dp
+ 924.80dp
+ 926.40dp
+ 91.20dp
+ 91.20sp
+ 928.00dp
+ 929.60dp
+ 931.20dp
+ 932.80dp
+ 934.40dp
+ 936.00dp
+ 937.60dp
+ 939.20dp
+ 940.80dp
+ 942.40dp
+ 92.80dp
+ 92.80sp
+ 944.00dp
+ 945.60dp
+ 947.20dp
+ 948.80dp
+ 950.40dp
+ 952.00dp
+ 953.60dp
+ 955.20dp
+ 956.80dp
+ 958.40dp
+ 94.40dp
+ 94.40sp
+ 8.00dp
+ 8.00sp
+ 960.00dp
+ 96.00dp
+ 96.00sp
+ 97.60dp
+ 97.60sp
+ 99.20dp
+ 99.20sp
+ 100.80dp
+ 100.80sp
+ 102.40dp
+ 102.40sp
+ 104.00dp
+ 104.00sp
+ 105.60dp
+ 105.60sp
+ 107.20dp
+ 107.20sp
+ 108.80dp
+ 108.80sp
+ 110.40dp
+ 110.40sp
+ 9.60dp
+ 9.60sp
+ 112.00dp
+ 112.00sp
+ 113.60dp
+ 113.60sp
+ 115.20dp
+ 115.20sp
+ 116.80dp
+ 116.80sp
+ 118.40dp
+ 118.40sp
+ 120.00dp
+ 120.00sp
+ 121.60dp
+ 121.60sp
+ 123.20dp
+ 123.20sp
+ 124.80dp
+ 124.80sp
+ 126.40dp
+ 126.40sp
+ 11.20dp
+ 11.20sp
+ 128.00dp
+ 128.00sp
+ 129.60dp
+ 129.60sp
+ 131.20dp
+ 131.20sp
+ 132.80dp
+ 132.80sp
+ 134.40dp
+ 134.40sp
+ 136.00dp
+ 136.00sp
+ 137.60dp
+ 137.60sp
+ 139.20dp
+ 139.20sp
+ 140.80dp
+ 140.80sp
+ 142.40dp
+ 142.40sp
+ 12.80dp
+ 12.80sp
+ 144.00dp
+ 144.00sp
+ 145.60dp
+ 145.60sp
+ 147.20dp
+ 147.20sp
+ 148.80dp
+ 148.80sp
+ 150.40dp
+ 150.40sp
+ 152.00dp
+ 152.00sp
+ 153.60dp
+ 153.60sp
+ 155.20dp
+ 155.20sp
+ 156.80dp
+ 156.80sp
+ 158.40dp
+ 158.40sp
+ 14.40dp
+ 14.40sp
+ -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
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw510dp-v13/values-sw510dp-v13.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw510dp-v13/values-sw510dp-v13.xml
new file mode 100644
index 0000000..b99745e
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw510dp-v13/values-sw510dp-v13.xml
@@ -0,0 +1,763 @@
+
+
+ 170.00dp
+ 170.00sp
+ 171.70dp
+ 173.40dp
+ 175.10dp
+ 176.80dp
+ 178.50dp
+ 180.20dp
+ 181.90dp
+ 183.60dp
+ 185.30dp
+ 17.00dp
+ 17.00sp
+ 187.00dp
+ 188.70dp
+ 190.40dp
+ 192.10dp
+ 193.80dp
+ 195.50dp
+ 197.20dp
+ 198.90dp
+ 200.60dp
+ 202.30dp
+ 18.70dp
+ 18.70sp
+ 204.00dp
+ 205.70dp
+ 207.40dp
+ 209.10dp
+ 210.80dp
+ 212.50dp
+ 214.20dp
+ 215.90dp
+ 217.60dp
+ 219.30dp
+ 20.40dp
+ 20.40sp
+ 221.00dp
+ 222.70dp
+ 224.40dp
+ 226.10dp
+ 227.80dp
+ 229.50dp
+ 231.20dp
+ 232.90dp
+ 234.60dp
+ 236.30dp
+ 22.10dp
+ 22.10sp
+ 238.00dp
+ 239.70dp
+ 241.40dp
+ 243.10dp
+ 244.80dp
+ 246.50dp
+ 248.20dp
+ 249.90dp
+ 251.60dp
+ 253.30dp
+ 23.80dp
+ 23.80sp
+ 255.00dp
+ 256.70dp
+ 258.40dp
+ 260.10dp
+ 261.80dp
+ 263.50dp
+ 265.20dp
+ 266.90dp
+ 268.60dp
+ 270.30dp
+ 25.50dp
+ 25.50sp
+ 272.00dp
+ 273.70dp
+ 275.40dp
+ 277.10dp
+ 278.80dp
+ 280.50dp
+ 282.20dp
+ 283.90dp
+ 285.60dp
+ 287.30dp
+ 27.20dp
+ 27.20sp
+ 289.00dp
+ 290.70dp
+ 292.40dp
+ 294.10dp
+ 295.80dp
+ 297.50dp
+ 299.20dp
+ 300.90dp
+ 302.60dp
+ 304.30dp
+ 28.90dp
+ 28.90sp
+ 306.00dp
+ 307.70dp
+ 309.40dp
+ 311.10dp
+ 312.80dp
+ 314.50dp
+ 316.20dp
+ 317.90dp
+ 319.60dp
+ 321.30dp
+ 30.60dp
+ 30.60sp
+ 323.00dp
+ 324.70dp
+ 326.40dp
+ 328.10dp
+ 329.80dp
+ 331.50dp
+ 333.20dp
+ 334.90dp
+ 336.60dp
+ 338.30dp
+ 32.30dp
+ 32.30sp
+ 1.70dp
+ 1.70sp
+ 340.00dp
+ 341.70dp
+ 343.40dp
+ 345.10dp
+ 346.80dp
+ 348.50dp
+ 350.20dp
+ 351.90dp
+ 353.60dp
+ 355.30dp
+ 34.00dp
+ 34.00sp
+ 357.00dp
+ 358.70dp
+ 360.40dp
+ 362.10dp
+ 363.80dp
+ 365.50dp
+ 367.20dp
+ 368.90dp
+ 370.60dp
+ 372.30dp
+ 35.70dp
+ 35.70sp
+ 374.00dp
+ 375.70dp
+ 377.40dp
+ 379.10dp
+ 380.80dp
+ 382.50dp
+ 384.20dp
+ 385.90dp
+ 387.60dp
+ 389.30dp
+ 37.40dp
+ 37.40sp
+ 391.00dp
+ 392.70dp
+ 394.40dp
+ 396.10dp
+ 397.80dp
+ 399.50dp
+ 401.20dp
+ 402.90dp
+ 404.60dp
+ 406.30dp
+ 39.10dp
+ 39.10sp
+ 408.00dp
+ 409.70dp
+ 411.40dp
+ 413.10dp
+ 414.80dp
+ 416.50dp
+ 418.20dp
+ 419.90dp
+ 421.60dp
+ 423.30dp
+ 40.80dp
+ 40.80sp
+ 425.00dp
+ 426.70dp
+ 428.40dp
+ 430.10dp
+ 431.80dp
+ 433.50dp
+ 435.20dp
+ 436.90dp
+ 438.60dp
+ 440.30dp
+ 42.50dp
+ 42.50sp
+ 442.00dp
+ 443.70dp
+ 445.40dp
+ 447.10dp
+ 448.80dp
+ 450.50dp
+ 452.20dp
+ 453.90dp
+ 455.60dp
+ 457.30dp
+ 44.20dp
+ 44.20sp
+ 459.00dp
+ 460.70dp
+ 462.40dp
+ 464.10dp
+ 465.80dp
+ 467.50dp
+ 469.20dp
+ 470.90dp
+ 472.60dp
+ 474.30dp
+ 45.90dp
+ 45.90sp
+ 476.00dp
+ 477.70dp
+ 479.40dp
+ 481.10dp
+ 482.80dp
+ 484.50dp
+ 486.20dp
+ 487.90dp
+ 489.60dp
+ 491.30dp
+ 47.60dp
+ 47.60sp
+ 493.00dp
+ 494.70dp
+ 496.40dp
+ 498.10dp
+ 499.80dp
+ 501.50dp
+ 503.20dp
+ 504.90dp
+ 506.60dp
+ 508.30dp
+ 49.30dp
+ 49.30sp
+ 3.40dp
+ 3.40sp
+ 510.00dp
+ 511.70dp
+ 513.40dp
+ 515.10dp
+ 516.80dp
+ 518.50dp
+ 520.20dp
+ 521.90dp
+ 523.60dp
+ 525.30dp
+ 51.00dp
+ 51.00sp
+ 527.00dp
+ 528.70dp
+ 530.40dp
+ 532.10dp
+ 533.80dp
+ 535.50dp
+ 537.20dp
+ 538.90dp
+ 540.60dp
+ 542.30dp
+ 52.70dp
+ 52.70sp
+ 544.00dp
+ 545.70dp
+ 547.40dp
+ 549.10dp
+ 550.80dp
+ 552.50dp
+ 554.20dp
+ 555.90dp
+ 557.60dp
+ 559.30dp
+ 54.40dp
+ 54.40sp
+ 561.00dp
+ 562.70dp
+ 564.40dp
+ 566.10dp
+ 567.80dp
+ 569.50dp
+ 571.20dp
+ 572.90dp
+ 574.60dp
+ 576.30dp
+ 56.10dp
+ 56.10sp
+ 578.00dp
+ 579.70dp
+ 581.40dp
+ 583.10dp
+ 584.80dp
+ 586.50dp
+ 588.20dp
+ 589.90dp
+ 591.60dp
+ 593.30dp
+ 57.80dp
+ 57.80sp
+ 595.00dp
+ 596.70dp
+ 598.40dp
+ 600.10dp
+ 601.80dp
+ 603.50dp
+ 605.20dp
+ 606.90dp
+ 608.60dp
+ 610.30dp
+ 59.50dp
+ 59.50sp
+ 612.00dp
+ 613.70dp
+ 615.40dp
+ 617.10dp
+ 618.80dp
+ 620.50dp
+ 622.20dp
+ 623.90dp
+ 625.60dp
+ 627.30dp
+ 61.20dp
+ 61.20sp
+ 629.00dp
+ 630.70dp
+ 632.40dp
+ 634.10dp
+ 635.80dp
+ 637.50dp
+ 639.20dp
+ 640.90dp
+ 642.60dp
+ 644.30dp
+ 62.90dp
+ 62.90sp
+ 646.00dp
+ 647.70dp
+ 649.40dp
+ 651.10dp
+ 652.80dp
+ 654.50dp
+ 656.20dp
+ 657.90dp
+ 659.60dp
+ 661.30dp
+ 64.60dp
+ 64.60sp
+ 663.00dp
+ 664.70dp
+ 666.40dp
+ 668.10dp
+ 669.80dp
+ 671.50dp
+ 673.20dp
+ 674.90dp
+ 676.60dp
+ 678.30dp
+ 66.30dp
+ 66.30sp
+ 5.10dp
+ 5.10sp
+ 680.00dp
+ 681.70dp
+ 683.40dp
+ 685.10dp
+ 686.80dp
+ 688.50dp
+ 690.20dp
+ 691.90dp
+ 693.60dp
+ 695.30dp
+ 68.00dp
+ 68.00sp
+ 697.00dp
+ 698.70dp
+ 700.40dp
+ 702.10dp
+ 703.80dp
+ 705.50dp
+ 707.20dp
+ 708.90dp
+ 710.60dp
+ 712.30dp
+ 69.70dp
+ 69.70sp
+ 714.00dp
+ 715.70dp
+ 717.40dp
+ 719.10dp
+ 720.80dp
+ 722.50dp
+ 724.20dp
+ 725.90dp
+ 727.60dp
+ 729.30dp
+ 71.40dp
+ 71.40sp
+ 731.00dp
+ 732.70dp
+ 734.40dp
+ 736.10dp
+ 737.80dp
+ 739.50dp
+ 741.20dp
+ 742.90dp
+ 744.60dp
+ 746.30dp
+ 73.10dp
+ 73.10sp
+ 748.00dp
+ 749.70dp
+ 751.40dp
+ 753.10dp
+ 754.80dp
+ 756.50dp
+ 758.20dp
+ 759.90dp
+ 761.60dp
+ 763.30dp
+ 74.80dp
+ 74.80sp
+ 765.00dp
+ 766.70dp
+ 768.40dp
+ 770.10dp
+ 771.80dp
+ 773.50dp
+ 775.20dp
+ 776.90dp
+ 778.60dp
+ 780.30dp
+ 76.50dp
+ 76.50sp
+ 782.00dp
+ 783.70dp
+ 785.40dp
+ 787.10dp
+ 788.80dp
+ 790.50dp
+ 792.20dp
+ 793.90dp
+ 795.60dp
+ 797.30dp
+ 78.20dp
+ 78.20sp
+ 799.00dp
+ 800.70dp
+ 802.40dp
+ 804.10dp
+ 805.80dp
+ 807.50dp
+ 809.20dp
+ 810.90dp
+ 812.60dp
+ 814.30dp
+ 79.90dp
+ 79.90sp
+ 816.00dp
+ 817.70dp
+ 819.40dp
+ 821.10dp
+ 822.80dp
+ 824.50dp
+ 826.20dp
+ 827.90dp
+ 829.60dp
+ 831.30dp
+ 81.60dp
+ 81.60sp
+ 833.00dp
+ 834.70dp
+ 836.40dp
+ 838.10dp
+ 839.80dp
+ 841.50dp
+ 843.20dp
+ 844.90dp
+ 846.60dp
+ 848.30dp
+ 83.30dp
+ 83.30sp
+ 6.80dp
+ 6.80sp
+ 850.00dp
+ 851.70dp
+ 853.40dp
+ 855.10dp
+ 856.80dp
+ 858.50dp
+ 860.20dp
+ 861.90dp
+ 863.60dp
+ 865.30dp
+ 85.00dp
+ 85.00sp
+ 867.00dp
+ 868.70dp
+ 870.40dp
+ 872.10dp
+ 873.80dp
+ 875.50dp
+ 877.20dp
+ 878.90dp
+ 880.60dp
+ 882.30dp
+ 86.70dp
+ 86.70sp
+ 884.00dp
+ 885.70dp
+ 887.40dp
+ 889.10dp
+ 890.80dp
+ 892.50dp
+ 894.20dp
+ 895.90dp
+ 897.60dp
+ 899.30dp
+ 88.40dp
+ 88.40sp
+ 901.00dp
+ 902.70dp
+ 904.40dp
+ 906.10dp
+ 907.80dp
+ 909.50dp
+ 911.20dp
+ 912.90dp
+ 914.60dp
+ 916.30dp
+ 90.10dp
+ 90.10sp
+ 918.00dp
+ 919.70dp
+ 921.40dp
+ 923.10dp
+ 924.80dp
+ 926.50dp
+ 928.20dp
+ 929.90dp
+ 931.60dp
+ 933.30dp
+ 91.80dp
+ 91.80sp
+ 935.00dp
+ 936.70dp
+ 938.40dp
+ 940.10dp
+ 941.80dp
+ 943.50dp
+ 945.20dp
+ 946.90dp
+ 948.60dp
+ 950.30dp
+ 93.50dp
+ 93.50sp
+ 952.00dp
+ 953.70dp
+ 955.40dp
+ 957.10dp
+ 958.80dp
+ 960.50dp
+ 962.20dp
+ 963.90dp
+ 965.60dp
+ 967.30dp
+ 95.20dp
+ 95.20sp
+ 969.00dp
+ 970.70dp
+ 972.40dp
+ 974.10dp
+ 975.80dp
+ 977.50dp
+ 979.20dp
+ 980.90dp
+ 982.60dp
+ 984.30dp
+ 96.90dp
+ 96.90sp
+ 986.00dp
+ 987.70dp
+ 989.40dp
+ 991.10dp
+ 992.80dp
+ 994.50dp
+ 996.20dp
+ 997.90dp
+ 999.60dp
+ 1001.30dp
+ 98.60dp
+ 98.60sp
+ 1003.00dp
+ 1004.70dp
+ 1006.40dp
+ 1008.10dp
+ 1009.80dp
+ 1011.50dp
+ 1013.20dp
+ 1014.90dp
+ 1016.60dp
+ 1018.30dp
+ 100.30dp
+ 100.30sp
+ 8.50dp
+ 8.50sp
+ 1020.00dp
+ 102.00dp
+ 102.00sp
+ 103.70dp
+ 103.70sp
+ 105.40dp
+ 105.40sp
+ 107.10dp
+ 107.10sp
+ 108.80dp
+ 108.80sp
+ 110.50dp
+ 110.50sp
+ 112.20dp
+ 112.20sp
+ 113.90dp
+ 113.90sp
+ 115.60dp
+ 115.60sp
+ 117.30dp
+ 117.30sp
+ 10.20dp
+ 10.20sp
+ 119.00dp
+ 119.00sp
+ 120.70dp
+ 120.70sp
+ 122.40dp
+ 122.40sp
+ 124.10dp
+ 124.10sp
+ 125.80dp
+ 125.80sp
+ 127.50dp
+ 127.50sp
+ 129.20dp
+ 129.20sp
+ 130.90dp
+ 130.90sp
+ 132.60dp
+ 132.60sp
+ 134.30dp
+ 134.30sp
+ 11.90dp
+ 11.90sp
+ 136.00dp
+ 136.00sp
+ 137.70dp
+ 137.70sp
+ 139.40dp
+ 139.40sp
+ 141.10dp
+ 141.10sp
+ 142.80dp
+ 142.80sp
+ 144.50dp
+ 144.50sp
+ 146.20dp
+ 146.20sp
+ 147.90dp
+ 147.90sp
+ 149.60dp
+ 149.60sp
+ 151.30dp
+ 151.30sp
+ 13.60dp
+ 13.60sp
+ 153.00dp
+ 153.00sp
+ 154.70dp
+ 154.70sp
+ 156.40dp
+ 156.40sp
+ 158.10dp
+ 158.10sp
+ 159.80dp
+ 159.80sp
+ 161.50dp
+ 161.50sp
+ 163.20dp
+ 163.20sp
+ 164.90dp
+ 164.90sp
+ 166.60dp
+ 166.60sp
+ 168.30dp
+ 168.30sp
+ 15.30dp
+ 15.30sp
+ -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
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw540dp-v13/values-sw540dp-v13.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw540dp-v13/values-sw540dp-v13.xml
new file mode 100644
index 0000000..86a9109
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw540dp-v13/values-sw540dp-v13.xml
@@ -0,0 +1,763 @@
+
+
+ 180.00dp
+ 180.00sp
+ 181.80dp
+ 183.60dp
+ 185.40dp
+ 187.20dp
+ 189.00dp
+ 190.80dp
+ 192.60dp
+ 194.40dp
+ 196.20dp
+ 18.00dp
+ 18.00sp
+ 198.00dp
+ 199.80dp
+ 201.60dp
+ 203.40dp
+ 205.20dp
+ 207.00dp
+ 208.80dp
+ 210.60dp
+ 212.40dp
+ 214.20dp
+ 19.80dp
+ 19.80sp
+ 216.00dp
+ 217.80dp
+ 219.60dp
+ 221.40dp
+ 223.20dp
+ 225.00dp
+ 226.80dp
+ 228.60dp
+ 230.40dp
+ 232.20dp
+ 21.60dp
+ 21.60sp
+ 234.00dp
+ 235.80dp
+ 237.60dp
+ 239.40dp
+ 241.20dp
+ 243.00dp
+ 244.80dp
+ 246.60dp
+ 248.40dp
+ 250.20dp
+ 23.40dp
+ 23.40sp
+ 252.00dp
+ 253.80dp
+ 255.60dp
+ 257.40dp
+ 259.20dp
+ 261.00dp
+ 262.80dp
+ 264.60dp
+ 266.40dp
+ 268.20dp
+ 25.20dp
+ 25.20sp
+ 270.00dp
+ 271.80dp
+ 273.60dp
+ 275.40dp
+ 277.20dp
+ 279.00dp
+ 280.80dp
+ 282.60dp
+ 284.40dp
+ 286.20dp
+ 27.00dp
+ 27.00sp
+ 288.00dp
+ 289.80dp
+ 291.60dp
+ 293.40dp
+ 295.20dp
+ 297.00dp
+ 298.80dp
+ 300.60dp
+ 302.40dp
+ 304.20dp
+ 28.80dp
+ 28.80sp
+ 306.00dp
+ 307.80dp
+ 309.60dp
+ 311.40dp
+ 313.20dp
+ 315.00dp
+ 316.80dp
+ 318.60dp
+ 320.40dp
+ 322.20dp
+ 30.60dp
+ 30.60sp
+ 324.00dp
+ 325.80dp
+ 327.60dp
+ 329.40dp
+ 331.20dp
+ 333.00dp
+ 334.80dp
+ 336.60dp
+ 338.40dp
+ 340.20dp
+ 32.40dp
+ 32.40sp
+ 342.00dp
+ 343.80dp
+ 345.60dp
+ 347.40dp
+ 349.20dp
+ 351.00dp
+ 352.80dp
+ 354.60dp
+ 356.40dp
+ 358.20dp
+ 34.20dp
+ 34.20sp
+ 1.80dp
+ 1.80sp
+ 360.00dp
+ 361.80dp
+ 363.60dp
+ 365.40dp
+ 367.20dp
+ 369.00dp
+ 370.80dp
+ 372.60dp
+ 374.40dp
+ 376.20dp
+ 36.00dp
+ 36.00sp
+ 378.00dp
+ 379.80dp
+ 381.60dp
+ 383.40dp
+ 385.20dp
+ 387.00dp
+ 388.80dp
+ 390.60dp
+ 392.40dp
+ 394.20dp
+ 37.80dp
+ 37.80sp
+ 396.00dp
+ 397.80dp
+ 399.60dp
+ 401.40dp
+ 403.20dp
+ 405.00dp
+ 406.80dp
+ 408.60dp
+ 410.40dp
+ 412.20dp
+ 39.60dp
+ 39.60sp
+ 414.00dp
+ 415.80dp
+ 417.60dp
+ 419.40dp
+ 421.20dp
+ 423.00dp
+ 424.80dp
+ 426.60dp
+ 428.40dp
+ 430.20dp
+ 41.40dp
+ 41.40sp
+ 432.00dp
+ 433.80dp
+ 435.60dp
+ 437.40dp
+ 439.20dp
+ 441.00dp
+ 442.80dp
+ 444.60dp
+ 446.40dp
+ 448.20dp
+ 43.20dp
+ 43.20sp
+ 450.00dp
+ 451.80dp
+ 453.60dp
+ 455.40dp
+ 457.20dp
+ 459.00dp
+ 460.80dp
+ 462.60dp
+ 464.40dp
+ 466.20dp
+ 45.00dp
+ 45.00sp
+ 468.00dp
+ 469.80dp
+ 471.60dp
+ 473.40dp
+ 475.20dp
+ 477.00dp
+ 478.80dp
+ 480.60dp
+ 482.40dp
+ 484.20dp
+ 46.80dp
+ 46.80sp
+ 486.00dp
+ 487.80dp
+ 489.60dp
+ 491.40dp
+ 493.20dp
+ 495.00dp
+ 496.80dp
+ 498.60dp
+ 500.40dp
+ 502.20dp
+ 48.60dp
+ 48.60sp
+ 504.00dp
+ 505.80dp
+ 507.60dp
+ 509.40dp
+ 511.20dp
+ 513.00dp
+ 514.80dp
+ 516.60dp
+ 518.40dp
+ 520.20dp
+ 50.40dp
+ 50.40sp
+ 522.00dp
+ 523.80dp
+ 525.60dp
+ 527.40dp
+ 529.20dp
+ 531.00dp
+ 532.80dp
+ 534.60dp
+ 536.40dp
+ 538.20dp
+ 52.20dp
+ 52.20sp
+ 3.60dp
+ 3.60sp
+ 540.00dp
+ 541.80dp
+ 543.60dp
+ 545.40dp
+ 547.20dp
+ 549.00dp
+ 550.80dp
+ 552.60dp
+ 554.40dp
+ 556.20dp
+ 54.00dp
+ 54.00sp
+ 558.00dp
+ 559.80dp
+ 561.60dp
+ 563.40dp
+ 565.20dp
+ 567.00dp
+ 568.80dp
+ 570.60dp
+ 572.40dp
+ 574.20dp
+ 55.80dp
+ 55.80sp
+ 576.00dp
+ 577.80dp
+ 579.60dp
+ 581.40dp
+ 583.20dp
+ 585.00dp
+ 586.80dp
+ 588.60dp
+ 590.40dp
+ 592.20dp
+ 57.60dp
+ 57.60sp
+ 594.00dp
+ 595.80dp
+ 597.60dp
+ 599.40dp
+ 601.20dp
+ 603.00dp
+ 604.80dp
+ 606.60dp
+ 608.40dp
+ 610.20dp
+ 59.40dp
+ 59.40sp
+ 612.00dp
+ 613.80dp
+ 615.60dp
+ 617.40dp
+ 619.20dp
+ 621.00dp
+ 622.80dp
+ 624.60dp
+ 626.40dp
+ 628.20dp
+ 61.20dp
+ 61.20sp
+ 630.00dp
+ 631.80dp
+ 633.60dp
+ 635.40dp
+ 637.20dp
+ 639.00dp
+ 640.80dp
+ 642.60dp
+ 644.40dp
+ 646.20dp
+ 63.00dp
+ 63.00sp
+ 648.00dp
+ 649.80dp
+ 651.60dp
+ 653.40dp
+ 655.20dp
+ 657.00dp
+ 658.80dp
+ 660.60dp
+ 662.40dp
+ 664.20dp
+ 64.80dp
+ 64.80sp
+ 666.00dp
+ 667.80dp
+ 669.60dp
+ 671.40dp
+ 673.20dp
+ 675.00dp
+ 676.80dp
+ 678.60dp
+ 680.40dp
+ 682.20dp
+ 66.60dp
+ 66.60sp
+ 684.00dp
+ 685.80dp
+ 687.60dp
+ 689.40dp
+ 691.20dp
+ 693.00dp
+ 694.80dp
+ 696.60dp
+ 698.40dp
+ 700.20dp
+ 68.40dp
+ 68.40sp
+ 702.00dp
+ 703.80dp
+ 705.60dp
+ 707.40dp
+ 709.20dp
+ 711.00dp
+ 712.80dp
+ 714.60dp
+ 716.40dp
+ 718.20dp
+ 70.20dp
+ 70.20sp
+ 5.40dp
+ 5.40sp
+ 720.00dp
+ 721.80dp
+ 723.60dp
+ 725.40dp
+ 727.20dp
+ 729.00dp
+ 730.80dp
+ 732.60dp
+ 734.40dp
+ 736.20dp
+ 72.00dp
+ 72.00sp
+ 738.00dp
+ 739.80dp
+ 741.60dp
+ 743.40dp
+ 745.20dp
+ 747.00dp
+ 748.80dp
+ 750.60dp
+ 752.40dp
+ 754.20dp
+ 73.80dp
+ 73.80sp
+ 756.00dp
+ 757.80dp
+ 759.60dp
+ 761.40dp
+ 763.20dp
+ 765.00dp
+ 766.80dp
+ 768.60dp
+ 770.40dp
+ 772.20dp
+ 75.60dp
+ 75.60sp
+ 774.00dp
+ 775.80dp
+ 777.60dp
+ 779.40dp
+ 781.20dp
+ 783.00dp
+ 784.80dp
+ 786.60dp
+ 788.40dp
+ 790.20dp
+ 77.40dp
+ 77.40sp
+ 792.00dp
+ 793.80dp
+ 795.60dp
+ 797.40dp
+ 799.20dp
+ 801.00dp
+ 802.80dp
+ 804.60dp
+ 806.40dp
+ 808.20dp
+ 79.20dp
+ 79.20sp
+ 810.00dp
+ 811.80dp
+ 813.60dp
+ 815.40dp
+ 817.20dp
+ 819.00dp
+ 820.80dp
+ 822.60dp
+ 824.40dp
+ 826.20dp
+ 81.00dp
+ 81.00sp
+ 828.00dp
+ 829.80dp
+ 831.60dp
+ 833.40dp
+ 835.20dp
+ 837.00dp
+ 838.80dp
+ 840.60dp
+ 842.40dp
+ 844.20dp
+ 82.80dp
+ 82.80sp
+ 846.00dp
+ 847.80dp
+ 849.60dp
+ 851.40dp
+ 853.20dp
+ 855.00dp
+ 856.80dp
+ 858.60dp
+ 860.40dp
+ 862.20dp
+ 84.60dp
+ 84.60sp
+ 864.00dp
+ 865.80dp
+ 867.60dp
+ 869.40dp
+ 871.20dp
+ 873.00dp
+ 874.80dp
+ 876.60dp
+ 878.40dp
+ 880.20dp
+ 86.40dp
+ 86.40sp
+ 882.00dp
+ 883.80dp
+ 885.60dp
+ 887.40dp
+ 889.20dp
+ 891.00dp
+ 892.80dp
+ 894.60dp
+ 896.40dp
+ 898.20dp
+ 88.20dp
+ 88.20sp
+ 7.20dp
+ 7.20sp
+ 900.00dp
+ 901.80dp
+ 903.60dp
+ 905.40dp
+ 907.20dp
+ 909.00dp
+ 910.80dp
+ 912.60dp
+ 914.40dp
+ 916.20dp
+ 90.00dp
+ 90.00sp
+ 918.00dp
+ 919.80dp
+ 921.60dp
+ 923.40dp
+ 925.20dp
+ 927.00dp
+ 928.80dp
+ 930.60dp
+ 932.40dp
+ 934.20dp
+ 91.80dp
+ 91.80sp
+ 936.00dp
+ 937.80dp
+ 939.60dp
+ 941.40dp
+ 943.20dp
+ 945.00dp
+ 946.80dp
+ 948.60dp
+ 950.40dp
+ 952.20dp
+ 93.60dp
+ 93.60sp
+ 954.00dp
+ 955.80dp
+ 957.60dp
+ 959.40dp
+ 961.20dp
+ 963.00dp
+ 964.80dp
+ 966.60dp
+ 968.40dp
+ 970.20dp
+ 95.40dp
+ 95.40sp
+ 972.00dp
+ 973.80dp
+ 975.60dp
+ 977.40dp
+ 979.20dp
+ 981.00dp
+ 982.80dp
+ 984.60dp
+ 986.40dp
+ 988.20dp
+ 97.20dp
+ 97.20sp
+ 990.00dp
+ 991.80dp
+ 993.60dp
+ 995.40dp
+ 997.20dp
+ 999.00dp
+ 1000.80dp
+ 1002.60dp
+ 1004.40dp
+ 1006.20dp
+ 99.00dp
+ 99.00sp
+ 1008.00dp
+ 1009.80dp
+ 1011.60dp
+ 1013.40dp
+ 1015.20dp
+ 1017.00dp
+ 1018.80dp
+ 1020.60dp
+ 1022.40dp
+ 1024.20dp
+ 100.80dp
+ 100.80sp
+ 1026.00dp
+ 1027.80dp
+ 1029.60dp
+ 1031.40dp
+ 1033.20dp
+ 1035.00dp
+ 1036.80dp
+ 1038.60dp
+ 1040.40dp
+ 1042.20dp
+ 102.60dp
+ 102.60sp
+ 1044.00dp
+ 1045.80dp
+ 1047.60dp
+ 1049.40dp
+ 1051.20dp
+ 1053.00dp
+ 1054.80dp
+ 1056.60dp
+ 1058.40dp
+ 1060.20dp
+ 104.40dp
+ 104.40sp
+ 1062.00dp
+ 1063.80dp
+ 1065.60dp
+ 1067.40dp
+ 1069.20dp
+ 1071.00dp
+ 1072.80dp
+ 1074.60dp
+ 1076.40dp
+ 1078.20dp
+ 106.20dp
+ 106.20sp
+ 9.00dp
+ 9.00sp
+ 1080.00dp
+ 108.00dp
+ 108.00sp
+ 109.80dp
+ 109.80sp
+ 111.60dp
+ 111.60sp
+ 113.40dp
+ 113.40sp
+ 115.20dp
+ 115.20sp
+ 117.00dp
+ 117.00sp
+ 118.80dp
+ 118.80sp
+ 120.60dp
+ 120.60sp
+ 122.40dp
+ 122.40sp
+ 124.20dp
+ 124.20sp
+ 10.80dp
+ 10.80sp
+ 126.00dp
+ 126.00sp
+ 127.80dp
+ 127.80sp
+ 129.60dp
+ 129.60sp
+ 131.40dp
+ 131.40sp
+ 133.20dp
+ 133.20sp
+ 135.00dp
+ 135.00sp
+ 136.80dp
+ 136.80sp
+ 138.60dp
+ 138.60sp
+ 140.40dp
+ 140.40sp
+ 142.20dp
+ 142.20sp
+ 12.60dp
+ 12.60sp
+ 144.00dp
+ 144.00sp
+ 145.80dp
+ 145.80sp
+ 147.60dp
+ 147.60sp
+ 149.40dp
+ 149.40sp
+ 151.20dp
+ 151.20sp
+ 153.00dp
+ 153.00sp
+ 154.80dp
+ 154.80sp
+ 156.60dp
+ 156.60sp
+ 158.40dp
+ 158.40sp
+ 160.20dp
+ 160.20sp
+ 14.40dp
+ 14.40sp
+ 162.00dp
+ 162.00sp
+ 163.80dp
+ 163.80sp
+ 165.60dp
+ 165.60sp
+ 167.40dp
+ 167.40sp
+ 169.20dp
+ 169.20sp
+ 171.00dp
+ 171.00sp
+ 172.80dp
+ 172.80sp
+ 174.60dp
+ 174.60sp
+ 176.40dp
+ 176.40sp
+ 178.20dp
+ 178.20sp
+ 16.20dp
+ 16.20sp
+ -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
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw570dp-v13/values-sw570dp-v13.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw570dp-v13/values-sw570dp-v13.xml
new file mode 100644
index 0000000..a914c48
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw570dp-v13/values-sw570dp-v13.xml
@@ -0,0 +1,763 @@
+
+
+ 190.00dp
+ 190.00sp
+ 191.90dp
+ 193.80dp
+ 195.70dp
+ 197.60dp
+ 199.50dp
+ 201.40dp
+ 203.30dp
+ 205.20dp
+ 207.10dp
+ 19.00dp
+ 19.00sp
+ 209.00dp
+ 210.90dp
+ 212.80dp
+ 214.70dp
+ 216.60dp
+ 218.50dp
+ 220.40dp
+ 222.30dp
+ 224.20dp
+ 226.10dp
+ 20.90dp
+ 20.90sp
+ 228.00dp
+ 229.90dp
+ 231.80dp
+ 233.70dp
+ 235.60dp
+ 237.50dp
+ 239.40dp
+ 241.30dp
+ 243.20dp
+ 245.10dp
+ 22.80dp
+ 22.80sp
+ 247.00dp
+ 248.90dp
+ 250.80dp
+ 252.70dp
+ 254.60dp
+ 256.50dp
+ 258.40dp
+ 260.30dp
+ 262.20dp
+ 264.10dp
+ 24.70dp
+ 24.70sp
+ 266.00dp
+ 267.90dp
+ 269.80dp
+ 271.70dp
+ 273.60dp
+ 275.50dp
+ 277.40dp
+ 279.30dp
+ 281.20dp
+ 283.10dp
+ 26.60dp
+ 26.60sp
+ 285.00dp
+ 286.90dp
+ 288.80dp
+ 290.70dp
+ 292.60dp
+ 294.50dp
+ 296.40dp
+ 298.30dp
+ 300.20dp
+ 302.10dp
+ 28.50dp
+ 28.50sp
+ 304.00dp
+ 305.90dp
+ 307.80dp
+ 309.70dp
+ 311.60dp
+ 313.50dp
+ 315.40dp
+ 317.30dp
+ 319.20dp
+ 321.10dp
+ 30.40dp
+ 30.40sp
+ 323.00dp
+ 324.90dp
+ 326.80dp
+ 328.70dp
+ 330.60dp
+ 332.50dp
+ 334.40dp
+ 336.30dp
+ 338.20dp
+ 340.10dp
+ 32.30dp
+ 32.30sp
+ 342.00dp
+ 343.90dp
+ 345.80dp
+ 347.70dp
+ 349.60dp
+ 351.50dp
+ 353.40dp
+ 355.30dp
+ 357.20dp
+ 359.10dp
+ 34.20dp
+ 34.20sp
+ 361.00dp
+ 362.90dp
+ 364.80dp
+ 366.70dp
+ 368.60dp
+ 370.50dp
+ 372.40dp
+ 374.30dp
+ 376.20dp
+ 378.10dp
+ 36.10dp
+ 36.10sp
+ 1.90dp
+ 1.90sp
+ 380.00dp
+ 381.90dp
+ 383.80dp
+ 385.70dp
+ 387.60dp
+ 389.50dp
+ 391.40dp
+ 393.30dp
+ 395.20dp
+ 397.10dp
+ 38.00dp
+ 38.00sp
+ 399.00dp
+ 400.90dp
+ 402.80dp
+ 404.70dp
+ 406.60dp
+ 408.50dp
+ 410.40dp
+ 412.30dp
+ 414.20dp
+ 416.10dp
+ 39.90dp
+ 39.90sp
+ 418.00dp
+ 419.90dp
+ 421.80dp
+ 423.70dp
+ 425.60dp
+ 427.50dp
+ 429.40dp
+ 431.30dp
+ 433.20dp
+ 435.10dp
+ 41.80dp
+ 41.80sp
+ 437.00dp
+ 438.90dp
+ 440.80dp
+ 442.70dp
+ 444.60dp
+ 446.50dp
+ 448.40dp
+ 450.30dp
+ 452.20dp
+ 454.10dp
+ 43.70dp
+ 43.70sp
+ 456.00dp
+ 457.90dp
+ 459.80dp
+ 461.70dp
+ 463.60dp
+ 465.50dp
+ 467.40dp
+ 469.30dp
+ 471.20dp
+ 473.10dp
+ 45.60dp
+ 45.60sp
+ 475.00dp
+ 476.90dp
+ 478.80dp
+ 480.70dp
+ 482.60dp
+ 484.50dp
+ 486.40dp
+ 488.30dp
+ 490.20dp
+ 492.10dp
+ 47.50dp
+ 47.50sp
+ 494.00dp
+ 495.90dp
+ 497.80dp
+ 499.70dp
+ 501.60dp
+ 503.50dp
+ 505.40dp
+ 507.30dp
+ 509.20dp
+ 511.10dp
+ 49.40dp
+ 49.40sp
+ 513.00dp
+ 514.90dp
+ 516.80dp
+ 518.70dp
+ 520.60dp
+ 522.50dp
+ 524.40dp
+ 526.30dp
+ 528.20dp
+ 530.10dp
+ 51.30dp
+ 51.30sp
+ 532.00dp
+ 533.90dp
+ 535.80dp
+ 537.70dp
+ 539.60dp
+ 541.50dp
+ 543.40dp
+ 545.30dp
+ 547.20dp
+ 549.10dp
+ 53.20dp
+ 53.20sp
+ 551.00dp
+ 552.90dp
+ 554.80dp
+ 556.70dp
+ 558.60dp
+ 560.50dp
+ 562.40dp
+ 564.30dp
+ 566.20dp
+ 568.10dp
+ 55.10dp
+ 55.10sp
+ 3.80dp
+ 3.80sp
+ 570.00dp
+ 571.90dp
+ 573.80dp
+ 575.70dp
+ 577.60dp
+ 579.50dp
+ 581.40dp
+ 583.30dp
+ 585.20dp
+ 587.10dp
+ 57.00dp
+ 57.00sp
+ 589.00dp
+ 590.90dp
+ 592.80dp
+ 594.70dp
+ 596.60dp
+ 598.50dp
+ 600.40dp
+ 602.30dp
+ 604.20dp
+ 606.10dp
+ 58.90dp
+ 58.90sp
+ 608.00dp
+ 609.90dp
+ 611.80dp
+ 613.70dp
+ 615.60dp
+ 617.50dp
+ 619.40dp
+ 621.30dp
+ 623.20dp
+ 625.10dp
+ 60.80dp
+ 60.80sp
+ 627.00dp
+ 628.90dp
+ 630.80dp
+ 632.70dp
+ 634.60dp
+ 636.50dp
+ 638.40dp
+ 640.30dp
+ 642.20dp
+ 644.10dp
+ 62.70dp
+ 62.70sp
+ 646.00dp
+ 647.90dp
+ 649.80dp
+ 651.70dp
+ 653.60dp
+ 655.50dp
+ 657.40dp
+ 659.30dp
+ 661.20dp
+ 663.10dp
+ 64.60dp
+ 64.60sp
+ 665.00dp
+ 666.90dp
+ 668.80dp
+ 670.70dp
+ 672.60dp
+ 674.50dp
+ 676.40dp
+ 678.30dp
+ 680.20dp
+ 682.10dp
+ 66.50dp
+ 66.50sp
+ 684.00dp
+ 685.90dp
+ 687.80dp
+ 689.70dp
+ 691.60dp
+ 693.50dp
+ 695.40dp
+ 697.30dp
+ 699.20dp
+ 701.10dp
+ 68.40dp
+ 68.40sp
+ 703.00dp
+ 704.90dp
+ 706.80dp
+ 708.70dp
+ 710.60dp
+ 712.50dp
+ 714.40dp
+ 716.30dp
+ 718.20dp
+ 720.10dp
+ 70.30dp
+ 70.30sp
+ 722.00dp
+ 723.90dp
+ 725.80dp
+ 727.70dp
+ 729.60dp
+ 731.50dp
+ 733.40dp
+ 735.30dp
+ 737.20dp
+ 739.10dp
+ 72.20dp
+ 72.20sp
+ 741.00dp
+ 742.90dp
+ 744.80dp
+ 746.70dp
+ 748.60dp
+ 750.50dp
+ 752.40dp
+ 754.30dp
+ 756.20dp
+ 758.10dp
+ 74.10dp
+ 74.10sp
+ 5.70dp
+ 5.70sp
+ 760.00dp
+ 761.90dp
+ 763.80dp
+ 765.70dp
+ 767.60dp
+ 769.50dp
+ 771.40dp
+ 773.30dp
+ 775.20dp
+ 777.10dp
+ 76.00dp
+ 76.00sp
+ 779.00dp
+ 780.90dp
+ 782.80dp
+ 784.70dp
+ 786.60dp
+ 788.50dp
+ 790.40dp
+ 792.30dp
+ 794.20dp
+ 796.10dp
+ 77.90dp
+ 77.90sp
+ 798.00dp
+ 799.90dp
+ 801.80dp
+ 803.70dp
+ 805.60dp
+ 807.50dp
+ 809.40dp
+ 811.30dp
+ 813.20dp
+ 815.10dp
+ 79.80dp
+ 79.80sp
+ 817.00dp
+ 818.90dp
+ 820.80dp
+ 822.70dp
+ 824.60dp
+ 826.50dp
+ 828.40dp
+ 830.30dp
+ 832.20dp
+ 834.10dp
+ 81.70dp
+ 81.70sp
+ 836.00dp
+ 837.90dp
+ 839.80dp
+ 841.70dp
+ 843.60dp
+ 845.50dp
+ 847.40dp
+ 849.30dp
+ 851.20dp
+ 853.10dp
+ 83.60dp
+ 83.60sp
+ 855.00dp
+ 856.90dp
+ 858.80dp
+ 860.70dp
+ 862.60dp
+ 864.50dp
+ 866.40dp
+ 868.30dp
+ 870.20dp
+ 872.10dp
+ 85.50dp
+ 85.50sp
+ 874.00dp
+ 875.90dp
+ 877.80dp
+ 879.70dp
+ 881.60dp
+ 883.50dp
+ 885.40dp
+ 887.30dp
+ 889.20dp
+ 891.10dp
+ 87.40dp
+ 87.40sp
+ 893.00dp
+ 894.90dp
+ 896.80dp
+ 898.70dp
+ 900.60dp
+ 902.50dp
+ 904.40dp
+ 906.30dp
+ 908.20dp
+ 910.10dp
+ 89.30dp
+ 89.30sp
+ 912.00dp
+ 913.90dp
+ 915.80dp
+ 917.70dp
+ 919.60dp
+ 921.50dp
+ 923.40dp
+ 925.30dp
+ 927.20dp
+ 929.10dp
+ 91.20dp
+ 91.20sp
+ 931.00dp
+ 932.90dp
+ 934.80dp
+ 936.70dp
+ 938.60dp
+ 940.50dp
+ 942.40dp
+ 944.30dp
+ 946.20dp
+ 948.10dp
+ 93.10dp
+ 93.10sp
+ 7.60dp
+ 7.60sp
+ 950.00dp
+ 951.90dp
+ 953.80dp
+ 955.70dp
+ 957.60dp
+ 959.50dp
+ 961.40dp
+ 963.30dp
+ 965.20dp
+ 967.10dp
+ 95.00dp
+ 95.00sp
+ 969.00dp
+ 970.90dp
+ 972.80dp
+ 974.70dp
+ 976.60dp
+ 978.50dp
+ 980.40dp
+ 982.30dp
+ 984.20dp
+ 986.10dp
+ 96.90dp
+ 96.90sp
+ 988.00dp
+ 989.90dp
+ 991.80dp
+ 993.70dp
+ 995.60dp
+ 997.50dp
+ 999.40dp
+ 1001.30dp
+ 1003.20dp
+ 1005.10dp
+ 98.80dp
+ 98.80sp
+ 1007.00dp
+ 1008.90dp
+ 1010.80dp
+ 1012.70dp
+ 1014.60dp
+ 1016.50dp
+ 1018.40dp
+ 1020.30dp
+ 1022.20dp
+ 1024.10dp
+ 100.70dp
+ 100.70sp
+ 1026.00dp
+ 1027.90dp
+ 1029.80dp
+ 1031.70dp
+ 1033.60dp
+ 1035.50dp
+ 1037.40dp
+ 1039.30dp
+ 1041.20dp
+ 1043.10dp
+ 102.60dp
+ 102.60sp
+ 1045.00dp
+ 1046.90dp
+ 1048.80dp
+ 1050.70dp
+ 1052.60dp
+ 1054.50dp
+ 1056.40dp
+ 1058.30dp
+ 1060.20dp
+ 1062.10dp
+ 104.50dp
+ 104.50sp
+ 1064.00dp
+ 1065.90dp
+ 1067.80dp
+ 1069.70dp
+ 1071.60dp
+ 1073.50dp
+ 1075.40dp
+ 1077.30dp
+ 1079.20dp
+ 1081.10dp
+ 106.40dp
+ 106.40sp
+ 1083.00dp
+ 1084.90dp
+ 1086.80dp
+ 1088.70dp
+ 1090.60dp
+ 1092.50dp
+ 1094.40dp
+ 1096.30dp
+ 1098.20dp
+ 1100.10dp
+ 108.30dp
+ 108.30sp
+ 1102.00dp
+ 1103.90dp
+ 1105.80dp
+ 1107.70dp
+ 1109.60dp
+ 1111.50dp
+ 1113.40dp
+ 1115.30dp
+ 1117.20dp
+ 1119.10dp
+ 110.20dp
+ 110.20sp
+ 1121.00dp
+ 1122.90dp
+ 1124.80dp
+ 1126.70dp
+ 1128.60dp
+ 1130.50dp
+ 1132.40dp
+ 1134.30dp
+ 1136.20dp
+ 1138.10dp
+ 112.10dp
+ 112.10sp
+ 9.50dp
+ 9.50sp
+ 1140.00dp
+ 114.00dp
+ 114.00sp
+ 115.90dp
+ 115.90sp
+ 117.80dp
+ 117.80sp
+ 119.70dp
+ 119.70sp
+ 121.60dp
+ 121.60sp
+ 123.50dp
+ 123.50sp
+ 125.40dp
+ 125.40sp
+ 127.30dp
+ 127.30sp
+ 129.20dp
+ 129.20sp
+ 131.10dp
+ 131.10sp
+ 11.40dp
+ 11.40sp
+ 133.00dp
+ 133.00sp
+ 134.90dp
+ 134.90sp
+ 136.80dp
+ 136.80sp
+ 138.70dp
+ 138.70sp
+ 140.60dp
+ 140.60sp
+ 142.50dp
+ 142.50sp
+ 144.40dp
+ 144.40sp
+ 146.30dp
+ 146.30sp
+ 148.20dp
+ 148.20sp
+ 150.10dp
+ 150.10sp
+ 13.30dp
+ 13.30sp
+ 152.00dp
+ 152.00sp
+ 153.90dp
+ 153.90sp
+ 155.80dp
+ 155.80sp
+ 157.70dp
+ 157.70sp
+ 159.60dp
+ 159.60sp
+ 161.50dp
+ 161.50sp
+ 163.40dp
+ 163.40sp
+ 165.30dp
+ 165.30sp
+ 167.20dp
+ 167.20sp
+ 169.10dp
+ 169.10sp
+ 15.20dp
+ 15.20sp
+ 171.00dp
+ 171.00sp
+ 172.90dp
+ 172.90sp
+ 174.80dp
+ 174.80sp
+ 176.70dp
+ 176.70sp
+ 178.60dp
+ 178.60sp
+ 180.50dp
+ 180.50sp
+ 182.40dp
+ 182.40sp
+ 184.30dp
+ 184.30sp
+ 186.20dp
+ 186.20sp
+ 188.10dp
+ 188.10sp
+ 17.10dp
+ 17.10sp
+ -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
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw600dp-v13/values-sw600dp-v13.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw600dp-v13/values-sw600dp-v13.xml
new file mode 100644
index 0000000..9a66feb
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw600dp-v13/values-sw600dp-v13.xml
@@ -0,0 +1,787 @@
+
+
+ 200.00dp
+ 200.00sp
+ 202.00dp
+ 204.00dp
+ 206.00dp
+ 208.00dp
+ 210.00dp
+ 212.00dp
+ 214.00dp
+ 216.00dp
+ 218.00dp
+ 20.00dp
+ 20.00sp
+ 220.00dp
+ 222.00dp
+ 224.00dp
+ 226.00dp
+ 228.00dp
+ 230.00dp
+ 232.00dp
+ 234.00dp
+ 236.00dp
+ 238.00dp
+ 22.00dp
+ 22.00sp
+ 240.00dp
+ 242.00dp
+ 244.00dp
+ 246.00dp
+ 248.00dp
+ 250.00dp
+ 252.00dp
+ 254.00dp
+ 256.00dp
+ 258.00dp
+ 24.00dp
+ 24.00sp
+ 260.00dp
+ 262.00dp
+ 264.00dp
+ 266.00dp
+ 268.00dp
+ 270.00dp
+ 272.00dp
+ 274.00dp
+ 276.00dp
+ 278.00dp
+ 26.00dp
+ 26.00sp
+ 280.00dp
+ 282.00dp
+ 284.00dp
+ 286.00dp
+ 288.00dp
+ 290.00dp
+ 292.00dp
+ 294.00dp
+ 296.00dp
+ 298.00dp
+ 28.00dp
+ 28.00sp
+ 300.00dp
+ 302.00dp
+ 304.00dp
+ 306.00dp
+ 308.00dp
+ 310.00dp
+ 312.00dp
+ 314.00dp
+ 316.00dp
+ 318.00dp
+ 30.00dp
+ 30.00sp
+ 320.00dp
+ 322.00dp
+ 324.00dp
+ 326.00dp
+ 328.00dp
+ 330.00dp
+ 332.00dp
+ 334.00dp
+ 336.00dp
+ 338.00dp
+ 32.00dp
+ 32.00sp
+ 340.00dp
+ 342.00dp
+ 344.00dp
+ 346.00dp
+ 348.00dp
+ 350.00dp
+ 352.00dp
+ 354.00dp
+ 356.00dp
+ 358.00dp
+ 34.00dp
+ 34.00sp
+ 360.00dp
+ 362.00dp
+ 364.00dp
+ 366.00dp
+ 368.00dp
+ 370.00dp
+ 372.00dp
+ 374.00dp
+ 376.00dp
+ 378.00dp
+ 36.00dp
+ 36.00sp
+ 380.00dp
+ 382.00dp
+ 384.00dp
+ 386.00dp
+ 388.00dp
+ 390.00dp
+ 392.00dp
+ 394.00dp
+ 396.00dp
+ 398.00dp
+ 38.00dp
+ 38.00sp
+ 2.00dp
+ 2.00sp
+ 400.00dp
+ 402.00dp
+ 404.00dp
+ 406.00dp
+ 408.00dp
+ 410.00dp
+ 412.00dp
+ 414.00dp
+ 416.00dp
+ 418.00dp
+ 40.00dp
+ 40.00sp
+ 420.00dp
+ 422.00dp
+ 424.00dp
+ 426.00dp
+ 428.00dp
+ 430.00dp
+ 432.00dp
+ 434.00dp
+ 436.00dp
+ 438.00dp
+ 42.00dp
+ 42.00sp
+ 440.00dp
+ 442.00dp
+ 444.00dp
+ 446.00dp
+ 448.00dp
+ 450.00dp
+ 452.00dp
+ 454.00dp
+ 456.00dp
+ 458.00dp
+ 44.00dp
+ 44.00sp
+ 460.00dp
+ 462.00dp
+ 464.00dp
+ 466.00dp
+ 468.00dp
+ 470.00dp
+ 472.00dp
+ 474.00dp
+ 476.00dp
+ 478.00dp
+ 46.00dp
+ 46.00sp
+ 480.00dp
+ 482.00dp
+ 484.00dp
+ 486.00dp
+ 488.00dp
+ 490.00dp
+ 492.00dp
+ 494.00dp
+ 496.00dp
+ 498.00dp
+ 48.00dp
+ 48.00sp
+ 500.00dp
+ 502.00dp
+ 504.00dp
+ 506.00dp
+ 508.00dp
+ 510.00dp
+ 512.00dp
+ 514.00dp
+ 516.00dp
+ 518.00dp
+ 50.00dp
+ 50.00sp
+ 520.00dp
+ 522.00dp
+ 524.00dp
+ 526.00dp
+ 528.00dp
+ 530.00dp
+ 532.00dp
+ 534.00dp
+ 536.00dp
+ 538.00dp
+ 52.00dp
+ 52.00sp
+ 540.00dp
+ 542.00dp
+ 544.00dp
+ 546.00dp
+ 548.00dp
+ 550.00dp
+ 552.00dp
+ 554.00dp
+ 556.00dp
+ 558.00dp
+ 54.00dp
+ 54.00sp
+ 560.00dp
+ 562.00dp
+ 564.00dp
+ 566.00dp
+ 568.00dp
+ 570.00dp
+ 572.00dp
+ 574.00dp
+ 576.00dp
+ 578.00dp
+ 56.00dp
+ 56.00sp
+ 580.00dp
+ 582.00dp
+ 584.00dp
+ 586.00dp
+ 588.00dp
+ 590.00dp
+ 592.00dp
+ 594.00dp
+ 596.00dp
+ 598.00dp
+ 58.00dp
+ 58.00sp
+ 4.00dp
+ 4.00sp
+ 600.00dp
+ 602.00dp
+ 604.00dp
+ 606.00dp
+ 608.00dp
+ 610.00dp
+ 612.00dp
+ 614.00dp
+ 616.00dp
+ 618.00dp
+ 60.00dp
+ 60.00sp
+ 620.00dp
+ 622.00dp
+ 624.00dp
+ 626.00dp
+ 628.00dp
+ 630.00dp
+ 632.00dp
+ 634.00dp
+ 636.00dp
+ 638.00dp
+ 62.00dp
+ 62.00sp
+ 640.00dp
+ 642.00dp
+ 644.00dp
+ 646.00dp
+ 648.00dp
+ 650.00dp
+ 652.00dp
+ 654.00dp
+ 656.00dp
+ 658.00dp
+ 64.00dp
+ 64.00sp
+ 660.00dp
+ 662.00dp
+ 664.00dp
+ 666.00dp
+ 668.00dp
+ 670.00dp
+ 672.00dp
+ 674.00dp
+ 676.00dp
+ 678.00dp
+ 66.00dp
+ 66.00sp
+ 680.00dp
+ 682.00dp
+ 684.00dp
+ 686.00dp
+ 688.00dp
+ 690.00dp
+ 692.00dp
+ 694.00dp
+ 696.00dp
+ 698.00dp
+ 68.00dp
+ 68.00sp
+ 700.00dp
+ 702.00dp
+ 704.00dp
+ 706.00dp
+ 708.00dp
+ 710.00dp
+ 712.00dp
+ 714.00dp
+ 716.00dp
+ 718.00dp
+ 70.00dp
+ 70.00sp
+ 720.00dp
+ 722.00dp
+ 724.00dp
+ 726.00dp
+ 728.00dp
+ 730.00dp
+ 732.00dp
+ 734.00dp
+ 736.00dp
+ 738.00dp
+ 72.00dp
+ 72.00sp
+ 740.00dp
+ 742.00dp
+ 744.00dp
+ 746.00dp
+ 748.00dp
+ 750.00dp
+ 752.00dp
+ 754.00dp
+ 756.00dp
+ 758.00dp
+ 74.00dp
+ 74.00sp
+ 760.00dp
+ 762.00dp
+ 764.00dp
+ 766.00dp
+ 768.00dp
+ 770.00dp
+ 772.00dp
+ 774.00dp
+ 776.00dp
+ 778.00dp
+ 76.00dp
+ 76.00sp
+ 780.00dp
+ 782.00dp
+ 784.00dp
+ 786.00dp
+ 788.00dp
+ 790.00dp
+ 792.00dp
+ 794.00dp
+ 796.00dp
+ 798.00dp
+ 78.00dp
+ 78.00sp
+ 6.00dp
+ 6.00sp
+ 800.00dp
+ 802.00dp
+ 804.00dp
+ 806.00dp
+ 808.00dp
+ 810.00dp
+ 812.00dp
+ 814.00dp
+ 816.00dp
+ 818.00dp
+ 80.00dp
+ 80.00sp
+ 820.00dp
+ 822.00dp
+ 824.00dp
+ 826.00dp
+ 828.00dp
+ 830.00dp
+ 832.00dp
+ 834.00dp
+ 836.00dp
+ 838.00dp
+ 82.00dp
+ 82.00sp
+ 840.00dp
+ 842.00dp
+ 844.00dp
+ 846.00dp
+ 848.00dp
+ 850.00dp
+ 852.00dp
+ 854.00dp
+ 856.00dp
+ 858.00dp
+ 84.00dp
+ 84.00sp
+ 860.00dp
+ 862.00dp
+ 864.00dp
+ 866.00dp
+ 868.00dp
+ 870.00dp
+ 872.00dp
+ 874.00dp
+ 876.00dp
+ 878.00dp
+ 86.00dp
+ 86.00sp
+ 880.00dp
+ 882.00dp
+ 884.00dp
+ 886.00dp
+ 888.00dp
+ 890.00dp
+ 892.00dp
+ 894.00dp
+ 896.00dp
+ 898.00dp
+ 88.00dp
+ 88.00sp
+ 900.00dp
+ 902.00dp
+ 904.00dp
+ 906.00dp
+ 908.00dp
+ 910.00dp
+ 912.00dp
+ 914.00dp
+ 916.00dp
+ 918.00dp
+ 90.00dp
+ 90.00sp
+ 920.00dp
+ 922.00dp
+ 924.00dp
+ 926.00dp
+ 928.00dp
+ 930.00dp
+ 932.00dp
+ 934.00dp
+ 936.00dp
+ 938.00dp
+ 92.00dp
+ 92.00sp
+ 940.00dp
+ 942.00dp
+ 944.00dp
+ 946.00dp
+ 948.00dp
+ 950.00dp
+ 952.00dp
+ 954.00dp
+ 956.00dp
+ 958.00dp
+ 94.00dp
+ 94.00sp
+ 960.00dp
+ 962.00dp
+ 964.00dp
+ 966.00dp
+ 968.00dp
+ 970.00dp
+ 972.00dp
+ 974.00dp
+ 976.00dp
+ 978.00dp
+ 96.00dp
+ 96.00sp
+ 980.00dp
+ 982.00dp
+ 984.00dp
+ 986.00dp
+ 988.00dp
+ 990.00dp
+ 992.00dp
+ 994.00dp
+ 996.00dp
+ 998.00dp
+ 98.00dp
+ 98.00sp
+ 8.00dp
+ 8.00sp
+ 1000.00dp
+ 1002.00dp
+ 1004.00dp
+ 1006.00dp
+ 1008.00dp
+ 1010.00dp
+ 1012.00dp
+ 1014.00dp
+ 1016.00dp
+ 1018.00dp
+ 100.00dp
+ 100.00sp
+ 1020.00dp
+ 1022.00dp
+ 1024.00dp
+ 1026.00dp
+ 1028.00dp
+ 1030.00dp
+ 1032.00dp
+ 1034.00dp
+ 1036.00dp
+ 1038.00dp
+ 102.00dp
+ 102.00sp
+ 1040.00dp
+ 1042.00dp
+ 1044.00dp
+ 1046.00dp
+ 1048.00dp
+ 1050.00dp
+ 1052.00dp
+ 1054.00dp
+ 1056.00dp
+ 1058.00dp
+ 104.00dp
+ 104.00sp
+ 1060.00dp
+ 1062.00dp
+ 1064.00dp
+ 1066.00dp
+ 1068.00dp
+ 1070.00dp
+ 1072.00dp
+ 1074.00dp
+ 1076.00dp
+ 1078.00dp
+ 106.00dp
+ 106.00sp
+ 1080.00dp
+ 1082.00dp
+ 1084.00dp
+ 1086.00dp
+ 1088.00dp
+ 1090.00dp
+ 1092.00dp
+ 1094.00dp
+ 1096.00dp
+ 1098.00dp
+ 108.00dp
+ 108.00sp
+ 1100.00dp
+ 1102.00dp
+ 1104.00dp
+ 1106.00dp
+ 1108.00dp
+ 1110.00dp
+ 1112.00dp
+ 1114.00dp
+ 1116.00dp
+ 1118.00dp
+ 110.00dp
+ 110.00sp
+ 1120.00dp
+ 1122.00dp
+ 1124.00dp
+ 1126.00dp
+ 1128.00dp
+ 1130.00dp
+ 1132.00dp
+ 1134.00dp
+ 1136.00dp
+ 1138.00dp
+ 112.00dp
+ 112.00sp
+ 1140.00dp
+ 1142.00dp
+ 1144.00dp
+ 1146.00dp
+ 1148.00dp
+ 1150.00dp
+ 1152.00dp
+ 1154.00dp
+ 1156.00dp
+ 1158.00dp
+ 114.00dp
+ 114.00sp
+ 1160.00dp
+ 1162.00dp
+ 1164.00dp
+ 1166.00dp
+ 1168.00dp
+ 1170.00dp
+ 1172.00dp
+ 1174.00dp
+ 1176.00dp
+ 1178.00dp
+ 116.00dp
+ 116.00sp
+ 1180.00dp
+ 1182.00dp
+ 1184.00dp
+ 1186.00dp
+ 1188.00dp
+ 1190.00dp
+ 1192.00dp
+ 1194.00dp
+ 1196.00dp
+ 1198.00dp
+ 118.00dp
+ 118.00sp
+ 10.00dp
+ 10.00sp
+ 1200.00dp
+ 120.00dp
+ 120.00sp
+ 122.00dp
+ 122.00sp
+ 124.00dp
+ 124.00sp
+ 126.00dp
+ 126.00sp
+ 128.00dp
+ 128.00sp
+ 130.00dp
+ 130.00sp
+ 132.00dp
+ 132.00sp
+ 134.00dp
+ 134.00sp
+ 136.00dp
+ 136.00sp
+ 138.00dp
+ 138.00sp
+ 12.00dp
+ 12.00sp
+ 140.00dp
+ 140.00sp
+ 142.00dp
+ 142.00sp
+ 144.00dp
+ 144.00sp
+ 146.00dp
+ 146.00sp
+ 148.00dp
+ 148.00sp
+ 150.00dp
+ 150.00sp
+ 152.00dp
+ 152.00sp
+ 154.00dp
+ 154.00sp
+ 156.00dp
+ 156.00sp
+ 158.00dp
+ 158.00sp
+ 14.00dp
+ 14.00sp
+ 160.00dp
+ 160.00sp
+ 162.00dp
+ 162.00sp
+ 164.00dp
+ 164.00sp
+ 166.00dp
+ 166.00sp
+ 168.00dp
+ 168.00sp
+ 170.00dp
+ 170.00sp
+ 172.00dp
+ 172.00sp
+ 174.00dp
+ 174.00sp
+ 176.00dp
+ 176.00sp
+ 178.00dp
+ 178.00sp
+ 16.00dp
+ 16.00sp
+ 180.00dp
+ 180.00sp
+ 182.00dp
+ 182.00sp
+ 184.00dp
+ 184.00sp
+ 186.00dp
+ 186.00sp
+ 188.00dp
+ 188.00sp
+ 190.00dp
+ 190.00sp
+ 192.00dp
+ 192.00sp
+ 194.00dp
+ 194.00sp
+ 196.00dp
+ 196.00sp
+ 198.00dp
+ 198.00sp
+ 18.00dp
+ 18.00sp
+ -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
+ 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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw630dp-v13/values-sw630dp-v13.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw630dp-v13/values-sw630dp-v13.xml
new file mode 100644
index 0000000..894437c
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw630dp-v13/values-sw630dp-v13.xml
@@ -0,0 +1,763 @@
+
+
+ 210.00dp
+ 210.00sp
+ 212.10dp
+ 214.20dp
+ 216.30dp
+ 218.40dp
+ 220.50dp
+ 222.60dp
+ 224.70dp
+ 226.80dp
+ 228.90dp
+ 21.00dp
+ 21.00sp
+ 231.00dp
+ 233.10dp
+ 235.20dp
+ 237.30dp
+ 239.40dp
+ 241.50dp
+ 243.60dp
+ 245.70dp
+ 247.80dp
+ 249.90dp
+ 23.10dp
+ 23.10sp
+ 252.00dp
+ 254.10dp
+ 256.20dp
+ 258.30dp
+ 260.40dp
+ 262.50dp
+ 264.60dp
+ 266.70dp
+ 268.80dp
+ 270.90dp
+ 25.20dp
+ 25.20sp
+ 273.00dp
+ 275.10dp
+ 277.20dp
+ 279.30dp
+ 281.40dp
+ 283.50dp
+ 285.60dp
+ 287.70dp
+ 289.80dp
+ 291.90dp
+ 27.30dp
+ 27.30sp
+ 294.00dp
+ 296.10dp
+ 298.20dp
+ 300.30dp
+ 302.40dp
+ 304.50dp
+ 306.60dp
+ 308.70dp
+ 310.80dp
+ 312.90dp
+ 29.40dp
+ 29.40sp
+ 315.00dp
+ 317.10dp
+ 319.20dp
+ 321.30dp
+ 323.40dp
+ 325.50dp
+ 327.60dp
+ 329.70dp
+ 331.80dp
+ 333.90dp
+ 31.50dp
+ 31.50sp
+ 336.00dp
+ 338.10dp
+ 340.20dp
+ 342.30dp
+ 344.40dp
+ 346.50dp
+ 348.60dp
+ 350.70dp
+ 352.80dp
+ 354.90dp
+ 33.60dp
+ 33.60sp
+ 357.00dp
+ 359.10dp
+ 361.20dp
+ 363.30dp
+ 365.40dp
+ 367.50dp
+ 369.60dp
+ 371.70dp
+ 373.80dp
+ 375.90dp
+ 35.70dp
+ 35.70sp
+ 378.00dp
+ 380.10dp
+ 382.20dp
+ 384.30dp
+ 386.40dp
+ 388.50dp
+ 390.60dp
+ 392.70dp
+ 394.80dp
+ 396.90dp
+ 37.80dp
+ 37.80sp
+ 399.00dp
+ 401.10dp
+ 403.20dp
+ 405.30dp
+ 407.40dp
+ 409.50dp
+ 411.60dp
+ 413.70dp
+ 415.80dp
+ 417.90dp
+ 39.90dp
+ 39.90sp
+ 2.10dp
+ 2.10sp
+ 420.00dp
+ 422.10dp
+ 424.20dp
+ 426.30dp
+ 428.40dp
+ 430.50dp
+ 432.60dp
+ 434.70dp
+ 436.80dp
+ 438.90dp
+ 42.00dp
+ 42.00sp
+ 441.00dp
+ 443.10dp
+ 445.20dp
+ 447.30dp
+ 449.40dp
+ 451.50dp
+ 453.60dp
+ 455.70dp
+ 457.80dp
+ 459.90dp
+ 44.10dp
+ 44.10sp
+ 462.00dp
+ 464.10dp
+ 466.20dp
+ 468.30dp
+ 470.40dp
+ 472.50dp
+ 474.60dp
+ 476.70dp
+ 478.80dp
+ 480.90dp
+ 46.20dp
+ 46.20sp
+ 483.00dp
+ 485.10dp
+ 487.20dp
+ 489.30dp
+ 491.40dp
+ 493.50dp
+ 495.60dp
+ 497.70dp
+ 499.80dp
+ 501.90dp
+ 48.30dp
+ 48.30sp
+ 504.00dp
+ 506.10dp
+ 508.20dp
+ 510.30dp
+ 512.40dp
+ 514.50dp
+ 516.60dp
+ 518.70dp
+ 520.80dp
+ 522.90dp
+ 50.40dp
+ 50.40sp
+ 525.00dp
+ 527.10dp
+ 529.20dp
+ 531.30dp
+ 533.40dp
+ 535.50dp
+ 537.60dp
+ 539.70dp
+ 541.80dp
+ 543.90dp
+ 52.50dp
+ 52.50sp
+ 546.00dp
+ 548.10dp
+ 550.20dp
+ 552.30dp
+ 554.40dp
+ 556.50dp
+ 558.60dp
+ 560.70dp
+ 562.80dp
+ 564.90dp
+ 54.60dp
+ 54.60sp
+ 567.00dp
+ 569.10dp
+ 571.20dp
+ 573.30dp
+ 575.40dp
+ 577.50dp
+ 579.60dp
+ 581.70dp
+ 583.80dp
+ 585.90dp
+ 56.70dp
+ 56.70sp
+ 588.00dp
+ 590.10dp
+ 592.20dp
+ 594.30dp
+ 596.40dp
+ 598.50dp
+ 600.60dp
+ 602.70dp
+ 604.80dp
+ 606.90dp
+ 58.80dp
+ 58.80sp
+ 609.00dp
+ 611.10dp
+ 613.20dp
+ 615.30dp
+ 617.40dp
+ 619.50dp
+ 621.60dp
+ 623.70dp
+ 625.80dp
+ 627.90dp
+ 60.90dp
+ 60.90sp
+ 4.20dp
+ 4.20sp
+ 630.00dp
+ 632.10dp
+ 634.20dp
+ 636.30dp
+ 638.40dp
+ 640.50dp
+ 642.60dp
+ 644.70dp
+ 646.80dp
+ 648.90dp
+ 63.00dp
+ 63.00sp
+ 651.00dp
+ 653.10dp
+ 655.20dp
+ 657.30dp
+ 659.40dp
+ 661.50dp
+ 663.60dp
+ 665.70dp
+ 667.80dp
+ 669.90dp
+ 65.10dp
+ 65.10sp
+ 672.00dp
+ 674.10dp
+ 676.20dp
+ 678.30dp
+ 680.40dp
+ 682.50dp
+ 684.60dp
+ 686.70dp
+ 688.80dp
+ 690.90dp
+ 67.20dp
+ 67.20sp
+ 693.00dp
+ 695.10dp
+ 697.20dp
+ 699.30dp
+ 701.40dp
+ 703.50dp
+ 705.60dp
+ 707.70dp
+ 709.80dp
+ 711.90dp
+ 69.30dp
+ 69.30sp
+ 714.00dp
+ 716.10dp
+ 718.20dp
+ 720.30dp
+ 722.40dp
+ 724.50dp
+ 726.60dp
+ 728.70dp
+ 730.80dp
+ 732.90dp
+ 71.40dp
+ 71.40sp
+ 735.00dp
+ 737.10dp
+ 739.20dp
+ 741.30dp
+ 743.40dp
+ 745.50dp
+ 747.60dp
+ 749.70dp
+ 751.80dp
+ 753.90dp
+ 73.50dp
+ 73.50sp
+ 756.00dp
+ 758.10dp
+ 760.20dp
+ 762.30dp
+ 764.40dp
+ 766.50dp
+ 768.60dp
+ 770.70dp
+ 772.80dp
+ 774.90dp
+ 75.60dp
+ 75.60sp
+ 777.00dp
+ 779.10dp
+ 781.20dp
+ 783.30dp
+ 785.40dp
+ 787.50dp
+ 789.60dp
+ 791.70dp
+ 793.80dp
+ 795.90dp
+ 77.70dp
+ 77.70sp
+ 798.00dp
+ 800.10dp
+ 802.20dp
+ 804.30dp
+ 806.40dp
+ 808.50dp
+ 810.60dp
+ 812.70dp
+ 814.80dp
+ 816.90dp
+ 79.80dp
+ 79.80sp
+ 819.00dp
+ 821.10dp
+ 823.20dp
+ 825.30dp
+ 827.40dp
+ 829.50dp
+ 831.60dp
+ 833.70dp
+ 835.80dp
+ 837.90dp
+ 81.90dp
+ 81.90sp
+ 6.30dp
+ 6.30sp
+ 840.00dp
+ 842.10dp
+ 844.20dp
+ 846.30dp
+ 848.40dp
+ 850.50dp
+ 852.60dp
+ 854.70dp
+ 856.80dp
+ 858.90dp
+ 84.00dp
+ 84.00sp
+ 861.00dp
+ 863.10dp
+ 865.20dp
+ 867.30dp
+ 869.40dp
+ 871.50dp
+ 873.60dp
+ 875.70dp
+ 877.80dp
+ 879.90dp
+ 86.10dp
+ 86.10sp
+ 882.00dp
+ 884.10dp
+ 886.20dp
+ 888.30dp
+ 890.40dp
+ 892.50dp
+ 894.60dp
+ 896.70dp
+ 898.80dp
+ 900.90dp
+ 88.20dp
+ 88.20sp
+ 903.00dp
+ 905.10dp
+ 907.20dp
+ 909.30dp
+ 911.40dp
+ 913.50dp
+ 915.60dp
+ 917.70dp
+ 919.80dp
+ 921.90dp
+ 90.30dp
+ 90.30sp
+ 924.00dp
+ 926.10dp
+ 928.20dp
+ 930.30dp
+ 932.40dp
+ 934.50dp
+ 936.60dp
+ 938.70dp
+ 940.80dp
+ 942.90dp
+ 92.40dp
+ 92.40sp
+ 945.00dp
+ 947.10dp
+ 949.20dp
+ 951.30dp
+ 953.40dp
+ 955.50dp
+ 957.60dp
+ 959.70dp
+ 961.80dp
+ 963.90dp
+ 94.50dp
+ 94.50sp
+ 966.00dp
+ 968.10dp
+ 970.20dp
+ 972.30dp
+ 974.40dp
+ 976.50dp
+ 978.60dp
+ 980.70dp
+ 982.80dp
+ 984.90dp
+ 96.60dp
+ 96.60sp
+ 987.00dp
+ 989.10dp
+ 991.20dp
+ 993.30dp
+ 995.40dp
+ 997.50dp
+ 999.60dp
+ 1001.70dp
+ 1003.80dp
+ 1005.90dp
+ 98.70dp
+ 98.70sp
+ 1008.00dp
+ 1010.10dp
+ 1012.20dp
+ 1014.30dp
+ 1016.40dp
+ 1018.50dp
+ 1020.60dp
+ 1022.70dp
+ 1024.80dp
+ 1026.90dp
+ 100.80dp
+ 100.80sp
+ 1029.00dp
+ 1031.10dp
+ 1033.20dp
+ 1035.30dp
+ 1037.40dp
+ 1039.50dp
+ 1041.60dp
+ 1043.70dp
+ 1045.80dp
+ 1047.90dp
+ 102.90dp
+ 102.90sp
+ 8.40dp
+ 8.40sp
+ 1050.00dp
+ 1052.10dp
+ 1054.20dp
+ 1056.30dp
+ 1058.40dp
+ 1060.50dp
+ 1062.60dp
+ 1064.70dp
+ 1066.80dp
+ 1068.90dp
+ 105.00dp
+ 105.00sp
+ 1071.00dp
+ 1073.10dp
+ 1075.20dp
+ 1077.30dp
+ 1079.40dp
+ 1081.50dp
+ 1083.60dp
+ 1085.70dp
+ 1087.80dp
+ 1089.90dp
+ 107.10dp
+ 107.10sp
+ 1092.00dp
+ 1094.10dp
+ 1096.20dp
+ 1098.30dp
+ 1100.40dp
+ 1102.50dp
+ 1104.60dp
+ 1106.70dp
+ 1108.80dp
+ 1110.90dp
+ 109.20dp
+ 109.20sp
+ 1113.00dp
+ 1115.10dp
+ 1117.20dp
+ 1119.30dp
+ 1121.40dp
+ 1123.50dp
+ 1125.60dp
+ 1127.70dp
+ 1129.80dp
+ 1131.90dp
+ 111.30dp
+ 111.30sp
+ 1134.00dp
+ 1136.10dp
+ 1138.20dp
+ 1140.30dp
+ 1142.40dp
+ 1144.50dp
+ 1146.60dp
+ 1148.70dp
+ 1150.80dp
+ 1152.90dp
+ 113.40dp
+ 113.40sp
+ 1155.00dp
+ 1157.10dp
+ 1159.20dp
+ 1161.30dp
+ 1163.40dp
+ 1165.50dp
+ 1167.60dp
+ 1169.70dp
+ 1171.80dp
+ 1173.90dp
+ 115.50dp
+ 115.50sp
+ 1176.00dp
+ 1178.10dp
+ 1180.20dp
+ 1182.30dp
+ 1184.40dp
+ 1186.50dp
+ 1188.60dp
+ 1190.70dp
+ 1192.80dp
+ 1194.90dp
+ 117.60dp
+ 117.60sp
+ 1197.00dp
+ 1199.10dp
+ 1201.20dp
+ 1203.30dp
+ 1205.40dp
+ 1207.50dp
+ 1209.60dp
+ 1211.70dp
+ 1213.80dp
+ 1215.90dp
+ 119.70dp
+ 119.70sp
+ 1218.00dp
+ 1220.10dp
+ 1222.20dp
+ 1224.30dp
+ 1226.40dp
+ 1228.50dp
+ 1230.60dp
+ 1232.70dp
+ 1234.80dp
+ 1236.90dp
+ 121.80dp
+ 121.80sp
+ 1239.00dp
+ 1241.10dp
+ 1243.20dp
+ 1245.30dp
+ 1247.40dp
+ 1249.50dp
+ 1251.60dp
+ 1253.70dp
+ 1255.80dp
+ 1257.90dp
+ 123.90dp
+ 123.90sp
+ 10.50dp
+ 10.50sp
+ 1260.00dp
+ 126.00dp
+ 126.00sp
+ 128.10dp
+ 128.10sp
+ 130.20dp
+ 130.20sp
+ 132.30dp
+ 132.30sp
+ 134.40dp
+ 134.40sp
+ 136.50dp
+ 136.50sp
+ 138.60dp
+ 138.60sp
+ 140.70dp
+ 140.70sp
+ 142.80dp
+ 142.80sp
+ 144.90dp
+ 144.90sp
+ 12.60dp
+ 12.60sp
+ 147.00dp
+ 147.00sp
+ 149.10dp
+ 149.10sp
+ 151.20dp
+ 151.20sp
+ 153.30dp
+ 153.30sp
+ 155.40dp
+ 155.40sp
+ 157.50dp
+ 157.50sp
+ 159.60dp
+ 159.60sp
+ 161.70dp
+ 161.70sp
+ 163.80dp
+ 163.80sp
+ 165.90dp
+ 165.90sp
+ 14.70dp
+ 14.70sp
+ 168.00dp
+ 168.00sp
+ 170.10dp
+ 170.10sp
+ 172.20dp
+ 172.20sp
+ 174.30dp
+ 174.30sp
+ 176.40dp
+ 176.40sp
+ 178.50dp
+ 178.50sp
+ 180.60dp
+ 180.60sp
+ 182.70dp
+ 182.70sp
+ 184.80dp
+ 184.80sp
+ 186.90dp
+ 186.90sp
+ 16.80dp
+ 16.80sp
+ 189.00dp
+ 189.00sp
+ 191.10dp
+ 191.10sp
+ 193.20dp
+ 193.20sp
+ 195.30dp
+ 195.30sp
+ 197.40dp
+ 197.40sp
+ 199.50dp
+ 199.50sp
+ 201.60dp
+ 201.60sp
+ 203.70dp
+ 203.70sp
+ 205.80dp
+ 205.80sp
+ 207.90dp
+ 207.90sp
+ 18.90dp
+ 18.90sp
+ -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
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw660dp-v13/values-sw660dp-v13.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw660dp-v13/values-sw660dp-v13.xml
new file mode 100644
index 0000000..b658675
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw660dp-v13/values-sw660dp-v13.xml
@@ -0,0 +1,763 @@
+
+
+ 220.00dp
+ 220.00sp
+ 222.20dp
+ 224.40dp
+ 226.60dp
+ 228.80dp
+ 231.00dp
+ 233.20dp
+ 235.40dp
+ 237.60dp
+ 239.80dp
+ 22.00dp
+ 22.00sp
+ 242.00dp
+ 244.20dp
+ 246.40dp
+ 248.60dp
+ 250.80dp
+ 253.00dp
+ 255.20dp
+ 257.40dp
+ 259.60dp
+ 261.80dp
+ 24.20dp
+ 24.20sp
+ 264.00dp
+ 266.20dp
+ 268.40dp
+ 270.60dp
+ 272.80dp
+ 275.00dp
+ 277.20dp
+ 279.40dp
+ 281.60dp
+ 283.80dp
+ 26.40dp
+ 26.40sp
+ 286.00dp
+ 288.20dp
+ 290.40dp
+ 292.60dp
+ 294.80dp
+ 297.00dp
+ 299.20dp
+ 301.40dp
+ 303.60dp
+ 305.80dp
+ 28.60dp
+ 28.60sp
+ 308.00dp
+ 310.20dp
+ 312.40dp
+ 314.60dp
+ 316.80dp
+ 319.00dp
+ 321.20dp
+ 323.40dp
+ 325.60dp
+ 327.80dp
+ 30.80dp
+ 30.80sp
+ 330.00dp
+ 332.20dp
+ 334.40dp
+ 336.60dp
+ 338.80dp
+ 341.00dp
+ 343.20dp
+ 345.40dp
+ 347.60dp
+ 349.80dp
+ 33.00dp
+ 33.00sp
+ 352.00dp
+ 354.20dp
+ 356.40dp
+ 358.60dp
+ 360.80dp
+ 363.00dp
+ 365.20dp
+ 367.40dp
+ 369.60dp
+ 371.80dp
+ 35.20dp
+ 35.20sp
+ 374.00dp
+ 376.20dp
+ 378.40dp
+ 380.60dp
+ 382.80dp
+ 385.00dp
+ 387.20dp
+ 389.40dp
+ 391.60dp
+ 393.80dp
+ 37.40dp
+ 37.40sp
+ 396.00dp
+ 398.20dp
+ 400.40dp
+ 402.60dp
+ 404.80dp
+ 407.00dp
+ 409.20dp
+ 411.40dp
+ 413.60dp
+ 415.80dp
+ 39.60dp
+ 39.60sp
+ 418.00dp
+ 420.20dp
+ 422.40dp
+ 424.60dp
+ 426.80dp
+ 429.00dp
+ 431.20dp
+ 433.40dp
+ 435.60dp
+ 437.80dp
+ 41.80dp
+ 41.80sp
+ 2.20dp
+ 2.20sp
+ 440.00dp
+ 442.20dp
+ 444.40dp
+ 446.60dp
+ 448.80dp
+ 451.00dp
+ 453.20dp
+ 455.40dp
+ 457.60dp
+ 459.80dp
+ 44.00dp
+ 44.00sp
+ 462.00dp
+ 464.20dp
+ 466.40dp
+ 468.60dp
+ 470.80dp
+ 473.00dp
+ 475.20dp
+ 477.40dp
+ 479.60dp
+ 481.80dp
+ 46.20dp
+ 46.20sp
+ 484.00dp
+ 486.20dp
+ 488.40dp
+ 490.60dp
+ 492.80dp
+ 495.00dp
+ 497.20dp
+ 499.40dp
+ 501.60dp
+ 503.80dp
+ 48.40dp
+ 48.40sp
+ 506.00dp
+ 508.20dp
+ 510.40dp
+ 512.60dp
+ 514.80dp
+ 517.00dp
+ 519.20dp
+ 521.40dp
+ 523.60dp
+ 525.80dp
+ 50.60dp
+ 50.60sp
+ 528.00dp
+ 530.20dp
+ 532.40dp
+ 534.60dp
+ 536.80dp
+ 539.00dp
+ 541.20dp
+ 543.40dp
+ 545.60dp
+ 547.80dp
+ 52.80dp
+ 52.80sp
+ 550.00dp
+ 552.20dp
+ 554.40dp
+ 556.60dp
+ 558.80dp
+ 561.00dp
+ 563.20dp
+ 565.40dp
+ 567.60dp
+ 569.80dp
+ 55.00dp
+ 55.00sp
+ 572.00dp
+ 574.20dp
+ 576.40dp
+ 578.60dp
+ 580.80dp
+ 583.00dp
+ 585.20dp
+ 587.40dp
+ 589.60dp
+ 591.80dp
+ 57.20dp
+ 57.20sp
+ 594.00dp
+ 596.20dp
+ 598.40dp
+ 600.60dp
+ 602.80dp
+ 605.00dp
+ 607.20dp
+ 609.40dp
+ 611.60dp
+ 613.80dp
+ 59.40dp
+ 59.40sp
+ 616.00dp
+ 618.20dp
+ 620.40dp
+ 622.60dp
+ 624.80dp
+ 627.00dp
+ 629.20dp
+ 631.40dp
+ 633.60dp
+ 635.80dp
+ 61.60dp
+ 61.60sp
+ 638.00dp
+ 640.20dp
+ 642.40dp
+ 644.60dp
+ 646.80dp
+ 649.00dp
+ 651.20dp
+ 653.40dp
+ 655.60dp
+ 657.80dp
+ 63.80dp
+ 63.80sp
+ 4.40dp
+ 4.40sp
+ 660.00dp
+ 662.20dp
+ 664.40dp
+ 666.60dp
+ 668.80dp
+ 671.00dp
+ 673.20dp
+ 675.40dp
+ 677.60dp
+ 679.80dp
+ 66.00dp
+ 66.00sp
+ 682.00dp
+ 684.20dp
+ 686.40dp
+ 688.60dp
+ 690.80dp
+ 693.00dp
+ 695.20dp
+ 697.40dp
+ 699.60dp
+ 701.80dp
+ 68.20dp
+ 68.20sp
+ 704.00dp
+ 706.20dp
+ 708.40dp
+ 710.60dp
+ 712.80dp
+ 715.00dp
+ 717.20dp
+ 719.40dp
+ 721.60dp
+ 723.80dp
+ 70.40dp
+ 70.40sp
+ 726.00dp
+ 728.20dp
+ 730.40dp
+ 732.60dp
+ 734.80dp
+ 737.00dp
+ 739.20dp
+ 741.40dp
+ 743.60dp
+ 745.80dp
+ 72.60dp
+ 72.60sp
+ 748.00dp
+ 750.20dp
+ 752.40dp
+ 754.60dp
+ 756.80dp
+ 759.00dp
+ 761.20dp
+ 763.40dp
+ 765.60dp
+ 767.80dp
+ 74.80dp
+ 74.80sp
+ 770.00dp
+ 772.20dp
+ 774.40dp
+ 776.60dp
+ 778.80dp
+ 781.00dp
+ 783.20dp
+ 785.40dp
+ 787.60dp
+ 789.80dp
+ 77.00dp
+ 77.00sp
+ 792.00dp
+ 794.20dp
+ 796.40dp
+ 798.60dp
+ 800.80dp
+ 803.00dp
+ 805.20dp
+ 807.40dp
+ 809.60dp
+ 811.80dp
+ 79.20dp
+ 79.20sp
+ 814.00dp
+ 816.20dp
+ 818.40dp
+ 820.60dp
+ 822.80dp
+ 825.00dp
+ 827.20dp
+ 829.40dp
+ 831.60dp
+ 833.80dp
+ 81.40dp
+ 81.40sp
+ 836.00dp
+ 838.20dp
+ 840.40dp
+ 842.60dp
+ 844.80dp
+ 847.00dp
+ 849.20dp
+ 851.40dp
+ 853.60dp
+ 855.80dp
+ 83.60dp
+ 83.60sp
+ 858.00dp
+ 860.20dp
+ 862.40dp
+ 864.60dp
+ 866.80dp
+ 869.00dp
+ 871.20dp
+ 873.40dp
+ 875.60dp
+ 877.80dp
+ 85.80dp
+ 85.80sp
+ 6.60dp
+ 6.60sp
+ 880.00dp
+ 882.20dp
+ 884.40dp
+ 886.60dp
+ 888.80dp
+ 891.00dp
+ 893.20dp
+ 895.40dp
+ 897.60dp
+ 899.80dp
+ 88.00dp
+ 88.00sp
+ 902.00dp
+ 904.20dp
+ 906.40dp
+ 908.60dp
+ 910.80dp
+ 913.00dp
+ 915.20dp
+ 917.40dp
+ 919.60dp
+ 921.80dp
+ 90.20dp
+ 90.20sp
+ 924.00dp
+ 926.20dp
+ 928.40dp
+ 930.60dp
+ 932.80dp
+ 935.00dp
+ 937.20dp
+ 939.40dp
+ 941.60dp
+ 943.80dp
+ 92.40dp
+ 92.40sp
+ 946.00dp
+ 948.20dp
+ 950.40dp
+ 952.60dp
+ 954.80dp
+ 957.00dp
+ 959.20dp
+ 961.40dp
+ 963.60dp
+ 965.80dp
+ 94.60dp
+ 94.60sp
+ 968.00dp
+ 970.20dp
+ 972.40dp
+ 974.60dp
+ 976.80dp
+ 979.00dp
+ 981.20dp
+ 983.40dp
+ 985.60dp
+ 987.80dp
+ 96.80dp
+ 96.80sp
+ 990.00dp
+ 992.20dp
+ 994.40dp
+ 996.60dp
+ 998.80dp
+ 1001.00dp
+ 1003.20dp
+ 1005.40dp
+ 1007.60dp
+ 1009.80dp
+ 99.00dp
+ 99.00sp
+ 1012.00dp
+ 1014.20dp
+ 1016.40dp
+ 1018.60dp
+ 1020.80dp
+ 1023.00dp
+ 1025.20dp
+ 1027.40dp
+ 1029.60dp
+ 1031.80dp
+ 101.20dp
+ 101.20sp
+ 1034.00dp
+ 1036.20dp
+ 1038.40dp
+ 1040.60dp
+ 1042.80dp
+ 1045.00dp
+ 1047.20dp
+ 1049.40dp
+ 1051.60dp
+ 1053.80dp
+ 103.40dp
+ 103.40sp
+ 1056.00dp
+ 1058.20dp
+ 1060.40dp
+ 1062.60dp
+ 1064.80dp
+ 1067.00dp
+ 1069.20dp
+ 1071.40dp
+ 1073.60dp
+ 1075.80dp
+ 105.60dp
+ 105.60sp
+ 1078.00dp
+ 1080.20dp
+ 1082.40dp
+ 1084.60dp
+ 1086.80dp
+ 1089.00dp
+ 1091.20dp
+ 1093.40dp
+ 1095.60dp
+ 1097.80dp
+ 107.80dp
+ 107.80sp
+ 8.80dp
+ 8.80sp
+ 1100.00dp
+ 1102.20dp
+ 1104.40dp
+ 1106.60dp
+ 1108.80dp
+ 1111.00dp
+ 1113.20dp
+ 1115.40dp
+ 1117.60dp
+ 1119.80dp
+ 110.00dp
+ 110.00sp
+ 1122.00dp
+ 1124.20dp
+ 1126.40dp
+ 1128.60dp
+ 1130.80dp
+ 1133.00dp
+ 1135.20dp
+ 1137.40dp
+ 1139.60dp
+ 1141.80dp
+ 112.20dp
+ 112.20sp
+ 1144.00dp
+ 1146.20dp
+ 1148.40dp
+ 1150.60dp
+ 1152.80dp
+ 1155.00dp
+ 1157.20dp
+ 1159.40dp
+ 1161.60dp
+ 1163.80dp
+ 114.40dp
+ 114.40sp
+ 1166.00dp
+ 1168.20dp
+ 1170.40dp
+ 1172.60dp
+ 1174.80dp
+ 1177.00dp
+ 1179.20dp
+ 1181.40dp
+ 1183.60dp
+ 1185.80dp
+ 116.60dp
+ 116.60sp
+ 1188.00dp
+ 1190.20dp
+ 1192.40dp
+ 1194.60dp
+ 1196.80dp
+ 1199.00dp
+ 1201.20dp
+ 1203.40dp
+ 1205.60dp
+ 1207.80dp
+ 118.80dp
+ 118.80sp
+ 1210.00dp
+ 1212.20dp
+ 1214.40dp
+ 1216.60dp
+ 1218.80dp
+ 1221.00dp
+ 1223.20dp
+ 1225.40dp
+ 1227.60dp
+ 1229.80dp
+ 121.00dp
+ 121.00sp
+ 1232.00dp
+ 1234.20dp
+ 1236.40dp
+ 1238.60dp
+ 1240.80dp
+ 1243.00dp
+ 1245.20dp
+ 1247.40dp
+ 1249.60dp
+ 1251.80dp
+ 123.20dp
+ 123.20sp
+ 1254.00dp
+ 1256.20dp
+ 1258.40dp
+ 1260.60dp
+ 1262.80dp
+ 1265.00dp
+ 1267.20dp
+ 1269.40dp
+ 1271.60dp
+ 1273.80dp
+ 125.40dp
+ 125.40sp
+ 1276.00dp
+ 1278.20dp
+ 1280.40dp
+ 1282.60dp
+ 1284.80dp
+ 1287.00dp
+ 1289.20dp
+ 1291.40dp
+ 1293.60dp
+ 1295.80dp
+ 127.60dp
+ 127.60sp
+ 1298.00dp
+ 1300.20dp
+ 1302.40dp
+ 1304.60dp
+ 1306.80dp
+ 1309.00dp
+ 1311.20dp
+ 1313.40dp
+ 1315.60dp
+ 1317.80dp
+ 129.80dp
+ 129.80sp
+ 11.00dp
+ 11.00sp
+ 1320.00dp
+ 132.00dp
+ 132.00sp
+ 134.20dp
+ 134.20sp
+ 136.40dp
+ 136.40sp
+ 138.60dp
+ 138.60sp
+ 140.80dp
+ 140.80sp
+ 143.00dp
+ 143.00sp
+ 145.20dp
+ 145.20sp
+ 147.40dp
+ 147.40sp
+ 149.60dp
+ 149.60sp
+ 151.80dp
+ 151.80sp
+ 13.20dp
+ 13.20sp
+ 154.00dp
+ 154.00sp
+ 156.20dp
+ 156.20sp
+ 158.40dp
+ 158.40sp
+ 160.60dp
+ 160.60sp
+ 162.80dp
+ 162.80sp
+ 165.00dp
+ 165.00sp
+ 167.20dp
+ 167.20sp
+ 169.40dp
+ 169.40sp
+ 171.60dp
+ 171.60sp
+ 173.80dp
+ 173.80sp
+ 15.40dp
+ 15.40sp
+ 176.00dp
+ 176.00sp
+ 178.20dp
+ 178.20sp
+ 180.40dp
+ 180.40sp
+ 182.60dp
+ 182.60sp
+ 184.80dp
+ 184.80sp
+ 187.00dp
+ 187.00sp
+ 189.20dp
+ 189.20sp
+ 191.40dp
+ 191.40sp
+ 193.60dp
+ 193.60sp
+ 195.80dp
+ 195.80sp
+ 17.60dp
+ 17.60sp
+ 198.00dp
+ 198.00sp
+ 200.20dp
+ 200.20sp
+ 202.40dp
+ 202.40sp
+ 204.60dp
+ 204.60sp
+ 206.80dp
+ 206.80sp
+ 209.00dp
+ 209.00sp
+ 211.20dp
+ 211.20sp
+ 213.40dp
+ 213.40sp
+ 215.60dp
+ 215.60sp
+ 217.80dp
+ 217.80sp
+ 19.80dp
+ 19.80sp
+ -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
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw690dp-v13/values-sw690dp-v13.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw690dp-v13/values-sw690dp-v13.xml
new file mode 100644
index 0000000..1222b7f
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw690dp-v13/values-sw690dp-v13.xml
@@ -0,0 +1,763 @@
+
+
+ 230.00dp
+ 230.00sp
+ 232.30dp
+ 234.60dp
+ 236.90dp
+ 239.20dp
+ 241.50dp
+ 243.80dp
+ 246.10dp
+ 248.40dp
+ 250.70dp
+ 23.00dp
+ 23.00sp
+ 253.00dp
+ 255.30dp
+ 257.60dp
+ 259.90dp
+ 262.20dp
+ 264.50dp
+ 266.80dp
+ 269.10dp
+ 271.40dp
+ 273.70dp
+ 25.30dp
+ 25.30sp
+ 276.00dp
+ 278.30dp
+ 280.60dp
+ 282.90dp
+ 285.20dp
+ 287.50dp
+ 289.80dp
+ 292.10dp
+ 294.40dp
+ 296.70dp
+ 27.60dp
+ 27.60sp
+ 299.00dp
+ 301.30dp
+ 303.60dp
+ 305.90dp
+ 308.20dp
+ 310.50dp
+ 312.80dp
+ 315.10dp
+ 317.40dp
+ 319.70dp
+ 29.90dp
+ 29.90sp
+ 322.00dp
+ 324.30dp
+ 326.60dp
+ 328.90dp
+ 331.20dp
+ 333.50dp
+ 335.80dp
+ 338.10dp
+ 340.40dp
+ 342.70dp
+ 32.20dp
+ 32.20sp
+ 345.00dp
+ 347.30dp
+ 349.60dp
+ 351.90dp
+ 354.20dp
+ 356.50dp
+ 358.80dp
+ 361.10dp
+ 363.40dp
+ 365.70dp
+ 34.50dp
+ 34.50sp
+ 368.00dp
+ 370.30dp
+ 372.60dp
+ 374.90dp
+ 377.20dp
+ 379.50dp
+ 381.80dp
+ 384.10dp
+ 386.40dp
+ 388.70dp
+ 36.80dp
+ 36.80sp
+ 391.00dp
+ 393.30dp
+ 395.60dp
+ 397.90dp
+ 400.20dp
+ 402.50dp
+ 404.80dp
+ 407.10dp
+ 409.40dp
+ 411.70dp
+ 39.10dp
+ 39.10sp
+ 414.00dp
+ 416.30dp
+ 418.60dp
+ 420.90dp
+ 423.20dp
+ 425.50dp
+ 427.80dp
+ 430.10dp
+ 432.40dp
+ 434.70dp
+ 41.40dp
+ 41.40sp
+ 437.00dp
+ 439.30dp
+ 441.60dp
+ 443.90dp
+ 446.20dp
+ 448.50dp
+ 450.80dp
+ 453.10dp
+ 455.40dp
+ 457.70dp
+ 43.70dp
+ 43.70sp
+ 2.30dp
+ 2.30sp
+ 460.00dp
+ 462.30dp
+ 464.60dp
+ 466.90dp
+ 469.20dp
+ 471.50dp
+ 473.80dp
+ 476.10dp
+ 478.40dp
+ 480.70dp
+ 46.00dp
+ 46.00sp
+ 483.00dp
+ 485.30dp
+ 487.60dp
+ 489.90dp
+ 492.20dp
+ 494.50dp
+ 496.80dp
+ 499.10dp
+ 501.40dp
+ 503.70dp
+ 48.30dp
+ 48.30sp
+ 506.00dp
+ 508.30dp
+ 510.60dp
+ 512.90dp
+ 515.20dp
+ 517.50dp
+ 519.80dp
+ 522.10dp
+ 524.40dp
+ 526.70dp
+ 50.60dp
+ 50.60sp
+ 529.00dp
+ 531.30dp
+ 533.60dp
+ 535.90dp
+ 538.20dp
+ 540.50dp
+ 542.80dp
+ 545.10dp
+ 547.40dp
+ 549.70dp
+ 52.90dp
+ 52.90sp
+ 552.00dp
+ 554.30dp
+ 556.60dp
+ 558.90dp
+ 561.20dp
+ 563.50dp
+ 565.80dp
+ 568.10dp
+ 570.40dp
+ 572.70dp
+ 55.20dp
+ 55.20sp
+ 575.00dp
+ 577.30dp
+ 579.60dp
+ 581.90dp
+ 584.20dp
+ 586.50dp
+ 588.80dp
+ 591.10dp
+ 593.40dp
+ 595.70dp
+ 57.50dp
+ 57.50sp
+ 598.00dp
+ 600.30dp
+ 602.60dp
+ 604.90dp
+ 607.20dp
+ 609.50dp
+ 611.80dp
+ 614.10dp
+ 616.40dp
+ 618.70dp
+ 59.80dp
+ 59.80sp
+ 621.00dp
+ 623.30dp
+ 625.60dp
+ 627.90dp
+ 630.20dp
+ 632.50dp
+ 634.80dp
+ 637.10dp
+ 639.40dp
+ 641.70dp
+ 62.10dp
+ 62.10sp
+ 644.00dp
+ 646.30dp
+ 648.60dp
+ 650.90dp
+ 653.20dp
+ 655.50dp
+ 657.80dp
+ 660.10dp
+ 662.40dp
+ 664.70dp
+ 64.40dp
+ 64.40sp
+ 667.00dp
+ 669.30dp
+ 671.60dp
+ 673.90dp
+ 676.20dp
+ 678.50dp
+ 680.80dp
+ 683.10dp
+ 685.40dp
+ 687.70dp
+ 66.70dp
+ 66.70sp
+ 4.60dp
+ 4.60sp
+ 690.00dp
+ 692.30dp
+ 694.60dp
+ 696.90dp
+ 699.20dp
+ 701.50dp
+ 703.80dp
+ 706.10dp
+ 708.40dp
+ 710.70dp
+ 69.00dp
+ 69.00sp
+ 713.00dp
+ 715.30dp
+ 717.60dp
+ 719.90dp
+ 722.20dp
+ 724.50dp
+ 726.80dp
+ 729.10dp
+ 731.40dp
+ 733.70dp
+ 71.30dp
+ 71.30sp
+ 736.00dp
+ 738.30dp
+ 740.60dp
+ 742.90dp
+ 745.20dp
+ 747.50dp
+ 749.80dp
+ 752.10dp
+ 754.40dp
+ 756.70dp
+ 73.60dp
+ 73.60sp
+ 759.00dp
+ 761.30dp
+ 763.60dp
+ 765.90dp
+ 768.20dp
+ 770.50dp
+ 772.80dp
+ 775.10dp
+ 777.40dp
+ 779.70dp
+ 75.90dp
+ 75.90sp
+ 782.00dp
+ 784.30dp
+ 786.60dp
+ 788.90dp
+ 791.20dp
+ 793.50dp
+ 795.80dp
+ 798.10dp
+ 800.40dp
+ 802.70dp
+ 78.20dp
+ 78.20sp
+ 805.00dp
+ 807.30dp
+ 809.60dp
+ 811.90dp
+ 814.20dp
+ 816.50dp
+ 818.80dp
+ 821.10dp
+ 823.40dp
+ 825.70dp
+ 80.50dp
+ 80.50sp
+ 828.00dp
+ 830.30dp
+ 832.60dp
+ 834.90dp
+ 837.20dp
+ 839.50dp
+ 841.80dp
+ 844.10dp
+ 846.40dp
+ 848.70dp
+ 82.80dp
+ 82.80sp
+ 851.00dp
+ 853.30dp
+ 855.60dp
+ 857.90dp
+ 860.20dp
+ 862.50dp
+ 864.80dp
+ 867.10dp
+ 869.40dp
+ 871.70dp
+ 85.10dp
+ 85.10sp
+ 874.00dp
+ 876.30dp
+ 878.60dp
+ 880.90dp
+ 883.20dp
+ 885.50dp
+ 887.80dp
+ 890.10dp
+ 892.40dp
+ 894.70dp
+ 87.40dp
+ 87.40sp
+ 897.00dp
+ 899.30dp
+ 901.60dp
+ 903.90dp
+ 906.20dp
+ 908.50dp
+ 910.80dp
+ 913.10dp
+ 915.40dp
+ 917.70dp
+ 89.70dp
+ 89.70sp
+ 6.90dp
+ 6.90sp
+ 920.00dp
+ 922.30dp
+ 924.60dp
+ 926.90dp
+ 929.20dp
+ 931.50dp
+ 933.80dp
+ 936.10dp
+ 938.40dp
+ 940.70dp
+ 92.00dp
+ 92.00sp
+ 943.00dp
+ 945.30dp
+ 947.60dp
+ 949.90dp
+ 952.20dp
+ 954.50dp
+ 956.80dp
+ 959.10dp
+ 961.40dp
+ 963.70dp
+ 94.30dp
+ 94.30sp
+ 966.00dp
+ 968.30dp
+ 970.60dp
+ 972.90dp
+ 975.20dp
+ 977.50dp
+ 979.80dp
+ 982.10dp
+ 984.40dp
+ 986.70dp
+ 96.60dp
+ 96.60sp
+ 989.00dp
+ 991.30dp
+ 993.60dp
+ 995.90dp
+ 998.20dp
+ 1000.50dp
+ 1002.80dp
+ 1005.10dp
+ 1007.40dp
+ 1009.70dp
+ 98.90dp
+ 98.90sp
+ 1012.00dp
+ 1014.30dp
+ 1016.60dp
+ 1018.90dp
+ 1021.20dp
+ 1023.50dp
+ 1025.80dp
+ 1028.10dp
+ 1030.40dp
+ 1032.70dp
+ 101.20dp
+ 101.20sp
+ 1035.00dp
+ 1037.30dp
+ 1039.60dp
+ 1041.90dp
+ 1044.20dp
+ 1046.50dp
+ 1048.80dp
+ 1051.10dp
+ 1053.40dp
+ 1055.70dp
+ 103.50dp
+ 103.50sp
+ 1058.00dp
+ 1060.30dp
+ 1062.60dp
+ 1064.90dp
+ 1067.20dp
+ 1069.50dp
+ 1071.80dp
+ 1074.10dp
+ 1076.40dp
+ 1078.70dp
+ 105.80dp
+ 105.80sp
+ 1081.00dp
+ 1083.30dp
+ 1085.60dp
+ 1087.90dp
+ 1090.20dp
+ 1092.50dp
+ 1094.80dp
+ 1097.10dp
+ 1099.40dp
+ 1101.70dp
+ 108.10dp
+ 108.10sp
+ 1104.00dp
+ 1106.30dp
+ 1108.60dp
+ 1110.90dp
+ 1113.20dp
+ 1115.50dp
+ 1117.80dp
+ 1120.10dp
+ 1122.40dp
+ 1124.70dp
+ 110.40dp
+ 110.40sp
+ 1127.00dp
+ 1129.30dp
+ 1131.60dp
+ 1133.90dp
+ 1136.20dp
+ 1138.50dp
+ 1140.80dp
+ 1143.10dp
+ 1145.40dp
+ 1147.70dp
+ 112.70dp
+ 112.70sp
+ 9.20dp
+ 9.20sp
+ 1150.00dp
+ 1152.30dp
+ 1154.60dp
+ 1156.90dp
+ 1159.20dp
+ 1161.50dp
+ 1163.80dp
+ 1166.10dp
+ 1168.40dp
+ 1170.70dp
+ 115.00dp
+ 115.00sp
+ 1173.00dp
+ 1175.30dp
+ 1177.60dp
+ 1179.90dp
+ 1182.20dp
+ 1184.50dp
+ 1186.80dp
+ 1189.10dp
+ 1191.40dp
+ 1193.70dp
+ 117.30dp
+ 117.30sp
+ 1196.00dp
+ 1198.30dp
+ 1200.60dp
+ 1202.90dp
+ 1205.20dp
+ 1207.50dp
+ 1209.80dp
+ 1212.10dp
+ 1214.40dp
+ 1216.70dp
+ 119.60dp
+ 119.60sp
+ 1219.00dp
+ 1221.30dp
+ 1223.60dp
+ 1225.90dp
+ 1228.20dp
+ 1230.50dp
+ 1232.80dp
+ 1235.10dp
+ 1237.40dp
+ 1239.70dp
+ 121.90dp
+ 121.90sp
+ 1242.00dp
+ 1244.30dp
+ 1246.60dp
+ 1248.90dp
+ 1251.20dp
+ 1253.50dp
+ 1255.80dp
+ 1258.10dp
+ 1260.40dp
+ 1262.70dp
+ 124.20dp
+ 124.20sp
+ 1265.00dp
+ 1267.30dp
+ 1269.60dp
+ 1271.90dp
+ 1274.20dp
+ 1276.50dp
+ 1278.80dp
+ 1281.10dp
+ 1283.40dp
+ 1285.70dp
+ 126.50dp
+ 126.50sp
+ 1288.00dp
+ 1290.30dp
+ 1292.60dp
+ 1294.90dp
+ 1297.20dp
+ 1299.50dp
+ 1301.80dp
+ 1304.10dp
+ 1306.40dp
+ 1308.70dp
+ 128.80dp
+ 128.80sp
+ 1311.00dp
+ 1313.30dp
+ 1315.60dp
+ 1317.90dp
+ 1320.20dp
+ 1322.50dp
+ 1324.80dp
+ 1327.10dp
+ 1329.40dp
+ 1331.70dp
+ 131.10dp
+ 131.10sp
+ 1334.00dp
+ 1336.30dp
+ 1338.60dp
+ 1340.90dp
+ 1343.20dp
+ 1345.50dp
+ 1347.80dp
+ 1350.10dp
+ 1352.40dp
+ 1354.70dp
+ 133.40dp
+ 133.40sp
+ 1357.00dp
+ 1359.30dp
+ 1361.60dp
+ 1363.90dp
+ 1366.20dp
+ 1368.50dp
+ 1370.80dp
+ 1373.10dp
+ 1375.40dp
+ 1377.70dp
+ 135.70dp
+ 135.70sp
+ 11.50dp
+ 11.50sp
+ 1380.00dp
+ 138.00dp
+ 138.00sp
+ 140.30dp
+ 140.30sp
+ 142.60dp
+ 142.60sp
+ 144.90dp
+ 144.90sp
+ 147.20dp
+ 147.20sp
+ 149.50dp
+ 149.50sp
+ 151.80dp
+ 151.80sp
+ 154.10dp
+ 154.10sp
+ 156.40dp
+ 156.40sp
+ 158.70dp
+ 158.70sp
+ 13.80dp
+ 13.80sp
+ 161.00dp
+ 161.00sp
+ 163.30dp
+ 163.30sp
+ 165.60dp
+ 165.60sp
+ 167.90dp
+ 167.90sp
+ 170.20dp
+ 170.20sp
+ 172.50dp
+ 172.50sp
+ 174.80dp
+ 174.80sp
+ 177.10dp
+ 177.10sp
+ 179.40dp
+ 179.40sp
+ 181.70dp
+ 181.70sp
+ 16.10dp
+ 16.10sp
+ 184.00dp
+ 184.00sp
+ 186.30dp
+ 186.30sp
+ 188.60dp
+ 188.60sp
+ 190.90dp
+ 190.90sp
+ 193.20dp
+ 193.20sp
+ 195.50dp
+ 195.50sp
+ 197.80dp
+ 197.80sp
+ 200.10dp
+ 200.10sp
+ 202.40dp
+ 202.40sp
+ 204.70dp
+ 204.70sp
+ 18.40dp
+ 18.40sp
+ 207.00dp
+ 207.00sp
+ 209.30dp
+ 209.30sp
+ 211.60dp
+ 211.60sp
+ 213.90dp
+ 213.90sp
+ 216.20dp
+ 216.20sp
+ 218.50dp
+ 218.50sp
+ 220.80dp
+ 220.80sp
+ 223.10dp
+ 223.10sp
+ 225.40dp
+ 225.40sp
+ 227.70dp
+ 227.70sp
+ 20.70dp
+ 20.70sp
+ -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
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw720dp-v13/values-sw720dp-v13.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw720dp-v13/values-sw720dp-v13.xml
new file mode 100644
index 0000000..8a9a475
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw720dp-v13/values-sw720dp-v13.xml
@@ -0,0 +1,763 @@
+
+
+ 240.00dp
+ 240.00sp
+ 242.40dp
+ 244.80dp
+ 247.20dp
+ 249.60dp
+ 252.00dp
+ 254.40dp
+ 256.80dp
+ 259.20dp
+ 261.60dp
+ 24.00dp
+ 24.00sp
+ 264.00dp
+ 266.40dp
+ 268.80dp
+ 271.20dp
+ 273.60dp
+ 276.00dp
+ 278.40dp
+ 280.80dp
+ 283.20dp
+ 285.60dp
+ 26.40dp
+ 26.40sp
+ 288.00dp
+ 290.40dp
+ 292.80dp
+ 295.20dp
+ 297.60dp
+ 300.00dp
+ 302.40dp
+ 304.80dp
+ 307.20dp
+ 309.60dp
+ 28.80dp
+ 28.80sp
+ 312.00dp
+ 314.40dp
+ 316.80dp
+ 319.20dp
+ 321.60dp
+ 324.00dp
+ 326.40dp
+ 328.80dp
+ 331.20dp
+ 333.60dp
+ 31.20dp
+ 31.20sp
+ 336.00dp
+ 338.40dp
+ 340.80dp
+ 343.20dp
+ 345.60dp
+ 348.00dp
+ 350.40dp
+ 352.80dp
+ 355.20dp
+ 357.60dp
+ 33.60dp
+ 33.60sp
+ 360.00dp
+ 362.40dp
+ 364.80dp
+ 367.20dp
+ 369.60dp
+ 372.00dp
+ 374.40dp
+ 376.80dp
+ 379.20dp
+ 381.60dp
+ 36.00dp
+ 36.00sp
+ 384.00dp
+ 386.40dp
+ 388.80dp
+ 391.20dp
+ 393.60dp
+ 396.00dp
+ 398.40dp
+ 400.80dp
+ 403.20dp
+ 405.60dp
+ 38.40dp
+ 38.40sp
+ 408.00dp
+ 410.40dp
+ 412.80dp
+ 415.20dp
+ 417.60dp
+ 420.00dp
+ 422.40dp
+ 424.80dp
+ 427.20dp
+ 429.60dp
+ 40.80dp
+ 40.80sp
+ 432.00dp
+ 434.40dp
+ 436.80dp
+ 439.20dp
+ 441.60dp
+ 444.00dp
+ 446.40dp
+ 448.80dp
+ 451.20dp
+ 453.60dp
+ 43.20dp
+ 43.20sp
+ 456.00dp
+ 458.40dp
+ 460.80dp
+ 463.20dp
+ 465.60dp
+ 468.00dp
+ 470.40dp
+ 472.80dp
+ 475.20dp
+ 477.60dp
+ 45.60dp
+ 45.60sp
+ 2.40dp
+ 2.40sp
+ 480.00dp
+ 482.40dp
+ 484.80dp
+ 487.20dp
+ 489.60dp
+ 492.00dp
+ 494.40dp
+ 496.80dp
+ 499.20dp
+ 501.60dp
+ 48.00dp
+ 48.00sp
+ 504.00dp
+ 506.40dp
+ 508.80dp
+ 511.20dp
+ 513.60dp
+ 516.00dp
+ 518.40dp
+ 520.80dp
+ 523.20dp
+ 525.60dp
+ 50.40dp
+ 50.40sp
+ 528.00dp
+ 530.40dp
+ 532.80dp
+ 535.20dp
+ 537.60dp
+ 540.00dp
+ 542.40dp
+ 544.80dp
+ 547.20dp
+ 549.60dp
+ 52.80dp
+ 52.80sp
+ 552.00dp
+ 554.40dp
+ 556.80dp
+ 559.20dp
+ 561.60dp
+ 564.00dp
+ 566.40dp
+ 568.80dp
+ 571.20dp
+ 573.60dp
+ 55.20dp
+ 55.20sp
+ 576.00dp
+ 578.40dp
+ 580.80dp
+ 583.20dp
+ 585.60dp
+ 588.00dp
+ 590.40dp
+ 592.80dp
+ 595.20dp
+ 597.60dp
+ 57.60dp
+ 57.60sp
+ 600.00dp
+ 602.40dp
+ 604.80dp
+ 607.20dp
+ 609.60dp
+ 612.00dp
+ 614.40dp
+ 616.80dp
+ 619.20dp
+ 621.60dp
+ 60.00dp
+ 60.00sp
+ 624.00dp
+ 626.40dp
+ 628.80dp
+ 631.20dp
+ 633.60dp
+ 636.00dp
+ 638.40dp
+ 640.80dp
+ 643.20dp
+ 645.60dp
+ 62.40dp
+ 62.40sp
+ 648.00dp
+ 650.40dp
+ 652.80dp
+ 655.20dp
+ 657.60dp
+ 660.00dp
+ 662.40dp
+ 664.80dp
+ 667.20dp
+ 669.60dp
+ 64.80dp
+ 64.80sp
+ 672.00dp
+ 674.40dp
+ 676.80dp
+ 679.20dp
+ 681.60dp
+ 684.00dp
+ 686.40dp
+ 688.80dp
+ 691.20dp
+ 693.60dp
+ 67.20dp
+ 67.20sp
+ 696.00dp
+ 698.40dp
+ 700.80dp
+ 703.20dp
+ 705.60dp
+ 708.00dp
+ 710.40dp
+ 712.80dp
+ 715.20dp
+ 717.60dp
+ 69.60dp
+ 69.60sp
+ 4.80dp
+ 4.80sp
+ 720.00dp
+ 722.40dp
+ 724.80dp
+ 727.20dp
+ 729.60dp
+ 732.00dp
+ 734.40dp
+ 736.80dp
+ 739.20dp
+ 741.60dp
+ 72.00dp
+ 72.00sp
+ 744.00dp
+ 746.40dp
+ 748.80dp
+ 751.20dp
+ 753.60dp
+ 756.00dp
+ 758.40dp
+ 760.80dp
+ 763.20dp
+ 765.60dp
+ 74.40dp
+ 74.40sp
+ 768.00dp
+ 770.40dp
+ 772.80dp
+ 775.20dp
+ 777.60dp
+ 780.00dp
+ 782.40dp
+ 784.80dp
+ 787.20dp
+ 789.60dp
+ 76.80dp
+ 76.80sp
+ 792.00dp
+ 794.40dp
+ 796.80dp
+ 799.20dp
+ 801.60dp
+ 804.00dp
+ 806.40dp
+ 808.80dp
+ 811.20dp
+ 813.60dp
+ 79.20dp
+ 79.20sp
+ 816.00dp
+ 818.40dp
+ 820.80dp
+ 823.20dp
+ 825.60dp
+ 828.00dp
+ 830.40dp
+ 832.80dp
+ 835.20dp
+ 837.60dp
+ 81.60dp
+ 81.60sp
+ 840.00dp
+ 842.40dp
+ 844.80dp
+ 847.20dp
+ 849.60dp
+ 852.00dp
+ 854.40dp
+ 856.80dp
+ 859.20dp
+ 861.60dp
+ 84.00dp
+ 84.00sp
+ 864.00dp
+ 866.40dp
+ 868.80dp
+ 871.20dp
+ 873.60dp
+ 876.00dp
+ 878.40dp
+ 880.80dp
+ 883.20dp
+ 885.60dp
+ 86.40dp
+ 86.40sp
+ 888.00dp
+ 890.40dp
+ 892.80dp
+ 895.20dp
+ 897.60dp
+ 900.00dp
+ 902.40dp
+ 904.80dp
+ 907.20dp
+ 909.60dp
+ 88.80dp
+ 88.80sp
+ 912.00dp
+ 914.40dp
+ 916.80dp
+ 919.20dp
+ 921.60dp
+ 924.00dp
+ 926.40dp
+ 928.80dp
+ 931.20dp
+ 933.60dp
+ 91.20dp
+ 91.20sp
+ 936.00dp
+ 938.40dp
+ 940.80dp
+ 943.20dp
+ 945.60dp
+ 948.00dp
+ 950.40dp
+ 952.80dp
+ 955.20dp
+ 957.60dp
+ 93.60dp
+ 93.60sp
+ 7.20dp
+ 7.20sp
+ 960.00dp
+ 962.40dp
+ 964.80dp
+ 967.20dp
+ 969.60dp
+ 972.00dp
+ 974.40dp
+ 976.80dp
+ 979.20dp
+ 981.60dp
+ 96.00dp
+ 96.00sp
+ 984.00dp
+ 986.40dp
+ 988.80dp
+ 991.20dp
+ 993.60dp
+ 996.00dp
+ 998.40dp
+ 1000.80dp
+ 1003.20dp
+ 1005.60dp
+ 98.40dp
+ 98.40sp
+ 1008.00dp
+ 1010.40dp
+ 1012.80dp
+ 1015.20dp
+ 1017.60dp
+ 1020.00dp
+ 1022.40dp
+ 1024.80dp
+ 1027.20dp
+ 1029.60dp
+ 100.80dp
+ 100.80sp
+ 1032.00dp
+ 1034.40dp
+ 1036.80dp
+ 1039.20dp
+ 1041.60dp
+ 1044.00dp
+ 1046.40dp
+ 1048.80dp
+ 1051.20dp
+ 1053.60dp
+ 103.20dp
+ 103.20sp
+ 1056.00dp
+ 1058.40dp
+ 1060.80dp
+ 1063.20dp
+ 1065.60dp
+ 1068.00dp
+ 1070.40dp
+ 1072.80dp
+ 1075.20dp
+ 1077.60dp
+ 105.60dp
+ 105.60sp
+ 1080.00dp
+ 1082.40dp
+ 1084.80dp
+ 1087.20dp
+ 1089.60dp
+ 1092.00dp
+ 1094.40dp
+ 1096.80dp
+ 1099.20dp
+ 1101.60dp
+ 108.00dp
+ 108.00sp
+ 1104.00dp
+ 1106.40dp
+ 1108.80dp
+ 1111.20dp
+ 1113.60dp
+ 1116.00dp
+ 1118.40dp
+ 1120.80dp
+ 1123.20dp
+ 1125.60dp
+ 110.40dp
+ 110.40sp
+ 1128.00dp
+ 1130.40dp
+ 1132.80dp
+ 1135.20dp
+ 1137.60dp
+ 1140.00dp
+ 1142.40dp
+ 1144.80dp
+ 1147.20dp
+ 1149.60dp
+ 112.80dp
+ 112.80sp
+ 1152.00dp
+ 1154.40dp
+ 1156.80dp
+ 1159.20dp
+ 1161.60dp
+ 1164.00dp
+ 1166.40dp
+ 1168.80dp
+ 1171.20dp
+ 1173.60dp
+ 115.20dp
+ 115.20sp
+ 1176.00dp
+ 1178.40dp
+ 1180.80dp
+ 1183.20dp
+ 1185.60dp
+ 1188.00dp
+ 1190.40dp
+ 1192.80dp
+ 1195.20dp
+ 1197.60dp
+ 117.60dp
+ 117.60sp
+ 9.60dp
+ 9.60sp
+ 1200.00dp
+ 1202.40dp
+ 1204.80dp
+ 1207.20dp
+ 1209.60dp
+ 1212.00dp
+ 1214.40dp
+ 1216.80dp
+ 1219.20dp
+ 1221.60dp
+ 120.00dp
+ 120.00sp
+ 1224.00dp
+ 1226.40dp
+ 1228.80dp
+ 1231.20dp
+ 1233.60dp
+ 1236.00dp
+ 1238.40dp
+ 1240.80dp
+ 1243.20dp
+ 1245.60dp
+ 122.40dp
+ 122.40sp
+ 1248.00dp
+ 1250.40dp
+ 1252.80dp
+ 1255.20dp
+ 1257.60dp
+ 1260.00dp
+ 1262.40dp
+ 1264.80dp
+ 1267.20dp
+ 1269.60dp
+ 124.80dp
+ 124.80sp
+ 1272.00dp
+ 1274.40dp
+ 1276.80dp
+ 1279.20dp
+ 1281.60dp
+ 1284.00dp
+ 1286.40dp
+ 1288.80dp
+ 1291.20dp
+ 1293.60dp
+ 127.20dp
+ 127.20sp
+ 1296.00dp
+ 1298.40dp
+ 1300.80dp
+ 1303.20dp
+ 1305.60dp
+ 1308.00dp
+ 1310.40dp
+ 1312.80dp
+ 1315.20dp
+ 1317.60dp
+ 129.60dp
+ 129.60sp
+ 1320.00dp
+ 1322.40dp
+ 1324.80dp
+ 1327.20dp
+ 1329.60dp
+ 1332.00dp
+ 1334.40dp
+ 1336.80dp
+ 1339.20dp
+ 1341.60dp
+ 132.00dp
+ 132.00sp
+ 1344.00dp
+ 1346.40dp
+ 1348.80dp
+ 1351.20dp
+ 1353.60dp
+ 1356.00dp
+ 1358.40dp
+ 1360.80dp
+ 1363.20dp
+ 1365.60dp
+ 134.40dp
+ 134.40sp
+ 1368.00dp
+ 1370.40dp
+ 1372.80dp
+ 1375.20dp
+ 1377.60dp
+ 1380.00dp
+ 1382.40dp
+ 1384.80dp
+ 1387.20dp
+ 1389.60dp
+ 136.80dp
+ 136.80sp
+ 1392.00dp
+ 1394.40dp
+ 1396.80dp
+ 1399.20dp
+ 1401.60dp
+ 1404.00dp
+ 1406.40dp
+ 1408.80dp
+ 1411.20dp
+ 1413.60dp
+ 139.20dp
+ 139.20sp
+ 1416.00dp
+ 1418.40dp
+ 1420.80dp
+ 1423.20dp
+ 1425.60dp
+ 1428.00dp
+ 1430.40dp
+ 1432.80dp
+ 1435.20dp
+ 1437.60dp
+ 141.60dp
+ 141.60sp
+ 12.00dp
+ 12.00sp
+ 1440.00dp
+ 144.00dp
+ 144.00sp
+ 146.40dp
+ 146.40sp
+ 148.80dp
+ 148.80sp
+ 151.20dp
+ 151.20sp
+ 153.60dp
+ 153.60sp
+ 156.00dp
+ 156.00sp
+ 158.40dp
+ 158.40sp
+ 160.80dp
+ 160.80sp
+ 163.20dp
+ 163.20sp
+ 165.60dp
+ 165.60sp
+ 14.40dp
+ 14.40sp
+ 168.00dp
+ 168.00sp
+ 170.40dp
+ 170.40sp
+ 172.80dp
+ 172.80sp
+ 175.20dp
+ 175.20sp
+ 177.60dp
+ 177.60sp
+ 180.00dp
+ 180.00sp
+ 182.40dp
+ 182.40sp
+ 184.80dp
+ 184.80sp
+ 187.20dp
+ 187.20sp
+ 189.60dp
+ 189.60sp
+ 16.80dp
+ 16.80sp
+ 192.00dp
+ 192.00sp
+ 194.40dp
+ 194.40sp
+ 196.80dp
+ 196.80sp
+ 199.20dp
+ 199.20sp
+ 201.60dp
+ 201.60sp
+ 204.00dp
+ 204.00sp
+ 206.40dp
+ 206.40sp
+ 208.80dp
+ 208.80sp
+ 211.20dp
+ 211.20sp
+ 213.60dp
+ 213.60sp
+ 19.20dp
+ 19.20sp
+ 216.00dp
+ 216.00sp
+ 218.40dp
+ 218.40sp
+ 220.80dp
+ 220.80sp
+ 223.20dp
+ 223.20sp
+ 225.60dp
+ 225.60sp
+ 228.00dp
+ 228.00sp
+ 230.40dp
+ 230.40sp
+ 232.80dp
+ 232.80sp
+ 235.20dp
+ 235.20sp
+ 237.60dp
+ 237.60sp
+ 21.60dp
+ 21.60sp
+ -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
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw750dp-v13/values-sw750dp-v13.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw750dp-v13/values-sw750dp-v13.xml
new file mode 100644
index 0000000..d4f607e
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw750dp-v13/values-sw750dp-v13.xml
@@ -0,0 +1,763 @@
+
+
+ 250.00dp
+ 250.00sp
+ 252.50dp
+ 255.00dp
+ 257.50dp
+ 260.00dp
+ 262.50dp
+ 265.00dp
+ 267.50dp
+ 270.00dp
+ 272.50dp
+ 25.00dp
+ 25.00sp
+ 275.00dp
+ 277.50dp
+ 280.00dp
+ 282.50dp
+ 285.00dp
+ 287.50dp
+ 290.00dp
+ 292.50dp
+ 295.00dp
+ 297.50dp
+ 27.50dp
+ 27.50sp
+ 300.00dp
+ 302.50dp
+ 305.00dp
+ 307.50dp
+ 310.00dp
+ 312.50dp
+ 315.00dp
+ 317.50dp
+ 320.00dp
+ 322.50dp
+ 30.00dp
+ 30.00sp
+ 325.00dp
+ 327.50dp
+ 330.00dp
+ 332.50dp
+ 335.00dp
+ 337.50dp
+ 340.00dp
+ 342.50dp
+ 345.00dp
+ 347.50dp
+ 32.50dp
+ 32.50sp
+ 350.00dp
+ 352.50dp
+ 355.00dp
+ 357.50dp
+ 360.00dp
+ 362.50dp
+ 365.00dp
+ 367.50dp
+ 370.00dp
+ 372.50dp
+ 35.00dp
+ 35.00sp
+ 375.00dp
+ 377.50dp
+ 380.00dp
+ 382.50dp
+ 385.00dp
+ 387.50dp
+ 390.00dp
+ 392.50dp
+ 395.00dp
+ 397.50dp
+ 37.50dp
+ 37.50sp
+ 400.00dp
+ 402.50dp
+ 405.00dp
+ 407.50dp
+ 410.00dp
+ 412.50dp
+ 415.00dp
+ 417.50dp
+ 420.00dp
+ 422.50dp
+ 40.00dp
+ 40.00sp
+ 425.00dp
+ 427.50dp
+ 430.00dp
+ 432.50dp
+ 435.00dp
+ 437.50dp
+ 440.00dp
+ 442.50dp
+ 445.00dp
+ 447.50dp
+ 42.50dp
+ 42.50sp
+ 450.00dp
+ 452.50dp
+ 455.00dp
+ 457.50dp
+ 460.00dp
+ 462.50dp
+ 465.00dp
+ 467.50dp
+ 470.00dp
+ 472.50dp
+ 45.00dp
+ 45.00sp
+ 475.00dp
+ 477.50dp
+ 480.00dp
+ 482.50dp
+ 485.00dp
+ 487.50dp
+ 490.00dp
+ 492.50dp
+ 495.00dp
+ 497.50dp
+ 47.50dp
+ 47.50sp
+ 2.50dp
+ 2.50sp
+ 500.00dp
+ 502.50dp
+ 505.00dp
+ 507.50dp
+ 510.00dp
+ 512.50dp
+ 515.00dp
+ 517.50dp
+ 520.00dp
+ 522.50dp
+ 50.00dp
+ 50.00sp
+ 525.00dp
+ 527.50dp
+ 530.00dp
+ 532.50dp
+ 535.00dp
+ 537.50dp
+ 540.00dp
+ 542.50dp
+ 545.00dp
+ 547.50dp
+ 52.50dp
+ 52.50sp
+ 550.00dp
+ 552.50dp
+ 555.00dp
+ 557.50dp
+ 560.00dp
+ 562.50dp
+ 565.00dp
+ 567.50dp
+ 570.00dp
+ 572.50dp
+ 55.00dp
+ 55.00sp
+ 575.00dp
+ 577.50dp
+ 580.00dp
+ 582.50dp
+ 585.00dp
+ 587.50dp
+ 590.00dp
+ 592.50dp
+ 595.00dp
+ 597.50dp
+ 57.50dp
+ 57.50sp
+ 600.00dp
+ 602.50dp
+ 605.00dp
+ 607.50dp
+ 610.00dp
+ 612.50dp
+ 615.00dp
+ 617.50dp
+ 620.00dp
+ 622.50dp
+ 60.00dp
+ 60.00sp
+ 625.00dp
+ 627.50dp
+ 630.00dp
+ 632.50dp
+ 635.00dp
+ 637.50dp
+ 640.00dp
+ 642.50dp
+ 645.00dp
+ 647.50dp
+ 62.50dp
+ 62.50sp
+ 650.00dp
+ 652.50dp
+ 655.00dp
+ 657.50dp
+ 660.00dp
+ 662.50dp
+ 665.00dp
+ 667.50dp
+ 670.00dp
+ 672.50dp
+ 65.00dp
+ 65.00sp
+ 675.00dp
+ 677.50dp
+ 680.00dp
+ 682.50dp
+ 685.00dp
+ 687.50dp
+ 690.00dp
+ 692.50dp
+ 695.00dp
+ 697.50dp
+ 67.50dp
+ 67.50sp
+ 700.00dp
+ 702.50dp
+ 705.00dp
+ 707.50dp
+ 710.00dp
+ 712.50dp
+ 715.00dp
+ 717.50dp
+ 720.00dp
+ 722.50dp
+ 70.00dp
+ 70.00sp
+ 725.00dp
+ 727.50dp
+ 730.00dp
+ 732.50dp
+ 735.00dp
+ 737.50dp
+ 740.00dp
+ 742.50dp
+ 745.00dp
+ 747.50dp
+ 72.50dp
+ 72.50sp
+ 5.00dp
+ 5.00sp
+ 750.00dp
+ 752.50dp
+ 755.00dp
+ 757.50dp
+ 760.00dp
+ 762.50dp
+ 765.00dp
+ 767.50dp
+ 770.00dp
+ 772.50dp
+ 75.00dp
+ 75.00sp
+ 775.00dp
+ 777.50dp
+ 780.00dp
+ 782.50dp
+ 785.00dp
+ 787.50dp
+ 790.00dp
+ 792.50dp
+ 795.00dp
+ 797.50dp
+ 77.50dp
+ 77.50sp
+ 800.00dp
+ 802.50dp
+ 805.00dp
+ 807.50dp
+ 810.00dp
+ 812.50dp
+ 815.00dp
+ 817.50dp
+ 820.00dp
+ 822.50dp
+ 80.00dp
+ 80.00sp
+ 825.00dp
+ 827.50dp
+ 830.00dp
+ 832.50dp
+ 835.00dp
+ 837.50dp
+ 840.00dp
+ 842.50dp
+ 845.00dp
+ 847.50dp
+ 82.50dp
+ 82.50sp
+ 850.00dp
+ 852.50dp
+ 855.00dp
+ 857.50dp
+ 860.00dp
+ 862.50dp
+ 865.00dp
+ 867.50dp
+ 870.00dp
+ 872.50dp
+ 85.00dp
+ 85.00sp
+ 875.00dp
+ 877.50dp
+ 880.00dp
+ 882.50dp
+ 885.00dp
+ 887.50dp
+ 890.00dp
+ 892.50dp
+ 895.00dp
+ 897.50dp
+ 87.50dp
+ 87.50sp
+ 900.00dp
+ 902.50dp
+ 905.00dp
+ 907.50dp
+ 910.00dp
+ 912.50dp
+ 915.00dp
+ 917.50dp
+ 920.00dp
+ 922.50dp
+ 90.00dp
+ 90.00sp
+ 925.00dp
+ 927.50dp
+ 930.00dp
+ 932.50dp
+ 935.00dp
+ 937.50dp
+ 940.00dp
+ 942.50dp
+ 945.00dp
+ 947.50dp
+ 92.50dp
+ 92.50sp
+ 950.00dp
+ 952.50dp
+ 955.00dp
+ 957.50dp
+ 960.00dp
+ 962.50dp
+ 965.00dp
+ 967.50dp
+ 970.00dp
+ 972.50dp
+ 95.00dp
+ 95.00sp
+ 975.00dp
+ 977.50dp
+ 980.00dp
+ 982.50dp
+ 985.00dp
+ 987.50dp
+ 990.00dp
+ 992.50dp
+ 995.00dp
+ 997.50dp
+ 97.50dp
+ 97.50sp
+ 7.50dp
+ 7.50sp
+ 1000.00dp
+ 1002.50dp
+ 1005.00dp
+ 1007.50dp
+ 1010.00dp
+ 1012.50dp
+ 1015.00dp
+ 1017.50dp
+ 1020.00dp
+ 1022.50dp
+ 100.00dp
+ 100.00sp
+ 1025.00dp
+ 1027.50dp
+ 1030.00dp
+ 1032.50dp
+ 1035.00dp
+ 1037.50dp
+ 1040.00dp
+ 1042.50dp
+ 1045.00dp
+ 1047.50dp
+ 102.50dp
+ 102.50sp
+ 1050.00dp
+ 1052.50dp
+ 1055.00dp
+ 1057.50dp
+ 1060.00dp
+ 1062.50dp
+ 1065.00dp
+ 1067.50dp
+ 1070.00dp
+ 1072.50dp
+ 105.00dp
+ 105.00sp
+ 1075.00dp
+ 1077.50dp
+ 1080.00dp
+ 1082.50dp
+ 1085.00dp
+ 1087.50dp
+ 1090.00dp
+ 1092.50dp
+ 1095.00dp
+ 1097.50dp
+ 107.50dp
+ 107.50sp
+ 1100.00dp
+ 1102.50dp
+ 1105.00dp
+ 1107.50dp
+ 1110.00dp
+ 1112.50dp
+ 1115.00dp
+ 1117.50dp
+ 1120.00dp
+ 1122.50dp
+ 110.00dp
+ 110.00sp
+ 1125.00dp
+ 1127.50dp
+ 1130.00dp
+ 1132.50dp
+ 1135.00dp
+ 1137.50dp
+ 1140.00dp
+ 1142.50dp
+ 1145.00dp
+ 1147.50dp
+ 112.50dp
+ 112.50sp
+ 1150.00dp
+ 1152.50dp
+ 1155.00dp
+ 1157.50dp
+ 1160.00dp
+ 1162.50dp
+ 1165.00dp
+ 1167.50dp
+ 1170.00dp
+ 1172.50dp
+ 115.00dp
+ 115.00sp
+ 1175.00dp
+ 1177.50dp
+ 1180.00dp
+ 1182.50dp
+ 1185.00dp
+ 1187.50dp
+ 1190.00dp
+ 1192.50dp
+ 1195.00dp
+ 1197.50dp
+ 117.50dp
+ 117.50sp
+ 1200.00dp
+ 1202.50dp
+ 1205.00dp
+ 1207.50dp
+ 1210.00dp
+ 1212.50dp
+ 1215.00dp
+ 1217.50dp
+ 1220.00dp
+ 1222.50dp
+ 120.00dp
+ 120.00sp
+ 1225.00dp
+ 1227.50dp
+ 1230.00dp
+ 1232.50dp
+ 1235.00dp
+ 1237.50dp
+ 1240.00dp
+ 1242.50dp
+ 1245.00dp
+ 1247.50dp
+ 122.50dp
+ 122.50sp
+ 10.00dp
+ 10.00sp
+ 1250.00dp
+ 1252.50dp
+ 1255.00dp
+ 1257.50dp
+ 1260.00dp
+ 1262.50dp
+ 1265.00dp
+ 1267.50dp
+ 1270.00dp
+ 1272.50dp
+ 125.00dp
+ 125.00sp
+ 1275.00dp
+ 1277.50dp
+ 1280.00dp
+ 1282.50dp
+ 1285.00dp
+ 1287.50dp
+ 1290.00dp
+ 1292.50dp
+ 1295.00dp
+ 1297.50dp
+ 127.50dp
+ 127.50sp
+ 1300.00dp
+ 1302.50dp
+ 1305.00dp
+ 1307.50dp
+ 1310.00dp
+ 1312.50dp
+ 1315.00dp
+ 1317.50dp
+ 1320.00dp
+ 1322.50dp
+ 130.00dp
+ 130.00sp
+ 1325.00dp
+ 1327.50dp
+ 1330.00dp
+ 1332.50dp
+ 1335.00dp
+ 1337.50dp
+ 1340.00dp
+ 1342.50dp
+ 1345.00dp
+ 1347.50dp
+ 132.50dp
+ 132.50sp
+ 1350.00dp
+ 1352.50dp
+ 1355.00dp
+ 1357.50dp
+ 1360.00dp
+ 1362.50dp
+ 1365.00dp
+ 1367.50dp
+ 1370.00dp
+ 1372.50dp
+ 135.00dp
+ 135.00sp
+ 1375.00dp
+ 1377.50dp
+ 1380.00dp
+ 1382.50dp
+ 1385.00dp
+ 1387.50dp
+ 1390.00dp
+ 1392.50dp
+ 1395.00dp
+ 1397.50dp
+ 137.50dp
+ 137.50sp
+ 1400.00dp
+ 1402.50dp
+ 1405.00dp
+ 1407.50dp
+ 1410.00dp
+ 1412.50dp
+ 1415.00dp
+ 1417.50dp
+ 1420.00dp
+ 1422.50dp
+ 140.00dp
+ 140.00sp
+ 1425.00dp
+ 1427.50dp
+ 1430.00dp
+ 1432.50dp
+ 1435.00dp
+ 1437.50dp
+ 1440.00dp
+ 1442.50dp
+ 1445.00dp
+ 1447.50dp
+ 142.50dp
+ 142.50sp
+ 1450.00dp
+ 1452.50dp
+ 1455.00dp
+ 1457.50dp
+ 1460.00dp
+ 1462.50dp
+ 1465.00dp
+ 1467.50dp
+ 1470.00dp
+ 1472.50dp
+ 145.00dp
+ 145.00sp
+ 1475.00dp
+ 1477.50dp
+ 1480.00dp
+ 1482.50dp
+ 1485.00dp
+ 1487.50dp
+ 1490.00dp
+ 1492.50dp
+ 1495.00dp
+ 1497.50dp
+ 147.50dp
+ 147.50sp
+ 12.50dp
+ 12.50sp
+ 1500.00dp
+ 150.00dp
+ 150.00sp
+ 152.50dp
+ 152.50sp
+ 155.00dp
+ 155.00sp
+ 157.50dp
+ 157.50sp
+ 160.00dp
+ 160.00sp
+ 162.50dp
+ 162.50sp
+ 165.00dp
+ 165.00sp
+ 167.50dp
+ 167.50sp
+ 170.00dp
+ 170.00sp
+ 172.50dp
+ 172.50sp
+ 15.00dp
+ 15.00sp
+ 175.00dp
+ 175.00sp
+ 177.50dp
+ 177.50sp
+ 180.00dp
+ 180.00sp
+ 182.50dp
+ 182.50sp
+ 185.00dp
+ 185.00sp
+ 187.50dp
+ 187.50sp
+ 190.00dp
+ 190.00sp
+ 192.50dp
+ 192.50sp
+ 195.00dp
+ 195.00sp
+ 197.50dp
+ 197.50sp
+ 17.50dp
+ 17.50sp
+ 200.00dp
+ 200.00sp
+ 202.50dp
+ 202.50sp
+ 205.00dp
+ 205.00sp
+ 207.50dp
+ 207.50sp
+ 210.00dp
+ 210.00sp
+ 212.50dp
+ 212.50sp
+ 215.00dp
+ 215.00sp
+ 217.50dp
+ 217.50sp
+ 220.00dp
+ 220.00sp
+ 222.50dp
+ 222.50sp
+ 20.00dp
+ 20.00sp
+ 225.00dp
+ 225.00sp
+ 227.50dp
+ 227.50sp
+ 230.00dp
+ 230.00sp
+ 232.50dp
+ 232.50sp
+ 235.00dp
+ 235.00sp
+ 237.50dp
+ 237.50sp
+ 240.00dp
+ 240.00sp
+ 242.50dp
+ 242.50sp
+ 245.00dp
+ 245.00sp
+ 247.50dp
+ 247.50sp
+ 22.50dp
+ 22.50sp
+ -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
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw780dp-v13/values-sw780dp-v13.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw780dp-v13/values-sw780dp-v13.xml
new file mode 100644
index 0000000..766033e
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw780dp-v13/values-sw780dp-v13.xml
@@ -0,0 +1,763 @@
+
+
+ 260.00dp
+ 260.00sp
+ 262.60dp
+ 265.20dp
+ 267.80dp
+ 270.40dp
+ 273.00dp
+ 275.60dp
+ 278.20dp
+ 280.80dp
+ 283.40dp
+ 26.00dp
+ 26.00sp
+ 286.00dp
+ 288.60dp
+ 291.20dp
+ 293.80dp
+ 296.40dp
+ 299.00dp
+ 301.60dp
+ 304.20dp
+ 306.80dp
+ 309.40dp
+ 28.60dp
+ 28.60sp
+ 312.00dp
+ 314.60dp
+ 317.20dp
+ 319.80dp
+ 322.40dp
+ 325.00dp
+ 327.60dp
+ 330.20dp
+ 332.80dp
+ 335.40dp
+ 31.20dp
+ 31.20sp
+ 338.00dp
+ 340.60dp
+ 343.20dp
+ 345.80dp
+ 348.40dp
+ 351.00dp
+ 353.60dp
+ 356.20dp
+ 358.80dp
+ 361.40dp
+ 33.80dp
+ 33.80sp
+ 364.00dp
+ 366.60dp
+ 369.20dp
+ 371.80dp
+ 374.40dp
+ 377.00dp
+ 379.60dp
+ 382.20dp
+ 384.80dp
+ 387.40dp
+ 36.40dp
+ 36.40sp
+ 390.00dp
+ 392.60dp
+ 395.20dp
+ 397.80dp
+ 400.40dp
+ 403.00dp
+ 405.60dp
+ 408.20dp
+ 410.80dp
+ 413.40dp
+ 39.00dp
+ 39.00sp
+ 416.00dp
+ 418.60dp
+ 421.20dp
+ 423.80dp
+ 426.40dp
+ 429.00dp
+ 431.60dp
+ 434.20dp
+ 436.80dp
+ 439.40dp
+ 41.60dp
+ 41.60sp
+ 442.00dp
+ 444.60dp
+ 447.20dp
+ 449.80dp
+ 452.40dp
+ 455.00dp
+ 457.60dp
+ 460.20dp
+ 462.80dp
+ 465.40dp
+ 44.20dp
+ 44.20sp
+ 468.00dp
+ 470.60dp
+ 473.20dp
+ 475.80dp
+ 478.40dp
+ 481.00dp
+ 483.60dp
+ 486.20dp
+ 488.80dp
+ 491.40dp
+ 46.80dp
+ 46.80sp
+ 494.00dp
+ 496.60dp
+ 499.20dp
+ 501.80dp
+ 504.40dp
+ 507.00dp
+ 509.60dp
+ 512.20dp
+ 514.80dp
+ 517.40dp
+ 49.40dp
+ 49.40sp
+ 2.60dp
+ 2.60sp
+ 520.00dp
+ 522.60dp
+ 525.20dp
+ 527.80dp
+ 530.40dp
+ 533.00dp
+ 535.60dp
+ 538.20dp
+ 540.80dp
+ 543.40dp
+ 52.00dp
+ 52.00sp
+ 546.00dp
+ 548.60dp
+ 551.20dp
+ 553.80dp
+ 556.40dp
+ 559.00dp
+ 561.60dp
+ 564.20dp
+ 566.80dp
+ 569.40dp
+ 54.60dp
+ 54.60sp
+ 572.00dp
+ 574.60dp
+ 577.20dp
+ 579.80dp
+ 582.40dp
+ 585.00dp
+ 587.60dp
+ 590.20dp
+ 592.80dp
+ 595.40dp
+ 57.20dp
+ 57.20sp
+ 598.00dp
+ 600.60dp
+ 603.20dp
+ 605.80dp
+ 608.40dp
+ 611.00dp
+ 613.60dp
+ 616.20dp
+ 618.80dp
+ 621.40dp
+ 59.80dp
+ 59.80sp
+ 624.00dp
+ 626.60dp
+ 629.20dp
+ 631.80dp
+ 634.40dp
+ 637.00dp
+ 639.60dp
+ 642.20dp
+ 644.80dp
+ 647.40dp
+ 62.40dp
+ 62.40sp
+ 650.00dp
+ 652.60dp
+ 655.20dp
+ 657.80dp
+ 660.40dp
+ 663.00dp
+ 665.60dp
+ 668.20dp
+ 670.80dp
+ 673.40dp
+ 65.00dp
+ 65.00sp
+ 676.00dp
+ 678.60dp
+ 681.20dp
+ 683.80dp
+ 686.40dp
+ 689.00dp
+ 691.60dp
+ 694.20dp
+ 696.80dp
+ 699.40dp
+ 67.60dp
+ 67.60sp
+ 702.00dp
+ 704.60dp
+ 707.20dp
+ 709.80dp
+ 712.40dp
+ 715.00dp
+ 717.60dp
+ 720.20dp
+ 722.80dp
+ 725.40dp
+ 70.20dp
+ 70.20sp
+ 728.00dp
+ 730.60dp
+ 733.20dp
+ 735.80dp
+ 738.40dp
+ 741.00dp
+ 743.60dp
+ 746.20dp
+ 748.80dp
+ 751.40dp
+ 72.80dp
+ 72.80sp
+ 754.00dp
+ 756.60dp
+ 759.20dp
+ 761.80dp
+ 764.40dp
+ 767.00dp
+ 769.60dp
+ 772.20dp
+ 774.80dp
+ 777.40dp
+ 75.40dp
+ 75.40sp
+ 5.20dp
+ 5.20sp
+ 780.00dp
+ 782.60dp
+ 785.20dp
+ 787.80dp
+ 790.40dp
+ 793.00dp
+ 795.60dp
+ 798.20dp
+ 800.80dp
+ 803.40dp
+ 78.00dp
+ 78.00sp
+ 806.00dp
+ 808.60dp
+ 811.20dp
+ 813.80dp
+ 816.40dp
+ 819.00dp
+ 821.60dp
+ 824.20dp
+ 826.80dp
+ 829.40dp
+ 80.60dp
+ 80.60sp
+ 832.00dp
+ 834.60dp
+ 837.20dp
+ 839.80dp
+ 842.40dp
+ 845.00dp
+ 847.60dp
+ 850.20dp
+ 852.80dp
+ 855.40dp
+ 83.20dp
+ 83.20sp
+ 858.00dp
+ 860.60dp
+ 863.20dp
+ 865.80dp
+ 868.40dp
+ 871.00dp
+ 873.60dp
+ 876.20dp
+ 878.80dp
+ 881.40dp
+ 85.80dp
+ 85.80sp
+ 884.00dp
+ 886.60dp
+ 889.20dp
+ 891.80dp
+ 894.40dp
+ 897.00dp
+ 899.60dp
+ 902.20dp
+ 904.80dp
+ 907.40dp
+ 88.40dp
+ 88.40sp
+ 910.00dp
+ 912.60dp
+ 915.20dp
+ 917.80dp
+ 920.40dp
+ 923.00dp
+ 925.60dp
+ 928.20dp
+ 930.80dp
+ 933.40dp
+ 91.00dp
+ 91.00sp
+ 936.00dp
+ 938.60dp
+ 941.20dp
+ 943.80dp
+ 946.40dp
+ 949.00dp
+ 951.60dp
+ 954.20dp
+ 956.80dp
+ 959.40dp
+ 93.60dp
+ 93.60sp
+ 962.00dp
+ 964.60dp
+ 967.20dp
+ 969.80dp
+ 972.40dp
+ 975.00dp
+ 977.60dp
+ 980.20dp
+ 982.80dp
+ 985.40dp
+ 96.20dp
+ 96.20sp
+ 988.00dp
+ 990.60dp
+ 993.20dp
+ 995.80dp
+ 998.40dp
+ 1001.00dp
+ 1003.60dp
+ 1006.20dp
+ 1008.80dp
+ 1011.40dp
+ 98.80dp
+ 98.80sp
+ 1014.00dp
+ 1016.60dp
+ 1019.20dp
+ 1021.80dp
+ 1024.40dp
+ 1027.00dp
+ 1029.60dp
+ 1032.20dp
+ 1034.80dp
+ 1037.40dp
+ 101.40dp
+ 101.40sp
+ 7.80dp
+ 7.80sp
+ 1040.00dp
+ 1042.60dp
+ 1045.20dp
+ 1047.80dp
+ 1050.40dp
+ 1053.00dp
+ 1055.60dp
+ 1058.20dp
+ 1060.80dp
+ 1063.40dp
+ 104.00dp
+ 104.00sp
+ 1066.00dp
+ 1068.60dp
+ 1071.20dp
+ 1073.80dp
+ 1076.40dp
+ 1079.00dp
+ 1081.60dp
+ 1084.20dp
+ 1086.80dp
+ 1089.40dp
+ 106.60dp
+ 106.60sp
+ 1092.00dp
+ 1094.60dp
+ 1097.20dp
+ 1099.80dp
+ 1102.40dp
+ 1105.00dp
+ 1107.60dp
+ 1110.20dp
+ 1112.80dp
+ 1115.40dp
+ 109.20dp
+ 109.20sp
+ 1118.00dp
+ 1120.60dp
+ 1123.20dp
+ 1125.80dp
+ 1128.40dp
+ 1131.00dp
+ 1133.60dp
+ 1136.20dp
+ 1138.80dp
+ 1141.40dp
+ 111.80dp
+ 111.80sp
+ 1144.00dp
+ 1146.60dp
+ 1149.20dp
+ 1151.80dp
+ 1154.40dp
+ 1157.00dp
+ 1159.60dp
+ 1162.20dp
+ 1164.80dp
+ 1167.40dp
+ 114.40dp
+ 114.40sp
+ 1170.00dp
+ 1172.60dp
+ 1175.20dp
+ 1177.80dp
+ 1180.40dp
+ 1183.00dp
+ 1185.60dp
+ 1188.20dp
+ 1190.80dp
+ 1193.40dp
+ 117.00dp
+ 117.00sp
+ 1196.00dp
+ 1198.60dp
+ 1201.20dp
+ 1203.80dp
+ 1206.40dp
+ 1209.00dp
+ 1211.60dp
+ 1214.20dp
+ 1216.80dp
+ 1219.40dp
+ 119.60dp
+ 119.60sp
+ 1222.00dp
+ 1224.60dp
+ 1227.20dp
+ 1229.80dp
+ 1232.40dp
+ 1235.00dp
+ 1237.60dp
+ 1240.20dp
+ 1242.80dp
+ 1245.40dp
+ 122.20dp
+ 122.20sp
+ 1248.00dp
+ 1250.60dp
+ 1253.20dp
+ 1255.80dp
+ 1258.40dp
+ 1261.00dp
+ 1263.60dp
+ 1266.20dp
+ 1268.80dp
+ 1271.40dp
+ 124.80dp
+ 124.80sp
+ 1274.00dp
+ 1276.60dp
+ 1279.20dp
+ 1281.80dp
+ 1284.40dp
+ 1287.00dp
+ 1289.60dp
+ 1292.20dp
+ 1294.80dp
+ 1297.40dp
+ 127.40dp
+ 127.40sp
+ 10.40dp
+ 10.40sp
+ 1300.00dp
+ 1302.60dp
+ 1305.20dp
+ 1307.80dp
+ 1310.40dp
+ 1313.00dp
+ 1315.60dp
+ 1318.20dp
+ 1320.80dp
+ 1323.40dp
+ 130.00dp
+ 130.00sp
+ 1326.00dp
+ 1328.60dp
+ 1331.20dp
+ 1333.80dp
+ 1336.40dp
+ 1339.00dp
+ 1341.60dp
+ 1344.20dp
+ 1346.80dp
+ 1349.40dp
+ 132.60dp
+ 132.60sp
+ 1352.00dp
+ 1354.60dp
+ 1357.20dp
+ 1359.80dp
+ 1362.40dp
+ 1365.00dp
+ 1367.60dp
+ 1370.20dp
+ 1372.80dp
+ 1375.40dp
+ 135.20dp
+ 135.20sp
+ 1378.00dp
+ 1380.60dp
+ 1383.20dp
+ 1385.80dp
+ 1388.40dp
+ 1391.00dp
+ 1393.60dp
+ 1396.20dp
+ 1398.80dp
+ 1401.40dp
+ 137.80dp
+ 137.80sp
+ 1404.00dp
+ 1406.60dp
+ 1409.20dp
+ 1411.80dp
+ 1414.40dp
+ 1417.00dp
+ 1419.60dp
+ 1422.20dp
+ 1424.80dp
+ 1427.40dp
+ 140.40dp
+ 140.40sp
+ 1430.00dp
+ 1432.60dp
+ 1435.20dp
+ 1437.80dp
+ 1440.40dp
+ 1443.00dp
+ 1445.60dp
+ 1448.20dp
+ 1450.80dp
+ 1453.40dp
+ 143.00dp
+ 143.00sp
+ 1456.00dp
+ 1458.60dp
+ 1461.20dp
+ 1463.80dp
+ 1466.40dp
+ 1469.00dp
+ 1471.60dp
+ 1474.20dp
+ 1476.80dp
+ 1479.40dp
+ 145.60dp
+ 145.60sp
+ 1482.00dp
+ 1484.60dp
+ 1487.20dp
+ 1489.80dp
+ 1492.40dp
+ 1495.00dp
+ 1497.60dp
+ 1500.20dp
+ 1502.80dp
+ 1505.40dp
+ 148.20dp
+ 148.20sp
+ 1508.00dp
+ 1510.60dp
+ 1513.20dp
+ 1515.80dp
+ 1518.40dp
+ 1521.00dp
+ 1523.60dp
+ 1526.20dp
+ 1528.80dp
+ 1531.40dp
+ 150.80dp
+ 150.80sp
+ 1534.00dp
+ 1536.60dp
+ 1539.20dp
+ 1541.80dp
+ 1544.40dp
+ 1547.00dp
+ 1549.60dp
+ 1552.20dp
+ 1554.80dp
+ 1557.40dp
+ 153.40dp
+ 153.40sp
+ 13.00dp
+ 13.00sp
+ 1560.00dp
+ 156.00dp
+ 156.00sp
+ 158.60dp
+ 158.60sp
+ 161.20dp
+ 161.20sp
+ 163.80dp
+ 163.80sp
+ 166.40dp
+ 166.40sp
+ 169.00dp
+ 169.00sp
+ 171.60dp
+ 171.60sp
+ 174.20dp
+ 174.20sp
+ 176.80dp
+ 176.80sp
+ 179.40dp
+ 179.40sp
+ 15.60dp
+ 15.60sp
+ 182.00dp
+ 182.00sp
+ 184.60dp
+ 184.60sp
+ 187.20dp
+ 187.20sp
+ 189.80dp
+ 189.80sp
+ 192.40dp
+ 192.40sp
+ 195.00dp
+ 195.00sp
+ 197.60dp
+ 197.60sp
+ 200.20dp
+ 200.20sp
+ 202.80dp
+ 202.80sp
+ 205.40dp
+ 205.40sp
+ 18.20dp
+ 18.20sp
+ 208.00dp
+ 208.00sp
+ 210.60dp
+ 210.60sp
+ 213.20dp
+ 213.20sp
+ 215.80dp
+ 215.80sp
+ 218.40dp
+ 218.40sp
+ 221.00dp
+ 221.00sp
+ 223.60dp
+ 223.60sp
+ 226.20dp
+ 226.20sp
+ 228.80dp
+ 228.80sp
+ 231.40dp
+ 231.40sp
+ 20.80dp
+ 20.80sp
+ 234.00dp
+ 234.00sp
+ 236.60dp
+ 236.60sp
+ 239.20dp
+ 239.20sp
+ 241.80dp
+ 241.80sp
+ 244.40dp
+ 244.40sp
+ 247.00dp
+ 247.00sp
+ 249.60dp
+ 249.60sp
+ 252.20dp
+ 252.20sp
+ 254.80dp
+ 254.80sp
+ 257.40dp
+ 257.40sp
+ 23.40dp
+ 23.40sp
+ -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
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ta/values-ta.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ta/values-ta.xml
new file mode 100644
index 0000000..7b18af4
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ta/values-ta.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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 நிமிடங்கள்
+ AM
+ நேர உள்ளீட்டிற்காக, கடிகாரப் பயன்முறைக்கு மாற்றும்.
+ மணிநேரம்
+ நிமிடம்
+ PM
+ நேரத்தைத் தேர்ந்தெடுக்கவும்
+ உரை உள்ளீட்டிற்காக, கடிகாரப் பயன்முறைக்கு மாற்றும்.
+ புதிய அறிவிப்பு
+ %1$sஐ அகற்று
+ %1$d+ புதிய அறிவிப்புகள்
+ அடுத்த மாதத்தைக் காட்டு
+ முந்தைய மாதத்தைக் காட்டு
+ தற்போதைய தேர்வு: %1$s
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-te/values-te.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-te/values-te.xml
new file mode 100644
index 0000000..5bc8fc4
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-te/values-te.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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 నిమిషాలు
+ AM
+ సమయాన్ని నమోదు చేయడం కోసం గడియారం మోడ్కు మారండి.
+ గంట
+ నిమిషం
+ PM
+ సమయాన్ని ఎంచుకోండి
+ సమయాన్ని నమోదు చేయడం కోసం వచన నమోదు మోడ్కి మారండి.
+ కొత్త నోటిఫికేషన్
+ (%1$s)ని తీసివేస్తుంది
+ %1$d కంటే ఎక్కువ కొత్త నోటిఫికేషన్లు
+ వచ్చే నెలకు మార్చుతుంది
+ మునుపటి నెలకు మార్చుతుంది
+ ప్రస్తుత ఎంపిక: %1$s
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-th/values-th.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-th/values-th.xml
new file mode 100644
index 0000000..b628edf
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-th/values-th.xml
@@ -0,0 +1,92 @@
+
+
+
+ - การแจ้งเตือนใหม่ %d รายการ
+ - การแจ้งเตือนใหม่ %d รายการ
+
+ "นำทางไปหน้าแรก"
+ "กลับ"
+ "ตัวเลือกอื่น"
+ "เสร็จ"
+ "ดูทั้งหมด"
+ "เลือกแอป"
+ "ปิด"
+ "เปิด"
+ "Alt+"
+ "Ctrl+"
+ "ลบ"
+ "Enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "Space"
+ "Sym+"
+ "เมนู+"
+ "ค้นหา…"
+ "ล้างคำค้นหา"
+ "คำค้นหา"
+ "ค้นหา"
+ "ส่งคำค้นหา"
+ "ค้นหาด้วยเสียง"
+ "แชร์กับ"
+ "แชร์ทาง %s "
+ "ยุบ"
+ ขยายรายการครึ่งหนึ่ง
+ ป้อนอักขระแล้ว %1$d จาก %2$d ตัว
+ เกินจำนวนอักขระสูงสุด %1$d จาก %2$d
+ ล้างข้อความ
+ ข้อผิดพลาด
+ แสดงเมนูแบบเลื่อนลง
+ ไอคอนกล่องโต้ตอบ
+ แท็บ
+ เลือก AM หรือ PM
+ เลือกชั่วโมง
+ %1$s นาฬิกา
+ เลือกนาที
+ %1$s นาที
+ AM
+ สลับไปโหมดนาฬิกาเพื่อป้อนเวลา
+ ชั่วโมง
+ นาที
+ PM
+ เลือกเวลา
+ สลับไปโหมดป้อนข้อความเพื่อป้อนเวลา
+ การแจ้งเตือนใหม่
+ นำ %1$s ออก
+ การแจ้งเตือนใหม่มากกว่า %1$d รายการ
+ เปลี่ยนไปที่เดือนถัดไป
+ เปลี่ยนไปที่เดือนก่อนหน้า
+ การเลือกในปัจจุบัน: %1$s
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tl/values-tl.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tl/values-tl.xml
new file mode 100644
index 0000000..eaa1206
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tl/values-tl.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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-expand hanggang gitna
+ 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
+ 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
+ @android:string/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
+ "Mag-navigate pataas"
+ "Buksan ang navigation drawer"
+ Ipakita ang password
+ "Maghanap"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tr/values-tr.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tr/values-tr.xml
new file mode 100644
index 0000000..d281322
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tr/values-tr.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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"
+ Yarım genişlet
+ 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
+ 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
+ @android:string/ok
+ %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
+ "Yukarı git"
+ "Gezinme çekmecesini aç"
+ Şifreyi göster
+ "Ara"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uk/values-uk.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uk/values-uk.xml
new file mode 100644
index 0000000..c37a65b
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uk/values-uk.xml
@@ -0,0 +1,94 @@
+
+
+
+ - %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$d
+ Перейти до наступного місяця
+ Перейти до попереднього місяця
+ Поточний вибір: %1$s
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ur/values-ur.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ur/values-ur.xml
new file mode 100644
index 0000000..a297b09
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ur/values-ur.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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$d سے زیادہ نئی اطلاعات
+ اگلے مہینہ میں منتقل کریں
+ گزشتہ ماہ میں منتقل کریں
+ موجودہ انتخاب: %1$s
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uz/values-uz.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uz/values-uz.xml
new file mode 100644
index 0000000..e91c844
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uz/values-uz.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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"
+ Yarmiga kengaytirish
+ %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
+ 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
+ @android:string/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
+ "Tepaga"
+ "Navigatsiya panelini ochish"
+ Parol ochiq tursin
+ "Qidiruv"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v16/values-v16.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v16/values-v16.xml
new file mode 100644
index 0000000..5ee2feb
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v16/values-v16.xml
@@ -0,0 +1,8 @@
+
+
+ 4dp
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v17/values-v17.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v17/values-v17.xml
new file mode 100644
index 0000000..f85a197
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v17/values-v17.xml
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v18/values-v18.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v18/values-v18.xml
new file mode 100644
index 0000000..7dad77f
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v18/values-v18.xml
@@ -0,0 +1,4 @@
+
+
+ 0px
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v21/values-v21.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v21/values-v21.xml
new file mode 100644
index 0000000..48028a4
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v21/values-v21.xml
@@ -0,0 +1,567 @@
+
+
+ @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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v22/values-v22.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v22/values-v22.xml
new file mode 100644
index 0000000..d4a514a
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v22/values-v22.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v23/values-v23.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v23/values-v23.xml
new file mode 100644
index 0000000..02e3dd3
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v23/values-v23.xml
@@ -0,0 +1,94 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v24/values-v24.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v24/values-v24.xml
new file mode 100644
index 0000000..abd5319
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v24/values-v24.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v25/values-v25.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v25/values-v25.xml
new file mode 100644
index 0000000..483ae0c
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v25/values-v25.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v26/values-v26.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v26/values-v26.xml
new file mode 100644
index 0000000..8b28a46
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v26/values-v26.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v28/values-v28.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v28/values-v28.xml
new file mode 100644
index 0000000..8d1b84d
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v28/values-v28.xml
@@ -0,0 +1,25 @@
+
+
+ - 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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v31/values-v31.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v31/values-v31.xml
new file mode 100644
index 0000000..e7d3945
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v31/values-v31.xml
@@ -0,0 +1,353 @@
+
+
+ @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_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_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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-vi/values-vi.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-vi/values-vi.xml
new file mode 100644
index 0000000..b388a03
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-vi/values-vi.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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"
+ Mở rộng một nửa
+ Đã 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
+ 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
+ @android:string/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
+ "Di chuyển lên"
+ "Mở ngăn điều hướng"
+ Hiện mật khẩu
+ "Tìm kiếm"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w1240dp-v13/values-w1240dp-v13.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w1240dp-v13/values-w1240dp-v13.xml
new file mode 100644
index 0000000..96fffa1
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w1240dp-v13/values-w1240dp-v13.xml
@@ -0,0 +1,4 @@
+
+
+ 200dp
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w320dp-land-v13/values-w320dp-land-v13.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w320dp-land-v13/values-w320dp-land-v13.xml
new file mode 100644
index 0000000..b4fed6b
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w360dp-port-v13/values-w360dp-port-v13.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w360dp-port-v13/values-w360dp-port-v13.xml
new file mode 100644
index 0000000..fa14e49
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w480dp-port-v13/values-w480dp-port-v13.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w480dp-port-v13/values-w480dp-port-v13.xml
new file mode 100644
index 0000000..e8cf2fe
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w600dp-land-v13/values-w600dp-land-v13.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w600dp-land-v13/values-w600dp-land-v13.xml
new file mode 100644
index 0000000..aaaf955
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w600dp-v13/values-w600dp-v13.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w600dp-v13/values-w600dp-v13.xml
new file mode 100644
index 0000000..815d8b2
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w600dp-v13/values-w600dp-v13.xml
@@ -0,0 +1,4 @@
+
+
+ 48dp
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-watch-v20/values-watch-v20.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-watch-v20/values-watch-v20.xml
new file mode 100644
index 0000000..2d85812
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-watch-v20/values-watch-v20.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-watch-v21/values-watch-v21.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-watch-v21/values-watch-v21.xml
new file mode 100644
index 0000000..deecc9e
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-watch-v21/values-watch-v21.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml
new file mode 100644
index 0000000..b499d2c
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml
new file mode 100644
index 0000000..032a416
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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$d 条以上的新通知
+ 转到下个月
+ 转到上个月
+ 当前的选择是:%1$s
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml
new file mode 100644
index 0000000..77d221e
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %d 個新通知
+ - %d 個新通知
+
+ "瀏覽主頁"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "查看全部"
+ "選擇應用程式"
+ "關閉"
+ "開啟"
+ "Alt +"
+ "Ctrl +"
+ "刪除"
+ "Enter 鍵"
+ "Fn +"
+ "Meta +"
+ "Shift +"
+ "空白鍵"
+ "Sym +"
+ "Menu +"
+ "搜尋…"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "分享對象"
+ "使用「%s 」分享"
+ "收合"
+ 展開一半
+ 已輸入 %1$d 個字元 (共 %2$d 個)
+ 超出字元限制 %1$d 個字元 (上限 %2$d 個字元)
+ 清除文字
+ 錯誤
+ 顯示下拉式選單
+ 對話框圖示
+ 分頁
+ 選擇上午或下午
+ 選取時段
+ %1$s 點
+ 選取分鐘
+ %1$s 分
+ AM
+ 切換至時鐘模式即可輸入時間。
+ 小時
+ 分鐘
+ PM
+ 選取時間
+ 切換至文字輸入模式即可輸入時間。
+ 新通知
+ 移除「%1$s」
+ 超過 %1$d 則新通知
+ 變更為下個月
+ 變更為上個月
+ 目前選取:%1$s
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml
new file mode 100644
index 0000000..72ca851
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %d 則新通知
+ - %d 則新通知
+
+ "瀏覽首頁"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "查看全部"
+ "選擇應用程式"
+ "關閉"
+ "開啟"
+ "Alt +"
+ "Ctrl +"
+ "Delete 鍵"
+ "Enter 鍵"
+ "Fn +"
+ "Meta +"
+ "Shift +"
+ "空格鍵"
+ "Sym +"
+ "Menu +"
+ "搜尋…"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "分享對象"
+ "與「%s 」分享"
+ "收合"
+ 展開一半
+ 已輸入 %1$d 個字元 (上限為 %2$d 個字元)
+ 超過字元限制 (共 %1$d 字元,上限 %2$d 字元)
+ 清除文字
+ 錯誤
+ 顯示下拉式選單
+ 對話方塊圖示
+ 分頁標籤
+ 選取上午或下午
+ 請選取時段
+ %1$s 點
+ 選取分鐘數
+ %1$s 分
+ AM
+ 切換至時鐘模式來輸入時間。
+ 小時
+ 分鐘
+ PM
+ 選取時間
+ 切換至文字輸入模式來輸入時間。
+ 新通知
+ 移除 %1$s
+ 超過 %1$d 則新通知
+ 變更至下個月
+ 變更至上個月
+ 目前選取:%1$s
+ @android:string/ok
+ %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/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zu/values-zu.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zu/values-zu.xml
new file mode 100644
index 0000000..a336a75
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zu/values-zu.xml
@@ -0,0 +1,92 @@
+
+
+
+ - %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"
+ Nweba phakathi
+ 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
+ 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
+ @android:string/ok
+ %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
+ "Zulazulela phezulu"
+ "Vula idrowa lakho lokuzula"
+ Bonisa iphasiwedi
+ "Sesha"
+ "999+"
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml
new file mode 100644
index 0000000..e2a80da
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml
@@ -0,0 +1,13462 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 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
+ #6680cbc4
+ #66009688
+ #3DDC84
+ #FFFFFF
+ #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_error80
+ @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_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_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
+ #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
+ #000
+ #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
+ 16dp
+ 16dp
+ 16dp
+ 1dp
+ 2dp
+ 2dp
+ 64dp
+ 4dp
+ 6dp
+ 8dp
+ 4dp
+ 2dp
+ 320dp
+ 320dp
+ 10dp
+ 100dp
+ 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
+ @dimen/m3_sys_elevation_level2
+ @dimen/m3_sys_elevation_level3
+ 6dp
+ 4dp
+ 12dp
+ 64dp
+ 8dp
+ 0dp
+ 0dp
+ 1dp
+ 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
+ @dimen/m3_sys_elevation_level1
+ 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
+ 80dp
+ 32dp
+ 4dp
+ 56dp
+ 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
+ 2dp
+ - 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
+ 640dp
+ 24dp
+ 44dp
+ 4dp
+ 4dp
+ 2dp
+ 20dp
+ 15dp
+ 96dp
+ 12dp
+ 52dp
+ 256dp
+ -6dp
+ -12dp
+ 2dp
+ 1dp
+ - 0.38
+ - 0.12
+ - 0.87
+ - 0.6
+ 12dp
+ 23dp
+ 8dp
+ 32dp
+ 4dp
+ 8dp
+ 4dp
+ 12dp
+ 8dp
+ 2dp
+ 14dp
+ 14sp
+ 200px
+ 100px
+ 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
+ 24dp
+ 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
+ 100dp
+ - 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
+ 24dp
+ 48dp
+ - 0.5
+ 4dp
+ - 0.8
+ 8dp
+ 8dp
+ 8dp
+ 4dp
+ 4dp
+ 0dp
+ 4dp
+ 1dp
+ 2dp
+ 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
+ 52dp
+ 168dp
+ 96dp
+ 14sp
+ 8dp
+ 56dp
+ 24dp
+ 96dp
+ 56dp
+ 10dp
+ 1dp
+ 12sp
+ 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
+ 150
+ 2
+ 300
+ 320
+ 100
+ 100
+ 75
+ 120
+ 100
+ 100
+ 1000
+ 150
+ 200
+ 250
+ 300
+ 350
+ 400
+ 450
+ 50
+ 500
+ 550
+ 600
+ 700
+ 800
+ 900
+ 0
+ 300
+ 350
+ 200
+ 250
+ 75
+ 150
+ 0
+ 4
+ 100
+ 100
+ 1
+ 1
+ 3
+ 75
+ 120
+ 100
+ 250
+ 2
+ 1
+ 0
+ 200
+ 999
+
+ %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
+ androidx.startup
+ Calculator
+ com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior
+ com.google.android.material.bottomsheet.BottomSheetBehavior
+ Expand halfway
+ Characters entered %1$d of %2$d
+ Character limit exceeded %1$d of %2$d
+ %1$d/%2$d
+ Chip text
+ Clear text
+ Close
+ Error
+ Show dropdown menu
+ com.google.android.material.transformation.FabTransformationScrimBehavior
+ com.google.android.material.transformation.FabTransformationSheetBehavior
+ First Fragment
+ Hello first fragment
+ Hello second fragment. Arg: %1$s
+ com.google.android.material.behavior.HideBottomViewOnScrollBehavior
+ Dialog Icon
+ Tab
+ Label
+ sans-serif-medium
+ sans-serif
+ sans-serif-medium
+ sans-serif
+ 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
+ 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,
+ 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
+ %1$d %2$s
+ Change to next month
+ Change to previous month
+ Current selection: %1$s
+ @android:string/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
+ OK
+ Navigate up
+ Open navigation drawer
+ Next
+ Open
+ 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
+ Previous
+ Search
+ Second Fragment
+ 999+
+ MainActivity2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/merger.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merger.xml
new file mode 100644
index 0000000..12d1c3e
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/merger.xml
@@ -0,0 +1,14289 @@
+
+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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 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 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_error80 @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_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_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 #61000000 #00ffffff #52000000 #6B000000 #1F000000 #0A000000 #00000000 #DE000000 #000 16dp 16dp 64dp 100dp 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 @dimen/m3_sys_elevation_level2 @dimen/m3_sys_elevation_level3 6dp 4dp 12dp 64dp 8dp 0dp 0dp 1dp 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 @dimen/m3_sys_elevation_level1 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 80dp 32dp 4dp 56dp 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 2dp - 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 640dp 24dp 44dp 4dp 4dp 2dp 20dp 15dp 96dp 12dp 52dp 256dp -6dp -12dp 2dp 1dp - 0.38
- 0.12
- 0.87
- 0.6
12dp 23dp 8dp 32dp 4dp 8dp 4dp 12dp 8dp 2dp 14dp 14sp 200px 100px 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 24dp 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
100dp - 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 24dp 48dp - 0.5
4dp - 0.8
8dp 8dp 8dp 4dp 4dp 0dp 4dp 1dp 2dp 16dp 4dp 16dp 4dp 56dp 14dp 4dp 32dp 32dp 12dp 30dp 2dp 52dp 168dp 96dp 14sp 8dp 56dp 24dp 96dp 56dp 10dp 1dp 12sp - @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 100 1000 150 200 250 300 350 400 450 50 500 550 600 700 800 900 0 300 350 200 250 75 150 0 4 100 100 1 1 3 75 120 100 250 2 1 0 200
+ %d new notification
+ %d new notifications
+ com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior com.google.android.material.bottomsheet.BottomSheetBehavior Expand halfway Characters entered %1$d of %2$d Character limit exceeded %1$d of %2$d %1$d/%2$d Chip text Clear text 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 Label sans-serif-medium sans-serif sans-serif-medium sans-serif 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 Select 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, 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 %1$d %2$s Change to next month Change to previous month Current selection: %1$s @android:string/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 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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ - %d nuwe kennisgewing
+ - %d nuwe kennisgewings
+ Vou halfpad uit 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. 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 @android:string/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 Wys wagwoord
+ - %d አዲስ ማሳወቂያዎች
+ - %d አዲስ ማሳወቂያዎች
+ ግማሽ መንገድ ዘርጋ ቁምፊዎች %1$d ከ%2$d ገብተዋል የቁምፊ ገደብ %1$d ከ%2$d አልፏል ጽሑፍን አጽዳ ስህተት ተቆልቋይ ምናሌን አሳይ የንግግር አዶ ትር AM ወይም PM ይምረጡ ሰዓትን ይምረጡ %1$s ሰዓት ደቂቃዎችን ይምረጡ %1$s ደቂቃዎች ጥዋት ለጊዜ ግቤቱ ወደ የሰዓት ሁነታ ቀይር። ሰዓት ደቂቃ ከሰዓት ጊዜ ምረጥ ለጊዜ ግቤቱ ወደ የጽሑፍ ግቤት ሁነታ ቀይር። አዲስ ማሳወቂያ %1$sን አስወግድ ከ%1$d በላይ አዲስ ማሳወቂያዎች ወደ የሚቀጥለው ወር ቀይር ወደ ቀዳሚው ወር ቀይር የአሁኑ ምርጫ፦ %1$s @android:string/ok %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$d. التغيير إلى الشهر التالي التغيير إلى الشهر السابق الاختيار الحالي: %1$s @android:string/ok %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
+ Expand halfway %2$dটাৰ ভিতৰত %1$dটা বৰ্ণ লিখা হৈছে %2$dটাৰ ভিতৰত %1$dটা বৰ্ণৰ সীমা অতিক্ৰম কৰিছে Clear text Error Show dropdown menu Dialog Icon Tab Select AM or PM 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 @android:string/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 পাছৱৰ্ড দেখুৱাওক
+ - %d yeni bildiriş
+ - %d yeni bildiriş
+ Tam genişləndirin %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 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 @android:string/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 Parolu göstərin
+ - %d notificación nueva
+ - %d notificaciones nuevas
+ Expandir hasta la mitad 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. 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 @android:string/ok %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 Mostrar contraseña
+ - %d novo obaveštenje
+ - %d nova obaveštenja
+ - %d novih obaveštenja
+ Proširite do pola 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 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 @android:string/ok %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 Prikaži lozinku
+ - %d новае апавяшчэнне
+ - %d новыя апавяшчэнні
+ - %d новых апавяшчэнняў
+ - %d новага апавяшчэння
+ Разгарнуць напалову Уведзена сімвалаў: %1$d з %2$d Ліміт сімвалаў перавышаны: %1$d з %2$d Ачысціць тэкст Памылка Паказаць выпадное меню Значок дыялогавага акна Укладка Выберыце AM (да паўдня) або PM (пасля паўдня) Выберыце гадзіну %1$s гадз Выберыце хвіліны %1$s хв AM Пераключыцца на рэжым гадзінніка пры ўводзе часу. Гадзіна Хвіліна PM Выберыце час Пераключыцца на рэжым тэксту пры ўводзе часу. Новае апавяшчэнне Выдаліць %1$s Колькасць новых апавяшчэнняў перавысіла %1$d Перайсці да наступнага месяца Перайсці да папярэдняга месяца Бягучае вылучэнне: %1$s @android:string/ok %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 минути AM Превключете към режима за часовник, за да въведете часа. Час Минута PM Избор на час Превключете към режима за въвеждане на текст, за да въведете часа. Ново известие Премахване на %1$s Повече от %1$d нови известия Преминаване към следващия месец Преминаване към предишния месец Текущ избор: %1$s @android:string/ok %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টি অক্ষর লেখা হয়েছে অক্ষরের সীমা %1$d এর %2$d অতিক্রম করেছে টেক্সট মুছুন সমস্যা ড্রপ-ডাউন মেনু দেখুন ডায়ালগ আইকন ট্যাব AM অথবা PM বেছে নিন ঘণ্টা বেছে নিন %1$sটা বাজে মিনিট বেছে নিন %1$s মিনিট AM সময় ইনপুট দেওয়ার জন্য ঘড়ি মোডে যান। ঘণ্টা মিনিট PM সময় বেছে নিন সময় ইনপুট দেওয়ার জন্য পাঠ্য ইনপুট মোডে যান। নতুন বিজ্ঞপ্তি %1$s সরিয়ে দিন %1$dটির বেশি নতুন বিজ্ঞপ্তি আগামী মাসে যান আগের মাসে যান বর্তমান বাছাই: %1$s @android:string/ok %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
+ Proširivanje dopola 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 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 @android:string/ok %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 Prikaži lozinku
+ - %d notificació nova
+ - %d notificacions noves
+ Desplega fins a la meitat 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. 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 @android:string/ok %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 Mostra la contrasenya
+ - %d nové oznámení
+ - %d nová oznámení
+ - %d nového oznámení
+ - %d nových oznámení
+ Rozbalit napůl 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 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 @android:string/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 Zobrazit heslo
+ - %d ny notifikation
+ - %d nye notifikationer
+ Udvid halvdelen 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 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 @android:string/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 Vis adgangskode
+ - %d neue Benachrichtigung
+ - %d neue Benachrichtigungen
+ Zur Hälfte maximieren 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 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 @android:string/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 Passwort anzeigen
+ - %d νέα ειδοποίηση
+ - %d νέες ειδοποιήσεις
+ Ανάπτυξη μέχρι τη μέση Εισήχθησαν %1$d από %2$d χαρακτήρες Υπέρβαση ορίου χαρακτήρων %1$d από %2$d Διαγραφή κειμένου Σφάλμα Εμφάνιση αναπτυσσόμενου μενού Εικονίδιο παραθύρου διαλόγου Καρτέλα Επιλέξτε π.μ. ή μ.μ. Επιλογή ώρας %1$s ακριβώς Επιλογή λεπτών %1$s λεπτά ΠΜ Κάντε εναλλαγή στη λειτουργία ρολογιού, για την εισαγωγή της ώρας. Ώρα Λεπτό ΜΜ Επιλέξτε ώρα Κάντε εναλλαγή στη λειτουργία εισαγωγής κειμένου, για την εισαγωγή της ώρας. Νέα ειδοποίηση Κατάργηση %1$s Πάνω από %1$d νέες ειδοποιήσεις Αλλαγή στον επόμενο μήνα Αλλαγή στον προηγούμενο μήνα Τρέχουσα επιλογή: %1$s @android:string/ok %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
+ Expand halfway 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. 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 @android:string/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 Show password
+ - %d notificación nueva
+ - %d notificaciones nuevas
+ Desplegar hasta la mitad 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 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 @android:string/ok %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 Mostrar contraseña
+ - %d notificación nueva
+ - %d notificaciones nuevas
+ Expandir hasta la mitad 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. 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 @android:string/ok %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 Mostrar contraseña
+ - %d uus märguanne
+ - %d uut märguannet
+ Laiendamine poolenisti 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 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 @android:string/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 Parooli kuvamine
+ - %d jakinarazpen berri
+ - %d jakinarazpen berri
+ Zabaldu erdiraino %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 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 @android:string/ok %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 Erakutsi pasahitza
+ - %d اعلان جدید
+ - %d اعلان جدید
+ گسترده کردن تا نیمه نویسههای واردشده %1$d از %2$d محدودیت نویسه از حد مجاز %1$d از %2$d بیشتر شده است پاک کردن نوشتار خطا نمایش منوی کرکرهای نماد کادر گفتگو برگه انتخاب .ق.ظ. یا ب.ظ. انتخاب ساعت ساعت %1$s انتخاب دقیقه %1$s دقیقه ق.ظ برای وارد کردن زمان، به حالت ساعت تغییر وضعیت دهید. ساعت دقیقه ب.ظ انتخاب زمان برای وارد کردن زمان، به حالت ورودی نوشتاری تغییر وضعیت دهید. اعلان جدید برداشتن %1$s بیش از %1$d اعلان جدید تغییر به ماه بعدی تغییر به ماه قبلی انتخاب کنونی: %1$s @android:string/ok %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
+ Laajenna puoliväliin %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 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 @android:string/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 Näytä salasana
+ - %d nouvelle notification
+ - %d nouvelles notifications
+ Développer en entier 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 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 @android:string/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 Afficher le mot de passe
+ - %d nouvelle notification
+ - %d nouvelles notifications
+ Développer à moitié 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 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 @android:string/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 Afficher le mot de passe
+ - %d notificación nova
+ - %d notificacións novas
+ Despregar ata a metade 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. 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 @android:string/ok %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 Mostra o contrasinal
+ - %d નવું નોટિફિકેશન
+ - %d નવા નોટિફિકેશન
+ અડધે સુધી મોટું કરો %2$dમાંથી %1$d અક્ષરો દાખલ કર્યા %2$dમાંથી %1$dની વર્ણ મર્યાદા ઓળંગાઈ ગઈ છે ટેક્સ્ટ સાફ કરો ભૂલ ડ્રૉપડાઉન મેનૂ બતાવો સંવાદનું આઇકન ટૅબ AM અથવા PM પસંદ કરો સમય પસંદ કરો %1$s વાગ્યા છે મિનિટ પસંદ કરો %1$s મિનિટ AM સમય દાખલ કરવા માટે ઘડિયાળ મોડમાં સ્વિચ કરો. કલાક મિનિટ PM સમય પસંદ કરો સમય દાખલ કરવા માટે ટેક્સ્ટ ઇનપુટ મોડમાં સ્વિચ કરો. નવું નોટિફિકેશન %1$s કાઢી નાખો %1$dથી વધુ નવા નોટિફિકેશન આગલા મહિના પર બદલો પાછલા મહિના પર બદલો હાલની પસંદગી: %1$s @android:string/ok %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$d से ज़्यादा नई सूचनाएं अगले महीने पर जाएं पिछले महीने पर जाएं फ़िलहाल, यह चुना गया है: %1$s @android:string/ok %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
+ Proširi donju polovicu 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 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 @android:string/ok %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 Prikaži zaporku
+ - %d új értesítés
+ - %d új értesítés
+ Kibontás félig 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 Ó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 @android:string/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 Jelszó megjelenítése
+ - %d նոր ծանուցում
+ - %d նոր ծանուցում
+ Ծավալել կիսով չափ Մուտքագրված նիշեր՝ %1$d/%2$d Նիշերի առավելագույն քանակը գերազանցվել է (%1$d/%2$d) Ջնջել տեքստը Սխալ Ցույց տալ իջնող ընտրացանկը Երկխոսության պատուհանի պատկերակ Ներդիր Ընտրել AM կամ PM Ընտրել ժամը Ժամը %1$s է Ընտրեք րոպեն %1$s րոպե AM Ժամը մուտքագրելու համար միացրեք ժամացույցի ռեժիմը: Ժամ Րոպե PM Ժամանակի ընտրություն Ժամը մուտքագրելու համար միացրեք տեքստի մուտքագրման ռեժիմը: Նոր ծանուցում Հեռացնել (%1$s) Ավելի քան %1$d նոր ծանուցում Անցնել հաջորդ ամիս Անցնել նախորդ ամիս Ներկայիս ընտրությունը՝ %1$s @android:string/ok %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
+ Luaskan setengah 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 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 @android:string/ok %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 Tampilkan sandi
+ - %d ný tilkynning
+ - %d nýjar tilkynningar
+ Stækka til hálfs 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. 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 @android:string/ok %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 Sýna aðgangsorð
+ - %d nuova notifica
+ - %d nuove notifiche
+ Espandi a metà %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 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 @android:string/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 Mostra password
+ - התראה חדשה אחת (%d)
+ - %d התראות חדשות
+ - %d התראות חדשות
+ - %d התראות חדשות
+ הרחבה עד האמצע הוזנו %1$d תווים מתוך %2$d מגבלת התווים חורגת ב-%1$d מתוך %2$d מחיקת הטקסט שגיאה הצגת התפריט הנפתח סמל לתיבת דו-שיח מקש Tab יש לבחור ב-AM או ב-PM בחר שעה השעה %1$s בחר דקות %1$s דקות לפנה\"צ העבר למצב שעון לצורך הזנת השעה שעה דקה אחה\"צ בחר שעה העבר למצב קלט טקסט לצורך הזנת השעה התראה חדשה הסרה של %1$s יותר מ-%1$d התראות חדשות מעבר לחודש הבא מעבר לחודש הקודם הבחירה הנוכחית: %1$s @android:string/ok %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分 AM 時刻を時計で入力するモードに切り替えます。 時間 分 PM 時間を選択 時刻をテキストで入力するモードに切り替えます。 新しい通知 %1$s を削除します %1$d 件以上の新しい通知 翌月に変更 前月に変更 現在の選択: %1$s @android:string/ok %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) ტექსტის გასუფთავება შეცდომა ჩამოსაშლელი მენიუს ჩვენება დიალოგის ხატულა ჩანართი აირჩიეთ AM ან PM აირჩიეთ საათი %1$s საათი აირჩიეთ წუთები %1$s წუთი AM დროის შეყვანისთვის საათის რეჟიმზე გადართვა. საათი წუთი PM აირჩიეთ დრო დროის შეყვანისთვის ტექსტის შეყვანის რეჟიმზე გადართვა. ახალი შეტყობინება %1$s-ის ამოშლა %1$d-ზე მეტი ახალი შეტყობინება შემდეგ თვეზე გადასვლა წინა თვეზე გადასვლა ამჟამინდელი არჩევანი: %1$s @android:string/ok %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 минут AM Уақытты енгізу үшін сағат режиміне өтіңіз. Сағат Mинут PM Уақытты таңдау Уақытты енгізу үшін мәтін енгізу режиміне өтіңіз. Жаңа хабарландыру %1$s мазмұнын өшіру %1$d санынан көп жаңа хабарландыру Келесі айға өту Алдыңғы айға өту Ағымдағы таңдау: %1$s @android:string/ok %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$d ហើយ ប្ដូរទៅខែបន្ទាប់ ប្ដូរទៅខែមុន ការជ្រើសរើសបច្ចុប្បន្ន៖ %1$s @android:string/ok %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 ನಿಮಿಷಗಳು AM ಸಮಯವನ್ನು ನಮೂದಿಸಲು ಗಡಿಯಾರದ ನಮೂನೆಗೆ ಬದಲಿಸಿ. ಗಂಟೆ ನಿಮಿಷ PM ಸಮಯವನ್ನು ಆಯ್ಕೆಮಾಡಿ ಸಮಯವನ್ನು ನಮೂದಿಸಲು ಪಠ್ಯದ ನಮೂನೆಗೆ ಬದಲಿಸಿ. ಹೊಸ ಅಧಿಸೂಚನೆ %1$s ಅನ್ನು ತೆಗೆದುಹಾಕಿ %1$d ಕ್ಕಿಂತ ಹೆಚ್ಚು ಹೊಸ ಅಧಿಸೂಚನೆಗಳು ಮುಂದಿನ ತಿಂಗಳಿಗೆ ಬದಲಿಸಿ ಹಿಂದಿನ ತಿಂಗಳಿಗೆ ಬದಲಿಸಿ ಪ್ರಸ್ತುತ ಆಯ್ಕೆ: %1$s @android:string/ok %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$d개 초과 다음 달로 변경 이전 달로 변경 현재 %1$s 선택됨 @android:string/ok %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 мүнөт AM Убакытты дубал саатынын режиминде киргизиңиз. Саат Мүнөт PM Убакыт тандоо Убакытты текст киргизүү режиминде киргизиңиз. Жаңы билдирме Мазмунду алып салуу (%1$s) %1$d ашуун жаңы билдирме Кийинки айга өзгөртүү Мурунку айга өзгөртүү Учурдагы тандоо: %1$s @android:string/ok %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$d ລາຍການ ປ່ຽນເປັນເດືອນຕໍ່ໄປ ປ່ຽນເປັນເດືອນຜ່ານມາ ການເລືອກປັດຈຸບັນ: %1$s @android:string/ok %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ų
+ Išskleisti iki pusės Į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ų“ 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 @android:string/ok %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ą Rodyti slaptažodį
+ - %d jaunu paziņojumu
+ - %d jauns paziņojums
+ - %d jauni paziņojumi
+ Izvērst līdz pusei 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ā). 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 @android:string/ok %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 Rādīt paroli
+ - %d ново известување
+ - %d нови известувања
+ Прошири до половина Внесени се %1$d од %2$d знаци Ограничувањето на знаците надмина %1$d од %2$d Избриши го текстот Грешка Прикажи паѓачко мени Икона за дијалог Картичка Изберете претпладне или попладне Изберете час %1$s часот Избери минути %1$s минути пр. Префрлете се на режимот за часовник за да внесете време. Час Минута по. Изберете време Префрлете се на режимот за внесување текст за да внесете време. Ново известување Отстрани %1$s Над %1$d нови известувања Промени на следниот месец Промени на претходниот месец Тековен избор: %1$s @android:string/ok %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 മിനിറ്റ് AM സമയം നൽകുന്നതിന് ക്ലോക്ക് മോഡിലേക്ക് മാറുക. മണിക്കൂര് മിനിറ്റ് PM സമയം തിരഞ്ഞെടുക്കുക സമയം നൽകുന്നതിന് ടെക്സ്റ്റ് ഇൻപുട്ട് മോഡിലേക്ക് മാറുക. പുതിയ അറിയിപ്പ് %1$s നീക്കം ചെയ്യുക %1$d-ലധികം പുതിയ അറിയിപ്പുകൾ അടുത്ത മാസത്തിലേക്ക് മാറ്റുക മുമ്പത്തെ മാസത്തിലേക്ക് മാറ്റുക നിലവിൽ തിരഞ്ഞെടുത്തത്: %1$s @android:string/ok %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 минут AM Цагийг оруулахын тулд цагийн горимд шилжүүлнэ үү. Цаг Минут PM Цаг сонгох Цагийг оруулахын тулд текст оруулах горимд шилжүүлнэ үү. Шинэ мэдэгдэл %1$s-г устгах %1$d-с олон шинэ мэдэгдэл Дараагийн сар луу өөрчлөх Өмнөх сар луу өөрчлөх Одоогийн сонголт: %1$s @android:string/ok %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 मिनिटे AM वेळेच्या इनपुटसाठी घड्याळ मोडवर स्विच करा. तास मिनिट PM वेळ निवडा वेळ इनपुटसाठी मजकूर इनपुट मोडवर स्विच करा. नवीन सूचना काढून टाका %1$s %1$d पेक्षा अधिक नवीन सूचना पुढील महिन्यावर बदला मागील महिन्यावर बदला सध्याची निवड: %1$s @android:string/ok %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
+ Kembangkan helaian bawah 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 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 @android:string/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 Tunjukkan kata laluan
+ - အကြောင်းကြားချက်အသစ် %d ခု
+ - အကြောင်းကြားချက်အသစ် %d ခု
+ တစ်ဝက်ချဲ့ရန် စာလုံးရေ %2$d တွင် %1$d ထည့်သွင်းထားသည် စာလုံးရေအကန့်အသတ် %2$d လုံးတွင် %1$d လုံးကျော်နေသည် စာသား ဖယ်ရှားရန် အမှား ဆွဲချမီနူးကို ပြရန် ဒိုင်ယာလော့ခ် သင်္ကေတ တဘ် AM (သို့) PM ရွေးရန် နာရီ ရွေးရန် %1$s နာရီ မိနစ်များ ရွေးပါ %1$s မိနစ် နံနက် အချိန်ထည့်သွင်းမှုအတွက် နာရီမုဒ်သို့ ပြောင်းပါ။ နာရီ မိနစ် ညနေ အချိန်ရွေးပါ အချိန်ထည့်သွင်းရန် စာသားထည့်သွင်းမှုမုဒ်သို့ ပြောင်းပါ။ အကြောင်းကြားချက်အသစ် %1$s ကို ဖယ်ရှားရန် အကြောင်းကြားချက်အသစ် %1$d ခု အထက် နောက်လသို့ ပြောင်းရန် ယခင်လသို့ ပြောင်းရန် လက်ရှိ ရွေးချယ်မှု- %1$s @android:string/ok %1$s ရက်စွဲ ရွေးပါ ရွေးထားသည့် ရက်စွဲ ရက်ကော်လံ- %1$s ဖော်မက် မမှန်ကန်ပါ။ ဥပမာ− %1$s %1$s သုံးရန် ရက်အပိုင်းအခြား မမှန်ပါ။ နှစ် %1$s သို့ လမ်းညွှန်ရန် ရက်အပိုင်းအခြား ပြင်ပ− %1$s စတင်ရက် – %1$s %1$s – ပြီးဆုံးရက် %1$s – %2$s အပိုင်းအခြား ရွေးပါ စတင်ရက် – ပြီးဆုံးရက် သိမ်းရန် ရက်စွဲ ပြီးဆုံးရက် စတင်ရက် d m y ပြက္ခဒိန် ထည့်သွင်းမှုမုဒ်သို့ ပြောင်းရန် ရက်ရွေးချယ်ခြင်းသို့ ပြောင်းရန် တို့ပါ စာသား ထည့်သွင်းမှုမုဒ်သို့ ပြောင်းရန် နှစ်ရွေးချယ်ခြင်းသို့ ပြောင်းရန် တို့ပါ စကားဝှက်ကို ပြရန်
+ - %d nytt varsel
+ - %d nye varsler
+ Vis halve feltet nederst %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 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 @android:string/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 Vis passordet
+ - %d नयाँ सूचना
+ - %d नयाँ सूचनाहरू
+ आधा ठुलो पार्नुहोस् %2$d मध्ये %1$d वर्ण प्रविष्ट गरियो %2$d मध्ये %1$d वर्ण सीमा नाघ्यो पाठ खाली गर्नुहोस् त्रुटि ड्रपडाउन मेनु देखाउनुहोस् संवादको आइकन ट्याब पूर्वाह्न वा अपराह्न चयन गर्नुहोस् घन्टा चयन गर्नुहोस् %1$s बजे मिनेट चयन गर्नुहोस् %1$s मिनेट AM समय इनपुट गर्न घडी मोडमा स्विच गर्नुहोस्। घन्टा: मिनेट अपराह्न समय चयन गर्नुहोस् समय इनपुट गर्न पाठ इनपुट मोडमा स्विच गर्नुहोस्। नयाँ सूचना %1$s हटाउनुहोस् %1$d भन्दा बढी नयाँ सूचनाहरू अर्को महिनामा सार्नुहोस् अघिल्लो महिनामा सार्नुहोस् हालको चयन: %1$s @android:string/ok %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
+ Half uitvouwen %1$d van %2$d tekens opgegeven Tekenlimiet heeft %1$d van %2$d overschreden Tekst wissen Fout Dropdownmenu weergeven Icoon voor dialoogvenster Tabblad Selecteer a.m. of p.m. 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 @android:string/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 Wachtwoord tonen
+ - %d new notification
+ - %d new notifications
+ Expand halfway %2$d ର %1$d ଅକ୍ଷର ଲେଖିଛନ୍ତି %2$d ର %1$d ଅକ୍ଷର ଲେଖିଛନ୍ତି Clear text Error Show dropdown menu Dialog Icon Tab Select AM or PM 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 @android:string/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 ପାସ୍ୱାର୍ଡ ଦେଖାନ୍ତୁ
+ - %d ਨਵੀਂ ਸੂਚਨਾ
+ - %d ਨਵੀਆਂ ਸੂਚਨਾਵਾਂ
+ ਅੱਧ ਤੱਕ ਵਿਸਤਾਰ ਕਰੋ %2$d ਵਿੱਚੋਂ %1$d ਅੱਖਰ-ਚਿੰਨ੍ਹ ਦਾਖਲ ਕੀਤੇ ਗਏ ਅੱਖਰ-ਚਿੰਨ੍ਹ ਸੀਮਾ %2$d ਤੋਂ %1$d ਵਧੀ ਲਿਖਤ ਕਲੀਅਰ ਕਰੋ ਗੜਬੜ ਡ੍ਰੌਪ-ਡਾਊਨ ਮੀਨੂ ਦਿਖਾਓ ਵਿੰਡੋ ਦਾ ਪ੍ਰਤੀਕ ਟੈਬ AM ਜਾਂ PM ਚੁਣੋ ਸਮਾਂ ਚੁਣੋ %1$s ਵਜੇ ਮਿੰਟ ਚੁਣੋ %1$s ਮਿੰਟ AM ਸਮਾਂ ਇਨਪੁੱਟ ਕਰਨ ਲਈ ਘੜੀ ਮੋਡ \'ਤੇ ਸਵਿੱਚ ਕਰੋ। ਘੰਟਾ ਮਿੰਟ PM ਸਮਾਂ ਚੁਣੋ ਸਮਾਂ ਇਨਪੁੱਟ ਕਰਨ ਲਈ ਲਿਖਤ ਇਨਪੁੱਟ ਮੋਡ \'ਤੇ ਸਵਿੱਚ ਕਰੋ। ਨਵੀਂ ਸੂਚਨਾ %1$s ਹਟਾਓ %1$d ਤੋਂ ਵੱਧ ਨਵੀਆਂ ਸੂਚਨਾਵਾਂ ਅਗਲੇ ਮਹੀਨੇ \'ਤੇ ਜਾਓ ਪਿਛਲੇ ਮਹੀਨੇ \'ਤੇ ਜਾਓ ਮੌਜੂਦਾ ਚੋਣ: %1$s @android:string/ok %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
+ Rozwiń do połowy %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 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 @android:string/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 Pokaż hasło
+ - %d nova notificação
+ - %d novas notificações
+ Expandir até a metade 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 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 @android:string/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 Exibir senha
+ - %d nova notificação
+ - %d novas notificações
+ Expandir até metade 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 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 @android:string/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 Mostrar palavra-passe
+ - %d notificare nouă
+ - %d notificări noi
+ - %d de notificări noi
+ Extinde pe ecran complet 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 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 @android:string/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 Afișați parola
+ - %d новое уведомление
+ - %d новых уведомления
+ - %d новых уведомлений
+ - %d нового уведомления
+ Развернуть наполовину Введено символов: %1$d из %2$d Превышено ограничение на количество символов (%1$d из %2$d) Очистить текстовое поле Ошибка Показать раскрывающееся меню Значок диалогового окна Вкладка Выберите AM (до полудня) или PM (после полудня) Выберите час %1$s ч. Выберите минуты %1$s мин. AM Чтобы ввести время, перейдите в режим часов. Час Минуты PM Выбор времени Чтобы ввести время, перейдите в режим ввода текста. Новое уведомление Удалить \"%1$s\" Новых уведомлений больше %1$d Перейти к следующему месяцу Перейти к предыдущему месяцу Выбранный элемент: %1$s @android:string/ok %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$dකට වඩා ලබන මාසයට වෙනස් කරන්න කලින් මාසයට වෙනස් කරන්න වත්මන් තේරීම: %1$s @android:string/ok %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í
+ Rozbaliť napoly 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 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 @android:string/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 Zobraziť heslo
+ - %d novo obvestilo
+ - %d novi obvestili
+ - %d nova obvestila
+ - %d novih obvestil
+ Razširjanje na pol višine Š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. 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 @android:string/ok %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 Prikaz gesla 24dp 24dp 24dp 24dp
+ - %d njoftim i ri
+ - %d njoftime të reja
+ Zgjeroje deri në gjysmë 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 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 @android:string/ok %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 Shfaq fjalëkalimin
+ - %d ново обавештење
+ - %d нова обавештења
+ - %d нових обавештења
+ Проширите до пола Унети знакови: %1$d од %2$d Прекорачено је ограничење броја знакова: %1$d од %2$d Обриши текст Грешка Прикажи падајући мени Икона дијалога Картица Изаберите пре подне или по подне Изаберите сат %1$s с Изаберите минуте %1$s мин AM Пређите у режим сата ради уноса времена. Сат Минут PM Изаберите време Пређите у режим уноса текста ради уноса времена. Ново обавештење Уклоните %1$s Нових обавештења: више од %1$d Пређите на следећи месец Пређите на претходни месец Актуелни избор: %1$s @android:string/ok %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
+ Utöka till hälften %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 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 @android:string/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 Visa lösenord
+ - Arifa %d mpya
+ - Arifa %d mpya
+ Panua nusu 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 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 @android:string/ok %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 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 நிமிடங்கள் AM நேர உள்ளீட்டிற்காக, கடிகாரப் பயன்முறைக்கு மாற்றும். மணிநேரம் நிமிடம் PM நேரத்தைத் தேர்ந்தெடுக்கவும் உரை உள்ளீட்டிற்காக, கடிகாரப் பயன்முறைக்கு மாற்றும். புதிய அறிவிப்பு %1$sஐ அகற்று %1$d+ புதிய அறிவிப்புகள் அடுத்த மாதத்தைக் காட்டு முந்தைய மாதத்தைக் காட்டு தற்போதைய தேர்வு: %1$s @android:string/ok %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 నిమిషాలు AM సమయాన్ని నమోదు చేయడం కోసం గడియారం మోడ్కు మారండి. గంట నిమిషం PM సమయాన్ని ఎంచుకోండి సమయాన్ని నమోదు చేయడం కోసం వచన నమోదు మోడ్కి మారండి. కొత్త నోటిఫికేషన్ (%1$s)ని తీసివేస్తుంది %1$d కంటే ఎక్కువ కొత్త నోటిఫికేషన్లు వచ్చే నెలకు మార్చుతుంది మునుపటి నెలకు మార్చుతుంది ప్రస్తుత ఎంపిక: %1$s @android:string/ok %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 นาที AM สลับไปโหมดนาฬิกาเพื่อป้อนเวลา ชั่วโมง นาที PM เลือกเวลา สลับไปโหมดป้อนข้อความเพื่อป้อนเวลา การแจ้งเตือนใหม่ นำ %1$s ออก การแจ้งเตือนใหม่มากกว่า %1$d รายการ เปลี่ยนไปที่เดือนถัดไป เปลี่ยนไปที่เดือนก่อนหน้า การเลือกในปัจจุบัน: %1$s @android:string/ok %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-expand hanggang gitna 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 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 @android:string/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 Ipakita ang password
+ - %d yeni bildirim
+ - %d yeni bildirim
+ Yarım genişlet 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 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 @android:string/ok %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 Şifreyi göster
+ - %d нове сповіщення
+ - %d нові сповіщення
+ - %d нових сповіщень
+ - %d нового сповіщення
+ Розгорнути нижню половину Введено символів: %1$d з %2$d Перевищено ліміт символів: %1$d з %2$d Видалити текст Помилка Показати спадне меню Значок вікна Вкладка Виберіть ДП чи ПП Вибрати годину %1$s год Виберіть хвилини %1$s хв дп Перейти в режим годинника, щоб ввести час. Година Хвилина пп Виберіть час Перейти в текстовий режим, щоб ввести час. Нове сповіщення Видалити %1$s Нових сповіщень більше ніж %1$d Перейти до наступного місяця Перейти до попереднього місяця Поточний вибір: %1$s @android:string/ok %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 کو ہٹائیں %1$d سے زیادہ نئی اطلاعات اگلے مہینہ میں منتقل کریں گزشتہ ماہ میں منتقل کریں موجودہ انتخاب: %1$s @android:string/ok %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
+ Yarmiga kengaytirish %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 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 @android:string/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 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_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_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
+ Mở rộng một nửa Đã 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 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 @android:string/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 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$d 条以上的新通知 转到下个月 转到上个月 当前的选择是:%1$s @android:string/ok %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 分 AM 切換至時鐘模式即可輸入時間。 小時 分鐘 PM 選取時間 切換至文字輸入模式即可輸入時間。 新通知 移除「%1$s」 超過 %1$d 則新通知 變更為下個月 變更為上個月 目前選取:%1$s @android:string/ok %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 分 AM 切換至時鐘模式來輸入時間。 小時 分鐘 PM 選取時間 切換至文字輸入模式來輸入時間。 新通知 移除 %1$s 超過 %1$d 則新通知 變更至下個月 變更至上個月 目前選取:%1$s @android:string/ok %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
+ Nweba phakathi 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 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 @android:string/ok %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 Bonisa iphasiwedi 150 Navigate up Open navigation drawer "Gaan op" "Maak navigasielaai oop" "ወደ ላይ ያስሱ" "የአሰሳ መሣቢያውን ክፈት" "التنقل إلى أعلى" "فتح لائحة التنقل" "ওপৰলৈ যাওক" "নেভিগেশ্বন ড্ৰৱাৰ খোলক" "Yuxarı keçin" "Naviqasiya panelini açın" "Idite nagore" "Otvorite fioku za navigaciju" "Перайсці ўверх" "Адкрыць высоўнае меню навігацыі" "Придвижване нагоре" "Отваряне на слоя за навигация" "উপরে নেভিগেট করুন" "নেভিগেশন ড্রয়ার খুলুন" "Idi gore" "Otvaranje ladice za navigaciju" "Navega cap amunt" "Obre el tauler de navegació" "Přejít nahoru" "Otevřít vysouvací panel navigace" "Naviger op" "Åbn sidemenuen" "Nach oben" "Navigationsleiste öffnen" "Πλοήγηση προς τα επάνω" "Άνοιγμα συρταριού πλοήγησης" "Navigate up" "Open navigation drawer" "Navigate up" "Open navigation drawer" "Navigate up" "Open navigation drawer" "Desplazarse hacia arriba" "Abrir panel de navegación" "Navegar hacia arriba" "Abrir panel lateral de navegación" "Navigeeri üles" "Navigeerimissahtli avamine" "Joan gora" "Ireki nabigazio-panel lerrakorra" "پیمایش به بالا" "باز کردن کشوی پیمایش" "Siirry ylös" "Avaa navigoinnin vetopaneeli" "Remonter" "Ouvrir le panneau de navigation" "Revenir en arrière" "Ouvrir le panneau de navigation" "Desprazarse cara arriba" "Abrir o panel de navegación" "ઉપર નૅવિગેટ કરો" "નૅવિગેશન ડ્રૉઅર ખોલો" "वापस जाएं" "नेविगेशन पैनल खोलें" "Idi gore" "Otvaranje ladice za navigaciju" "Navigálás felfelé" "Navigációs fiók kinyitása" "Անցնել վերև" "Բացել նավարկման դարակը" "Kembali ke atas" "Buka panel navigasi" "Fara upp" "Opna yfirlitsskúffu" "Torna indietro" "Apri riquadro di navigazione" "ניווט למעלה" "פתיחת חלונית ההזזה לניווט" "上へ移動" "ナビゲーション ドロワーを開く" "ზემოთ გადასვლა" "ნავიგაციის უჯრის გახსნა" "Жоғары қарай жылжу" "Навигация тартпасын ашу" "រំកិលឡើងលើ" "បើកថតរុករក" "ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ" "ನ್ಯಾವಿಗೇಶನ್ ಡ್ರಾವರ್ ಅನ್ನು ತೆರೆಯಿರಿ" "위로 이동" "탐색 창 열기" "Жогору чабыттоо" "Чабыттоо суурмасын ачуу" "ເລື່ອນຂຶ້ນເທິງ" "ເປີດແຖບການນຳທາງ" "Naršyti aukštyn" "Atidaryti naršymo juostą" "Pārvietoties augšup" "Atvērt navigācijas atvilktni" "Оди нагоре" "Отворете ја фиоката за навигација" "മുകളിലേക്ക് നാവിഗേറ്റ് ചെയ്യുക" "നാവിഗേഷൻ ഡ്രോയർ തുറക്കുക" "Дээш шилжих" "Навигацийн шургуулгыг нээх" "वर नेव्हिगेट करा" "नेव्हिगेशन ड्रॉवर उघडा" "Navigasi ke atas" "Buka laci navigasi" "အပေါ်သို့ ရွှေ့ရန်" "လမ်းကြောင်းပြ အံဆွဲကို ဖွင့်ရန်" "Naviger opp" "Åpne uttrekksmenyen" "माथि नेभिगेट गर्नुहोस्" "नेभिगेसन ड्रअर खोल्नुहोस्" "Omhoog navigeren" "Zijmenu openen" "ଉପରକୁ ନାଭିଗେଟ୍ କରନ୍ତୁ" "ନାଭିଗେସନ୍ ଡ୍ରୟର୍ ଖୋଲନ୍ତୁ" "ਉੱਪਰ ਵੱਲ ਨੈਵੀਗੇਟ ਕਰੋ" "ਨੈਵੀਗੇਸ਼ਨ ਡ੍ਰਾਅਰ ਖੋਲ੍ਹੋ" "Przejdź wyżej" "Otwórz panel nawigacji" "Navegar para cima" "Abrir gaveta de navegação" "Navegar para cima" "Abrir gaveta de navegação" "Navegar para cima" "Abrir gaveta de navegação" "Navigați în sus" "Deschideți panoul de navigare" "Перейти вверх" "Открыть панель навигации" "ඉහළට සංචලන කරන්න" "සංචලන ඇදීම විවෘත කරන්න" "Prejsť hore" "Otvoriť navigačný vysúvací panel" "Pomik navzgor" "Odpri predal za krmarjenje" "Ngjitu lart" "Hap sirtarin e navigimit" "Идите нагоре" "Отворите фиоку за навигацију" "Navigera uppåt" "Öppna navigeringspanelen" "Sogeza juu" "Fungua droo ya kusogeza" "மேலே செல்லும்" "வழிசெலுத்தல் டிராயரைத் திறக்கும்" "పైకి నావిగేట్ చేయి" "నావిగేషన్ డ్రాయర్ను తెరవండి" "นำทางขึ้น" "เปิดลิ้นชักการนำทาง" "Mag-navigate pataas" "Buksan ang navigation drawer" "Yukarı git" "Gezinme çekmecesini aç" "Перейти вгору" "Відкрити панель навігації" "اوپر نیویگیٹ کریں" "نیویگیشن دراز کھولیں" "Tepaga" "Navigatsiya panelini ochish" "Di chuyển lên" "Mở ngăn điều hướng" "转到上一层级" "打开抽屉式导航栏" "向上導覽" "開啟導覽列" "向上瀏覽" "開啟導覽匣" "Zulazulela phezulu" "Vula idrowa lakho lokuzula" #FFBB86FC #FF6200EE #FF3700B3 #FF03DAC5 #FF018786 #FF000000 #FFFFFFFF 16dp 16dp #3DDC84 #FFFFFF Calculator MainActivity2 First Fragment Second Fragment Next Previous Hello first fragment Hello second fragment. Arg: %1$s Open Close 16dp 16dp 200dp 48dp
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout-land/activity_main.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout-land/activity_main.xml
new file mode 100644
index 0000000..2dd6d12
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout-land/activity_main.xml
@@ -0,0 +1,615 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout-land/activity_main_light.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout-land/activity_main_light.xml
new file mode 100644
index 0000000..b206283
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout-land/activity_main_light.xml
@@ -0,0 +1,615 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_graph.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_graph.xml
new file mode 100644
index 0000000..52370f7
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_graph.xml
@@ -0,0 +1,276 @@
+
+
+
+ z
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_graph_light.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_graph_light.xml
new file mode 100644
index 0000000..bc40135
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_graph_light.xml
@@ -0,0 +1,276 @@
+
+
+
+ z
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_main.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_main.xml
new file mode 100644
index 0000000..15c2aa8
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_main.xml
@@ -0,0 +1,461 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_main_light.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_main_light.xml
new file mode 100644
index 0000000..7dd85eb
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_main_light.xml
@@ -0,0 +1,456 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_plotting_graph.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_plotting_graph.xml
new file mode 100644
index 0000000..b70891b
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_plotting_graph.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_splash_screen.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_splash_screen.xml
new file mode 100644
index 0000000..370b756
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_splash_screen.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_unit_converter.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_unit_converter.xml
new file mode 100644
index 0000000..01fdb14
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_unit_converter.xml
@@ -0,0 +1,368 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_unit_converter_light.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_unit_converter_light.xml
new file mode 100644
index 0000000..32bc26a
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_unit_converter_light.xml
@@ -0,0 +1,368 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/content_main.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/content_main.xml
new file mode 100644
index 0000000..7867fa2
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/content_main.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/fragment_first.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/fragment_first.xml
new file mode 100644
index 0000000..8a8ce58
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/fragment_first.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/fragment_second.xml b/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/fragment_second.xml
new file mode 100644
index 0000000..0cdc85a
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/fragment_second.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/mergeDebugShaders/merger.xml b/Calculator/app/build/intermediates/incremental/mergeDebugShaders/merger.xml
new file mode 100644
index 0000000..b2d1e09
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/mergeDebugShaders/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt b/Calculator/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt
new file mode 100644
index 0000000..62b91be
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt
@@ -0,0 +1,4 @@
+#Sun Jul 31 02:32:31 IST 2022
+base.0=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\dex\\debug\\mergeDexDebug\\classes.dex
+renamed.0=classes.dex
+path.0=classes.dex
diff --git a/Calculator/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources b/Calculator/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources
new file mode 100644
index 0000000..ecf866b
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources differ
diff --git a/Calculator/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 b/Calculator/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0
new file mode 100644
index 0000000..33bbcca
Binary files /dev/null and b/Calculator/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 differ
diff --git a/Calculator/app/build/intermediates/incremental/packageDebugResources/compile-file-map.properties b/Calculator/app/build/intermediates/incremental/packageDebugResources/compile-file-map.properties
new file mode 100644
index 0000000..87fc8fd
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/packageDebugResources/compile-file-map.properties
@@ -0,0 +1,98 @@
+#Sun Jul 31 02:32:14 IST 2022
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xxhdpi\\ic_degree.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-xxhdpi-v4\\ic_degree.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xhdpi\\ic_home.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-xhdpi-v4\\ic_home.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher_calculator_round.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-xxhdpi-v4\\ic_launcher_calculator_round.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-hdpi\\ic_dark_mode.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\ic_dark_mode.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-mdpi\\ic_icon_calculator.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-mdpi-v4\\ic_icon_calculator.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher_round.webp=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-mdpi-v4\\ic_launcher_round.webp
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-hdpi\\ic_home.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\ic_home.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-hdpi\\ic_light_mode.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\ic_light_mode.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable\\ic_launcher_background.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\ic_launcher_background.xml
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher.webp=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-xxhdpi-v4\\ic_launcher.webp
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-anydpi\\ic_graph.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-anydpi-v4\\ic_graph.xml
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xxhdpi\\ic_home.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-xxhdpi-v4\\ic_home.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-anydpi-v26\\ic_launcher_round.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-anydpi-v26\\ic_launcher_round.xml
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher_calculator_foreground.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-hdpi-v4\\ic_launcher_calculator_foreground.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-mdpi\\ic_scale.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-mdpi-v4\\ic_scale.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-mdpi\\ic_graph.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-mdpi-v4\\ic_graph.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher_calculator_round.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-mdpi-v4\\ic_launcher_calculator_round.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher_calculator_foreground.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-xhdpi-v4\\ic_launcher_calculator_foreground.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xxhdpi\\ic_icon_calculator.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-xxhdpi-v4\\ic_icon_calculator.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xhdpi\\ic_icon_calculator.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-xhdpi-v4\\ic_icon_calculator.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher.webp=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-mdpi-v4\\ic_launcher.webp
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-anydpi\\ic_icon_calculator.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-anydpi-v4\\ic_icon_calculator.xml
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher_calculator_round.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-xhdpi-v4\\ic_launcher_calculator_round.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher_calculator_foreground.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-xxxhdpi-v4\\ic_launcher_calculator_foreground.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\navigation\\nav_graph.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\navigation\\nav_graph.xml
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-v24\\ic_launcher_foreground.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-v24\\ic_launcher_foreground.xml
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-hdpi\\ic_icon_calculator.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\ic_icon_calculator.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher_calculator.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-xxxhdpi-v4\\ic_launcher_calculator.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-mdpi\\ic_convert.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-mdpi-v4\\ic_convert.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xhdpi\\ic_graph.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-xhdpi-v4\\ic_graph.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-hdpi\\ic_degree.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\ic_degree.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-anydpi\\ic_convert.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-anydpi-v4\\ic_convert.xml
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-anydpi\\ic_light_mode.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-anydpi-v4\\ic_light_mode.xml
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\packageDebugResources\\stripped.dir\\layout\\activity_unit_converter.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\layout\\activity_unit_converter.xml
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-anydpi\\ic_scale.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-anydpi-v4\\ic_scale.xml
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher_calculator_round.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-xxxhdpi-v4\\ic_launcher_calculator_round.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-hdpi\\ic_convert.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\ic_convert.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-mdpi\\ic_temp.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-mdpi-v4\\ic_temp.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\menu\\nav_menu_unit_converter.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\menu\\nav_menu_unit_converter.xml
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher.webp=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-xhdpi-v4\\ic_launcher.webp
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher_calculator.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-xxhdpi-v4\\ic_launcher_calculator.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xxhdpi\\ic_speed.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-xxhdpi-v4\\ic_speed.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-hdpi\\ic_scale.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\ic_scale.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xhdpi\\ic_scale.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-xhdpi-v4\\ic_scale.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\packageDebugResources\\stripped.dir\\layout\\fragment_first.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\layout\\fragment_first.xml
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher_calculator.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-mdpi-v4\\ic_launcher_calculator.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-hdpi\\ic_graph.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\ic_graph.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\packageDebugResources\\stripped.dir\\layout\\activity_splash_screen.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\layout\\activity_splash_screen.xml
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher.webp=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-xxxhdpi-v4\\ic_launcher.webp
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\packageDebugResources\\stripped.dir\\layout\\activity_main.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\layout\\activity_main.xml
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-anydpi-v26\\ic_launcher.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-anydpi-v26\\ic_launcher.xml
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-anydpi\\ic_home.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-anydpi-v4\\ic_home.xml
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\packageDebugResources\\stripped.dir\\layout\\activity_graph.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\layout\\activity_graph.xml
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher_calculator.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-xhdpi-v4\\ic_launcher_calculator.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xhdpi\\ic_convert.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-xhdpi-v4\\ic_convert.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher_calculator_foreground.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-mdpi-v4\\ic_launcher_calculator_foreground.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xxhdpi\\ic_convert.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-xxhdpi-v4\\ic_convert.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher.webp=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-hdpi-v4\\ic_launcher.webp
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-mdpi\\ic_light_mode.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-mdpi-v4\\ic_light_mode.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-mdpi\\ic_dark_mode.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-mdpi-v4\\ic_dark_mode.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-anydpi\\ic_degree.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-anydpi-v4\\ic_degree.xml
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher_round.webp=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-xhdpi-v4\\ic_launcher_round.webp
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\packageDebugResources\\stripped.dir\\layout\\activity_unit_converter_light.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\layout\\activity_unit_converter_light.xml
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xhdpi\\ic_dark_mode.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-xhdpi-v4\\ic_dark_mode.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher_calculator_round.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-hdpi-v4\\ic_launcher_calculator_round.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xxhdpi\\ic_light_mode.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-xxhdpi-v4\\ic_light_mode.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xhdpi\\ic_degree.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-xhdpi-v4\\ic_degree.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-mdpi\\ic_degree.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-mdpi-v4\\ic_degree.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-anydpi-v26\\ic_launcher_calculator.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-anydpi-v26\\ic_launcher_calculator.xml
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-hdpi\\ic_temp.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\ic_temp.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\packageDebugResources\\stripped.dir\\layout\\fragment_second.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\layout\\fragment_second.xml
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\packageDebugResources\\stripped.dir\\layout-land\\activity_main_light.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\layout-land\\activity_main_light.xml
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\packageDebugResources\\stripped.dir\\layout-land\\activity_main.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\layout-land\\activity_main.xml
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-mdpi\\ic_home.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-mdpi-v4\\ic_home.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-mdpi\\ic_speed.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-mdpi-v4\\ic_speed.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xhdpi\\ic_temp.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-xhdpi-v4\\ic_temp.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\packageDebugResources\\stripped.dir\\layout\\activity_main_light.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\layout\\activity_main_light.xml
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\packageDebugResources\\stripped.dir\\layout\\activity_plotting_graph.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\layout\\activity_plotting_graph.xml
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable\\ic__logo.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable\\ic__logo.xml
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xxhdpi\\ic_temp.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-xxhdpi-v4\\ic_temp.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher_round.webp=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-xxxhdpi-v4\\ic_launcher_round.webp
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher_calculator.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-hdpi-v4\\ic_launcher_calculator.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xxhdpi\\ic_graph.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-xxhdpi-v4\\ic_graph.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xxhdpi\\ic_dark_mode.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-xxhdpi-v4\\ic_dark_mode.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher_calculator_foreground.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-xxhdpi-v4\\ic_launcher_calculator_foreground.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher_round.webp=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-xxhdpi-v4\\ic_launcher_round.webp
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xxhdpi\\ic_scale.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-xxhdpi-v4\\ic_scale.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\packageDebugResources\\stripped.dir\\layout\\content_main.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\layout\\content_main.xml
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-anydpi\\ic_dark_mode.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-anydpi-v4\\ic_dark_mode.xml
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-anydpi\\ic_speed.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-anydpi-v4\\ic_speed.xml
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-anydpi\\ic_temp.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-anydpi-v4\\ic_temp.xml
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher_round.webp=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-hdpi-v4\\ic_launcher_round.webp
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\packageDebugResources\\stripped.dir\\layout\\activity_graph_light.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\layout\\activity_graph_light.xml
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-hdpi\\ic_speed.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-hdpi-v4\\ic_speed.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xhdpi\\ic_speed.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-xhdpi-v4\\ic_speed.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xhdpi\\ic_light_mode.png=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\drawable-xhdpi-v4\\ic_light_mode.png
+C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-anydpi-v26\\ic_launcher_calculator_round.xml=C\:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\packaged_res\\debug\\mipmap-anydpi-v26\\ic_launcher_calculator_round.xml
diff --git a/Calculator/app/build/intermediates/incremental/packageDebugResources/merged.dir/values-land/values-land.xml b/Calculator/app/build/intermediates/incremental/packageDebugResources/merged.dir/values-land/values-land.xml
new file mode 100644
index 0000000..70eeb8a
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/packageDebugResources/merged.dir/values-land/values-land.xml
@@ -0,0 +1,5 @@
+
+
+ 16dp
+ 16dp
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/packageDebugResources/merged.dir/values-night-v8/values-night-v8.xml b/Calculator/app/build/intermediates/incremental/packageDebugResources/merged.dir/values-night-v8/values-night-v8.xml
new file mode 100644
index 0000000..394dbf9
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/packageDebugResources/merged.dir/values-night-v8/values-night-v8.xml
@@ -0,0 +1,16 @@
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/packageDebugResources/merged.dir/values-w1240dp-v13/values-w1240dp-v13.xml b/Calculator/app/build/intermediates/incremental/packageDebugResources/merged.dir/values-w1240dp-v13/values-w1240dp-v13.xml
new file mode 100644
index 0000000..96fffa1
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/packageDebugResources/merged.dir/values-w1240dp-v13/values-w1240dp-v13.xml
@@ -0,0 +1,4 @@
+
+
+ 200dp
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/packageDebugResources/merged.dir/values-w600dp-v13/values-w600dp-v13.xml b/Calculator/app/build/intermediates/incremental/packageDebugResources/merged.dir/values-w600dp-v13/values-w600dp-v13.xml
new file mode 100644
index 0000000..815d8b2
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/packageDebugResources/merged.dir/values-w600dp-v13/values-w600dp-v13.xml
@@ -0,0 +1,4 @@
+
+
+ 48dp
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml b/Calculator/app/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml
new file mode 100644
index 0000000..80e3f70
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml
@@ -0,0 +1,43 @@
+
+
+ #FF000000
+ #3DDC84
+ #FFFFFF
+ #FFBB86FC
+ #FF6200EE
+ #FF3700B3
+ #FF03DAC5
+ #FF018786
+ #FFFFFFFF
+ 16dp
+ 16dp
+ Calculator
+ Close
+ First Fragment
+ Hello first fragment
+ Hello second fragment. Arg: %1$s
+ Next
+ Open
+ Previous
+ Second Fragment
+ MainActivity2
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/packageDebugResources/merger.xml b/Calculator/app/build/intermediates/incremental/packageDebugResources/merger.xml
new file mode 100644
index 0000000..aa19f98
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/packageDebugResources/merger.xml
@@ -0,0 +1,29 @@
+
+#FFBB86FC #FF6200EE #FF3700B3 #FF03DAC5 #FF018786 #FF000000 #FFFFFFFF 16dp 16dp #3DDC84 #FFFFFF Calculator MainActivity2 First Fragment Second Fragment Next Previous Hello first fragment Hello second fragment. Arg: %1$s Open Close 16dp 16dp 200dp 48dp
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout-land/activity_main.xml b/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout-land/activity_main.xml
new file mode 100644
index 0000000..2dd6d12
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout-land/activity_main.xml
@@ -0,0 +1,615 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout-land/activity_main_light.xml b/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout-land/activity_main_light.xml
new file mode 100644
index 0000000..b206283
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout-land/activity_main_light.xml
@@ -0,0 +1,615 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_graph.xml b/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_graph.xml
new file mode 100644
index 0000000..52370f7
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_graph.xml
@@ -0,0 +1,276 @@
+
+
+
+ z
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_graph_light.xml b/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_graph_light.xml
new file mode 100644
index 0000000..bc40135
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_graph_light.xml
@@ -0,0 +1,276 @@
+
+
+
+ z
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_main.xml b/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_main.xml
new file mode 100644
index 0000000..15c2aa8
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_main.xml
@@ -0,0 +1,461 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_main_light.xml b/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_main_light.xml
new file mode 100644
index 0000000..7dd85eb
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_main_light.xml
@@ -0,0 +1,456 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_plotting_graph.xml b/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_plotting_graph.xml
new file mode 100644
index 0000000..b70891b
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_plotting_graph.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_splash_screen.xml b/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_splash_screen.xml
new file mode 100644
index 0000000..370b756
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_splash_screen.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_unit_converter.xml b/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_unit_converter.xml
new file mode 100644
index 0000000..01fdb14
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_unit_converter.xml
@@ -0,0 +1,368 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_unit_converter_light.xml b/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_unit_converter_light.xml
new file mode 100644
index 0000000..32bc26a
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_unit_converter_light.xml
@@ -0,0 +1,368 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/content_main.xml b/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/content_main.xml
new file mode 100644
index 0000000..7867fa2
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/content_main.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/fragment_first.xml b/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/fragment_first.xml
new file mode 100644
index 0000000..8a8ce58
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/fragment_first.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/fragment_second.xml b/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/fragment_second.xml
new file mode 100644
index 0000000..0cdc85a
--- /dev/null
+++ b/Calculator/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/fragment_second.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/javac/debug/classes/com/example/calculator/BuildConfig.class b/Calculator/app/build/intermediates/javac/debug/classes/com/example/calculator/BuildConfig.class
new file mode 100644
index 0000000..418125c
Binary files /dev/null and b/Calculator/app/build/intermediates/javac/debug/classes/com/example/calculator/BuildConfig.class differ
diff --git a/Calculator/app/build/intermediates/javac/debug/classes/com/example/calculator/databinding/ActivityGraphBinding.class b/Calculator/app/build/intermediates/javac/debug/classes/com/example/calculator/databinding/ActivityGraphBinding.class
new file mode 100644
index 0000000..07b01bd
Binary files /dev/null and b/Calculator/app/build/intermediates/javac/debug/classes/com/example/calculator/databinding/ActivityGraphBinding.class differ
diff --git a/Calculator/app/build/intermediates/javac/debug/classes/com/example/calculator/databinding/ActivityGraphLightBinding.class b/Calculator/app/build/intermediates/javac/debug/classes/com/example/calculator/databinding/ActivityGraphLightBinding.class
new file mode 100644
index 0000000..dffb4bc
Binary files /dev/null and b/Calculator/app/build/intermediates/javac/debug/classes/com/example/calculator/databinding/ActivityGraphLightBinding.class differ
diff --git a/Calculator/app/build/intermediates/javac/debug/classes/com/example/calculator/databinding/ActivityMainBinding.class b/Calculator/app/build/intermediates/javac/debug/classes/com/example/calculator/databinding/ActivityMainBinding.class
new file mode 100644
index 0000000..e8c7bee
Binary files /dev/null and b/Calculator/app/build/intermediates/javac/debug/classes/com/example/calculator/databinding/ActivityMainBinding.class differ
diff --git a/Calculator/app/build/intermediates/javac/debug/classes/com/example/calculator/databinding/ActivityMainLightBinding.class b/Calculator/app/build/intermediates/javac/debug/classes/com/example/calculator/databinding/ActivityMainLightBinding.class
new file mode 100644
index 0000000..2de9edd
Binary files /dev/null and b/Calculator/app/build/intermediates/javac/debug/classes/com/example/calculator/databinding/ActivityMainLightBinding.class differ
diff --git a/Calculator/app/build/intermediates/javac/debug/classes/com/example/calculator/databinding/ActivityPlottingGraphBinding.class b/Calculator/app/build/intermediates/javac/debug/classes/com/example/calculator/databinding/ActivityPlottingGraphBinding.class
new file mode 100644
index 0000000..3de9c15
Binary files /dev/null and b/Calculator/app/build/intermediates/javac/debug/classes/com/example/calculator/databinding/ActivityPlottingGraphBinding.class differ
diff --git a/Calculator/app/build/intermediates/javac/debug/classes/com/example/calculator/databinding/ActivitySplashScreenBinding.class b/Calculator/app/build/intermediates/javac/debug/classes/com/example/calculator/databinding/ActivitySplashScreenBinding.class
new file mode 100644
index 0000000..de53f49
Binary files /dev/null and b/Calculator/app/build/intermediates/javac/debug/classes/com/example/calculator/databinding/ActivitySplashScreenBinding.class differ
diff --git a/Calculator/app/build/intermediates/javac/debug/classes/com/example/calculator/databinding/ActivityUnitConverterBinding.class b/Calculator/app/build/intermediates/javac/debug/classes/com/example/calculator/databinding/ActivityUnitConverterBinding.class
new file mode 100644
index 0000000..7c31be7
Binary files /dev/null and b/Calculator/app/build/intermediates/javac/debug/classes/com/example/calculator/databinding/ActivityUnitConverterBinding.class differ
diff --git a/Calculator/app/build/intermediates/javac/debug/classes/com/example/calculator/databinding/ActivityUnitConverterLightBinding.class b/Calculator/app/build/intermediates/javac/debug/classes/com/example/calculator/databinding/ActivityUnitConverterLightBinding.class
new file mode 100644
index 0000000..e9d274b
Binary files /dev/null and b/Calculator/app/build/intermediates/javac/debug/classes/com/example/calculator/databinding/ActivityUnitConverterLightBinding.class differ
diff --git a/Calculator/app/build/intermediates/javac/debug/classes/com/example/calculator/databinding/ContentMainBinding.class b/Calculator/app/build/intermediates/javac/debug/classes/com/example/calculator/databinding/ContentMainBinding.class
new file mode 100644
index 0000000..b9375a6
Binary files /dev/null and b/Calculator/app/build/intermediates/javac/debug/classes/com/example/calculator/databinding/ContentMainBinding.class differ
diff --git a/Calculator/app/build/intermediates/javac/debug/classes/com/example/calculator/databinding/FragmentFirstBinding.class b/Calculator/app/build/intermediates/javac/debug/classes/com/example/calculator/databinding/FragmentFirstBinding.class
new file mode 100644
index 0000000..bd02827
Binary files /dev/null and b/Calculator/app/build/intermediates/javac/debug/classes/com/example/calculator/databinding/FragmentFirstBinding.class differ
diff --git a/Calculator/app/build/intermediates/javac/debug/classes/com/example/calculator/databinding/FragmentSecondBinding.class b/Calculator/app/build/intermediates/javac/debug/classes/com/example/calculator/databinding/FragmentSecondBinding.class
new file mode 100644
index 0000000..5c376f3
Binary files /dev/null and b/Calculator/app/build/intermediates/javac/debug/classes/com/example/calculator/databinding/FragmentSecondBinding.class differ
diff --git a/Calculator/app/build/intermediates/local_only_symbol_list/debug/R-def.txt b/Calculator/app/build/intermediates/local_only_symbol_list/debug/R-def.txt
new file mode 100644
index 0000000..f24d902
--- /dev/null
+++ b/Calculator/app/build/intermediates/local_only_symbol_list/debug/R-def.txt
@@ -0,0 +1,149 @@
+R_DEF: Internal format may change without notice
+local
+color black
+color ic_launcher_background
+color ic_launcher_calculator_background
+color purple_200
+color purple_500
+color purple_700
+color teal_200
+color teal_700
+color white
+dimen activity_horizontal_margin
+dimen activity_vertical_margin
+dimen fab_margin
+drawable ic__logo
+drawable ic_convert
+drawable ic_dark_mode
+drawable ic_degree
+drawable ic_graph
+drawable ic_home
+drawable ic_icon_calculator
+drawable ic_launcher_background
+drawable ic_launcher_foreground
+drawable ic_light_mode
+drawable ic_scale
+drawable ic_speed
+drawable ic_temp
+id Cosecx
+id Cosx
+id Cotx
+id CtoF
+id Cubex
+id Equal
+id FirstFragment
+id FtoC
+id FtoK
+id KtoF
+id Logx
+id SecondFragment
+id Secx
+id Sinx
+id Tanx
+id action_FirstFragment_to_SecondFragment
+id action_SecondFragment_to_FirstFragment
+id btn0
+id btn00
+id btn1
+id btn2
+id btn3
+id btn4
+id btn5
+id btn6
+id btn7
+id btn8
+id btn9
+id btnAdd
+id btnBack
+id btnClear
+id btnCos
+id btnDecimal
+id btnDivide
+id btnE
+id btnEPowerx
+id btnEndBkt
+id btnEqual
+id btnGraph
+id btnHistory
+id btnHome
+id btnInverseCos
+id btnInverseSin
+id btnInversetan
+id btnLog
+id btnMatrix
+id btnMinus
+id btnModx
+id btnMultiply
+id btnOpenBkt
+id btnPi
+id btnRotate
+id btnSin
+id btnSqrt
+id btnSquarex
+id btnTan
+id btnThemeConverter
+id btnUnitConverter
+id btnXPowerY
+id button_first
+id button_second
+id drawerLayout
+id dtor
+id foottom
+id graph
+id graph_Cubex
+id graph_Sqrtx
+id graph_SquareX
+id graph_x
+id kmphtomps
+id kmtomile
+id miletokm
+id mpstokmph
+id mtofoot
+id nav_graph
+id nav_host_fragment_content_main
+id nav_view
+id rtod
+id splash_icon
+id textview_first
+id textview_second
+id tvInput
+id tvResult
+id unit_degree
+id unit_input
+id unit_length
+id unit_output
+id unit_speed
+id unit_temp
+id value
+layout activity_graph
+layout activity_graph_light
+layout activity_main
+layout activity_main_light
+layout activity_plotting_graph
+layout activity_splash_screen
+layout activity_unit_converter
+layout activity_unit_converter_light
+layout content_main
+layout fragment_first
+layout fragment_second
+menu nav_menu_unit_converter
+mipmap ic_launcher
+mipmap ic_launcher_calculator
+mipmap ic_launcher_calculator_foreground
+mipmap ic_launcher_calculator_round
+mipmap ic_launcher_round
+navigation nav_graph
+string app_name
+string close
+string first_fragment_label
+string hello_first_fragment
+string hello_second_fragment
+string next
+string open
+string previous
+string second_fragment_label
+string title_activity_main2
+style Theme.Calculator
+style Theme.Calculator.AppBarOverlay
+style Theme.Calculator.NoActionBar
+style Theme.Calculator.PopupOverlay
diff --git a/Calculator/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt b/Calculator/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
new file mode 100644
index 0000000..fc9a506
--- /dev/null
+++ b/Calculator/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
@@ -0,0 +1,126 @@
+1
+2
+6
+7 C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml
+9 android:targetSdkVersion="32" />
+9-->C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml
+10
+11 C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:5:5-51:19
+12 android:allowBackup="true"
+12-->C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:6:9-35
+13 android:appComponentFactory="androidx.core.app.CoreComponentFactory"
+13-->[androidx.core:core:1.7.0] C:\Users\manas\.gradle\caches\transforms-3\aec237d7615e5b5f19aac02e97eeb357\transformed\core-1.7.0\AndroidManifest.xml:24:18-86
+14 android:debuggable="true"
+15 android:icon="@mipmap/ic_launcher"
+15-->C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:7:9-43
+16 android:label="@string/app_name"
+16-->C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:8:9-41
+17 android:roundIcon="@mipmap/ic_launcher_round"
+17-->C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:9:9-54
+18 android:supportsRtl="true"
+18-->C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:10:9-35
+19 android:testOnly="true"
+20 android:theme="@style/Theme.Calculator" >
+20-->C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:11:9-48
+21 C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:12:9-22:20
+22 android:name="com.example.calculator.SplashScreen"
+22-->C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:13:13-41
+23 android:exported="true" >
+23-->C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:14:13-36
+24
+24-->C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:16:13-20:29
+25
+25-->C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:17:17-69
+25-->C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:17:25-66
+26
+27
+27-->C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:19:17-77
+27-->C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:19:27-74
+28
+29
+30 C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:24:9-27:64
+31 android:name="com.example.calculator.Unit_Converter_Light"
+31-->C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:25:13-49
+32 android:exported="false"
+32-->C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:26:13-37
+33 android:parentActivityName="com.example.calculator.MainActivity_Light" />
+33-->C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:27:13-61
+34 C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:28:9-31:64
+35 android:name="com.example.calculator.Graph_Light"
+35-->C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:29:13-40
+36 android:exported="false"
+36-->C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:30:13-37
+37 android:parentActivityName="com.example.calculator.MainActivity_Light" />
+37-->C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:31:13-61
+38 C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:32:9-35:58
+39 android:name="com.example.calculator.Unit_Converter"
+39-->C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:33:13-43
+40 android:exported="false"
+40-->C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:34:13-37
+41 android:parentActivityName="com.example.calculator.MainActivity" />
+41-->C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:35:13-55
+42 C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:36:9-39:58
+43 android:name="com.example.calculator.MainActivity_Light"
+43-->C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:37:13-47
+44 android:exported="false"
+44-->C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:38:13-37
+45 android:parentActivityName="com.example.calculator.MainActivity" />
+45-->C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:39:13-55
+46 C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:40:9-43:51
+47 android:name="com.example.calculator.PlottingGraph"
+47-->C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:41:13-42
+48 android:exported="false"
+48-->C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:42:13-37
+49 android:parentActivityName="com.example.calculator.Graph" />
+49-->C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:43:13-48
+50 C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:44:9-47:58
+51 android:name="com.example.calculator.Graph"
+51-->C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:45:13-34
+52 android:exported="false"
+52-->C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:46:13-37
+53 android:parentActivityName="com.example.calculator.MainActivity" />
+53-->C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:47:13-55
+54 C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:48:9-50:39
+55 android:name="com.example.calculator.MainActivity"
+55-->C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:49:13-41
+56 android:exported="false" />
+56-->C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:50:13-37
+57
+58 [androidx.emoji2:emoji2:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\1bdca88ebac9582d03a2e0b002aaa769\transformed\emoji2-1.0.0\AndroidManifest.xml:26:9-34:20
+59 android:name="androidx.startup.InitializationProvider"
+59-->[androidx.emoji2:emoji2:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\1bdca88ebac9582d03a2e0b002aaa769\transformed\emoji2-1.0.0\AndroidManifest.xml:27:13-67
+60 android:authorities="com.example.calculator.androidx-startup"
+60-->[androidx.emoji2:emoji2:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\1bdca88ebac9582d03a2e0b002aaa769\transformed\emoji2-1.0.0\AndroidManifest.xml:28:13-68
+61 android:exported="false" >
+61-->[androidx.emoji2:emoji2:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\1bdca88ebac9582d03a2e0b002aaa769\transformed\emoji2-1.0.0\AndroidManifest.xml:29:13-37
+62 [androidx.emoji2:emoji2:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\1bdca88ebac9582d03a2e0b002aaa769\transformed\emoji2-1.0.0\AndroidManifest.xml:31:13-33:52
+63 android:name="androidx.emoji2.text.EmojiCompatInitializer"
+63-->[androidx.emoji2:emoji2:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\1bdca88ebac9582d03a2e0b002aaa769\transformed\emoji2-1.0.0\AndroidManifest.xml:32:17-75
+64 android:value="androidx.startup" />
+64-->[androidx.emoji2:emoji2:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\1bdca88ebac9582d03a2e0b002aaa769\transformed\emoji2-1.0.0\AndroidManifest.xml:33:17-49
+65 [androidx.lifecycle:lifecycle-process:2.4.0] C:\Users\manas\.gradle\caches\transforms-3\820b2b240fd5ed0ed96ea7fe618e8d85\transformed\lifecycle-process-2.4.0\AndroidManifest.xml:31:13-33:52
+66 android:name="androidx.lifecycle.ProcessLifecycleInitializer"
+66-->[androidx.lifecycle:lifecycle-process:2.4.0] C:\Users\manas\.gradle\caches\transforms-3\820b2b240fd5ed0ed96ea7fe618e8d85\transformed\lifecycle-process-2.4.0\AndroidManifest.xml:32:17-78
+67 android:value="androidx.startup" />
+67-->[androidx.lifecycle:lifecycle-process:2.4.0] C:\Users\manas\.gradle\caches\transforms-3\820b2b240fd5ed0ed96ea7fe618e8d85\transformed\lifecycle-process-2.4.0\AndroidManifest.xml:33:17-49
+68
+69
+70
+71
diff --git a/Calculator/app/build/intermediates/merged_java_res/debug/base.jar b/Calculator/app/build/intermediates/merged_java_res/debug/base.jar
new file mode 100644
index 0000000..e6ea0eb
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_java_res/debug/base.jar differ
diff --git a/Calculator/app/build/intermediates/merged_manifest/debug/AndroidManifest.xml b/Calculator/app/build/intermediates/merged_manifest/debug/AndroidManifest.xml
new file mode 100644
index 0000000..a673e65
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_manifest/debug/AndroidManifest.xml
@@ -0,0 +1,71 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml b/Calculator/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml
new file mode 100644
index 0000000..a673e65
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml
@@ -0,0 +1,71 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_manifests/debug/output-metadata.json b/Calculator/app/build/intermediates/merged_manifests/debug/output-metadata.json
new file mode 100644
index 0000000..ca03575
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_manifests/debug/output-metadata.json
@@ -0,0 +1,20 @@
+{
+ "version": 3,
+ "artifactType": {
+ "type": "MERGED_MANIFESTS",
+ "kind": "Directory"
+ },
+ "applicationId": "com.example.calculator",
+ "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/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic__logo.xml.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic__logo.xml.flat
new file mode 100644
index 0000000..4023d04
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic__logo.xml.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic_convert.xml.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic_convert.xml.flat
new file mode 100644
index 0000000..89016f7
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic_convert.xml.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic_dark_mode.xml.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic_dark_mode.xml.flat
new file mode 100644
index 0000000..581282b
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic_dark_mode.xml.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic_degree.xml.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic_degree.xml.flat
new file mode 100644
index 0000000..423ea15
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic_degree.xml.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic_graph.xml.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic_graph.xml.flat
new file mode 100644
index 0000000..6a0cd44
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic_graph.xml.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic_home.xml.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic_home.xml.flat
new file mode 100644
index 0000000..687b083
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic_home.xml.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic_icon_calculator.xml.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic_icon_calculator.xml.flat
new file mode 100644
index 0000000..fbaa1b1
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic_icon_calculator.xml.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic_launcher_background.xml.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic_launcher_background.xml.flat
new file mode 100644
index 0000000..e563b76
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic_launcher_background.xml.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic_light_mode.xml.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic_light_mode.xml.flat
new file mode 100644
index 0000000..625a9ba
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic_light_mode.xml.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic_scale.xml.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic_scale.xml.flat
new file mode 100644
index 0000000..17626f4
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic_scale.xml.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic_speed.xml.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic_speed.xml.flat
new file mode 100644
index 0000000..e2b32cd
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic_speed.xml.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic_temp.xml.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic_temp.xml.flat
new file mode 100644
index 0000000..755bd2b
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v21_ic_temp.xml.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v24_ic_launcher_foreground.xml.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v24_ic_launcher_foreground.xml.flat
new file mode 100644
index 0000000..0a790f6
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-anydpi-v24_ic_launcher_foreground.xml.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-hdpi_ic__logo.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-hdpi_ic__logo.png.flat
new file mode 100644
index 0000000..83baf63
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-hdpi_ic__logo.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-hdpi_ic_convert.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-hdpi_ic_convert.png.flat
new file mode 100644
index 0000000..adfa5e2
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-hdpi_ic_convert.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-hdpi_ic_dark_mode.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-hdpi_ic_dark_mode.png.flat
new file mode 100644
index 0000000..9807e94
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-hdpi_ic_dark_mode.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-hdpi_ic_degree.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-hdpi_ic_degree.png.flat
new file mode 100644
index 0000000..97f373c
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-hdpi_ic_degree.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-hdpi_ic_graph.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-hdpi_ic_graph.png.flat
new file mode 100644
index 0000000..0c4a318
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-hdpi_ic_graph.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-hdpi_ic_home.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-hdpi_ic_home.png.flat
new file mode 100644
index 0000000..8fe366a
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-hdpi_ic_home.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-hdpi_ic_icon_calculator.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-hdpi_ic_icon_calculator.png.flat
new file mode 100644
index 0000000..01d06fd
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-hdpi_ic_icon_calculator.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-hdpi_ic_launcher_background.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-hdpi_ic_launcher_background.png.flat
new file mode 100644
index 0000000..867d78b
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-hdpi_ic_launcher_background.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-hdpi_ic_light_mode.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-hdpi_ic_light_mode.png.flat
new file mode 100644
index 0000000..1bb84ae
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-hdpi_ic_light_mode.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-hdpi_ic_scale.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-hdpi_ic_scale.png.flat
new file mode 100644
index 0000000..3b935cc
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-hdpi_ic_scale.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-hdpi_ic_speed.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-hdpi_ic_speed.png.flat
new file mode 100644
index 0000000..46456ac
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-hdpi_ic_speed.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-hdpi_ic_temp.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-hdpi_ic_temp.png.flat
new file mode 100644
index 0000000..dfb85c2
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-hdpi_ic_temp.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-ldpi_ic__logo.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-ldpi_ic__logo.png.flat
new file mode 100644
index 0000000..08bb7d0
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-ldpi_ic__logo.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-ldpi_ic_convert.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-ldpi_ic_convert.png.flat
new file mode 100644
index 0000000..004e6d7
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-ldpi_ic_convert.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-ldpi_ic_dark_mode.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-ldpi_ic_dark_mode.png.flat
new file mode 100644
index 0000000..edd4f5c
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-ldpi_ic_dark_mode.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-ldpi_ic_degree.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-ldpi_ic_degree.png.flat
new file mode 100644
index 0000000..888cc07
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-ldpi_ic_degree.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-ldpi_ic_graph.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-ldpi_ic_graph.png.flat
new file mode 100644
index 0000000..cc46c3f
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-ldpi_ic_graph.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-ldpi_ic_home.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-ldpi_ic_home.png.flat
new file mode 100644
index 0000000..fad341c
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-ldpi_ic_home.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-ldpi_ic_icon_calculator.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-ldpi_ic_icon_calculator.png.flat
new file mode 100644
index 0000000..c41c988
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-ldpi_ic_icon_calculator.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-ldpi_ic_launcher_background.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-ldpi_ic_launcher_background.png.flat
new file mode 100644
index 0000000..419023c
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-ldpi_ic_launcher_background.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-ldpi_ic_light_mode.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-ldpi_ic_light_mode.png.flat
new file mode 100644
index 0000000..13520d0
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-ldpi_ic_light_mode.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-ldpi_ic_scale.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-ldpi_ic_scale.png.flat
new file mode 100644
index 0000000..6c95d5b
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-ldpi_ic_scale.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-ldpi_ic_speed.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-ldpi_ic_speed.png.flat
new file mode 100644
index 0000000..611b332
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-ldpi_ic_speed.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-ldpi_ic_temp.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-ldpi_ic_temp.png.flat
new file mode 100644
index 0000000..edd33b3
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-ldpi_ic_temp.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-mdpi_ic__logo.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-mdpi_ic__logo.png.flat
new file mode 100644
index 0000000..8f75862
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-mdpi_ic__logo.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-mdpi_ic_convert.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-mdpi_ic_convert.png.flat
new file mode 100644
index 0000000..0ddac01
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-mdpi_ic_convert.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-mdpi_ic_dark_mode.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-mdpi_ic_dark_mode.png.flat
new file mode 100644
index 0000000..86917cc
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-mdpi_ic_dark_mode.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-mdpi_ic_degree.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-mdpi_ic_degree.png.flat
new file mode 100644
index 0000000..b7b7a1f
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-mdpi_ic_degree.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-mdpi_ic_graph.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-mdpi_ic_graph.png.flat
new file mode 100644
index 0000000..a430055
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-mdpi_ic_graph.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-mdpi_ic_home.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-mdpi_ic_home.png.flat
new file mode 100644
index 0000000..7072a33
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-mdpi_ic_home.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-mdpi_ic_icon_calculator.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-mdpi_ic_icon_calculator.png.flat
new file mode 100644
index 0000000..358eb5a
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-mdpi_ic_icon_calculator.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-mdpi_ic_launcher_background.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-mdpi_ic_launcher_background.png.flat
new file mode 100644
index 0000000..c32b32d
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-mdpi_ic_launcher_background.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-mdpi_ic_light_mode.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-mdpi_ic_light_mode.png.flat
new file mode 100644
index 0000000..83552a3
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-mdpi_ic_light_mode.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-mdpi_ic_scale.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-mdpi_ic_scale.png.flat
new file mode 100644
index 0000000..c1802aa
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-mdpi_ic_scale.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-mdpi_ic_speed.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-mdpi_ic_speed.png.flat
new file mode 100644
index 0000000..5b80812
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-mdpi_ic_speed.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-mdpi_ic_temp.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-mdpi_ic_temp.png.flat
new file mode 100644
index 0000000..d167006
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-mdpi_ic_temp.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic__logo.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic__logo.png.flat
new file mode 100644
index 0000000..7d4366b
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic__logo.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic_convert.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic_convert.png.flat
new file mode 100644
index 0000000..9a8a603
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic_convert.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic_dark_mode.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic_dark_mode.png.flat
new file mode 100644
index 0000000..7db360c
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic_dark_mode.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic_degree.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic_degree.png.flat
new file mode 100644
index 0000000..9315fed
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic_degree.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic_graph.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic_graph.png.flat
new file mode 100644
index 0000000..7de3ed3
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic_graph.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic_home.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic_home.png.flat
new file mode 100644
index 0000000..d4a2ef5
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic_home.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic_icon_calculator.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic_icon_calculator.png.flat
new file mode 100644
index 0000000..94e1b52
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic_icon_calculator.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic_launcher_background.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic_launcher_background.png.flat
new file mode 100644
index 0000000..fedde7e
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic_launcher_background.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic_light_mode.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic_light_mode.png.flat
new file mode 100644
index 0000000..41e4f99
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic_light_mode.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic_scale.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic_scale.png.flat
new file mode 100644
index 0000000..bc361b1
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic_scale.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic_speed.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic_speed.png.flat
new file mode 100644
index 0000000..03bd5c3
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic_speed.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic_temp.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic_temp.png.flat
new file mode 100644
index 0000000..6fc890b
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-xhdpi_ic_temp.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic__logo.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic__logo.png.flat
new file mode 100644
index 0000000..f5a9b18
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic__logo.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic_convert.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic_convert.png.flat
new file mode 100644
index 0000000..aaa3134
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic_convert.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic_dark_mode.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic_dark_mode.png.flat
new file mode 100644
index 0000000..dc7e1a2
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic_dark_mode.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic_degree.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic_degree.png.flat
new file mode 100644
index 0000000..1308077
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic_degree.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic_graph.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic_graph.png.flat
new file mode 100644
index 0000000..e797b21
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic_graph.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic_home.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic_home.png.flat
new file mode 100644
index 0000000..a564585
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic_home.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic_icon_calculator.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic_icon_calculator.png.flat
new file mode 100644
index 0000000..f685c70
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic_icon_calculator.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic_launcher_background.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic_launcher_background.png.flat
new file mode 100644
index 0000000..73753fc
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic_launcher_background.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic_light_mode.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic_light_mode.png.flat
new file mode 100644
index 0000000..61f6ab8
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic_light_mode.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic_scale.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic_scale.png.flat
new file mode 100644
index 0000000..4b2bbf5
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic_scale.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic_speed.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic_speed.png.flat
new file mode 100644
index 0000000..5031d3b
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic_speed.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic_temp.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic_temp.png.flat
new file mode 100644
index 0000000..2d9887b
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxhdpi_ic_temp.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic__logo.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic__logo.png.flat
new file mode 100644
index 0000000..3840a8b
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic__logo.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic_convert.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic_convert.png.flat
new file mode 100644
index 0000000..aee63d9
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic_convert.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic_dark_mode.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic_dark_mode.png.flat
new file mode 100644
index 0000000..0f1c92f
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic_dark_mode.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic_degree.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic_degree.png.flat
new file mode 100644
index 0000000..7f59959
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic_degree.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic_graph.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic_graph.png.flat
new file mode 100644
index 0000000..8343623
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic_graph.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic_home.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic_home.png.flat
new file mode 100644
index 0000000..c5ffea0
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic_home.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic_icon_calculator.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic_icon_calculator.png.flat
new file mode 100644
index 0000000..0ddb955
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic_icon_calculator.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic_launcher_background.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic_launcher_background.png.flat
new file mode 100644
index 0000000..77e5537
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic_launcher_background.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic_light_mode.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic_light_mode.png.flat
new file mode 100644
index 0000000..e7befca
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic_light_mode.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic_scale.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic_scale.png.flat
new file mode 100644
index 0000000..97f69fd
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic_scale.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic_speed.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic_speed.png.flat
new file mode 100644
index 0000000..40e422d
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic_speed.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic_temp.png.flat b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic_temp.png.flat
new file mode 100644
index 0000000..f30a9fd
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_ic_temp.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/layout-land_activity_main.xml.flat b/Calculator/app/build/intermediates/merged_res/debug/layout-land_activity_main.xml.flat
new file mode 100644
index 0000000..8488279
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/layout-land_activity_main.xml.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/layout-land_activity_main_light.xml.flat b/Calculator/app/build/intermediates/merged_res/debug/layout-land_activity_main_light.xml.flat
new file mode 100644
index 0000000..94daa1b
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/layout-land_activity_main_light.xml.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/layout_activity_graph.xml.flat b/Calculator/app/build/intermediates/merged_res/debug/layout_activity_graph.xml.flat
new file mode 100644
index 0000000..e9a7cd3
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/layout_activity_graph.xml.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/layout_activity_graph_light.xml.flat b/Calculator/app/build/intermediates/merged_res/debug/layout_activity_graph_light.xml.flat
new file mode 100644
index 0000000..879d1ce
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/layout_activity_graph_light.xml.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/layout_activity_main.xml.flat b/Calculator/app/build/intermediates/merged_res/debug/layout_activity_main.xml.flat
new file mode 100644
index 0000000..a91e659
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/layout_activity_main.xml.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/layout_activity_main_light.xml.flat b/Calculator/app/build/intermediates/merged_res/debug/layout_activity_main_light.xml.flat
new file mode 100644
index 0000000..b578d0c
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/layout_activity_main_light.xml.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/layout_activity_plotting_graph.xml.flat b/Calculator/app/build/intermediates/merged_res/debug/layout_activity_plotting_graph.xml.flat
new file mode 100644
index 0000000..aba6be7
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/layout_activity_plotting_graph.xml.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/layout_activity_splash_screen.xml.flat b/Calculator/app/build/intermediates/merged_res/debug/layout_activity_splash_screen.xml.flat
new file mode 100644
index 0000000..7a9f799
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/layout_activity_splash_screen.xml.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/layout_activity_unit_converter.xml.flat b/Calculator/app/build/intermediates/merged_res/debug/layout_activity_unit_converter.xml.flat
new file mode 100644
index 0000000..78ccb99
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/layout_activity_unit_converter.xml.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/layout_activity_unit_converter_light.xml.flat b/Calculator/app/build/intermediates/merged_res/debug/layout_activity_unit_converter_light.xml.flat
new file mode 100644
index 0000000..19cfbef
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/layout_activity_unit_converter_light.xml.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/layout_content_main.xml.flat b/Calculator/app/build/intermediates/merged_res/debug/layout_content_main.xml.flat
new file mode 100644
index 0000000..3b17670
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/layout_content_main.xml.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/layout_fragment_first.xml.flat b/Calculator/app/build/intermediates/merged_res/debug/layout_fragment_first.xml.flat
new file mode 100644
index 0000000..b172246
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/layout_fragment_first.xml.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/layout_fragment_second.xml.flat b/Calculator/app/build/intermediates/merged_res/debug/layout_fragment_second.xml.flat
new file mode 100644
index 0000000..c56cbfc
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/layout_fragment_second.xml.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/menu_nav_menu_unit_converter.xml.flat b/Calculator/app/build/intermediates/merged_res/debug/menu_nav_menu_unit_converter.xml.flat
new file mode 100644
index 0000000..b81c0ac
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/menu_nav_menu_unit_converter.xml.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher.xml.flat b/Calculator/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher.xml.flat
new file mode 100644
index 0000000..9b56c7c
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher.xml.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher_calculator.xml.flat b/Calculator/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher_calculator.xml.flat
new file mode 100644
index 0000000..80e9950
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher_calculator.xml.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher_calculator_round.xml.flat b/Calculator/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher_calculator_round.xml.flat
new file mode 100644
index 0000000..bbd4d09
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher_calculator_round.xml.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher_round.xml.flat b/Calculator/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher_round.xml.flat
new file mode 100644
index 0000000..54ae80e
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher_round.xml.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher.webp.flat b/Calculator/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher.webp.flat
new file mode 100644
index 0000000..69ba617
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher.webp.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_calculator.png.flat b/Calculator/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_calculator.png.flat
new file mode 100644
index 0000000..156081f
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_calculator.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_calculator_foreground.png.flat b/Calculator/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_calculator_foreground.png.flat
new file mode 100644
index 0000000..7bbfe10
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_calculator_foreground.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_calculator_round.png.flat b/Calculator/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_calculator_round.png.flat
new file mode 100644
index 0000000..1afb875
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_calculator_round.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_round.webp.flat b/Calculator/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_round.webp.flat
new file mode 100644
index 0000000..4fde0fa
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_round.webp.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher.webp.flat b/Calculator/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher.webp.flat
new file mode 100644
index 0000000..8c74866
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher.webp.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_calculator.png.flat b/Calculator/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_calculator.png.flat
new file mode 100644
index 0000000..6ac3fe9
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_calculator.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_calculator_foreground.png.flat b/Calculator/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_calculator_foreground.png.flat
new file mode 100644
index 0000000..76d762d
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_calculator_foreground.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_calculator_round.png.flat b/Calculator/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_calculator_round.png.flat
new file mode 100644
index 0000000..53b7637
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_calculator_round.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_round.webp.flat b/Calculator/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_round.webp.flat
new file mode 100644
index 0000000..3b6e5dc
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_round.webp.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher.webp.flat b/Calculator/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher.webp.flat
new file mode 100644
index 0000000..4a2343e
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher.webp.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_calculator.png.flat b/Calculator/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_calculator.png.flat
new file mode 100644
index 0000000..f390e85
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_calculator.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_calculator_foreground.png.flat b/Calculator/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_calculator_foreground.png.flat
new file mode 100644
index 0000000..05f1188
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_calculator_foreground.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_calculator_round.png.flat b/Calculator/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_calculator_round.png.flat
new file mode 100644
index 0000000..476f3ee
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_calculator_round.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_round.webp.flat b/Calculator/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_round.webp.flat
new file mode 100644
index 0000000..7aa0b0b
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_round.webp.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher.webp.flat b/Calculator/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher.webp.flat
new file mode 100644
index 0000000..0fd2f2b
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher.webp.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_calculator.png.flat b/Calculator/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_calculator.png.flat
new file mode 100644
index 0000000..cf2e106
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_calculator.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_calculator_foreground.png.flat b/Calculator/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_calculator_foreground.png.flat
new file mode 100644
index 0000000..ed6316c
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_calculator_foreground.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_calculator_round.png.flat b/Calculator/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_calculator_round.png.flat
new file mode 100644
index 0000000..88004f4
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_calculator_round.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_round.webp.flat b/Calculator/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_round.webp.flat
new file mode 100644
index 0000000..00de6bc
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_round.webp.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher.webp.flat b/Calculator/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher.webp.flat
new file mode 100644
index 0000000..32a932f
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher.webp.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_calculator.png.flat b/Calculator/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_calculator.png.flat
new file mode 100644
index 0000000..fde0110
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_calculator.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_calculator_foreground.png.flat b/Calculator/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_calculator_foreground.png.flat
new file mode 100644
index 0000000..18aec91
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_calculator_foreground.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_calculator_round.png.flat b/Calculator/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_calculator_round.png.flat
new file mode 100644
index 0000000..0f7d522
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_calculator_round.png.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_round.webp.flat b/Calculator/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_round.webp.flat
new file mode 100644
index 0000000..088f252
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_round.webp.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/navigation_nav_graph.xml.flat b/Calculator/app/build/intermediates/merged_res/debug/navigation_nav_graph.xml.flat
new file mode 100644
index 0000000..3294d79
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/navigation_nav_graph.xml.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-af_values-af.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-af_values-af.arsc.flat
new file mode 100644
index 0000000..d674717
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-af_values-af.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-am_values-am.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-am_values-am.arsc.flat
new file mode 100644
index 0000000..3b1ee93
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-am_values-am.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-ar_values-ar.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-ar_values-ar.arsc.flat
new file mode 100644
index 0000000..e7d7afa
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-ar_values-ar.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-as_values-as.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-as_values-as.arsc.flat
new file mode 100644
index 0000000..471b19c
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-as_values-as.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-az_values-az.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-az_values-az.arsc.flat
new file mode 100644
index 0000000..8d432f8
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-az_values-az.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-b+es+419_values-b+es+419.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-b+es+419_values-b+es+419.arsc.flat
new file mode 100644
index 0000000..8b7b273
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-b+es+419_values-b+es+419.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat
new file mode 100644
index 0000000..ccfb80d
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-be_values-be.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-be_values-be.arsc.flat
new file mode 100644
index 0000000..a7d5e9e
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-be_values-be.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-bg_values-bg.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-bg_values-bg.arsc.flat
new file mode 100644
index 0000000..5cf187b
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-bg_values-bg.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-bn_values-bn.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-bn_values-bn.arsc.flat
new file mode 100644
index 0000000..040fe35
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-bn_values-bn.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-bs_values-bs.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-bs_values-bs.arsc.flat
new file mode 100644
index 0000000..91b49d0
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-bs_values-bs.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-ca_values-ca.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-ca_values-ca.arsc.flat
new file mode 100644
index 0000000..ecfc6e8
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-ca_values-ca.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-cs_values-cs.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-cs_values-cs.arsc.flat
new file mode 100644
index 0000000..20e25e5
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-cs_values-cs.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-da_values-da.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-da_values-da.arsc.flat
new file mode 100644
index 0000000..503dadf
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-da_values-da.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-de_values-de.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-de_values-de.arsc.flat
new file mode 100644
index 0000000..c32dacd
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-de_values-de.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-el_values-el.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-el_values-el.arsc.flat
new file mode 100644
index 0000000..4fb1ee8
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-el_values-el.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-en-rAU_values-en-rAU.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-en-rAU_values-en-rAU.arsc.flat
new file mode 100644
index 0000000..3cf3955
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-en-rAU_values-en-rAU.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-en-rCA_values-en-rCA.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-en-rCA_values-en-rCA.arsc.flat
new file mode 100644
index 0000000..a2ffdf0
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-en-rCA_values-en-rCA.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-en-rGB_values-en-rGB.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-en-rGB_values-en-rGB.arsc.flat
new file mode 100644
index 0000000..d602cb9
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-en-rGB_values-en-rGB.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-en-rIN_values-en-rIN.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-en-rIN_values-en-rIN.arsc.flat
new file mode 100644
index 0000000..ae26c40
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-en-rIN_values-en-rIN.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-en-rXC_values-en-rXC.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-en-rXC_values-en-rXC.arsc.flat
new file mode 100644
index 0000000..45dc384
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-en-rXC_values-en-rXC.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-es-rUS_values-es-rUS.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-es-rUS_values-es-rUS.arsc.flat
new file mode 100644
index 0000000..896afac
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-es-rUS_values-es-rUS.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-es_values-es.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-es_values-es.arsc.flat
new file mode 100644
index 0000000..f5bc85b
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-es_values-es.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-et_values-et.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-et_values-et.arsc.flat
new file mode 100644
index 0000000..0945672
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-et_values-et.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-eu_values-eu.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-eu_values-eu.arsc.flat
new file mode 100644
index 0000000..6ff8e9d
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-eu_values-eu.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-fa_values-fa.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-fa_values-fa.arsc.flat
new file mode 100644
index 0000000..cf75e9d
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-fa_values-fa.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-fi_values-fi.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-fi_values-fi.arsc.flat
new file mode 100644
index 0000000..cbcc3f5
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-fi_values-fi.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-fr-rCA_values-fr-rCA.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-fr-rCA_values-fr-rCA.arsc.flat
new file mode 100644
index 0000000..0bb2e2b
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-fr-rCA_values-fr-rCA.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-fr_values-fr.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-fr_values-fr.arsc.flat
new file mode 100644
index 0000000..83a5bb7
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-fr_values-fr.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-gl_values-gl.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-gl_values-gl.arsc.flat
new file mode 100644
index 0000000..5ee092f
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-gl_values-gl.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-gu_values-gu.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-gu_values-gu.arsc.flat
new file mode 100644
index 0000000..7e52cba
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-gu_values-gu.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat
new file mode 100644
index 0000000..d2eae12
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat
new file mode 100644
index 0000000..44170c0
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat
new file mode 100644
index 0000000..cc3f261
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat
new file mode 100644
index 0000000..40eb234
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat
new file mode 100644
index 0000000..8d7b0ce
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat
new file mode 100644
index 0000000..a03c7c1
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-hi_values-hi.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-hi_values-hi.arsc.flat
new file mode 100644
index 0000000..8765282
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-hi_values-hi.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-hr_values-hr.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-hr_values-hr.arsc.flat
new file mode 100644
index 0000000..5dbc90c
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-hr_values-hr.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-hu_values-hu.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-hu_values-hu.arsc.flat
new file mode 100644
index 0000000..95fdd28
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-hu_values-hu.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-hy_values-hy.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-hy_values-hy.arsc.flat
new file mode 100644
index 0000000..1295949
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-hy_values-hy.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-in_values-in.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-in_values-in.arsc.flat
new file mode 100644
index 0000000..972716a
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-in_values-in.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-is_values-is.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-is_values-is.arsc.flat
new file mode 100644
index 0000000..ee788bd
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-is_values-is.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-it_values-it.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-it_values-it.arsc.flat
new file mode 100644
index 0000000..92ad943
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-it_values-it.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-iw_values-iw.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-iw_values-iw.arsc.flat
new file mode 100644
index 0000000..36e9eb4
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-iw_values-iw.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-ja_values-ja.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-ja_values-ja.arsc.flat
new file mode 100644
index 0000000..6f1041d
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-ja_values-ja.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-ka_values-ka.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-ka_values-ka.arsc.flat
new file mode 100644
index 0000000..6339b6a
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-ka_values-ka.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-kk_values-kk.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-kk_values-kk.arsc.flat
new file mode 100644
index 0000000..1d775de
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-kk_values-kk.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-km_values-km.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-km_values-km.arsc.flat
new file mode 100644
index 0000000..a6d9d42
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-km_values-km.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-kn_values-kn.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-kn_values-kn.arsc.flat
new file mode 100644
index 0000000..e246186
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-kn_values-kn.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-ko_values-ko.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-ko_values-ko.arsc.flat
new file mode 100644
index 0000000..1d28da5
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-ko_values-ko.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-ky_values-ky.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-ky_values-ky.arsc.flat
new file mode 100644
index 0000000..5bd04da
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-ky_values-ky.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-land_values-land.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-land_values-land.arsc.flat
new file mode 100644
index 0000000..17390a1
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-land_values-land.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-large-v4_values-large-v4.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-large-v4_values-large-v4.arsc.flat
new file mode 100644
index 0000000..70605a2
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-large-v4_values-large-v4.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat
new file mode 100644
index 0000000..4621b5f
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-ldrtl-v17_values-ldrtl-v17.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-ldrtl-v17_values-ldrtl-v17.arsc.flat
new file mode 100644
index 0000000..7fcadda
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-ldrtl-v17_values-ldrtl-v17.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-lo_values-lo.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-lo_values-lo.arsc.flat
new file mode 100644
index 0000000..2d04240
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-lo_values-lo.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-lt_values-lt.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-lt_values-lt.arsc.flat
new file mode 100644
index 0000000..7f31569
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-lt_values-lt.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-lv_values-lv.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-lv_values-lv.arsc.flat
new file mode 100644
index 0000000..fa0625e
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-lv_values-lv.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-mk_values-mk.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-mk_values-mk.arsc.flat
new file mode 100644
index 0000000..fd285a0
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-mk_values-mk.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-ml_values-ml.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-ml_values-ml.arsc.flat
new file mode 100644
index 0000000..1d28adb
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-ml_values-ml.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-mn_values-mn.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-mn_values-mn.arsc.flat
new file mode 100644
index 0000000..cd0f477
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-mn_values-mn.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-mr_values-mr.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-mr_values-mr.arsc.flat
new file mode 100644
index 0000000..b57aa1a
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-mr_values-mr.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-ms_values-ms.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-ms_values-ms.arsc.flat
new file mode 100644
index 0000000..ef245fe
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-ms_values-ms.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-my_values-my.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-my_values-my.arsc.flat
new file mode 100644
index 0000000..56cbdee
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-my_values-my.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-nb_values-nb.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-nb_values-nb.arsc.flat
new file mode 100644
index 0000000..0bcaada
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-nb_values-nb.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-ne_values-ne.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-ne_values-ne.arsc.flat
new file mode 100644
index 0000000..cb21ca2
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-ne_values-ne.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-night-v8_values-night-v8.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-night-v8_values-night-v8.arsc.flat
new file mode 100644
index 0000000..91c2f25
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-night-v8_values-night-v8.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-nl_values-nl.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-nl_values-nl.arsc.flat
new file mode 100644
index 0000000..38e2def
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-nl_values-nl.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-or_values-or.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-or_values-or.arsc.flat
new file mode 100644
index 0000000..90a5f47
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-or_values-or.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-pa_values-pa.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-pa_values-pa.arsc.flat
new file mode 100644
index 0000000..33f6f18
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-pa_values-pa.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-pl_values-pl.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-pl_values-pl.arsc.flat
new file mode 100644
index 0000000..7b70038
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-pl_values-pl.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-port_values-port.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-port_values-port.arsc.flat
new file mode 100644
index 0000000..d67ea88
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-port_values-port.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-pt-rBR_values-pt-rBR.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-pt-rBR_values-pt-rBR.arsc.flat
new file mode 100644
index 0000000..5513368
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-pt-rBR_values-pt-rBR.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-pt-rPT_values-pt-rPT.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-pt-rPT_values-pt-rPT.arsc.flat
new file mode 100644
index 0000000..afe8b01
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-pt-rPT_values-pt-rPT.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-pt_values-pt.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-pt_values-pt.arsc.flat
new file mode 100644
index 0000000..cd13368
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-pt_values-pt.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-ro_values-ro.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-ro_values-ro.arsc.flat
new file mode 100644
index 0000000..5b811ff
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-ro_values-ro.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-ru_values-ru.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-ru_values-ru.arsc.flat
new file mode 100644
index 0000000..cf20ddd
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-ru_values-ru.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-si_values-si.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-si_values-si.arsc.flat
new file mode 100644
index 0000000..4232463
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-si_values-si.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-sk_values-sk.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-sk_values-sk.arsc.flat
new file mode 100644
index 0000000..0c6a0cc
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-sk_values-sk.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-sl_values-sl.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-sl_values-sl.arsc.flat
new file mode 100644
index 0000000..32b8264
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-sl_values-sl.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-small-v4_values-small-v4.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-small-v4_values-small-v4.arsc.flat
new file mode 100644
index 0000000..ca12fff
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-small-v4_values-small-v4.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-sq_values-sq.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-sq_values-sq.arsc.flat
new file mode 100644
index 0000000..6b6f74b
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-sq_values-sq.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-sr_values-sr.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-sr_values-sr.arsc.flat
new file mode 100644
index 0000000..a7e3a92
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-sr_values-sr.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-sv_values-sv.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-sv_values-sv.arsc.flat
new file mode 100644
index 0000000..4302c4e
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-sv_values-sv.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-sw1080dp-v13_values-sw1080dp-v13.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-sw1080dp-v13_values-sw1080dp-v13.arsc.flat
new file mode 100644
index 0000000..c45ab11
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-sw1080dp-v13_values-sw1080dp-v13.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-sw300dp-v13_values-sw300dp-v13.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-sw300dp-v13_values-sw300dp-v13.arsc.flat
new file mode 100644
index 0000000..5014ab6
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-sw300dp-v13_values-sw300dp-v13.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-sw330dp-v13_values-sw330dp-v13.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-sw330dp-v13_values-sw330dp-v13.arsc.flat
new file mode 100644
index 0000000..6e92d66
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-sw330dp-v13_values-sw330dp-v13.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-sw360dp-v13_values-sw360dp-v13.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-sw360dp-v13_values-sw360dp-v13.arsc.flat
new file mode 100644
index 0000000..c439dfa
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-sw360dp-v13_values-sw360dp-v13.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-sw390dp-v13_values-sw390dp-v13.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-sw390dp-v13_values-sw390dp-v13.arsc.flat
new file mode 100644
index 0000000..c9a196c
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-sw390dp-v13_values-sw390dp-v13.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-sw420dp-v13_values-sw420dp-v13.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-sw420dp-v13_values-sw420dp-v13.arsc.flat
new file mode 100644
index 0000000..e0fc910
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-sw420dp-v13_values-sw420dp-v13.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-sw450dp-v13_values-sw450dp-v13.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-sw450dp-v13_values-sw450dp-v13.arsc.flat
new file mode 100644
index 0000000..98b6589
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-sw450dp-v13_values-sw450dp-v13.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-sw480dp-v13_values-sw480dp-v13.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-sw480dp-v13_values-sw480dp-v13.arsc.flat
new file mode 100644
index 0000000..f15be5d
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-sw480dp-v13_values-sw480dp-v13.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-sw510dp-v13_values-sw510dp-v13.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-sw510dp-v13_values-sw510dp-v13.arsc.flat
new file mode 100644
index 0000000..6578146
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-sw510dp-v13_values-sw510dp-v13.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-sw540dp-v13_values-sw540dp-v13.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-sw540dp-v13_values-sw540dp-v13.arsc.flat
new file mode 100644
index 0000000..48041e4
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-sw540dp-v13_values-sw540dp-v13.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-sw570dp-v13_values-sw570dp-v13.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-sw570dp-v13_values-sw570dp-v13.arsc.flat
new file mode 100644
index 0000000..e60dfcd
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-sw570dp-v13_values-sw570dp-v13.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat
new file mode 100644
index 0000000..314322d
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-sw630dp-v13_values-sw630dp-v13.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-sw630dp-v13_values-sw630dp-v13.arsc.flat
new file mode 100644
index 0000000..4d941b3
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-sw630dp-v13_values-sw630dp-v13.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-sw660dp-v13_values-sw660dp-v13.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-sw660dp-v13_values-sw660dp-v13.arsc.flat
new file mode 100644
index 0000000..c083ef4
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-sw660dp-v13_values-sw660dp-v13.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-sw690dp-v13_values-sw690dp-v13.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-sw690dp-v13_values-sw690dp-v13.arsc.flat
new file mode 100644
index 0000000..bcef5fe
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-sw690dp-v13_values-sw690dp-v13.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-sw720dp-v13_values-sw720dp-v13.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-sw720dp-v13_values-sw720dp-v13.arsc.flat
new file mode 100644
index 0000000..27f71a1
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-sw720dp-v13_values-sw720dp-v13.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-sw750dp-v13_values-sw750dp-v13.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-sw750dp-v13_values-sw750dp-v13.arsc.flat
new file mode 100644
index 0000000..61f478f
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-sw750dp-v13_values-sw750dp-v13.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-sw780dp-v13_values-sw780dp-v13.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-sw780dp-v13_values-sw780dp-v13.arsc.flat
new file mode 100644
index 0000000..728895a
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-sw780dp-v13_values-sw780dp-v13.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-sw_values-sw.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-sw_values-sw.arsc.flat
new file mode 100644
index 0000000..f629a14
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-sw_values-sw.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-ta_values-ta.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-ta_values-ta.arsc.flat
new file mode 100644
index 0000000..31d8baa
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-ta_values-ta.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-te_values-te.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-te_values-te.arsc.flat
new file mode 100644
index 0000000..dde8933
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-te_values-te.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-th_values-th.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-th_values-th.arsc.flat
new file mode 100644
index 0000000..1f63013
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-th_values-th.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-tl_values-tl.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-tl_values-tl.arsc.flat
new file mode 100644
index 0000000..78de4cb
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-tl_values-tl.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-tr_values-tr.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-tr_values-tr.arsc.flat
new file mode 100644
index 0000000..41eba6f
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-tr_values-tr.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-uk_values-uk.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-uk_values-uk.arsc.flat
new file mode 100644
index 0000000..260b786
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-uk_values-uk.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-ur_values-ur.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-ur_values-ur.arsc.flat
new file mode 100644
index 0000000..2fc3ff3
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-ur_values-ur.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-uz_values-uz.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-uz_values-uz.arsc.flat
new file mode 100644
index 0000000..aa66dbf
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-uz_values-uz.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-v16_values-v16.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-v16_values-v16.arsc.flat
new file mode 100644
index 0000000..99a8aab
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-v16_values-v16.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-v17_values-v17.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-v17_values-v17.arsc.flat
new file mode 100644
index 0000000..7949dcd
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-v17_values-v17.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-v18_values-v18.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-v18_values-v18.arsc.flat
new file mode 100644
index 0000000..20731c6
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-v18_values-v18.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-v21_values-v21.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-v21_values-v21.arsc.flat
new file mode 100644
index 0000000..80f4c00
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-v21_values-v21.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-v22_values-v22.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-v22_values-v22.arsc.flat
new file mode 100644
index 0000000..b098716
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-v22_values-v22.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-v23_values-v23.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-v23_values-v23.arsc.flat
new file mode 100644
index 0000000..9267e27
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-v23_values-v23.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-v24_values-v24.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-v24_values-v24.arsc.flat
new file mode 100644
index 0000000..337eae8
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-v24_values-v24.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-v25_values-v25.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-v25_values-v25.arsc.flat
new file mode 100644
index 0000000..c88b86d
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-v25_values-v25.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-v26_values-v26.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-v26_values-v26.arsc.flat
new file mode 100644
index 0000000..d2a79b4
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-v26_values-v26.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-v28_values-v28.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-v28_values-v28.arsc.flat
new file mode 100644
index 0000000..66c59fb
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-v28_values-v28.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-v31_values-v31.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-v31_values-v31.arsc.flat
new file mode 100644
index 0000000..8653b13
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-v31_values-v31.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-vi_values-vi.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-vi_values-vi.arsc.flat
new file mode 100644
index 0000000..9108f6a
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-vi_values-vi.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-w1240dp-v13_values-w1240dp-v13.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-w1240dp-v13_values-w1240dp-v13.arsc.flat
new file mode 100644
index 0000000..cb620b2
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-w1240dp-v13_values-w1240dp-v13.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat
new file mode 100644
index 0000000..fc3bcdc
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat
new file mode 100644
index 0000000..f9278a4
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat
new file mode 100644
index 0000000..8eb2718
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat
new file mode 100644
index 0000000..e686497
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-w600dp-v13_values-w600dp-v13.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-w600dp-v13_values-w600dp-v13.arsc.flat
new file mode 100644
index 0000000..0795649
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-w600dp-v13_values-w600dp-v13.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-watch-v20_values-watch-v20.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-watch-v20_values-watch-v20.arsc.flat
new file mode 100644
index 0000000..47b164d
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-watch-v20_values-watch-v20.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-watch-v21_values-watch-v21.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-watch-v21_values-watch-v21.arsc.flat
new file mode 100644
index 0000000..abba07d
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-watch-v21_values-watch-v21.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat
new file mode 100644
index 0000000..4e2f625
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-zh-rCN_values-zh-rCN.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-zh-rCN_values-zh-rCN.arsc.flat
new file mode 100644
index 0000000..90f4323
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-zh-rCN_values-zh-rCN.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-zh-rHK_values-zh-rHK.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-zh-rHK_values-zh-rHK.arsc.flat
new file mode 100644
index 0000000..90887a3
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-zh-rHK_values-zh-rHK.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-zh-rTW_values-zh-rTW.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-zh-rTW_values-zh-rTW.arsc.flat
new file mode 100644
index 0000000..1915b56
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-zh-rTW_values-zh-rTW.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values-zu_values-zu.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values-zu_values-zu.arsc.flat
new file mode 100644
index 0000000..7a23e7e
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values-zu_values-zu.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res/debug/values_values.arsc.flat b/Calculator/app/build/intermediates/merged_res/debug/values_values.arsc.flat
new file mode 100644
index 0000000..ed66f09
Binary files /dev/null and b/Calculator/app/build/intermediates/merged_res/debug/values_values.arsc.flat differ
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/debug.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/debug.json
new file mode 100644
index 0000000..3de6d2d
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/debug.json
@@ -0,0 +1,8278 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-sw630dp-v13_values-sw630dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-large-v4_values-large-v4.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-bs_values-bs.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-bs\\values-bs.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,158",
+ "endColumns": "102,124",
+ "endOffsets": "153,278"
+ },
+ "to": {
+ "startLines": "87,88",
+ "startColumns": "4,4",
+ "startOffsets": "7353,7456",
+ "endColumns": "102,124",
+ "endOffsets": "7451,7576"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-bs\\values-bs.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "91",
+ "startColumns": "4",
+ "startOffsets": "7748",
+ "endColumns": "100",
+ "endOffsets": "7844"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,282,364,460,586,667,733,825,902,965,1073,1139,1195,1266,1326,1380,1499,1556,1618,1672,1747,1871,1959,2042,2157,2242,2328,2416,2483,2549,2623,2701,2788,2860,2937,3010,3080,3173,3245,3337,3433,3507,3583,3679,3732,3799,3886,3973,4035,4099,4162,4270,4372,4473,4578",
+ "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",
+ "endColumns": "12,81,95,125,80,65,91,76,62,107,65,55,70,59,53,118,56,61,53,74,123,87,82,114,84,85,87,66,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,79",
+ "endOffsets": "277,359,455,581,662,728,820,897,960,1068,1134,1190,1261,1321,1375,1494,1551,1613,1667,1742,1866,1954,2037,2152,2237,2323,2411,2478,2544,2618,2696,2783,2855,2932,3005,3075,3168,3240,3332,3428,3502,3578,3674,3727,3794,3881,3968,4030,4094,4157,4265,4367,4468,4573,4653"
+ },
+ "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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3057,3139,3235,3361,3442,3508,3600,3677,3740,3848,3914,3970,4041,4101,4155,4274,4331,4393,4447,4522,4646,4734,4817,4932,5017,5103,5191,5258,5324,5398,5476,5563,5635,5712,5785,5855,5948,6020,6112,6208,6282,6358,6454,6507,6574,6661,6748,6810,6874,6937,7045,7147,7248,7581",
+ "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,89",
+ "endColumns": "12,81,95,125,80,65,91,76,62,107,65,55,70,59,53,118,56,61,53,74,123,87,82,114,84,85,87,66,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,79",
+ "endOffsets": "327,3134,3230,3356,3437,3503,3595,3672,3735,3843,3909,3965,4036,4096,4150,4269,4326,4388,4442,4517,4641,4729,4812,4927,5012,5098,5186,5253,5319,5393,5471,5558,5630,5707,5780,5850,5943,6015,6107,6203,6277,6353,6449,6502,6569,6656,6743,6805,6869,6932,7040,7142,7243,7348,7656"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,90",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "332,453,550,657,743,847,969,1054,1136,1227,1320,1415,1509,1609,1702,1797,1892,1983,2074,2162,2265,2369,2470,2575,2689,2792,2961,7661",
+ "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": "448,545,652,738,842,964,1049,1131,1222,1315,1410,1504,1604,1697,1792,1887,1978,2069,2157,2260,2364,2465,2570,2684,2787,2956,3052,7743"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-en-rGB_values-en-rGB.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,227,304,402,517,596,661,751,818,877,967,1031,1094,1163,1227,1281,1393,1451,1513,1567,1639,1761,1848,1929,2039,2116,2197,2288,2355,2421,2491,2568,2655,2726,2803,2872,2941,3032,3104,3193,3282,3356,3428,3514,3564,3630,3710,3794,3856,3920,3983,4083,4180,4272,4371",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,76,97,114,78,64,89,66,58,89,63,62,68,63,53,111,57,61,53,71,121,86,80,109,76,80,90,66,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,77",
+ "endOffsets": "222,299,397,512,591,656,746,813,872,962,1026,1089,1158,1222,1276,1388,1446,1508,1562,1634,1756,1843,1924,2034,2111,2192,2283,2350,2416,2486,2563,2650,2721,2798,2867,2936,3027,3099,3188,3277,3351,3423,3509,3559,3625,3705,3789,3851,3915,3978,4078,4175,4267,4366,4444"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2934,3011,3109,3224,3303,3368,3458,3525,3584,3674,3738,3801,3870,3934,3988,4100,4158,4220,4274,4346,4468,4555,4636,4746,4823,4904,4995,5062,5128,5198,5275,5362,5433,5510,5579,5648,5739,5811,5900,5989,6063,6135,6221,6271,6337,6417,6501,6563,6627,6690,6790,6887,6979,7301",
+ "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,88",
+ "endColumns": "12,76,97,114,78,64,89,66,58,89,63,62,68,63,53,111,57,61,53,71,121,86,80,109,76,80,90,66,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,77",
+ "endOffsets": "272,3006,3104,3219,3298,3363,3453,3520,3579,3669,3733,3796,3865,3929,3983,4095,4153,4215,4269,4341,4463,4550,4631,4741,4818,4899,4990,5057,5123,5193,5270,5357,5428,5505,5574,5643,5734,5806,5895,5984,6058,6130,6216,6266,6332,6412,6496,6558,6622,6685,6785,6882,6974,7073,7374"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "277,381,481,589,673,773,888,966,1041,1132,1225,1320,1414,1514,1607,1702,1796,1887,1978,2060,2163,2266,2365,2470,2574,2678,2834,7379",
+ "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": "376,476,584,668,768,883,961,1036,1127,1220,1315,1409,1509,1602,1697,1791,1882,1973,2055,2158,2261,2360,2465,2569,2673,2829,2929,7457"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-en-rGB\\values-en-rGB.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7462",
+ "endColumns": "100",
+ "endOffsets": "7558"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-en-rGB\\values-en-rGB.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,161",
+ "endColumns": "105,116",
+ "endOffsets": "156,273"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7078,7184",
+ "endColumns": "105,116",
+ "endOffsets": "7179,7296"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-fr-rCA_values-fr-rCA.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-fr-rCA\\values-fr-rCA.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,168",
+ "endColumns": "112,125",
+ "endOffsets": "163,289"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7408,7521",
+ "endColumns": "112,125",
+ "endOffsets": "7516,7642"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "288,399,506,616,703,809,939,1024,1104,1195,1288,1386,1481,1581,1674,1767,1862,1953,2044,2130,2240,2351,2454,2565,2673,2780,2939,7736",
+ "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": "394,501,611,698,804,934,1019,1099,1190,1283,1381,1476,1576,1669,1762,1857,1948,2039,2125,2235,2346,2449,2560,2668,2775,2934,3033,7818"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-fr-rCA\\values-fr-rCA.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7823",
+ "endColumns": "100",
+ "endOffsets": "7919"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,238,320,420,542,627,693,790,870,932,1024,1098,1159,1238,1302,1356,1472,1531,1593,1647,1729,1858,1950,2034,2148,2227,2308,2401,2468,2534,2613,2694,2785,2857,2935,3010,3082,3179,3256,3354,3452,3530,3611,3711,3768,3834,3917,4004,4066,4130,4193,4295,4402,4499,4608",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,81,99,121,84,65,96,79,61,91,73,60,78,63,53,115,58,61,53,81,128,91,83,113,78,80,92,66,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,88",
+ "endOffsets": "233,315,415,537,622,688,785,865,927,1019,1093,1154,1233,1297,1351,1467,1526,1588,1642,1724,1853,1945,2029,2143,2222,2303,2396,2463,2529,2608,2689,2780,2852,2930,3005,3077,3174,3251,3349,3447,3525,3606,3706,3763,3829,3912,3999,4061,4125,4188,4290,4397,4494,4603,4692"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3038,3120,3220,3342,3427,3493,3590,3670,3732,3824,3898,3959,4038,4102,4156,4272,4331,4393,4447,4529,4658,4750,4834,4948,5027,5108,5201,5268,5334,5413,5494,5585,5657,5735,5810,5882,5979,6056,6154,6252,6330,6411,6511,6568,6634,6717,6804,6866,6930,6993,7095,7202,7299,7647",
+ "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,88",
+ "endColumns": "12,81,99,121,84,65,96,79,61,91,73,60,78,63,53,115,58,61,53,81,128,91,83,113,78,80,92,66,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,88",
+ "endOffsets": "283,3115,3215,3337,3422,3488,3585,3665,3727,3819,3893,3954,4033,4097,4151,4267,4326,4388,4442,4524,4653,4745,4829,4943,5022,5103,5196,5263,5329,5408,5489,5580,5652,5730,5805,5877,5974,6051,6149,6247,6325,6406,6506,6563,6629,6712,6799,6861,6925,6988,7090,7197,7294,7403,7731"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-as_values-as.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-as\\values-as.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,160",
+ "endColumns": "104,116",
+ "endOffsets": "155,272"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7157,7262",
+ "endColumns": "104,116",
+ "endOffsets": "7257,7374"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,227,304,406,529,608,673,762,827,886,972,1036,1099,1169,1233,1287,1392,1450,1512,1566,1638,1755,1842,1925,2035,2112,2193,2284,2351,2417,2487,2564,2651,2722,2799,2868,2937,3028,3100,3189,3278,3352,3424,3510,3560,3626,3706,3790,3852,3916,3979,4079,4176,4268,4367",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,76,101,122,78,64,88,64,58,85,63,62,69,63,53,104,57,61,53,71,116,86,82,109,76,80,90,66,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,80",
+ "endOffsets": "222,299,401,524,603,668,757,822,881,967,1031,1094,1164,1228,1282,1387,1445,1507,1561,1633,1750,1837,1920,2030,2107,2188,2279,2346,2412,2482,2559,2646,2717,2794,2863,2932,3023,3095,3184,3273,3347,3419,3505,3555,3621,3701,3785,3847,3911,3974,4074,4171,4263,4362,4443"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3017,3094,3196,3319,3398,3463,3552,3617,3676,3762,3826,3889,3959,4023,4077,4182,4240,4302,4356,4428,4545,4632,4715,4825,4902,4983,5074,5141,5207,5277,5354,5441,5512,5589,5658,5727,5818,5890,5979,6068,6142,6214,6300,6350,6416,6496,6580,6642,6706,6769,6869,6966,7058,7379",
+ "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,88",
+ "endColumns": "12,76,101,122,78,64,88,64,58,85,63,62,69,63,53,104,57,61,53,71,116,86,82,109,76,80,90,66,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,80",
+ "endOffsets": "272,3089,3191,3314,3393,3458,3547,3612,3671,3757,3821,3884,3954,4018,4072,4177,4235,4297,4351,4423,4540,4627,4710,4820,4897,4978,5069,5136,5202,5272,5349,5436,5507,5584,5653,5722,5813,5885,5974,6063,6137,6209,6295,6345,6411,6491,6575,6637,6701,6764,6864,6961,7053,7152,7455"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-as\\values-as.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7543",
+ "endColumns": "100",
+ "endOffsets": "7639"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,612,732,809,884,975,1068,1163,1257,1357,1450,1545,1639,1730,1821,1907,2020,2128,2231,2340,2456,2576,2743,2845",
+ "endColumns": "107,98,106,90,101,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,607,727,804,879,970,1063,1158,1252,1352,1445,1540,1634,1725,1816,1902,2015,2123,2226,2335,2451,2571,2738,2840,2923"
+ },
+ "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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "277,385,484,591,682,784,904,981,1056,1147,1240,1335,1429,1529,1622,1717,1811,1902,1993,2079,2192,2300,2403,2512,2628,2748,2915,7460",
+ "endColumns": "107,98,106,90,101,119,76,74,90,92,94,93,99,92,94,93,90,90,85,112,107,102,108,115,119,166,101,82",
+ "endOffsets": "380,479,586,677,779,899,976,1051,1142,1235,1330,1424,1524,1617,1712,1806,1897,1988,2074,2187,2295,2398,2507,2623,2743,2910,3012,7538"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-hy_values-hy.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,220,300,395,525,606,670,767,852,914,1001,1065,1126,1193,1254,1308,1430,1487,1547,1601,1682,1817,1901,1986,2092,2167,2242,2337,2404,2470,2544,2624,2710,2781,2857,2933,3010,3098,3178,3274,3370,3444,3522,3622,3673,3742,3829,3920,3982,4046,4109,4214,4315,4415,4520",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,79,94,129,80,63,96,84,61,86,63,60,66,60,53,121,56,59,53,80,134,83,84,105,74,74,94,66,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,84",
+ "endOffsets": "215,295,390,520,601,665,762,847,909,996,1060,1121,1188,1249,1303,1425,1482,1542,1596,1677,1812,1896,1981,2087,2162,2237,2332,2399,2465,2539,2619,2705,2776,2852,2928,3005,3093,3173,3269,3365,3439,3517,3617,3668,3737,3824,3915,3977,4041,4104,4209,4310,4410,4515,4600"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2979,3059,3154,3284,3365,3429,3526,3611,3673,3760,3824,3885,3952,4013,4067,4189,4246,4306,4360,4441,4576,4660,4745,4851,4926,5001,5096,5163,5229,5303,5383,5469,5540,5616,5692,5769,5857,5937,6033,6129,6203,6281,6381,6432,6501,6588,6679,6741,6805,6868,6973,7074,7174,7502",
+ "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,88",
+ "endColumns": "12,79,94,129,80,63,96,84,61,86,63,60,66,60,53,121,56,59,53,80,134,83,84,105,74,74,94,66,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,84",
+ "endOffsets": "265,3054,3149,3279,3360,3424,3521,3606,3668,3755,3819,3880,3947,4008,4062,4184,4241,4301,4355,4436,4571,4655,4740,4846,4921,4996,5091,5158,5224,5298,5378,5464,5535,5611,5687,5764,5852,5932,6028,6124,6198,6276,6376,6427,6496,6583,6674,6736,6800,6863,6968,7069,7169,7274,7582"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "270,378,478,588,677,783,900,982,1062,1153,1246,1341,1435,1535,1628,1723,1817,1908,1999,2082,2188,2294,2393,2503,2611,2712,2882,7587",
+ "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": "373,473,583,672,778,895,977,1057,1148,1241,1336,1430,1530,1623,1718,1812,1903,1994,2077,2183,2289,2388,2498,2606,2707,2877,2974,7665"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-hy\\values-hy.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,161",
+ "endColumns": "105,116",
+ "endOffsets": "156,273"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7279,7385",
+ "endColumns": "105,116",
+ "endOffsets": "7380,7497"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-hy\\values-hy.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7670",
+ "endColumns": "100",
+ "endOffsets": "7766"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-v18_values-v18.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\res\\values-v18\\values-v18.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "48",
+ "endOffsets": "99"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-sw480dp-v13_values-sw480dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-et_values-et.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-et\\values-et.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,164",
+ "endColumns": "108,120",
+ "endOffsets": "159,280"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7229,7338",
+ "endColumns": "108,120",
+ "endOffsets": "7333,7454"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,221,306,405,522,604,668,753,821,885,972,1036,1095,1167,1231,1285,1404,1464,1525,1579,1652,1785,1869,1962,2070,2150,2229,2317,2384,2450,2523,2602,2688,2761,2836,2910,2982,3070,3147,3238,3330,3402,3476,3567,3621,3690,3773,3859,3921,3985,4048,4151,4255,4352,4457",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,84,98,116,81,63,84,67,63,86,63,58,71,63,53,118,59,60,53,72,132,83,92,107,79,78,87,66,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,80",
+ "endOffsets": "216,301,400,517,599,663,748,816,880,967,1031,1090,1162,1226,1280,1399,1459,1520,1574,1647,1780,1864,1957,2065,2145,2224,2312,2379,2445,2518,2597,2683,2756,2831,2905,2977,3065,3142,3233,3325,3397,3471,3562,3616,3685,3768,3854,3916,3980,4043,4146,4250,4347,4452,4533"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2993,3078,3177,3294,3376,3440,3525,3593,3657,3744,3808,3867,3939,4003,4057,4176,4236,4297,4351,4424,4557,4641,4734,4842,4922,5001,5089,5156,5222,5295,5374,5460,5533,5608,5682,5754,5842,5919,6010,6102,6174,6248,6339,6393,6462,6545,6631,6693,6757,6820,6923,7027,7124,7459",
+ "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,88",
+ "endColumns": "12,84,98,116,81,63,84,67,63,86,63,58,71,63,53,118,59,60,53,72,132,83,92,107,79,78,87,66,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,80",
+ "endOffsets": "266,3073,3172,3289,3371,3435,3520,3588,3652,3739,3803,3862,3934,3998,4052,4171,4231,4292,4346,4419,4552,4636,4729,4837,4917,4996,5084,5151,5217,5290,5369,5455,5528,5603,5677,5749,5837,5914,6005,6097,6169,6243,6334,6388,6457,6540,6626,6688,6752,6815,6918,7022,7119,7224,7535"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-et\\values-et.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7623",
+ "endColumns": "100",
+ "endOffsets": "7719"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "271,377,476,587,673,775,892,973,1050,1142,1236,1332,1434,1543,1637,1738,1832,1924,2017,2100,2211,2315,2414,2524,2626,2725,2891,7540",
+ "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": "372,471,582,668,770,887,968,1045,1137,1231,1327,1429,1538,1632,1733,1827,1919,2012,2095,2206,2310,2409,2519,2621,2720,2886,2988,7618"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-pt-rBR_values-pt-rBR.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,228,312,413,533,614,678,770,849,909,999,1070,1133,1208,1272,1326,1453,1511,1573,1627,1706,1847,1934,2016,2125,2208,2292,2379,2446,2512,2586,2666,2753,2826,2903,2972,3046,3134,3211,3304,3400,3474,3554,3651,3703,3769,3856,3944,4006,4070,4133,4245,4354,4461,4571",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,83,100,119,80,63,91,78,59,89,70,62,74,63,53,126,57,61,53,78,140,86,81,108,82,83,86,66,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,76",
+ "endOffsets": "223,307,408,528,609,673,765,844,904,994,1065,1128,1203,1267,1321,1448,1506,1568,1622,1701,1842,1929,2011,2120,2203,2287,2374,2441,2507,2581,2661,2748,2821,2898,2967,3041,3129,3206,3299,3395,3469,3549,3646,3698,3764,3851,3939,4001,4065,4128,4240,4349,4456,4566,4643"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3016,3100,3201,3321,3402,3466,3558,3637,3697,3787,3858,3921,3996,4060,4114,4241,4299,4361,4415,4494,4635,4722,4804,4913,4996,5080,5167,5234,5300,5374,5454,5541,5614,5691,5760,5834,5922,5999,6092,6188,6262,6342,6439,6491,6557,6644,6732,6794,6858,6921,7033,7142,7249,7591",
+ "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,88",
+ "endColumns": "12,83,100,119,80,63,91,78,59,89,70,62,74,63,53,126,57,61,53,78,140,86,81,108,82,83,86,66,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,76",
+ "endOffsets": "273,3095,3196,3316,3397,3461,3553,3632,3692,3782,3853,3916,3991,4055,4109,4236,4294,4356,4410,4489,4630,4717,4799,4908,4991,5075,5162,5229,5295,5369,5449,5536,5609,5686,5755,5829,5917,5994,6087,6183,6257,6337,6434,6486,6552,6639,6727,6789,6853,6916,7028,7137,7244,7354,7663"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "278,398,504,611,700,801,920,1005,1085,1176,1269,1364,1458,1558,1651,1746,1841,1932,2023,2108,2215,2326,2428,2536,2644,2754,2916,7668",
+ "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": "393,499,606,695,796,915,1000,1080,1171,1264,1359,1453,1553,1646,1741,1836,1927,2018,2103,2210,2321,2423,2531,2639,2749,2911,3011,7749"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-pt-rBR\\values-pt-rBR.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7754",
+ "endColumns": "100",
+ "endOffsets": "7850"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-pt-rBR\\values-pt-rBR.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,167",
+ "endColumns": "111,119",
+ "endOffsets": "162,282"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7359,7471",
+ "endColumns": "111,119",
+ "endOffsets": "7466,7586"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-sw780dp-v13_values-sw780dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-or_values-or.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-or\\values-or.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,172",
+ "endColumns": "116,120",
+ "endOffsets": "167,288"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7173,7290",
+ "endColumns": "116,120",
+ "endOffsets": "7285,7406"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "277,396,506,613,699,803,923,1002,1083,1174,1267,1370,1465,1565,1658,1753,1849,1940,2030,2119,2229,2333,2439,2550,2654,2772,2935,7495",
+ "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": "391,501,608,694,798,918,997,1078,1169,1262,1365,1460,1560,1653,1748,1844,1935,2025,2114,2224,2328,2434,2545,2649,2767,2930,3036,7580"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,227,304,398,503,582,647,736,801,860,946,1010,1073,1146,1210,1264,1376,1434,1496,1550,1622,1744,1831,1917,2027,2104,2185,2276,2343,2409,2479,2556,2643,2714,2791,2860,2929,3020,3092,3181,3270,3344,3416,3502,3552,3618,3698,3782,3844,3908,3971,4071,4168,4260,4359",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,76,93,104,78,64,88,64,58,85,63,62,72,63,53,111,57,61,53,71,121,86,85,109,76,80,90,66,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,83",
+ "endOffsets": "222,299,393,498,577,642,731,796,855,941,1005,1068,1141,1205,1259,1371,1429,1491,1545,1617,1739,1826,1912,2022,2099,2180,2271,2338,2404,2474,2551,2638,2709,2786,2855,2924,3015,3087,3176,3265,3339,3411,3497,3547,3613,3693,3777,3839,3903,3966,4066,4163,4255,4354,4438"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3041,3118,3212,3317,3396,3461,3550,3615,3674,3760,3824,3887,3960,4024,4078,4190,4248,4310,4364,4436,4558,4645,4731,4841,4918,4999,5090,5157,5223,5293,5370,5457,5528,5605,5674,5743,5834,5906,5995,6084,6158,6230,6316,6366,6432,6512,6596,6658,6722,6785,6885,6982,7074,7411",
+ "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,88",
+ "endColumns": "12,76,93,104,78,64,88,64,58,85,63,62,72,63,53,111,57,61,53,71,121,86,85,109,76,80,90,66,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,83",
+ "endOffsets": "272,3113,3207,3312,3391,3456,3545,3610,3669,3755,3819,3882,3955,4019,4073,4185,4243,4305,4359,4431,4553,4640,4726,4836,4913,4994,5085,5152,5218,5288,5365,5452,5523,5600,5669,5738,5829,5901,5990,6079,6153,6225,6311,6361,6427,6507,6591,6653,6717,6780,6880,6977,7069,7168,7490"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-or\\values-or.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7585",
+ "endColumns": "100",
+ "endOffsets": "7681"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-b+es+419_values-b+es+419.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,233,319,421,549,630,695,790,860,923,1016,1088,1151,1225,1289,1345,1463,1521,1583,1639,1719,1853,1942,2023,2134,2215,2295,2385,2452,2518,2594,2676,2764,2837,2914,2984,3061,3150,3224,3318,3420,3492,3573,3677,3730,3797,3890,3979,4041,4105,4168,4279,4376,4478,4576",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,85,101,127,80,64,94,69,62,92,71,62,73,63,55,117,57,61,55,79,133,88,80,110,80,79,89,66,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,82",
+ "endOffsets": "228,314,416,544,625,690,785,855,918,1011,1083,1146,1220,1284,1340,1458,1516,1578,1634,1714,1848,1937,2018,2129,2210,2290,2380,2447,2513,2589,2671,2759,2832,2909,2979,3056,3145,3219,3313,3415,3487,3568,3672,3725,3792,3885,3974,4036,4100,4163,4274,4371,4473,4571,4654"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-ta_values-ta.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-ta\\values-ta.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,163",
+ "endColumns": "107,126",
+ "endOffsets": "158,285"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7441,7549",
+ "endColumns": "107,126",
+ "endOffsets": "7544,7671"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-ta\\values-ta.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7844",
+ "endColumns": "100",
+ "endOffsets": "7940"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,227,311,420,538,622,686,794,862,923,1031,1117,1175,1259,1326,1380,1503,1565,1628,1682,1770,1898,1984,2066,2168,2248,2329,2418,2485,2551,2636,2724,2816,2885,2962,3042,3110,3209,3292,3384,3478,3552,3638,3732,3782,3848,3933,4020,4083,4148,4211,4319,4422,4520,4625",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,83,108,117,83,63,107,67,60,107,85,57,83,66,53,122,61,62,53,87,127,85,81,101,79,80,88,66,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,85",
+ "endOffsets": "222,306,415,533,617,681,789,857,918,1026,1112,1170,1254,1321,1375,1498,1560,1623,1677,1765,1893,1979,2061,2163,2243,2324,2413,2480,2546,2631,2719,2811,2880,2957,3037,3105,3204,3287,3379,3473,3547,3633,3727,3777,3843,3928,4015,4078,4143,4206,4314,4417,4515,4620,4706"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3043,3127,3236,3354,3438,3502,3610,3678,3739,3847,3933,3991,4075,4142,4196,4319,4381,4444,4498,4586,4714,4800,4882,4984,5064,5145,5234,5301,5367,5452,5540,5632,5701,5778,5858,5926,6025,6108,6200,6294,6368,6454,6548,6598,6664,6749,6836,6899,6964,7027,7135,7238,7336,7676",
+ "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,88",
+ "endColumns": "12,83,108,117,83,63,107,67,60,107,85,57,83,66,53,122,61,62,53,87,127,85,81,101,79,80,88,66,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,85",
+ "endOffsets": "272,3122,3231,3349,3433,3497,3605,3673,3734,3842,3928,3986,4070,4137,4191,4314,4376,4439,4493,4581,4709,4795,4877,4979,5059,5140,5229,5296,5362,5447,5535,5627,5696,5773,5853,5921,6020,6103,6195,6289,6363,6449,6543,6593,6659,6744,6831,6894,6959,7022,7130,7233,7331,7436,7757"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "277,390,492,607,696,807,928,1007,1083,1181,1281,1376,1470,1577,1677,1779,1873,1971,2069,2150,2258,2361,2460,2576,2679,2784,2941,7762",
+ "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": "385,487,602,691,802,923,1002,1078,1176,1276,1371,1465,1572,1672,1774,1868,1966,2064,2145,2253,2356,2455,2571,2674,2779,2936,3038,7839"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values_values.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\values\\dimens.xml",
+ "from": {
+ "startLines": "1,2",
+ "startColumns": "4,4",
+ "startOffsets": "16,74",
+ "endColumns": "57,55",
+ "endOffsets": "69,125"
+ },
+ "to": {
+ "startLines": "1659,1660",
+ "startColumns": "4,4",
+ "startOffsets": "84019,84077",
+ "endColumns": "57,55",
+ "endOffsets": "84072,84128"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\b161cc2f7615ed4cb1f20bfc21c45398\\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": "115,118,1673,11050",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "5681,5845,84911,690865",
+ "endLines": "115,118,1673,11053",
+ "endColumns": "55,47,51,24",
+ "endOffsets": "5732,5888,84958,691080"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\values\\colors.xml",
+ "from": {
+ "startLines": "7,2,3,4,5,6,8",
+ "startColumns": "4,4,4,4,4,4,4",
+ "startOffsets": "286,55,102,149,196,241,328",
+ "endColumns": "41,46,46,46,44,44,41",
+ "endOffsets": "323,97,144,191,236,281,365"
+ },
+ "to": {
+ "startLines": "572,798,799,800,811,812,816",
+ "startColumns": "4,4,4,4,4,4,4",
+ "startOffsets": "28737,44920,44967,45014,45758,45803,46011",
+ "endColumns": "41,46,46,46,44,44,41",
+ "endOffsets": "28774,44962,45009,45056,45798,45843,46048"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\0af8d5430e18045cb3ab0a40f0dcf1a4\\transformed\\circleimageview-3.1.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endLines": "7",
+ "endColumns": "24",
+ "endOffsets": "361"
+ },
+ "to": {
+ "startLines": "10052",
+ "startColumns": "4",
+ "startOffsets": "642144",
+ "endLines": "10057",
+ "endColumns": "24",
+ "endOffsets": "642450"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\7abe03695b40b01d1a518cf5b2c37455\\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": "86,8800,10917,10927",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "4450,574725,683200,683808",
+ "endLines": "86,8802,10926,11015",
+ "endColumns": "60,12,24,24",
+ "endOffsets": "4506,574865,683803,689014"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\values\\ic_launcher_background.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "57",
+ "endColumns": "56",
+ "endOffsets": "109"
+ },
+ "to": {
+ "startLines": "630",
+ "startColumns": "4",
+ "startOffsets": "32773",
+ "endColumns": "56",
+ "endOffsets": "32825"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\values\\themes.xml",
+ "from": {
+ "startLines": "2,19,15,20",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "100,982,824,1081",
+ "endLines": "14,19,18,20",
+ "endColumns": "12,98,12,88",
+ "endOffsets": "819,1076,977,1165"
+ },
+ "to": {
+ "startLines": "6419,6432,6433,6437",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "415524,416246,416344,416502",
+ "endLines": "6431,6432,6436,6437",
+ "endColumns": "12,97,12,87",
+ "endOffsets": "416241,416339,416497,416585"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\4d2e43fee4df2f875a86cdd4651c633b\\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": "33,581,582,583,584,1662,1663,1664,2507,5512,5514,5517,9839",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "1520,29420,29481,29543,29605,84198,84257,84314,147875,355599,355663,355789,631199",
+ "endLines": "33,581,582,583,584,1662,1663,1664,2513,5513,5516,5519,9866",
+ "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24",
+ "endOffsets": "1567,29476,29538,29600,29664,84252,84309,84363,148284,355658,355784,355912,633017"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.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,104,114,162,194,231",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6400,6859,10159,12224,13984",
+ "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,103,113,161,193,230,237",
+ "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,6395,6854,10154,12219,13979,14356"
+ },
+ "to": {
+ "startLines": "413,566,567,788,789,1666,1667,1668,1669,1670,1671,1672,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140,2141,2142,2143,2144,2145,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,2213,2214,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2265,2331,2468,6096,6097,6101,6102,6106,7120,7121,9832,10233,11134,11182,11232,11269",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "20521,28258,28330,44200,44269,84423,84493,84561,84633,84703,84764,84838,116559,116620,116681,116743,116807,116869,116930,116998,117098,117158,117224,117297,117366,117423,117475,119089,119161,119237,119302,119361,119420,119480,119540,119600,119660,119720,119780,119840,119900,119960,120020,120079,120139,120199,120259,120319,120379,120439,120499,120559,120619,120679,120738,120798,120858,120917,120976,121035,121094,121153,121661,121696,123233,123288,123351,123406,123464,123522,123583,123646,123703,123754,123804,123865,123922,123988,124022,124404,128271,145152,394948,395065,395266,395376,395577,467621,467693,630762,651825,695209,698509,701320,703080",
+ "endLines": "413,566,567,788,789,1666,1667,1668,1669,1670,1671,1672,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140,2141,2142,2143,2144,2145,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,2213,2214,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2265,2331,2468,6096,6100,6101,6105,6106,7120,7121,9838,10242,11181,11213,11268,11275",
+ "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": "20576,28325,28413,44264,44327,84488,84556,84628,84698,84759,84833,84906,116615,116676,116738,116802,116864,116925,116993,117093,117153,117219,117292,117361,117418,117470,117532,119156,119232,119297,119356,119415,119475,119535,119595,119655,119715,119775,119835,119895,119955,120015,120074,120134,120194,120254,120314,120374,120434,120494,120554,120614,120674,120733,120793,120853,120912,120971,121030,121089,121148,121207,121691,121726,123283,123346,123401,123459,123517,123578,123641,123698,123749,123799,123860,123917,123983,124017,124052,124434,128336,145218,395060,395261,395371,395572,395701,467688,467755,631194,652279,698504,700569,703075,703452"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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": "818,829,841,853,865,877,889,901,913,925,937,939,951,963,975,987,999,1011,1023,1035,1047,1059,1061,1073,1085,1097,1109,1121,1133,1145,1157,1169,1181,1183,1195,1207,1219,1231,1243,1255,1267,1279,1291,1303,1305,1317,1329,1341,1353,1365,1377,1389,1401,1413,1425,1427,1430,1432,1434,1436,1438,1440,1442,1444,1446,1448,1450,1452,1454,1456,1458,1460,1462,1464,1466,1468,1470,1472,1474,1476,1478,1480,1482,1484,1486,1488,1490,1492,1494,1496,1498,1500,1502,1504,1506,1508,1510,1512,1514,1516",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "46096,46567,47079,47591,48103,48615,49127,49639,50151,50663,51175,51255,51765,52277,52789,53301,53813,54325,54837,55349,55861,56373,56453,56963,57475,57987,58499,59011,59523,60035,60547,61059,61571,61651,62161,62673,63185,63697,64209,64721,65233,65745,66257,66769,66849,67359,67871,68383,68895,69407,69919,70431,70943,71455,71967,72047,72170,72252,72334,72416,72498,72580,72662,72744,72826,72908,72988,73068,73150,73232,73314,73396,73478,73560,73642,73724,73806,73886,73966,74048,74130,74212,74294,74376,74458,74540,74622,74704,74784,74864,74946,75028,75110,75192,75274,75356,75438,75520,75602,75682",
+ "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": "46134,46603,47115,47627,48139,48651,49163,49675,50187,50699,51211,51289,51801,52313,52825,53337,53849,54361,54873,55385,55897,56409,56487,56999,57511,58023,58535,59047,59559,60071,60583,61095,61607,61685,62197,62709,63221,63733,64245,64757,65269,65781,66293,66805,66883,67395,67907,68419,68931,69443,69955,70467,70979,71491,72003,72081,72206,72288,72370,72452,72534,72616,72698,72780,72862,72944,73022,73104,73186,73268,73350,73432,73514,73596,73678,73760,73842,73920,74002,74084,74166,74248,74330,74412,74494,74576,74658,74740,74818,74900,74982,75064,75146,75228,75310,75392,75474,75556,75638,75716"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\values\\ic_launcher_calculator_background.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "57",
+ "endColumns": "67",
+ "endOffsets": "120"
+ },
+ "to": {
+ "startLines": "631",
+ "startColumns": "4",
+ "startOffsets": "32830",
+ "endColumns": "67",
+ "endOffsets": "32893"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\f9a627f29bebda016933e369a5e6b1ae\\transformed\\navigation-common-2.3.5\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,13,19,25,28",
+ "startColumns": "4,4,4,4,4",
+ "startOffsets": "55,584,828,1075,1208",
+ "endLines": "12,18,24,27,31",
+ "endColumns": "24,24,24,24,24",
+ "endOffsets": "579,823,1070,1203,1340"
+ },
+ "to": {
+ "startLines": "12147,12158,12164,12170,12355",
+ "startColumns": "4,4,4,4,4",
+ "startOffsets": "744748,745277,745521,745768,756779",
+ "endLines": "12157,12163,12169,12172,12358",
+ "endColumns": "24,24,24,24,24",
+ "endOffsets": "745272,745516,745763,745896,756911"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,709,735,907,933,964,972,978,994,1016,1021,1026,1036,1045,1054,1058,1065,1084,1091,1092,1101,1104,1107,1111,1115,1119,1122,1123,1128,1133,1143,1148,1155,1161,1162,1165,1169,1174,1176,1178,1181,1184,1186,1190,1193,1200,1203,1206,1210,1212,1216,1218,1220,1222,1226,1234,1242,1254,1260,1269,1272,1283,1286,1287,1292,1293,1298,1367,1437,1438,1448,1457,1458,1460,1464,1467,1470,1473,1476,1479,1482,1485,1489,1492,1495,1498,1502,1505,1509,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1535,1537,1538,1539,1540,1541,1542,1543,1544,1546,1547,1549,1550,1552,1554,1555,1557,1558,1559,1560,1561,1562,1564,1565,1566,1567,1568,1569,1571,1573,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1589,1590,1591,1592,1593,1594,1595,1597,1601,1605,1606,1607,1608,1609,1610,1614,1615,1616,1617,1619,1621,1623,1625,1627,1628,1629,1630,1632,1634,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1650,1651,1652,1653,1655,1657,1658,1660,1661,1663,1665,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1680,1681,1682,1683,1685,1686,1687,1688,1689,1691,1693,1695,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1795,1798,1801,1804,1818,1829,1839,1842,1872,1899,1908,1985,2388,2393,2421,2449,2467,2503,2509,2515,2538,2679,2699,2705,2709,2715,2752,2764,2830,2854,2923,2942,2968",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,29889,29989,30241,30665,30920,31014,31103,31340,33392,33634,33736,33989,36173,47446,48962,60249,61777,63534,64160,64580,65841,67106,67362,67598,68145,68639,69244,69442,70022,71390,71765,71883,72421,72578,72774,73047,73303,73473,73614,73678,74043,74410,75086,75350,75688,76041,76135,76321,76627,76889,77014,77141,77380,77591,77710,77903,78080,78535,78716,78838,79097,79210,79397,79499,79606,79735,80010,80518,81014,81891,82185,82755,82904,83636,83808,83892,84228,84320,84598,89992,95526,95588,96218,96832,96923,97036,97265,97425,97577,97748,97914,98083,98250,98413,98656,98826,98999,99170,99444,99643,99848,100178,100262,100358,100454,100552,100652,100754,100856,100958,101060,101162,101262,101358,101470,101599,101722,101853,101984,102082,102196,102290,102430,102564,102660,102772,102872,102988,103084,103196,103296,103436,103572,103736,103866,104024,104174,104315,104459,104594,104706,104856,104984,105112,105248,105380,105510,105640,105752,105892,106038,106182,106320,106386,106476,106552,106656,106746,106848,106956,107064,107164,107244,107336,107434,107544,107596,107674,107780,107872,107976,108086,108208,108371,108528,108608,108708,108798,108908,108998,109239,109333,109439,109531,109631,109743,109857,109973,110089,110183,110297,110409,110511,110631,110753,110835,110939,111059,111185,111283,111377,111465,111577,111693,111815,111927,112102,112218,112304,112396,112508,112632,112699,112825,112893,113021,113165,113293,113362,113457,113572,113685,113784,113893,114004,114115,114216,114321,114421,114551,114642,114765,114859,114971,115057,115161,115257,115345,115463,115567,115671,115797,115885,115993,116093,116183,116293,116377,116479,116563,116617,116681,116787,116873,116983,117067,117187,122331,122449,122564,122696,123411,124103,124620,124698,126297,127830,128218,133109,153772,154032,155563,157073,158106,160119,160381,160737,161567,168349,169483,169777,170000,170327,172377,173025,176876,178078,182157,183372,184781",
+ "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,708,734,906,932,963,971,977,993,1015,1020,1025,1035,1044,1053,1057,1064,1083,1090,1091,1100,1103,1106,1110,1114,1118,1121,1122,1127,1132,1142,1147,1154,1160,1161,1164,1168,1173,1175,1177,1180,1183,1185,1189,1192,1199,1202,1205,1209,1211,1215,1217,1219,1221,1225,1233,1241,1253,1259,1268,1271,1282,1285,1286,1291,1292,1297,1366,1436,1437,1447,1456,1457,1459,1463,1466,1469,1472,1475,1478,1481,1484,1488,1491,1494,1497,1501,1504,1508,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1534,1536,1537,1538,1539,1540,1541,1542,1543,1545,1546,1548,1549,1551,1553,1554,1556,1557,1558,1559,1560,1561,1563,1564,1565,1566,1567,1568,1570,1572,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1588,1589,1590,1591,1592,1593,1594,1596,1600,1604,1605,1606,1607,1608,1609,1613,1614,1615,1616,1618,1620,1622,1624,1626,1627,1628,1629,1631,1633,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1649,1650,1651,1652,1654,1656,1657,1659,1660,1662,1664,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1679,1680,1681,1682,1684,1685,1686,1687,1688,1690,1692,1694,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1794,1797,1800,1803,1817,1828,1838,1841,1871,1898,1907,1984,2387,2392,2420,2448,2466,2502,2508,2514,2537,2678,2698,2704,2708,2714,2751,2763,2829,2853,2922,2941,2967,2976",
+ "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,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,29884,29984,30236,30660,30915,31009,31098,31335,33387,33629,33731,33984,36168,47441,48957,60244,61772,63529,64155,64575,65836,67101,67357,67593,68140,68634,69239,69437,70017,71385,71760,71878,72416,72573,72769,73042,73298,73468,73609,73673,74038,74405,75081,75345,75683,76036,76130,76316,76622,76884,77009,77136,77375,77586,77705,77898,78075,78530,78711,78833,79092,79205,79392,79494,79601,79730,80005,80513,81009,81886,82180,82750,82899,83631,83803,83887,84223,84315,84593,89987,95521,95583,96213,96827,96918,97031,97260,97420,97572,97743,97909,98078,98245,98408,98651,98821,98994,99165,99439,99638,99843,100173,100257,100353,100449,100547,100647,100749,100851,100953,101055,101157,101257,101353,101465,101594,101717,101848,101979,102077,102191,102285,102425,102559,102655,102767,102867,102983,103079,103191,103291,103431,103567,103731,103861,104019,104169,104310,104454,104589,104701,104851,104979,105107,105243,105375,105505,105635,105747,105887,106033,106177,106315,106381,106471,106547,106651,106741,106843,106951,107059,107159,107239,107331,107429,107539,107591,107669,107775,107867,107971,108081,108203,108366,108523,108603,108703,108793,108903,108993,109234,109328,109434,109526,109626,109738,109852,109968,110084,110178,110292,110404,110506,110626,110748,110830,110934,111054,111180,111278,111372,111460,111572,111688,111810,111922,112097,112213,112299,112391,112503,112627,112694,112820,112888,113016,113160,113288,113357,113452,113567,113680,113779,113888,113999,114110,114211,114316,114416,114546,114637,114760,114854,114966,115052,115156,115252,115340,115458,115562,115666,115792,115880,115988,116088,116178,116288,116372,116474,116558,116612,116676,116782,116868,116978,117062,117182,122326,122444,122559,122691,123406,124098,124615,124693,126292,127825,128213,133104,153767,154027,155558,157068,158101,160114,160376,160732,161562,168344,169478,169772,169995,170322,172372,173020,176871,178073,182152,183367,184776,185250"
+ },
+ "to": {
+ "startLines": "114,199,201,504,556,557,559,560,561,562,563,564,565,568,569,570,571,573,574,575,576,577,578,579,580,620,621,622,623,624,625,626,627,628,629,764,765,766,767,768,769,770,771,772,773,774,775,790,791,792,793,794,795,796,797,801,802,803,804,805,806,807,808,809,810,814,815,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,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,1651,1652,1653,1654,1655,1656,1657,1723,1724,1728,1729,1730,1731,1732,1733,1734,2159,2160,2161,2162,2163,2164,2165,2166,2204,2205,2206,2207,2211,2233,2234,2242,2271,2278,2279,2282,2284,2336,2337,2338,2339,2340,2341,2342,2343,2344,2345,2346,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2466,2470,2471,2475,2476,2477,2486,2494,2495,2499,2503,2514,2519,2548,2555,2559,2563,2568,2572,2576,2580,2584,2588,2592,2598,2602,2608,2612,2618,2622,2627,2631,2634,2638,2644,2648,2654,2658,2664,2667,2671,2675,2679,2683,2687,2688,2689,2690,2693,2696,2699,2702,2706,2707,2708,2709,2747,2750,2752,2754,2756,2761,2762,2766,2772,2776,2777,2779,2791,2792,2796,2802,2806,2867,2868,2872,2899,2903,2904,2908,4417,4590,4616,4788,4814,4845,4853,4859,4875,4897,4902,4907,4917,4926,4935,4939,4946,4965,4972,4973,4982,4985,4988,4992,4996,5000,5003,5004,5009,5014,5024,5029,5036,5042,5043,5046,5050,5055,5057,5059,5062,5065,5067,5071,5074,5081,5084,5087,5091,5093,5097,5099,5101,5103,5107,5115,5123,5135,5141,5150,5153,5164,5167,5168,5173,5174,5609,5678,5752,5753,5763,5772,5773,5775,5779,5782,5785,5788,5791,5794,5797,5800,5804,5807,5810,5813,5817,5820,5824,6040,6041,6042,6043,6044,6045,6046,6047,6048,6049,6050,6051,6052,6053,6054,6055,6056,6057,6058,6059,6060,6062,6064,6065,6066,6067,6068,6069,6070,6071,6073,6074,6076,6077,6079,6081,6082,6084,6085,6086,6087,6088,6089,6091,6092,6093,6094,6095,6383,6385,6387,6389,6390,6391,6392,6393,6394,6395,6396,6397,6398,6399,6400,6401,6403,6404,6405,6406,6407,6408,6409,6411,6415,6599,6600,6601,6602,6603,6604,6608,6609,6610,7025,7027,7029,7031,7033,7035,7036,7037,7038,7040,7042,7044,7045,7046,7047,7048,7049,7050,7051,7052,7053,7054,7055,7058,7059,7060,7061,7063,7065,7066,7068,7069,7071,7073,7075,7076,7077,7078,7079,7080,7081,7082,7083,7084,7085,7086,7088,7089,7090,7091,7093,7094,7095,7096,7097,7099,7101,7103,7105,7106,7107,7108,7109,7110,7111,7112,7113,7114,7115,7116,7117,7118,7119,8803,8886,8889,8892,8895,8909,8927,9067,9070,9100,9127,9136,9213,9827,9885,10243,11032,11519,11555,11596,11865,11888,12029,12413,12419,12449,12491,12673,12724,12906,13222,13384,13403,13432",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "5626,9795,9893,25368,27578,27633,27757,27821,27891,27952,28027,28103,28180,28418,28503,28585,28661,28779,28856,28934,29040,29146,29225,29305,29362,32092,32166,32241,32306,32372,32432,32493,32565,32638,32705,42673,42732,42791,42850,42909,42968,43022,43076,43129,43183,43237,43291,44332,44406,44485,44558,44632,44703,44775,44847,45061,45118,45176,45249,45323,45397,45472,45544,45617,45687,45890,45950,78523,78592,78661,78731,78805,78881,78945,79022,79098,79175,79240,79309,79386,79461,79530,79598,79675,79741,79802,79899,79964,80033,80132,80203,80262,80320,80377,80436,80500,80571,80643,80715,80787,80859,80926,80994,81062,81121,81184,81248,81338,81429,81489,81555,81622,81688,81758,81822,81875,81942,82003,82070,82183,82241,82304,82369,82434,82509,82582,82654,82698,82745,82791,82840,82901,82962,83023,83085,83149,83213,83277,83342,83405,83465,83526,83592,83651,83711,83773,83844,83904,88113,88199,88449,88539,88626,88714,88796,88879,88969,118359,118411,118469,118514,118580,118644,118701,118758,121212,121269,121317,121366,121561,122749,122796,123187,124705,125041,125105,125295,125408,128661,128735,128805,128883,128937,129007,129092,129140,129186,129247,129310,129376,129440,129511,129574,129639,129703,129764,129825,129877,129950,130024,130093,130168,130242,130316,130457,145033,145286,145364,145588,145676,145772,146424,147006,147095,147342,147623,148289,148574,150383,150860,151082,151304,151580,151807,152037,152267,152497,152727,152954,153373,153599,154024,154254,154682,154901,155184,155392,155523,155750,156176,156401,156828,157049,157474,157594,157870,158171,158495,158786,159100,159237,159368,159473,159715,159882,160086,160294,160565,160677,160789,160894,162951,163165,163311,163451,163537,163885,163973,164219,164637,164886,164968,165066,165748,165848,166100,166524,166779,171451,171540,171777,173829,174071,174173,174426,286414,297687,299203,310490,312018,313775,314401,314821,316082,317347,317603,317839,318386,318880,319485,319683,320263,321631,322006,322124,322662,322819,323015,323288,323544,323714,323855,323919,324284,324651,325327,325591,325929,326282,326376,326562,326868,327130,327255,327382,327621,327832,327951,328144,328321,328776,328957,329079,329338,329451,329638,329740,329847,329976,330251,330759,331255,332132,332426,332996,333145,333877,334049,334133,334469,334561,361992,367386,373264,373326,373956,374570,374661,374774,375003,375163,375315,375486,375652,375821,375988,376151,376394,376564,376737,376908,377182,377381,377586,389234,389318,389414,389510,389608,389708,389810,389912,390014,390116,390218,390318,390414,390526,390655,390778,390909,391040,391138,391252,391346,391486,391620,391716,391828,391928,392044,392140,392252,392352,392492,392628,392792,392922,393080,393230,393371,393515,393650,393762,393912,394040,394168,394304,394436,394566,394696,394808,412888,413034,413178,413316,413382,413472,413548,413652,413742,413844,413952,414060,414160,414240,414332,414430,414540,414592,414670,414776,414868,414972,415082,415204,415367,428979,429059,429159,429249,429359,429449,429690,429784,429890,459965,460065,460177,460291,460407,460523,460617,460731,460843,460945,461065,461187,461269,461373,461493,461619,461717,461811,461899,462011,462127,462249,462361,462536,462652,462738,462830,462942,463066,463133,463259,463327,463455,463599,463727,463796,463891,464006,464119,464218,464327,464438,464549,464650,464755,464855,464985,465076,465199,465293,465405,465491,465595,465691,465779,465897,466001,466105,466231,466319,466427,466527,466617,466727,466811,466913,466997,467051,467115,467221,467307,467417,467501,574870,580014,580132,580247,580379,581094,582090,590004,590082,591681,593214,593602,598493,630502,633959,652284,689832,714125,716138,717856,731635,732465,739247,759347,759641,760915,763140,772349,775170,785271,802762,810675,811890,813409",
+ "endLines": "114,199,201,504,556,557,559,560,561,562,563,564,565,568,569,570,571,573,574,575,576,577,578,579,580,620,621,622,623,624,625,626,627,628,629,764,765,766,767,768,769,770,771,772,773,774,775,790,791,792,793,794,795,796,797,801,802,803,804,805,806,807,808,809,810,814,815,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,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,1651,1652,1653,1654,1655,1656,1657,1723,1724,1728,1729,1730,1731,1732,1733,1734,2159,2160,2161,2162,2163,2164,2165,2166,2204,2205,2206,2207,2211,2233,2234,2242,2271,2278,2279,2282,2284,2336,2337,2338,2339,2340,2341,2342,2343,2344,2345,2346,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2466,2470,2471,2475,2476,2477,2493,2494,2498,2502,2506,2518,2524,2554,2558,2562,2567,2571,2575,2579,2583,2587,2591,2597,2601,2607,2611,2617,2621,2626,2630,2633,2637,2643,2647,2653,2657,2663,2666,2670,2674,2678,2682,2686,2687,2688,2689,2692,2695,2698,2701,2705,2706,2707,2708,2709,2749,2751,2753,2755,2760,2761,2765,2771,2775,2776,2778,2790,2791,2795,2801,2805,2806,2867,2871,2898,2902,2903,2907,2935,4589,4615,4787,4813,4844,4852,4858,4874,4896,4901,4906,4916,4925,4934,4938,4945,4964,4971,4972,4981,4984,4987,4991,4995,4999,5002,5003,5008,5013,5023,5028,5035,5041,5042,5045,5049,5054,5056,5058,5061,5064,5066,5070,5073,5080,5083,5086,5090,5092,5096,5098,5100,5102,5106,5114,5122,5134,5140,5149,5152,5163,5166,5167,5172,5173,5178,5677,5747,5752,5762,5771,5772,5774,5778,5781,5784,5787,5790,5793,5796,5799,5803,5806,5809,5812,5816,5819,5823,5827,6040,6041,6042,6043,6044,6045,6046,6047,6048,6049,6050,6051,6052,6053,6054,6055,6056,6057,6058,6059,6061,6063,6064,6065,6066,6067,6068,6069,6070,6072,6073,6075,6076,6078,6080,6081,6083,6084,6085,6086,6087,6088,6090,6091,6092,6093,6094,6095,6384,6386,6388,6389,6390,6391,6392,6393,6394,6395,6396,6397,6398,6399,6400,6402,6403,6404,6405,6406,6407,6408,6410,6414,6418,6599,6600,6601,6602,6603,6607,6608,6609,6610,7026,7028,7030,7032,7034,7035,7036,7037,7039,7041,7043,7044,7045,7046,7047,7048,7049,7050,7051,7052,7053,7054,7057,7058,7059,7060,7062,7064,7065,7067,7068,7070,7072,7074,7075,7076,7077,7078,7079,7080,7081,7082,7083,7084,7085,7087,7088,7089,7090,7092,7093,7094,7095,7096,7098,7100,7102,7104,7105,7106,7107,7108,7109,7110,7111,7112,7113,7114,7115,7116,7117,7118,7119,8885,8888,8891,8894,8908,8919,8936,9069,9099,9126,9135,9212,9615,9831,9912,10270,11049,11554,11560,11601,11887,12028,12048,12418,12422,12454,12527,12684,12789,12929,13290,13402,13428,13440",
+ "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,24",
+ "endOffsets": "5676,9835,9937,25404,27628,27690,27816,27886,27947,28022,28098,28175,28253,28498,28580,28656,28732,28851,28929,29035,29141,29220,29300,29357,29415,32161,32236,32301,32367,32427,32488,32560,32633,32700,32768,42727,42786,42845,42904,42963,43017,43071,43124,43178,43232,43286,43340,44401,44480,44553,44627,44698,44770,44842,44915,45113,45171,45244,45318,45392,45467,45539,45612,45682,45753,45945,46006,78587,78656,78726,78800,78876,78940,79017,79093,79170,79235,79304,79381,79456,79525,79593,79670,79736,79797,79894,79959,80028,80127,80198,80257,80315,80372,80431,80495,80566,80638,80710,80782,80854,80921,80989,81057,81116,81179,81243,81333,81424,81484,81550,81617,81683,81753,81817,81870,81937,81998,82065,82178,82236,82299,82364,82429,82504,82577,82649,82693,82740,82786,82835,82896,82957,83018,83080,83144,83208,83272,83337,83400,83460,83521,83587,83646,83706,83768,83839,83899,83967,88194,88281,88534,88621,88709,88791,88874,88964,89055,118406,118464,118509,118575,118639,118696,118753,118807,121264,121312,121361,121412,121590,122791,122840,123228,124732,125100,125162,125350,125460,128730,128800,128878,128932,129002,129087,129135,129181,129242,129305,129371,129435,129506,129569,129634,129698,129759,129820,129872,129945,130019,130088,130163,130237,130311,130452,130522,145081,145359,145449,145671,145767,145857,147001,147090,147337,147618,147870,148569,148962,150855,151077,151299,151575,151802,152032,152262,152492,152722,152949,153368,153594,154019,154249,154677,154896,155179,155387,155518,155745,156171,156396,156823,157044,157469,157589,157865,158166,158490,158781,159095,159232,159363,159468,159710,159877,160081,160289,160560,160672,160784,160889,161006,163160,163306,163446,163532,163880,163968,164214,164632,164881,164963,165061,165743,165843,166095,166519,166774,166868,171535,171772,173824,174066,174168,174421,176605,297682,299198,310485,312013,313770,314396,314816,316077,317342,317598,317834,318381,318875,319480,319678,320258,321626,322001,322119,322657,322814,323010,323283,323539,323709,323850,323914,324279,324646,325322,325586,325924,326277,326371,326557,326863,327125,327250,327377,327616,327827,327946,328139,328316,328771,328952,329074,329333,329446,329633,329735,329842,329971,330246,330754,331250,332127,332421,332991,333140,333872,334044,334128,334464,334556,334834,367381,372915,373321,373951,374565,374656,374769,374998,375158,375310,375481,375647,375816,375983,376146,376389,376559,376732,376903,377177,377376,377581,377911,389313,389409,389505,389603,389703,389805,389907,390009,390111,390213,390313,390409,390521,390650,390773,390904,391035,391133,391247,391341,391481,391615,391711,391823,391923,392039,392135,392247,392347,392487,392623,392787,392917,393075,393225,393366,393510,393645,393757,393907,394035,394163,394299,394431,394561,394691,394803,394943,413029,413173,413311,413377,413467,413543,413647,413737,413839,413947,414055,414155,414235,414327,414425,414535,414587,414665,414771,414863,414967,415077,415199,415362,415519,429054,429154,429244,429354,429444,429685,429779,429885,429977,460060,460172,460286,460402,460518,460612,460726,460838,460940,461060,461182,461264,461368,461488,461614,461712,461806,461894,462006,462122,462244,462356,462531,462647,462733,462825,462937,463061,463128,463254,463322,463450,463594,463722,463791,463886,464001,464114,464213,464322,464433,464544,464645,464750,464850,464980,465071,465194,465288,465400,465486,465590,465686,465774,465892,465996,466100,466226,466314,466422,466522,466612,466722,466806,466908,466992,467046,467110,467216,467302,467412,467496,467616,580009,580127,580242,580374,581089,581781,582602,590077,591676,593209,593597,598488,619151,630757,635485,653789,690860,716133,716395,718207,732460,739242,740376,759636,759859,761237,765185,772992,779016,786468,806836,811885,813294,813878"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\f4bf4d7849870cb3b43f118c3b4dfaba\\transformed\\viewpager2-1.0.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endLines": "4",
+ "endColumns": "24",
+ "endOffsets": "160"
+ },
+ "to": {
+ "startLines": "13429",
+ "startColumns": "4",
+ "startOffsets": "813299",
+ "endLines": "13431",
+ "endColumns": "24",
+ "endOffsets": "813404"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-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,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,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,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,1002,1006,1010,1018,1025,1033,1043,1052,1061,1070,1071,1072,1073,1074,1075,1076,1077,1078,1083,1084,1088,1089,1095,1099,1100,1101,1102,1112,1113,1114,1118,1119,1125,1129,1130,1133,1134,1137,1140,1141,1142,1143,1343,1349,1547,1747,1753,1951,2014,2096,2148,2230,2292,2374,2438,2490,2572,2579,2590,2594,2598,2611,2627,2634,2640,2652,2671,2688,2693,2698,2705,2715,2728,2742,2746,2753,2757,2763,2774,2777,2781,2797,2798,2846,2850,2854,2858,2859,2860,2863,2877,2886,2901,2943,2944,2945,2950,2954,2959,2966,2972,2973,2976,2980,2985,2997,3001,3006,3011,3016,3019,3022,3025,3029,3033,3034,3035,3036,3037,3041,3047,3051,3057,3061,3065,3071,3077,3081,3085,3089,3090,3091,3092,3093,3094,3095,3096,3100,3104,3107,3111,3114,3117,3120,3123,3126,3130,3134,3135,3138,3141,3144,3147,3150,3153,3156,3159,3163,3166,3170,3173,3176,3179,3182,3185,3188,3192,3195,3198,3202,3205,3215,3223,3231,3234,3237,3240,3243,3246,3249,3252,3253,3256,3259,3260,3263,3264,3265,3269,3270,3275,3283,3291,3299,3307,3315,3323,3331,3339,3347,3356,3365,3374,3382,3391,3400,3403,3406,3407,3408,3409,3410,3411,3412,3413,3414,3415,3416,3417,3418,3421,3422,3423,3424,3425,3433,3441,3442,3450,3454,3462,3470,3478,3486,3494,3495,3503,3511,3512,3515,3518,3519,3522,3525,3527,3532,3534,3539,3543,3547,3548,3549,3550,3554,3558,3559,3563,3564,3565,3566,3567,3568,3569,3570,3571,3572,3573,3574,3575,3576,3580,3584,3585,3589,3590,3595,3596,3597,3598,3599,3600,3601,3602,3603,3604,3605,3606,3607,3608,3609,3610,3611,3612,3613,3614,3615,3619,3620,3621,3627,3628,3632,3634,3635,3638,3643,3644,3645,3646,3647,3648,3652,3653,3654,3660,3661,3665,3667,3670,3674,3678,3682,3686,3687,3688,3689,3692,3695,3698,3701,3704,3708,3709,3714,3718,3723,3727,3732,3736,3740,3773,3774,3775,3776,3780,3781,3782,3783,3787,3791,3795,3799,3805,3806,3839,3852,3857,3883,3889,3892,3903,3908,3911,3914,3917,3920,3923,3926,3929,3933,3936,3937,3938,3946,3954,3957,3962,3967,3972,3977,3981,3985,3986,3994,3995,3996,3997,3998,4006,4011,4016,4017,4018,4019,4044,4049,4054,4057,4061,4064,4068,4078,4081,4086,4089,4093,4097,4100,4108,4121,4134,4138,4153,4164,4167,4178,4183,4187,4222,4223,4224,4231,4235,4239,4243,4247,4258,4274,4288,4295,4304,4307,4327,4337,4341,4345,4356,4362,4366,4383,4391,4395,4399,4403,4406,4410,4414,4418,4425,4429,4430,4434,4455,4465,4485,4494,4510,4520,4524,4534,4554,4564,4567,4568,4569,4570,4571,4575,4579,4583,4584,4585,4586,4589,4592,4595,4598,4601,4604,4607,4610,4613,4616,4619,4622,4625,4628,4631,4634,4637,4638,4641,4652,4660,4664,4669,4674,4677,4680,4686,4690,4693,4696,4700,4705,4709,4712,4720,4724,4728,4739,4744,4749,4750,4753,4756,4757,4767,4772,4780,4783,4787,4800,4803,4807,4822,4829,4855,4858,4861,4864,4867,4877,4884,4885,4890,4891,4892,4893,4897,4901,4905,4909,4938,4941,4945,4949,4977,4980,4984,4988,4997,5003,5006,5015,5019,5020,5027,5031,5038,5039,5040,5043,5048,5053,5054,5058,5066,5081,5085,5086,5098,5108,5109,5121,5126,5150,5153,5159,5162,5171,5179,5183,5186,5189,5192,5196,5199,5216,5220,5223,5238,5241,5249,5254,5261,5266,5267,5272,5273,5279,5285,5291,5322,5333,5350,5357,5361,5364,5376,5385,5389,5394,5398,5402,5406,5410,5414,5418,5422,5425,5434,5439,5448,5451,5458,5459,5463,5472,5478,5482,5483,5487,5508,5514,5518,5522,5523,5545,5546,5547,5548,5549,5554,5557,5558,5565,5566,5578,5590,5597,5598,5603,5608,5609,5613,5627,5632,5638,5644,5650,5655,5661,5667,5668,5673,5687,5692,5701,5710,5713,5726,5729,5740,5744,5753,5762,5763,5770,5778,5803,5815,5863,5900,5965,6002,6008,6074,6187,6213,6242,6248,6256,6373,6388,6402,6408,6458,6462,6468,6474,6485,6520,6526,6534,6542,6608,6620,6632,6644,6687,6699,6712,6721,6727,6732,6737,6743,6783,6795,6853,6878,6956,6962,6969,6972,6976,7014,7037,7090,7098,7121,7128,7136,7237,7242,7497,7513",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,311,371,432,487,537,587,640,698,746,815,863,934,1006,1078,1151,1218,1267,1321,1358,1409,1456,1512,1561,1619,1675,1726,1786,1835,1891,1947,1997,2056,2103,2159,2213,2267,2321,2370,2428,2484,2531,2585,2639,2687,2744,2798,2854,2917,2979,3035,3095,3148,3209,3288,3369,3441,3520,3600,3676,3754,3823,3899,3976,4047,4120,4184,4255,4327,4378,4431,4484,4536,4586,4644,4709,4757,4808,4875,4941,4999,5068,5126,5195,5265,5338,5412,5480,5547,5617,5683,5756,5816,5892,5952,6012,6087,6155,6221,6289,6349,6408,6465,6531,6593,6650,6709,6771,6833,6900,6957,7013,7069,7127,7185,7242,7299,7358,7417,7475,7529,7585,7714,7767,7825,7883,7941,7987,8047,8101,8169,8238,8306,8359,8411,8461,8507,8557,8613,8660,8718,8776,8838,8901,8963,9022,9082,9147,9213,9278,9340,9402,9464,9526,9588,9650,9716,9783,9849,9912,9976,10039,10107,10168,10230,10292,10355,10419,10482,10546,10624,10683,10749,10829,10890,10943,10997,11055,11106,11151,11215,11274,11336,11410,11481,11547,11621,11690,11761,11834,11905,11973,12046,12122,12192,12270,12338,12404,12465,12534,12598,12664,12732,12798,12861,12929,13000,13065,13138,13201,13282,13346,13412,13482,13552,13622,13692,13759,13816,13874,13933,13993,14052,14111,14170,14229,14288,14347,14406,14465,14524,14583,14643,14704,14766,14827,14888,14949,15010,15071,15132,15193,15254,15315,15376,15444,15513,15583,15652,15721,15790,15859,15928,15997,16066,16135,16204,16273,16333,16394,16456,16517,16578,16639,16700,16761,16822,16883,16944,17005,17066,17128,17191,17255,17318,17381,17444,17507,17570,17633,17696,17759,17822,17885,17946,18008,18071,18133,18195,18257,18319,18381,18443,18505,18567,18629,18691,18748,18835,18915,19005,19100,19192,19284,19374,19457,19550,19637,19734,19825,19926,20013,20116,20205,20304,20396,20480,20574,20662,20760,20844,20944,21030,21126,21214,21295,21386,21482,21575,21668,21759,21844,21938,22027,22125,22218,22320,22408,22512,22603,22703,22796,22881,22976,23065,23164,23249,23350,23437,23534,23600,23676,23745,23824,23889,23955,24008,24084,24150,24237,24313,24389,24431,24478,24543,24598,24648,24702,24781,24859,24932,24997,25060,25126,25197,25268,25338,25400,25469,25535,25595,25662,25729,25785,25836,25889,25941,25995,26066,26129,26188,26250,26309,26382,26449,26519,26579,26642,26717,26789,26885,26956,27012,27083,27140,27197,27263,27327,27398,27455,27508,27571,27623,27681,27748,27817,27883,27942,28025,28084,28141,28208,28278,28352,28414,28483,28553,28607,28660,28714,28773,28819,28876,28943,28999,29064,29138,29222,29295,29360,29422,29478,29561,29650,29714,29793,29867,29926,29982,30038,30098,30158,30205,30265,30326,30390,30451,30511,30569,30612,30661,30713,30764,30816,30865,30914,30979,31045,31105,31166,31222,31281,31356,31413,31497,31554,31629,31704,31755,31823,31873,31935,31995,32052,32112,32161,32242,32299,32360,32419,32479,32537,32598,32656,32706,32755,32822,32881,32940,32989,33064,33135,33204,33267,33335,33401,33469,33534,33600,33677,33755,33819,33898,33987,34065,34131,34200,34266,34364,34460,34556,34654,34763,34819,34911,34960,35014,35068,35122,35176,35230,35285,35395,35505,35615,35725,35835,35945,36055,36165,36271,36377,36483,36589,36684,36779,36874,36969,37075,37181,37287,37393,37488,37583,37678,37773,37881,37989,38097,38205,38302,38399,38496,38593,38701,38809,38917,39025,39123,39219,39315,39413,39478,39566,39630,39692,39754,39822,39880,39943,40009,40072,40139,40211,40277,40329,40389,40447,40499,40556,40640,40735,40820,40901,40981,41058,41137,41214,41288,41362,41433,41513,41585,41660,41713,41766,41834,41911,41976,42037,42097,42172,42246,42323,42396,42466,42538,42608,42681,42745,42815,42863,42932,42984,43069,43152,43210,43276,43343,43409,43490,43565,43621,43674,43735,43793,43843,43892,43941,43990,44052,44104,44149,44230,44281,44335,44388,44442,44493,44542,44608,44659,44720,44781,44843,44893,44934,45011,45070,45129,45188,45249,45305,45361,45428,45489,45554,45609,45674,45743,45811,45889,45958,46018,46089,46163,46228,46300,46370,46437,46521,46590,46657,46727,46790,46857,46925,47008,47087,47177,47254,47322,47389,47467,47524,47581,47649,47715,47771,47831,47890,47944,47994,48044,48092,48154,48205,48278,48358,48438,48502,48565,48632,48703,48761,48822,48888,48947,49014,49074,49134,49197,49265,49326,49393,49471,49541,49590,49647,49716,49777,49865,49953,50041,50129,50185,50272,50359,50446,50533,50591,50665,50735,50791,50862,50927,50989,51064,51137,51227,51293,51359,51420,51484,51546,51604,51675,51758,51817,51888,51954,52019,52080,52139,52210,52276,52341,52424,52500,52575,52656,52716,52785,52855,52924,52979,53035,53091,53152,53210,53266,53321,53383,53436,53493,53587,53656,53757,53808,53878,53941,53999,54069,54138,54208,54278,54348,54415,54482,54557,54624,54683,54737,54791,54845,54898,54950,55024,55065,55130,55204,55277,55345,55405,55463,55524,55590,55656,55721,55785,55846,55983,56123,56172,56222,56270,56326,56384,56446,56501,56559,56630,56694,56753,56815,56881,56947,56990,57034,57079,57122,57173,57220,57265,57316,57367,57418,57469,57517,57583,57645,57708,57780,57837,57892,57950,58005,58064,58120,58181,58244,58305,58366,58427,58488,58549,58610,58671,58730,58791,58852,58913,58974,59035,59096,59147,59213,59279,59347,59415,59481,59548,59622,59685,59742,59802,59867,59934,59999,60056,60117,60175,60245,60292,60344,60394,60451,60771,60921,61052,61290,61388,61503,61588,61636,61715,61780,61869,62026,62183,62336,62490,62549,62589,62685,62775,62871,62961,63127,63252,63377,63547,63657,63778,63899,64009,64121,64244,64367,64449,64623,64771,64930,65085,65258,65375,65492,65660,65772,65886,66060,66238,66371,66483,66629,66781,66913,67056,67178,67356,67538,67855,68037,68219,68409,68599,68798,68955,69065,69248,69385,69605,69789,69949,70107,70291,70494,70665,70885,71107,71262,71462,71646,71749,71890,72055,72226,72426,72630,72832,73037,73238,73437,73641,73802,73880,74181,74347,74502,74604,74738,75015,75300,75751,76207,76716,77258,77723,78185,78656,78741,78862,78961,79048,79171,79272,79365,79472,79815,79922,80167,80288,80697,80945,81045,81150,81269,81803,81950,82069,82320,82453,82868,83122,83234,83440,83565,83782,83982,84103,84236,84383,99559,99995,115027,130239,130677,145745,150750,156291,160475,166030,170936,176437,180504,184604,190119,190610,191366,191618,191883,193038,193942,194406,194799,195469,196628,197731,198103,198481,198943,199718,200483,201468,201734,202210,202484,202881,203554,203732,203961,205060,205151,207345,207611,207933,208143,208252,208371,208555,209527,210123,211052,213703,213798,213829,214157,214385,214644,215220,215574,215696,215835,216109,216369,217239,217525,217928,218330,218673,218885,219086,219299,219588,219873,219946,220033,220118,220217,220389,220659,220830,221098,221263,221430,221699,221964,222132,222297,222463,222583,222703,222811,222921,223033,223141,223251,223416,223582,223761,223926,224081,224201,224362,224525,224686,224851,225018,225071,225204,225324,225422,225535,225654,225771,225926,226058,226287,226450,226643,226769,226921,227063,227233,227389,227561,227852,227964,228093,228322,228540,229395,229982,230596,230764,230906,231067,231210,231378,231535,231730,231822,231995,232157,232252,232421,232515,232604,232847,232936,233229,233694,234163,234633,235108,235574,236039,236505,236972,237435,238015,238598,239180,239640,240221,240803,240993,241172,241278,241386,241492,241604,241718,241830,241944,242060,242174,242282,242392,242500,242696,242804,242914,243022,243136,243545,243959,244075,244493,244734,245164,245599,246009,246431,246841,246963,247372,247788,247910,248128,248312,248373,248545,248717,248785,249129,249209,249565,249715,249859,249935,250047,250137,250399,250664,250763,250915,250991,251103,251193,251295,251403,251511,251611,251696,251800,251887,251965,252079,252171,252435,252702,252803,252956,253040,253429,253527,253635,253729,253859,253967,254089,254225,254333,254453,254587,254709,254837,254979,255105,255245,255371,255489,255621,255719,255829,256129,256241,256359,256823,256939,257242,257368,257464,257594,257995,258105,258229,258367,258477,258599,258911,259035,259165,259641,259769,260084,260222,260368,260530,260746,260902,261106,261174,261258,261362,261565,261754,261955,262148,262353,262558,262674,262916,263151,263410,263609,263875,264072,264288,266848,266962,267082,267176,267497,267596,267714,267815,268045,268281,268491,268724,269148,269224,271794,273049,273493,275437,275894,276102,277112,277583,277724,277859,278056,278227,278410,278585,278772,278994,279152,279236,279340,279902,280533,280691,280910,281141,281364,281599,281821,282087,282225,282824,282938,283076,283188,283312,283883,284378,284924,285069,285162,285254,287271,287714,288012,288201,288407,288600,288810,289694,289839,290322,290480,290697,290958,291089,291521,292347,292967,293164,294112,294877,295000,295773,295994,296194,298171,298271,298361,298799,299098,299409,299712,300027,300653,301404,302479,303026,303584,303750,305147,305763,305999,306220,307010,307405,307641,308910,309359,309546,309795,310037,310213,310454,310687,310912,311254,311467,311562,311823,312678,313131,313995,314443,315111,315563,315770,316227,317081,317538,317688,317812,317958,318096,318232,318520,318821,319123,319239,319361,319473,319622,319880,320142,320400,320660,320908,321160,321408,321658,321902,322150,322394,322640,322872,323108,323340,323574,323686,323877,324736,325334,325530,325767,326035,326251,326469,326741,327040,327232,327444,327736,328000,328289,328508,329033,329270,329562,330301,330539,330808,330948,331118,331262,331364,332146,332486,333108,333334,333631,334355,334619,334934,336100,336660,338755,338949,339167,339393,339605,340280,340719,340815,341162,341250,341358,341466,341760,342066,342364,342674,344753,344941,345202,345451,347428,347620,347885,348138,348721,349071,349240,349754,349989,350113,350621,350835,351333,351436,351566,351741,352060,352346,352486,352680,353178,354059,354347,354477,355254,355911,356057,356763,357001,358541,358691,359108,359273,359959,360429,360625,360787,360942,361086,361320,361487,362415,362701,362861,363476,363635,363963,364190,364702,365064,365143,365482,365587,365952,366323,366684,368506,369135,370211,370731,370984,371136,372126,372863,373066,373312,373559,373777,374019,374340,374604,374909,375132,375304,375845,376114,376608,376834,377274,377433,377717,378462,378827,379132,379290,379528,380847,381245,381473,381693,381835,383535,383641,383771,383909,384033,384321,384490,384590,385049,385163,386046,386801,387240,387364,387677,387960,388094,388285,389064,389282,389573,389852,390169,390391,390686,390969,391073,391356,392088,392404,393030,393536,393741,394470,394745,395406,395595,396242,396903,397023,397520,398054,399671,400368,402822,404729,407576,409668,410000,414168,419544,420822,421917,422101,422312,429484,430192,430969,431353,433781,434012,434316,434633,435350,436806,437113,437621,438019,441475,442093,442675,443170,445157,445867,446482,446976,447349,447578,447786,447922,450229,450905,454165,455583,460750,460971,461264,461401,461636,463490,464480,467124,467565,468795,469216,469532,475045,475310,489618,490687",
+ "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,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,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,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,1001,1005,1009,1017,1024,1032,1042,1051,1060,1069,1070,1071,1072,1073,1074,1075,1076,1077,1082,1083,1087,1088,1094,1098,1099,1100,1101,1111,1112,1113,1117,1118,1124,1128,1129,1132,1133,1136,1139,1140,1141,1142,1342,1348,1546,1746,1752,1950,2013,2095,2147,2229,2291,2373,2437,2489,2571,2578,2589,2593,2597,2610,2626,2633,2639,2651,2670,2687,2692,2697,2704,2714,2727,2741,2745,2752,2756,2762,2773,2776,2780,2796,2797,2845,2849,2853,2857,2858,2859,2862,2876,2885,2900,2942,2943,2944,2949,2953,2958,2965,2971,2972,2975,2979,2984,2996,3000,3005,3010,3015,3018,3021,3024,3028,3032,3033,3034,3035,3036,3040,3046,3050,3056,3060,3064,3070,3076,3080,3084,3088,3089,3090,3091,3092,3093,3094,3095,3099,3103,3106,3110,3113,3116,3119,3122,3125,3129,3133,3134,3137,3140,3143,3146,3149,3152,3155,3158,3162,3165,3169,3172,3175,3178,3181,3184,3187,3191,3194,3197,3201,3204,3214,3222,3230,3233,3236,3239,3242,3245,3248,3251,3252,3255,3258,3259,3262,3263,3264,3268,3269,3274,3282,3290,3298,3306,3314,3322,3330,3338,3346,3355,3364,3373,3381,3390,3399,3402,3405,3406,3407,3408,3409,3410,3411,3412,3413,3414,3415,3416,3417,3420,3421,3422,3423,3424,3432,3440,3441,3449,3453,3461,3469,3477,3485,3493,3494,3502,3510,3511,3514,3517,3518,3521,3524,3526,3531,3533,3538,3542,3546,3547,3548,3549,3553,3557,3558,3562,3563,3564,3565,3566,3567,3568,3569,3570,3571,3572,3573,3574,3575,3579,3583,3584,3588,3589,3594,3595,3596,3597,3598,3599,3600,3601,3602,3603,3604,3605,3606,3607,3608,3609,3610,3611,3612,3613,3614,3618,3619,3620,3626,3627,3631,3633,3634,3637,3642,3643,3644,3645,3646,3647,3651,3652,3653,3659,3660,3664,3666,3669,3673,3677,3681,3685,3686,3687,3688,3691,3694,3697,3700,3703,3707,3708,3713,3717,3722,3726,3731,3735,3739,3772,3773,3774,3775,3779,3780,3781,3782,3786,3790,3794,3798,3804,3805,3838,3851,3856,3882,3888,3891,3902,3907,3910,3913,3916,3919,3922,3925,3928,3932,3935,3936,3937,3945,3953,3956,3961,3966,3971,3976,3980,3984,3985,3993,3994,3995,3996,3997,4005,4010,4015,4016,4017,4018,4043,4048,4053,4056,4060,4063,4067,4077,4080,4085,4088,4092,4096,4099,4107,4120,4133,4137,4152,4163,4166,4177,4182,4186,4221,4222,4223,4230,4234,4238,4242,4246,4257,4273,4287,4294,4303,4306,4326,4336,4340,4344,4355,4361,4365,4382,4390,4394,4398,4402,4405,4409,4413,4417,4424,4428,4429,4433,4454,4464,4484,4493,4509,4519,4523,4533,4553,4563,4566,4567,4568,4569,4570,4574,4578,4582,4583,4584,4585,4588,4591,4594,4597,4600,4603,4606,4609,4612,4615,4618,4621,4624,4627,4630,4633,4636,4637,4640,4651,4659,4663,4668,4673,4676,4679,4685,4689,4692,4695,4699,4704,4708,4711,4719,4723,4727,4738,4743,4748,4749,4752,4755,4756,4766,4771,4779,4782,4786,4799,4802,4806,4821,4828,4854,4857,4860,4863,4866,4876,4883,4884,4889,4890,4891,4892,4896,4900,4904,4908,4937,4940,4944,4948,4976,4979,4983,4987,4996,5002,5005,5014,5018,5019,5026,5030,5037,5038,5039,5042,5047,5052,5053,5057,5065,5080,5084,5085,5097,5107,5108,5120,5125,5149,5152,5158,5161,5170,5178,5182,5185,5188,5191,5195,5198,5215,5219,5222,5237,5240,5248,5253,5260,5265,5266,5271,5272,5278,5284,5290,5321,5332,5349,5356,5360,5363,5375,5384,5388,5393,5397,5401,5405,5409,5413,5417,5421,5424,5433,5438,5447,5450,5457,5458,5462,5471,5477,5481,5482,5486,5507,5513,5517,5521,5522,5544,5545,5546,5547,5548,5553,5556,5557,5564,5565,5577,5589,5596,5597,5602,5607,5608,5612,5626,5631,5637,5643,5649,5654,5660,5666,5667,5672,5686,5691,5700,5709,5712,5725,5728,5739,5743,5752,5761,5762,5769,5777,5802,5814,5862,5899,5964,6001,6007,6073,6186,6212,6241,6247,6255,6372,6387,6401,6407,6457,6461,6467,6473,6484,6519,6525,6533,6541,6607,6619,6631,6643,6686,6698,6711,6720,6726,6731,6736,6742,6782,6794,6852,6877,6955,6961,6968,6971,6975,7013,7036,7089,7097,7120,7127,7135,7236,7241,7496,7512,7522",
+ "endColumns": "55,48,55,59,60,54,49,49,52,57,47,68,47,70,71,71,72,66,48,53,36,50,46,55,48,57,55,50,59,48,55,55,49,58,46,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,63,70,71,50,52,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,58,61,61,66,56,55,55,57,57,56,56,58,58,57,53,55,9,52,57,57,57,45,59,53,67,68,67,52,51,49,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,53,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,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,84,94,88,98,84,100,86,96,65,75,68,78,64,65,52,75,65,86,75,75,41,46,64,54,49,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,82,88,63,78,73,58,55,55,59,59,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,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,63,78,88,77,65,68,65,97,95,95,97,108,55,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,63,61,61,67,57,62,65,62,66,71,65,51,59,57,51,56,83,94,84,80,79,76,78,76,73,73,70,79,71,74,52,52,67,76,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,62,66,70,57,60,65,58,66,59,59,62,67,60,66,77,69,48,56,68,60,87,87,87,87,55,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,52,56,93,68,100,50,69,62,57,69,68,69,69,69,66,66,74,66,58,53,53,53,52,51,73,40,64,73,72,67,59,57,60,65,65,64,63,60,136,139,48,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,60,62,60,60,60,60,60,60,60,58,60,60,60,60,60,60,50,65,65,67,67,65,66,73,62,56,59,64,66,64,56,60,57,69,46,51,49,56,12,149,130,237,97,114,84,47,78,64,88,156,156,152,153,58,39,95,89,95,89,165,124,124,169,109,120,120,109,111,122,122,81,173,147,158,154,172,116,116,167,111,113,173,177,132,111,145,151,131,142,121,177,181,316,181,181,189,189,198,156,109,182,136,219,183,159,157,183,202,170,219,221,154,199,183,102,140,164,170,199,203,201,204,200,198,203,160,77,300,165,154,101,10,10,10,10,10,10,10,10,10,10,84,120,98,86,122,100,92,106,10,106,10,120,10,10,99,104,118,10,146,118,10,132,10,10,111,10,124,10,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,90,10,10,10,10,108,118,10,10,10,10,10,94,30,10,10,10,10,10,121,10,10,10,10,10,10,10,10,10,10,10,10,10,72,86,84,98,10,10,10,10,10,10,10,10,10,10,10,119,119,107,109,111,107,109,10,10,10,10,10,10,10,10,10,10,10,52,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,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,107,109,107,113,10,10,115,10,10,10,10,10,10,10,121,10,10,121,10,10,60,10,10,10,10,10,10,10,10,75,111,89,10,10,98,10,75,111,89,101,107,107,99,84,103,86,77,113,91,10,10,100,10,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,10,109,123,137,109,121,10,123,129,10,127,10,10,10,10,10,10,10,67,83,103,10,10,10,10,10,10,115,10,10,10,10,10,10,10,10,113,119,93,10,98,117,100,10,10,10,10,10,75,10,10,10,10,10,10,10,10,10,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,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,94,10,10,10,10,10,10,10,10,10,10,10,10,123,145,137,135,10,10,10,115,121,111,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,111,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,101,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,95,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,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",
+ "endOffsets": "201,250,306,366,427,482,532,582,635,693,741,810,858,929,1001,1073,1146,1213,1262,1316,1353,1404,1451,1507,1556,1614,1670,1721,1781,1830,1886,1942,1992,2051,2098,2154,2208,2262,2316,2365,2423,2479,2526,2580,2634,2682,2739,2793,2849,2912,2974,3030,3090,3143,3204,3283,3364,3436,3515,3595,3671,3749,3818,3894,3971,4042,4115,4179,4250,4322,4373,4426,4479,4531,4581,4639,4704,4752,4803,4870,4936,4994,5063,5121,5190,5260,5333,5407,5475,5542,5612,5678,5751,5811,5887,5947,6007,6082,6150,6216,6284,6344,6403,6460,6526,6588,6645,6704,6766,6828,6895,6952,7008,7064,7122,7180,7237,7294,7353,7412,7470,7524,7580,7709,7762,7820,7878,7936,7982,8042,8096,8164,8233,8301,8354,8406,8456,8502,8552,8608,8655,8713,8771,8833,8896,8958,9017,9077,9142,9208,9273,9335,9397,9459,9521,9583,9645,9711,9778,9844,9907,9971,10034,10102,10163,10225,10287,10350,10414,10477,10541,10619,10678,10744,10824,10885,10938,10992,11050,11101,11146,11210,11269,11331,11405,11476,11542,11616,11685,11756,11829,11900,11968,12041,12117,12187,12265,12333,12399,12460,12529,12593,12659,12727,12793,12856,12924,12995,13060,13133,13196,13277,13341,13407,13477,13547,13617,13687,13754,13811,13869,13928,13988,14047,14106,14165,14224,14283,14342,14401,14460,14519,14578,14638,14699,14761,14822,14883,14944,15005,15066,15127,15188,15249,15310,15371,15439,15508,15578,15647,15716,15785,15854,15923,15992,16061,16130,16199,16268,16328,16389,16451,16512,16573,16634,16695,16756,16817,16878,16939,17000,17061,17123,17186,17250,17313,17376,17439,17502,17565,17628,17691,17754,17817,17880,17941,18003,18066,18128,18190,18252,18314,18376,18438,18500,18562,18624,18686,18743,18830,18910,19000,19095,19187,19279,19369,19452,19545,19632,19729,19820,19921,20008,20111,20200,20299,20391,20475,20569,20657,20755,20839,20939,21025,21121,21209,21290,21381,21477,21570,21663,21754,21839,21933,22022,22120,22213,22315,22403,22507,22598,22698,22791,22876,22971,23060,23159,23244,23345,23432,23529,23595,23671,23740,23819,23884,23950,24003,24079,24145,24232,24308,24384,24426,24473,24538,24593,24643,24697,24776,24854,24927,24992,25055,25121,25192,25263,25333,25395,25464,25530,25590,25657,25724,25780,25831,25884,25936,25990,26061,26124,26183,26245,26304,26377,26444,26514,26574,26637,26712,26784,26880,26951,27007,27078,27135,27192,27258,27322,27393,27450,27503,27566,27618,27676,27743,27812,27878,27937,28020,28079,28136,28203,28273,28347,28409,28478,28548,28602,28655,28709,28768,28814,28871,28938,28994,29059,29133,29217,29290,29355,29417,29473,29556,29645,29709,29788,29862,29921,29977,30033,30093,30153,30200,30260,30321,30385,30446,30506,30564,30607,30656,30708,30759,30811,30860,30909,30974,31040,31100,31161,31217,31276,31351,31408,31492,31549,31624,31699,31750,31818,31868,31930,31990,32047,32107,32156,32237,32294,32355,32414,32474,32532,32593,32651,32701,32750,32817,32876,32935,32984,33059,33130,33199,33262,33330,33396,33464,33529,33595,33672,33750,33814,33893,33982,34060,34126,34195,34261,34359,34455,34551,34649,34758,34814,34906,34955,35009,35063,35117,35171,35225,35280,35390,35500,35610,35720,35830,35940,36050,36160,36266,36372,36478,36584,36679,36774,36869,36964,37070,37176,37282,37388,37483,37578,37673,37768,37876,37984,38092,38200,38297,38394,38491,38588,38696,38804,38912,39020,39118,39214,39310,39408,39473,39561,39625,39687,39749,39817,39875,39938,40004,40067,40134,40206,40272,40324,40384,40442,40494,40551,40635,40730,40815,40896,40976,41053,41132,41209,41283,41357,41428,41508,41580,41655,41708,41761,41829,41906,41971,42032,42092,42167,42241,42318,42391,42461,42533,42603,42676,42740,42810,42858,42927,42979,43064,43147,43205,43271,43338,43404,43485,43560,43616,43669,43730,43788,43838,43887,43936,43985,44047,44099,44144,44225,44276,44330,44383,44437,44488,44537,44603,44654,44715,44776,44838,44888,44929,45006,45065,45124,45183,45244,45300,45356,45423,45484,45549,45604,45669,45738,45806,45884,45953,46013,46084,46158,46223,46295,46365,46432,46516,46585,46652,46722,46785,46852,46920,47003,47082,47172,47249,47317,47384,47462,47519,47576,47644,47710,47766,47826,47885,47939,47989,48039,48087,48149,48200,48273,48353,48433,48497,48560,48627,48698,48756,48817,48883,48942,49009,49069,49129,49192,49260,49321,49388,49466,49536,49585,49642,49711,49772,49860,49948,50036,50124,50180,50267,50354,50441,50528,50586,50660,50730,50786,50857,50922,50984,51059,51132,51222,51288,51354,51415,51479,51541,51599,51670,51753,51812,51883,51949,52014,52075,52134,52205,52271,52336,52419,52495,52570,52651,52711,52780,52850,52919,52974,53030,53086,53147,53205,53261,53316,53378,53431,53488,53582,53651,53752,53803,53873,53936,53994,54064,54133,54203,54273,54343,54410,54477,54552,54619,54678,54732,54786,54840,54893,54945,55019,55060,55125,55199,55272,55340,55400,55458,55519,55585,55651,55716,55780,55841,55978,56118,56167,56217,56265,56321,56379,56441,56496,56554,56625,56689,56748,56810,56876,56942,56985,57029,57074,57117,57168,57215,57260,57311,57362,57413,57464,57512,57578,57640,57703,57775,57832,57887,57945,58000,58059,58115,58176,58239,58300,58361,58422,58483,58544,58605,58666,58725,58786,58847,58908,58969,59030,59091,59142,59208,59274,59342,59410,59476,59543,59617,59680,59737,59797,59862,59929,59994,60051,60112,60170,60240,60287,60339,60389,60446,60766,60916,61047,61285,61383,61498,61583,61631,61710,61775,61864,62021,62178,62331,62485,62544,62584,62680,62770,62866,62956,63122,63247,63372,63542,63652,63773,63894,64004,64116,64239,64362,64444,64618,64766,64925,65080,65253,65370,65487,65655,65767,65881,66055,66233,66366,66478,66624,66776,66908,67051,67173,67351,67533,67850,68032,68214,68404,68594,68793,68950,69060,69243,69380,69600,69784,69944,70102,70286,70489,70660,70880,71102,71257,71457,71641,71744,71885,72050,72221,72421,72625,72827,73032,73233,73432,73636,73797,73875,74176,74342,74497,74599,74733,75010,75295,75746,76202,76711,77253,77718,78180,78651,78736,78857,78956,79043,79166,79267,79360,79467,79810,79917,80162,80283,80692,80940,81040,81145,81264,81798,81945,82064,82315,82448,82863,83117,83229,83435,83560,83777,83977,84098,84231,84378,99554,99990,115022,130234,130672,145740,150745,156286,160470,166025,170931,176432,180499,184599,190114,190605,191361,191613,191878,193033,193937,194401,194794,195464,196623,197726,198098,198476,198938,199713,200478,201463,201729,202205,202479,202876,203549,203727,203956,205055,205146,207340,207606,207928,208138,208247,208366,208550,209522,210118,211047,213698,213793,213824,214152,214380,214639,215215,215569,215691,215830,216104,216364,217234,217520,217923,218325,218668,218880,219081,219294,219583,219868,219941,220028,220113,220212,220384,220654,220825,221093,221258,221425,221694,221959,222127,222292,222458,222578,222698,222806,222916,223028,223136,223246,223411,223577,223756,223921,224076,224196,224357,224520,224681,224846,225013,225066,225199,225319,225417,225530,225649,225766,225921,226053,226282,226445,226638,226764,226916,227058,227228,227384,227556,227847,227959,228088,228317,228535,229390,229977,230591,230759,230901,231062,231205,231373,231530,231725,231817,231990,232152,232247,232416,232510,232599,232842,232931,233224,233689,234158,234628,235103,235569,236034,236500,236967,237430,238010,238593,239175,239635,240216,240798,240988,241167,241273,241381,241487,241599,241713,241825,241939,242055,242169,242277,242387,242495,242691,242799,242909,243017,243131,243540,243954,244070,244488,244729,245159,245594,246004,246426,246836,246958,247367,247783,247905,248123,248307,248368,248540,248712,248780,249124,249204,249560,249710,249854,249930,250042,250132,250394,250659,250758,250910,250986,251098,251188,251290,251398,251506,251606,251691,251795,251882,251960,252074,252166,252430,252697,252798,252951,253035,253424,253522,253630,253724,253854,253962,254084,254220,254328,254448,254582,254704,254832,254974,255100,255240,255366,255484,255616,255714,255824,256124,256236,256354,256818,256934,257237,257363,257459,257589,257990,258100,258224,258362,258472,258594,258906,259030,259160,259636,259764,260079,260217,260363,260525,260741,260897,261101,261169,261253,261357,261560,261749,261950,262143,262348,262553,262669,262911,263146,263405,263604,263870,264067,264283,266843,266957,267077,267171,267492,267591,267709,267810,268040,268276,268486,268719,269143,269219,271789,273044,273488,275432,275889,276097,277107,277578,277719,277854,278051,278222,278405,278580,278767,278989,279147,279231,279335,279897,280528,280686,280905,281136,281359,281594,281816,282082,282220,282819,282933,283071,283183,283307,283878,284373,284919,285064,285157,285249,287266,287709,288007,288196,288402,288595,288805,289689,289834,290317,290475,290692,290953,291084,291516,292342,292962,293159,294107,294872,294995,295768,295989,296189,298166,298266,298356,298794,299093,299404,299707,300022,300648,301399,302474,303021,303579,303745,305142,305758,305994,306215,307005,307400,307636,308905,309354,309541,309790,310032,310208,310449,310682,310907,311249,311462,311557,311818,312673,313126,313990,314438,315106,315558,315765,316222,317076,317533,317683,317807,317953,318091,318227,318515,318816,319118,319234,319356,319468,319617,319875,320137,320395,320655,320903,321155,321403,321653,321897,322145,322389,322635,322867,323103,323335,323569,323681,323872,324731,325329,325525,325762,326030,326246,326464,326736,327035,327227,327439,327731,327995,328284,328503,329028,329265,329557,330296,330534,330803,330943,331113,331257,331359,332141,332481,333103,333329,333626,334350,334614,334929,336095,336655,338750,338944,339162,339388,339600,340275,340714,340810,341157,341245,341353,341461,341755,342061,342359,342669,344748,344936,345197,345446,347423,347615,347880,348133,348716,349066,349235,349749,349984,350108,350616,350830,351328,351431,351561,351736,352055,352341,352481,352675,353173,354054,354342,354472,355249,355906,356052,356758,356996,358536,358686,359103,359268,359954,360424,360620,360782,360937,361081,361315,361482,362410,362696,362856,363471,363630,363958,364185,364697,365059,365138,365477,365582,365947,366318,366679,368501,369130,370206,370726,370979,371131,372121,372858,373061,373307,373554,373772,374014,374335,374599,374904,375127,375299,375840,376109,376603,376829,377269,377428,377712,378457,378822,379127,379285,379523,380842,381240,381468,381688,381830,383530,383636,383766,383904,384028,384316,384485,384585,385044,385158,386041,386796,387235,387359,387672,387955,388089,388280,389059,389277,389568,389847,390164,390386,390681,390964,391068,391351,392083,392399,393025,393531,393736,394465,394740,395401,395590,396237,396898,397018,397515,398049,399666,400363,402817,404724,407571,409663,409995,414163,419539,420817,421912,422096,422307,429479,430187,430964,431348,433776,434007,434311,434628,435345,436801,437108,437616,438014,441470,442088,442670,443165,445152,445862,446477,446971,447344,447573,447781,447917,450224,450900,454160,455578,460745,460966,461259,461396,461631,463485,464475,467119,467560,468790,469211,469527,475040,475305,489613,490682,491053"
+ },
+ "to": {
+ "startLines": "10,16,29,30,31,32,35,36,37,38,39,41,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,94,95,117,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,198,200,202,203,204,205,206,207,208,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,410,411,412,438,450,451,452,453,454,455,456,457,459,460,461,462,463,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,503,505,506,517,527,528,558,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,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,776,777,778,779,780,781,782,783,784,785,786,787,813,1658,1661,1665,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,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,1770,1771,1772,1773,1774,1775,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,1803,1804,1805,1806,1807,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,2146,2147,2148,2149,2150,2151,2152,2153,2154,2155,2156,2157,2158,2167,2168,2215,2216,2218,2219,2220,2221,2222,2223,2226,2227,2228,2229,2230,2231,2235,2238,2239,2240,2258,2259,2260,2261,2262,2263,2264,2272,2280,2281,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,2332,2365,2366,2367,2368,2369,2370,2371,2372,2374,2375,2376,2377,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,2400,2401,2402,2403,2404,2405,2406,2407,2408,2409,2410,2411,2412,2413,2414,2415,2416,2417,2418,2419,2420,2421,2422,2423,2424,2425,2426,2427,2428,2429,2430,2431,2432,2433,2434,2435,2436,2437,2438,2439,2440,2441,2442,2443,2444,2445,2446,2447,2448,2449,2450,2451,2452,2453,2454,2455,2460,2461,2462,2463,2464,2472,2478,2482,2525,2533,2540,2710,2720,2729,2738,2807,2808,2809,2810,2811,2812,2813,2814,2815,2820,2821,2825,2826,2832,2836,2837,2838,2839,2849,2850,2851,2855,2856,2862,2866,2936,2939,2940,2943,2946,2947,2948,2949,3149,3155,3353,3553,3559,3757,3820,3902,3954,4036,4098,4180,4244,4296,4378,4385,4396,4400,4404,5179,5195,5202,5208,5220,5239,5256,5261,5266,5273,5283,5296,5310,5314,5321,5325,5331,5342,5345,5349,5365,5366,5414,5418,5422,5426,5427,5428,5431,5445,5454,5469,5511,5520,5521,5526,5530,5535,5542,5548,5549,5552,5556,5561,5573,5577,5582,5587,5592,5595,5598,5601,5605,5748,5749,5750,5751,5828,5832,5838,5842,5848,5852,5856,5862,5868,5872,5876,5880,5881,5882,5883,5884,5885,5886,5887,5891,5895,5898,5902,5905,5908,5911,5914,5917,5921,5925,5926,5929,5932,5935,5938,5941,5944,5947,5950,5954,5957,5961,5964,5967,5970,5973,5976,5979,5983,5986,5989,5993,5996,6006,6014,6022,6025,6028,6031,6034,6037,6107,6110,6111,6114,6117,6118,6121,6122,6123,6127,6128,6133,6141,6149,6157,6165,6173,6181,6189,6197,6205,6214,6223,6232,6240,6249,6258,6261,6264,6265,6266,6267,6268,6269,6270,6271,6272,6273,6274,6275,6276,6279,6280,6281,6282,6283,6291,6299,6300,6308,6312,6320,6328,6336,6344,6352,6353,6361,6369,6370,6373,6376,6377,6380,6438,6440,6445,6447,6452,6456,6460,6461,6462,6463,6467,6471,6472,6476,6477,6478,6479,6480,6481,6482,6483,6484,6485,6486,6487,6488,6489,6493,6497,6498,6502,6503,6508,6509,6510,6511,6512,6513,6514,6515,6516,6517,6518,6519,6520,6521,6522,6523,6524,6525,6526,6527,6528,6532,6533,6534,6540,6541,6545,6547,6548,6551,6556,6557,6558,6559,6560,6561,6565,6566,6567,6573,6574,6578,6580,6583,6587,6591,6595,6611,6612,6613,6614,6617,6620,6623,6626,6629,6633,6634,6639,6643,6648,6652,6657,6661,6665,6698,6699,6700,6701,6705,6706,6707,6708,6712,6716,6720,6724,6730,6731,6764,6777,6782,6808,6814,6817,6828,6833,6836,6839,6842,6845,6848,6851,6854,6858,6861,6862,6863,6871,6879,6882,6887,6892,6897,6902,6906,6910,6911,6919,6920,6921,6922,6923,6931,6936,6941,6942,6943,6944,6969,6974,6979,6982,6986,6989,6993,7003,7006,7011,7014,7018,7022,7122,7130,7143,7156,7160,7175,7186,7189,7200,7205,7209,7244,7245,7246,7253,7257,7261,7265,7269,7280,7296,7310,7317,7326,7329,7349,7359,7363,7367,7378,7384,7388,7405,7413,7417,7421,7425,7428,7432,7436,7440,7447,7451,7452,7456,7477,7487,7507,7516,7532,7542,7546,7556,7576,7586,7589,7590,7591,7592,7593,7597,7601,7605,7606,7607,7608,7611,7614,7617,7620,7623,7626,7629,7632,7635,7638,7641,7644,7647,7650,7653,7656,7659,7660,7663,7674,7682,7686,7691,7696,7699,7702,7708,7712,7715,7718,7722,7727,7731,7734,7742,7746,7750,7761,7766,7771,7772,7775,7778,7779,7789,7794,7802,7805,7809,7822,7825,7829,7844,7851,7877,7880,7883,7886,7889,7899,7906,7907,7912,7913,7914,7915,7919,7923,7927,7931,7960,7963,7967,7971,7999,8002,8006,8010,8019,8025,8028,8037,8041,8042,8049,8053,8060,8061,8062,8065,8070,8075,8076,8080,8088,8103,8107,8108,8120,8130,8131,8143,8148,8172,8175,8181,8184,8193,8201,8205,8208,8211,8214,8218,8221,8238,8242,8245,8260,8263,8271,8276,8283,8288,8289,8294,8295,8301,8307,8313,8344,8355,8372,8379,8383,8386,8398,8407,8411,8416,8420,8424,8428,8432,8436,8440,8444,8447,8456,8461,8470,8473,8480,8481,8485,8494,8500,8504,8505,8509,8530,8536,8540,8544,8545,8567,8568,8569,8570,8571,8576,8579,8580,8587,8588,8600,8612,8619,8620,8625,8630,8631,8635,8649,8654,8660,8666,8672,8677,8683,8689,8690,8695,8709,8714,8723,8732,8735,8748,8751,8762,8766,8775,8784,8785,8792,8982,9007,9019,9616,9653,9718,9755,9761,9913,10026,10058,10087,10093,10101,10218,11054,11068,11074,11124,11128,11214,11292,11561,11602,11608,11616,11624,11690,11702,11714,11726,11769,11781,11794,11803,11809,11814,11819,11825,12182,12194,12252,12277,12436,12442,12484,12487,12528,12566,12589,12642,12650,12790,12797,12805,12946,12951,13206,13291",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,1288,1344,1404,1465,1620,1670,1720,1773,1831,1930,2300,2348,2419,2491,2563,2636,2703,2752,2806,2843,2894,2941,2997,3046,3104,3160,3211,3271,3320,3376,3432,3482,3541,3588,3644,3698,3752,3806,3855,3913,3969,4016,4070,4124,4172,4797,4851,5782,5893,5955,6011,6071,6124,6185,6264,6345,6417,6496,6576,6652,6730,6799,6875,6952,7023,7096,7160,7231,9744,9840,9942,9995,10047,10097,10155,10220,10268,17240,17307,17373,17431,17500,17558,17627,17697,17770,17844,17912,17979,18049,18115,18188,18248,18324,18384,18444,18519,18587,18653,18721,18781,18840,18897,18963,19025,19082,19141,19203,19265,19332,19389,19445,19501,19559,19617,19674,19731,19790,19849,19907,19961,20017,20352,20405,20463,21550,22109,22155,22215,22269,22337,22406,22474,22527,22625,22675,22721,22771,22827,22921,22979,23037,23099,23162,23224,23283,23343,23408,23474,23539,23601,23663,23725,23787,23849,23911,23977,24044,24110,24173,24237,24300,24368,24429,24491,24553,24616,24680,24743,24807,24885,24944,25010,25090,25151,25314,25409,25467,25900,26351,26415,27695,29669,29743,29814,29880,29954,30023,30094,30167,30238,30306,30379,30455,30525,30603,30671,30737,30798,30867,30931,30997,31065,31131,31194,31262,31333,31398,31471,31534,31615,31679,31745,31815,31885,31955,32025,32898,32955,33013,33072,33132,33191,33250,33309,33368,33427,33486,33545,33604,33663,33722,33782,33843,33905,33966,34027,34088,34149,34210,34271,34332,34393,34454,34515,34583,34652,34722,34791,34860,34929,34998,35067,35136,35205,35274,35343,35412,35472,35533,35595,35656,35717,35778,35839,35900,35961,36022,36083,36144,36205,36267,36330,36394,36457,36520,36583,36646,36709,36772,36835,36898,36961,37024,37085,37147,37210,37272,37334,37396,37458,37520,37582,37644,37706,37768,37830,37887,37974,38054,38144,38239,38331,38423,38513,38596,38689,38776,38873,38964,39065,39152,39255,39344,39443,39535,39619,39713,39801,39899,39983,40083,40169,40265,40353,40434,40525,40621,40714,40807,40898,40983,41077,41166,41264,41357,41459,41547,41651,41742,41842,41935,42020,42115,42204,42303,42388,42489,42576,43345,43411,43487,43556,43635,43700,43766,43819,43895,43961,44048,44124,45848,83972,84133,84368,84963,85013,85067,85146,85224,85297,85362,85425,85491,85562,85633,85703,85765,85834,85900,85960,86027,86094,86150,86201,86254,86306,86360,86431,86494,86553,86615,86674,86747,86814,86884,86944,87007,87082,87154,87250,87321,87377,87448,87505,87562,87628,87692,87763,87820,87873,87936,87988,88046,89283,89352,89418,89477,89560,89619,89676,89743,89813,89887,89949,90018,90088,90142,90195,90249,90308,90354,90411,90478,90534,90599,90673,90757,90830,90895,90957,91013,91096,91185,91249,91328,91402,91461,91517,91573,91633,91693,91740,91800,91861,91925,91986,92046,92104,92147,92196,92248,92299,92351,92400,92449,92514,92580,92640,92701,92757,92816,92891,92948,93032,93089,93164,93239,93290,93358,93408,93470,93530,93587,93647,93696,93777,93834,93895,93954,94014,94072,94133,94191,94241,94290,94357,94416,94475,94524,94599,94670,94739,94802,94870,94936,95004,95069,95135,95212,95290,95354,95433,95522,95600,95666,95735,95801,95899,95995,96091,96189,96298,96354,96446,96495,96549,96603,96657,96711,96765,96820,96930,97040,97150,97260,97370,97480,97590,97700,97806,97912,98018,98124,98219,98314,98409,98504,98610,98716,98822,98928,99023,99118,99213,99308,99416,99524,99632,99740,99837,99934,100031,100128,100236,100344,100452,100560,100658,100754,100850,100948,101013,101101,101165,101227,101289,101357,101415,101478,101544,101607,101674,101746,101812,101864,101924,101982,102034,102091,102175,102270,102355,102436,102516,102593,102672,102749,102823,102897,102968,103048,103120,103195,103248,103301,103369,103446,103511,103572,103632,103707,103781,103858,103931,104001,104073,104143,104216,104280,104350,104398,104467,104519,104604,104687,104745,104811,104878,104944,105025,105100,105156,105209,105270,105328,105378,105427,105476,105525,105587,105639,105684,105765,105816,105870,105923,105977,106028,106077,106143,106194,106255,106316,106378,106428,106469,106546,106605,106664,106723,106784,106840,106896,106963,107024,107089,107144,107209,107278,107346,107424,107493,107553,107624,107698,107763,107835,107905,107972,108056,108125,108192,108262,108325,108392,108460,108543,108622,108712,108789,108857,108924,109002,109059,109116,109184,109250,109306,109366,109425,109479,109529,109579,109627,109689,109740,109813,109893,109973,110037,110100,110167,110238,110296,110357,110423,110482,110549,110609,110669,110732,110800,110861,110928,111006,111076,111125,111182,111251,111312,111400,111488,111576,111664,111720,111807,111894,111981,112068,112126,112200,112270,112326,112397,112462,112524,112599,112672,112762,112828,112894,112955,113019,113081,113139,113210,113293,113352,113423,113489,113554,113615,113674,113745,113811,113876,113959,114035,114110,114191,114251,114320,114390,114459,114514,114570,114626,114687,114745,114801,114856,114918,114971,115028,115122,115191,115292,115343,115413,115476,115534,115604,115673,115743,115813,115883,115950,116017,116092,116159,116218,116272,116326,116380,116433,116485,117537,117578,117643,117717,117790,117858,117918,117976,118037,118103,118169,118234,118298,118812,118949,121731,121780,121871,121919,121975,122033,122095,122150,122318,122389,122453,122512,122574,122640,122845,122990,123034,123079,124057,124108,124155,124200,124251,124302,124353,124737,125167,125233,125465,125528,125600,125657,125712,125770,125825,125884,125940,126001,126064,126125,126186,126247,126308,126369,126430,126491,126550,126611,126672,126733,126794,126855,126916,126967,127033,127099,127167,127235,127301,127368,127442,127505,127562,127622,127687,127754,127819,127876,127937,127995,128065,128112,128164,128214,128341,130658,130808,130939,131177,131275,131390,131475,131523,131642,131707,131796,131953,132327,132480,132634,132693,132733,132829,132919,133015,133105,133271,133396,133521,133691,133801,133922,134043,134153,134265,134388,134511,134593,134767,134915,135074,135229,135402,135519,135636,135804,135916,136030,136204,136382,136515,136627,136773,136925,137057,137200,137322,137500,137682,137999,138181,138363,138553,138743,138942,139099,139209,139392,139529,139749,139933,140093,140251,140435,140638,140809,141029,141251,141406,141606,141790,141893,142034,142199,142370,142570,142774,142976,143181,143382,143581,143785,144185,144263,144564,144730,144885,145454,145862,146139,148967,149418,149874,161011,161553,162018,162480,166873,166958,167079,167178,167265,167388,167489,167582,167689,168032,168139,168384,168505,168914,169162,169262,169367,169486,170020,170167,170286,170537,170670,171085,171339,176610,176816,176941,177158,177358,177479,177612,177759,192935,193371,208403,223615,224053,239121,244126,249667,253851,259406,264312,269813,273880,277980,283495,283986,284742,284994,285259,334839,335743,336207,336600,337270,338429,339532,339904,340282,340744,341519,342284,343269,343535,344011,344285,344682,345355,345533,345762,346861,346952,349146,349412,349734,349944,350053,350172,350356,351328,351924,352853,355504,355917,355948,356276,356504,356763,357339,357693,357815,357954,358228,358488,359358,359644,360047,360449,360792,361004,361205,361418,361707,372920,372993,373080,373165,377916,378088,378358,378529,378797,378962,379129,379398,379663,379831,379996,380162,380282,380402,380510,380620,380732,380840,380950,381115,381281,381460,381625,381780,381900,382061,382224,382385,382550,382717,382770,382903,383023,383121,383234,383353,383470,383625,383757,383986,384149,384342,384468,384620,384762,384932,385088,385260,385551,385663,385792,386021,386239,387094,387681,388295,388463,388605,388766,388909,389077,395706,395901,395993,396166,396328,396423,396592,396686,396775,397018,397107,397400,397865,398334,398804,399279,399745,400210,400676,401143,401606,402186,402769,403351,403811,404392,404974,405164,405343,405449,405557,405663,405775,405889,406001,406115,406231,406345,406453,406563,406671,406867,406975,407085,407193,407307,407716,408130,408246,408664,408905,409335,409770,410180,410602,411012,411134,411543,411959,412081,412299,412483,412544,412716,416590,416658,417002,417082,417438,417588,417732,417808,417920,418010,418272,418537,418636,418788,418864,418976,419066,419168,419276,419384,419484,419569,419673,419760,419838,419952,420044,420308,420575,420676,420829,420913,421302,421400,421508,421602,421732,421840,421962,422098,422206,422326,422460,422582,422710,422852,422978,423118,423244,423362,423494,423592,423702,424002,424114,424232,424696,424812,425115,425241,425337,425467,425868,425978,426102,426240,426350,426472,426784,426908,427038,427514,427642,427957,428095,428241,428403,428619,428775,429982,430050,430134,430238,430441,430630,430831,431024,431229,431434,431550,431792,432027,432286,432485,432751,432948,433164,435724,435838,435958,436052,436373,436472,436590,436691,436921,437157,437367,437600,438024,438100,440670,441925,442369,444313,444770,444978,445988,446459,446600,446735,446932,447103,447286,447461,447648,447870,448028,448112,448216,448778,449409,449567,449786,450017,450240,450475,450697,450963,451101,451700,451814,451952,452064,452188,452759,453254,453800,453945,454038,454130,456147,456590,456888,457077,457283,457476,457686,458570,458715,459198,459356,459573,459834,467760,468192,469018,469638,469835,470783,471548,471671,472444,472665,472865,474842,474942,475032,475470,475769,476080,476383,476698,477324,478075,479150,479697,480255,480421,481818,482434,482670,482891,483681,484076,484312,485581,486030,486217,486466,486708,486884,487125,487358,487583,487925,488138,488233,488494,489349,489802,490666,491114,491782,492234,492441,492898,493752,494209,494359,494483,494629,494767,494903,495191,495492,495794,495910,496032,496144,496293,496551,496813,497071,497331,497579,497831,498079,498329,498573,498821,499065,499311,499543,499779,500011,500245,500357,500548,501407,502005,502201,502438,502706,502922,503140,503412,503711,503903,504115,504407,504671,504960,505179,505704,505941,506233,506972,507210,507479,507619,507789,507933,508035,508817,509157,509779,510005,510302,511026,511290,511605,512771,513331,515426,515620,515838,516064,516276,516951,517390,517486,517833,517921,518029,518137,518431,518737,519035,519345,521424,521612,521873,522122,524099,524291,524556,524809,525392,525742,525911,526425,526660,526784,527292,527506,528004,528107,528237,528412,528731,529017,529157,529351,529849,530730,531018,531148,531925,532582,532728,533434,533672,535212,535362,535779,535944,536630,537100,537296,537458,537613,537757,537991,538158,539086,539372,539532,540147,540306,540634,540861,541373,541735,541814,542153,542258,542623,542994,543355,545177,545806,546882,547402,547655,547807,548797,549534,549737,549983,550230,550448,550690,551011,551275,551580,551803,551975,552516,552785,553279,553505,553945,554104,554388,555133,555498,555803,555961,556199,557518,557916,558144,558364,558506,560206,560312,560442,560580,560704,560992,561161,561261,561720,561834,562717,563472,563911,564035,564348,564631,564765,564956,565735,565953,566244,566523,566840,567062,567357,567640,567744,568027,568759,569075,569701,570207,570412,571141,571416,572077,572266,572913,573574,573694,574191,585236,586853,587550,619156,621063,623910,626002,626334,635490,640866,642455,643550,643734,643945,651117,691085,691862,692246,694674,694905,700574,704208,716400,718212,718519,719027,719425,722881,723499,724081,724576,726563,727273,727888,728382,728755,728984,729192,729328,746258,746934,750194,751612,760401,760622,762768,762905,765190,767044,768034,770678,771119,779021,779442,779758,787120,787385,801693,806841",
+ "endLines": "10,16,29,30,31,32,35,36,37,38,39,41,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,94,95,117,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,198,200,202,203,204,205,206,207,208,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,405,410,411,412,438,450,451,452,453,454,455,456,457,459,460,461,462,463,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,503,505,506,517,527,528,558,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,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,776,777,778,779,780,781,782,783,784,785,786,787,813,1658,1661,1665,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,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,1770,1771,1772,1773,1774,1775,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,1803,1804,1805,1806,1807,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,2146,2147,2148,2149,2150,2151,2152,2153,2154,2155,2156,2157,2158,2167,2168,2215,2216,2218,2219,2220,2221,2222,2223,2226,2227,2228,2229,2230,2231,2235,2238,2239,2240,2258,2259,2260,2261,2262,2263,2264,2272,2280,2281,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,2335,2365,2366,2367,2368,2369,2370,2371,2372,2374,2375,2376,2377,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,2400,2401,2402,2403,2404,2405,2406,2407,2408,2409,2410,2411,2412,2413,2414,2415,2416,2417,2418,2419,2420,2421,2422,2423,2424,2425,2426,2427,2428,2429,2430,2431,2432,2433,2434,2435,2436,2437,2438,2439,2440,2441,2442,2443,2444,2445,2446,2447,2448,2449,2450,2451,2452,2453,2454,2455,2460,2461,2462,2463,2464,2474,2481,2485,2532,2539,2547,2719,2728,2737,2746,2807,2808,2809,2810,2811,2812,2813,2814,2819,2820,2824,2825,2831,2835,2836,2837,2838,2848,2849,2850,2854,2855,2861,2865,2866,2938,2939,2942,2945,2946,2947,2948,3148,3154,3352,3552,3558,3756,3819,3901,3953,4035,4097,4179,4243,4295,4377,4384,4395,4399,4403,4416,5194,5201,5207,5219,5238,5255,5260,5265,5272,5282,5295,5309,5313,5320,5324,5330,5341,5344,5348,5364,5365,5413,5417,5421,5425,5426,5427,5430,5444,5453,5468,5510,5511,5520,5525,5529,5534,5541,5547,5548,5551,5555,5560,5572,5576,5581,5586,5591,5594,5597,5600,5604,5608,5748,5749,5750,5751,5831,5837,5841,5847,5851,5855,5861,5867,5871,5875,5879,5880,5881,5882,5883,5884,5885,5886,5890,5894,5897,5901,5904,5907,5910,5913,5916,5920,5924,5925,5928,5931,5934,5937,5940,5943,5946,5949,5953,5956,5960,5963,5966,5969,5972,5975,5978,5982,5985,5988,5992,5995,6005,6013,6021,6024,6027,6030,6033,6036,6039,6109,6110,6113,6116,6117,6120,6121,6122,6126,6127,6132,6140,6148,6156,6164,6172,6180,6188,6196,6204,6213,6222,6231,6239,6248,6257,6260,6263,6264,6265,6266,6267,6268,6269,6270,6271,6272,6273,6274,6275,6278,6279,6280,6281,6282,6290,6298,6299,6307,6311,6319,6327,6335,6343,6351,6352,6360,6368,6369,6372,6375,6376,6379,6382,6439,6444,6446,6451,6455,6459,6460,6461,6462,6466,6470,6471,6475,6476,6477,6478,6479,6480,6481,6482,6483,6484,6485,6486,6487,6488,6492,6496,6497,6501,6502,6507,6508,6509,6510,6511,6512,6513,6514,6515,6516,6517,6518,6519,6520,6521,6522,6523,6524,6525,6526,6527,6531,6532,6533,6539,6540,6544,6546,6547,6550,6555,6556,6557,6558,6559,6560,6564,6565,6566,6572,6573,6577,6579,6582,6586,6590,6594,6598,6611,6612,6613,6616,6619,6622,6625,6628,6632,6633,6638,6642,6647,6651,6656,6660,6664,6697,6698,6699,6700,6704,6705,6706,6707,6711,6715,6719,6723,6729,6730,6763,6776,6781,6807,6813,6816,6827,6832,6835,6838,6841,6844,6847,6850,6853,6857,6860,6861,6862,6870,6878,6881,6886,6891,6896,6901,6905,6909,6910,6918,6919,6920,6921,6922,6930,6935,6940,6941,6942,6943,6968,6973,6978,6981,6985,6988,6992,7002,7005,7010,7013,7017,7021,7024,7129,7142,7155,7159,7174,7185,7188,7199,7204,7208,7243,7244,7245,7252,7256,7260,7264,7268,7279,7295,7309,7316,7325,7328,7348,7358,7362,7366,7377,7383,7387,7404,7412,7416,7420,7424,7427,7431,7435,7439,7446,7450,7451,7455,7476,7486,7506,7515,7531,7541,7545,7555,7575,7585,7588,7589,7590,7591,7592,7596,7600,7604,7605,7606,7607,7610,7613,7616,7619,7622,7625,7628,7631,7634,7637,7640,7643,7646,7649,7652,7655,7658,7659,7662,7673,7681,7685,7690,7695,7698,7701,7707,7711,7714,7717,7721,7726,7730,7733,7741,7745,7749,7760,7765,7770,7771,7774,7777,7778,7788,7793,7801,7804,7808,7821,7824,7828,7843,7850,7876,7879,7882,7885,7888,7898,7905,7906,7911,7912,7913,7914,7918,7922,7926,7930,7959,7962,7966,7970,7998,8001,8005,8009,8018,8024,8027,8036,8040,8041,8048,8052,8059,8060,8061,8064,8069,8074,8075,8079,8087,8102,8106,8107,8119,8129,8130,8142,8147,8171,8174,8180,8183,8192,8200,8204,8207,8210,8213,8217,8220,8237,8241,8244,8259,8262,8270,8275,8282,8287,8288,8293,8294,8300,8306,8312,8343,8354,8371,8378,8382,8385,8397,8406,8410,8415,8419,8423,8427,8431,8435,8439,8443,8446,8455,8460,8469,8472,8479,8480,8484,8493,8499,8503,8504,8508,8529,8535,8539,8543,8544,8566,8567,8568,8569,8570,8575,8578,8579,8586,8587,8599,8611,8618,8619,8624,8629,8630,8634,8648,8653,8659,8665,8671,8676,8682,8688,8689,8694,8708,8713,8722,8731,8734,8747,8750,8761,8765,8774,8783,8784,8791,8799,9006,9018,9066,9652,9717,9754,9760,9826,10025,10051,10086,10092,10100,10217,10232,11067,11073,11123,11127,11133,11219,11302,11595,11607,11615,11623,11689,11701,11713,11725,11768,11780,11793,11802,11808,11813,11818,11824,11864,12193,12251,12276,12354,12441,12448,12486,12490,12565,12588,12641,12649,12672,12796,12804,12905,12950,13205,13221,13300",
+ "endColumns": "55,48,55,59,60,54,49,49,52,57,47,68,47,70,71,71,72,66,48,53,36,50,46,55,48,57,55,50,59,48,55,55,49,58,46,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,63,70,71,50,52,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,58,61,61,66,56,55,55,57,57,56,56,58,58,57,53,55,9,52,57,57,57,45,59,53,67,68,67,52,51,49,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,53,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,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,84,94,88,98,84,100,86,96,65,75,68,78,64,65,52,75,65,86,75,75,41,46,64,54,49,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,82,88,63,78,73,58,55,55,59,59,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,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,63,78,88,77,65,68,65,97,95,95,97,108,55,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,63,61,61,67,57,62,65,62,66,71,65,51,59,57,51,56,83,94,84,80,79,76,78,76,73,73,70,79,71,74,52,52,67,76,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,62,66,70,57,60,65,58,66,59,59,62,67,60,66,77,69,48,56,68,60,87,87,87,87,55,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,52,56,93,68,100,50,69,62,57,69,68,69,69,69,66,66,74,66,58,53,53,53,52,51,73,40,64,73,72,67,59,57,60,65,65,64,63,60,136,139,48,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,60,62,60,60,60,60,60,60,60,58,60,60,60,60,60,60,50,65,65,67,67,65,66,73,62,56,59,64,66,64,56,60,57,69,46,51,49,56,12,149,130,237,97,114,84,47,78,64,88,156,156,152,153,58,39,95,89,95,89,165,124,124,169,109,120,120,109,111,122,122,81,173,147,158,154,172,116,116,167,111,113,173,177,132,111,145,151,131,142,121,177,181,316,181,181,189,189,198,156,109,182,136,219,183,159,157,183,202,170,219,221,154,199,183,102,140,164,170,199,203,201,204,200,198,203,160,77,300,165,154,101,10,10,10,10,10,10,10,10,10,10,84,120,98,86,122,100,92,106,10,106,10,120,10,10,99,104,118,10,146,118,10,132,10,10,111,10,124,10,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,90,10,10,10,10,108,118,10,10,10,10,10,94,30,10,10,10,10,10,121,10,10,10,10,10,10,10,10,10,10,10,10,10,72,86,84,98,10,10,10,10,10,10,10,10,10,10,10,119,119,107,109,111,107,109,10,10,10,10,10,10,10,10,10,10,10,52,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,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,107,109,107,113,10,10,115,10,10,10,10,10,10,10,121,10,10,121,10,10,60,10,10,10,10,10,10,10,10,75,111,89,10,10,98,10,75,111,89,101,107,107,99,84,103,86,77,113,91,10,10,100,10,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,10,109,123,137,109,121,10,123,129,10,127,10,10,10,10,10,10,10,67,83,103,10,10,10,10,10,10,115,10,10,10,10,10,10,10,10,113,119,93,10,98,117,100,10,10,10,10,10,75,10,10,10,10,10,10,10,10,10,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,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,94,10,10,10,10,10,10,10,10,10,10,10,10,123,145,137,135,10,10,10,115,121,111,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,111,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,101,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,95,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,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",
+ "endOffsets": "541,776,1339,1399,1460,1515,1665,1715,1768,1826,1874,1994,2343,2414,2486,2558,2631,2698,2747,2801,2838,2889,2936,2992,3041,3099,3155,3206,3266,3315,3371,3427,3477,3536,3583,3639,3693,3747,3801,3850,3908,3964,4011,4065,4119,4167,4224,4846,4902,5840,5950,6006,6066,6119,6180,6259,6340,6412,6491,6571,6647,6725,6794,6870,6947,7018,7091,7155,7226,7298,9790,9888,9990,10042,10092,10150,10215,10263,10314,17302,17368,17426,17495,17553,17622,17692,17765,17839,17907,17974,18044,18110,18183,18243,18319,18379,18439,18514,18582,18648,18716,18776,18835,18892,18958,19020,19077,19136,19198,19260,19327,19384,19440,19496,19554,19612,19669,19726,19785,19844,19902,19956,20012,20141,20400,20458,20516,21603,22150,22210,22264,22332,22401,22469,22522,22574,22670,22716,22766,22822,22869,22974,23032,23094,23157,23219,23278,23338,23403,23469,23534,23596,23658,23720,23782,23844,23906,23972,24039,24105,24168,24232,24295,24363,24424,24486,24548,24611,24675,24738,24802,24880,24939,25005,25085,25146,25199,25363,25462,25513,25940,26410,26469,27752,29738,29809,29875,29949,30018,30089,30162,30233,30301,30374,30450,30520,30598,30666,30732,30793,30862,30926,30992,31060,31126,31189,31257,31328,31393,31466,31529,31610,31674,31740,31810,31880,31950,32020,32087,32950,33008,33067,33127,33186,33245,33304,33363,33422,33481,33540,33599,33658,33717,33777,33838,33900,33961,34022,34083,34144,34205,34266,34327,34388,34449,34510,34578,34647,34717,34786,34855,34924,34993,35062,35131,35200,35269,35338,35407,35467,35528,35590,35651,35712,35773,35834,35895,35956,36017,36078,36139,36200,36262,36325,36389,36452,36515,36578,36641,36704,36767,36830,36893,36956,37019,37080,37142,37205,37267,37329,37391,37453,37515,37577,37639,37701,37763,37825,37882,37969,38049,38139,38234,38326,38418,38508,38591,38684,38771,38868,38959,39060,39147,39250,39339,39438,39530,39614,39708,39796,39894,39978,40078,40164,40260,40348,40429,40520,40616,40709,40802,40893,40978,41072,41161,41259,41352,41454,41542,41646,41737,41837,41930,42015,42110,42199,42298,42383,42484,42571,42668,43406,43482,43551,43630,43695,43761,43814,43890,43956,44043,44119,44195,45885,84014,84193,84418,85008,85062,85141,85219,85292,85357,85420,85486,85557,85628,85698,85760,85829,85895,85955,86022,86089,86145,86196,86249,86301,86355,86426,86489,86548,86610,86669,86742,86809,86879,86939,87002,87077,87149,87245,87316,87372,87443,87500,87557,87623,87687,87758,87815,87868,87931,87983,88041,88108,89347,89413,89472,89555,89614,89671,89738,89808,89882,89944,90013,90083,90137,90190,90244,90303,90349,90406,90473,90529,90594,90668,90752,90825,90890,90952,91008,91091,91180,91244,91323,91397,91456,91512,91568,91628,91688,91735,91795,91856,91920,91981,92041,92099,92142,92191,92243,92294,92346,92395,92444,92509,92575,92635,92696,92752,92811,92886,92943,93027,93084,93159,93234,93285,93353,93403,93465,93525,93582,93642,93691,93772,93829,93890,93949,94009,94067,94128,94186,94236,94285,94352,94411,94470,94519,94594,94665,94734,94797,94865,94931,94999,95064,95130,95207,95285,95349,95428,95517,95595,95661,95730,95796,95894,95990,96086,96184,96293,96349,96441,96490,96544,96598,96652,96706,96760,96815,96925,97035,97145,97255,97365,97475,97585,97695,97801,97907,98013,98119,98214,98309,98404,98499,98605,98711,98817,98923,99018,99113,99208,99303,99411,99519,99627,99735,99832,99929,100026,100123,100231,100339,100447,100555,100653,100749,100845,100943,101008,101096,101160,101222,101284,101352,101410,101473,101539,101602,101669,101741,101807,101859,101919,101977,102029,102086,102170,102265,102350,102431,102511,102588,102667,102744,102818,102892,102963,103043,103115,103190,103243,103296,103364,103441,103506,103567,103627,103702,103776,103853,103926,103996,104068,104138,104211,104275,104345,104393,104462,104514,104599,104682,104740,104806,104873,104939,105020,105095,105151,105204,105265,105323,105373,105422,105471,105520,105582,105634,105679,105760,105811,105865,105918,105972,106023,106072,106138,106189,106250,106311,106373,106423,106464,106541,106600,106659,106718,106779,106835,106891,106958,107019,107084,107139,107204,107273,107341,107419,107488,107548,107619,107693,107758,107830,107900,107967,108051,108120,108187,108257,108320,108387,108455,108538,108617,108707,108784,108852,108919,108997,109054,109111,109179,109245,109301,109361,109420,109474,109524,109574,109622,109684,109735,109808,109888,109968,110032,110095,110162,110233,110291,110352,110418,110477,110544,110604,110664,110727,110795,110856,110923,111001,111071,111120,111177,111246,111307,111395,111483,111571,111659,111715,111802,111889,111976,112063,112121,112195,112265,112321,112392,112457,112519,112594,112667,112757,112823,112889,112950,113014,113076,113134,113205,113288,113347,113418,113484,113549,113610,113669,113740,113806,113871,113954,114030,114105,114186,114246,114315,114385,114454,114509,114565,114621,114682,114740,114796,114851,114913,114966,115023,115117,115186,115287,115338,115408,115471,115529,115599,115668,115738,115808,115878,115945,116012,116087,116154,116213,116267,116321,116375,116428,116480,116554,117573,117638,117712,117785,117853,117913,117971,118032,118098,118164,118229,118293,118354,118944,119084,121775,121825,121914,121970,122028,122090,122145,122203,122384,122448,122507,122569,122635,122701,122883,123029,123074,123117,124103,124150,124195,124246,124297,124348,124399,124780,125228,125290,125523,125595,125652,125707,125765,125820,125879,125935,125996,126059,126120,126181,126242,126303,126364,126425,126486,126545,126606,126667,126728,126789,126850,126911,126962,127028,127094,127162,127230,127296,127363,127437,127500,127557,127617,127682,127749,127814,127871,127932,127990,128060,128107,128159,128209,128266,128656,130803,130934,131172,131270,131385,131470,131518,131597,131702,131791,131948,132105,132475,132629,132688,132728,132824,132914,133010,133100,133266,133391,133516,133686,133796,133917,134038,134148,134260,134383,134506,134588,134762,134910,135069,135224,135397,135514,135631,135799,135911,136025,136199,136377,136510,136622,136768,136920,137052,137195,137317,137495,137677,137994,138176,138358,138548,138738,138937,139094,139204,139387,139524,139744,139928,140088,140246,140430,140633,140804,141024,141246,141401,141601,141785,141888,142029,142194,142365,142565,142769,142971,143176,143377,143576,143780,143941,144258,144559,144725,144880,144982,145583,146134,146419,149413,149869,150378,161548,162013,162475,162946,166953,167074,167173,167260,167383,167484,167577,167684,168027,168134,168379,168500,168909,169157,169257,169362,169481,170015,170162,170281,170532,170665,171080,171334,171446,176811,176936,177153,177353,177474,177607,177754,192930,193366,208398,223610,224048,239116,244121,249662,253846,259401,264307,269808,273875,277975,283490,283981,284737,284989,285254,286409,335738,336202,336595,337265,338424,339527,339899,340277,340739,341514,342279,343264,343530,344006,344280,344677,345350,345528,345757,346856,346947,349141,349407,349729,349939,350048,350167,350351,351323,351919,352848,355499,355594,355943,356271,356499,356758,357334,357688,357810,357949,358223,358483,359353,359639,360042,360444,360787,360999,361200,361413,361702,361987,372988,373075,373160,373259,378083,378353,378524,378792,378957,379124,379393,379658,379826,379991,380157,380277,380397,380505,380615,380727,380835,380945,381110,381276,381455,381620,381775,381895,382056,382219,382380,382545,382712,382765,382898,383018,383116,383229,383348,383465,383620,383752,383981,384144,384337,384463,384615,384757,384927,385083,385255,385546,385658,385787,386016,386234,387089,387676,388290,388458,388600,388761,388904,389072,389229,395896,395988,396161,396323,396418,396587,396681,396770,397013,397102,397395,397860,398329,398799,399274,399740,400205,400671,401138,401601,402181,402764,403346,403806,404387,404969,405159,405338,405444,405552,405658,405770,405884,405996,406110,406226,406340,406448,406558,406666,406862,406970,407080,407188,407302,407711,408125,408241,408659,408900,409330,409765,410175,410597,411007,411129,411538,411954,412076,412294,412478,412539,412711,412883,416653,416997,417077,417433,417583,417727,417803,417915,418005,418267,418532,418631,418783,418859,418971,419061,419163,419271,419379,419479,419564,419668,419755,419833,419947,420039,420303,420570,420671,420824,420908,421297,421395,421503,421597,421727,421835,421957,422093,422201,422321,422455,422577,422705,422847,422973,423113,423239,423357,423489,423587,423697,423997,424109,424227,424691,424807,425110,425236,425332,425462,425863,425973,426097,426235,426345,426467,426779,426903,427033,427509,427637,427952,428090,428236,428398,428614,428770,428974,430045,430129,430233,430436,430625,430826,431019,431224,431429,431545,431787,432022,432281,432480,432746,432943,433159,435719,435833,435953,436047,436368,436467,436585,436686,436916,437152,437362,437595,438019,438095,440665,441920,442364,444308,444765,444973,445983,446454,446595,446730,446927,447098,447281,447456,447643,447865,448023,448107,448211,448773,449404,449562,449781,450012,450235,450470,450692,450958,451096,451695,451809,451947,452059,452183,452754,453249,453795,453940,454033,454125,456142,456585,456883,457072,457278,457471,457681,458565,458710,459193,459351,459568,459829,459960,468187,469013,469633,469830,470778,471543,471666,472439,472660,472860,474837,474937,475027,475465,475764,476075,476378,476693,477319,478070,479145,479692,480250,480416,481813,482429,482665,482886,483676,484071,484307,485576,486025,486212,486461,486703,486879,487120,487353,487578,487920,488133,488228,488489,489344,489797,490661,491109,491777,492229,492436,492893,493747,494204,494354,494478,494624,494762,494898,495186,495487,495789,495905,496027,496139,496288,496546,496808,497066,497326,497574,497826,498074,498324,498568,498816,499060,499306,499538,499774,500006,500240,500352,500543,501402,502000,502196,502433,502701,502917,503135,503407,503706,503898,504110,504402,504666,504955,505174,505699,505936,506228,506967,507205,507474,507614,507784,507928,508030,508812,509152,509774,510000,510297,511021,511285,511600,512766,513326,515421,515615,515833,516059,516271,516946,517385,517481,517828,517916,518024,518132,518426,518732,519030,519340,521419,521607,521868,522117,524094,524286,524551,524804,525387,525737,525906,526420,526655,526779,527287,527501,527999,528102,528232,528407,528726,529012,529152,529346,529844,530725,531013,531143,531920,532577,532723,533429,533667,535207,535357,535774,535939,536625,537095,537291,537453,537608,537752,537986,538153,539081,539367,539527,540142,540301,540629,540856,541368,541730,541809,542148,542253,542618,542989,543350,545172,545801,546877,547397,547650,547802,548792,549529,549732,549978,550225,550443,550685,551006,551270,551575,551798,551970,552511,552780,553274,553500,553940,554099,554383,555128,555493,555798,555956,556194,557513,557911,558139,558359,558501,560201,560307,560437,560575,560699,560987,561156,561256,561715,561829,562712,563467,563906,564030,564343,564626,564760,564951,565730,565948,566239,566518,566835,567057,567352,567635,567739,568022,568754,569070,569696,570202,570407,571136,571411,572072,572261,572908,573569,573689,574186,574720,586848,587545,589999,621058,623905,625997,626329,630497,640861,642139,643545,643729,643940,651112,651820,691857,692241,694669,694900,695204,700886,704920,717851,718514,719022,719420,722876,723494,724076,724571,726558,727268,727883,728377,728750,728979,729187,729323,731630,746929,750189,751607,756774,760617,760910,762900,763135,767039,768029,770673,771114,772344,779437,779753,785266,787380,801688,802757,807207"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\cfdc3459c006d876faf5804efae3c573\\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": "449,1725,1726,1727,1735,1736,1737,2212,12455",
+ "startColumns": "4,4,4,4,4,4,4,4,4",
+ "startOffsets": "22053,88286,88345,88393,89060,89135,89211,121595,761242",
+ "endLines": "449,1725,1726,1727,1735,1736,1737,2212,12483",
+ "endColumns": "55,58,47,55,74,75,71,65,24",
+ "endOffsets": "22104,88340,88388,88444,89130,89206,89278,121656,762763"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\da302ec0f620c8ed1223d440c00328e8\\transformed\\lifecycle-viewmodel-2.3.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "49",
+ "endOffsets": "100"
+ },
+ "to": {
+ "startLines": "2276",
+ "startColumns": "4",
+ "startOffsets": "124927",
+ "endColumns": "49",
+ "endOffsets": "124972"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\values\\strings.xml",
+ "from": {
+ "startLines": "1,12,4,9,10,6,11,7,5,2",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "16,588,182,397,467,312,550,350,246,64",
+ "endColumns": "47,39,63,69,82,37,37,45,65,62",
+ "endOffsets": "59,623,241,462,545,345,583,391,307,122"
+ },
+ "to": {
+ "startLines": "2364,2373,2378,2379,2380,2458,2459,2465,2467,2469",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "130610,131602,132110,132174,132244,144109,144147,144987,145086,145223",
+ "endColumns": "47,39,63,69,82,37,37,45,65,62",
+ "endOffsets": "130653,131637,132169,132239,132322,144142,144180,145028,145147,145281"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\fce62c762cbe9b9f1fbebe7ca652ca98\\transformed\\navigation-runtime-2.3.5\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,10,13",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,108,412,527",
+ "endLines": "2,9,12,15",
+ "endColumns": "52,24,24,24",
+ "endOffsets": "103,407,522,637"
+ },
+ "to": {
+ "startLines": "2224,8920,12173,12179",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "122208,581786,745901,746143",
+ "endLines": "2224,8926,12175,12181",
+ "endColumns": "52,24,24,24",
+ "endOffsets": "122256,582085,746011,746253"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\cf2bb33f57752a6d4568a61d5c2cf52f\\transformed\\startup-runtime-1.0.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "82",
+ "endOffsets": "133"
+ },
+ "to": {
+ "startLines": "2363",
+ "startColumns": "4",
+ "startOffsets": "130527",
+ "endColumns": "82",
+ "endOffsets": "130605"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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": "817,819,820,821,822,823,824,825,826,827,828,830,831,832,833,834,835,836,837,838,839,840,842,843,844,845,846,847,848,849,850,851,852,854,855,856,857,858,859,860,861,862,863,864,866,867,868,869,870,871,872,873,874,875,876,878,879,880,881,882,883,884,885,886,887,888,890,891,892,893,894,895,896,897,898,899,900,902,903,904,905,906,907,908,909,910,911,912,914,915,916,917,918,919,920,921,922,923,924,926,927,928,929,930,931,932,933,934,935,936,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,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,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,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,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,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,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,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1426,1428,1429,1431,1433,1435,1437,1439,1441,1443,1445,1447,1449,1451,1453,1455,1457,1459,1461,1463,1465,1467,1469,1471,1473,1475,1477,1479,1481,1483,1485,1487,1489,1491,1493,1495,1497,1499,1501,1503,1505,1507,1509,1511,1513,1515,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,1573,1574,1575,1576",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "46053,46139,46182,46225,46268,46311,46354,46397,46440,46483,46526,46608,46651,46694,46737,46780,46823,46866,46909,46952,46995,47038,47120,47163,47206,47249,47292,47335,47378,47421,47464,47507,47550,47632,47675,47718,47761,47804,47847,47890,47933,47976,48019,48062,48144,48187,48230,48273,48316,48359,48402,48445,48488,48531,48574,48656,48699,48742,48785,48828,48871,48914,48957,49000,49043,49086,49168,49211,49254,49297,49340,49383,49426,49469,49512,49555,49598,49680,49723,49766,49809,49852,49895,49938,49981,50024,50067,50110,50192,50235,50278,50321,50364,50407,50450,50493,50536,50579,50622,50704,50747,50790,50833,50876,50919,50962,51005,51048,51091,51134,51216,51294,51337,51380,51423,51466,51509,51552,51595,51638,51681,51724,51806,51849,51892,51935,51978,52021,52064,52107,52150,52193,52236,52318,52361,52404,52447,52490,52533,52576,52619,52662,52705,52748,52830,52873,52916,52959,53002,53045,53088,53131,53174,53217,53260,53342,53385,53428,53471,53514,53557,53600,53643,53686,53729,53772,53854,53897,53940,53983,54026,54069,54112,54155,54198,54241,54284,54366,54409,54452,54495,54538,54581,54624,54667,54710,54753,54796,54878,54921,54964,55007,55050,55093,55136,55179,55222,55265,55308,55390,55433,55476,55519,55562,55605,55648,55691,55734,55777,55820,55902,55945,55988,56031,56074,56117,56160,56203,56246,56289,56332,56414,56492,56535,56578,56621,56664,56707,56750,56793,56836,56879,56922,57004,57047,57090,57133,57176,57219,57262,57305,57348,57391,57434,57516,57559,57602,57645,57688,57731,57774,57817,57860,57903,57946,58028,58071,58114,58157,58200,58243,58286,58329,58372,58415,58458,58540,58583,58626,58669,58712,58755,58798,58841,58884,58927,58970,59052,59095,59138,59181,59224,59267,59310,59353,59396,59439,59482,59564,59607,59650,59693,59736,59779,59822,59865,59908,59951,59994,60076,60119,60162,60205,60248,60291,60334,60377,60420,60463,60506,60588,60631,60674,60717,60760,60803,60846,60889,60932,60975,61018,61100,61143,61186,61229,61272,61315,61358,61401,61444,61487,61530,61612,61690,61733,61776,61819,61862,61905,61948,61991,62034,62077,62120,62202,62245,62288,62331,62374,62417,62460,62503,62546,62589,62632,62714,62757,62800,62843,62886,62929,62972,63015,63058,63101,63144,63226,63269,63312,63355,63398,63441,63484,63527,63570,63613,63656,63738,63781,63824,63867,63910,63953,63996,64039,64082,64125,64168,64250,64293,64336,64379,64422,64465,64508,64551,64594,64637,64680,64762,64805,64848,64891,64934,64977,65020,65063,65106,65149,65192,65274,65317,65360,65403,65446,65489,65532,65575,65618,65661,65704,65786,65829,65872,65915,65958,66001,66044,66087,66130,66173,66216,66298,66341,66384,66427,66470,66513,66556,66599,66642,66685,66728,66810,66888,66931,66974,67017,67060,67103,67146,67189,67232,67275,67318,67400,67443,67486,67529,67572,67615,67658,67701,67744,67787,67830,67912,67955,67998,68041,68084,68127,68170,68213,68256,68299,68342,68424,68467,68510,68553,68596,68639,68682,68725,68768,68811,68854,68936,68979,69022,69065,69108,69151,69194,69237,69280,69323,69366,69448,69491,69534,69577,69620,69663,69706,69749,69792,69835,69878,69960,70003,70046,70089,70132,70175,70218,70261,70304,70347,70390,70472,70515,70558,70601,70644,70687,70730,70773,70816,70859,70902,70984,71027,71070,71113,71156,71199,71242,71285,71328,71371,71414,71496,71539,71582,71625,71668,71711,71754,71797,71840,71883,71926,72008,72086,72129,72211,72293,72375,72457,72539,72621,72703,72785,72867,72949,73027,73109,73191,73273,73355,73437,73519,73601,73683,73765,73847,73925,74007,74089,74171,74253,74335,74417,74499,74581,74663,74745,74823,74905,74987,75069,75151,75233,75315,75397,75479,75561,75643,75721,75768,75815,75862,75909,75956,76003,76050,76097,76144,76191,76236,76283,76330,76377,76424,76471,76518,76565,76612,76659,76706,76751,76798,76845,76892,76939,76986,77033,77080,77127,77174,77221,77266,77313,77360,77407,77454,77501,77548,77595,77642,77689,77736,77781,77828,77875,77922,77969,78016,78063,78110,78157,78204,78251,78296,78343,78388,78433,78478",
+ "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": "46091,46177,46220,46263,46306,46349,46392,46435,46478,46521,46562,46646,46689,46732,46775,46818,46861,46904,46947,46990,47033,47074,47158,47201,47244,47287,47330,47373,47416,47459,47502,47545,47586,47670,47713,47756,47799,47842,47885,47928,47971,48014,48057,48098,48182,48225,48268,48311,48354,48397,48440,48483,48526,48569,48610,48694,48737,48780,48823,48866,48909,48952,48995,49038,49081,49122,49206,49249,49292,49335,49378,49421,49464,49507,49550,49593,49634,49718,49761,49804,49847,49890,49933,49976,50019,50062,50105,50146,50230,50273,50316,50359,50402,50445,50488,50531,50574,50617,50658,50742,50785,50828,50871,50914,50957,51000,51043,51086,51129,51170,51250,51332,51375,51418,51461,51504,51547,51590,51633,51676,51719,51760,51844,51887,51930,51973,52016,52059,52102,52145,52188,52231,52272,52356,52399,52442,52485,52528,52571,52614,52657,52700,52743,52784,52868,52911,52954,52997,53040,53083,53126,53169,53212,53255,53296,53380,53423,53466,53509,53552,53595,53638,53681,53724,53767,53808,53892,53935,53978,54021,54064,54107,54150,54193,54236,54279,54320,54404,54447,54490,54533,54576,54619,54662,54705,54748,54791,54832,54916,54959,55002,55045,55088,55131,55174,55217,55260,55303,55344,55428,55471,55514,55557,55600,55643,55686,55729,55772,55815,55856,55940,55983,56026,56069,56112,56155,56198,56241,56284,56327,56368,56448,56530,56573,56616,56659,56702,56745,56788,56831,56874,56917,56958,57042,57085,57128,57171,57214,57257,57300,57343,57386,57429,57470,57554,57597,57640,57683,57726,57769,57812,57855,57898,57941,57982,58066,58109,58152,58195,58238,58281,58324,58367,58410,58453,58494,58578,58621,58664,58707,58750,58793,58836,58879,58922,58965,59006,59090,59133,59176,59219,59262,59305,59348,59391,59434,59477,59518,59602,59645,59688,59731,59774,59817,59860,59903,59946,59989,60030,60114,60157,60200,60243,60286,60329,60372,60415,60458,60501,60542,60626,60669,60712,60755,60798,60841,60884,60927,60970,61013,61054,61138,61181,61224,61267,61310,61353,61396,61439,61482,61525,61566,61646,61728,61771,61814,61857,61900,61943,61986,62029,62072,62115,62156,62240,62283,62326,62369,62412,62455,62498,62541,62584,62627,62668,62752,62795,62838,62881,62924,62967,63010,63053,63096,63139,63180,63264,63307,63350,63393,63436,63479,63522,63565,63608,63651,63692,63776,63819,63862,63905,63948,63991,64034,64077,64120,64163,64204,64288,64331,64374,64417,64460,64503,64546,64589,64632,64675,64716,64800,64843,64886,64929,64972,65015,65058,65101,65144,65187,65228,65312,65355,65398,65441,65484,65527,65570,65613,65656,65699,65740,65824,65867,65910,65953,65996,66039,66082,66125,66168,66211,66252,66336,66379,66422,66465,66508,66551,66594,66637,66680,66723,66764,66844,66926,66969,67012,67055,67098,67141,67184,67227,67270,67313,67354,67438,67481,67524,67567,67610,67653,67696,67739,67782,67825,67866,67950,67993,68036,68079,68122,68165,68208,68251,68294,68337,68378,68462,68505,68548,68591,68634,68677,68720,68763,68806,68849,68890,68974,69017,69060,69103,69146,69189,69232,69275,69318,69361,69402,69486,69529,69572,69615,69658,69701,69744,69787,69830,69873,69914,69998,70041,70084,70127,70170,70213,70256,70299,70342,70385,70426,70510,70553,70596,70639,70682,70725,70768,70811,70854,70897,70938,71022,71065,71108,71151,71194,71237,71280,71323,71366,71409,71450,71534,71577,71620,71663,71706,71749,71792,71835,71878,71921,71962,72042,72124,72165,72247,72329,72411,72493,72575,72657,72739,72821,72903,72983,73063,73145,73227,73309,73391,73473,73555,73637,73719,73801,73881,73961,74043,74125,74207,74289,74371,74453,74535,74617,74699,74779,74859,74941,75023,75105,75187,75269,75351,75433,75515,75597,75677,75763,75810,75857,75904,75951,75998,76045,76092,76139,76186,76231,76278,76325,76372,76419,76466,76513,76560,76607,76654,76701,76746,76793,76840,76887,76934,76981,77028,77075,77122,77169,77216,77261,77308,77355,77402,77449,77496,77543,77590,77637,77684,77731,77776,77823,77870,77917,77964,78011,78058,78105,78152,78199,78246,78291,78338,78383,78428,78473,78518"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4",
+ "startColumns": "4,4,4",
+ "startOffsets": "55,108,184",
+ "endColumns": "52,75,86",
+ "endOffsets": "103,179,266"
+ },
+ "to": {
+ "startLines": "2283,2456,2457",
+ "startColumns": "4,4,4",
+ "startOffsets": "125355,143946,144022",
+ "endColumns": "52,75,86",
+ "endOffsets": "125403,144017,144104"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6fcea0fddd862b470e39af4793f0e5ac\\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,27,28,34,40,42,43,44,45,46,82,83,84,85,87,91,92,93,96,106,116,139,140,145,146,151,156,157,158,163,164,169,170,175,176,177,183,184,185,190,196,197,209,210,216,217,218,219,222,225,228,229,232,235,236,237,238,239,242,245,246,247,248,254,259,262,265,266,267,272,273,274,277,280,281,284,287,290,293,294,295,298,301,302,307,308,314,319,322,325,326,327,328,329,330,331,332,333,334,335,336,352,406,407,408,409,414,421,427,428,429,432,437,439,447,448,458,464,501,502,507,508,518,519,520,526,529,535,539,540,541,542,543,552,2217,2273,9867,10271,10457,10585,10591,10595,10765,11016,11276,11303,11328,11351,11354,11357,11360,11389,11416,11433,12049,12057,12070,12086,12090,12120,12133,12137,12359,12369,12423,12685,12721,12930,13301,13342,13377,13441,13458",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,1185,1235,1572,1879,1999,2054,2114,2179,2238,4229,4281,4342,4404,4511,4644,4696,4746,4907,5314,5737,7303,7362,7559,7616,7811,7992,8046,8103,8295,8353,8549,8605,8799,8856,8907,9129,9181,9236,9426,9642,9692,10319,10375,10581,10642,10702,10772,10905,11036,11164,11232,11361,11487,11549,11612,11680,11747,11870,11995,12062,12127,12192,12481,12662,12783,12904,12970,13037,13247,13316,13382,13507,13633,13700,13826,13953,14078,14205,14261,14326,14452,14575,14640,14848,14915,15203,15383,15503,15623,15688,15750,15812,15876,15938,15997,16057,16118,16179,16238,16298,16989,20146,20197,20246,20294,20581,20873,21103,21150,21210,21316,21496,21608,21943,21997,22579,22874,25204,25255,25518,25570,25945,26004,26058,26296,26474,26764,26903,26949,27004,27049,27093,27441,121830,124785,633022,653794,662384,668157,668532,668699,676401,689019,703457,704925,705800,706670,706736,706815,706890,708238,709225,710188,740381,740786,741257,742048,742211,743572,744136,744289,756916,757334,759864,772997,775050,786473,807212,808901,810322,813883,814625",
+ "endLines": "8,9,15,17,25,26,27,28,34,40,42,43,44,45,46,82,83,84,85,90,91,92,93,105,113,116,139,144,145,150,155,156,157,162,163,168,169,174,175,176,182,183,184,189,195,196,197,209,215,216,217,218,221,224,227,228,231,234,235,236,237,238,241,244,245,246,247,253,258,261,264,265,266,271,272,273,276,279,280,283,286,289,292,293,294,297,300,301,306,307,313,318,321,324,325,326,327,328,329,330,331,332,333,334,335,351,357,406,407,408,409,420,426,427,428,431,436,437,446,447,448,458,464,501,502,507,516,518,519,525,526,534,538,539,540,541,542,551,555,2217,2273,9884,10456,10584,10590,10594,10764,10916,11028,11291,11327,11350,11353,11356,11359,11388,11415,11432,11518,12056,12069,12085,12089,12119,12132,12136,12146,12368,12412,12435,12688,12723,12945,13341,13376,13383,13457,13460",
+ "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,1230,1283,1615,1925,2049,2109,2174,2233,2295,4276,4337,4399,4445,4639,4691,4741,4792,5309,5621,5777,7357,7554,7611,7806,7987,8041,8098,8290,8348,8544,8600,8794,8851,8902,9124,9176,9231,9421,9637,9687,9739,10370,10576,10637,10697,10767,10900,11031,11159,11227,11356,11482,11544,11607,11675,11742,11865,11990,12057,12122,12187,12476,12657,12778,12899,12965,13032,13242,13311,13377,13502,13628,13695,13821,13948,14073,14200,14256,14321,14447,14570,14635,14843,14910,15198,15378,15498,15618,15683,15745,15807,15871,15933,15992,16052,16113,16174,16233,16293,16984,17235,20192,20241,20289,20347,20868,21098,21145,21205,21311,21491,21545,21938,21992,22048,22620,22916,25250,25309,25565,25895,25999,26053,26291,26346,26759,26898,26944,26999,27044,27088,27436,27573,121866,124825,633954,662379,668152,668527,668694,676396,683195,689711,704203,705795,706665,706731,706810,706885,708233,709220,710183,714120,740781,741252,742043,742206,743567,744131,744284,744743,757329,759342,760396,773142,775165,787115,808896,810317,810670,814620,814721"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\9f2d8595c2f999f56dce99dd1b21244a\\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": "2208,2241,2277,11220,11225",
+ "startColumns": "4,4,4,4,4",
+ "startOffsets": "121417,123122,124977,700891,701061",
+ "endLines": "2208,2241,2277,11224,11228",
+ "endColumns": "56,64,63,24,24",
+ "endOffsets": "121469,123182,125036,701056,701205"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\f74f14ba9790f8acde7bce63a6fd357a\\transformed\\transition-1.3.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": "2209,2210,2232,2236,2237,2266,2267,2268,2269,2270",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "121474,121514,122706,122888,122943,124439,124493,124545,124594,124655",
+ "endColumns": "39,46,42,54,46,53,51,48,60,49",
+ "endOffsets": "121509,121556,122744,122938,122985,124488,124540,124589,124650,124700"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\e563e2bdc60b9f82e90bf50295d075af\\transformed\\navigation-fragment-2.3.5\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,6,9",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,112,228,338",
+ "endLines": "2,5,8,11",
+ "endColumns": "56,24,24,24",
+ "endOffsets": "107,223,333,460"
+ },
+ "to": {
+ "startLines": "2225,11029,11229,12176",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "122261,689716,701210,746016",
+ "endLines": "2225,11031,11231,12178",
+ "endColumns": "56,24,24,24",
+ "endOffsets": "122313,689827,701315,746138"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\268aaa06985d5597202e13ffe6312652\\transformed\\lifecycle-runtime-2.4.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "42",
+ "endOffsets": "93"
+ },
+ "to": {
+ "startLines": "2274",
+ "startColumns": "4",
+ "startOffsets": "124830",
+ "endColumns": "42",
+ "endOffsets": "124868"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\f583fade69ac8f10ed6c2dd86204e845\\transformed\\savedstate-1.1.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "53",
+ "endOffsets": "104"
+ },
+ "to": {
+ "startLines": "2275",
+ "startColumns": "4",
+ "startOffsets": "124873",
+ "endColumns": "53",
+ "endOffsets": "124922"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\a3232be58d9dc84b0bfd17b52c37edfe\\transformed\\appcompat-resources-1.4.2\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,29,36,47,74",
+ "startColumns": "4,4,4,4,4",
+ "startOffsets": "55,1702,2087,2684,4317",
+ "endLines": "28,35,46,73,78",
+ "endColumns": "24,24,24,24,24",
+ "endOffsets": "1697,2082,2679,4312,4582"
+ },
+ "to": {
+ "startLines": "8937,8964,8971,12689,12716",
+ "startColumns": "4,4,4,4,4",
+ "startOffsets": "582607,584254,584639,773147,774780",
+ "endLines": "8963,8970,8981,12715,12720",
+ "endColumns": "24,24,24,24,24",
+ "endOffsets": "584249,584634,585231,774775,775045"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-pt-rPT_values-pt-rPT.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "278,386,492,599,688,789,907,992,1072,1164,1258,1355,1449,1548,1642,1738,1833,1925,2017,2102,2209,2320,2422,2530,2638,2745,2910,7674",
+ "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": "381,487,594,683,784,902,987,1067,1159,1253,1350,1444,1543,1637,1733,1828,1920,2012,2097,2204,2315,2417,2525,2633,2740,2905,3004,7755"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-pt-rPT\\values-pt-rPT.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,167",
+ "endColumns": "111,119",
+ "endOffsets": "162,282"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7356,7468",
+ "endColumns": "111,119",
+ "endOffsets": "7463,7583"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7760",
+ "endColumns": "100",
+ "endOffsets": "7856"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,228,310,413,533,614,678,770,849,914,1004,1072,1134,1207,1271,1325,1451,1509,1571,1625,1701,1844,1931,2013,2122,2204,2286,2373,2440,2506,2581,2661,2748,2821,2898,2971,3045,3138,3215,3308,3406,3480,3561,3660,3713,3779,3868,3956,4018,4082,4145,4261,4364,4471,4575",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,81,102,119,80,63,91,78,64,89,67,61,72,63,53,125,57,61,53,75,142,86,81,108,81,81,86,66,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,85",
+ "endOffsets": "223,305,408,528,609,673,765,844,909,999,1067,1129,1202,1266,1320,1446,1504,1566,1620,1696,1839,1926,2008,2117,2199,2281,2368,2435,2501,2576,2656,2743,2816,2893,2966,3040,3133,3210,3303,3401,3475,3556,3655,3708,3774,3863,3951,4013,4077,4140,4256,4359,4466,4570,4656"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3009,3091,3194,3314,3395,3459,3551,3630,3695,3785,3853,3915,3988,4052,4106,4232,4290,4352,4406,4482,4625,4712,4794,4903,4985,5067,5154,5221,5287,5362,5442,5529,5602,5679,5752,5826,5919,5996,6089,6187,6261,6342,6441,6494,6560,6649,6737,6799,6863,6926,7042,7145,7252,7588",
+ "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,88",
+ "endColumns": "12,81,102,119,80,63,91,78,64,89,67,61,72,63,53,125,57,61,53,75,142,86,81,108,81,81,86,66,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,85",
+ "endOffsets": "273,3086,3189,3309,3390,3454,3546,3625,3690,3780,3848,3910,3983,4047,4101,4227,4285,4347,4401,4477,4620,4707,4789,4898,4980,5062,5149,5216,5282,5357,5437,5524,5597,5674,5747,5821,5914,5991,6084,6182,6256,6337,6436,6489,6555,6644,6732,6794,6858,6921,7037,7140,7247,7351,7669"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-hu_values-hu.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,218,295,394,514,597,661,760,835,894,1004,1073,1131,1203,1264,1319,1422,1479,1539,1594,1675,1795,1878,1966,2071,2154,2234,2328,2395,2461,2537,2619,2705,2782,2857,2936,3013,3109,3186,3278,3375,3449,3534,3631,3683,3750,3838,3925,3987,4051,4114,4212,4309,4403,4501",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,76,98,119,82,63,98,74,58,109,68,57,71,60,54,102,56,59,54,80,119,82,87,104,82,79,93,66,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,84",
+ "endOffsets": "213,290,389,509,592,656,755,830,889,999,1068,1126,1198,1259,1314,1417,1474,1534,1589,1670,1790,1873,1961,2066,2149,2229,2323,2390,2456,2532,2614,2700,2777,2852,2931,3008,3104,3181,3273,3370,3444,3529,3626,3678,3745,3833,3920,3982,4046,4109,4207,4304,4398,4496,4581"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3022,3099,3198,3318,3401,3465,3564,3639,3698,3808,3877,3935,4007,4068,4123,4226,4283,4343,4398,4479,4599,4682,4770,4875,4958,5038,5132,5199,5265,5341,5423,5509,5586,5661,5740,5817,5913,5990,6082,6179,6253,6338,6435,6487,6554,6642,6729,6791,6855,6918,7016,7113,7207,7537",
+ "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,88",
+ "endColumns": "12,76,98,119,82,63,98,74,58,109,68,57,71,60,54,102,56,59,54,80,119,82,87,104,82,79,93,66,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,84",
+ "endOffsets": "263,3094,3193,3313,3396,3460,3559,3634,3693,3803,3872,3930,4002,4063,4118,4221,4278,4338,4393,4474,4594,4677,4765,4870,4953,5033,5127,5194,5260,5336,5418,5504,5581,5656,5735,5812,5908,5985,6077,6174,6248,6333,6430,6482,6549,6637,6724,6786,6850,6913,7011,7108,7202,7300,7617"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-hu\\values-hu.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,167",
+ "endColumns": "111,119",
+ "endOffsets": "162,282"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7305,7417",
+ "endColumns": "111,119",
+ "endOffsets": "7412,7532"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "268,376,468,583,667,782,905,982,1057,1148,1241,1336,1430,1530,1623,1718,1813,1904,1995,2078,2188,2298,2398,2509,2618,2737,2919,7622",
+ "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": "371,463,578,662,777,900,977,1052,1143,1236,1331,1425,1525,1618,1713,1808,1899,1990,2073,2183,2293,2393,2504,2613,2732,2914,3017,7701"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-hu\\values-hu.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7706",
+ "endColumns": "100",
+ "endOffsets": "7802"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-sr_values-sr.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,276,356,450,581,662,728,820,888,951,1054,1120,1176,1247,1307,1361,1473,1530,1591,1645,1721,1846,1932,2015,2123,2204,2287,2375,2442,2508,2582,2660,2749,2824,2900,2975,3046,3136,3209,3301,3397,3469,3545,3641,3694,3761,3848,3935,3997,4061,4124,4229,4333,4429,4536",
+ "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",
+ "endColumns": "12,79,93,130,80,65,91,67,62,102,65,55,70,59,53,111,56,60,53,75,124,85,82,107,80,82,87,66,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,79",
+ "endOffsets": "271,351,445,576,657,723,815,883,946,1049,1115,1171,1242,1302,1356,1468,1525,1586,1640,1716,1841,1927,2010,2118,2199,2282,2370,2437,2503,2577,2655,2744,2819,2895,2970,3041,3131,3204,3296,3392,3464,3540,3636,3689,3756,3843,3930,3992,4056,4119,4224,4328,4424,4531,4611"
+ },
+ "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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3054,3134,3228,3359,3440,3506,3598,3666,3729,3832,3898,3954,4025,4085,4139,4251,4308,4369,4423,4499,4624,4710,4793,4901,4982,5065,5153,5220,5286,5360,5438,5527,5602,5678,5753,5824,5914,5987,6079,6175,6247,6323,6419,6472,6539,6626,6713,6775,6839,6902,7007,7111,7207,7544",
+ "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,89",
+ "endColumns": "12,79,93,130,80,65,91,67,62,102,65,55,70,59,53,111,56,60,53,75,124,85,82,107,80,82,87,66,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,79",
+ "endOffsets": "321,3129,3223,3354,3435,3501,3593,3661,3724,3827,3893,3949,4020,4080,4134,4246,4303,4364,4418,4494,4619,4705,4788,4896,4977,5060,5148,5215,5281,5355,5433,5522,5597,5673,5748,5819,5909,5982,6074,6170,6242,6318,6414,6467,6534,6621,6708,6770,6834,6897,7002,7106,7202,7309,7619"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-sr\\values-sr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "91",
+ "startColumns": "4",
+ "startOffsets": "7711",
+ "endColumns": "100",
+ "endOffsets": "7807"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-sr\\values-sr.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,162",
+ "endColumns": "106,122",
+ "endOffsets": "157,280"
+ },
+ "to": {
+ "startLines": "87,88",
+ "startColumns": "4,4",
+ "startOffsets": "7314,7421",
+ "endColumns": "106,122",
+ "endOffsets": "7416,7539"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,90",
+ "startColumns": "4,4,4,4,4,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,433,534,640,726,830,952,1036,1117,1208,1301,1396,1490,1590,1683,1778,1883,1974,2065,2151,2256,2362,2465,2571,2680,2787,2957,7624",
+ "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": "428,529,635,721,825,947,1031,1112,1203,1296,1391,1485,1585,1678,1773,1878,1969,2060,2146,2251,2357,2460,2566,2675,2782,2952,3049,7706"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-af_values-af.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-af\\values-af.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,157",
+ "endColumns": "101,116",
+ "endOffsets": "152,269"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7129,7231",
+ "endColumns": "101,116",
+ "endOffsets": "7226,7343"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-af\\values-af.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7506",
+ "endColumns": "100",
+ "endOffsets": "7602"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,229,307,407,521,602,666,754,820,883,969,1030,1088,1154,1217,1272,1390,1447,1509,1564,1633,1752,1840,1923,2032,2115,2196,2283,2350,2416,2485,2561,2647,2721,2800,2873,2944,3031,3102,3191,3281,3353,3428,3515,3566,3633,3714,3798,3860,3924,3987,4091,4200,4296,4407",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,77,99,113,80,63,87,65,62,85,60,57,65,62,54,117,56,61,54,68,118,87,82,108,82,80,86,66,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,76",
+ "endOffsets": "224,302,402,516,597,661,749,815,878,964,1025,1083,1149,1212,1267,1385,1442,1504,1559,1628,1747,1835,1918,2027,2110,2191,2278,2345,2411,2480,2556,2642,2716,2795,2868,2939,3026,3097,3186,3276,3348,3423,3510,3561,3628,3709,3793,3855,3919,3982,4086,4195,4291,4402,4479"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2951,3029,3129,3243,3324,3388,3476,3542,3605,3691,3752,3810,3876,3939,3994,4112,4169,4231,4286,4355,4474,4562,4645,4754,4837,4918,5005,5072,5138,5207,5283,5369,5443,5522,5595,5666,5753,5824,5913,6003,6075,6150,6237,6288,6355,6436,6520,6582,6646,6709,6813,6922,7018,7348",
+ "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,88",
+ "endColumns": "12,77,99,113,80,63,87,65,62,85,60,57,65,62,54,117,56,61,54,68,118,87,82,108,82,80,86,66,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,76",
+ "endOffsets": "274,3024,3124,3238,3319,3383,3471,3537,3600,3686,3747,3805,3871,3934,3989,4107,4164,4226,4281,4350,4469,4557,4640,4749,4832,4913,5000,5067,5133,5202,5278,5364,5438,5517,5590,5661,5748,5819,5908,5998,6070,6145,6232,6283,6350,6431,6515,6577,6641,6704,6808,6917,7013,7124,7420"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "279,387,483,589,674,777,895,972,1048,1139,1232,1327,1421,1520,1613,1708,1807,1902,1996,2077,2184,2289,2386,2494,2597,2699,2853,7425",
+ "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": "382,478,584,669,772,890,967,1043,1134,1227,1322,1416,1515,1608,1703,1802,1897,1991,2072,2179,2284,2381,2489,2592,2694,2848,2946,7501"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-small-v4_values-small-v4.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-v23_values-v23.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\4d2e43fee4df2f875a86cdd4651c633b\\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": "3524",
+ "endLines": "52",
+ "endColumns": "12",
+ "endOffsets": "3669"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,1371,2267,2386,2513,2735,2959,3074,3181,3294",
+ "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,1366,2262,2381,2508,2730,2954,3069,3176,3289,3519"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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": "3674,3890,4100,4420,4657,4864,5071,5274,5606,5808,6073",
+ "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": "3885,4095,4415,4652,4859,5066,5269,5601,5803,6068,6341"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-si_values-si.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,224,302,404,519,602,666,755,822,882,976,1039,1095,1165,1232,1287,1406,1463,1527,1581,1654,1776,1859,1944,2046,2124,2204,2290,2357,2423,2493,2566,2648,2720,2797,2869,2939,3032,3105,3195,3288,3362,3434,3525,3579,3645,3729,3814,3876,3940,4003,4108,4208,4303,4403",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,77,101,114,82,63,88,66,59,93,62,55,69,66,54,118,56,63,53,72,121,82,84,101,77,79,85,66,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,79",
+ "endOffsets": "219,297,399,514,597,661,750,817,877,971,1034,1090,1160,1227,1282,1401,1458,1522,1576,1649,1771,1854,1939,2041,2119,2199,2285,2352,2418,2488,2561,2643,2715,2792,2864,2934,3027,3100,3190,3283,3357,3429,3520,3574,3640,3724,3809,3871,3935,3998,4103,4203,4298,4398,4478"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2990,3068,3170,3285,3368,3432,3521,3588,3648,3742,3805,3861,3931,3998,4053,4172,4229,4293,4347,4420,4542,4625,4710,4812,4890,4970,5056,5123,5189,5259,5332,5414,5486,5563,5635,5705,5798,5871,5961,6054,6128,6200,6291,6345,6411,6495,6580,6642,6706,6769,6874,6974,7069,7397",
+ "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,88",
+ "endColumns": "12,77,101,114,82,63,88,66,59,93,62,55,69,66,54,118,56,63,53,72,121,82,84,101,77,79,85,66,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,79",
+ "endOffsets": "269,3063,3165,3280,3363,3427,3516,3583,3643,3737,3800,3856,3926,3993,4048,4167,4224,4288,4342,4415,4537,4620,4705,4807,4885,4965,5051,5118,5184,5254,5327,5409,5481,5558,5630,5700,5793,5866,5956,6049,6123,6195,6286,6340,6406,6490,6575,6637,6701,6764,6869,6969,7064,7164,7472"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-si\\values-si.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7559",
+ "endColumns": "100",
+ "endOffsets": "7655"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "274,390,497,604,687,792,908,998,1084,1175,1268,1362,1456,1556,1649,1744,1838,1929,2020,2104,2213,2317,2415,2525,2625,2732,2891,7477",
+ "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": "385,492,599,682,787,903,993,1079,1170,1263,1357,1451,1551,1644,1739,1833,1924,2015,2099,2208,2312,2410,2520,2620,2727,2886,2985,7554"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-si\\values-si.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,166",
+ "endColumns": "110,116",
+ "endOffsets": "161,278"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7169,7280",
+ "endColumns": "110,116",
+ "endOffsets": "7275,7392"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-sw300dp-v13_values-sw300dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-da_values-da.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-da\\values-da.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7499",
+ "endColumns": "100",
+ "endOffsets": "7595"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,227,305,405,554,632,696,782,855,915,1002,1064,1126,1194,1259,1315,1433,1491,1552,1608,1683,1809,1895,1975,2086,2164,2244,2330,2397,2463,2531,2605,2694,2766,2844,2914,2987,3071,3148,3236,3325,3399,3472,3557,3606,3672,3752,3835,3897,3961,4024,4132,4227,4328,4423",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,77,99,148,77,63,85,72,59,86,61,61,67,64,55,117,57,60,55,74,125,85,79,110,77,79,85,66,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,79",
+ "endOffsets": "222,300,400,549,627,691,777,850,910,997,1059,1121,1189,1254,1310,1428,1486,1547,1603,1678,1804,1890,1970,2081,2159,2239,2325,2392,2458,2526,2600,2689,2761,2839,2909,2982,3066,3143,3231,3320,3394,3467,3552,3601,3667,3747,3830,3892,3956,4019,4127,4222,4323,4418,4498"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2929,3007,3107,3256,3334,3398,3484,3557,3617,3704,3766,3828,3896,3961,4017,4135,4193,4254,4310,4385,4511,4597,4677,4788,4866,4946,5032,5099,5165,5233,5307,5396,5468,5546,5616,5689,5773,5850,5938,6027,6101,6174,6259,6308,6374,6454,6537,6599,6663,6726,6834,6929,7030,7339",
+ "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,88",
+ "endColumns": "12,77,99,148,77,63,85,72,59,86,61,61,67,64,55,117,57,60,55,74,125,85,79,110,77,79,85,66,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,79",
+ "endOffsets": "272,3002,3102,3251,3329,3393,3479,3552,3612,3699,3761,3823,3891,3956,4012,4130,4188,4249,4305,4380,4506,4592,4672,4783,4861,4941,5027,5094,5160,5228,5302,5391,5463,5541,5611,5684,5768,5845,5933,6022,6096,6169,6254,6303,6369,6449,6532,6594,6658,6721,6829,6924,7025,7120,7414"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-da\\values-da.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,160",
+ "endColumns": "104,108",
+ "endOffsets": "155,264"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7125,7230",
+ "endColumns": "104,108",
+ "endOffsets": "7225,7334"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "277,377,471,587,672,772,885,963,1039,1130,1223,1316,1410,1504,1597,1692,1790,1881,1972,2051,2159,2266,2362,2475,2578,2679,2832,7419",
+ "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": "372,466,582,667,767,880,958,1034,1125,1218,1311,1405,1499,1592,1687,1785,1876,1967,2046,2154,2261,2357,2470,2573,2674,2827,2924,7494"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-v24_values-v24.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-ml_values-ml.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-ml\\values-ml.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7871",
+ "endColumns": "100",
+ "endOffsets": "7967"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-ml\\values-ml.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,180",
+ "endColumns": "124,118",
+ "endOffsets": "175,294"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7460,7585",
+ "endColumns": "124,118",
+ "endOffsets": "7580,7699"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "276,383,489,600,691,796,918,996,1071,1162,1255,1356,1450,1550,1644,1739,1838,1929,2020,2102,2211,2315,2414,2526,2638,2759,2924,7788",
+ "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": "378,484,595,686,791,913,991,1066,1157,1250,1351,1445,1545,1639,1734,1833,1924,2015,2097,2206,2310,2409,2521,2633,2754,2919,3020,7866"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,226,313,407,517,609,674,773,839,899,1001,1077,1135,1213,1278,1332,1449,1513,1577,1631,1711,1845,1931,2020,2126,2211,2299,2394,2461,2527,2606,2688,2779,2855,2932,3009,3080,3187,3267,3364,3464,3538,3619,3724,3782,3849,3940,4032,4094,4158,4221,4324,4440,4545,4661",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,86,93,109,91,64,98,65,59,101,75,57,77,64,53,116,63,63,53,79,133,85,88,105,84,87,94,66,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,83",
+ "endOffsets": "221,308,402,512,604,669,768,834,894,996,1072,1130,1208,1273,1327,1444,1508,1572,1626,1706,1840,1926,2015,2121,2206,2294,2389,2456,2522,2601,2683,2774,2850,2927,3004,3075,3182,3262,3359,3459,3533,3614,3719,3777,3844,3935,4027,4089,4153,4216,4319,4435,4540,4656,4740"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3025,3112,3206,3316,3408,3473,3572,3638,3698,3800,3876,3934,4012,4077,4131,4248,4312,4376,4430,4510,4644,4730,4819,4925,5010,5098,5193,5260,5326,5405,5487,5578,5654,5731,5808,5879,5986,6066,6163,6263,6337,6418,6523,6581,6648,6739,6831,6893,6957,7020,7123,7239,7344,7704",
+ "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,88",
+ "endColumns": "12,86,93,109,91,64,98,65,59,101,75,57,77,64,53,116,63,63,53,79,133,85,88,105,84,87,94,66,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,83",
+ "endOffsets": "271,3107,3201,3311,3403,3468,3567,3633,3693,3795,3871,3929,4007,4072,4126,4243,4307,4371,4425,4505,4639,4725,4814,4920,5005,5093,5188,5255,5321,5400,5482,5573,5649,5726,5803,5874,5981,6061,6158,6258,6332,6413,6518,6576,6643,6734,6826,6888,6952,7015,7118,7234,7339,7455,7783"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-w1240dp-v13_values-w1240dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\values-w1240dp\\dimens.xml",
+ "from": {
+ "startLines": "1",
+ "startColumns": "8",
+ "startOffsets": "20",
+ "endColumns": "46",
+ "endOffsets": "58"
+ },
+ "to": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "42",
+ "endOffsets": "93"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-lv_values-lv.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,279,360,461,595,678,743,837,910,971,1096,1164,1225,1297,1357,1411,1531,1591,1653,1707,1784,1914,2001,2083,2194,2274,2359,2450,2517,2583,2657,2738,2822,2895,2972,3049,3123,3216,3291,3381,3472,3544,3622,3713,3767,3835,3919,4006,4068,4132,4195,4305,4418,4521,4633",
+ "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",
+ "endColumns": "12,80,100,133,82,64,93,72,60,124,67,60,71,59,53,119,59,61,53,76,129,86,81,110,79,84,90,66,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,76",
+ "endOffsets": "274,355,456,590,673,738,832,905,966,1091,1159,1220,1292,1352,1406,1526,1586,1648,1702,1779,1909,1996,2078,2189,2269,2354,2445,2512,2578,2652,2733,2817,2890,2967,3044,3118,3211,3286,3376,3467,3539,3617,3708,3762,3830,3914,4001,4063,4127,4190,4300,4413,4516,4628,4705"
+ },
+ "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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3213,3294,3395,3529,3612,3677,3771,3844,3905,4030,4098,4159,4231,4291,4345,4465,4525,4587,4641,4718,4848,4935,5017,5128,5208,5293,5384,5451,5517,5591,5672,5756,5829,5906,5983,6057,6150,6225,6315,6406,6478,6556,6647,6701,6769,6853,6940,7002,7066,7129,7239,7352,7455,7804",
+ "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,89",
+ "endColumns": "12,80,100,133,82,64,93,72,60,124,67,60,71,59,53,119,59,61,53,76,129,86,81,110,79,84,90,66,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,76",
+ "endOffsets": "324,3289,3390,3524,3607,3672,3766,3839,3900,4025,4093,4154,4226,4286,4340,4460,4520,4582,4636,4713,4843,4930,5012,5123,5203,5288,5379,5446,5512,5586,5667,5751,5824,5901,5978,6052,6145,6220,6310,6401,6473,6551,6642,6696,6764,6848,6935,6997,7061,7124,7234,7347,7450,7562,7876"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-lv\\values-lv.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,169",
+ "endColumns": "113,122",
+ "endOffsets": "164,287"
+ },
+ "to": {
+ "startLines": "87,88",
+ "startColumns": "4,4",
+ "startOffsets": "7567,7681",
+ "endColumns": "113,122",
+ "endOffsets": "7676,7799"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-lv\\values-lv.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "91",
+ "startColumns": "4",
+ "startOffsets": "7964",
+ "endColumns": "100",
+ "endOffsets": "8060"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,90",
+ "startColumns": "4,4,4,4,4,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,449,559,668,754,858,980,1062,1142,1252,1360,1466,1575,1686,1789,1901,2008,2113,2213,2298,2407,2518,2617,2728,2835,2940,3114,7881",
+ "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": "444,554,663,749,853,975,1057,1137,1247,1355,1461,1570,1681,1784,1896,2003,2108,2208,2293,2402,2513,2612,2723,2830,2935,3109,3208,7959"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-h720dp-v13_values-h720dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\res\\values-h720dp-v13\\values-h720dp-v13.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "66",
+ "endOffsets": "117"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-v28_values-v28.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\res\\values-v28\\values-v28.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13",
+ "startColumns": "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",
+ "endColumns": "97,94,94,97,87,87,87,87,86,86,86,86",
+ "endOffsets": "148,243,338,436,524,612,700,788,875,962,1049,1136"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\res\\values-v28\\values-v28.xml",
+ "from": {
+ "startLines": "2,3,4,8",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,130,217,447",
+ "endLines": "2,3,7,11",
+ "endColumns": "74,86,12,12",
+ "endOffsets": "125,212,442,684"
+ },
+ "to": {
+ "startLines": "14,15,16,20",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "1141,1216,1303,1533",
+ "endLines": "14,15,19,23",
+ "endColumns": "74,86,12,12",
+ "endOffsets": "1211,1298,1528,1770"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-gu_values-gu.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,223,305,404,524,608,671,762,829,888,978,1043,1107,1176,1238,1292,1407,1465,1526,1580,1653,1780,1866,1950,2053,2128,2204,2290,2357,2423,2496,2576,2661,2732,2808,2887,2956,3052,3130,3225,3321,3395,3470,3569,3620,3687,3774,3864,3926,3990,4053,4155,4260,4357,4463",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,81,98,119,83,62,90,66,58,89,64,63,68,61,53,114,57,60,53,72,126,85,83,102,74,75,85,66,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,77",
+ "endOffsets": "218,300,399,519,603,666,757,824,883,973,1038,1102,1171,1233,1287,1402,1460,1521,1575,1648,1775,1861,1945,2048,2123,2199,2285,2352,2418,2491,2571,2656,2727,2803,2882,2951,3047,3125,3220,3316,3390,3465,3564,3615,3682,3769,3859,3921,3985,4048,4150,4255,4352,4458,4536"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2956,3038,3137,3257,3341,3404,3495,3562,3621,3711,3776,3840,3909,3971,4025,4140,4198,4259,4313,4386,4513,4599,4683,4786,4861,4937,5023,5090,5156,5229,5309,5394,5465,5541,5620,5689,5785,5863,5958,6054,6128,6203,6302,6353,6420,6507,6597,6659,6723,6786,6888,6993,7090,7421",
+ "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,88",
+ "endColumns": "12,81,98,119,83,62,90,66,58,89,64,63,68,61,53,114,57,60,53,72,126,85,83,102,74,75,85,66,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,77",
+ "endOffsets": "268,3033,3132,3252,3336,3399,3490,3557,3616,3706,3771,3835,3904,3966,4020,4135,4193,4254,4308,4381,4508,4594,4678,4781,4856,4932,5018,5085,5151,5224,5304,5389,5460,5536,5615,5684,5780,5858,5953,6049,6123,6198,6297,6348,6415,6502,6592,6654,6718,6781,6883,6988,7085,7191,7494"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-gu\\values-gu.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7580",
+ "endColumns": "100",
+ "endOffsets": "7676"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-gu\\values-gu.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,165",
+ "endColumns": "109,114",
+ "endOffsets": "160,275"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7196,7306",
+ "endColumns": "109,114",
+ "endOffsets": "7301,7416"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "273,380,484,591,678,778,898,976,1053,1144,1237,1332,1426,1526,1619,1714,1808,1899,1990,2070,2176,2277,2374,2483,2583,2693,2853,7499",
+ "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": "375,479,586,673,773,893,971,1048,1139,1232,1327,1421,1521,1614,1709,1803,1894,1985,2065,2171,2272,2369,2478,2578,2688,2848,2951,7575"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-sw450dp-v13_values-sw450dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-pa_values-pa.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,218,299,407,519,602,666,758,827,886,971,1033,1091,1155,1216,1270,1384,1442,1502,1556,1626,1753,1834,1913,2018,2094,2171,2255,2322,2388,2457,2534,2620,2688,2764,2834,2899,2994,3067,3161,3254,3328,3397,3491,3547,3614,3698,3786,3848,3912,3975,4072,4167,4258,4354",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,80,107,111,82,63,91,68,58,84,61,57,63,60,53,113,57,59,53,69,126,80,78,104,75,76,83,66,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,76",
+ "endOffsets": "213,294,402,514,597,661,753,822,881,966,1028,1086,1150,1211,1265,1379,1437,1497,1551,1621,1748,1829,1908,2013,2089,2166,2250,2317,2383,2452,2529,2615,2683,2759,2829,2894,2989,3062,3156,3249,3323,3392,3486,3542,3609,3693,3781,3843,3907,3970,4067,4162,4253,4349,4426"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2930,3011,3119,3231,3314,3378,3470,3539,3598,3683,3745,3803,3867,3928,3982,4096,4154,4214,4268,4338,4465,4546,4625,4730,4806,4883,4967,5034,5100,5169,5246,5332,5400,5476,5546,5611,5706,5779,5873,5966,6040,6109,6203,6259,6326,6410,6498,6560,6624,6687,6784,6879,6970,7299",
+ "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,88",
+ "endColumns": "12,80,107,111,82,63,91,68,58,84,61,57,63,60,53,113,57,59,53,69,126,80,78,104,75,76,83,66,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,76",
+ "endOffsets": "263,3006,3114,3226,3309,3373,3465,3534,3593,3678,3740,3798,3862,3923,3977,4091,4149,4209,4263,4333,4460,4541,4620,4725,4801,4878,4962,5029,5095,5164,5241,5327,5395,5471,5541,5606,5701,5774,5868,5961,6035,6104,6198,6254,6321,6405,6493,6555,6619,6682,6779,6874,6965,7061,7371"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "268,371,468,573,659,759,872,950,1027,1118,1211,1305,1399,1499,1592,1687,1781,1872,1963,2042,2152,2255,2351,2462,2564,2674,2833,7376",
+ "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": "366,463,568,654,754,867,945,1022,1113,1206,1300,1394,1494,1587,1682,1776,1867,1958,2037,2147,2250,2346,2457,2559,2669,2828,2925,7451"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-pa\\values-pa.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,170",
+ "endColumns": "114,117",
+ "endOffsets": "165,283"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7066,7181",
+ "endColumns": "114,117",
+ "endOffsets": "7176,7294"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-pa\\values-pa.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7456",
+ "endColumns": "100",
+ "endOffsets": "7552"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-sw330dp-v13_values-sw330dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-sw_values-sw.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-sw\\values-sw.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,160",
+ "endColumns": "104,117",
+ "endOffsets": "155,273"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7307,7412",
+ "endColumns": "104,117",
+ "endOffsets": "7407,7525"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,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,367,466,574,664,769,886,969,1051,1142,1235,1330,1424,1524,1617,1712,1806,1897,1988,2070,2171,2279,2378,2485,2597,2701,2863,7611",
+ "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": "362,461,569,659,764,881,964,1046,1137,1230,1325,1419,1519,1612,1707,1801,1892,1983,2065,2166,2274,2373,2480,2592,2696,2858,2955,7689"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-sw\\values-sw.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7694",
+ "endColumns": "100",
+ "endOffsets": "7790"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,214,287,386,515,598,666,758,831,894,980,1043,1108,1176,1239,1293,1425,1482,1544,1598,1672,1810,1891,1971,2073,2158,2245,2333,2400,2466,2538,2620,2710,2782,2857,2928,3001,3098,3172,3267,3364,3438,3523,3623,3676,3744,3832,3922,3984,4048,4111,4228,4338,4449,4561",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,72,98,128,82,67,91,72,62,85,62,64,67,62,53,131,56,61,53,73,137,80,79,101,84,86,87,66,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,80",
+ "endOffsets": "209,282,381,510,593,661,753,826,889,975,1038,1103,1171,1234,1288,1420,1477,1539,1593,1667,1805,1886,1966,2068,2153,2240,2328,2395,2461,2533,2615,2705,2777,2852,2923,2996,3093,3167,3262,3359,3433,3518,3618,3671,3739,3827,3917,3979,4043,4106,4223,4333,4444,4556,4637"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2960,3033,3132,3261,3344,3412,3504,3577,3640,3726,3789,3854,3922,3985,4039,4171,4228,4290,4344,4418,4556,4637,4717,4819,4904,4991,5079,5146,5212,5284,5366,5456,5528,5603,5674,5747,5844,5918,6013,6110,6184,6269,6369,6422,6490,6578,6668,6730,6794,6857,6974,7084,7195,7530",
+ "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,88",
+ "endColumns": "12,72,98,128,82,67,91,72,62,85,62,64,67,62,53,131,56,61,53,73,137,80,79,101,84,86,87,66,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,80",
+ "endOffsets": "259,3028,3127,3256,3339,3407,3499,3572,3635,3721,3784,3849,3917,3980,4034,4166,4223,4285,4339,4413,4551,4632,4712,4814,4899,4986,5074,5141,5207,5279,5361,5451,5523,5598,5669,5742,5839,5913,6008,6105,6179,6264,6364,6417,6485,6573,6663,6725,6789,6852,6969,7079,7190,7302,7606"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-ca_values-ca.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,229,317,418,546,630,695,792,872,937,1032,1104,1166,1242,1305,1362,1483,1541,1602,1659,1739,1876,1963,2047,2156,2234,2313,2402,2469,2535,2613,2694,2782,2860,2937,3011,3090,3180,3272,3364,3465,3539,3621,3722,3772,3838,3930,4017,4079,4143,4206,4329,4432,4536,4642",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,87,100,127,83,64,96,79,64,94,71,61,75,62,56,120,57,60,56,79,136,86,83,108,77,78,88,66,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,85",
+ "endOffsets": "224,312,413,541,625,690,787,867,932,1027,1099,1161,1237,1300,1357,1478,1536,1597,1654,1734,1871,1958,2042,2151,2229,2308,2397,2464,2530,2608,2689,2777,2855,2932,3006,3085,3175,3267,3359,3460,3534,3616,3717,3767,3833,3925,4012,4074,4138,4201,4324,4427,4531,4637,4723"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3004,3092,3193,3321,3405,3470,3567,3647,3712,3807,3879,3941,4017,4080,4137,4258,4316,4377,4434,4514,4651,4738,4822,4931,5009,5088,5177,5244,5310,5388,5469,5557,5635,5712,5786,5865,5955,6047,6139,6240,6314,6396,6497,6547,6613,6705,6792,6854,6918,6981,7104,7207,7311,7650",
+ "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,88",
+ "endColumns": "12,87,100,127,83,64,96,79,64,94,71,61,75,62,56,120,57,60,56,79,136,86,83,108,77,78,88,66,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,85",
+ "endOffsets": "274,3087,3188,3316,3400,3465,3562,3642,3707,3802,3874,3936,4012,4075,4132,4253,4311,4372,4429,4509,4646,4733,4817,4926,5004,5083,5172,5239,5305,5383,5464,5552,5630,5707,5781,5860,5950,6042,6134,6235,6309,6391,6492,6542,6608,6700,6787,6849,6913,6976,7099,7202,7306,7412,7731"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-ca\\values-ca.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7818",
+ "endColumns": "100",
+ "endOffsets": "7914"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "279,402,507,614,697,803,929,1013,1092,1183,1276,1369,1464,1562,1655,1748,1842,1933,2024,2105,2216,2324,2422,2532,2637,2745,2905,7736",
+ "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": "397,502,609,692,798,924,1008,1087,1178,1271,1364,1459,1557,1650,1743,1837,1928,2019,2100,2211,2319,2417,2527,2632,2740,2900,2999,7813"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-ca\\values-ca.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,166",
+ "endColumns": "110,121",
+ "endOffsets": "161,283"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7417,7528",
+ "endColumns": "110,121",
+ "endOffsets": "7523,7645"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-watch-v20_values-watch-v20.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-sw750dp-v13_values-sw750dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-my_values-my.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "290,403,510,626,713,822,945,1024,1102,1193,1286,1381,1475,1575,1668,1763,1857,1948,2039,2124,2239,2348,2447,2573,2680,2788,2948,7661",
+ "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": "398,505,621,708,817,940,1019,1097,1188,1281,1376,1470,1570,1663,1758,1852,1943,2034,2119,2234,2343,2442,2568,2675,2783,2943,3046,7742"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-my\\values-my.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,168",
+ "endColumns": "112,125",
+ "endOffsets": "163,289"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7340,7453",
+ "endColumns": "112,125",
+ "endOffsets": "7448,7574"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-my\\values-my.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7747",
+ "endColumns": "100",
+ "endOffsets": "7843"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,240,316,422,551,636,701,791,866,925,1016,1081,1140,1211,1273,1330,1449,1507,1568,1623,1696,1828,1919,2008,2119,2197,2274,2366,2433,2499,2571,2653,2735,2810,2884,2956,3035,3132,3213,3299,3391,3465,3544,3630,3684,3752,3835,3916,3978,4042,4105,4217,4320,4424,4529",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,75,105,128,84,64,89,74,58,90,64,58,70,61,56,118,57,60,54,72,131,90,88,110,77,76,91,66,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,81",
+ "endOffsets": "235,311,417,546,631,696,786,861,920,1011,1076,1135,1206,1268,1325,1444,1502,1563,1618,1691,1823,1914,2003,2114,2192,2269,2361,2428,2494,2566,2648,2730,2805,2879,2951,3030,3127,3208,3294,3386,3460,3539,3625,3679,3747,3830,3911,3973,4037,4100,4212,4315,4419,4524,4606"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3051,3127,3233,3362,3447,3512,3602,3677,3736,3827,3892,3951,4022,4084,4141,4260,4318,4379,4434,4507,4639,4730,4819,4930,5008,5085,5177,5244,5310,5382,5464,5546,5621,5695,5767,5846,5943,6024,6110,6202,6276,6355,6441,6495,6563,6646,6727,6789,6853,6916,7028,7131,7235,7579",
+ "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,88",
+ "endColumns": "12,75,105,128,84,64,89,74,58,90,64,58,70,61,56,118,57,60,54,72,131,90,88,110,77,76,91,66,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,81",
+ "endOffsets": "285,3122,3228,3357,3442,3507,3597,3672,3731,3822,3887,3946,4017,4079,4136,4255,4313,4374,4429,4502,4634,4725,4814,4925,5003,5080,5172,5239,5305,5377,5459,5541,5616,5690,5762,5841,5938,6019,6105,6197,6271,6350,6436,6490,6558,6641,6722,6784,6848,6911,7023,7126,7230,7335,7656"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-sw510dp-v13_values-sw510dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-ne_values-ne.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-ne\\values-ne.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,172",
+ "endColumns": "116,119",
+ "endOffsets": "167,287"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7350,7467",
+ "endColumns": "116,119",
+ "endOffsets": "7462,7582"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "267,376,487,595,686,793,913,997,1076,1167,1260,1355,1449,1549,1642,1737,1831,1922,2013,2099,2212,2313,2409,2522,2632,2749,2916,7671",
+ "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": "371,482,590,681,788,908,992,1071,1162,1255,1350,1444,1544,1637,1732,1826,1917,2008,2094,2207,2308,2404,2517,2627,2744,2911,3022,7746"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,217,299,401,511,598,664,760,826,887,992,1064,1122,1196,1258,1312,1425,1485,1546,1605,1683,1807,1888,1973,2079,2160,2243,2326,2393,2459,2536,2615,2703,2772,2848,2929,2997,3088,3166,3259,3356,3430,3509,3607,3667,3733,3821,3909,3971,4039,4102,4207,4325,4420,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",
+ "endColumns": "12,81,101,109,86,65,95,65,60,104,71,57,73,61,53,112,59,60,58,77,123,80,84,105,80,82,82,66,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,83",
+ "endOffsets": "212,294,396,506,593,659,755,821,882,987,1059,1117,1191,1253,1307,1420,1480,1541,1600,1678,1802,1883,1968,2074,2155,2238,2321,2388,2454,2531,2610,2698,2767,2843,2924,2992,3083,3161,3254,3351,3425,3504,3602,3662,3728,3816,3904,3966,4034,4097,4202,4320,4415,4535,4619"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3027,3109,3211,3321,3408,3474,3570,3636,3697,3802,3874,3932,4006,4068,4122,4235,4295,4356,4415,4493,4617,4698,4783,4889,4970,5053,5136,5203,5269,5346,5425,5513,5582,5658,5739,5807,5898,5976,6069,6166,6240,6319,6417,6477,6543,6631,6719,6781,6849,6912,7017,7135,7230,7587",
+ "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,88",
+ "endColumns": "12,81,101,109,86,65,95,65,60,104,71,57,73,61,53,112,59,60,58,77,123,80,84,105,80,82,82,66,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,83",
+ "endOffsets": "262,3104,3206,3316,3403,3469,3565,3631,3692,3797,3869,3927,4001,4063,4117,4230,4290,4351,4410,4488,4612,4693,4778,4884,4965,5048,5131,5198,5264,5341,5420,5508,5577,5653,5734,5802,5893,5971,6064,6161,6235,6314,6412,6472,6538,6626,6714,6776,6844,6907,7012,7130,7225,7345,7666"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-ne\\values-ne.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7751",
+ "endColumns": "100",
+ "endOffsets": "7847"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-kk_values-kk.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,228,307,399,511,593,657,752,822,885,992,1059,1120,1187,1249,1303,1417,1476,1537,1591,1666,1792,1880,1969,2081,2153,2226,2315,2382,2448,2519,2596,2682,2754,2830,2911,2981,3068,3140,3231,3324,3398,3473,3565,3617,3683,3767,3853,3915,3979,4042,4146,4246,4340,4441",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,78,91,111,81,63,94,69,62,106,66,60,66,61,53,113,58,60,53,74,125,87,88,111,71,72,88,66,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,83",
+ "endOffsets": "223,302,394,506,588,652,747,817,880,987,1054,1115,1182,1244,1298,1412,1471,1532,1586,1661,1787,1875,1964,2076,2148,2221,2310,2377,2443,2514,2591,2677,2749,2825,2906,2976,3063,3135,3226,3319,3393,3468,3560,3612,3678,3762,3848,3910,3974,4037,4141,4241,4335,4436,4520"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2969,3048,3140,3252,3334,3398,3493,3563,3626,3733,3800,3861,3928,3990,4044,4158,4217,4278,4332,4407,4533,4621,4710,4822,4894,4967,5056,5123,5189,5260,5337,5423,5495,5571,5652,5722,5809,5881,5972,6065,6139,6214,6306,6358,6424,6508,6594,6656,6720,6783,6887,6987,7081,7413",
+ "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,88",
+ "endColumns": "12,78,91,111,81,63,94,69,62,106,66,60,66,61,53,113,58,60,53,74,125,87,88,111,71,72,88,66,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,83",
+ "endOffsets": "273,3043,3135,3247,3329,3393,3488,3558,3621,3728,3795,3856,3923,3985,4039,4153,4212,4273,4327,4402,4528,4616,4705,4817,4889,4962,5051,5118,5184,5255,5332,5418,5490,5566,5647,5717,5804,5876,5967,6060,6134,6209,6301,6353,6419,6503,6589,6651,6715,6778,6882,6982,7076,7177,7492"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-kk\\values-kk.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7579",
+ "endColumns": "100",
+ "endOffsets": "7675"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "278,386,491,601,686,792,911,991,1068,1159,1252,1347,1441,1541,1634,1729,1826,1917,2008,2089,2194,2297,2395,2502,2608,2708,2874,7497",
+ "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": "381,486,596,681,787,906,986,1063,1154,1247,1342,1436,1536,1629,1724,1821,1912,2003,2084,2189,2292,2390,2497,2603,2703,2869,2964,7574"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-kk\\values-kk.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,168",
+ "endColumns": "112,117",
+ "endOffsets": "163,281"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7182,7295",
+ "endColumns": "112,117",
+ "endOffsets": "7290,7408"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-sv_values-sv.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-sv\\values-sv.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7508",
+ "endColumns": "100",
+ "endOffsets": "7604"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-sv\\values-sv.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,164",
+ "endColumns": "108,118",
+ "endOffsets": "159,278"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7122,7231",
+ "endColumns": "108,118",
+ "endOffsets": "7226,7345"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "271,374,477,588,672,774,887,964,1039,1132,1227,1322,1416,1518,1613,1710,1808,1904,1997,2077,2183,2282,2378,2483,2586,2688,2842,7428",
+ "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": "369,472,583,667,769,882,959,1034,1127,1222,1317,1411,1513,1608,1705,1803,1899,1992,2072,2178,2277,2373,2478,2581,2683,2837,2939,7503"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,221,302,400,522,601,664,756,820,880,972,1035,1097,1164,1228,1282,1387,1446,1507,1561,1630,1749,1832,1916,2022,2101,2185,2271,2338,2404,2473,2547,2636,2708,2785,2856,2930,3021,3100,3187,3275,3347,3421,3506,3557,3624,3705,3789,3851,3915,3978,4085,4192,4291,4399",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,80,97,121,78,62,91,63,59,91,62,61,66,63,53,104,58,60,53,68,118,82,83,105,78,83,85,66,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,77",
+ "endOffsets": "216,297,395,517,596,659,751,815,875,967,1030,1092,1159,1223,1277,1382,1441,1502,1556,1625,1744,1827,1911,2017,2096,2180,2266,2333,2399,2468,2542,2631,2703,2780,2851,2925,3016,3095,3182,3270,3342,3416,3501,3552,3619,3700,3784,3846,3910,3973,4080,4187,4286,4394,4472"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2944,3025,3123,3245,3324,3387,3479,3543,3603,3695,3758,3820,3887,3951,4005,4110,4169,4230,4284,4353,4472,4555,4639,4745,4824,4908,4994,5061,5127,5196,5270,5359,5431,5508,5579,5653,5744,5823,5910,5998,6070,6144,6229,6280,6347,6428,6512,6574,6638,6701,6808,6915,7014,7350",
+ "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,88",
+ "endColumns": "12,80,97,121,78,62,91,63,59,91,62,61,66,63,53,104,58,60,53,68,118,82,83,105,78,83,85,66,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,77",
+ "endOffsets": "266,3020,3118,3240,3319,3382,3474,3538,3598,3690,3753,3815,3882,3946,4000,4105,4164,4225,4279,4348,4467,4550,4634,4740,4819,4903,4989,5056,5122,5191,5265,5354,5426,5503,5574,5648,5739,5818,5905,5993,6065,6139,6224,6275,6342,6423,6507,6569,6633,6696,6803,6910,7009,7117,7423"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-ar_values-ar.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,93",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "470,578,682,789,871,972,1086,1166,1245,1336,1429,1521,1615,1715,1808,1903,1996,2087,2181,2260,2365,2463,2561,2669,2769,2872,3027,7658",
+ "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": "573,677,784,866,967,1081,1161,1240,1331,1424,1516,1610,1710,1803,1898,1991,2082,2176,2255,2360,2458,2556,2664,2764,2867,3022,3119,7735"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,420,504,605,724,801,864,955,1024,1091,1191,1256,1317,1385,1447,1505,1619,1679,1740,1797,1870,1993,2074,2154,2272,2353,2434,2523,2590,2656,2734,2814,2898,2970,3044,3117,3187,3278,3349,3439,3534,3608,3691,3784,3833,3902,3988,4073,4135,4199,4262,4371,4463,4560,4653",
+ "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",
+ "endColumns": "12,83,100,118,76,62,90,68,66,99,64,60,67,61,57,113,59,60,56,72,122,80,79,117,80,80,88,66,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,79",
+ "endOffsets": "415,499,600,719,796,859,950,1019,1086,1186,1251,1312,1380,1442,1500,1614,1674,1735,1792,1865,1988,2069,2149,2267,2348,2429,2518,2585,2651,2729,2809,2893,2965,3039,3112,3182,3273,3344,3434,3529,3603,3686,3779,3828,3897,3983,4068,4130,4194,4257,4366,4458,4555,4648,4728"
+ },
+ "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,92",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3124,3208,3309,3428,3505,3568,3659,3728,3795,3895,3960,4021,4089,4151,4209,4323,4383,4444,4501,4574,4697,4778,4858,4976,5057,5138,5227,5294,5360,5438,5518,5602,5674,5748,5821,5891,5982,6053,6143,6238,6312,6395,6488,6537,6606,6692,6777,6839,6903,6966,7075,7167,7264,7578",
+ "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,92",
+ "endColumns": "12,83,100,118,76,62,90,68,66,99,64,60,67,61,57,113,59,60,56,72,122,80,79,117,80,80,88,66,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,79",
+ "endOffsets": "465,3203,3304,3423,3500,3563,3654,3723,3790,3890,3955,4016,4084,4146,4204,4318,4378,4439,4496,4569,4692,4773,4853,4971,5052,5133,5222,5289,5355,5433,5513,5597,5669,5743,5816,5886,5977,6048,6138,6233,6307,6390,6483,6532,6601,6687,6772,6834,6898,6961,7070,7162,7259,7352,7653"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-ar\\values-ar.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,165",
+ "endColumns": "109,110",
+ "endOffsets": "160,271"
+ },
+ "to": {
+ "startLines": "90,91",
+ "startColumns": "4,4",
+ "startOffsets": "7357,7467",
+ "endColumns": "109,110",
+ "endOffsets": "7462,7573"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-ar\\values-ar.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "94",
+ "startColumns": "4",
+ "startOffsets": "7740",
+ "endColumns": "100",
+ "endOffsets": "7836"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-am_values-am.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "266,364,462,568,654,757,874,952,1028,1119,1212,1304,1398,1498,1591,1686,1779,1870,1961,2041,2141,2241,2337,2439,2539,2638,2788,7112",
+ "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": "359,457,563,649,752,869,947,1023,1114,1207,1299,1393,1493,1586,1681,1774,1865,1956,2036,2136,2236,2332,2434,2534,2633,2783,2879,7187"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-am\\values-am.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,159",
+ "endColumns": "103,109",
+ "endOffsets": "154,264"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "6822,6926",
+ "endColumns": "103,109",
+ "endOffsets": "6921,7031"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-am\\values-am.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7192",
+ "endColumns": "100",
+ "endOffsets": "7288"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,216,291,380,482,559,623,708,770,828,913,975,1033,1099,1161,1216,1312,1369,1428,1484,1551,1656,1736,1817,1916,1989,2060,2142,2209,2275,2341,2414,2495,2563,2636,2707,2774,2859,2926,3013,3101,3175,3243,3328,3379,3443,3523,3605,3667,3731,3794,3889,3978,4063,4154",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,74,88,101,76,63,84,61,57,84,61,57,65,61,54,95,56,58,55,66,104,79,80,98,72,70,81,66,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,75",
+ "endOffsets": "211,286,375,477,554,618,703,765,823,908,970,1028,1094,1156,1211,1307,1364,1423,1479,1546,1651,1731,1812,1911,1984,2055,2137,2204,2270,2336,2409,2490,2558,2631,2702,2769,2854,2921,3008,3096,3170,3238,3323,3374,3438,3518,3600,3662,3726,3789,3884,3973,4058,4149,4225"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2884,2959,3048,3150,3227,3291,3376,3438,3496,3581,3643,3701,3767,3829,3884,3980,4037,4096,4152,4219,4324,4404,4485,4584,4657,4728,4810,4877,4943,5009,5082,5163,5231,5304,5375,5442,5527,5594,5681,5769,5843,5911,5996,6047,6111,6191,6273,6335,6399,6462,6557,6646,6731,7036",
+ "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,88",
+ "endColumns": "12,74,88,101,76,63,84,61,57,84,61,57,65,61,54,95,56,58,55,66,104,79,80,98,72,70,81,66,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,75",
+ "endOffsets": "261,2954,3043,3145,3222,3286,3371,3433,3491,3576,3638,3696,3762,3824,3879,3975,4032,4091,4147,4214,4319,4399,4480,4579,4652,4723,4805,4872,4938,5004,5077,5158,5226,5299,5370,5437,5522,5589,5676,5764,5838,5906,5991,6042,6106,6186,6268,6330,6394,6457,6552,6641,6726,6817,7107"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-zu_values-zu.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,226,303,415,541,622,689,792,867,930,1022,1087,1154,1226,1298,1352,1473,1532,1596,1650,1727,1859,1944,2025,2144,2231,2314,2406,2473,2539,2611,2688,2779,2859,2938,3013,3092,3182,3255,3349,3446,3520,3593,3692,3747,3815,3903,3992,4054,4118,4181,4290,4395,4498,4607",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,76,111,125,80,66,102,74,62,91,64,66,71,71,53,120,58,63,53,76,131,84,80,118,86,82,91,66,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,81",
+ "endOffsets": "221,298,410,536,617,684,787,862,925,1017,1082,1149,1221,1293,1347,1468,1527,1591,1645,1722,1854,1939,2020,2139,2226,2309,2401,2468,2534,2606,2683,2774,2854,2933,3008,3087,3177,3250,3344,3441,3515,3588,3687,3742,3810,3898,3987,4049,4113,4176,4285,4390,4493,4602,4684"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2962,3039,3151,3277,3358,3425,3528,3603,3666,3758,3823,3890,3962,4034,4088,4209,4268,4332,4386,4463,4595,4680,4761,4880,4967,5050,5142,5209,5275,5347,5424,5515,5595,5674,5749,5828,5918,5991,6085,6182,6256,6329,6428,6483,6551,6639,6728,6790,6854,6917,7026,7131,7234,7577",
+ "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,88",
+ "endColumns": "12,76,111,125,80,66,102,74,62,91,64,66,71,71,53,120,58,63,53,76,131,84,80,118,86,82,91,66,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,81",
+ "endOffsets": "271,3034,3146,3272,3353,3420,3523,3598,3661,3753,3818,3885,3957,4029,4083,4204,4263,4327,4381,4458,4590,4675,4756,4875,4962,5045,5137,5204,5270,5342,5419,5510,5590,5669,5744,5823,5913,5986,6080,6177,6251,6324,6423,6478,6546,6634,6723,6785,6849,6912,7021,7126,7229,7338,7654"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-zu\\values-zu.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7741",
+ "endColumns": "100",
+ "endOffsets": "7837"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "276,384,491,603,691,794,909,988,1065,1156,1249,1344,1438,1538,1631,1726,1820,1911,2004,2085,2189,2292,2390,2497,2604,2709,2866,7659",
+ "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": "379,486,598,686,789,904,983,1060,1151,1244,1339,1433,1533,1626,1721,1815,1906,1999,2080,2184,2287,2385,2492,2599,2704,2861,2957,7736"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-zu\\values-zu.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,168",
+ "endColumns": "112,120",
+ "endOffsets": "163,284"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7343,7456",
+ "endColumns": "112,120",
+ "endOffsets": "7451,7572"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-ur_values-ur.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-ur\\values-ur.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,167",
+ "endColumns": "111,114",
+ "endOffsets": "162,277"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7199,7311",
+ "endColumns": "111,114",
+ "endOffsets": "7306,7421"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-ur\\values-ur.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7592",
+ "endColumns": "100",
+ "endOffsets": "7688"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,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,378,484,593,679,783,903,980,1055,1147,1241,1336,1430,1531,1625,1721,1815,1907,1999,2084,2192,2298,2400,2511,2612,2728,2893,7506",
+ "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": "373,479,588,674,778,898,975,1050,1142,1236,1331,1425,1526,1620,1716,1810,1902,1994,2079,2187,2293,2395,2506,2607,2723,2888,2986,7587"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,214,292,392,511,594,659,752,822,881,971,1040,1098,1167,1227,1291,1403,1462,1521,1576,1651,1774,1854,1938,2041,2123,2204,2291,2358,2424,2499,2579,2664,2731,2806,2883,2947,3041,3111,3200,3293,3367,3442,3532,3588,3655,3739,3823,3885,3949,4012,4112,4219,4313,4422",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,77,99,118,82,64,92,69,58,89,68,57,68,59,63,111,58,58,54,74,122,79,83,102,81,80,86,66,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,79",
+ "endOffsets": "209,287,387,506,589,654,747,817,876,966,1035,1093,1162,1222,1286,1398,1457,1516,1571,1646,1769,1849,1933,2036,2118,2199,2286,2353,2419,2494,2574,2659,2726,2801,2878,2942,3036,3106,3195,3288,3362,3437,3527,3583,3650,3734,3818,3880,3944,4007,4107,4214,4308,4417,4497"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2991,3069,3169,3288,3371,3436,3529,3599,3658,3748,3817,3875,3944,4004,4068,4180,4239,4298,4353,4428,4551,4631,4715,4818,4900,4981,5068,5135,5201,5276,5356,5441,5508,5583,5660,5724,5818,5888,5977,6070,6144,6219,6309,6365,6432,6516,6600,6662,6726,6789,6889,6996,7090,7426",
+ "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,88",
+ "endColumns": "12,77,99,118,82,64,92,69,58,89,68,57,68,59,63,111,58,58,54,74,122,79,83,102,81,80,86,66,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,79",
+ "endOffsets": "259,3064,3164,3283,3366,3431,3524,3594,3653,3743,3812,3870,3939,3999,4063,4175,4234,4293,4348,4423,4546,4626,4710,4813,4895,4976,5063,5130,5196,5271,5351,5436,5503,5578,5655,5719,5813,5883,5972,6065,6139,6214,6304,6360,6427,6511,6595,6657,6721,6784,6884,6991,7085,7194,7501"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-sw660dp-v13_values-sw660dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-v21_values-v21.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,8499,8684,11670,11867,12066,12189,12312,12425,12608,12863,13064,13153,13264,13497,13598,13693,13816,13945,14062,14239,14338,14473,14616,14751,14870,15071,15190,15283,15394,15450,15557,15752,15863,15996,16091,16182,16273,16366,16483,16622,16693,16776,17456,17513,17571,18265",
+ "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,8494,8679,11665,11862,12061,12184,12307,12420,12603,12858,13059,13148,13259,13492,13593,13688,13811,13940,14057,14234,14333,14468,14611,14746,14865,15066,15185,15278,15389,15445,15552,15747,15858,15991,16086,16177,16268,16361,16478,16617,16688,16771,17451,17508,17566,18260,18966"
+ },
+ "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,95,138,141,184,199,208,210,212,214,217,221,224,225,226,229,230,231,232,233,234,237,238,240,242,244,246,250,252,253,254,255,257,261,263,265,266,267,268,269,270,298,299,300,310,311,312,324",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,8365,11339,11524,14510,15643,16286,16409,16532,16645,16828,17083,17284,17373,17484,17717,17818,17913,18036,18165,18282,18459,18558,18693,18836,18971,19090,19291,19410,19503,19614,19670,19777,19972,20083,20216,20311,20402,20493,20586,20703,22935,23006,23089,23769,23826,23884,24578",
+ "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,137,140,183,186,201,209,211,213,216,220,223,224,225,228,229,230,231,232,233,236,237,239,241,243,245,249,251,252,253,254,256,260,262,264,265,266,267,268,269,271,298,299,309,310,311,323,335",
+ "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,11334,11519,14505,14702,15837,16404,16527,16640,16823,17078,17279,17368,17479,17712,17813,17908,18031,18160,18277,18454,18553,18688,18831,18966,19085,19286,19405,19498,19609,19665,19772,19967,20078,20211,20306,20397,20488,20581,20698,20837,23001,23084,23764,23821,23879,24573,25279"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.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,336,337,338,339,541,544",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,1408,1472,1539,25284,25400,25526,25652,37878,38050",
+ "endLines": "2,17,18,19,336,337,338,339,543,548",
+ "endColumns": "117,63,66,63,115,125,125,127,12,12",
+ "endOffsets": "168,1467,1534,1598,25395,25521,25647,25775,38045,38397"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-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,16,17,18,19,20,21,24,27,30,33,36,39,42,45,48,49,52,57,68,74,84,94,104,114,124,134,144,154,164,174,184,194,204,214,224,230,236,242,248,252,256,257,258,259,263,266,269,272,275,278,281,285,289",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2052,2311,2582,2800,3032,3268,3518,3731,3962,4078,4248,4569,5598,6055,6608,7165,7723,8286,8840,9393,9947,10502,11053,11608,12166,12723,13271,13827,14384,14726,15070,15420,15770,16099,16440,16578,16722,16878,17271,17489,17711,17937,18153,18323,18513,18754,19013",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,23,26,29,32,35,38,41,44,47,48,51,56,67,73,83,93,103,113,123,133,143,153,163,173,183,193,203,213,223,229,235,241,247,251,255,256,257,258,262,265,268,271,274,277,280,284,288,291",
+ "endColumns": "97,95,95,97,67,78,87,87,87,87,86,86,86,86,92,106,104,118,124,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,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,2047,2306,2577,2795,3027,3263,3513,3726,3957,4073,4243,4564,5593,6050,6603,7160,7718,8281,8835,9388,9942,10497,11048,11603,12161,12718,13266,13822,14379,14721,15065,15415,15765,16094,16435,16573,16717,16873,17266,17484,17706,17932,18148,18318,18508,18749,19008,19185"
+ },
+ "to": {
+ "startLines": "3,4,5,6,7,8,9,10,11,12,13,14,15,16,80,81,82,83,85,86,89,92,187,190,193,196,202,205,272,273,276,281,292,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,496,502,508,514,518,522,523,524,525,529,532,535,538,549,552,555,559,563",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7835,8094,14707,14925,15157,15393,15842,16055,20842,20958,21128,21449,22478,25780,26333,26890,27448,28011,28565,29118,29672,30227,30778,31333,31891,32448,32996,33552,34109,34451,34795,35145,35495,35824,36165,36303,36447,36603,36996,37214,37436,37662,38402,38572,38762,39003,39262",
+ "endLines": "3,4,5,6,7,8,9,10,11,12,13,14,15,16,80,81,82,83,85,88,91,94,189,192,195,198,204,207,272,275,280,291,297,349,359,369,379,389,399,409,419,429,439,449,459,469,479,489,495,501,507,513,517,521,522,523,524,528,531,534,537,540,551,554,558,562,565",
+ "endColumns": "97,95,95,97,67,78,87,87,87,87,86,86,86,86,92,106,104,118,124,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,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,7830,8089,8360,14920,15152,15388,15638,16050,16281,20953,21123,21444,22473,22930,26328,26885,27443,28006,28560,29113,29667,30222,30773,31328,31886,32443,32991,33547,34104,34446,34790,35140,35490,35819,36160,36298,36442,36598,36991,37209,37431,37657,37873,38567,38757,38998,39257,39434"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-ro_values-ro.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-ro\\values-ro.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "91",
+ "startColumns": "4",
+ "startOffsets": "7810",
+ "endColumns": "100",
+ "endOffsets": "7906"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,276,363,464,585,669,735,830,904,964,1048,1114,1172,1245,1308,1364,1483,1540,1601,1657,1731,1876,1962,2046,2149,2231,2314,2404,2471,2537,2610,2688,2776,2847,2924,2998,3070,3161,3235,3330,3428,3502,3582,3683,3736,3802,3891,3981,4043,4107,4170,4282,4395,4505,4617",
+ "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",
+ "endColumns": "12,86,100,120,83,65,94,73,59,83,65,57,72,62,55,118,56,60,55,73,144,85,83,102,81,82,89,66,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,78",
+ "endOffsets": "271,358,459,580,664,730,825,899,959,1043,1109,1167,1240,1303,1359,1478,1535,1596,1652,1726,1871,1957,2041,2144,2226,2309,2399,2466,2532,2605,2683,2771,2842,2919,2993,3065,3156,3230,3325,3423,3497,3577,3678,3731,3797,3886,3976,4038,4102,4165,4277,4390,4500,4612,4691"
+ },
+ "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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3072,3159,3260,3381,3465,3531,3626,3700,3760,3844,3910,3968,4041,4104,4160,4279,4336,4397,4453,4527,4672,4758,4842,4945,5027,5110,5200,5267,5333,5406,5484,5572,5643,5720,5794,5866,5957,6031,6126,6224,6298,6378,6479,6532,6598,6687,6777,6839,6903,6966,7078,7191,7301,7647",
+ "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,89",
+ "endColumns": "12,86,100,120,83,65,94,73,59,83,65,57,72,62,55,118,56,60,55,73,144,85,83,102,81,82,89,66,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,78",
+ "endOffsets": "321,3154,3255,3376,3460,3526,3621,3695,3755,3839,3905,3963,4036,4099,4155,4274,4331,4392,4448,4522,4667,4753,4837,4940,5022,5105,5195,5262,5328,5401,5479,5567,5638,5715,5789,5861,5952,6026,6121,6219,6293,6373,6474,6527,6593,6682,6772,6834,6898,6961,7073,7186,7296,7408,7721"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-ro\\values-ro.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,165",
+ "endColumns": "109,123",
+ "endOffsets": "160,284"
+ },
+ "to": {
+ "startLines": "87,88",
+ "startColumns": "4,4",
+ "startOffsets": "7413,7523",
+ "endColumns": "109,123",
+ "endOffsets": "7518,7642"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,90",
+ "startColumns": "4,4,4,4,4,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,447,551,664,748,852,973,1058,1138,1229,1322,1417,1511,1611,1704,1799,1893,1984,2076,2159,2271,2379,2479,2593,2699,2805,2969,7726",
+ "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": "442,546,659,743,847,968,1053,1133,1224,1317,1412,1506,1606,1699,1794,1888,1979,2071,2154,2266,2374,2474,2588,2694,2800,2964,3067,7805"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-night-v8_values-night-v8.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,46",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "100,170,254,338,434,536,638,4108",
+ "endColumns": "69,83,83,95,101,101,93,88",
+ "endOffsets": "165,249,333,429,531,633,727,4192"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\values-night\\themes.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "100",
+ "endLines": "14",
+ "endColumns": "12",
+ "endOffsets": "819"
+ },
+ "to": {
+ "startLines": "9",
+ "startColumns": "4",
+ "startOffsets": "732",
+ "endLines": "21",
+ "endColumns": "12",
+ "endOffsets": "1449"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,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,847,935,1059,1161,1263,1379,1481,1595,1723,1839,1961,2097,2217,2351,2471,2583,2709,2826,2950,3080,3202,3340,3474,3590",
+ "endColumns": "74,110,88,100,106,106,98,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,842,930,1054,1156,1258,1374,1476,1590,1718,1834,1956,2092,2212,2346,2466,2578,2704,2821,2945,3075,3197,3335,3469,3585,3705"
+ },
+ "to": {
+ "startLines": "22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "1454,1529,1640,1729,1830,1937,2044,2143,2246,2334,2458,2560,2662,2778,2880,2994,3122,3238,3360,3496,3616,3750,3870,3982,4197,4314,4438,4568,4690,4828,4962,5078",
+ "endColumns": "74,110,88,100,106,106,98,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": "1524,1635,1724,1825,1932,2039,2138,2241,2329,2453,2555,2657,2773,2875,2989,3117,3233,3355,3491,3611,3745,3865,3977,4103,4309,4433,4563,4685,4823,4957,5073,5193"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\res\\values-h550dp-port-v13\\values-h550dp-port-v13.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "76",
+ "endOffsets": "127"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-ky_values-ky.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-ky\\values-ky.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,165",
+ "endColumns": "109,117",
+ "endOffsets": "160,278"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7239,7349",
+ "endColumns": "109,117",
+ "endOffsets": "7344,7462"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-ky\\values-ky.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7631",
+ "endColumns": "100",
+ "endOffsets": "7727"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,220,305,406,547,631,695,789,859,920,1007,1071,1130,1204,1266,1320,1437,1495,1556,1610,1684,1806,1890,1986,2088,2166,2244,2333,2400,2466,2535,2612,2699,2771,2847,2929,3002,3087,3166,3256,3348,3422,3507,3597,3649,3714,3797,3882,3944,4008,4071,4188,4282,4382,4477",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,84,100,140,83,63,93,69,60,86,63,58,73,61,53,116,57,60,53,73,121,83,95,101,77,77,88,66,65,68,76,86,71,75,81,72,84,78,89,91,73,84,89,51,64,82,84,61,63,62,116,93,99,94,81",
+ "endOffsets": "215,300,401,542,626,690,784,854,915,1002,1066,1125,1199,1261,1315,1432,1490,1551,1605,1679,1801,1885,1981,2083,2161,2239,2328,2395,2461,2530,2607,2694,2766,2842,2924,2997,3082,3161,3251,3343,3417,3502,3592,3644,3709,3792,3877,3939,4003,4066,4183,4277,4377,4472,4554"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2982,3067,3168,3309,3393,3457,3551,3621,3682,3769,3833,3892,3966,4028,4082,4199,4257,4318,4372,4446,4568,4652,4748,4850,4928,5006,5095,5162,5228,5297,5374,5461,5533,5609,5691,5764,5849,5928,6018,6110,6184,6269,6359,6411,6476,6559,6644,6706,6770,6833,6950,7044,7144,7467",
+ "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,88",
+ "endColumns": "12,84,100,140,83,63,93,69,60,86,63,58,73,61,53,116,57,60,53,73,121,83,95,101,77,77,88,66,65,68,76,86,71,75,81,72,84,78,89,91,73,84,89,51,64,82,84,61,63,62,116,93,99,94,81",
+ "endOffsets": "265,3062,3163,3304,3388,3452,3546,3616,3677,3764,3828,3887,3961,4023,4077,4194,4252,4313,4367,4441,4563,4647,4743,4845,4923,5001,5090,5157,5223,5292,5369,5456,5528,5604,5686,5759,5844,5923,6013,6105,6179,6264,6354,6406,6471,6554,6639,6701,6765,6828,6945,7039,7139,7234,7544"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "270,381,490,602,687,792,909,988,1066,1157,1250,1345,1439,1539,1632,1727,1822,1913,2004,2085,2191,2296,2394,2501,2604,2719,2880,7549",
+ "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": "376,485,597,682,787,904,983,1061,1152,1245,1340,1434,1534,1627,1722,1817,1908,1999,2080,2186,2291,2389,2496,2599,2714,2875,2977,7626"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-mk_values-mk.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-mk\\values-mk.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,160",
+ "endColumns": "104,127",
+ "endOffsets": "155,283"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7294,7399",
+ "endColumns": "104,127",
+ "endOffsets": "7394,7522"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-mk\\values-mk.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7697",
+ "endColumns": "100",
+ "endOffsets": "7793"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "276,384,488,596,682,790,909,993,1074,1165,1258,1354,1448,1548,1641,1736,1832,1923,2014,2101,2207,2313,2414,2521,2633,2737,2893,7612",
+ "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": "379,483,591,677,785,904,988,1069,1160,1253,1349,1443,1543,1636,1731,1827,1918,2009,2096,2202,2308,2409,2516,2628,2732,2888,2986,7692"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,226,308,404,528,615,681,772,842,906,1009,1074,1134,1202,1265,1320,1448,1505,1567,1622,1697,1837,1924,2007,2110,2192,2277,2364,2431,2497,2570,2646,2735,2808,2884,2959,3029,3117,3192,3284,3376,3450,3524,3616,3669,3736,3819,3906,3968,4032,4095,4209,4316,4418,4529",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,81,95,123,86,65,90,69,63,102,64,59,67,62,54,127,56,61,54,74,139,86,82,102,81,84,86,66,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,84",
+ "endOffsets": "221,303,399,523,610,676,767,837,901,1004,1069,1129,1197,1260,1315,1443,1500,1562,1617,1692,1832,1919,2002,2105,2187,2272,2359,2426,2492,2565,2641,2730,2803,2879,2954,3024,3112,3187,3279,3371,3445,3519,3611,3664,3731,3814,3901,3963,4027,4090,4204,4311,4413,4524,4609"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2991,3073,3169,3293,3380,3446,3537,3607,3671,3774,3839,3899,3967,4030,4085,4213,4270,4332,4387,4462,4602,4689,4772,4875,4957,5042,5129,5196,5262,5335,5411,5500,5573,5649,5724,5794,5882,5957,6049,6141,6215,6289,6381,6434,6501,6584,6671,6733,6797,6860,6974,7081,7183,7527",
+ "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,88",
+ "endColumns": "12,81,95,123,86,65,90,69,63,102,64,59,67,62,54,127,56,61,54,74,139,86,82,102,81,84,86,66,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,84",
+ "endOffsets": "271,3068,3164,3288,3375,3441,3532,3602,3666,3769,3834,3894,3962,4025,4080,4208,4265,4327,4382,4457,4597,4684,4767,4870,4952,5037,5124,5191,5257,5330,5406,5495,5568,5644,5719,5789,5877,5952,6044,6136,6210,6284,6376,6429,6496,6579,6666,6728,6792,6855,6969,7076,7178,7289,7607"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-te_values-te.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-te\\values-te.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,168",
+ "endColumns": "112,122",
+ "endOffsets": "163,286"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7389,7502",
+ "endColumns": "112,122",
+ "endOffsets": "7497,7620"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-te\\values-te.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7791",
+ "endColumns": "100",
+ "endOffsets": "7887"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "281,398,510,623,713,818,937,1015,1091,1182,1275,1370,1464,1564,1657,1752,1847,1938,2029,2118,2232,2336,2435,2550,2655,2770,2932,7708",
+ "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": "393,505,618,708,813,932,1010,1086,1177,1270,1365,1459,1559,1652,1747,1842,1933,2024,2113,2227,2331,2430,2545,2650,2765,2927,3030,7786"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,231,317,421,537,626,692,786,853,915,1008,1076,1139,1213,1278,1332,1453,1510,1572,1626,1705,1833,1921,2013,2128,2208,2290,2378,2445,2511,2586,2664,2754,2827,2903,2984,3053,3158,3235,3326,3419,3493,3570,3662,3717,3783,3867,3953,4016,4081,4145,4255,4367,4466,4585",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,85,103,115,88,65,93,66,61,92,67,62,73,64,53,120,56,61,53,78,127,87,91,114,79,81,87,66,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,82",
+ "endOffsets": "226,312,416,532,621,687,781,848,910,1003,1071,1134,1208,1273,1327,1448,1505,1567,1621,1700,1828,1916,2008,2123,2203,2285,2373,2440,2506,2581,2659,2749,2822,2898,2979,3048,3153,3230,3321,3414,3488,3565,3657,3712,3778,3862,3948,4011,4076,4140,4250,4362,4461,4580,4663"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3035,3121,3225,3341,3430,3496,3590,3657,3719,3812,3880,3943,4017,4082,4136,4257,4314,4376,4430,4509,4637,4725,4817,4932,5012,5094,5182,5249,5315,5390,5468,5558,5631,5707,5788,5857,5962,6039,6130,6223,6297,6374,6466,6521,6587,6671,6757,6820,6885,6949,7059,7171,7270,7625",
+ "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,88",
+ "endColumns": "12,85,103,115,88,65,93,66,61,92,67,62,73,64,53,120,56,61,53,78,127,87,91,114,79,81,87,66,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,82",
+ "endOffsets": "276,3116,3220,3336,3425,3491,3585,3652,3714,3807,3875,3938,4012,4077,4131,4252,4309,4371,4425,4504,4632,4720,4812,4927,5007,5089,5177,5244,5310,5385,5463,5553,5626,5702,5783,5852,5957,6034,6125,6218,6292,6369,6461,6516,6582,6666,6752,6815,6880,6944,7054,7166,7265,7384,7703"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-sw720dp-v13_values-sw720dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-sw600dp-v13_values-sw600dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-es_values-es.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-es\\values-es.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7772",
+ "endColumns": "100",
+ "endOffsets": "7868"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,233,320,424,546,627,692,787,868,931,1020,1089,1152,1226,1290,1346,1464,1522,1584,1640,1720,1859,1948,2030,2141,2222,2302,2392,2459,2525,2604,2686,2774,2848,2925,2995,3074,3158,3242,3334,3434,3508,3589,3691,3744,3811,3904,3993,4055,4119,4182,4295,4388,4492,4586",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,86,103,121,80,64,94,80,62,88,68,62,73,63,55,117,57,61,55,79,138,88,81,110,80,79,89,66,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,82",
+ "endOffsets": "228,315,419,541,622,687,782,863,926,1015,1084,1147,1221,1285,1341,1459,1517,1579,1635,1715,1854,1943,2025,2136,2217,2297,2387,2454,2520,2599,2681,2769,2843,2920,2990,3069,3153,3237,3329,3429,3503,3584,3686,3739,3806,3899,3988,4050,4114,4177,4290,4383,4487,4581,4664"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3014,3101,3205,3327,3408,3473,3568,3649,3712,3801,3870,3933,4007,4071,4127,4245,4303,4365,4421,4501,4640,4729,4811,4922,5003,5083,5173,5240,5306,5385,5467,5555,5629,5706,5776,5855,5939,6023,6115,6215,6289,6370,6472,6525,6592,6685,6774,6836,6900,6963,7076,7169,7273,7606",
+ "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,88",
+ "endColumns": "12,86,103,121,80,64,94,80,62,88,68,62,73,63,55,117,57,61,55,79,138,88,81,110,80,79,89,66,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,82",
+ "endOffsets": "278,3096,3200,3322,3403,3468,3563,3644,3707,3796,3865,3928,4002,4066,4122,4240,4298,4360,4416,4496,4635,4724,4806,4917,4998,5078,5168,5235,5301,5380,5462,5550,5624,5701,5771,5850,5934,6018,6110,6210,6284,6365,6467,6520,6587,6680,6769,6831,6895,6958,7071,7164,7268,7362,7684"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "283,385,498,606,691,792,920,1006,1087,1179,1273,1370,1464,1564,1658,1754,1850,1942,2034,2116,2223,2334,2433,2541,2649,2756,2915,7689",
+ "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": "380,493,601,686,787,915,1001,1082,1174,1268,1365,1459,1559,1653,1749,1845,1937,2029,2111,2218,2329,2428,2536,2644,2751,2910,3009,7767"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-es\\values-es.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,174",
+ "endColumns": "118,119",
+ "endOffsets": "169,289"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7367,7486",
+ "endColumns": "118,119",
+ "endOffsets": "7481,7601"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-cs_values-cs.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,91",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "373,480,582,692,778,883,1000,1078,1154,1245,1338,1433,1527,1621,1714,1809,1906,1997,2088,2172,2276,2388,2487,2593,2704,2806,2969,7604",
+ "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": "475,577,687,773,878,995,1073,1149,1240,1333,1428,1522,1616,1709,1804,1901,1992,2083,2167,2271,2383,2482,2588,2699,2801,2964,3062,7682"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-cs\\values-cs.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,163",
+ "endColumns": "107,126",
+ "endOffsets": "158,285"
+ },
+ "to": {
+ "startLines": "88,89",
+ "startColumns": "4,4",
+ "startOffsets": "7290,7398",
+ "endColumns": "107,126",
+ "endOffsets": "7393,7520"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-cs\\values-cs.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "92",
+ "startColumns": "4",
+ "startOffsets": "7687",
+ "endColumns": "100",
+ "endOffsets": "7783"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,323,400,492,618,699,764,863,939,1000,1089,1156,1210,1278,1338,1392,1509,1569,1631,1685,1757,1879,1963,2055,2162,2240,2322,2410,2477,2543,2615,2692,2776,2848,2925,2999,3070,3158,3229,3322,3417,3491,3565,3661,3713,3780,3866,3954,4016,4080,4143,4253,4349,4448,4546",
+ "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",
+ "endColumns": "12,76,91,125,80,64,98,75,60,88,66,53,67,59,53,116,59,61,53,71,121,83,91,106,77,81,87,66,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,78",
+ "endOffsets": "318,395,487,613,694,759,858,934,995,1084,1151,1205,1273,1333,1387,1504,1564,1626,1680,1752,1874,1958,2050,2157,2235,2317,2405,2472,2538,2610,2687,2771,2843,2920,2994,3065,3153,3224,3317,3412,3486,3560,3656,3708,3775,3861,3949,4011,4075,4138,4248,4344,4443,4541,4620"
+ },
+ "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,90",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3067,3144,3236,3362,3443,3508,3607,3683,3744,3833,3900,3954,4022,4082,4136,4253,4313,4375,4429,4501,4623,4707,4799,4906,4984,5066,5154,5221,5287,5359,5436,5520,5592,5669,5743,5814,5902,5973,6066,6161,6235,6309,6405,6457,6524,6610,6698,6760,6824,6887,6997,7093,7192,7525",
+ "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,90",
+ "endColumns": "12,76,91,125,80,64,98,75,60,88,66,53,67,59,53,116,59,61,53,71,121,83,91,106,77,81,87,66,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,78",
+ "endOffsets": "368,3139,3231,3357,3438,3503,3602,3678,3739,3828,3895,3949,4017,4077,4131,4248,4308,4370,4424,4496,4618,4702,4794,4901,4979,5061,5149,5216,5282,5354,5431,5515,5587,5664,5738,5809,5897,5968,6061,6156,6230,6304,6400,6452,6519,6605,6693,6755,6819,6882,6992,7088,7187,7285,7599"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-zh-rTW_values-zh-rTW.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "6878",
+ "endColumns": "100",
+ "endOffsets": "6974"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "252,347,440,540,622,719,827,904,979,1071,1165,1262,1358,1453,1547,1643,1735,1827,1919,1997,2093,2188,2283,2380,2476,2574,2724,6799",
+ "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": "342,435,535,617,714,822,899,974,1066,1160,1257,1353,1448,1542,1638,1730,1822,1914,1992,2088,2183,2278,2375,2471,2569,2719,2813,6873"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-zh-rTW\\values-zh-rTW.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,154",
+ "endColumns": "98,99",
+ "endOffsets": "149,249"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "6531,6630",
+ "endColumns": "98,99",
+ "endOffsets": "6625,6725"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,202,269,363,470,543,605,683,743,803,881,939,995,1055,1113,1167,1252,1308,1366,1420,1485,1577,1651,1728,1818,1881,1944,2021,2088,2154,2217,2285,2363,2424,2495,2562,2624,2703,2768,2851,2936,3010,3074,3150,3198,3262,3338,3416,3478,3542,3605,3685,3762,3838,3915",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,66,93,106,72,61,77,59,59,77,57,55,59,57,53,84,55,57,53,64,91,73,76,89,62,62,76,66,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,68",
+ "endOffsets": "197,264,358,465,538,600,678,738,798,876,934,990,1050,1108,1162,1247,1303,1361,1415,1480,1572,1646,1723,1813,1876,1939,2016,2083,2149,2212,2280,2358,2419,2490,2557,2619,2698,2763,2846,2931,3005,3069,3145,3193,3257,3333,3411,3473,3537,3600,3680,3757,3833,3910,3979"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2818,2885,2979,3086,3159,3221,3299,3359,3419,3497,3555,3611,3671,3729,3783,3868,3924,3982,4036,4101,4193,4267,4344,4434,4497,4560,4637,4704,4770,4833,4901,4979,5040,5111,5178,5240,5319,5384,5467,5552,5626,5690,5766,5814,5878,5954,6032,6094,6158,6221,6301,6378,6454,6730",
+ "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,88",
+ "endColumns": "12,66,93,106,72,61,77,59,59,77,57,55,59,57,53,84,55,57,53,64,91,73,76,89,62,62,76,66,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,68",
+ "endOffsets": "247,2880,2974,3081,3154,3216,3294,3354,3414,3492,3550,3606,3666,3724,3778,3863,3919,3977,4031,4096,4188,4262,4339,4429,4492,4555,4632,4699,4765,4828,4896,4974,5035,5106,5173,5235,5314,5379,5462,5547,5621,5685,5761,5809,5873,5949,6027,6089,6153,6216,6296,6373,6449,6526,6794"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-bg_values-bg.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,220,303,398,531,620,686,783,863,925,1014,1079,1138,1211,1274,1328,1456,1513,1575,1629,1702,1845,1929,2017,2123,2211,2299,2384,2451,2517,2592,2668,2754,2831,2907,2984,3058,3149,3224,3315,3407,3481,3568,3659,3714,3780,3863,3949,4011,4075,4138,4255,4368,4479,4596",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,82,94,132,88,65,96,79,61,88,64,58,72,62,53,127,56,61,53,72,142,83,87,105,87,87,84,66,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,85",
+ "endOffsets": "215,298,393,526,615,681,778,858,920,1009,1074,1133,1206,1269,1323,1451,1508,1570,1624,1697,1840,1924,2012,2118,2206,2294,2379,2446,2512,2587,2663,2749,2826,2902,2979,3053,3144,3219,3310,3402,3476,3563,3654,3709,3775,3858,3944,4006,4070,4133,4250,4363,4474,4591,4677"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3019,3102,3197,3330,3419,3485,3582,3662,3724,3813,3878,3937,4010,4073,4127,4255,4312,4374,4428,4501,4644,4728,4816,4922,5010,5098,5183,5250,5316,5391,5467,5553,5630,5706,5783,5857,5948,6023,6114,6206,6280,6367,6458,6513,6579,6662,6748,6810,6874,6937,7054,7167,7278,7632",
+ "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,88",
+ "endColumns": "12,82,94,132,88,65,96,79,61,88,64,58,72,62,53,127,56,61,53,72,142,83,87,105,87,87,84,66,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,85",
+ "endOffsets": "265,3097,3192,3325,3414,3480,3577,3657,3719,3808,3873,3932,4005,4068,4122,4250,4307,4369,4423,4496,4639,4723,4811,4917,5005,5093,5178,5245,5311,5386,5462,5548,5625,5701,5778,5852,5943,6018,6109,6201,6275,6362,6453,6508,6574,6657,6743,6805,6869,6932,7049,7162,7273,7390,7713"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-bg\\values-bg.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,168",
+ "endColumns": "112,123",
+ "endOffsets": "163,287"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7395,7508",
+ "endColumns": "112,123",
+ "endOffsets": "7503,7627"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "270,390,496,601,687,797,918,998,1075,1166,1259,1354,1448,1548,1641,1736,1844,1935,2026,2109,2223,2331,2431,2545,2652,2760,2920,7718",
+ "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": "385,491,596,682,792,913,993,1070,1161,1254,1349,1443,1543,1636,1731,1839,1930,2021,2104,2218,2326,2426,2540,2647,2755,2915,3014,7797"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-bg\\values-bg.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7802",
+ "endColumns": "100",
+ "endOffsets": "7898"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-it_values-it.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-it\\values-it.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7715",
+ "endColumns": "100",
+ "endOffsets": "7811"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "273,378,481,590,674,779,898,976,1051,1143,1237,1330,1424,1525,1619,1716,1811,1903,1995,2076,2182,2289,2387,2491,2597,2704,2867,7633",
+ "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": "373,476,585,669,774,893,971,1046,1138,1232,1325,1419,1520,1614,1711,1806,1898,1990,2071,2177,2284,2382,2486,2592,2699,2862,2962,7710"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-it\\values-it.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,164",
+ "endColumns": "108,122",
+ "endOffsets": "159,282"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7321,7430",
+ "endColumns": "108,122",
+ "endOffsets": "7425,7548"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,223,300,399,539,622,688,783,868,930,1018,1087,1150,1223,1286,1340,1461,1518,1580,1634,1711,1848,1933,2015,2120,2201,2282,2373,2440,2506,2579,2659,2750,2825,2902,2971,3048,3136,3225,3318,3411,3485,3565,3659,3710,3776,3860,3948,4010,4074,4137,4252,4362,4468,4577",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,76,98,139,82,65,94,84,61,87,68,62,72,62,53,120,56,61,53,76,136,84,81,104,80,80,90,66,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,79",
+ "endOffsets": "218,295,394,534,617,683,778,863,925,1013,1082,1145,1218,1281,1335,1456,1513,1575,1629,1706,1843,1928,2010,2115,2196,2277,2368,2435,2501,2574,2654,2745,2820,2897,2966,3043,3131,3220,3313,3406,3480,3560,3654,3705,3771,3855,3943,4005,4069,4132,4247,4357,4463,4572,4652"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2967,3044,3143,3283,3366,3432,3527,3612,3674,3762,3831,3894,3967,4030,4084,4205,4262,4324,4378,4455,4592,4677,4759,4864,4945,5026,5117,5184,5250,5323,5403,5494,5569,5646,5715,5792,5880,5969,6062,6155,6229,6309,6403,6454,6520,6604,6692,6754,6818,6881,6996,7106,7212,7553",
+ "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,88",
+ "endColumns": "12,76,98,139,82,65,94,84,61,87,68,62,72,62,53,120,56,61,53,76,136,84,81,104,80,80,90,66,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,79",
+ "endOffsets": "268,3039,3138,3278,3361,3427,3522,3607,3669,3757,3826,3889,3962,4025,4079,4200,4257,4319,4373,4450,4587,4672,4754,4859,4940,5021,5112,5179,5245,5318,5398,5489,5564,5641,5710,5787,5875,5964,6057,6150,6224,6304,6398,6449,6515,6599,6687,6749,6813,6876,6991,7101,7207,7316,7628"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-sq_values-sq.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "272,386,486,598,684,790,913,995,1073,1164,1257,1352,1446,1547,1640,1735,1832,1923,2016,2097,2203,2307,2405,2511,2615,2717,2871,7598",
+ "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": "381,481,593,679,785,908,990,1068,1159,1252,1347,1441,1542,1635,1730,1827,1918,2011,2092,2198,2302,2400,2506,2610,2712,2866,2963,7675"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,222,308,409,535,618,683,783,853,912,1010,1074,1133,1205,1268,1322,1439,1496,1558,1612,1684,1819,1902,1980,2091,2175,2257,2347,2414,2480,2551,2630,2718,2794,2872,2944,3017,3106,3178,3272,3371,3445,3517,3618,3668,3734,3824,3913,3975,4039,4102,4218,4326,4435,4544",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,85,100,125,82,64,99,69,58,97,63,58,71,62,53,116,56,61,53,71,134,82,77,110,83,81,89,66,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,82",
+ "endOffsets": "217,303,404,530,613,678,778,848,907,1005,1069,1128,1200,1263,1317,1434,1491,1553,1607,1679,1814,1897,1975,2086,2170,2252,2342,2409,2475,2546,2625,2713,2789,2867,2939,3012,3101,3173,3267,3366,3440,3512,3613,3663,3729,3819,3908,3970,4034,4097,4213,4321,4430,4539,4622"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2968,3054,3155,3281,3364,3429,3529,3599,3658,3756,3820,3879,3951,4014,4068,4185,4242,4304,4358,4430,4565,4648,4726,4837,4921,5003,5093,5160,5226,5297,5376,5464,5540,5618,5690,5763,5852,5924,6018,6117,6191,6263,6364,6414,6480,6570,6659,6721,6785,6848,6964,7072,7181,7515",
+ "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,88",
+ "endColumns": "12,85,100,125,82,64,99,69,58,97,63,58,71,62,53,116,56,61,53,71,134,82,77,110,83,81,89,66,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,82",
+ "endOffsets": "267,3049,3150,3276,3359,3424,3524,3594,3653,3751,3815,3874,3946,4009,4063,4180,4237,4299,4353,4425,4560,4643,4721,4832,4916,4998,5088,5155,5221,5292,5371,5459,5535,5613,5685,5758,5847,5919,6013,6112,6186,6258,6359,6409,6475,6565,6654,6716,6780,6843,6959,7067,7176,7285,7593"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-sq\\values-sq.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,161",
+ "endColumns": "105,118",
+ "endOffsets": "156,275"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7290,7396",
+ "endColumns": "105,118",
+ "endOffsets": "7391,7510"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-sq\\values-sq.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7680",
+ "endColumns": "100",
+ "endOffsets": "7776"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-in_values-in.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,224,303,409,525,608,673,767,832,891,978,1040,1100,1166,1228,1282,1394,1451,1512,1566,1638,1764,1850,1934,2043,2124,2205,2295,2362,2428,2500,2584,2667,2742,2818,2891,2966,3051,3126,3218,3312,3386,3459,3553,3605,3674,3759,3846,3908,3972,4035,4138,4238,4333,4435",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,78,105,115,82,64,93,64,58,86,61,59,65,61,53,111,56,60,53,71,125,85,83,108,80,80,89,66,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,79",
+ "endOffsets": "219,298,404,520,603,668,762,827,886,973,1035,1095,1161,1223,1277,1389,1446,1507,1561,1633,1759,1845,1929,2038,2119,2200,2290,2357,2423,2495,2579,2662,2737,2813,2886,2961,3046,3121,3213,3307,3381,3454,3548,3600,3669,3754,3841,3903,3967,4030,4133,4233,4328,4430,4510"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2978,3057,3163,3279,3362,3427,3521,3586,3645,3732,3794,3854,3920,3982,4036,4148,4205,4266,4320,4392,4518,4604,4688,4797,4878,4959,5049,5116,5182,5254,5338,5421,5496,5572,5645,5720,5805,5880,5972,6066,6140,6213,6307,6359,6428,6513,6600,6662,6726,6789,6892,6992,7087,7413",
+ "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,88",
+ "endColumns": "12,78,105,115,82,64,93,64,58,86,61,59,65,61,53,111,56,60,53,71,125,85,83,108,80,80,89,66,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,79",
+ "endOffsets": "269,3052,3158,3274,3357,3422,3516,3581,3640,3727,3789,3849,3915,3977,4031,4143,4200,4261,4315,4387,4513,4599,4683,4792,4873,4954,5044,5111,5177,5249,5333,5416,5491,5567,5640,5715,5800,5875,5967,6061,6135,6208,6302,6354,6423,6508,6595,6657,6721,6784,6887,6987,7082,7184,7488"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-in\\values-in.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,165",
+ "endColumns": "109,113",
+ "endOffsets": "160,274"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7189,7299",
+ "endColumns": "109,113",
+ "endOffsets": "7294,7408"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "274,389,493,598,685,789,905,988,1066,1157,1250,1345,1439,1539,1632,1727,1821,1912,2003,2089,2192,2297,2398,2502,2611,2719,2879,7493",
+ "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": "384,488,593,680,784,900,983,1061,1152,1245,1340,1434,1534,1627,1722,1816,1907,1998,2084,2187,2292,2393,2497,2606,2714,2874,2973,7573"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-in\\values-in.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7578",
+ "endColumns": "100",
+ "endOffsets": "7674"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-ldltr-v21_values-ldltr-v21.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\res\\values-ldltr-v21\\values-ldltr-v21.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "112",
+ "endOffsets": "163"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-v31_values-v31.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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,220,264,308",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7880,7990,8094,8208,8308,8424,8526,8638,8742,8854,8963,9072,9179,9284,9398,9507,9625,9729,9849,9956,10072,10181,10282,10393,10498,10613,10714,10831,10934,11047,11138,11231,11326,11419,11512,11605,11698,11791,11884,11977,12070,12163,12256,12363,12472,12583,12692,12801,12910,13019,13128,13237,13346,13455,13564,13673,13764,13857,13952,14045,14138,14231,14324,14417,14510,14603,14696,14789,14882,14977,15074,15173,15270,15367,15464,15561,15658,15755,15852,15949,16046,16143,16236,16331,16428,16523,16618,16713,16808,16903,16998,17093,17188,17283,17378,21158,24961,28728",
+ "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,219,263,307,351",
+ "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,99,109,103,113,99,115,101,111,103,111,108,108,106,104,113,108,117,103,119,106,115,108,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,7875,7985,8089,8203,8303,8419,8521,8633,8737,8849,8958,9067,9174,9279,9393,9502,9620,9724,9844,9951,10067,10176,10277,10388,10493,10608,10709,10826,10929,11042,11133,11226,11321,11414,11507,11600,11693,11786,11879,11972,12065,12158,12251,12358,12467,12578,12687,12796,12905,13014,13123,13232,13341,13450,13559,13668,13759,13852,13947,14040,14133,14226,14319,14412,14505,14598,14691,14784,14877,14972,15069,15168,15265,15362,15459,15556,15653,15750,15847,15944,16041,16138,16231,16326,16423,16518,16613,16708,16803,16898,16993,17088,17183,17278,17373,21153,24956,28723,32512"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-sw1080dp-v13_values-sw1080dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-ka_values-ka.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-ka\\values-ka.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,164",
+ "endColumns": "108,117",
+ "endOffsets": "159,277"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7263,7372",
+ "endColumns": "108,117",
+ "endOffsets": "7367,7485"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-ka\\values-ka.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7652",
+ "endColumns": "100",
+ "endOffsets": "7748"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,228,312,411,536,624,691,788,857,920,1007,1073,1133,1202,1263,1317,1432,1491,1551,1605,1677,1807,1895,1979,2087,2165,2241,2335,2402,2468,2541,2619,2705,2778,2856,2934,3009,3099,3174,3268,3366,3440,3517,3617,3670,3738,3827,3916,3978,4043,4106,4213,4311,4411,4510",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,83,98,124,87,66,96,68,62,86,65,59,68,60,53,114,58,59,53,71,129,87,83,107,77,75,93,66,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,79",
+ "endOffsets": "223,307,406,531,619,686,783,852,915,1002,1068,1128,1197,1258,1312,1427,1486,1546,1600,1672,1802,1890,1974,2082,2160,2236,2330,2397,2463,2536,2614,2700,2773,2851,2929,3004,3094,3169,3263,3361,3435,3512,3612,3665,3733,3822,3911,3973,4038,4101,4208,4306,4406,4505,4585"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2981,3065,3164,3289,3377,3444,3541,3610,3673,3760,3826,3886,3955,4016,4070,4185,4244,4304,4358,4430,4560,4648,4732,4840,4918,4994,5088,5155,5221,5294,5372,5458,5531,5609,5687,5762,5852,5927,6021,6119,6193,6270,6370,6423,6491,6580,6669,6731,6796,6859,6966,7064,7164,7490",
+ "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,88",
+ "endColumns": "12,83,98,124,87,66,96,68,62,86,65,59,68,60,53,114,58,59,53,71,129,87,83,107,77,75,93,66,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,79",
+ "endOffsets": "273,3060,3159,3284,3372,3439,3536,3605,3668,3755,3821,3881,3950,4011,4065,4180,4239,4299,4353,4425,4555,4643,4727,4835,4913,4989,5083,5150,5216,5289,5367,5453,5526,5604,5682,5757,5847,5922,6016,6114,6188,6265,6365,6418,6486,6575,6664,6726,6791,6854,6961,7059,7159,7258,7565"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "278,386,489,600,686,791,904,987,1066,1157,1250,1345,1439,1539,1632,1727,1822,1913,2004,2085,2198,2304,2402,2515,2620,2724,2882,7570",
+ "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": "381,484,595,681,786,899,982,1061,1152,1245,1340,1434,1534,1627,1722,1817,1908,1999,2080,2193,2299,2397,2510,2615,2719,2877,2976,7647"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-w600dp-v13_values-w600dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\values-w600dp\\dimens.xml",
+ "from": {
+ "startLines": "1",
+ "startColumns": "8",
+ "startOffsets": "20",
+ "endColumns": "45",
+ "endOffsets": "57"
+ },
+ "to": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "41",
+ "endOffsets": "92"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-sl_values-sl.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-sl\\values-sl.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,163",
+ "endColumns": "107,120",
+ "endOffsets": "158,279"
+ },
+ "to": {
+ "startLines": "88,89",
+ "startColumns": "4,4",
+ "startOffsets": "7383,7491",
+ "endColumns": "107,120",
+ "endOffsets": "7486,7607"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-sl\\values-sl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "92",
+ "startColumns": "4",
+ "startOffsets": "7773",
+ "endColumns": "100",
+ "endOffsets": "7869"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,91",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "372,484,586,694,781,884,1003,1084,1162,1254,1348,1443,1537,1632,1726,1822,1922,2014,2106,2190,2298,2406,2506,2619,2727,2832,3012,7689",
+ "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": "479,581,689,776,879,998,1079,1157,1249,1343,1438,1532,1627,1721,1817,1917,2009,2101,2185,2293,2401,2501,2614,2722,2827,3007,3107,7768"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,322,410,516,642,726,792,886,962,1025,1137,1202,1256,1326,1386,1442,1554,1611,1673,1729,1802,1936,2021,2106,2219,2303,2386,2475,2542,2608,2681,2758,2842,2916,2992,3067,3140,3228,3301,3391,3482,3554,3628,3719,3771,3838,3922,4009,4071,4135,4198,4301,4398,4496,4593",
+ "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",
+ "endColumns": "12,87,105,125,83,65,93,75,62,111,64,53,69,59,55,111,56,61,55,72,133,84,84,112,83,82,88,66,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,76",
+ "endOffsets": "317,405,511,637,721,787,881,957,1020,1132,1197,1251,1321,1381,1437,1549,1606,1668,1724,1797,1931,2016,2101,2214,2298,2381,2470,2537,2603,2676,2753,2837,2911,2987,3062,3135,3223,3296,3386,3477,3549,3623,3714,3766,3833,3917,4004,4066,4130,4193,4296,4393,4491,4588,4665"
+ },
+ "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,90",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3112,3200,3306,3432,3516,3582,3676,3752,3815,3927,3992,4046,4116,4176,4232,4344,4401,4463,4519,4592,4726,4811,4896,5009,5093,5176,5265,5332,5398,5471,5548,5632,5706,5782,5857,5930,6018,6091,6181,6272,6344,6418,6509,6561,6628,6712,6799,6861,6925,6988,7091,7188,7286,7612",
+ "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,90",
+ "endColumns": "12,87,105,125,83,65,93,75,62,111,64,53,69,59,55,111,56,61,55,72,133,84,84,112,83,82,88,66,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,76",
+ "endOffsets": "367,3195,3301,3427,3511,3577,3671,3747,3810,3922,3987,4041,4111,4171,4227,4339,4396,4458,4514,4587,4721,4806,4891,5004,5088,5171,5260,5327,5393,5466,5543,5627,5701,5777,5852,5925,6013,6086,6176,6267,6339,6413,6504,6556,6623,6707,6794,6856,6920,6983,7086,7183,7281,7378,7684"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-v16_values-v16.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-v16\\values-v16.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "65",
+ "endOffsets": "116"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-tl_values-tl.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "285,396,504,617,705,811,926,1006,1083,1174,1267,1362,1456,1556,1649,1744,1838,1929,2020,2104,2213,2323,2424,2534,2652,2760,2923,7762",
+ "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": "391,499,612,700,806,921,1001,1078,1169,1262,1357,1451,1551,1644,1739,1833,1924,2015,2099,2208,2318,2419,2529,2647,2755,2918,3020,7842"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-tl\\values-tl.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,169",
+ "endColumns": "113,122",
+ "endOffsets": "164,287"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7440,7554",
+ "endColumns": "113,122",
+ "endOffsets": "7549,7672"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,235,321,426,562,647,712,811,879,938,1027,1094,1157,1232,1300,1354,1474,1532,1594,1648,1723,1865,1955,2040,2155,2239,2322,2418,2485,2551,2625,2703,2794,2868,2947,3020,3092,3196,3269,3368,3468,3542,3617,3724,3776,3843,3934,4028,4090,4154,4217,4336,4438,4547,4650",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,85,104,135,84,64,98,67,58,88,66,62,74,67,53,119,57,61,53,74,141,89,84,114,83,82,95,66,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,84",
+ "endOffsets": "230,316,421,557,642,707,806,874,933,1022,1089,1152,1227,1295,1349,1469,1527,1589,1643,1718,1860,1950,2035,2150,2234,2317,2413,2480,2546,2620,2698,2789,2863,2942,3015,3087,3191,3264,3363,3463,3537,3612,3719,3771,3838,3929,4023,4085,4149,4212,4331,4433,4542,4645,4730"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3025,3111,3216,3352,3437,3502,3601,3669,3728,3817,3884,3947,4022,4090,4144,4264,4322,4384,4438,4513,4655,4745,4830,4945,5029,5112,5208,5275,5341,5415,5493,5584,5658,5737,5810,5882,5986,6059,6158,6258,6332,6407,6514,6566,6633,6724,6818,6880,6944,7007,7126,7228,7337,7677",
+ "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,88",
+ "endColumns": "12,85,104,135,84,64,98,67,58,88,66,62,74,67,53,119,57,61,53,74,141,89,84,114,83,82,95,66,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,84",
+ "endOffsets": "280,3106,3211,3347,3432,3497,3596,3664,3723,3812,3879,3942,4017,4085,4139,4259,4317,4379,4433,4508,4650,4740,4825,4940,5024,5107,5203,5270,5336,5410,5488,5579,5653,5732,5805,5877,5981,6054,6153,6253,6327,6402,6509,6561,6628,6719,6813,6875,6939,7002,7121,7223,7332,7435,7757"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-tl\\values-tl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7847",
+ "endColumns": "100",
+ "endOffsets": "7943"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-en-rAU_values-en-rAU.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-en-rAU\\values-en-rAU.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "32",
+ "startColumns": "4",
+ "startOffsets": "3068",
+ "endColumns": "100",
+ "endOffsets": "3164"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,31",
+ "startColumns": "4,4,4,4,4,4,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,2985",
+ "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,3063"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-en-rAU\\values-en-rAU.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,161",
+ "endColumns": "105,116",
+ "endOffsets": "156,273"
+ },
+ "to": {
+ "startLines": "29,30",
+ "startColumns": "4,4",
+ "startOffsets": "2762,2868",
+ "endColumns": "105,116",
+ "endOffsets": "2863,2980"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-nb_values-nb.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-nb\\values-nb.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,161",
+ "endColumns": "105,113",
+ "endOffsets": "156,270"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7045,7151",
+ "endColumns": "105,113",
+ "endOffsets": "7146,7260"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,216,303,402,521,603,667,759,827,887,974,1036,1100,1168,1233,1287,1396,1454,1516,1570,1645,1765,1847,1927,2031,2109,2189,2277,2344,2410,2478,2552,2642,2713,2791,2861,2931,3020,3098,3186,3276,3348,3420,3504,3555,3621,3702,3785,3847,3911,3974,4074,4172,4265,4363",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,86,98,118,81,63,91,67,59,86,61,63,67,64,53,108,57,61,53,74,119,81,79,103,77,79,87,66,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,77",
+ "endOffsets": "211,298,397,516,598,662,754,822,882,969,1031,1095,1163,1228,1282,1391,1449,1511,1565,1640,1760,1842,1922,2026,2104,2184,2272,2339,2405,2473,2547,2637,2708,2786,2856,2926,3015,3093,3181,3271,3343,3415,3499,3550,3616,3697,3780,3842,3906,3969,4069,4167,4260,4358,4436"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2898,2985,3084,3203,3285,3349,3441,3509,3569,3656,3718,3782,3850,3915,3969,4078,4136,4198,4252,4327,4447,4529,4609,4713,4791,4871,4959,5026,5092,5160,5234,5324,5395,5473,5543,5613,5702,5780,5868,5958,6030,6102,6186,6237,6303,6384,6467,6529,6593,6656,6756,6854,6947,7265",
+ "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,88",
+ "endColumns": "12,86,98,118,81,63,91,67,59,86,61,63,67,64,53,108,57,61,53,74,119,81,79,103,77,79,87,66,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,77",
+ "endOffsets": "261,2980,3079,3198,3280,3344,3436,3504,3564,3651,3713,3777,3845,3910,3964,4073,4131,4193,4247,4322,4442,4524,4604,4708,4786,4866,4954,5021,5087,5155,5229,5319,5390,5468,5538,5608,5697,5775,5863,5953,6025,6097,6181,6232,6298,6379,6462,6524,6588,6651,6751,6849,6942,7040,7338"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "266,369,464,578,664,764,877,954,1029,1120,1213,1307,1401,1501,1594,1689,1787,1878,1969,2047,2150,2248,2344,2448,2547,2648,2801,7343",
+ "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": "364,459,573,659,759,872,949,1024,1115,1208,1302,1396,1496,1589,1684,1782,1873,1964,2042,2145,2243,2339,2443,2542,2643,2796,2893,7418"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-nb\\values-nb.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7423",
+ "endColumns": "100",
+ "endOffsets": "7519"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-fi_values-fi.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-fi\\values-fi.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,161",
+ "endColumns": "105,122",
+ "endOffsets": "156,279"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7178,7284",
+ "endColumns": "105,122",
+ "endOffsets": "7279,7402"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "273,381,481,590,676,781,899,985,1064,1155,1248,1343,1437,1531,1624,1720,1819,1910,2004,2084,2191,2292,2389,2495,2595,2693,2843,7486",
+ "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": "376,476,585,671,776,894,980,1059,1150,1243,1338,1432,1526,1619,1715,1814,1905,1999,2079,2186,2287,2384,2490,2590,2688,2838,2938,7562"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,223,306,402,510,594,659,752,827,892,980,1046,1104,1175,1241,1295,1405,1465,1529,1583,1656,1772,1856,1937,2040,2125,2210,2300,2367,2433,2510,2592,2676,2750,2829,2906,2978,3067,3143,3234,3329,3403,3476,3570,3624,3696,3782,3868,3930,3994,4057,4158,4260,4355,4458",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,82,95,107,83,64,92,74,64,87,65,57,70,65,53,109,59,63,53,72,115,83,80,102,84,84,89,66,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,78",
+ "endOffsets": "218,301,397,505,589,654,747,822,887,975,1041,1099,1170,1236,1290,1400,1460,1524,1578,1651,1767,1851,1932,2035,2120,2205,2295,2362,2428,2505,2587,2671,2745,2824,2901,2973,3062,3138,3229,3324,3398,3471,3565,3619,3691,3777,3863,3925,3989,4052,4153,4255,4350,4453,4532"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2943,3026,3122,3230,3314,3379,3472,3547,3612,3700,3766,3824,3895,3961,4015,4125,4185,4249,4303,4376,4492,4576,4657,4760,4845,4930,5020,5087,5153,5230,5312,5396,5470,5549,5626,5698,5787,5863,5954,6049,6123,6196,6290,6344,6416,6502,6588,6650,6714,6777,6878,6980,7075,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,88",
+ "endColumns": "12,82,95,107,83,64,92,74,64,87,65,57,70,65,53,109,59,63,53,72,115,83,80,102,84,84,89,66,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,78",
+ "endOffsets": "268,3021,3117,3225,3309,3374,3467,3542,3607,3695,3761,3819,3890,3956,4010,4120,4180,4244,4298,4371,4487,4571,4652,4755,4840,4925,5015,5082,5148,5225,5307,5391,5465,5544,5621,5693,5782,5858,5949,6044,6118,6191,6285,6339,6411,6497,6583,6645,6709,6772,6873,6975,7070,7173,7481"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-fi\\values-fi.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7567",
+ "endColumns": "100",
+ "endOffsets": "7663"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-fr_values-fr.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "288,399,514,624,706,812,942,1020,1096,1187,1280,1378,1473,1573,1666,1759,1854,1945,2036,2122,2232,2343,2446,2557,2665,2772,2931,7711",
+ "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": "394,509,619,701,807,937,1015,1091,1182,1275,1373,1468,1568,1661,1754,1849,1940,2031,2117,2227,2338,2441,2552,2660,2767,2926,3025,7793"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-fr\\values-fr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7798",
+ "endColumns": "100",
+ "endOffsets": "7894"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-fr\\values-fr.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,158",
+ "endColumns": "102,125",
+ "endOffsets": "153,279"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7393,7496",
+ "endColumns": "102,125",
+ "endOffsets": "7491,7617"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,238,321,419,549,634,700,797,880,946,1048,1123,1179,1258,1318,1372,1494,1553,1615,1669,1751,1886,1978,2062,2176,2255,2336,2429,2496,2562,2642,2723,2826,2899,2977,3050,3122,3215,3287,3379,3471,3545,3629,3721,3778,3844,3927,4014,4076,4140,4203,4305,4403,4500,4601",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,82,97,129,84,65,96,82,65,101,74,55,78,59,53,121,58,61,53,81,134,91,83,113,78,80,92,66,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,88",
+ "endOffsets": "233,316,414,544,629,695,792,875,941,1043,1118,1174,1253,1313,1367,1489,1548,1610,1664,1746,1881,1973,2057,2171,2250,2331,2424,2491,2557,2637,2718,2821,2894,2972,3045,3117,3210,3282,3374,3466,3540,3624,3716,3773,3839,3922,4009,4071,4135,4198,4300,4398,4495,4596,4685"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3030,3113,3211,3341,3426,3492,3589,3672,3738,3840,3915,3971,4050,4110,4164,4286,4345,4407,4461,4543,4678,4770,4854,4968,5047,5128,5221,5288,5354,5434,5515,5618,5691,5769,5842,5914,6007,6079,6171,6263,6337,6421,6513,6570,6636,6719,6806,6868,6932,6995,7097,7195,7292,7622",
+ "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,88",
+ "endColumns": "12,82,97,129,84,65,96,82,65,101,74,55,78,59,53,121,58,61,53,81,134,91,83,113,78,80,92,66,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,88",
+ "endOffsets": "283,3108,3206,3336,3421,3487,3584,3667,3733,3835,3910,3966,4045,4105,4159,4281,4340,4402,4456,4538,4673,4765,4849,4963,5042,5123,5216,5283,5349,5429,5510,5613,5686,5764,5837,5909,6002,6074,6166,6258,6332,6416,6508,6565,6631,6714,6801,6863,6927,6990,7092,7190,7287,7388,7706"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-th_values-th.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "290,395,488,596,681,783,893,971,1048,1139,1232,1323,1417,1517,1610,1705,1799,1890,1981,2062,2165,2263,2361,2464,2570,2671,2824,7377",
+ "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": "390,483,591,676,778,888,966,1043,1134,1227,1318,1412,1512,1605,1700,1794,1885,1976,2057,2160,2258,2356,2459,2565,2666,2819,2914,7454"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-th\\values-th.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,159",
+ "endColumns": "103,113",
+ "endOffsets": "154,268"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7082,7186",
+ "endColumns": "103,113",
+ "endOffsets": "7181,7295"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-th\\values-th.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7459",
+ "endColumns": "100",
+ "endOffsets": "7555"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,240,323,422,535,615,685,775,845,905,992,1057,1118,1182,1243,1297,1398,1459,1519,1573,1643,1754,1841,1922,2035,2114,2196,2288,2355,2421,2491,2569,2655,2727,2805,2874,2943,3025,3113,3206,3300,3374,3443,3538,3590,3658,3743,3831,3893,3957,4020,4120,4213,4310,4403",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,82,98,112,79,69,89,69,59,86,64,60,63,60,53,100,60,59,53,69,110,86,80,112,78,81,91,66,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,76",
+ "endOffsets": "235,318,417,530,610,680,770,840,900,987,1052,1113,1177,1238,1292,1393,1454,1514,1568,1638,1749,1836,1917,2030,2109,2191,2283,2350,2416,2486,2564,2650,2722,2800,2869,2938,3020,3108,3201,3295,3369,3438,3533,3585,3653,3738,3826,3888,3952,4015,4115,4208,4305,4398,4475"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2919,3002,3101,3214,3294,3364,3454,3524,3584,3671,3736,3797,3861,3922,3976,4077,4138,4198,4252,4322,4433,4520,4601,4714,4793,4875,4967,5034,5100,5170,5248,5334,5406,5484,5553,5622,5704,5792,5885,5979,6053,6122,6217,6269,6337,6422,6510,6572,6636,6699,6799,6892,6989,7300",
+ "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,88",
+ "endColumns": "12,82,98,112,79,69,89,69,59,86,64,60,63,60,53,100,60,59,53,69,110,86,80,112,78,81,91,66,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,76",
+ "endOffsets": "285,2997,3096,3209,3289,3359,3449,3519,3579,3666,3731,3792,3856,3917,3971,4072,4133,4193,4247,4317,4428,4515,4596,4709,4788,4870,4962,5029,5095,5165,5243,5329,5401,5479,5548,5617,5699,5787,5880,5974,6048,6117,6212,6264,6332,6417,6505,6567,6631,6694,6794,6887,6984,7077,7372"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-lo_values-lo.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "274,377,480,593,678,782,893,971,1048,1139,1232,1324,1418,1518,1611,1706,1802,1893,1984,2065,2172,2276,2374,2477,2581,2685,2842,7402",
+ "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": "372,475,588,673,777,888,966,1043,1134,1227,1319,1413,1513,1606,1701,1797,1888,1979,2060,2167,2271,2369,2472,2576,2680,2837,2936,7479"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-lo\\values-lo.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7484",
+ "endColumns": "100",
+ "endOffsets": "7580"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-lo\\values-lo.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,164",
+ "endColumns": "108,109",
+ "endOffsets": "159,269"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7104,7213",
+ "endColumns": "108,109",
+ "endOffsets": "7208,7318"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,224,305,420,539,622,688,777,846,905,1000,1065,1123,1188,1249,1309,1415,1476,1536,1594,1665,1784,1870,1952,2065,2140,2216,2306,2373,2439,2508,2582,2661,2734,2811,2880,2950,3035,3110,3203,3296,3370,3439,3533,3585,3652,3736,3820,3882,3946,4009,4108,4200,4295,4387",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,80,114,118,82,65,88,68,58,94,64,57,64,60,59,105,60,59,57,70,118,85,81,112,74,75,89,66,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,78",
+ "endOffsets": "219,300,415,534,617,683,772,841,900,995,1060,1118,1183,1244,1304,1410,1471,1531,1589,1660,1779,1865,1947,2060,2135,2211,2301,2368,2434,2503,2577,2656,2729,2806,2875,2945,3030,3105,3198,3291,3365,3434,3528,3580,3647,3731,3815,3877,3941,4004,4103,4195,4290,4382,4461"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2941,3022,3137,3256,3339,3405,3494,3563,3622,3717,3782,3840,3905,3966,4026,4132,4193,4253,4311,4382,4501,4587,4669,4782,4857,4933,5023,5090,5156,5225,5299,5378,5451,5528,5597,5667,5752,5827,5920,6013,6087,6156,6250,6302,6369,6453,6537,6599,6663,6726,6825,6917,7012,7323",
+ "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,88",
+ "endColumns": "12,80,114,118,82,65,88,68,58,94,64,57,64,60,59,105,60,59,57,70,118,85,81,112,74,75,89,66,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,78",
+ "endOffsets": "269,3017,3132,3251,3334,3400,3489,3558,3617,3712,3777,3835,3900,3961,4021,4127,4188,4248,4306,4377,4496,4582,4664,4777,4852,4928,5018,5085,5151,5220,5294,5373,5446,5523,5592,5662,5747,5822,5915,6008,6082,6151,6245,6297,6364,6448,6532,6594,6658,6721,6820,6912,7007,7099,7397"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-hdpi-v4_values-hdpi-v4.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\res\\values-hdpi-v4\\values-hdpi-v4.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endLines": "6",
+ "endColumns": "13",
+ "endOffsets": "327"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-es-rUS_values-es-rUS.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-es-rUS\\values-es-rUS.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,170",
+ "endColumns": "114,127",
+ "endOffsets": "165,293"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7342,7457",
+ "endColumns": "114,127",
+ "endOffsets": "7452,7580"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-es-rUS\\values-es-rUS.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7751",
+ "endColumns": "100",
+ "endOffsets": "7847"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,233,319,421,549,630,695,790,860,923,1016,1088,1151,1225,1289,1345,1463,1521,1583,1639,1719,1853,1942,2023,2134,2215,2295,2385,2452,2518,2594,2676,2764,2837,2914,2984,3061,3150,3224,3318,3420,3492,3573,3677,3730,3797,3890,3979,4041,4105,4168,4279,4376,4478,4576",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,85,101,127,80,64,94,69,62,92,71,62,73,63,55,117,57,61,55,79,133,88,80,110,80,79,89,66,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,82",
+ "endOffsets": "228,314,416,544,625,690,785,855,918,1011,1083,1146,1220,1284,1340,1458,1516,1578,1634,1714,1848,1937,2018,2129,2210,2290,2380,2447,2513,2589,2671,2759,2832,2909,2979,3056,3145,3219,3313,3415,3487,3568,3672,3725,3792,3885,3974,4036,4100,4163,4274,4371,4473,4571,4654"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2999,3085,3187,3315,3396,3461,3556,3626,3689,3782,3854,3917,3991,4055,4111,4229,4287,4349,4405,4485,4619,4708,4789,4900,4981,5061,5151,5218,5284,5360,5442,5530,5603,5680,5750,5827,5916,5990,6084,6186,6258,6339,6443,6496,6563,6656,6745,6807,6871,6934,7045,7142,7244,7585",
+ "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,88",
+ "endColumns": "12,85,101,127,80,64,94,69,62,92,71,62,73,63,55,117,57,61,55,79,133,88,80,110,80,79,89,66,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,82",
+ "endOffsets": "278,3080,3182,3310,3391,3456,3551,3621,3684,3777,3849,3912,3986,4050,4106,4224,4282,4344,4400,4480,4614,4703,4784,4895,4976,5056,5146,5213,5279,5355,5437,5525,5598,5675,5745,5822,5911,5985,6079,6181,6253,6334,6438,6491,6558,6651,6740,6802,6866,6929,7040,7137,7239,7337,7663"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "283,403,512,620,705,807,923,1008,1088,1179,1272,1367,1461,1560,1653,1752,1848,1939,2030,2112,2219,2318,2417,2525,2633,2740,2899,7668",
+ "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": "398,507,615,700,802,918,1003,1083,1174,1267,1362,1456,1555,1648,1747,1843,1934,2025,2107,2214,2313,2412,2520,2628,2735,2894,2994,7746"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-ms_values-ms.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-ms\\values-ms.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7593",
+ "endColumns": "100",
+ "endOffsets": "7689"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,234,321,424,540,623,688,781,846,905,992,1054,1114,1180,1242,1296,1404,1461,1522,1577,1648,1768,1859,1945,2063,2149,2235,2323,2390,2456,2527,2605,2688,2761,2837,2910,2981,3073,3146,3236,3329,3403,3474,3565,3617,3685,3769,3854,3916,3980,4043,4147,4253,4349,4457",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,86,102,115,82,64,92,64,58,86,61,59,65,61,53,107,56,60,54,70,119,90,85,117,85,85,87,66,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,85",
+ "endOffsets": "229,316,419,535,618,683,776,841,900,987,1049,1109,1175,1237,1291,1399,1456,1517,1572,1643,1763,1854,1940,2058,2144,2230,2318,2385,2451,2522,2600,2683,2756,2832,2905,2976,3068,3141,3231,3324,3398,3469,3560,3612,3680,3764,3849,3911,3975,4038,4142,4248,4344,4452,4538"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2979,3066,3169,3285,3368,3433,3526,3591,3650,3737,3799,3859,3925,3987,4041,4149,4206,4267,4322,4393,4513,4604,4690,4808,4894,4980,5068,5135,5201,5272,5350,5433,5506,5582,5655,5726,5818,5891,5981,6074,6148,6219,6310,6362,6430,6514,6599,6661,6725,6788,6892,6998,7094,7426",
+ "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,88",
+ "endColumns": "12,86,102,115,82,64,92,64,58,86,61,59,65,61,53,107,56,60,54,70,119,90,85,117,85,85,87,66,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,85",
+ "endOffsets": "279,3061,3164,3280,3363,3428,3521,3586,3645,3732,3794,3854,3920,3982,4036,4144,4201,4262,4317,4388,4508,4599,4685,4803,4889,4975,5063,5130,5196,5267,5345,5428,5501,5577,5650,5721,5813,5886,5976,6069,6143,6214,6305,6357,6425,6509,6594,6656,6720,6783,6887,6993,7089,7197,7507"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "284,395,500,608,695,799,910,989,1067,1158,1251,1346,1440,1538,1631,1726,1820,1911,2002,2082,2194,2302,2399,2508,2612,2719,2878,7512",
+ "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": "390,495,603,690,794,905,984,1062,1153,1246,1341,1435,1533,1626,1721,1815,1906,1997,2077,2189,2297,2394,2503,2607,2714,2873,2974,7588"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-ms\\values-ms.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,166",
+ "endColumns": "110,112",
+ "endOffsets": "161,274"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7202,7313",
+ "endColumns": "110,112",
+ "endOffsets": "7308,7421"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-hr_values-hr.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-hr\\values-hr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "91",
+ "startColumns": "4",
+ "startOffsets": "7742",
+ "endColumns": "100",
+ "endOffsets": "7838"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,275,360,456,586,670,738,834,902,965,1073,1139,1195,1266,1326,1380,1506,1563,1625,1679,1754,1888,1973,2054,2161,2245,2331,2422,2489,2555,2629,2707,2795,2867,2944,3024,3098,3191,3264,3356,3452,3526,3602,3698,3750,3817,3904,3991,4053,4117,4180,4286,4387,4484,4588",
+ "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",
+ "endColumns": "12,84,95,129,83,67,95,67,62,107,65,55,70,59,53,125,56,61,53,74,133,84,80,106,83,85,90,66,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,79",
+ "endOffsets": "270,355,451,581,665,733,829,897,960,1068,1134,1190,1261,1321,1375,1501,1558,1620,1674,1749,1883,1968,2049,2156,2240,2326,2417,2484,2550,2624,2702,2790,2862,2939,3019,3093,3186,3259,3351,3447,3521,3597,3693,3745,3812,3899,3986,4048,4112,4175,4281,4382,4479,4583,4663"
+ },
+ "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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3036,3121,3217,3347,3431,3499,3595,3663,3726,3834,3900,3956,4027,4087,4141,4267,4324,4386,4440,4515,4649,4734,4815,4922,5006,5092,5183,5250,5316,5390,5468,5556,5628,5705,5785,5859,5952,6025,6117,6213,6287,6363,6459,6511,6578,6665,6752,6814,6878,6941,7047,7148,7245,7577",
+ "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,89",
+ "endColumns": "12,84,95,129,83,67,95,67,62,107,65,55,70,59,53,125,56,61,53,74,133,84,80,106,83,85,90,66,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,79",
+ "endOffsets": "320,3116,3212,3342,3426,3494,3590,3658,3721,3829,3895,3951,4022,4082,4136,4262,4319,4381,4435,4510,4644,4729,4810,4917,5001,5087,5178,5245,5311,5385,5463,5551,5623,5700,5780,5854,5947,6020,6112,6208,6282,6358,6454,6506,6573,6660,6747,6809,6873,6936,7042,7143,7240,7344,7652"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,90",
+ "startColumns": "4,4,4,4,4,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,430,525,632,718,822,941,1026,1108,1199,1292,1387,1481,1581,1674,1769,1864,1955,2046,2132,2236,2348,2449,2554,2668,2770,2939,7657",
+ "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": "425,520,627,713,817,936,1021,1103,1194,1287,1382,1476,1576,1669,1764,1859,1950,2041,2127,2231,2343,2444,2549,2663,2765,2934,3031,7737"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-hr\\values-hr.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,158",
+ "endColumns": "102,124",
+ "endOffsets": "153,278"
+ },
+ "to": {
+ "startLines": "87,88",
+ "startColumns": "4,4",
+ "startOffsets": "7349,7452",
+ "endColumns": "102,124",
+ "endOffsets": "7447,7572"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-iw_values-iw.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-iw\\values-iw.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,161",
+ "endColumns": "105,119",
+ "endOffsets": "156,276"
+ },
+ "to": {
+ "startLines": "88,89",
+ "startColumns": "4,4",
+ "startOffsets": "7104,7210",
+ "endColumns": "105,119",
+ "endOffsets": "7205,7325"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-iw\\values-iw.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "92",
+ "startColumns": "4",
+ "startOffsets": "7487",
+ "endColumns": "100",
+ "endOffsets": "7583"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,91",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "369,474,574,682,766,868,984,1063,1141,1232,1326,1420,1514,1614,1707,1802,1895,1986,2078,2159,2264,2367,2465,2570,2672,2774,2928,7405",
+ "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": "469,569,677,761,863,979,1058,1136,1227,1321,1415,1509,1609,1702,1797,1890,1981,2073,2154,2259,2362,2460,2565,2667,2769,2923,3020,7482"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,319,396,489,602,682,747,835,905,968,1060,1120,1179,1242,1303,1362,1464,1521,1580,1638,1706,1817,1898,1980,2082,2153,2226,2314,2381,2447,2520,2596,2682,2752,2827,2909,2977,3062,3132,3222,3313,3387,3460,3549,3600,3667,3749,3834,3896,3960,4023,4117,4212,4302,4398",
+ "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",
+ "endColumns": "12,76,92,112,79,64,87,69,62,91,59,58,62,60,58,101,56,58,57,67,110,80,81,101,70,72,87,66,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,74",
+ "endOffsets": "314,391,484,597,677,742,830,900,963,1055,1115,1174,1237,1298,1357,1459,1516,1575,1633,1701,1812,1893,1975,2077,2148,2221,2309,2376,2442,2515,2591,2677,2747,2822,2904,2972,3057,3127,3217,3308,3382,3455,3544,3595,3662,3744,3829,3891,3955,4018,4112,4207,4297,4393,4468"
+ },
+ "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,90",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3025,3102,3195,3308,3388,3453,3541,3611,3674,3766,3826,3885,3948,4009,4068,4170,4227,4286,4344,4412,4523,4604,4686,4788,4859,4932,5020,5087,5153,5226,5302,5388,5458,5533,5615,5683,5768,5838,5928,6019,6093,6166,6255,6306,6373,6455,6540,6602,6666,6729,6823,6918,7008,7330",
+ "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,90",
+ "endColumns": "12,76,92,112,79,64,87,69,62,91,59,58,62,60,58,101,56,58,57,67,110,80,81,101,70,72,87,66,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,74",
+ "endOffsets": "364,3097,3190,3303,3383,3448,3536,3606,3669,3761,3821,3880,3943,4004,4063,4165,4222,4281,4339,4407,4518,4599,4681,4783,4854,4927,5015,5082,5148,5221,5297,5383,5453,5528,5610,5678,5763,5833,5923,6014,6088,6161,6250,6301,6368,6450,6535,6597,6661,6724,6818,6913,7003,7099,7400"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-ru_values-ru.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-ru\\values-ru.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,163",
+ "endColumns": "107,118",
+ "endOffsets": "158,277"
+ },
+ "to": {
+ "startLines": "88,89",
+ "startColumns": "4,4",
+ "startOffsets": "7435,7543",
+ "endColumns": "107,118",
+ "endOffsets": "7538,7657"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,336,420,517,654,746,812,911,988,1051,1169,1234,1291,1361,1422,1476,1592,1649,1711,1765,1839,1967,2055,2141,2248,2332,2417,2508,2575,2641,2713,2791,2887,2967,3043,3120,3197,3286,3359,3449,3544,3618,3699,3792,3847,3913,3999,4084,4146,4210,4273,4371,4471,4566,4668",
+ "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",
+ "endColumns": "12,83,96,136,91,65,98,76,62,117,64,56,69,60,53,115,56,61,53,73,127,87,85,106,83,84,90,66,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,79",
+ "endOffsets": "331,415,512,649,741,807,906,983,1046,1164,1229,1286,1356,1417,1471,1587,1644,1706,1760,1834,1962,2050,2136,2243,2327,2412,2503,2570,2636,2708,2786,2882,2962,3038,3115,3192,3281,3354,3444,3539,3613,3694,3787,3842,3908,3994,4079,4141,4205,4268,4366,4466,4561,4663,4743"
+ },
+ "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,90",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3103,3187,3284,3421,3513,3579,3678,3755,3818,3936,4001,4058,4128,4189,4243,4359,4416,4478,4532,4606,4734,4822,4908,5015,5099,5184,5275,5342,5408,5480,5558,5654,5734,5810,5887,5964,6053,6126,6216,6311,6385,6466,6559,6614,6680,6766,6851,6913,6977,7040,7138,7238,7333,7662",
+ "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,90",
+ "endColumns": "12,83,96,136,91,65,98,76,62,117,64,56,69,60,53,115,56,61,53,73,127,87,85,106,83,84,90,66,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,79",
+ "endOffsets": "381,3182,3279,3416,3508,3574,3673,3750,3813,3931,3996,4053,4123,4184,4238,4354,4411,4473,4527,4601,4729,4817,4903,5010,5094,5179,5270,5337,5403,5475,5553,5649,5729,5805,5882,5959,6048,6121,6211,6306,6380,6461,6554,6609,6675,6761,6846,6908,6972,7035,7133,7233,7328,7430,7737"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-ru\\values-ru.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "92",
+ "startColumns": "4",
+ "startOffsets": "7824",
+ "endColumns": "100",
+ "endOffsets": "7920"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,91",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "386,501,603,702,788,893,1014,1093,1169,1261,1355,1450,1543,1638,1732,1828,1923,2015,2107,2196,2302,2409,2507,2616,2723,2837,3003,7742",
+ "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": "496,598,697,783,888,1009,1088,1164,1256,1350,1445,1538,1633,1727,1823,1918,2010,2102,2191,2297,2404,2502,2611,2718,2832,2998,3098,7819"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-sw540dp-v13_values-sw540dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-ko_values-ko.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "254,351,445,546,628,726,832,912,987,1078,1171,1266,1360,1460,1553,1648,1742,1833,1924,2004,2102,2196,2291,2391,2488,2588,2740,6884",
+ "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": "346,440,541,623,721,827,907,982,1073,1166,1261,1355,1455,1548,1643,1737,1828,1919,1999,2097,2191,2286,2386,2483,2583,2735,2829,6958"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-ko\\values-ko.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "6963",
+ "endColumns": "100",
+ "endOffsets": "7059"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-ko\\values-ko.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,155",
+ "endColumns": "99,101",
+ "endOffsets": "150,252"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "6610,6710",
+ "endColumns": "99,101",
+ "endOffsets": "6705,6807"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,204,273,356,462,537,599,680,742,799,886,944,1002,1061,1118,1172,1267,1323,1380,1434,1500,1604,1679,1756,1847,1912,1977,2056,2123,2189,2253,2323,2400,2468,2539,2606,2676,2756,2833,2913,2995,3067,3132,3204,3252,3316,3391,3468,3530,3594,3657,3741,3820,3900,3980",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,68,82,105,74,61,80,61,56,86,57,57,58,56,53,94,55,56,53,65,103,74,76,90,64,64,78,66,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,71",
+ "endOffsets": "199,268,351,457,532,594,675,737,794,881,939,997,1056,1113,1167,1262,1318,1375,1429,1495,1599,1674,1751,1842,1907,1972,2051,2118,2184,2248,2318,2395,2463,2534,2601,2671,2751,2828,2908,2990,3062,3127,3199,3247,3311,3386,3463,3525,3589,3652,3736,3815,3895,3975,4047"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2834,2903,2986,3092,3167,3229,3310,3372,3429,3516,3574,3632,3691,3748,3802,3897,3953,4010,4064,4130,4234,4309,4386,4477,4542,4607,4686,4753,4819,4883,4953,5030,5098,5169,5236,5306,5386,5463,5543,5625,5697,5762,5834,5882,5946,6021,6098,6160,6224,6287,6371,6450,6530,6812",
+ "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,88",
+ "endColumns": "12,68,82,105,74,61,80,61,56,86,57,57,58,56,53,94,55,56,53,65,103,74,76,90,64,64,78,66,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,71",
+ "endOffsets": "249,2898,2981,3087,3162,3224,3305,3367,3424,3511,3569,3627,3686,3743,3797,3892,3948,4005,4059,4125,4229,4304,4381,4472,4537,4602,4681,4748,4814,4878,4948,5025,5093,5164,5231,5301,5381,5458,5538,5620,5692,5757,5829,5877,5941,6016,6093,6155,6219,6282,6366,6445,6525,6605,6879"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-v22_values-v22.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\res\\values-v22\\values-v22.xml",
+ "from": {
+ "startLines": "2,3,4,9",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,130,217,553",
+ "endLines": "2,3,8,13",
+ "endColumns": "74,86,12,12",
+ "endOffsets": "125,212,548,896"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-is_values-is.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-is\\values-is.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,158",
+ "endColumns": "102,113",
+ "endOffsets": "153,267"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7157,7260",
+ "endColumns": "102,113",
+ "endOffsets": "7255,7369"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-is\\values-is.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7535",
+ "endColumns": "100",
+ "endOffsets": "7631"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,225,304,401,516,598,663,751,815,876,966,1029,1091,1159,1223,1279,1402,1467,1529,1585,1656,1783,1867,1951,2057,2134,2211,2298,2365,2431,2507,2587,2676,2743,2817,2887,2953,3039,3109,3200,3290,3364,3437,3526,3577,3649,3730,3816,3878,3942,4005,4119,4222,4330,4433",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,78,96,114,81,64,87,63,60,89,62,61,67,63,55,122,64,61,55,70,126,83,83,105,76,76,86,66,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,79",
+ "endOffsets": "220,299,396,511,593,658,746,810,871,961,1024,1086,1154,1218,1274,1397,1462,1524,1580,1651,1778,1862,1946,2052,2129,2206,2293,2360,2426,2502,2582,2671,2738,2812,2882,2948,3034,3104,3195,3285,3359,3432,3521,3572,3644,3725,3811,3873,3937,4000,4114,4217,4325,4428,4508"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2949,3028,3125,3240,3322,3387,3475,3539,3600,3690,3753,3815,3883,3947,4003,4126,4191,4253,4309,4380,4507,4591,4675,4781,4858,4935,5022,5089,5155,5231,5311,5400,5467,5541,5611,5677,5763,5833,5924,6014,6088,6161,6250,6301,6373,6454,6540,6602,6666,6729,6843,6946,7054,7374",
+ "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,88",
+ "endColumns": "12,78,96,114,81,64,87,63,60,89,62,61,67,63,55,122,64,61,55,70,126,83,83,105,76,76,86,66,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,79",
+ "endOffsets": "270,3023,3120,3235,3317,3382,3470,3534,3595,3685,3748,3810,3878,3942,3998,4121,4186,4248,4304,4375,4502,4586,4670,4776,4853,4930,5017,5084,5150,5226,5306,5395,5462,5536,5606,5672,5758,5828,5919,6009,6083,6156,6245,6296,6368,6449,6535,6597,6661,6724,6838,6941,7049,7152,7449"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "275,375,472,584,669,770,884,965,1044,1135,1228,1321,1415,1521,1614,1709,1804,1895,1989,2070,2180,2287,2384,2493,2593,2696,2851,7454",
+ "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": "370,467,579,664,765,879,960,1039,1130,1223,1316,1410,1516,1609,1704,1799,1890,1984,2065,2175,2282,2379,2488,2588,2691,2846,2944,7530"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-watch-v21_values-watch-v21.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-sw420dp-v13_values-sw420dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-en-rCA_values-en-rCA.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.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": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-v25_values-v25.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-kn_values-kn.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-kn\\values-kn.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,173",
+ "endColumns": "117,128",
+ "endOffsets": "168,297"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7335,7453",
+ "endColumns": "117,128",
+ "endOffsets": "7448,7577"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,224,306,413,526,611,674,768,834,896,999,1070,1129,1205,1270,1324,1437,1495,1556,1610,1689,1805,1888,1979,2091,2170,2249,2337,2404,2470,2550,2640,2724,2801,2878,2955,3024,3123,3200,3293,3388,3462,3543,3639,3690,3758,3844,3932,3995,4060,4123,4228,4331,4426,4531",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,81,106,112,84,62,93,65,61,102,70,58,75,64,53,112,57,60,53,78,115,82,90,111,78,78,87,66,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,81",
+ "endOffsets": "219,301,408,521,606,669,763,829,891,994,1065,1124,1200,1265,1319,1432,1490,1551,1605,1684,1800,1883,1974,2086,2165,2244,2332,2399,2465,2545,2635,2719,2796,2873,2950,3019,3118,3195,3288,3383,3457,3538,3634,3685,3753,3839,3927,3990,4055,4118,4223,4326,4421,4526,4608"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3028,3110,3217,3330,3415,3478,3572,3638,3700,3803,3874,3933,4009,4074,4128,4241,4299,4360,4414,4493,4609,4692,4783,4895,4974,5053,5141,5208,5274,5354,5444,5528,5605,5682,5759,5828,5927,6004,6097,6192,6266,6347,6443,6494,6562,6648,6736,6799,6864,6927,7032,7135,7230,7582",
+ "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,88",
+ "endColumns": "12,81,106,112,84,62,93,65,61,102,70,58,75,64,53,112,57,60,53,78,115,82,90,111,78,78,87,66,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,81",
+ "endOffsets": "269,3105,3212,3325,3410,3473,3567,3633,3695,3798,3869,3928,4004,4069,4123,4236,4294,4355,4409,4488,4604,4687,4778,4890,4969,5048,5136,5203,5269,5349,5439,5523,5600,5677,5754,5823,5922,5999,6092,6187,6261,6342,6438,6489,6557,6643,6731,6794,6859,6922,7027,7130,7225,7330,7659"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-kn\\values-kn.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7747",
+ "endColumns": "100",
+ "endOffsets": "7843"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "274,388,500,613,701,808,934,1012,1088,1179,1272,1367,1461,1561,1654,1749,1843,1934,2025,2107,2223,2333,2432,2545,2650,2764,2928,7664",
+ "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": "383,495,608,696,803,929,1007,1083,1174,1267,1362,1456,1556,1649,1744,1838,1929,2020,2102,2218,2328,2427,2540,2645,2759,2923,3023,7742"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-v26_values-v26.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,431,657,896",
+ "endLines": "2,3,7,11,15,16",
+ "endColumns": "74,86,12,12,12,92",
+ "endOffsets": "125,212,426,652,891,984"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-uz_values-uz.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,238,321,416,543,627,691,794,864,931,1040,1107,1166,1240,1303,1357,1472,1530,1592,1646,1721,1850,1940,2029,2140,2222,2304,2390,2457,2523,2596,2674,2760,2832,2909,2984,3055,3149,3228,3324,3418,3492,3568,3654,3707,3773,3858,3949,4011,4075,4138,4240,4331,4427,4519",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,82,94,126,83,63,102,69,66,108,66,58,73,62,53,114,57,61,53,74,128,89,88,110,81,81,85,66,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,82",
+ "endOffsets": "233,316,411,538,622,686,789,859,926,1035,1102,1161,1235,1298,1352,1467,1525,1587,1641,1716,1845,1935,2024,2135,2217,2299,2385,2452,2518,2591,2669,2755,2827,2904,2979,3050,3144,3223,3319,3413,3487,3563,3649,3702,3768,3853,3944,4006,4070,4133,4235,4326,4422,4514,4597"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2959,3042,3137,3264,3348,3412,3515,3585,3652,3761,3828,3887,3961,4024,4078,4193,4251,4313,4367,4442,4571,4661,4750,4861,4943,5025,5111,5178,5244,5317,5395,5481,5553,5630,5705,5776,5870,5949,6045,6139,6213,6289,6375,6428,6494,6579,6670,6732,6796,6859,6961,7052,7148,7463",
+ "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,88",
+ "endColumns": "12,82,94,126,83,63,102,69,66,108,66,58,73,62,53,114,57,61,53,74,128,89,88,110,81,81,85,66,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,82",
+ "endOffsets": "283,3037,3132,3259,3343,3407,3510,3580,3647,3756,3823,3882,3956,4019,4073,4188,4246,4308,4362,4437,4566,4656,4745,4856,4938,5020,5106,5173,5239,5312,5390,5476,5548,5625,5700,5771,5865,5944,6040,6134,6208,6284,6370,6423,6489,6574,6665,6727,6791,6854,6956,7047,7143,7235,7541"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "288,393,488,588,670,770,887,972,1050,1141,1234,1329,1423,1517,1610,1705,1800,1891,1983,2067,2177,2283,2383,2491,2597,2699,2860,7546",
+ "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": "388,483,583,665,765,882,967,1045,1136,1229,1324,1418,1512,1605,1700,1795,1886,1978,2062,2172,2278,2378,2486,2592,2694,2855,2954,7625"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-uz\\values-uz.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,156",
+ "endColumns": "100,121",
+ "endOffsets": "151,273"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7240,7341",
+ "endColumns": "100,121",
+ "endOffsets": "7336,7458"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-uz\\values-uz.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7630",
+ "endColumns": "100",
+ "endOffsets": "7726"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-sw690dp-v13_values-sw690dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-hi_values-hi.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,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,370,468,578,664,766,887,965,1042,1133,1226,1321,1415,1515,1608,1703,1797,1888,1979,2060,2165,2267,2365,2475,2578,2687,2845,7507",
+ "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": "365,463,573,659,761,882,960,1037,1128,1221,1316,1410,1510,1603,1698,1792,1883,1974,2055,2160,2262,2360,2470,2573,2682,2840,2941,7584"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-hi\\values-hi.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7589",
+ "endColumns": "100",
+ "endOffsets": "7685"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,214,295,402,534,617,682,776,845,904,989,1052,1110,1175,1236,1297,1403,1461,1521,1580,1650,1766,1845,1925,2029,2104,2180,2277,2344,2410,2480,2557,2643,2711,2787,2868,2946,3032,3119,3216,3315,3389,3459,3563,3617,3684,3774,3866,3928,3992,4055,4160,4268,4369,4478",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,80,106,131,82,64,93,68,58,84,62,57,64,60,60,105,57,59,58,69,115,78,79,103,74,75,96,66,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,78",
+ "endOffsets": "209,290,397,529,612,677,771,840,899,984,1047,1105,1170,1231,1292,1398,1456,1516,1575,1645,1761,1840,1920,2024,2099,2175,2272,2339,2405,2475,2552,2638,2706,2782,2863,2941,3027,3114,3211,3310,3384,3454,3558,3612,3679,3769,3861,3923,3987,4050,4155,4263,4364,4473,4552"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2946,3027,3134,3266,3349,3414,3508,3577,3636,3721,3784,3842,3907,3968,4029,4135,4193,4253,4312,4382,4498,4577,4657,4761,4836,4912,5009,5076,5142,5212,5289,5375,5443,5519,5600,5678,5764,5851,5948,6047,6121,6191,6295,6349,6416,6506,6598,6660,6724,6787,6892,7000,7101,7428",
+ "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,88",
+ "endColumns": "12,80,106,131,82,64,93,68,58,84,62,57,64,60,60,105,57,59,58,69,115,78,79,103,74,75,96,66,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,78",
+ "endOffsets": "259,3022,3129,3261,3344,3409,3503,3572,3631,3716,3779,3837,3902,3963,4024,4130,4188,4248,4307,4377,4493,4572,4652,4756,4831,4907,5004,5071,5137,5207,5284,5370,5438,5514,5595,5673,5759,5846,5943,6042,6116,6186,6290,6344,6411,6501,6593,6655,6719,6782,6887,6995,7096,7205,7502"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-hi\\values-hi.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,159",
+ "endColumns": "103,113",
+ "endOffsets": "154,268"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7210,7314",
+ "endColumns": "103,113",
+ "endOffsets": "7309,7423"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-vi_values-vi.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-vi\\values-vi.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,163",
+ "endColumns": "107,112",
+ "endOffsets": "158,271"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7144,7252",
+ "endColumns": "107,112",
+ "endOffsets": "7247,7360"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,220,298,397,511,591,654,748,822,881,967,1028,1086,1150,1211,1265,1382,1439,1499,1553,1628,1755,1839,1917,2017,2101,2179,2270,2337,2403,2471,2547,2628,2707,2782,2855,2931,3020,3097,3188,3282,3356,3426,3519,3568,3634,3719,3805,3867,3931,3994,4093,4198,4296,4401",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,77,98,113,79,62,93,73,58,85,60,57,63,60,53,116,56,59,53,74,126,83,77,99,83,77,90,66,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,77",
+ "endOffsets": "215,293,392,506,586,649,743,817,876,962,1023,1081,1145,1206,1260,1377,1434,1494,1548,1623,1750,1834,1912,2012,2096,2174,2265,2332,2398,2466,2542,2623,2702,2777,2850,2926,3015,3092,3183,3277,3351,3421,3514,3563,3629,3714,3800,3862,3926,3989,4088,4193,4291,4396,4474"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2963,3041,3140,3254,3334,3397,3491,3565,3624,3710,3771,3829,3893,3954,4008,4125,4182,4242,4296,4371,4498,4582,4660,4760,4844,4922,5013,5080,5146,5214,5290,5371,5450,5525,5598,5674,5763,5840,5931,6025,6099,6169,6262,6311,6377,6462,6548,6610,6674,6737,6836,6941,7039,7365",
+ "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,88",
+ "endColumns": "12,77,98,113,79,62,93,73,58,85,60,57,63,60,53,116,56,59,53,74,126,83,77,99,83,77,90,66,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,77",
+ "endOffsets": "265,3036,3135,3249,3329,3392,3486,3560,3619,3705,3766,3824,3888,3949,4003,4120,4177,4237,4291,4366,4493,4577,4655,4755,4839,4917,5008,5075,5141,5209,5285,5366,5445,5520,5593,5669,5758,5835,5926,6020,6094,6164,6257,6306,6372,6457,6543,6605,6669,6732,6831,6936,7034,7139,7438"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-vi\\values-vi.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7528",
+ "endColumns": "100",
+ "endOffsets": "7624"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "270,377,479,588,672,775,894,972,1048,1139,1232,1327,1421,1521,1614,1709,1803,1894,1985,2069,2173,2281,2382,2487,2602,2707,2864,7443",
+ "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": "372,474,583,667,770,889,967,1043,1134,1227,1322,1416,1516,1609,1704,1798,1889,1980,2064,2168,2276,2377,2482,2597,2702,2859,2958,7523"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-sw570dp-v13_values-sw570dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-zh-rCN_values-zh-rCN.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "6873",
+ "endColumns": "100",
+ "endOffsets": "6969"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "252,347,442,542,624,721,827,904,979,1070,1163,1260,1356,1450,1543,1638,1730,1821,1912,1990,2086,2181,2276,2373,2469,2567,2715,6794",
+ "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": "342,437,537,619,716,822,899,974,1065,1158,1255,1351,1445,1538,1633,1725,1816,1907,1985,2081,2176,2271,2368,2464,2562,2710,2804,6868"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-zh-rCN\\values-zh-rCN.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,156",
+ "endColumns": "100,102",
+ "endOffsets": "151,254"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "6521,6622",
+ "endColumns": "100,102",
+ "endOffsets": "6617,6720"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,202,272,363,469,542,604,681,740,799,877,934,990,1049,1107,1161,1246,1302,1360,1414,1479,1571,1645,1721,1813,1875,1937,2016,2083,2149,2213,2282,2360,2421,2492,2559,2619,2698,2765,2848,2933,3007,3072,3148,3196,3260,3336,3414,3476,3540,3603,3683,3759,3837,3914",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,69,90,105,72,61,76,58,58,77,56,55,58,57,53,84,55,57,53,64,91,73,75,91,61,61,78,66,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,68",
+ "endOffsets": "197,267,358,464,537,599,676,735,794,872,929,985,1044,1102,1156,1241,1297,1355,1409,1474,1566,1640,1716,1808,1870,1932,2011,2078,2144,2208,2277,2355,2416,2487,2554,2614,2693,2760,2843,2928,3002,3067,3143,3191,3255,3331,3409,3471,3535,3598,3678,3754,3832,3909,3978"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2809,2879,2970,3076,3149,3211,3288,3347,3406,3484,3541,3597,3656,3714,3768,3853,3909,3967,4021,4086,4178,4252,4328,4420,4482,4544,4623,4690,4756,4820,4889,4967,5028,5099,5166,5226,5305,5372,5455,5540,5614,5679,5755,5803,5867,5943,6021,6083,6147,6210,6290,6366,6444,6725",
+ "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,88",
+ "endColumns": "12,69,90,105,72,61,76,58,58,77,56,55,58,57,53,84,55,57,53,64,91,73,75,91,61,61,78,66,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,68",
+ "endOffsets": "247,2874,2965,3071,3144,3206,3283,3342,3401,3479,3536,3592,3651,3709,3763,3848,3904,3962,4016,4081,4173,4247,4323,4415,4477,4539,4618,4685,4751,4815,4884,4962,5023,5094,5161,5221,5300,5367,5450,5535,5609,5674,5750,5798,5862,5938,6016,6078,6142,6205,6285,6361,6439,6516,6789"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-pt_values-pt.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,31",
+ "startColumns": "4,4,4,4,4,4,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,3075",
+ "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,3156"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-pt\\values-pt.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,167",
+ "endColumns": "111,119",
+ "endOffsets": "162,282"
+ },
+ "to": {
+ "startLines": "29,30",
+ "startColumns": "4,4",
+ "startOffsets": "2843,2955",
+ "endColumns": "111,119",
+ "endOffsets": "2950,3070"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-pt\\values-pt.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "32",
+ "startColumns": "4",
+ "startOffsets": "3161",
+ "endColumns": "100",
+ "endOffsets": "3257"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-sk_values-sk.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,333,411,503,631,712,777,876,952,1017,1107,1173,1227,1296,1356,1410,1527,1587,1649,1703,1775,1905,1992,2084,2193,2262,2340,2428,2495,2561,2633,2710,2793,2865,2942,3015,3086,3174,3246,3338,3434,3508,3582,3678,3730,3797,3884,3971,4033,4097,4160,4266,4362,4460,4558",
+ "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",
+ "endColumns": "12,77,91,127,80,64,98,75,64,89,65,53,68,59,53,116,59,61,53,71,129,86,91,108,68,77,87,66,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,78",
+ "endOffsets": "328,406,498,626,707,772,871,947,1012,1102,1168,1222,1291,1351,1405,1522,1582,1644,1698,1770,1900,1987,2079,2188,2257,2335,2423,2490,2556,2628,2705,2788,2860,2937,3010,3081,3169,3241,3333,3429,3503,3577,3673,3725,3792,3879,3966,4028,4092,4155,4261,4357,4455,4553,4632"
+ },
+ "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,90",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3095,3173,3265,3393,3474,3539,3638,3714,3779,3869,3935,3989,4058,4118,4172,4289,4349,4411,4465,4537,4667,4754,4846,4955,5024,5102,5190,5257,5323,5395,5472,5555,5627,5704,5777,5848,5936,6008,6100,6196,6270,6344,6440,6492,6559,6646,6733,6795,6859,6922,7028,7124,7222,7553",
+ "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,90",
+ "endColumns": "12,77,91,127,80,64,98,75,64,89,65,53,68,59,53,116,59,61,53,71,129,86,91,108,68,77,87,66,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,78",
+ "endOffsets": "378,3168,3260,3388,3469,3534,3633,3709,3774,3864,3930,3984,4053,4113,4167,4284,4344,4406,4460,4532,4662,4749,4841,4950,5019,5097,5185,5252,5318,5390,5467,5550,5622,5699,5772,5843,5931,6003,6095,6191,6265,6339,6435,6487,6554,6641,6728,6790,6854,6917,7023,7119,7217,7315,7627"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-sk\\values-sk.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "92",
+ "startColumns": "4",
+ "startOffsets": "7715",
+ "endColumns": "100",
+ "endOffsets": "7811"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-sk\\values-sk.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,161",
+ "endColumns": "105,126",
+ "endOffsets": "156,283"
+ },
+ "to": {
+ "startLines": "88,89",
+ "startColumns": "4,4",
+ "startOffsets": "7320,7426",
+ "endColumns": "105,126",
+ "endOffsets": "7421,7548"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,91",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "383,490,591,702,788,896,1014,1093,1170,1261,1354,1452,1546,1646,1739,1834,1932,2023,2114,2198,2303,2411,2510,2616,2728,2831,2997,7632",
+ "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": "485,586,697,783,891,1009,1088,1165,1256,1349,1447,1541,1641,1734,1829,1927,2018,2109,2193,2298,2406,2505,2611,2723,2826,2992,3090,7710"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-en-rIN_values-en-rIN.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-en-rIN\\values-en-rIN.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "32",
+ "startColumns": "4",
+ "startOffsets": "3068",
+ "endColumns": "100",
+ "endOffsets": "3164"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-en-rIN\\values-en-rIN.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,161",
+ "endColumns": "105,116",
+ "endOffsets": "156,273"
+ },
+ "to": {
+ "startLines": "29,30",
+ "startColumns": "4,4",
+ "startOffsets": "2762,2868",
+ "endColumns": "105,116",
+ "endOffsets": "2863,2980"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,31",
+ "startColumns": "4,4,4,4,4,4,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,2985",
+ "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,3063"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-ldrtl-v17_values-ldrtl-v17.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-de_values-de.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-de\\values-de.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,159",
+ "endColumns": "103,118",
+ "endOffsets": "154,273"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7348,7452",
+ "endColumns": "103,118",
+ "endOffsets": "7447,7566"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-de\\values-de.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7735",
+ "endColumns": "100",
+ "endOffsets": "7831"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "288,393,491,603,689,795,910,988,1063,1155,1249,1345,1446,1553,1653,1757,1855,1953,2050,2132,2243,2345,2443,2550,2653,2757,2913,7653",
+ "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": "388,486,598,684,790,905,983,1058,1150,1244,1340,1441,1548,1648,1752,1850,1948,2045,2127,2238,2340,2438,2545,2648,2752,2908,3010,7730"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,238,322,423,545,626,692,786,856,915,1023,1092,1150,1222,1286,1340,1468,1528,1590,1644,1722,1859,1951,2035,2150,2234,2320,2410,2477,2543,2617,2699,2792,2866,2944,3016,3090,3182,3264,3353,3442,3516,3594,3680,3735,3802,3882,3966,4028,4092,4155,4262,4366,4465,4571",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,83,100,121,80,65,93,69,58,107,68,57,71,63,53,127,59,61,53,77,136,91,83,114,83,85,89,66,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,81",
+ "endOffsets": "233,317,418,540,621,687,781,851,910,1018,1087,1145,1217,1281,1335,1463,1523,1585,1639,1717,1854,1946,2030,2145,2229,2315,2405,2472,2538,2612,2694,2787,2861,2939,3011,3085,3177,3259,3348,3437,3511,3589,3675,3730,3797,3877,3961,4023,4087,4150,4257,4361,4460,4566,4648"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3015,3099,3200,3322,3403,3469,3563,3633,3692,3800,3869,3927,3999,4063,4117,4245,4305,4367,4421,4499,4636,4728,4812,4927,5011,5097,5187,5254,5320,5394,5476,5569,5643,5721,5793,5867,5959,6041,6130,6219,6293,6371,6457,6512,6579,6659,6743,6805,6869,6932,7039,7143,7242,7571",
+ "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,88",
+ "endColumns": "12,83,100,121,80,65,93,69,58,107,68,57,71,63,53,127,59,61,53,77,136,91,83,114,83,85,89,66,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,81",
+ "endOffsets": "283,3094,3195,3317,3398,3464,3558,3628,3687,3795,3864,3922,3994,4058,4112,4240,4300,4362,4416,4494,4631,4723,4807,4922,5006,5092,5182,5249,5315,5389,5471,5564,5638,5716,5788,5862,5954,6036,6125,6214,6288,6366,6452,6507,6574,6654,6738,6800,6864,6927,7034,7138,7237,7343,7648"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-fa_values-fa.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-fa\\values-fa.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7516",
+ "endColumns": "100",
+ "endOffsets": "7612"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,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,374,475,586,670,771,886,966,1043,1136,1231,1323,1417,1519,1614,1711,1805,1898,1988,2070,2178,2282,2380,2486,2591,2696,2853,7434",
+ "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": "369,470,581,665,766,881,961,1038,1131,1226,1318,1412,1514,1609,1706,1800,1893,1983,2065,2173,2277,2375,2481,2586,2691,2848,2949,7511"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-fa\\values-fa.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,164",
+ "endColumns": "108,114",
+ "endOffsets": "159,274"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7132,7241",
+ "endColumns": "108,114",
+ "endOffsets": "7236,7351"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,214,296,393,522,606,669,759,828,888,979,1043,1102,1169,1231,1286,1409,1467,1528,1583,1655,1792,1873,1955,2055,2129,2203,2289,2356,2422,2493,2570,2651,2724,2798,2868,2942,3028,3102,3191,3283,3357,3430,3519,3570,3637,3720,3804,3866,3930,3993,4087,4194,4287,4392",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,81,96,128,83,62,89,68,59,90,63,58,66,61,54,122,57,60,54,71,136,80,81,99,73,73,85,66,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,77",
+ "endOffsets": "209,291,388,517,601,664,754,823,883,974,1038,1097,1164,1226,1281,1404,1462,1523,1578,1650,1787,1868,1950,2050,2124,2198,2284,2351,2417,2488,2565,2646,2719,2793,2863,2937,3023,3097,3186,3278,3352,3425,3514,3565,3632,3715,3799,3861,3925,3988,4082,4189,4282,4387,4465"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2954,3036,3133,3262,3346,3409,3499,3568,3628,3719,3783,3842,3909,3971,4026,4149,4207,4268,4323,4395,4532,4613,4695,4795,4869,4943,5029,5096,5162,5233,5310,5391,5464,5538,5608,5682,5768,5842,5931,6023,6097,6170,6259,6310,6377,6460,6544,6606,6670,6733,6827,6934,7027,7356",
+ "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,88",
+ "endColumns": "12,81,96,128,83,62,89,68,59,90,63,58,66,61,54,122,57,60,54,71,136,80,81,99,73,73,85,66,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,77",
+ "endOffsets": "259,3031,3128,3257,3341,3404,3494,3563,3623,3714,3778,3837,3904,3966,4021,4144,4202,4263,4318,4390,4527,4608,4690,4790,4864,4938,5024,5091,5157,5228,5305,5386,5459,5533,5603,5677,5763,5837,5926,6018,6092,6165,6254,6305,6372,6455,6539,6601,6665,6728,6822,6929,7022,7127,7429"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-en-rXC_values-en-rXC.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.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\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-el_values-el.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "275,393,504,621,706,812,935,1024,1109,1200,1293,1388,1482,1582,1675,1770,1867,1958,2049,2134,2245,2354,2456,2567,2677,2785,2956,7790",
+ "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": "388,499,616,701,807,930,1019,1104,1195,1288,1383,1477,1577,1670,1765,1862,1953,2044,2129,2240,2349,2451,2562,2672,2780,2951,3051,7871"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-el\\values-el.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7876",
+ "endColumns": "100",
+ "endOffsets": "7972"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-el\\values-el.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,172",
+ "endColumns": "116,121",
+ "endOffsets": "167,289"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7460,7577",
+ "endColumns": "116,121",
+ "endOffsets": "7572,7694"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,225,310,412,529,615,681,781,863,926,1017,1082,1144,1213,1275,1329,1467,1524,1585,1639,1712,1865,1950,2034,2143,2224,2309,2399,2466,2532,2610,2695,2780,2852,2932,3012,3083,3175,3247,3344,3441,3515,3589,3691,3747,3819,3907,3999,4061,4125,4188,4304,4412,4521,4629",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,84,101,116,85,65,99,81,62,90,64,61,68,61,53,137,56,60,53,72,152,84,83,108,80,84,89,66,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,90",
+ "endOffsets": "220,305,407,524,610,676,776,858,921,1012,1077,1139,1208,1270,1324,1462,1519,1580,1634,1707,1860,1945,2029,2138,2219,2304,2394,2461,2527,2605,2690,2775,2847,2927,3007,3078,3170,3242,3339,3436,3510,3584,3686,3742,3814,3902,3994,4056,4120,4183,4299,4407,4516,4624,4715"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3056,3141,3243,3360,3446,3512,3612,3694,3757,3848,3913,3975,4044,4106,4160,4298,4355,4416,4470,4543,4696,4781,4865,4974,5055,5140,5230,5297,5363,5441,5526,5611,5683,5763,5843,5914,6006,6078,6175,6272,6346,6420,6522,6578,6650,6738,6830,6892,6956,7019,7135,7243,7352,7699",
+ "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,88",
+ "endColumns": "12,84,101,116,85,65,99,81,62,90,64,61,68,61,53,137,56,60,53,72,152,84,83,108,80,84,89,66,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,90",
+ "endOffsets": "270,3136,3238,3355,3441,3507,3607,3689,3752,3843,3908,3970,4039,4101,4155,4293,4350,4411,4465,4538,4691,4776,4860,4969,5050,5135,5225,5292,5358,5436,5521,5606,5678,5758,5838,5909,6001,6073,6170,6267,6341,6415,6517,6573,6645,6733,6825,6887,6951,7014,7130,7238,7347,7455,7785"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-port_values-port.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\res\\values-port\\values-port.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "55",
+ "endOffsets": "106"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-v17_values-v17.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-uk_values-uk.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-uk\\values-uk.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,163",
+ "endColumns": "107,119",
+ "endOffsets": "158,278"
+ },
+ "to": {
+ "startLines": "88,89",
+ "startColumns": "4,4",
+ "startOffsets": "7344,7452",
+ "endColumns": "107,119",
+ "endOffsets": "7447,7567"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-uk\\values-uk.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "92",
+ "startColumns": "4",
+ "startOffsets": "7736",
+ "endColumns": "100",
+ "endOffsets": "7832"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,91",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "379,488,590,698,784,889,1007,1088,1167,1258,1351,1446,1540,1640,1733,1828,1923,2014,2105,2204,2310,2416,2514,2621,2728,2833,3003,7654",
+ "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": "483,585,693,779,884,1002,1083,1162,1253,1346,1441,1535,1635,1728,1823,1918,2009,2100,2199,2305,2411,2509,2616,2723,2828,2998,3098,7731"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,329,417,513,629,712,779,870,936,999,1087,1154,1212,1283,1342,1396,1510,1570,1633,1687,1760,1879,1965,2048,2157,2242,2329,2417,2484,2550,2622,2698,2788,2861,2938,3019,3093,3183,3262,3353,3449,3523,3604,3699,3753,3819,3906,3992,4054,4118,4181,4288,4380,4478,4570",
+ "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",
+ "endColumns": "12,87,95,115,82,66,90,65,62,87,66,57,70,58,53,113,59,62,53,72,118,85,82,108,84,86,87,66,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,81",
+ "endOffsets": "324,412,508,624,707,774,865,931,994,1082,1149,1207,1278,1337,1391,1505,1565,1628,1682,1755,1874,1960,2043,2152,2237,2324,2412,2479,2545,2617,2693,2783,2856,2933,3014,3088,3178,3257,3348,3444,3518,3599,3694,3748,3814,3901,3987,4049,4113,4176,4283,4375,4473,4565,4647"
+ },
+ "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,90",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3103,3191,3287,3403,3486,3553,3644,3710,3773,3861,3928,3986,4057,4116,4170,4284,4344,4407,4461,4534,4653,4739,4822,4931,5016,5103,5191,5258,5324,5396,5472,5562,5635,5712,5793,5867,5957,6036,6127,6223,6297,6378,6473,6527,6593,6680,6766,6828,6892,6955,7062,7154,7252,7572",
+ "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,90",
+ "endColumns": "12,87,95,115,82,66,90,65,62,87,66,57,70,58,53,113,59,62,53,72,118,85,82,108,84,86,87,66,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,81",
+ "endOffsets": "374,3186,3282,3398,3481,3548,3639,3705,3768,3856,3923,3981,4052,4111,4165,4279,4339,4402,4456,4529,4648,4734,4817,4926,5011,5098,5186,5253,5319,5391,5467,5557,5630,5707,5788,5862,5952,6031,6122,6218,6292,6373,6468,6522,6588,6675,6761,6823,6887,6950,7057,7149,7247,7339,7649"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-pl_values-pl.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,341,420,505,622,704,768,849,913,974,1085,1153,1207,1276,1338,1392,1503,1564,1626,1680,1752,1881,1970,2052,2171,2253,2336,2423,2490,2556,2627,2703,2792,2869,2947,3025,3101,3191,3264,3359,3456,3528,3602,3702,3754,3820,3908,3998,4060,4124,4187,4294,4383,4482,4570",
+ "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",
+ "endColumns": "12,78,84,116,81,63,80,63,60,110,67,53,68,61,53,110,60,61,53,71,128,88,81,118,81,82,86,66,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,75",
+ "endOffsets": "336,415,500,617,699,763,844,908,969,1080,1148,1202,1271,1333,1387,1498,1559,1621,1675,1747,1876,1965,2047,2166,2248,2331,2418,2485,2551,2622,2698,2787,2864,2942,3020,3096,3186,3259,3354,3451,3523,3597,3697,3749,3815,3903,3993,4055,4119,4182,4289,4378,4477,4565,4641"
+ },
+ "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,90",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3103,3182,3267,3384,3466,3530,3611,3675,3736,3847,3915,3969,4038,4100,4154,4265,4326,4388,4442,4514,4643,4732,4814,4933,5015,5098,5185,5252,5318,5389,5465,5554,5631,5709,5787,5863,5953,6026,6121,6218,6290,6364,6464,6516,6582,6670,6760,6822,6886,6949,7056,7145,7244,7557",
+ "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,90",
+ "endColumns": "12,78,84,116,81,63,80,63,60,110,67,53,68,61,53,110,60,61,53,71,128,88,81,118,81,82,86,66,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,75",
+ "endOffsets": "386,3177,3262,3379,3461,3525,3606,3670,3731,3842,3910,3964,4033,4095,4149,4260,4321,4383,4437,4509,4638,4727,4809,4928,5010,5093,5180,5247,5313,5384,5460,5549,5626,5704,5782,5858,5948,6021,6116,6213,6285,6359,6459,6511,6577,6665,6755,6817,6881,6944,7051,7140,7239,7327,7628"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,91",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "391,506,608,716,802,909,1028,1107,1183,1274,1367,1462,1556,1657,1750,1845,1940,2031,2122,2204,2313,2413,2512,2621,2733,2844,3007,7633",
+ "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": "501,603,711,797,904,1023,1102,1178,1269,1362,1457,1551,1652,1745,1840,1935,2026,2117,2199,2308,2408,2507,2616,2728,2839,3002,3098,7711"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-pl\\values-pl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "92",
+ "startColumns": "4",
+ "startOffsets": "7716",
+ "endColumns": "100",
+ "endOffsets": "7812"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-pl\\values-pl.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,163",
+ "endColumns": "107,116",
+ "endOffsets": "158,275"
+ },
+ "to": {
+ "startLines": "88,89",
+ "startColumns": "4,4",
+ "startOffsets": "7332,7440",
+ "endColumns": "107,116",
+ "endOffsets": "7435,7552"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-lt_values-lt.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,330,413,509,627,711,777,876,954,1019,1129,1201,1260,1334,1395,1449,1573,1634,1696,1750,1828,1962,2050,2134,2245,2324,2408,2505,2572,2638,2713,2792,2880,2956,3034,3107,3184,3271,3352,3442,3534,3606,3687,3779,3834,3900,3985,4072,4134,4198,4261,4372,4487,4588,4702",
+ "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",
+ "endColumns": "12,82,95,117,83,65,98,77,64,109,71,58,73,60,53,123,60,61,53,77,133,87,83,110,78,83,96,66,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,81",
+ "endOffsets": "325,408,504,622,706,772,871,949,1014,1124,1196,1255,1329,1390,1444,1568,1629,1691,1745,1823,1957,2045,2129,2240,2319,2403,2500,2567,2633,2708,2787,2875,2951,3029,3102,3179,3266,3347,3437,3529,3601,3682,3774,3829,3895,3980,4067,4129,4193,4256,4367,4482,4583,4697,4779"
+ },
+ "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,90",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3149,3232,3328,3446,3530,3596,3695,3773,3838,3948,4020,4079,4153,4214,4268,4392,4453,4515,4569,4647,4781,4869,4953,5064,5143,5227,5324,5391,5457,5532,5611,5699,5775,5853,5926,6003,6090,6171,6261,6353,6425,6506,6598,6653,6719,6804,6891,6953,7017,7080,7191,7306,7407,7750",
+ "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,90",
+ "endColumns": "12,82,95,117,83,65,98,77,64,109,71,58,73,60,53,123,60,61,53,77,133,87,83,110,78,83,96,66,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,81",
+ "endOffsets": "375,3227,3323,3441,3525,3591,3690,3768,3833,3943,4015,4074,4148,4209,4263,4387,4448,4510,4564,4642,4776,4864,4948,5059,5138,5222,5319,5386,5452,5527,5606,5694,5770,5848,5921,5998,6085,6166,6256,6348,6420,6501,6593,6648,6714,6799,6886,6948,7012,7075,7186,7301,7402,7516,7827"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,91",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "380,496,600,713,800,902,1024,1107,1187,1281,1377,1474,1570,1673,1769,1867,1963,2057,2151,2234,2343,2451,2551,2661,2766,2872,3048,7832",
+ "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": "491,595,708,795,897,1019,1102,1182,1276,1372,1469,1565,1668,1764,1862,1958,2052,2146,2229,2338,2446,2546,2656,2761,2867,3043,3144,7911"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-lt\\values-lt.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,165",
+ "endColumns": "109,118",
+ "endOffsets": "160,279"
+ },
+ "to": {
+ "startLines": "88,89",
+ "startColumns": "4,4",
+ "startOffsets": "7521,7631",
+ "endColumns": "109,118",
+ "endOffsets": "7626,7745"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-lt\\values-lt.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "92",
+ "startColumns": "4",
+ "startOffsets": "7916",
+ "endColumns": "100",
+ "endOffsets": "8012"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-mr_values-mr.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-mr\\values-mr.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,167",
+ "endColumns": "111,116",
+ "endOffsets": "162,279"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7150,7262",
+ "endColumns": "111,116",
+ "endOffsets": "7257,7374"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-mr\\values-mr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7537",
+ "endColumns": "100",
+ "endOffsets": "7633"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,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,375,481,588,678,779,891,969,1046,1137,1230,1323,1420,1520,1613,1708,1802,1893,1984,2064,2171,2272,2369,2478,2580,2694,2851,7457",
+ "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": "370,476,583,673,774,886,964,1041,1132,1225,1318,1415,1515,1608,1703,1797,1888,1979,2059,2166,2267,2364,2473,2575,2689,2846,2949,7532"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,214,297,397,513,595,658,749,814,873,961,1023,1083,1150,1213,1267,1381,1438,1499,1553,1623,1742,1823,1908,2013,2090,2167,2253,2320,2386,2456,2534,2621,2691,2767,2838,2907,3003,3077,3175,3271,3345,3415,3517,3572,3639,3726,3819,3882,3946,4009,4109,4212,4306,4410",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,82,99,115,81,62,90,64,58,87,61,59,66,62,53,113,56,60,53,69,118,80,84,104,76,76,85,66,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,77",
+ "endOffsets": "209,292,392,508,590,653,744,809,868,956,1018,1078,1145,1208,1262,1376,1433,1494,1548,1618,1737,1818,1903,2008,2085,2162,2248,2315,2381,2451,2529,2616,2686,2762,2833,2902,2998,3072,3170,3266,3340,3410,3512,3567,3634,3721,3814,3877,3941,4004,4104,4207,4301,4405,4483"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2954,3037,3137,3253,3335,3398,3489,3554,3613,3701,3763,3823,3890,3953,4007,4121,4178,4239,4293,4363,4482,4563,4648,4753,4830,4907,4993,5060,5126,5196,5274,5361,5431,5507,5578,5647,5743,5817,5915,6011,6085,6155,6257,6312,6379,6466,6559,6622,6686,6749,6849,6952,7046,7379",
+ "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,88",
+ "endColumns": "12,82,99,115,81,62,90,64,58,87,61,59,66,62,53,113,56,60,53,69,118,80,84,104,76,76,85,66,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,77",
+ "endOffsets": "259,3032,3132,3248,3330,3393,3484,3549,3608,3696,3758,3818,3885,3948,4002,4116,4173,4234,4288,4358,4477,4558,4643,4748,4825,4902,4988,5055,5121,5191,5269,5356,5426,5502,5573,5642,5738,5812,5910,6006,6080,6150,6252,6307,6374,6461,6554,6617,6681,6744,6844,6947,7041,7145,7452"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-sw360dp-v13_values-sw360dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-tr_values-tr.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-tr\\values-tr.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,160",
+ "endColumns": "104,116",
+ "endOffsets": "155,272"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7140,7245",
+ "endColumns": "104,116",
+ "endOffsets": "7240,7357"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-tr\\values-tr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7521",
+ "endColumns": "100",
+ "endOffsets": "7617"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "270,384,483,595,680,786,906,986,1061,1152,1245,1337,1431,1531,1624,1726,1821,1912,2003,2082,2189,2293,2389,2496,2599,2708,2864,7441",
+ "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": "379,478,590,675,781,901,981,1056,1147,1240,1332,1426,1526,1619,1721,1816,1907,1998,2077,2184,2288,2384,2491,2594,2703,2859,2957,7516"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,220,297,393,505,587,651,742,819,880,971,1034,1093,1162,1225,1279,1387,1445,1507,1561,1634,1755,1839,1930,2040,2117,2193,2280,2347,2413,2483,2560,2643,2714,2789,2867,2938,3023,3112,3207,3300,3372,3444,3540,3592,3659,3743,3833,3895,3959,4022,4116,4212,4301,4398",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,76,95,111,81,63,90,76,60,90,62,58,68,62,53,107,57,61,53,72,120,83,90,109,76,75,86,66,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,78",
+ "endOffsets": "215,292,388,500,582,646,737,814,875,966,1029,1088,1157,1220,1274,1382,1440,1502,1556,1629,1750,1834,1925,2035,2112,2188,2275,2342,2408,2478,2555,2638,2709,2784,2862,2933,3018,3107,3202,3295,3367,3439,3535,3587,3654,3738,3828,3890,3954,4017,4111,4207,4296,4393,4472"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2962,3039,3135,3247,3329,3393,3484,3561,3622,3713,3776,3835,3904,3967,4021,4129,4187,4249,4303,4376,4497,4581,4672,4782,4859,4935,5022,5089,5155,5225,5302,5385,5456,5531,5609,5680,5765,5854,5949,6042,6114,6186,6282,6334,6401,6485,6575,6637,6701,6764,6858,6954,7043,7362",
+ "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,88",
+ "endColumns": "12,76,95,111,81,63,90,76,60,90,62,58,68,62,53,107,57,61,53,72,120,83,90,109,76,75,86,66,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,78",
+ "endOffsets": "265,3034,3130,3242,3324,3388,3479,3556,3617,3708,3771,3830,3899,3962,4016,4124,4182,4244,4298,4371,4492,4576,4667,4777,4854,4930,5017,5084,5150,5220,5297,5380,5451,5526,5604,5675,5760,5849,5944,6037,6109,6181,6277,6329,6396,6480,6570,6632,6696,6759,6853,6949,7038,7135,7436"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-mn_values-mn.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-mn\\values-mn.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,161",
+ "endColumns": "105,120",
+ "endOffsets": "156,277"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7224,7330",
+ "endColumns": "105,120",
+ "endOffsets": "7325,7446"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-mn\\values-mn.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7616",
+ "endColumns": "100",
+ "endOffsets": "7712"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,220,299,397,516,601,666,764,845,904,997,1060,1118,1189,1251,1305,1426,1483,1544,1598,1669,1802,1886,1969,2072,2154,2232,2322,2389,2455,2526,2604,2690,2765,2843,2923,3006,3094,3173,3263,3356,3430,3500,3591,3645,3712,3796,3881,3943,4007,4070,4174,4280,4377,4482",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,78,97,118,84,64,97,80,58,92,62,57,70,61,53,120,56,60,53,70,132,83,82,102,81,77,89,66,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,83",
+ "endOffsets": "215,294,392,511,596,661,759,840,899,992,1055,1113,1184,1246,1300,1421,1478,1539,1593,1664,1797,1881,1964,2067,2149,2227,2317,2384,2450,2521,2599,2685,2760,2838,2918,3001,3089,3168,3258,3351,3425,3495,3586,3640,3707,3791,3876,3938,4002,4065,4169,4275,4372,4477,4561"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2962,3041,3139,3258,3343,3408,3506,3587,3646,3739,3802,3860,3931,3993,4047,4168,4225,4286,4340,4411,4544,4628,4711,4814,4896,4974,5064,5131,5197,5268,5346,5432,5507,5585,5665,5748,5836,5915,6005,6098,6172,6242,6333,6387,6454,6538,6623,6685,6749,6812,6916,7022,7119,7451",
+ "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,88",
+ "endColumns": "12,78,97,118,84,64,97,80,58,92,62,57,70,61,53,120,56,60,53,70,132,83,82,102,81,77,89,66,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,83",
+ "endOffsets": "265,3036,3134,3253,3338,3403,3501,3582,3641,3734,3797,3855,3926,3988,4042,4163,4220,4281,4335,4406,4539,4623,4706,4809,4891,4969,5059,5126,5192,5263,5341,5427,5502,5580,5660,5743,5831,5910,6000,6093,6167,6237,6328,6382,6449,6533,6618,6680,6744,6807,6911,7017,7114,7219,7530"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "270,384,484,593,679,785,899,982,1063,1154,1247,1342,1438,1535,1628,1722,1814,1905,1995,2075,2182,2285,2382,2489,2591,2704,2863,7535",
+ "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": "379,479,588,674,780,894,977,1058,1149,1242,1337,1433,1530,1623,1717,1809,1900,1990,2070,2177,2280,2377,2484,2586,2699,2858,2957,7611"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\res\\values-w600dp-land-v13\\values-w600dp-land-v13.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "54",
+ "endOffsets": "105"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-eu_values-eu.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-eu\\values-eu.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7686",
+ "endColumns": "100",
+ "endOffsets": "7782"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-eu\\values-eu.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,159",
+ "endColumns": "103,126",
+ "endOffsets": "154,281"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7289,7393",
+ "endColumns": "103,126",
+ "endOffsets": "7388,7515"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,230,310,408,523,606,673,772,840,901,989,1055,1119,1190,1253,1307,1416,1475,1538,1592,1666,1791,1881,1961,2076,2159,2241,2332,2399,2465,2536,2616,2702,2780,2858,2931,3006,3093,3180,3271,3364,3436,3512,3604,3655,3721,3805,3891,3953,4017,4080,4187,4292,4388,4494",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,79,97,114,82,66,98,67,60,87,65,63,70,62,53,108,58,62,53,73,124,89,79,114,82,81,90,66,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,82",
+ "endOffsets": "225,305,403,518,601,668,767,835,896,984,1050,1114,1185,1248,1302,1411,1470,1533,1587,1661,1786,1876,1956,2071,2154,2236,2327,2394,2460,2531,2611,2697,2775,2853,2926,3001,3088,3175,3266,3359,3431,3507,3599,3650,3716,3800,3886,3948,4012,4075,4182,4287,4383,4489,4572"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3025,3105,3203,3318,3401,3468,3567,3635,3696,3784,3850,3914,3985,4048,4102,4211,4270,4333,4387,4461,4586,4676,4756,4871,4954,5036,5127,5194,5260,5331,5411,5497,5575,5653,5726,5801,5888,5975,6066,6159,6231,6307,6399,6450,6516,6600,6686,6748,6812,6875,6982,7087,7183,7520",
+ "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,88",
+ "endColumns": "12,79,97,114,82,66,98,67,60,87,65,63,70,62,53,108,58,62,53,73,124,89,79,114,82,81,90,66,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,82",
+ "endOffsets": "275,3100,3198,3313,3396,3463,3562,3630,3691,3779,3845,3909,3980,4043,4097,4206,4265,4328,4382,4456,4581,4671,4751,4866,4949,5031,5122,5189,5255,5326,5406,5492,5570,5648,5721,5796,5883,5970,6061,6154,6226,6302,6394,6445,6511,6595,6681,6743,6807,6870,6977,7082,7178,7284,7598"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "280,389,487,597,683,789,913,999,1080,1172,1266,1362,1456,1557,1651,1747,1844,1936,2029,2111,2220,2329,2428,2537,2644,2755,2926,7603",
+ "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": "384,482,592,678,784,908,994,1075,1167,1261,1357,1451,1552,1646,1742,1839,1931,2024,2106,2215,2324,2423,2532,2639,2750,2921,3020,7681"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-gl_values-gl.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "280,384,488,596,681,782,910,996,1077,1169,1263,1360,1454,1554,1648,1744,1839,1931,2023,2104,2212,2319,2426,2535,2640,2754,2931,7791",
+ "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": "379,483,591,676,777,905,991,1072,1164,1258,1355,1449,1549,1643,1739,1834,1926,2018,2099,2207,2314,2421,2530,2635,2749,2926,3025,7869"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,230,315,420,553,633,711,807,886,949,1044,1113,1176,1250,1314,1370,1491,1549,1611,1667,1744,1883,1971,2051,2161,2241,2321,2411,2478,2544,2623,2704,2792,2871,2948,3030,3119,3203,3295,3388,3489,3563,3655,3757,3809,3875,3967,4055,4117,4181,4244,4355,4457,4563,4666",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,84,104,132,79,77,95,78,62,94,68,62,73,63,55,120,57,61,55,76,138,87,79,109,79,79,89,66,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,84",
+ "endOffsets": "225,310,415,548,628,706,802,881,944,1039,1108,1171,1245,1309,1365,1486,1544,1606,1662,1739,1878,1966,2046,2156,2236,2316,2406,2473,2539,2618,2699,2787,2866,2943,3025,3114,3198,3290,3383,3484,3558,3650,3752,3804,3870,3962,4050,4112,4176,4239,4350,4452,4558,4661,4746"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3030,3115,3220,3353,3433,3511,3607,3686,3749,3844,3913,3976,4050,4114,4170,4291,4349,4411,4467,4544,4683,4771,4851,4961,5041,5121,5211,5278,5344,5423,5504,5592,5671,5748,5830,5919,6003,6095,6188,6289,6363,6455,6557,6609,6675,6767,6855,6917,6981,7044,7155,7257,7363,7706",
+ "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,88",
+ "endColumns": "12,84,104,132,79,77,95,78,62,94,68,62,73,63,55,120,57,61,55,76,138,87,79,109,79,79,89,66,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,84",
+ "endOffsets": "275,3110,3215,3348,3428,3506,3602,3681,3744,3839,3908,3971,4045,4109,4165,4286,4344,4406,4462,4539,4678,4766,4846,4956,5036,5116,5206,5273,5339,5418,5499,5587,5666,5743,5825,5914,5998,6090,6183,6284,6358,6450,6552,6604,6670,6762,6850,6912,6976,7039,7150,7252,7358,7461,7786"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-gl\\values-gl.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,173",
+ "endColumns": "117,121",
+ "endOffsets": "168,290"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7466,7584",
+ "endColumns": "117,121",
+ "endOffsets": "7579,7701"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-gl\\values-gl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7874",
+ "endColumns": "100",
+ "endOffsets": "7970"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\res\\values-h320dp-port-v13\\values-h320dp-port-v13.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "75",
+ "endOffsets": "126"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-nl_values-nl.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "274,392,497,604,689,793,913,991,1067,1159,1253,1348,1442,1542,1636,1732,1827,1919,2011,2093,2204,2307,2406,2521,2635,2738,2893,7580",
+ "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": "387,492,599,684,788,908,986,1062,1154,1248,1343,1437,1537,1631,1727,1822,1914,2006,2088,2199,2302,2401,2516,2630,2733,2888,2991,7658"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-nl\\values-nl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7663",
+ "endColumns": "100",
+ "endOffsets": "7759"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,224,301,398,520,601,665,758,837,900,993,1059,1117,1190,1254,1310,1432,1489,1551,1607,1683,1817,1902,1988,2096,2177,2256,2346,2413,2479,2557,2640,2728,2803,2882,2955,3026,3120,3198,3287,3377,3451,3532,3619,3672,3739,3820,3904,3966,4030,4093,4201,4302,4404,4507",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,76,96,121,80,63,92,78,62,92,65,57,72,63,55,121,56,61,55,75,133,84,85,107,80,78,89,66,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,80",
+ "endOffsets": "219,296,393,515,596,660,753,832,895,988,1054,1112,1185,1249,1305,1427,1484,1546,1602,1678,1812,1897,1983,2091,2172,2251,2341,2408,2474,2552,2635,2723,2798,2877,2950,3021,3115,3193,3282,3372,3446,3527,3614,3667,3734,3815,3899,3961,4025,4088,4196,4297,4399,4502,4583"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2996,3073,3170,3292,3373,3437,3530,3609,3672,3765,3831,3889,3962,4026,4082,4204,4261,4323,4379,4455,4589,4674,4760,4868,4949,5028,5118,5185,5251,5329,5412,5500,5575,5654,5727,5798,5892,5970,6059,6149,6223,6304,6391,6444,6511,6592,6676,6738,6802,6865,6973,7074,7176,7499",
+ "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,88",
+ "endColumns": "12,76,96,121,80,63,92,78,62,92,65,57,72,63,55,121,56,61,55,75,133,84,85,107,80,78,89,66,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,80",
+ "endOffsets": "269,3068,3165,3287,3368,3432,3525,3604,3667,3760,3826,3884,3957,4021,4077,4199,4256,4318,4374,4450,4584,4669,4755,4863,4944,5023,5113,5180,5246,5324,5407,5495,5570,5649,5722,5793,5887,5965,6054,6144,6218,6299,6386,6439,6506,6587,6671,6733,6797,6860,6968,7069,7171,7274,7575"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-nl\\values-nl.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,166",
+ "endColumns": "110,108",
+ "endOffsets": "161,270"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7279,7390",
+ "endColumns": "110,108",
+ "endOffsets": "7385,7494"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-be_values-be.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,337,419,516,632,715,782,875,952,1015,1131,1200,1259,1330,1389,1443,1564,1625,1688,1742,1815,1937,2025,2108,2230,2316,2403,2494,2561,2627,2699,2776,2860,2935,3012,3094,3170,3259,3341,3432,3528,3602,3683,3778,3832,3898,3985,4071,4133,4197,4260,4370,4477,4580,4689",
+ "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",
+ "endColumns": "12,81,96,115,82,66,92,76,62,115,68,58,70,58,53,120,60,62,53,72,121,87,82,121,85,86,90,66,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,79",
+ "endOffsets": "332,414,511,627,710,777,870,947,1010,1126,1195,1254,1325,1384,1438,1559,1620,1683,1737,1810,1932,2020,2103,2225,2311,2398,2489,2556,2622,2694,2771,2855,2930,3007,3089,3165,3254,3336,3427,3523,3597,3678,3773,3827,3893,3980,4066,4128,4192,4255,4365,4472,4575,4684,4764"
+ },
+ "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,90",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3117,3199,3296,3412,3495,3562,3655,3732,3795,3911,3980,4039,4110,4169,4223,4344,4405,4468,4522,4595,4717,4805,4888,5010,5096,5183,5274,5341,5407,5479,5556,5640,5715,5792,5874,5950,6039,6121,6212,6308,6382,6463,6558,6612,6678,6765,6851,6913,6977,7040,7150,7257,7360,7704",
+ "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,90",
+ "endColumns": "12,81,96,115,82,66,92,76,62,115,68,58,70,58,53,120,60,62,53,72,121,87,82,121,85,86,90,66,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,79",
+ "endOffsets": "382,3194,3291,3407,3490,3557,3650,3727,3790,3906,3975,4034,4105,4164,4218,4339,4400,4463,4517,4590,4712,4800,4883,5005,5091,5178,5269,5336,5402,5474,5551,5635,5710,5787,5869,5945,6034,6116,6207,6303,6377,6458,6553,6607,6673,6760,6846,6908,6972,7035,7145,7252,7355,7464,7779"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-be\\values-be.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "92",
+ "startColumns": "4",
+ "startOffsets": "7866",
+ "endColumns": "100",
+ "endOffsets": "7962"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-be\\values-be.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,164",
+ "endColumns": "108,125",
+ "endOffsets": "159,285"
+ },
+ "to": {
+ "startLines": "88,89",
+ "startColumns": "4,4",
+ "startOffsets": "7469,7578",
+ "endColumns": "108,125",
+ "endOffsets": "7573,7699"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,91",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "387,507,610,726,812,917,1036,1116,1193,1285,1379,1474,1568,1663,1757,1853,1948,2040,2132,2213,2319,2424,2522,2630,2736,2844,3017,7784",
+ "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": "502,605,721,807,912,1031,1111,1188,1280,1374,1469,1563,1658,1752,1848,1943,2035,2127,2208,2314,2419,2517,2625,2731,2839,3012,3112,7861"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-az_values-az.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-az\\values-az.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7554",
+ "endColumns": "100",
+ "endOffsets": "7650"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,220,300,396,512,592,656,750,818,877,972,1036,1095,1162,1225,1279,1394,1452,1514,1568,1639,1771,1855,1935,2039,2115,2191,2275,2342,2408,2478,2556,2639,2709,2785,2863,2934,3020,3103,3196,3289,3362,3434,3528,3582,3649,3733,3821,3885,3950,4014,4116,4213,4309,4406",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,79,95,115,79,63,93,67,58,94,63,58,66,62,53,114,57,61,53,70,131,83,79,103,75,75,83,66,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,79",
+ "endOffsets": "215,295,391,507,587,651,745,813,872,967,1031,1090,1157,1220,1274,1389,1447,1509,1563,1634,1766,1850,1930,2034,2110,2186,2270,2337,2403,2473,2551,2634,2704,2780,2858,2929,3015,3098,3191,3284,3357,3429,3523,3577,3644,3728,3816,3880,3945,4009,4111,4208,4304,4401,4481"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2978,3058,3154,3270,3350,3414,3508,3576,3635,3730,3794,3853,3920,3983,4037,4152,4210,4272,4326,4397,4529,4613,4693,4797,4873,4949,5033,5100,5166,5236,5314,5397,5467,5543,5621,5692,5778,5861,5954,6047,6120,6192,6286,6340,6407,6491,6579,6643,6708,6772,6874,6971,7067,7390",
+ "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,88",
+ "endColumns": "12,79,95,115,79,63,93,67,58,94,63,58,66,62,53,114,57,61,53,70,131,83,79,103,75,75,83,66,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,79",
+ "endOffsets": "265,3053,3149,3265,3345,3409,3503,3571,3630,3725,3789,3848,3915,3978,4032,4147,4205,4267,4321,4392,4524,4608,4688,4792,4868,4944,5028,5095,5161,5231,5309,5392,5462,5538,5616,5687,5773,5856,5949,6042,6115,6187,6281,6335,6402,6486,6574,6638,6703,6767,6869,6966,7062,7159,7465"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-az\\values-az.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,162",
+ "endColumns": "106,118",
+ "endOffsets": "157,276"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7164,7271",
+ "endColumns": "106,118",
+ "endOffsets": "7266,7385"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "270,380,481,591,679,786,900,982,1060,1151,1244,1338,1437,1537,1630,1725,1819,1910,2002,2087,2192,2298,2398,2507,2612,2714,2872,7470",
+ "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": "375,476,586,674,781,895,977,1055,1146,1239,1333,1432,1532,1625,1720,1814,1905,1997,2082,2187,2293,2393,2502,2607,2709,2867,2973,7549"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-zh-rHK_values-zh-rHK.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-zh-rHK\\values-zh-rHK.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,154",
+ "endColumns": "98,99",
+ "endOffsets": "149,249"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "6514,6613",
+ "endColumns": "98,99",
+ "endOffsets": "6608,6708"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,202,269,359,466,539,601,679,738,796,874,931,987,1046,1104,1158,1244,1300,1358,1412,1477,1570,1644,1722,1812,1875,1938,2015,2082,2148,2212,2281,2356,2417,2488,2555,2615,2695,2758,2841,2926,3000,3065,3141,3189,3253,3329,3407,3469,3533,3596,3676,3751,3827,3903",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,66,89,106,72,61,77,58,57,77,56,55,58,57,53,85,55,57,53,64,92,73,77,89,62,62,76,66,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,68",
+ "endOffsets": "197,264,354,461,534,596,674,733,791,869,926,982,1041,1099,1153,1239,1295,1353,1407,1472,1565,1639,1717,1807,1870,1933,2010,2077,2143,2207,2276,2351,2412,2483,2550,2610,2690,2753,2836,2921,2995,3060,3136,3184,3248,3324,3402,3464,3528,3591,3671,3746,3822,3898,3967"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2813,2880,2970,3077,3150,3212,3290,3349,3407,3485,3542,3598,3657,3715,3769,3855,3911,3969,4023,4088,4181,4255,4333,4423,4486,4549,4626,4693,4759,4823,4892,4967,5028,5099,5166,5226,5306,5369,5452,5537,5611,5676,5752,5800,5864,5940,6018,6080,6144,6207,6287,6362,6438,6713",
+ "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,88",
+ "endColumns": "12,66,89,106,72,61,77,58,57,77,56,55,58,57,53,85,55,57,53,64,92,73,77,89,62,62,76,66,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,68",
+ "endOffsets": "247,2875,2965,3072,3145,3207,3285,3344,3402,3480,3537,3593,3652,3710,3764,3850,3906,3964,4018,4083,4176,4250,4328,4418,4481,4544,4621,4688,4754,4818,4887,4962,5023,5094,5161,5221,5301,5364,5447,5532,5606,5671,5747,5795,5859,5935,6013,6075,6139,6202,6282,6357,6433,6509,6777"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-zh-rHK\\values-zh-rHK.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "6861",
+ "endColumns": "100",
+ "endOffsets": "6957"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "252,347,440,540,622,719,827,904,979,1071,1165,1256,1352,1447,1541,1637,1729,1821,1913,1991,2087,2182,2277,2374,2470,2568,2719,6782",
+ "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": "342,435,535,617,714,822,899,974,1066,1160,1251,1347,1442,1536,1632,1724,1816,1908,1986,2082,2177,2272,2369,2465,2563,2714,2808,6856"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-sw390dp-v13_values-sw390dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-xlarge-v4_values-xlarge-v4.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-b+sr+Latn_values-b+sr+Latn.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,90",
+ "startColumns": "4,4,4,4,4,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,436,537,643,729,833,955,1040,1122,1213,1306,1401,1495,1595,1688,1783,1888,1979,2070,2156,2261,2367,2470,2577,2686,2793,2963,7637",
+ "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": "431,532,638,724,828,950,1035,1117,1208,1301,1396,1490,1590,1683,1778,1883,1974,2065,2151,2256,2362,2465,2572,2681,2788,2958,3055,7719"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,279,359,453,585,666,732,825,893,956,1059,1125,1181,1252,1312,1366,1478,1535,1596,1650,1726,1851,1938,2021,2130,2212,2295,2383,2450,2516,2590,2668,2757,2833,2909,2984,3056,3146,3219,3311,3407,3479,3555,3651,3704,3771,3858,3945,4007,4071,4134,4239,4343,4439,4546",
+ "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",
+ "endColumns": "12,79,93,131,80,65,92,67,62,102,65,55,70,59,53,111,56,60,53,75,124,86,82,108,81,82,87,66,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,79",
+ "endOffsets": "274,354,448,580,661,727,820,888,951,1054,1120,1176,1247,1307,1361,1473,1530,1591,1645,1721,1846,1933,2016,2125,2207,2290,2378,2445,2511,2585,2663,2752,2828,2904,2979,3051,3141,3214,3306,3402,3474,3550,3646,3699,3766,3853,3940,4002,4066,4129,4234,4338,4434,4541,4621"
+ },
+ "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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3060,3140,3234,3366,3447,3513,3606,3674,3737,3840,3906,3962,4033,4093,4147,4259,4316,4377,4431,4507,4632,4719,4802,4911,4993,5076,5164,5231,5297,5371,5449,5538,5614,5690,5765,5837,5927,6000,6092,6188,6260,6336,6432,6485,6552,6639,6726,6788,6852,6915,7020,7124,7220,7557",
+ "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,89",
+ "endColumns": "12,79,93,131,80,65,92,67,62,102,65,55,70,59,53,111,56,60,53,75,124,86,82,108,81,82,87,66,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,79",
+ "endOffsets": "324,3135,3229,3361,3442,3508,3601,3669,3732,3835,3901,3957,4028,4088,4142,4254,4311,4372,4426,4502,4627,4714,4797,4906,4988,5071,5159,5226,5292,5366,5444,5533,5609,5685,5760,5832,5922,5995,6087,6183,6255,6331,6427,6480,6547,6634,6721,6783,6847,6910,7015,7119,7215,7322,7632"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,162",
+ "endColumns": "106,122",
+ "endOffsets": "157,280"
+ },
+ "to": {
+ "startLines": "87,88",
+ "startColumns": "4,4",
+ "startOffsets": "7327,7434",
+ "endColumns": "106,122",
+ "endOffsets": "7429,7552"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "91",
+ "startColumns": "4",
+ "startOffsets": "7724",
+ "endColumns": "100",
+ "endOffsets": "7820"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-km_values-km.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-km\\values-km.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7603",
+ "endColumns": "100",
+ "endOffsets": "7699"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,224,304,404,516,596,661,755,825,887,974,1039,1098,1163,1224,1281,1400,1458,1519,1576,1647,1777,1863,1941,2049,2124,2195,2292,2359,2425,2505,2595,2681,2760,2837,2907,2982,3070,3140,3240,3339,3413,3489,3596,3650,3723,3814,3910,3972,4036,4099,4198,4296,4388,4488",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,79,99,111,79,64,93,69,61,86,64,58,64,60,56,118,57,60,56,70,129,85,77,107,74,70,96,66,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,82",
+ "endOffsets": "219,299,399,511,591,656,750,820,882,969,1034,1093,1158,1219,1276,1395,1453,1514,1571,1642,1772,1858,1936,2044,2119,2190,2287,2354,2420,2500,2590,2676,2755,2832,2902,2977,3065,3135,3235,3334,3408,3484,3591,3645,3718,3809,3905,3967,4031,4094,4193,4291,4383,4483,4566"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2962,3042,3142,3254,3334,3399,3493,3563,3625,3712,3777,3836,3901,3962,4019,4138,4196,4257,4314,4385,4515,4601,4679,4787,4862,4933,5030,5097,5163,5243,5333,5419,5498,5575,5645,5720,5808,5878,5978,6077,6151,6227,6334,6388,6461,6552,6648,6710,6774,6837,6936,7034,7126,7436",
+ "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,88",
+ "endColumns": "12,79,99,111,79,64,93,69,61,86,64,58,64,60,56,118,57,60,56,70,129,85,77,107,74,70,96,66,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,82",
+ "endOffsets": "269,3037,3137,3249,3329,3394,3488,3558,3620,3707,3772,3831,3896,3957,4014,4133,4191,4252,4309,4380,4510,4596,4674,4782,4857,4928,5025,5092,5158,5238,5328,5414,5493,5570,5640,5715,5803,5873,5973,6072,6146,6222,6329,6383,6456,6547,6643,6705,6769,6832,6931,7029,7121,7221,7514"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "274,376,475,585,672,775,896,974,1050,1141,1234,1326,1420,1520,1613,1708,1802,1893,1984,2067,2171,2275,2375,2484,2593,2702,2864,7519",
+ "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": "371,470,580,667,770,891,969,1045,1136,1229,1321,1415,1515,1608,1703,1797,1888,1979,2062,2166,2270,2370,2479,2588,2697,2859,2957,7598"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-km\\values-km.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,160",
+ "endColumns": "104,104",
+ "endOffsets": "155,260"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7226,7331",
+ "endColumns": "104,104",
+ "endOffsets": "7326,7431"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-ja_values-ja.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,208,277,362,466,542,605,689,753,811,892,956,1011,1070,1127,1181,1274,1330,1387,1441,1507,1607,1683,1764,1856,1918,1980,2059,2126,2192,2262,2332,2409,2473,2544,2612,2675,2754,2817,2897,2979,3051,3122,3194,3242,3306,3381,3458,3520,3584,3647,3733,3817,3898,3983",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,68,84,103,75,62,83,63,57,80,63,54,58,56,53,92,55,56,53,65,99,75,80,91,61,61,78,66,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,72",
+ "endOffsets": "203,272,357,461,537,600,684,748,806,887,951,1006,1065,1122,1176,1269,1325,1382,1436,1502,1602,1678,1759,1851,1913,1975,2054,2121,2187,2257,2327,2404,2468,2539,2607,2670,2749,2812,2892,2974,3046,3117,3189,3237,3301,3376,3453,3515,3579,3642,3728,3812,3893,3978,4051"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2844,2913,2998,3102,3178,3241,3325,3389,3447,3528,3592,3647,3706,3763,3817,3910,3966,4023,4077,4143,4243,4319,4400,4492,4554,4616,4695,4762,4828,4898,4968,5045,5109,5180,5248,5311,5390,5453,5533,5615,5687,5758,5830,5878,5942,6017,6094,6156,6220,6283,6369,6453,6534,6828",
+ "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,88",
+ "endColumns": "12,68,84,103,75,62,83,63,57,80,63,54,58,56,53,92,55,56,53,65,99,75,80,91,61,61,78,66,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,72",
+ "endOffsets": "253,2908,2993,3097,3173,3236,3320,3384,3442,3523,3587,3642,3701,3758,3812,3905,3961,4018,4072,4138,4238,4314,4395,4487,4549,4611,4690,4757,4823,4893,4963,5040,5104,5175,5243,5306,5385,5448,5528,5610,5682,5753,5825,5873,5937,6012,6089,6151,6215,6278,6364,6448,6529,6614,6896"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-ja\\values-ja.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "6980",
+ "endColumns": "100",
+ "endOffsets": "7076"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "258,355,448,553,635,733,841,919,994,1085,1178,1273,1367,1467,1560,1655,1749,1840,1931,2009,2111,2209,2304,2407,2503,2599,2747,6901",
+ "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": "350,443,548,630,728,836,914,989,1080,1173,1268,1362,1462,1555,1650,1744,1835,1926,2004,2106,2204,2299,2402,2498,2594,2742,2839,6975"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-ja\\values-ja.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,154",
+ "endColumns": "98,109",
+ "endOffsets": "149,259"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "6619,6718",
+ "endColumns": "98,109",
+ "endOffsets": "6713,6823"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-land_values-land.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\values-land\\dimens.xml",
+ "from": {
+ "startLines": "1,2",
+ "startColumns": "4,4",
+ "startOffsets": "16,74",
+ "endColumns": "57,55",
+ "endOffsets": "69,125"
+ },
+ "to": {
+ "startLines": "5,6",
+ "startColumns": "4,4",
+ "startOffsets": "264,322",
+ "endColumns": "57,55",
+ "endOffsets": "317,373"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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,32,37",
+ "startColumns": "4,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,2061,2330",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,25,31,36,39",
+ "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,2056,2325,2553"
+ },
+ "to": {
+ "startLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,31,37,42",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "378,453,527,600,670,742,812,877,944,1014,1086,1155,1224,1306,1396,1472,1540,1607,1685,1750,1817,1989,2384,2653",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,30,36,41,44",
+ "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": "448,522,595,665,737,807,872,939,1009,1081,1150,1219,1301,1391,1467,1535,1602,1680,1745,1812,1984,2379,2648,2876"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\values-bn_values-bn.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-bn\\values-bn.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,167",
+ "endColumns": "111,116",
+ "endOffsets": "162,279"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7221,7333",
+ "endColumns": "111,116",
+ "endOffsets": "7328,7445"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,226,309,413,530,611,677,768,834,895,985,1052,1113,1182,1244,1298,1405,1464,1525,1579,1653,1773,1858,1942,2047,2118,2188,2275,2342,2408,2481,2561,2656,2725,2801,2881,2950,3045,3128,3218,3313,3387,3461,3554,3608,3675,3761,3846,3908,3972,4035,4137,4242,4335,4441",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,82,103,116,80,65,90,65,60,89,66,60,68,61,53,106,58,60,53,73,119,84,83,104,70,69,86,66,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,79",
+ "endOffsets": "221,304,408,525,606,672,763,829,890,980,1047,1108,1177,1239,1293,1400,1459,1520,1574,1648,1768,1853,1937,2042,2113,2183,2270,2337,2403,2476,2556,2651,2720,2796,2876,2945,3040,3123,3213,3308,3382,3456,3549,3603,3670,3756,3841,3903,3967,4030,4132,4237,4330,4436,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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3006,3089,3193,3310,3391,3457,3548,3614,3675,3765,3832,3893,3962,4024,4078,4185,4244,4305,4359,4433,4553,4638,4722,4827,4898,4968,5055,5122,5188,5261,5341,5436,5505,5581,5661,5730,5825,5908,5998,6093,6167,6241,6334,6388,6455,6541,6626,6688,6752,6815,6917,7022,7115,7450",
+ "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,88",
+ "endColumns": "12,82,103,116,80,65,90,65,60,89,66,60,68,61,53,106,58,60,53,73,119,84,83,104,70,69,86,66,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,79",
+ "endOffsets": "271,3084,3188,3305,3386,3452,3543,3609,3670,3760,3827,3888,3957,4019,4073,4180,4239,4300,4354,4428,4548,4633,4717,4822,4893,4963,5050,5117,5183,5256,5336,5431,5500,5576,5656,5725,5820,5903,5993,6088,6162,6236,6329,6383,6450,6536,6621,6683,6747,6810,6912,7017,7110,7216,7525"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "276,384,490,596,685,790,911,994,1076,1167,1260,1354,1448,1548,1641,1736,1830,1921,2012,2098,2208,2312,2415,2523,2631,2736,2901,7530",
+ "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": "379,485,591,680,785,906,989,1071,1162,1255,1349,1443,1543,1636,1731,1825,1916,2007,2093,2203,2307,2410,2518,2626,2731,2896,3001,7612"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-bn\\values-bn.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7617",
+ "endColumns": "100",
+ "endOffsets": "7713"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-af.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-af.json
new file mode 100644
index 0000000..9cc0b93
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-af.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-af\\values-af.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-af\\values-af.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,157",
+ "endColumns": "101,116",
+ "endOffsets": "152,269"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7129,7231",
+ "endColumns": "101,116",
+ "endOffsets": "7226,7343"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-af\\values-af.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7506",
+ "endColumns": "100",
+ "endOffsets": "7602"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,229,307,407,521,602,666,754,820,883,969,1030,1088,1154,1217,1272,1390,1447,1509,1564,1633,1752,1840,1923,2032,2115,2196,2283,2350,2416,2485,2561,2647,2721,2800,2873,2944,3031,3102,3191,3281,3353,3428,3515,3566,3633,3714,3798,3860,3924,3987,4091,4200,4296,4407",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,77,99,113,80,63,87,65,62,85,60,57,65,62,54,117,56,61,54,68,118,87,82,108,82,80,86,66,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,76",
+ "endOffsets": "224,302,402,516,597,661,749,815,878,964,1025,1083,1149,1212,1267,1385,1442,1504,1559,1628,1747,1835,1918,2027,2110,2191,2278,2345,2411,2480,2556,2642,2716,2795,2868,2939,3026,3097,3186,3276,3348,3423,3510,3561,3628,3709,3793,3855,3919,3982,4086,4195,4291,4402,4479"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2951,3029,3129,3243,3324,3388,3476,3542,3605,3691,3752,3810,3876,3939,3994,4112,4169,4231,4286,4355,4474,4562,4645,4754,4837,4918,5005,5072,5138,5207,5283,5369,5443,5522,5595,5666,5753,5824,5913,6003,6075,6150,6237,6288,6355,6436,6520,6582,6646,6709,6813,6922,7018,7348",
+ "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,88",
+ "endColumns": "12,77,99,113,80,63,87,65,62,85,60,57,65,62,54,117,56,61,54,68,118,87,82,108,82,80,86,66,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,76",
+ "endOffsets": "274,3024,3124,3238,3319,3383,3471,3537,3600,3686,3747,3805,3871,3934,3989,4107,4164,4226,4281,4350,4469,4557,4640,4749,4832,4913,5000,5067,5133,5202,5278,5364,5438,5517,5590,5661,5748,5819,5908,5998,6070,6145,6232,6283,6350,6431,6515,6577,6641,6704,6808,6917,7013,7124,7420"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "279,387,483,589,674,777,895,972,1048,1139,1232,1327,1421,1520,1613,1708,1807,1902,1996,2077,2184,2289,2386,2494,2597,2699,2853,7425",
+ "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": "382,478,584,669,772,890,967,1043,1134,1227,1322,1416,1515,1608,1703,1802,1897,1991,2072,2179,2284,2381,2489,2592,2694,2848,2946,7501"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-am.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-am.json
new file mode 100644
index 0000000..42b5fd2
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-am.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-am\\values-am.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "266,364,462,568,654,757,874,952,1028,1119,1212,1304,1398,1498,1591,1686,1779,1870,1961,2041,2141,2241,2337,2439,2539,2638,2788,7112",
+ "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": "359,457,563,649,752,869,947,1023,1114,1207,1299,1393,1493,1586,1681,1774,1865,1956,2036,2136,2236,2332,2434,2534,2633,2783,2879,7187"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-am\\values-am.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,159",
+ "endColumns": "103,109",
+ "endOffsets": "154,264"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "6822,6926",
+ "endColumns": "103,109",
+ "endOffsets": "6921,7031"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-am\\values-am.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7192",
+ "endColumns": "100",
+ "endOffsets": "7288"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,216,291,380,482,559,623,708,770,828,913,975,1033,1099,1161,1216,1312,1369,1428,1484,1551,1656,1736,1817,1916,1989,2060,2142,2209,2275,2341,2414,2495,2563,2636,2707,2774,2859,2926,3013,3101,3175,3243,3328,3379,3443,3523,3605,3667,3731,3794,3889,3978,4063,4154",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,74,88,101,76,63,84,61,57,84,61,57,65,61,54,95,56,58,55,66,104,79,80,98,72,70,81,66,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,75",
+ "endOffsets": "211,286,375,477,554,618,703,765,823,908,970,1028,1094,1156,1211,1307,1364,1423,1479,1546,1651,1731,1812,1911,1984,2055,2137,2204,2270,2336,2409,2490,2558,2631,2702,2769,2854,2921,3008,3096,3170,3238,3323,3374,3438,3518,3600,3662,3726,3789,3884,3973,4058,4149,4225"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2884,2959,3048,3150,3227,3291,3376,3438,3496,3581,3643,3701,3767,3829,3884,3980,4037,4096,4152,4219,4324,4404,4485,4584,4657,4728,4810,4877,4943,5009,5082,5163,5231,5304,5375,5442,5527,5594,5681,5769,5843,5911,5996,6047,6111,6191,6273,6335,6399,6462,6557,6646,6731,7036",
+ "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,88",
+ "endColumns": "12,74,88,101,76,63,84,61,57,84,61,57,65,61,54,95,56,58,55,66,104,79,80,98,72,70,81,66,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,75",
+ "endOffsets": "261,2954,3043,3145,3222,3286,3371,3433,3491,3576,3638,3696,3762,3824,3879,3975,4032,4091,4147,4214,4319,4399,4480,4579,4652,4723,4805,4872,4938,5004,5077,5158,5226,5299,5370,5437,5522,5589,5676,5764,5838,5906,5991,6042,6106,6186,6268,6330,6394,6457,6552,6641,6726,6817,7107"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ar.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ar.json
new file mode 100644
index 0000000..87c543b
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ar.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ar\\values-ar.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,93",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "470,578,682,789,871,972,1086,1166,1245,1336,1429,1521,1615,1715,1808,1903,1996,2087,2181,2260,2365,2463,2561,2669,2769,2872,3027,7658",
+ "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": "573,677,784,866,967,1081,1161,1240,1331,1424,1516,1610,1710,1803,1898,1991,2082,2176,2255,2360,2458,2556,2664,2764,2867,3022,3119,7735"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,420,504,605,724,801,864,955,1024,1091,1191,1256,1317,1385,1447,1505,1619,1679,1740,1797,1870,1993,2074,2154,2272,2353,2434,2523,2590,2656,2734,2814,2898,2970,3044,3117,3187,3278,3349,3439,3534,3608,3691,3784,3833,3902,3988,4073,4135,4199,4262,4371,4463,4560,4653",
+ "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",
+ "endColumns": "12,83,100,118,76,62,90,68,66,99,64,60,67,61,57,113,59,60,56,72,122,80,79,117,80,80,88,66,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,79",
+ "endOffsets": "415,499,600,719,796,859,950,1019,1086,1186,1251,1312,1380,1442,1500,1614,1674,1735,1792,1865,1988,2069,2149,2267,2348,2429,2518,2585,2651,2729,2809,2893,2965,3039,3112,3182,3273,3344,3434,3529,3603,3686,3779,3828,3897,3983,4068,4130,4194,4257,4366,4458,4555,4648,4728"
+ },
+ "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,92",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3124,3208,3309,3428,3505,3568,3659,3728,3795,3895,3960,4021,4089,4151,4209,4323,4383,4444,4501,4574,4697,4778,4858,4976,5057,5138,5227,5294,5360,5438,5518,5602,5674,5748,5821,5891,5982,6053,6143,6238,6312,6395,6488,6537,6606,6692,6777,6839,6903,6966,7075,7167,7264,7578",
+ "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,92",
+ "endColumns": "12,83,100,118,76,62,90,68,66,99,64,60,67,61,57,113,59,60,56,72,122,80,79,117,80,80,88,66,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,79",
+ "endOffsets": "465,3203,3304,3423,3500,3563,3654,3723,3790,3890,3955,4016,4084,4146,4204,4318,4378,4439,4496,4569,4692,4773,4853,4971,5052,5133,5222,5289,5355,5433,5513,5597,5669,5743,5816,5886,5977,6048,6138,6233,6307,6390,6483,6532,6601,6687,6772,6834,6898,6961,7070,7162,7259,7352,7653"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-ar\\values-ar.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,165",
+ "endColumns": "109,110",
+ "endOffsets": "160,271"
+ },
+ "to": {
+ "startLines": "90,91",
+ "startColumns": "4,4",
+ "startOffsets": "7357,7467",
+ "endColumns": "109,110",
+ "endOffsets": "7462,7573"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-ar\\values-ar.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "94",
+ "startColumns": "4",
+ "startOffsets": "7740",
+ "endColumns": "100",
+ "endOffsets": "7836"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-as.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-as.json
new file mode 100644
index 0000000..2cf0710
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-as.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-as\\values-as.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-as\\values-as.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,160",
+ "endColumns": "104,116",
+ "endOffsets": "155,272"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7157,7262",
+ "endColumns": "104,116",
+ "endOffsets": "7257,7374"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,227,304,406,529,608,673,762,827,886,972,1036,1099,1169,1233,1287,1392,1450,1512,1566,1638,1755,1842,1925,2035,2112,2193,2284,2351,2417,2487,2564,2651,2722,2799,2868,2937,3028,3100,3189,3278,3352,3424,3510,3560,3626,3706,3790,3852,3916,3979,4079,4176,4268,4367",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,76,101,122,78,64,88,64,58,85,63,62,69,63,53,104,57,61,53,71,116,86,82,109,76,80,90,66,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,80",
+ "endOffsets": "222,299,401,524,603,668,757,822,881,967,1031,1094,1164,1228,1282,1387,1445,1507,1561,1633,1750,1837,1920,2030,2107,2188,2279,2346,2412,2482,2559,2646,2717,2794,2863,2932,3023,3095,3184,3273,3347,3419,3505,3555,3621,3701,3785,3847,3911,3974,4074,4171,4263,4362,4443"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3017,3094,3196,3319,3398,3463,3552,3617,3676,3762,3826,3889,3959,4023,4077,4182,4240,4302,4356,4428,4545,4632,4715,4825,4902,4983,5074,5141,5207,5277,5354,5441,5512,5589,5658,5727,5818,5890,5979,6068,6142,6214,6300,6350,6416,6496,6580,6642,6706,6769,6869,6966,7058,7379",
+ "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,88",
+ "endColumns": "12,76,101,122,78,64,88,64,58,85,63,62,69,63,53,104,57,61,53,71,116,86,82,109,76,80,90,66,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,80",
+ "endOffsets": "272,3089,3191,3314,3393,3458,3547,3612,3671,3757,3821,3884,3954,4018,4072,4177,4235,4297,4351,4423,4540,4627,4710,4820,4897,4978,5069,5136,5202,5272,5349,5436,5507,5584,5653,5722,5813,5885,5974,6063,6137,6209,6295,6345,6411,6491,6575,6637,6701,6764,6864,6961,7053,7152,7455"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-as\\values-as.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7543",
+ "endColumns": "100",
+ "endOffsets": "7639"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,612,732,809,884,975,1068,1163,1257,1357,1450,1545,1639,1730,1821,1907,2020,2128,2231,2340,2456,2576,2743,2845",
+ "endColumns": "107,98,106,90,101,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,607,727,804,879,970,1063,1158,1252,1352,1445,1540,1634,1725,1816,1902,2015,2123,2226,2335,2451,2571,2738,2840,2923"
+ },
+ "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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "277,385,484,591,682,784,904,981,1056,1147,1240,1335,1429,1529,1622,1717,1811,1902,1993,2079,2192,2300,2403,2512,2628,2748,2915,7460",
+ "endColumns": "107,98,106,90,101,119,76,74,90,92,94,93,99,92,94,93,90,90,85,112,107,102,108,115,119,166,101,82",
+ "endOffsets": "380,479,586,677,779,899,976,1051,1142,1235,1330,1424,1524,1617,1712,1806,1897,1988,2074,2187,2295,2398,2507,2623,2743,2910,3012,7538"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-az.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-az.json
new file mode 100644
index 0000000..a07bb88
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-az.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-az\\values-az.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-az\\values-az.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7554",
+ "endColumns": "100",
+ "endOffsets": "7650"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,220,300,396,512,592,656,750,818,877,972,1036,1095,1162,1225,1279,1394,1452,1514,1568,1639,1771,1855,1935,2039,2115,2191,2275,2342,2408,2478,2556,2639,2709,2785,2863,2934,3020,3103,3196,3289,3362,3434,3528,3582,3649,3733,3821,3885,3950,4014,4116,4213,4309,4406",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,79,95,115,79,63,93,67,58,94,63,58,66,62,53,114,57,61,53,70,131,83,79,103,75,75,83,66,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,79",
+ "endOffsets": "215,295,391,507,587,651,745,813,872,967,1031,1090,1157,1220,1274,1389,1447,1509,1563,1634,1766,1850,1930,2034,2110,2186,2270,2337,2403,2473,2551,2634,2704,2780,2858,2929,3015,3098,3191,3284,3357,3429,3523,3577,3644,3728,3816,3880,3945,4009,4111,4208,4304,4401,4481"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2978,3058,3154,3270,3350,3414,3508,3576,3635,3730,3794,3853,3920,3983,4037,4152,4210,4272,4326,4397,4529,4613,4693,4797,4873,4949,5033,5100,5166,5236,5314,5397,5467,5543,5621,5692,5778,5861,5954,6047,6120,6192,6286,6340,6407,6491,6579,6643,6708,6772,6874,6971,7067,7390",
+ "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,88",
+ "endColumns": "12,79,95,115,79,63,93,67,58,94,63,58,66,62,53,114,57,61,53,70,131,83,79,103,75,75,83,66,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,79",
+ "endOffsets": "265,3053,3149,3265,3345,3409,3503,3571,3630,3725,3789,3848,3915,3978,4032,4147,4205,4267,4321,4392,4524,4608,4688,4792,4868,4944,5028,5095,5161,5231,5309,5392,5462,5538,5616,5687,5773,5856,5949,6042,6115,6187,6281,6335,6402,6486,6574,6638,6703,6767,6869,6966,7062,7159,7465"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-az\\values-az.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,162",
+ "endColumns": "106,118",
+ "endOffsets": "157,276"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7164,7271",
+ "endColumns": "106,118",
+ "endOffsets": "7266,7385"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "270,380,481,591,679,786,900,982,1060,1151,1244,1338,1437,1537,1630,1725,1819,1910,2002,2087,2192,2298,2398,2507,2612,2714,2872,7470",
+ "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": "375,476,586,674,781,895,977,1055,1146,1239,1333,1432,1532,1625,1720,1814,1905,1997,2082,2187,2293,2393,2502,2607,2709,2867,2973,7549"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+es+419.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+es+419.json
new file mode 100644
index 0000000..0d78a7c
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+es+419.json
@@ -0,0 +1,20 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-b+es+419\\values-b+es+419.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,233,319,421,549,630,695,790,860,923,1016,1088,1151,1225,1289,1345,1463,1521,1583,1639,1719,1853,1942,2023,2134,2215,2295,2385,2452,2518,2594,2676,2764,2837,2914,2984,3061,3150,3224,3318,3420,3492,3573,3677,3730,3797,3890,3979,4041,4105,4168,4279,4376,4478,4576",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,85,101,127,80,64,94,69,62,92,71,62,73,63,55,117,57,61,55,79,133,88,80,110,80,79,89,66,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,82",
+ "endOffsets": "228,314,416,544,625,690,785,855,918,1011,1083,1146,1220,1284,1340,1458,1516,1578,1634,1714,1848,1937,2018,2129,2210,2290,2380,2447,2513,2589,2671,2759,2832,2909,2979,3056,3145,3219,3313,3415,3487,3568,3672,3725,3792,3885,3974,4036,4100,4163,4274,4371,4473,4571,4654"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+sr+Latn.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+sr+Latn.json
new file mode 100644
index 0000000..92c2d5c
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+sr+Latn.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-b+sr+Latn\\values-b+sr+Latn.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,90",
+ "startColumns": "4,4,4,4,4,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,436,537,643,729,833,955,1040,1122,1213,1306,1401,1495,1595,1688,1783,1888,1979,2070,2156,2261,2367,2470,2577,2686,2793,2963,7637",
+ "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": "431,532,638,724,828,950,1035,1117,1208,1301,1396,1490,1590,1683,1778,1883,1974,2065,2151,2256,2362,2465,2572,2681,2788,2958,3055,7719"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,279,359,453,585,666,732,825,893,956,1059,1125,1181,1252,1312,1366,1478,1535,1596,1650,1726,1851,1938,2021,2130,2212,2295,2383,2450,2516,2590,2668,2757,2833,2909,2984,3056,3146,3219,3311,3407,3479,3555,3651,3704,3771,3858,3945,4007,4071,4134,4239,4343,4439,4546",
+ "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",
+ "endColumns": "12,79,93,131,80,65,92,67,62,102,65,55,70,59,53,111,56,60,53,75,124,86,82,108,81,82,87,66,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,79",
+ "endOffsets": "274,354,448,580,661,727,820,888,951,1054,1120,1176,1247,1307,1361,1473,1530,1591,1645,1721,1846,1933,2016,2125,2207,2290,2378,2445,2511,2585,2663,2752,2828,2904,2979,3051,3141,3214,3306,3402,3474,3550,3646,3699,3766,3853,3940,4002,4066,4129,4234,4338,4434,4541,4621"
+ },
+ "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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3060,3140,3234,3366,3447,3513,3606,3674,3737,3840,3906,3962,4033,4093,4147,4259,4316,4377,4431,4507,4632,4719,4802,4911,4993,5076,5164,5231,5297,5371,5449,5538,5614,5690,5765,5837,5927,6000,6092,6188,6260,6336,6432,6485,6552,6639,6726,6788,6852,6915,7020,7124,7220,7557",
+ "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,89",
+ "endColumns": "12,79,93,131,80,65,92,67,62,102,65,55,70,59,53,111,56,60,53,75,124,86,82,108,81,82,87,66,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,79",
+ "endOffsets": "324,3135,3229,3361,3442,3508,3601,3669,3732,3835,3901,3957,4028,4088,4142,4254,4311,4372,4426,4502,4627,4714,4797,4906,4988,5071,5159,5226,5292,5366,5444,5533,5609,5685,5760,5832,5922,5995,6087,6183,6255,6331,6427,6480,6547,6634,6721,6783,6847,6910,7015,7119,7215,7322,7632"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,162",
+ "endColumns": "106,122",
+ "endOffsets": "157,280"
+ },
+ "to": {
+ "startLines": "87,88",
+ "startColumns": "4,4",
+ "startOffsets": "7327,7434",
+ "endColumns": "106,122",
+ "endOffsets": "7429,7552"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "91",
+ "startColumns": "4",
+ "startOffsets": "7724",
+ "endColumns": "100",
+ "endOffsets": "7820"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-be.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-be.json
new file mode 100644
index 0000000..a8aa749
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-be.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-be\\values-be.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,337,419,516,632,715,782,875,952,1015,1131,1200,1259,1330,1389,1443,1564,1625,1688,1742,1815,1937,2025,2108,2230,2316,2403,2494,2561,2627,2699,2776,2860,2935,3012,3094,3170,3259,3341,3432,3528,3602,3683,3778,3832,3898,3985,4071,4133,4197,4260,4370,4477,4580,4689",
+ "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",
+ "endColumns": "12,81,96,115,82,66,92,76,62,115,68,58,70,58,53,120,60,62,53,72,121,87,82,121,85,86,90,66,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,79",
+ "endOffsets": "332,414,511,627,710,777,870,947,1010,1126,1195,1254,1325,1384,1438,1559,1620,1683,1737,1810,1932,2020,2103,2225,2311,2398,2489,2556,2622,2694,2771,2855,2930,3007,3089,3165,3254,3336,3427,3523,3597,3678,3773,3827,3893,3980,4066,4128,4192,4255,4365,4472,4575,4684,4764"
+ },
+ "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,90",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3117,3199,3296,3412,3495,3562,3655,3732,3795,3911,3980,4039,4110,4169,4223,4344,4405,4468,4522,4595,4717,4805,4888,5010,5096,5183,5274,5341,5407,5479,5556,5640,5715,5792,5874,5950,6039,6121,6212,6308,6382,6463,6558,6612,6678,6765,6851,6913,6977,7040,7150,7257,7360,7704",
+ "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,90",
+ "endColumns": "12,81,96,115,82,66,92,76,62,115,68,58,70,58,53,120,60,62,53,72,121,87,82,121,85,86,90,66,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,79",
+ "endOffsets": "382,3194,3291,3407,3490,3557,3650,3727,3790,3906,3975,4034,4105,4164,4218,4339,4400,4463,4517,4590,4712,4800,4883,5005,5091,5178,5269,5336,5402,5474,5551,5635,5710,5787,5869,5945,6034,6116,6207,6303,6377,6458,6553,6607,6673,6760,6846,6908,6972,7035,7145,7252,7355,7464,7779"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-be\\values-be.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "92",
+ "startColumns": "4",
+ "startOffsets": "7866",
+ "endColumns": "100",
+ "endOffsets": "7962"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-be\\values-be.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,164",
+ "endColumns": "108,125",
+ "endOffsets": "159,285"
+ },
+ "to": {
+ "startLines": "88,89",
+ "startColumns": "4,4",
+ "startOffsets": "7469,7578",
+ "endColumns": "108,125",
+ "endOffsets": "7573,7699"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,91",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "387,507,610,726,812,917,1036,1116,1193,1285,1379,1474,1568,1663,1757,1853,1948,2040,2132,2213,2319,2424,2522,2630,2736,2844,3017,7784",
+ "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": "502,605,721,807,912,1031,1111,1188,1280,1374,1469,1563,1658,1752,1848,1943,2035,2127,2208,2314,2419,2517,2625,2731,2839,3012,3112,7861"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bg.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bg.json
new file mode 100644
index 0000000..a743d44
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bg.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-bg\\values-bg.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,220,303,398,531,620,686,783,863,925,1014,1079,1138,1211,1274,1328,1456,1513,1575,1629,1702,1845,1929,2017,2123,2211,2299,2384,2451,2517,2592,2668,2754,2831,2907,2984,3058,3149,3224,3315,3407,3481,3568,3659,3714,3780,3863,3949,4011,4075,4138,4255,4368,4479,4596",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,82,94,132,88,65,96,79,61,88,64,58,72,62,53,127,56,61,53,72,142,83,87,105,87,87,84,66,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,85",
+ "endOffsets": "215,298,393,526,615,681,778,858,920,1009,1074,1133,1206,1269,1323,1451,1508,1570,1624,1697,1840,1924,2012,2118,2206,2294,2379,2446,2512,2587,2663,2749,2826,2902,2979,3053,3144,3219,3310,3402,3476,3563,3654,3709,3775,3858,3944,4006,4070,4133,4250,4363,4474,4591,4677"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3019,3102,3197,3330,3419,3485,3582,3662,3724,3813,3878,3937,4010,4073,4127,4255,4312,4374,4428,4501,4644,4728,4816,4922,5010,5098,5183,5250,5316,5391,5467,5553,5630,5706,5783,5857,5948,6023,6114,6206,6280,6367,6458,6513,6579,6662,6748,6810,6874,6937,7054,7167,7278,7632",
+ "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,88",
+ "endColumns": "12,82,94,132,88,65,96,79,61,88,64,58,72,62,53,127,56,61,53,72,142,83,87,105,87,87,84,66,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,85",
+ "endOffsets": "265,3097,3192,3325,3414,3480,3577,3657,3719,3808,3873,3932,4005,4068,4122,4250,4307,4369,4423,4496,4639,4723,4811,4917,5005,5093,5178,5245,5311,5386,5462,5548,5625,5701,5778,5852,5943,6018,6109,6201,6275,6362,6453,6508,6574,6657,6743,6805,6869,6932,7049,7162,7273,7390,7713"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-bg\\values-bg.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,168",
+ "endColumns": "112,123",
+ "endOffsets": "163,287"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7395,7508",
+ "endColumns": "112,123",
+ "endOffsets": "7503,7627"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "270,390,496,601,687,797,918,998,1075,1166,1259,1354,1448,1548,1641,1736,1844,1935,2026,2109,2223,2331,2431,2545,2652,2760,2920,7718",
+ "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": "385,491,596,682,792,913,993,1070,1161,1254,1349,1443,1543,1636,1731,1839,1930,2021,2104,2218,2326,2426,2540,2647,2755,2915,3014,7797"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-bg\\values-bg.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7802",
+ "endColumns": "100",
+ "endOffsets": "7898"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bn.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bn.json
new file mode 100644
index 0000000..25897b8
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bn.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-bn\\values-bn.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-bn\\values-bn.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,167",
+ "endColumns": "111,116",
+ "endOffsets": "162,279"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7221,7333",
+ "endColumns": "111,116",
+ "endOffsets": "7328,7445"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,226,309,413,530,611,677,768,834,895,985,1052,1113,1182,1244,1298,1405,1464,1525,1579,1653,1773,1858,1942,2047,2118,2188,2275,2342,2408,2481,2561,2656,2725,2801,2881,2950,3045,3128,3218,3313,3387,3461,3554,3608,3675,3761,3846,3908,3972,4035,4137,4242,4335,4441",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,82,103,116,80,65,90,65,60,89,66,60,68,61,53,106,58,60,53,73,119,84,83,104,70,69,86,66,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,79",
+ "endOffsets": "221,304,408,525,606,672,763,829,890,980,1047,1108,1177,1239,1293,1400,1459,1520,1574,1648,1768,1853,1937,2042,2113,2183,2270,2337,2403,2476,2556,2651,2720,2796,2876,2945,3040,3123,3213,3308,3382,3456,3549,3603,3670,3756,3841,3903,3967,4030,4132,4237,4330,4436,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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3006,3089,3193,3310,3391,3457,3548,3614,3675,3765,3832,3893,3962,4024,4078,4185,4244,4305,4359,4433,4553,4638,4722,4827,4898,4968,5055,5122,5188,5261,5341,5436,5505,5581,5661,5730,5825,5908,5998,6093,6167,6241,6334,6388,6455,6541,6626,6688,6752,6815,6917,7022,7115,7450",
+ "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,88",
+ "endColumns": "12,82,103,116,80,65,90,65,60,89,66,60,68,61,53,106,58,60,53,73,119,84,83,104,70,69,86,66,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,79",
+ "endOffsets": "271,3084,3188,3305,3386,3452,3543,3609,3670,3760,3827,3888,3957,4019,4073,4180,4239,4300,4354,4428,4548,4633,4717,4822,4893,4963,5050,5117,5183,5256,5336,5431,5500,5576,5656,5725,5820,5903,5993,6088,6162,6236,6329,6383,6450,6536,6621,6683,6747,6810,6912,7017,7110,7216,7525"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "276,384,490,596,685,790,911,994,1076,1167,1260,1354,1448,1548,1641,1736,1830,1921,2012,2098,2208,2312,2415,2523,2631,2736,2901,7530",
+ "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": "379,485,591,680,785,906,989,1071,1162,1255,1349,1443,1543,1636,1731,1825,1916,2007,2093,2203,2307,2410,2518,2626,2731,2896,3001,7612"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-bn\\values-bn.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7617",
+ "endColumns": "100",
+ "endOffsets": "7713"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bs.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bs.json
new file mode 100644
index 0000000..38aa42c
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bs.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-bs\\values-bs.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-bs\\values-bs.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,158",
+ "endColumns": "102,124",
+ "endOffsets": "153,278"
+ },
+ "to": {
+ "startLines": "87,88",
+ "startColumns": "4,4",
+ "startOffsets": "7353,7456",
+ "endColumns": "102,124",
+ "endOffsets": "7451,7576"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-bs\\values-bs.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "91",
+ "startColumns": "4",
+ "startOffsets": "7748",
+ "endColumns": "100",
+ "endOffsets": "7844"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,282,364,460,586,667,733,825,902,965,1073,1139,1195,1266,1326,1380,1499,1556,1618,1672,1747,1871,1959,2042,2157,2242,2328,2416,2483,2549,2623,2701,2788,2860,2937,3010,3080,3173,3245,3337,3433,3507,3583,3679,3732,3799,3886,3973,4035,4099,4162,4270,4372,4473,4578",
+ "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",
+ "endColumns": "12,81,95,125,80,65,91,76,62,107,65,55,70,59,53,118,56,61,53,74,123,87,82,114,84,85,87,66,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,79",
+ "endOffsets": "277,359,455,581,662,728,820,897,960,1068,1134,1190,1261,1321,1375,1494,1551,1613,1667,1742,1866,1954,2037,2152,2237,2323,2411,2478,2544,2618,2696,2783,2855,2932,3005,3075,3168,3240,3332,3428,3502,3578,3674,3727,3794,3881,3968,4030,4094,4157,4265,4367,4468,4573,4653"
+ },
+ "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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3057,3139,3235,3361,3442,3508,3600,3677,3740,3848,3914,3970,4041,4101,4155,4274,4331,4393,4447,4522,4646,4734,4817,4932,5017,5103,5191,5258,5324,5398,5476,5563,5635,5712,5785,5855,5948,6020,6112,6208,6282,6358,6454,6507,6574,6661,6748,6810,6874,6937,7045,7147,7248,7581",
+ "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,89",
+ "endColumns": "12,81,95,125,80,65,91,76,62,107,65,55,70,59,53,118,56,61,53,74,123,87,82,114,84,85,87,66,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,79",
+ "endOffsets": "327,3134,3230,3356,3437,3503,3595,3672,3735,3843,3909,3965,4036,4096,4150,4269,4326,4388,4442,4517,4641,4729,4812,4927,5012,5098,5186,5253,5319,5393,5471,5558,5630,5707,5780,5850,5943,6015,6107,6203,6277,6353,6449,6502,6569,6656,6743,6805,6869,6932,7040,7142,7243,7348,7656"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,90",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "332,453,550,657,743,847,969,1054,1136,1227,1320,1415,1509,1609,1702,1797,1892,1983,2074,2162,2265,2369,2470,2575,2689,2792,2961,7661",
+ "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": "448,545,652,738,842,964,1049,1131,1222,1315,1410,1504,1604,1697,1792,1887,1978,2069,2157,2260,2364,2465,2570,2684,2787,2956,3052,7743"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ca.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ca.json
new file mode 100644
index 0000000..653893a
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ca.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ca\\values-ca.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,229,317,418,546,630,695,792,872,937,1032,1104,1166,1242,1305,1362,1483,1541,1602,1659,1739,1876,1963,2047,2156,2234,2313,2402,2469,2535,2613,2694,2782,2860,2937,3011,3090,3180,3272,3364,3465,3539,3621,3722,3772,3838,3930,4017,4079,4143,4206,4329,4432,4536,4642",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,87,100,127,83,64,96,79,64,94,71,61,75,62,56,120,57,60,56,79,136,86,83,108,77,78,88,66,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,85",
+ "endOffsets": "224,312,413,541,625,690,787,867,932,1027,1099,1161,1237,1300,1357,1478,1536,1597,1654,1734,1871,1958,2042,2151,2229,2308,2397,2464,2530,2608,2689,2777,2855,2932,3006,3085,3175,3267,3359,3460,3534,3616,3717,3767,3833,3925,4012,4074,4138,4201,4324,4427,4531,4637,4723"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3004,3092,3193,3321,3405,3470,3567,3647,3712,3807,3879,3941,4017,4080,4137,4258,4316,4377,4434,4514,4651,4738,4822,4931,5009,5088,5177,5244,5310,5388,5469,5557,5635,5712,5786,5865,5955,6047,6139,6240,6314,6396,6497,6547,6613,6705,6792,6854,6918,6981,7104,7207,7311,7650",
+ "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,88",
+ "endColumns": "12,87,100,127,83,64,96,79,64,94,71,61,75,62,56,120,57,60,56,79,136,86,83,108,77,78,88,66,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,85",
+ "endOffsets": "274,3087,3188,3316,3400,3465,3562,3642,3707,3802,3874,3936,4012,4075,4132,4253,4311,4372,4429,4509,4646,4733,4817,4926,5004,5083,5172,5239,5305,5383,5464,5552,5630,5707,5781,5860,5950,6042,6134,6235,6309,6391,6492,6542,6608,6700,6787,6849,6913,6976,7099,7202,7306,7412,7731"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-ca\\values-ca.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7818",
+ "endColumns": "100",
+ "endOffsets": "7914"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "279,402,507,614,697,803,929,1013,1092,1183,1276,1369,1464,1562,1655,1748,1842,1933,2024,2105,2216,2324,2422,2532,2637,2745,2905,7736",
+ "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": "397,502,609,692,798,924,1008,1087,1178,1271,1364,1459,1557,1650,1743,1837,1928,2019,2100,2211,2319,2417,2527,2632,2740,2900,2999,7813"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-ca\\values-ca.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,166",
+ "endColumns": "110,121",
+ "endOffsets": "161,283"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7417,7528",
+ "endColumns": "110,121",
+ "endOffsets": "7523,7645"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-cs.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-cs.json
new file mode 100644
index 0000000..1bae4a2
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-cs.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-cs\\values-cs.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,91",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "373,480,582,692,778,883,1000,1078,1154,1245,1338,1433,1527,1621,1714,1809,1906,1997,2088,2172,2276,2388,2487,2593,2704,2806,2969,7604",
+ "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": "475,577,687,773,878,995,1073,1149,1240,1333,1428,1522,1616,1709,1804,1901,1992,2083,2167,2271,2383,2482,2588,2699,2801,2964,3062,7682"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-cs\\values-cs.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,163",
+ "endColumns": "107,126",
+ "endOffsets": "158,285"
+ },
+ "to": {
+ "startLines": "88,89",
+ "startColumns": "4,4",
+ "startOffsets": "7290,7398",
+ "endColumns": "107,126",
+ "endOffsets": "7393,7520"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-cs\\values-cs.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "92",
+ "startColumns": "4",
+ "startOffsets": "7687",
+ "endColumns": "100",
+ "endOffsets": "7783"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,323,400,492,618,699,764,863,939,1000,1089,1156,1210,1278,1338,1392,1509,1569,1631,1685,1757,1879,1963,2055,2162,2240,2322,2410,2477,2543,2615,2692,2776,2848,2925,2999,3070,3158,3229,3322,3417,3491,3565,3661,3713,3780,3866,3954,4016,4080,4143,4253,4349,4448,4546",
+ "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",
+ "endColumns": "12,76,91,125,80,64,98,75,60,88,66,53,67,59,53,116,59,61,53,71,121,83,91,106,77,81,87,66,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,78",
+ "endOffsets": "318,395,487,613,694,759,858,934,995,1084,1151,1205,1273,1333,1387,1504,1564,1626,1680,1752,1874,1958,2050,2157,2235,2317,2405,2472,2538,2610,2687,2771,2843,2920,2994,3065,3153,3224,3317,3412,3486,3560,3656,3708,3775,3861,3949,4011,4075,4138,4248,4344,4443,4541,4620"
+ },
+ "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,90",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3067,3144,3236,3362,3443,3508,3607,3683,3744,3833,3900,3954,4022,4082,4136,4253,4313,4375,4429,4501,4623,4707,4799,4906,4984,5066,5154,5221,5287,5359,5436,5520,5592,5669,5743,5814,5902,5973,6066,6161,6235,6309,6405,6457,6524,6610,6698,6760,6824,6887,6997,7093,7192,7525",
+ "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,90",
+ "endColumns": "12,76,91,125,80,64,98,75,60,88,66,53,67,59,53,116,59,61,53,71,121,83,91,106,77,81,87,66,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,78",
+ "endOffsets": "368,3139,3231,3357,3438,3503,3602,3678,3739,3828,3895,3949,4017,4077,4131,4248,4308,4370,4424,4496,4618,4702,4794,4901,4979,5061,5149,5216,5282,5354,5431,5515,5587,5664,5738,5809,5897,5968,6061,6156,6230,6304,6400,6452,6519,6605,6693,6755,6819,6882,6992,7088,7187,7285,7599"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-da.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-da.json
new file mode 100644
index 0000000..de05bf3
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-da.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-da\\values-da.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-da\\values-da.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7499",
+ "endColumns": "100",
+ "endOffsets": "7595"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,227,305,405,554,632,696,782,855,915,1002,1064,1126,1194,1259,1315,1433,1491,1552,1608,1683,1809,1895,1975,2086,2164,2244,2330,2397,2463,2531,2605,2694,2766,2844,2914,2987,3071,3148,3236,3325,3399,3472,3557,3606,3672,3752,3835,3897,3961,4024,4132,4227,4328,4423",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,77,99,148,77,63,85,72,59,86,61,61,67,64,55,117,57,60,55,74,125,85,79,110,77,79,85,66,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,79",
+ "endOffsets": "222,300,400,549,627,691,777,850,910,997,1059,1121,1189,1254,1310,1428,1486,1547,1603,1678,1804,1890,1970,2081,2159,2239,2325,2392,2458,2526,2600,2689,2761,2839,2909,2982,3066,3143,3231,3320,3394,3467,3552,3601,3667,3747,3830,3892,3956,4019,4127,4222,4323,4418,4498"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2929,3007,3107,3256,3334,3398,3484,3557,3617,3704,3766,3828,3896,3961,4017,4135,4193,4254,4310,4385,4511,4597,4677,4788,4866,4946,5032,5099,5165,5233,5307,5396,5468,5546,5616,5689,5773,5850,5938,6027,6101,6174,6259,6308,6374,6454,6537,6599,6663,6726,6834,6929,7030,7339",
+ "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,88",
+ "endColumns": "12,77,99,148,77,63,85,72,59,86,61,61,67,64,55,117,57,60,55,74,125,85,79,110,77,79,85,66,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,79",
+ "endOffsets": "272,3002,3102,3251,3329,3393,3479,3552,3612,3699,3761,3823,3891,3956,4012,4130,4188,4249,4305,4380,4506,4592,4672,4783,4861,4941,5027,5094,5160,5228,5302,5391,5463,5541,5611,5684,5768,5845,5933,6022,6096,6169,6254,6303,6369,6449,6532,6594,6658,6721,6829,6924,7025,7120,7414"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-da\\values-da.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,160",
+ "endColumns": "104,108",
+ "endOffsets": "155,264"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7125,7230",
+ "endColumns": "104,108",
+ "endOffsets": "7225,7334"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "277,377,471,587,672,772,885,963,1039,1130,1223,1316,1410,1504,1597,1692,1790,1881,1972,2051,2159,2266,2362,2475,2578,2679,2832,7419",
+ "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": "372,466,582,667,767,880,958,1034,1125,1218,1311,1405,1499,1592,1687,1785,1876,1967,2046,2154,2261,2357,2470,2573,2674,2827,2924,7494"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-de.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-de.json
new file mode 100644
index 0000000..a86280e
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-de.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-de\\values-de.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-de\\values-de.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,159",
+ "endColumns": "103,118",
+ "endOffsets": "154,273"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7348,7452",
+ "endColumns": "103,118",
+ "endOffsets": "7447,7566"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-de\\values-de.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7735",
+ "endColumns": "100",
+ "endOffsets": "7831"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "288,393,491,603,689,795,910,988,1063,1155,1249,1345,1446,1553,1653,1757,1855,1953,2050,2132,2243,2345,2443,2550,2653,2757,2913,7653",
+ "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": "388,486,598,684,790,905,983,1058,1150,1244,1340,1441,1548,1648,1752,1850,1948,2045,2127,2238,2340,2438,2545,2648,2752,2908,3010,7730"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,238,322,423,545,626,692,786,856,915,1023,1092,1150,1222,1286,1340,1468,1528,1590,1644,1722,1859,1951,2035,2150,2234,2320,2410,2477,2543,2617,2699,2792,2866,2944,3016,3090,3182,3264,3353,3442,3516,3594,3680,3735,3802,3882,3966,4028,4092,4155,4262,4366,4465,4571",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,83,100,121,80,65,93,69,58,107,68,57,71,63,53,127,59,61,53,77,136,91,83,114,83,85,89,66,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,81",
+ "endOffsets": "233,317,418,540,621,687,781,851,910,1018,1087,1145,1217,1281,1335,1463,1523,1585,1639,1717,1854,1946,2030,2145,2229,2315,2405,2472,2538,2612,2694,2787,2861,2939,3011,3085,3177,3259,3348,3437,3511,3589,3675,3730,3797,3877,3961,4023,4087,4150,4257,4361,4460,4566,4648"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3015,3099,3200,3322,3403,3469,3563,3633,3692,3800,3869,3927,3999,4063,4117,4245,4305,4367,4421,4499,4636,4728,4812,4927,5011,5097,5187,5254,5320,5394,5476,5569,5643,5721,5793,5867,5959,6041,6130,6219,6293,6371,6457,6512,6579,6659,6743,6805,6869,6932,7039,7143,7242,7571",
+ "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,88",
+ "endColumns": "12,83,100,121,80,65,93,69,58,107,68,57,71,63,53,127,59,61,53,77,136,91,83,114,83,85,89,66,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,81",
+ "endOffsets": "283,3094,3195,3317,3398,3464,3558,3628,3687,3795,3864,3922,3994,4058,4112,4240,4300,4362,4416,4494,4631,4723,4807,4922,5006,5092,5182,5249,5315,5389,5471,5564,5638,5716,5788,5862,5954,6036,6125,6214,6288,6366,6452,6507,6574,6654,6738,6800,6864,6927,7034,7138,7237,7343,7648"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-el.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-el.json
new file mode 100644
index 0000000..fba3157
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-el.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-el\\values-el.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "275,393,504,621,706,812,935,1024,1109,1200,1293,1388,1482,1582,1675,1770,1867,1958,2049,2134,2245,2354,2456,2567,2677,2785,2956,7790",
+ "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": "388,499,616,701,807,930,1019,1104,1195,1288,1383,1477,1577,1670,1765,1862,1953,2044,2129,2240,2349,2451,2562,2672,2780,2951,3051,7871"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-el\\values-el.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7876",
+ "endColumns": "100",
+ "endOffsets": "7972"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-el\\values-el.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,172",
+ "endColumns": "116,121",
+ "endOffsets": "167,289"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7460,7577",
+ "endColumns": "116,121",
+ "endOffsets": "7572,7694"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,225,310,412,529,615,681,781,863,926,1017,1082,1144,1213,1275,1329,1467,1524,1585,1639,1712,1865,1950,2034,2143,2224,2309,2399,2466,2532,2610,2695,2780,2852,2932,3012,3083,3175,3247,3344,3441,3515,3589,3691,3747,3819,3907,3999,4061,4125,4188,4304,4412,4521,4629",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,84,101,116,85,65,99,81,62,90,64,61,68,61,53,137,56,60,53,72,152,84,83,108,80,84,89,66,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,90",
+ "endOffsets": "220,305,407,524,610,676,776,858,921,1012,1077,1139,1208,1270,1324,1462,1519,1580,1634,1707,1860,1945,2029,2138,2219,2304,2394,2461,2527,2605,2690,2775,2847,2927,3007,3078,3170,3242,3339,3436,3510,3584,3686,3742,3814,3902,3994,4056,4120,4183,4299,4407,4516,4624,4715"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3056,3141,3243,3360,3446,3512,3612,3694,3757,3848,3913,3975,4044,4106,4160,4298,4355,4416,4470,4543,4696,4781,4865,4974,5055,5140,5230,5297,5363,5441,5526,5611,5683,5763,5843,5914,6006,6078,6175,6272,6346,6420,6522,6578,6650,6738,6830,6892,6956,7019,7135,7243,7352,7699",
+ "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,88",
+ "endColumns": "12,84,101,116,85,65,99,81,62,90,64,61,68,61,53,137,56,60,53,72,152,84,83,108,80,84,89,66,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,90",
+ "endOffsets": "270,3136,3238,3355,3441,3507,3607,3689,3752,3843,3908,3970,4039,4101,4155,4293,4350,4411,4465,4538,4691,4776,4860,4969,5050,5135,5225,5292,5358,5436,5521,5606,5678,5758,5838,5909,6001,6073,6170,6267,6341,6415,6517,6573,6645,6733,6825,6887,6951,7014,7130,7238,7347,7455,7785"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rAU.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rAU.json
new file mode 100644
index 0000000..c29fbf5
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rAU.json
@@ -0,0 +1,60 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-en-rAU\\values-en-rAU.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-en-rAU\\values-en-rAU.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "32",
+ "startColumns": "4",
+ "startOffsets": "3068",
+ "endColumns": "100",
+ "endOffsets": "3164"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,31",
+ "startColumns": "4,4,4,4,4,4,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,2985",
+ "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,3063"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-en-rAU\\values-en-rAU.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,161",
+ "endColumns": "105,116",
+ "endOffsets": "156,273"
+ },
+ "to": {
+ "startLines": "29,30",
+ "startColumns": "4,4",
+ "startOffsets": "2762,2868",
+ "endColumns": "105,116",
+ "endOffsets": "2863,2980"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rCA.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rCA.json
new file mode 100644
index 0000000..9bcd6e5
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rCA.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-en-rCA\\values-en-rCA.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.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/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rGB.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rGB.json
new file mode 100644
index 0000000..b815fa7
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rGB.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-en-rGB\\values-en-rGB.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,227,304,402,517,596,661,751,818,877,967,1031,1094,1163,1227,1281,1393,1451,1513,1567,1639,1761,1848,1929,2039,2116,2197,2288,2355,2421,2491,2568,2655,2726,2803,2872,2941,3032,3104,3193,3282,3356,3428,3514,3564,3630,3710,3794,3856,3920,3983,4083,4180,4272,4371",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,76,97,114,78,64,89,66,58,89,63,62,68,63,53,111,57,61,53,71,121,86,80,109,76,80,90,66,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,77",
+ "endOffsets": "222,299,397,512,591,656,746,813,872,962,1026,1089,1158,1222,1276,1388,1446,1508,1562,1634,1756,1843,1924,2034,2111,2192,2283,2350,2416,2486,2563,2650,2721,2798,2867,2936,3027,3099,3188,3277,3351,3423,3509,3559,3625,3705,3789,3851,3915,3978,4078,4175,4267,4366,4444"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2934,3011,3109,3224,3303,3368,3458,3525,3584,3674,3738,3801,3870,3934,3988,4100,4158,4220,4274,4346,4468,4555,4636,4746,4823,4904,4995,5062,5128,5198,5275,5362,5433,5510,5579,5648,5739,5811,5900,5989,6063,6135,6221,6271,6337,6417,6501,6563,6627,6690,6790,6887,6979,7301",
+ "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,88",
+ "endColumns": "12,76,97,114,78,64,89,66,58,89,63,62,68,63,53,111,57,61,53,71,121,86,80,109,76,80,90,66,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,77",
+ "endOffsets": "272,3006,3104,3219,3298,3363,3453,3520,3579,3669,3733,3796,3865,3929,3983,4095,4153,4215,4269,4341,4463,4550,4631,4741,4818,4899,4990,5057,5123,5193,5270,5357,5428,5505,5574,5643,5734,5806,5895,5984,6058,6130,6216,6266,6332,6412,6496,6558,6622,6685,6785,6882,6974,7073,7374"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "277,381,481,589,673,773,888,966,1041,1132,1225,1320,1414,1514,1607,1702,1796,1887,1978,2060,2163,2266,2365,2470,2574,2678,2834,7379",
+ "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": "376,476,584,668,768,883,961,1036,1127,1220,1315,1409,1509,1602,1697,1791,1882,1973,2055,2158,2261,2360,2465,2569,2673,2829,2929,7457"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-en-rGB\\values-en-rGB.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7462",
+ "endColumns": "100",
+ "endOffsets": "7558"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-en-rGB\\values-en-rGB.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,161",
+ "endColumns": "105,116",
+ "endOffsets": "156,273"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7078,7184",
+ "endColumns": "105,116",
+ "endOffsets": "7179,7296"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rIN.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rIN.json
new file mode 100644
index 0000000..8d3988e
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rIN.json
@@ -0,0 +1,60 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-en-rIN\\values-en-rIN.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-en-rIN\\values-en-rIN.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "32",
+ "startColumns": "4",
+ "startOffsets": "3068",
+ "endColumns": "100",
+ "endOffsets": "3164"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-en-rIN\\values-en-rIN.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,161",
+ "endColumns": "105,116",
+ "endOffsets": "156,273"
+ },
+ "to": {
+ "startLines": "29,30",
+ "startColumns": "4,4",
+ "startOffsets": "2762,2868",
+ "endColumns": "105,116",
+ "endOffsets": "2863,2980"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,31",
+ "startColumns": "4,4,4,4,4,4,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,2985",
+ "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,3063"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rXC.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rXC.json
new file mode 100644
index 0000000..5dd9c76
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rXC.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-en-rXC\\values-en-rXC.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.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\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es-rUS.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es-rUS.json
new file mode 100644
index 0000000..4d14783
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es-rUS.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-es-rUS\\values-es-rUS.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-es-rUS\\values-es-rUS.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,170",
+ "endColumns": "114,127",
+ "endOffsets": "165,293"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7342,7457",
+ "endColumns": "114,127",
+ "endOffsets": "7452,7580"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-es-rUS\\values-es-rUS.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7751",
+ "endColumns": "100",
+ "endOffsets": "7847"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,233,319,421,549,630,695,790,860,923,1016,1088,1151,1225,1289,1345,1463,1521,1583,1639,1719,1853,1942,2023,2134,2215,2295,2385,2452,2518,2594,2676,2764,2837,2914,2984,3061,3150,3224,3318,3420,3492,3573,3677,3730,3797,3890,3979,4041,4105,4168,4279,4376,4478,4576",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,85,101,127,80,64,94,69,62,92,71,62,73,63,55,117,57,61,55,79,133,88,80,110,80,79,89,66,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,82",
+ "endOffsets": "228,314,416,544,625,690,785,855,918,1011,1083,1146,1220,1284,1340,1458,1516,1578,1634,1714,1848,1937,2018,2129,2210,2290,2380,2447,2513,2589,2671,2759,2832,2909,2979,3056,3145,3219,3313,3415,3487,3568,3672,3725,3792,3885,3974,4036,4100,4163,4274,4371,4473,4571,4654"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2999,3085,3187,3315,3396,3461,3556,3626,3689,3782,3854,3917,3991,4055,4111,4229,4287,4349,4405,4485,4619,4708,4789,4900,4981,5061,5151,5218,5284,5360,5442,5530,5603,5680,5750,5827,5916,5990,6084,6186,6258,6339,6443,6496,6563,6656,6745,6807,6871,6934,7045,7142,7244,7585",
+ "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,88",
+ "endColumns": "12,85,101,127,80,64,94,69,62,92,71,62,73,63,55,117,57,61,55,79,133,88,80,110,80,79,89,66,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,82",
+ "endOffsets": "278,3080,3182,3310,3391,3456,3551,3621,3684,3777,3849,3912,3986,4050,4106,4224,4282,4344,4400,4480,4614,4703,4784,4895,4976,5056,5146,5213,5279,5355,5437,5525,5598,5675,5745,5822,5911,5985,6079,6181,6253,6334,6438,6491,6558,6651,6740,6802,6866,6929,7040,7137,7239,7337,7663"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "283,403,512,620,705,807,923,1008,1088,1179,1272,1367,1461,1560,1653,1752,1848,1939,2030,2112,2219,2318,2417,2525,2633,2740,2899,7668",
+ "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": "398,507,615,700,802,918,1003,1083,1174,1267,1362,1456,1555,1648,1747,1843,1934,2025,2107,2214,2313,2412,2520,2628,2735,2894,2994,7746"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es.json
new file mode 100644
index 0000000..50d5afc
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-es\\values-es.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-es\\values-es.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7772",
+ "endColumns": "100",
+ "endOffsets": "7868"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,233,320,424,546,627,692,787,868,931,1020,1089,1152,1226,1290,1346,1464,1522,1584,1640,1720,1859,1948,2030,2141,2222,2302,2392,2459,2525,2604,2686,2774,2848,2925,2995,3074,3158,3242,3334,3434,3508,3589,3691,3744,3811,3904,3993,4055,4119,4182,4295,4388,4492,4586",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,86,103,121,80,64,94,80,62,88,68,62,73,63,55,117,57,61,55,79,138,88,81,110,80,79,89,66,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,82",
+ "endOffsets": "228,315,419,541,622,687,782,863,926,1015,1084,1147,1221,1285,1341,1459,1517,1579,1635,1715,1854,1943,2025,2136,2217,2297,2387,2454,2520,2599,2681,2769,2843,2920,2990,3069,3153,3237,3329,3429,3503,3584,3686,3739,3806,3899,3988,4050,4114,4177,4290,4383,4487,4581,4664"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3014,3101,3205,3327,3408,3473,3568,3649,3712,3801,3870,3933,4007,4071,4127,4245,4303,4365,4421,4501,4640,4729,4811,4922,5003,5083,5173,5240,5306,5385,5467,5555,5629,5706,5776,5855,5939,6023,6115,6215,6289,6370,6472,6525,6592,6685,6774,6836,6900,6963,7076,7169,7273,7606",
+ "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,88",
+ "endColumns": "12,86,103,121,80,64,94,80,62,88,68,62,73,63,55,117,57,61,55,79,138,88,81,110,80,79,89,66,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,82",
+ "endOffsets": "278,3096,3200,3322,3403,3468,3563,3644,3707,3796,3865,3928,4002,4066,4122,4240,4298,4360,4416,4496,4635,4724,4806,4917,4998,5078,5168,5235,5301,5380,5462,5550,5624,5701,5771,5850,5934,6018,6110,6210,6284,6365,6467,6520,6587,6680,6769,6831,6895,6958,7071,7164,7268,7362,7684"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "283,385,498,606,691,792,920,1006,1087,1179,1273,1370,1464,1564,1658,1754,1850,1942,2034,2116,2223,2334,2433,2541,2649,2756,2915,7689",
+ "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": "380,493,601,686,787,915,1001,1082,1174,1268,1365,1459,1559,1653,1749,1845,1937,2029,2111,2218,2329,2428,2536,2644,2751,2910,3009,7767"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-es\\values-es.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,174",
+ "endColumns": "118,119",
+ "endOffsets": "169,289"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7367,7486",
+ "endColumns": "118,119",
+ "endOffsets": "7481,7601"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-et.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-et.json
new file mode 100644
index 0000000..0319070
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-et.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-et\\values-et.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-et\\values-et.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,164",
+ "endColumns": "108,120",
+ "endOffsets": "159,280"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7229,7338",
+ "endColumns": "108,120",
+ "endOffsets": "7333,7454"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,221,306,405,522,604,668,753,821,885,972,1036,1095,1167,1231,1285,1404,1464,1525,1579,1652,1785,1869,1962,2070,2150,2229,2317,2384,2450,2523,2602,2688,2761,2836,2910,2982,3070,3147,3238,3330,3402,3476,3567,3621,3690,3773,3859,3921,3985,4048,4151,4255,4352,4457",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,84,98,116,81,63,84,67,63,86,63,58,71,63,53,118,59,60,53,72,132,83,92,107,79,78,87,66,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,80",
+ "endOffsets": "216,301,400,517,599,663,748,816,880,967,1031,1090,1162,1226,1280,1399,1459,1520,1574,1647,1780,1864,1957,2065,2145,2224,2312,2379,2445,2518,2597,2683,2756,2831,2905,2977,3065,3142,3233,3325,3397,3471,3562,3616,3685,3768,3854,3916,3980,4043,4146,4250,4347,4452,4533"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2993,3078,3177,3294,3376,3440,3525,3593,3657,3744,3808,3867,3939,4003,4057,4176,4236,4297,4351,4424,4557,4641,4734,4842,4922,5001,5089,5156,5222,5295,5374,5460,5533,5608,5682,5754,5842,5919,6010,6102,6174,6248,6339,6393,6462,6545,6631,6693,6757,6820,6923,7027,7124,7459",
+ "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,88",
+ "endColumns": "12,84,98,116,81,63,84,67,63,86,63,58,71,63,53,118,59,60,53,72,132,83,92,107,79,78,87,66,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,80",
+ "endOffsets": "266,3073,3172,3289,3371,3435,3520,3588,3652,3739,3803,3862,3934,3998,4052,4171,4231,4292,4346,4419,4552,4636,4729,4837,4917,4996,5084,5151,5217,5290,5369,5455,5528,5603,5677,5749,5837,5914,6005,6097,6169,6243,6334,6388,6457,6540,6626,6688,6752,6815,6918,7022,7119,7224,7535"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-et\\values-et.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7623",
+ "endColumns": "100",
+ "endOffsets": "7719"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "271,377,476,587,673,775,892,973,1050,1142,1236,1332,1434,1543,1637,1738,1832,1924,2017,2100,2211,2315,2414,2524,2626,2725,2891,7540",
+ "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": "372,471,582,668,770,887,968,1045,1137,1231,1327,1429,1538,1632,1733,1827,1919,2012,2095,2206,2310,2409,2519,2621,2720,2886,2988,7618"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-eu.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-eu.json
new file mode 100644
index 0000000..665d6f4
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-eu.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-eu\\values-eu.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-eu\\values-eu.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7686",
+ "endColumns": "100",
+ "endOffsets": "7782"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-eu\\values-eu.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,159",
+ "endColumns": "103,126",
+ "endOffsets": "154,281"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7289,7393",
+ "endColumns": "103,126",
+ "endOffsets": "7388,7515"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,230,310,408,523,606,673,772,840,901,989,1055,1119,1190,1253,1307,1416,1475,1538,1592,1666,1791,1881,1961,2076,2159,2241,2332,2399,2465,2536,2616,2702,2780,2858,2931,3006,3093,3180,3271,3364,3436,3512,3604,3655,3721,3805,3891,3953,4017,4080,4187,4292,4388,4494",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,79,97,114,82,66,98,67,60,87,65,63,70,62,53,108,58,62,53,73,124,89,79,114,82,81,90,66,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,82",
+ "endOffsets": "225,305,403,518,601,668,767,835,896,984,1050,1114,1185,1248,1302,1411,1470,1533,1587,1661,1786,1876,1956,2071,2154,2236,2327,2394,2460,2531,2611,2697,2775,2853,2926,3001,3088,3175,3266,3359,3431,3507,3599,3650,3716,3800,3886,3948,4012,4075,4182,4287,4383,4489,4572"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3025,3105,3203,3318,3401,3468,3567,3635,3696,3784,3850,3914,3985,4048,4102,4211,4270,4333,4387,4461,4586,4676,4756,4871,4954,5036,5127,5194,5260,5331,5411,5497,5575,5653,5726,5801,5888,5975,6066,6159,6231,6307,6399,6450,6516,6600,6686,6748,6812,6875,6982,7087,7183,7520",
+ "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,88",
+ "endColumns": "12,79,97,114,82,66,98,67,60,87,65,63,70,62,53,108,58,62,53,73,124,89,79,114,82,81,90,66,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,82",
+ "endOffsets": "275,3100,3198,3313,3396,3463,3562,3630,3691,3779,3845,3909,3980,4043,4097,4206,4265,4328,4382,4456,4581,4671,4751,4866,4949,5031,5122,5189,5255,5326,5406,5492,5570,5648,5721,5796,5883,5970,6061,6154,6226,6302,6394,6445,6511,6595,6681,6743,6807,6870,6977,7082,7178,7284,7598"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "280,389,487,597,683,789,913,999,1080,1172,1266,1362,1456,1557,1651,1747,1844,1936,2029,2111,2220,2329,2428,2537,2644,2755,2926,7603",
+ "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": "384,482,592,678,784,908,994,1075,1167,1261,1357,1451,1552,1646,1742,1839,1931,2024,2106,2215,2324,2423,2532,2639,2750,2921,3020,7681"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fa.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fa.json
new file mode 100644
index 0000000..a41eda5
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fa.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-fa\\values-fa.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-fa\\values-fa.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7516",
+ "endColumns": "100",
+ "endOffsets": "7612"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,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,374,475,586,670,771,886,966,1043,1136,1231,1323,1417,1519,1614,1711,1805,1898,1988,2070,2178,2282,2380,2486,2591,2696,2853,7434",
+ "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": "369,470,581,665,766,881,961,1038,1131,1226,1318,1412,1514,1609,1706,1800,1893,1983,2065,2173,2277,2375,2481,2586,2691,2848,2949,7511"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-fa\\values-fa.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,164",
+ "endColumns": "108,114",
+ "endOffsets": "159,274"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7132,7241",
+ "endColumns": "108,114",
+ "endOffsets": "7236,7351"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,214,296,393,522,606,669,759,828,888,979,1043,1102,1169,1231,1286,1409,1467,1528,1583,1655,1792,1873,1955,2055,2129,2203,2289,2356,2422,2493,2570,2651,2724,2798,2868,2942,3028,3102,3191,3283,3357,3430,3519,3570,3637,3720,3804,3866,3930,3993,4087,4194,4287,4392",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,81,96,128,83,62,89,68,59,90,63,58,66,61,54,122,57,60,54,71,136,80,81,99,73,73,85,66,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,77",
+ "endOffsets": "209,291,388,517,601,664,754,823,883,974,1038,1097,1164,1226,1281,1404,1462,1523,1578,1650,1787,1868,1950,2050,2124,2198,2284,2351,2417,2488,2565,2646,2719,2793,2863,2937,3023,3097,3186,3278,3352,3425,3514,3565,3632,3715,3799,3861,3925,3988,4082,4189,4282,4387,4465"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2954,3036,3133,3262,3346,3409,3499,3568,3628,3719,3783,3842,3909,3971,4026,4149,4207,4268,4323,4395,4532,4613,4695,4795,4869,4943,5029,5096,5162,5233,5310,5391,5464,5538,5608,5682,5768,5842,5931,6023,6097,6170,6259,6310,6377,6460,6544,6606,6670,6733,6827,6934,7027,7356",
+ "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,88",
+ "endColumns": "12,81,96,128,83,62,89,68,59,90,63,58,66,61,54,122,57,60,54,71,136,80,81,99,73,73,85,66,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,77",
+ "endOffsets": "259,3031,3128,3257,3341,3404,3494,3563,3623,3714,3778,3837,3904,3966,4021,4144,4202,4263,4318,4390,4527,4608,4690,4790,4864,4938,5024,5091,5157,5228,5305,5386,5459,5533,5603,5677,5763,5837,5926,6018,6092,6165,6254,6305,6372,6455,6539,6601,6665,6728,6822,6929,7022,7127,7429"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fi.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fi.json
new file mode 100644
index 0000000..2762cee
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fi.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-fi\\values-fi.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-fi\\values-fi.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,161",
+ "endColumns": "105,122",
+ "endOffsets": "156,279"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7178,7284",
+ "endColumns": "105,122",
+ "endOffsets": "7279,7402"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "273,381,481,590,676,781,899,985,1064,1155,1248,1343,1437,1531,1624,1720,1819,1910,2004,2084,2191,2292,2389,2495,2595,2693,2843,7486",
+ "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": "376,476,585,671,776,894,980,1059,1150,1243,1338,1432,1526,1619,1715,1814,1905,1999,2079,2186,2287,2384,2490,2590,2688,2838,2938,7562"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,223,306,402,510,594,659,752,827,892,980,1046,1104,1175,1241,1295,1405,1465,1529,1583,1656,1772,1856,1937,2040,2125,2210,2300,2367,2433,2510,2592,2676,2750,2829,2906,2978,3067,3143,3234,3329,3403,3476,3570,3624,3696,3782,3868,3930,3994,4057,4158,4260,4355,4458",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,82,95,107,83,64,92,74,64,87,65,57,70,65,53,109,59,63,53,72,115,83,80,102,84,84,89,66,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,78",
+ "endOffsets": "218,301,397,505,589,654,747,822,887,975,1041,1099,1170,1236,1290,1400,1460,1524,1578,1651,1767,1851,1932,2035,2120,2205,2295,2362,2428,2505,2587,2671,2745,2824,2901,2973,3062,3138,3229,3324,3398,3471,3565,3619,3691,3777,3863,3925,3989,4052,4153,4255,4350,4453,4532"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2943,3026,3122,3230,3314,3379,3472,3547,3612,3700,3766,3824,3895,3961,4015,4125,4185,4249,4303,4376,4492,4576,4657,4760,4845,4930,5020,5087,5153,5230,5312,5396,5470,5549,5626,5698,5787,5863,5954,6049,6123,6196,6290,6344,6416,6502,6588,6650,6714,6777,6878,6980,7075,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,88",
+ "endColumns": "12,82,95,107,83,64,92,74,64,87,65,57,70,65,53,109,59,63,53,72,115,83,80,102,84,84,89,66,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,78",
+ "endOffsets": "268,3021,3117,3225,3309,3374,3467,3542,3607,3695,3761,3819,3890,3956,4010,4120,4180,4244,4298,4371,4487,4571,4652,4755,4840,4925,5015,5082,5148,5225,5307,5391,5465,5544,5621,5693,5782,5858,5949,6044,6118,6191,6285,6339,6411,6497,6583,6645,6709,6772,6873,6975,7070,7173,7481"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-fi\\values-fi.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7567",
+ "endColumns": "100",
+ "endOffsets": "7663"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr-rCA.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr-rCA.json
new file mode 100644
index 0000000..b59f621
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr-rCA.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-fr-rCA\\values-fr-rCA.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-fr-rCA\\values-fr-rCA.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,168",
+ "endColumns": "112,125",
+ "endOffsets": "163,289"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7408,7521",
+ "endColumns": "112,125",
+ "endOffsets": "7516,7642"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "288,399,506,616,703,809,939,1024,1104,1195,1288,1386,1481,1581,1674,1767,1862,1953,2044,2130,2240,2351,2454,2565,2673,2780,2939,7736",
+ "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": "394,501,611,698,804,934,1019,1099,1190,1283,1381,1476,1576,1669,1762,1857,1948,2039,2125,2235,2346,2449,2560,2668,2775,2934,3033,7818"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-fr-rCA\\values-fr-rCA.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7823",
+ "endColumns": "100",
+ "endOffsets": "7919"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,238,320,420,542,627,693,790,870,932,1024,1098,1159,1238,1302,1356,1472,1531,1593,1647,1729,1858,1950,2034,2148,2227,2308,2401,2468,2534,2613,2694,2785,2857,2935,3010,3082,3179,3256,3354,3452,3530,3611,3711,3768,3834,3917,4004,4066,4130,4193,4295,4402,4499,4608",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,81,99,121,84,65,96,79,61,91,73,60,78,63,53,115,58,61,53,81,128,91,83,113,78,80,92,66,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,88",
+ "endOffsets": "233,315,415,537,622,688,785,865,927,1019,1093,1154,1233,1297,1351,1467,1526,1588,1642,1724,1853,1945,2029,2143,2222,2303,2396,2463,2529,2608,2689,2780,2852,2930,3005,3077,3174,3251,3349,3447,3525,3606,3706,3763,3829,3912,3999,4061,4125,4188,4290,4397,4494,4603,4692"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3038,3120,3220,3342,3427,3493,3590,3670,3732,3824,3898,3959,4038,4102,4156,4272,4331,4393,4447,4529,4658,4750,4834,4948,5027,5108,5201,5268,5334,5413,5494,5585,5657,5735,5810,5882,5979,6056,6154,6252,6330,6411,6511,6568,6634,6717,6804,6866,6930,6993,7095,7202,7299,7647",
+ "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,88",
+ "endColumns": "12,81,99,121,84,65,96,79,61,91,73,60,78,63,53,115,58,61,53,81,128,91,83,113,78,80,92,66,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,88",
+ "endOffsets": "283,3115,3215,3337,3422,3488,3585,3665,3727,3819,3893,3954,4033,4097,4151,4267,4326,4388,4442,4524,4653,4745,4829,4943,5022,5103,5196,5263,5329,5408,5489,5580,5652,5730,5805,5877,5974,6051,6149,6247,6325,6406,6506,6563,6629,6712,6799,6861,6925,6988,7090,7197,7294,7403,7731"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr.json
new file mode 100644
index 0000000..17277ac
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-fr\\values-fr.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "288,399,514,624,706,812,942,1020,1096,1187,1280,1378,1473,1573,1666,1759,1854,1945,2036,2122,2232,2343,2446,2557,2665,2772,2931,7711",
+ "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": "394,509,619,701,807,937,1015,1091,1182,1275,1373,1468,1568,1661,1754,1849,1940,2031,2117,2227,2338,2441,2552,2660,2767,2926,3025,7793"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-fr\\values-fr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7798",
+ "endColumns": "100",
+ "endOffsets": "7894"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-fr\\values-fr.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,158",
+ "endColumns": "102,125",
+ "endOffsets": "153,279"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7393,7496",
+ "endColumns": "102,125",
+ "endOffsets": "7491,7617"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,238,321,419,549,634,700,797,880,946,1048,1123,1179,1258,1318,1372,1494,1553,1615,1669,1751,1886,1978,2062,2176,2255,2336,2429,2496,2562,2642,2723,2826,2899,2977,3050,3122,3215,3287,3379,3471,3545,3629,3721,3778,3844,3927,4014,4076,4140,4203,4305,4403,4500,4601",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,82,97,129,84,65,96,82,65,101,74,55,78,59,53,121,58,61,53,81,134,91,83,113,78,80,92,66,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,88",
+ "endOffsets": "233,316,414,544,629,695,792,875,941,1043,1118,1174,1253,1313,1367,1489,1548,1610,1664,1746,1881,1973,2057,2171,2250,2331,2424,2491,2557,2637,2718,2821,2894,2972,3045,3117,3210,3282,3374,3466,3540,3624,3716,3773,3839,3922,4009,4071,4135,4198,4300,4398,4495,4596,4685"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3030,3113,3211,3341,3426,3492,3589,3672,3738,3840,3915,3971,4050,4110,4164,4286,4345,4407,4461,4543,4678,4770,4854,4968,5047,5128,5221,5288,5354,5434,5515,5618,5691,5769,5842,5914,6007,6079,6171,6263,6337,6421,6513,6570,6636,6719,6806,6868,6932,6995,7097,7195,7292,7622",
+ "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,88",
+ "endColumns": "12,82,97,129,84,65,96,82,65,101,74,55,78,59,53,121,58,61,53,81,134,91,83,113,78,80,92,66,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,88",
+ "endOffsets": "283,3108,3206,3336,3421,3487,3584,3667,3733,3835,3910,3966,4045,4105,4159,4281,4340,4402,4456,4538,4673,4765,4849,4963,5042,5123,5216,5283,5349,5429,5510,5613,5686,5764,5837,5909,6002,6074,6166,6258,6332,6416,6508,6565,6631,6714,6801,6863,6927,6990,7092,7190,7287,7388,7706"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gl.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gl.json
new file mode 100644
index 0000000..366aa91
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gl.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-gl\\values-gl.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "280,384,488,596,681,782,910,996,1077,1169,1263,1360,1454,1554,1648,1744,1839,1931,2023,2104,2212,2319,2426,2535,2640,2754,2931,7791",
+ "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": "379,483,591,676,777,905,991,1072,1164,1258,1355,1449,1549,1643,1739,1834,1926,2018,2099,2207,2314,2421,2530,2635,2749,2926,3025,7869"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,230,315,420,553,633,711,807,886,949,1044,1113,1176,1250,1314,1370,1491,1549,1611,1667,1744,1883,1971,2051,2161,2241,2321,2411,2478,2544,2623,2704,2792,2871,2948,3030,3119,3203,3295,3388,3489,3563,3655,3757,3809,3875,3967,4055,4117,4181,4244,4355,4457,4563,4666",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,84,104,132,79,77,95,78,62,94,68,62,73,63,55,120,57,61,55,76,138,87,79,109,79,79,89,66,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,84",
+ "endOffsets": "225,310,415,548,628,706,802,881,944,1039,1108,1171,1245,1309,1365,1486,1544,1606,1662,1739,1878,1966,2046,2156,2236,2316,2406,2473,2539,2618,2699,2787,2866,2943,3025,3114,3198,3290,3383,3484,3558,3650,3752,3804,3870,3962,4050,4112,4176,4239,4350,4452,4558,4661,4746"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3030,3115,3220,3353,3433,3511,3607,3686,3749,3844,3913,3976,4050,4114,4170,4291,4349,4411,4467,4544,4683,4771,4851,4961,5041,5121,5211,5278,5344,5423,5504,5592,5671,5748,5830,5919,6003,6095,6188,6289,6363,6455,6557,6609,6675,6767,6855,6917,6981,7044,7155,7257,7363,7706",
+ "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,88",
+ "endColumns": "12,84,104,132,79,77,95,78,62,94,68,62,73,63,55,120,57,61,55,76,138,87,79,109,79,79,89,66,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,84",
+ "endOffsets": "275,3110,3215,3348,3428,3506,3602,3681,3744,3839,3908,3971,4045,4109,4165,4286,4344,4406,4462,4539,4678,4766,4846,4956,5036,5116,5206,5273,5339,5418,5499,5587,5666,5743,5825,5914,5998,6090,6183,6284,6358,6450,6552,6604,6670,6762,6850,6912,6976,7039,7150,7252,7358,7461,7786"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-gl\\values-gl.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,173",
+ "endColumns": "117,121",
+ "endOffsets": "168,290"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7466,7584",
+ "endColumns": "117,121",
+ "endOffsets": "7579,7701"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-gl\\values-gl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7874",
+ "endColumns": "100",
+ "endOffsets": "7970"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gu.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gu.json
new file mode 100644
index 0000000..31108d6
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gu.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-gu\\values-gu.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,223,305,404,524,608,671,762,829,888,978,1043,1107,1176,1238,1292,1407,1465,1526,1580,1653,1780,1866,1950,2053,2128,2204,2290,2357,2423,2496,2576,2661,2732,2808,2887,2956,3052,3130,3225,3321,3395,3470,3569,3620,3687,3774,3864,3926,3990,4053,4155,4260,4357,4463",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,81,98,119,83,62,90,66,58,89,64,63,68,61,53,114,57,60,53,72,126,85,83,102,74,75,85,66,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,77",
+ "endOffsets": "218,300,399,519,603,666,757,824,883,973,1038,1102,1171,1233,1287,1402,1460,1521,1575,1648,1775,1861,1945,2048,2123,2199,2285,2352,2418,2491,2571,2656,2727,2803,2882,2951,3047,3125,3220,3316,3390,3465,3564,3615,3682,3769,3859,3921,3985,4048,4150,4255,4352,4458,4536"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2956,3038,3137,3257,3341,3404,3495,3562,3621,3711,3776,3840,3909,3971,4025,4140,4198,4259,4313,4386,4513,4599,4683,4786,4861,4937,5023,5090,5156,5229,5309,5394,5465,5541,5620,5689,5785,5863,5958,6054,6128,6203,6302,6353,6420,6507,6597,6659,6723,6786,6888,6993,7090,7421",
+ "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,88",
+ "endColumns": "12,81,98,119,83,62,90,66,58,89,64,63,68,61,53,114,57,60,53,72,126,85,83,102,74,75,85,66,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,77",
+ "endOffsets": "268,3033,3132,3252,3336,3399,3490,3557,3616,3706,3771,3835,3904,3966,4020,4135,4193,4254,4308,4381,4508,4594,4678,4781,4856,4932,5018,5085,5151,5224,5304,5389,5460,5536,5615,5684,5780,5858,5953,6049,6123,6198,6297,6348,6415,6502,6592,6654,6718,6781,6883,6988,7085,7191,7494"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-gu\\values-gu.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7580",
+ "endColumns": "100",
+ "endOffsets": "7676"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-gu\\values-gu.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,165",
+ "endColumns": "109,114",
+ "endOffsets": "160,275"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7196,7306",
+ "endColumns": "109,114",
+ "endOffsets": "7301,7416"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "273,380,484,591,678,778,898,976,1053,1144,1237,1332,1426,1526,1619,1714,1808,1899,1990,2070,2176,2277,2374,2483,2583,2693,2853,7499",
+ "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": "375,479,586,673,773,893,971,1048,1139,1232,1327,1421,1521,1614,1709,1803,1894,1985,2065,2171,2272,2369,2478,2578,2688,2848,2951,7575"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h320dp-port-v13.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h320dp-port-v13.json
new file mode 100644
index 0000000..5bfe191
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h320dp-port-v13.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-h320dp-port-v13\\values-h320dp-port-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h360dp-land-v13.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h360dp-land-v13.json
new file mode 100644
index 0000000..e969d5b
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h360dp-land-v13.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-h360dp-land-v13\\values-h360dp-land-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h480dp-land-v13.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h480dp-land-v13.json
new file mode 100644
index 0000000..5f5e85f
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h480dp-land-v13.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-h480dp-land-v13\\values-h480dp-land-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h550dp-port-v13.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h550dp-port-v13.json
new file mode 100644
index 0000000..1074238
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h550dp-port-v13.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-h550dp-port-v13\\values-h550dp-port-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h720dp-v13.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h720dp-v13.json
new file mode 100644
index 0000000..1a5bd5d
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h720dp-v13.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-h720dp-v13\\values-h720dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hdpi-v4.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hdpi-v4.json
new file mode 100644
index 0000000..78b2b2f
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hdpi-v4.json
@@ -0,0 +1,20 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hdpi-v4\\values-hdpi-v4.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hi.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hi.json
new file mode 100644
index 0000000..c0c0237
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hi.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hi\\values-hi.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,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,370,468,578,664,766,887,965,1042,1133,1226,1321,1415,1515,1608,1703,1797,1888,1979,2060,2165,2267,2365,2475,2578,2687,2845,7507",
+ "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": "365,463,573,659,761,882,960,1037,1128,1221,1316,1410,1510,1603,1698,1792,1883,1974,2055,2160,2262,2360,2470,2573,2682,2840,2941,7584"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-hi\\values-hi.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7589",
+ "endColumns": "100",
+ "endOffsets": "7685"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,214,295,402,534,617,682,776,845,904,989,1052,1110,1175,1236,1297,1403,1461,1521,1580,1650,1766,1845,1925,2029,2104,2180,2277,2344,2410,2480,2557,2643,2711,2787,2868,2946,3032,3119,3216,3315,3389,3459,3563,3617,3684,3774,3866,3928,3992,4055,4160,4268,4369,4478",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,80,106,131,82,64,93,68,58,84,62,57,64,60,60,105,57,59,58,69,115,78,79,103,74,75,96,66,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,78",
+ "endOffsets": "209,290,397,529,612,677,771,840,899,984,1047,1105,1170,1231,1292,1398,1456,1516,1575,1645,1761,1840,1920,2024,2099,2175,2272,2339,2405,2475,2552,2638,2706,2782,2863,2941,3027,3114,3211,3310,3384,3454,3558,3612,3679,3769,3861,3923,3987,4050,4155,4263,4364,4473,4552"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2946,3027,3134,3266,3349,3414,3508,3577,3636,3721,3784,3842,3907,3968,4029,4135,4193,4253,4312,4382,4498,4577,4657,4761,4836,4912,5009,5076,5142,5212,5289,5375,5443,5519,5600,5678,5764,5851,5948,6047,6121,6191,6295,6349,6416,6506,6598,6660,6724,6787,6892,7000,7101,7428",
+ "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,88",
+ "endColumns": "12,80,106,131,82,64,93,68,58,84,62,57,64,60,60,105,57,59,58,69,115,78,79,103,74,75,96,66,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,78",
+ "endOffsets": "259,3022,3129,3261,3344,3409,3503,3572,3631,3716,3779,3837,3902,3963,4024,4130,4188,4248,4307,4377,4493,4572,4652,4756,4831,4907,5004,5071,5137,5207,5284,5370,5438,5514,5595,5673,5759,5846,5943,6042,6116,6186,6290,6344,6411,6501,6593,6655,6719,6782,6887,6995,7096,7205,7502"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-hi\\values-hi.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,159",
+ "endColumns": "103,113",
+ "endOffsets": "154,268"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7210,7314",
+ "endColumns": "103,113",
+ "endOffsets": "7309,7423"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hr.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hr.json
new file mode 100644
index 0000000..872e936
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hr.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hr\\values-hr.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-hr\\values-hr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "91",
+ "startColumns": "4",
+ "startOffsets": "7742",
+ "endColumns": "100",
+ "endOffsets": "7838"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,275,360,456,586,670,738,834,902,965,1073,1139,1195,1266,1326,1380,1506,1563,1625,1679,1754,1888,1973,2054,2161,2245,2331,2422,2489,2555,2629,2707,2795,2867,2944,3024,3098,3191,3264,3356,3452,3526,3602,3698,3750,3817,3904,3991,4053,4117,4180,4286,4387,4484,4588",
+ "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",
+ "endColumns": "12,84,95,129,83,67,95,67,62,107,65,55,70,59,53,125,56,61,53,74,133,84,80,106,83,85,90,66,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,79",
+ "endOffsets": "270,355,451,581,665,733,829,897,960,1068,1134,1190,1261,1321,1375,1501,1558,1620,1674,1749,1883,1968,2049,2156,2240,2326,2417,2484,2550,2624,2702,2790,2862,2939,3019,3093,3186,3259,3351,3447,3521,3597,3693,3745,3812,3899,3986,4048,4112,4175,4281,4382,4479,4583,4663"
+ },
+ "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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3036,3121,3217,3347,3431,3499,3595,3663,3726,3834,3900,3956,4027,4087,4141,4267,4324,4386,4440,4515,4649,4734,4815,4922,5006,5092,5183,5250,5316,5390,5468,5556,5628,5705,5785,5859,5952,6025,6117,6213,6287,6363,6459,6511,6578,6665,6752,6814,6878,6941,7047,7148,7245,7577",
+ "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,89",
+ "endColumns": "12,84,95,129,83,67,95,67,62,107,65,55,70,59,53,125,56,61,53,74,133,84,80,106,83,85,90,66,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,79",
+ "endOffsets": "320,3116,3212,3342,3426,3494,3590,3658,3721,3829,3895,3951,4022,4082,4136,4262,4319,4381,4435,4510,4644,4729,4810,4917,5001,5087,5178,5245,5311,5385,5463,5551,5623,5700,5780,5854,5947,6020,6112,6208,6282,6358,6454,6506,6573,6660,6747,6809,6873,6936,7042,7143,7240,7344,7652"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,90",
+ "startColumns": "4,4,4,4,4,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,430,525,632,718,822,941,1026,1108,1199,1292,1387,1481,1581,1674,1769,1864,1955,2046,2132,2236,2348,2449,2554,2668,2770,2939,7657",
+ "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": "425,520,627,713,817,936,1021,1103,1194,1287,1382,1476,1576,1669,1764,1859,1950,2041,2127,2231,2343,2444,2549,2663,2765,2934,3031,7737"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-hr\\values-hr.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,158",
+ "endColumns": "102,124",
+ "endOffsets": "153,278"
+ },
+ "to": {
+ "startLines": "87,88",
+ "startColumns": "4,4",
+ "startOffsets": "7349,7452",
+ "endColumns": "102,124",
+ "endOffsets": "7447,7572"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hu.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hu.json
new file mode 100644
index 0000000..4a73d70
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hu.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hu\\values-hu.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,218,295,394,514,597,661,760,835,894,1004,1073,1131,1203,1264,1319,1422,1479,1539,1594,1675,1795,1878,1966,2071,2154,2234,2328,2395,2461,2537,2619,2705,2782,2857,2936,3013,3109,3186,3278,3375,3449,3534,3631,3683,3750,3838,3925,3987,4051,4114,4212,4309,4403,4501",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,76,98,119,82,63,98,74,58,109,68,57,71,60,54,102,56,59,54,80,119,82,87,104,82,79,93,66,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,84",
+ "endOffsets": "213,290,389,509,592,656,755,830,889,999,1068,1126,1198,1259,1314,1417,1474,1534,1589,1670,1790,1873,1961,2066,2149,2229,2323,2390,2456,2532,2614,2700,2777,2852,2931,3008,3104,3181,3273,3370,3444,3529,3626,3678,3745,3833,3920,3982,4046,4109,4207,4304,4398,4496,4581"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3022,3099,3198,3318,3401,3465,3564,3639,3698,3808,3877,3935,4007,4068,4123,4226,4283,4343,4398,4479,4599,4682,4770,4875,4958,5038,5132,5199,5265,5341,5423,5509,5586,5661,5740,5817,5913,5990,6082,6179,6253,6338,6435,6487,6554,6642,6729,6791,6855,6918,7016,7113,7207,7537",
+ "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,88",
+ "endColumns": "12,76,98,119,82,63,98,74,58,109,68,57,71,60,54,102,56,59,54,80,119,82,87,104,82,79,93,66,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,84",
+ "endOffsets": "263,3094,3193,3313,3396,3460,3559,3634,3693,3803,3872,3930,4002,4063,4118,4221,4278,4338,4393,4474,4594,4677,4765,4870,4953,5033,5127,5194,5260,5336,5418,5504,5581,5656,5735,5812,5908,5985,6077,6174,6248,6333,6430,6482,6549,6637,6724,6786,6850,6913,7011,7108,7202,7300,7617"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-hu\\values-hu.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,167",
+ "endColumns": "111,119",
+ "endOffsets": "162,282"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7305,7417",
+ "endColumns": "111,119",
+ "endOffsets": "7412,7532"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "268,376,468,583,667,782,905,982,1057,1148,1241,1336,1430,1530,1623,1718,1813,1904,1995,2078,2188,2298,2398,2509,2618,2737,2919,7622",
+ "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": "371,463,578,662,777,900,977,1052,1143,1236,1331,1425,1525,1618,1713,1808,1899,1990,2073,2183,2293,2393,2504,2613,2732,2914,3017,7701"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-hu\\values-hu.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7706",
+ "endColumns": "100",
+ "endOffsets": "7802"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hy.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hy.json
new file mode 100644
index 0000000..e7e2c54
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hy.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hy\\values-hy.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,220,300,395,525,606,670,767,852,914,1001,1065,1126,1193,1254,1308,1430,1487,1547,1601,1682,1817,1901,1986,2092,2167,2242,2337,2404,2470,2544,2624,2710,2781,2857,2933,3010,3098,3178,3274,3370,3444,3522,3622,3673,3742,3829,3920,3982,4046,4109,4214,4315,4415,4520",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,79,94,129,80,63,96,84,61,86,63,60,66,60,53,121,56,59,53,80,134,83,84,105,74,74,94,66,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,84",
+ "endOffsets": "215,295,390,520,601,665,762,847,909,996,1060,1121,1188,1249,1303,1425,1482,1542,1596,1677,1812,1896,1981,2087,2162,2237,2332,2399,2465,2539,2619,2705,2776,2852,2928,3005,3093,3173,3269,3365,3439,3517,3617,3668,3737,3824,3915,3977,4041,4104,4209,4310,4410,4515,4600"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2979,3059,3154,3284,3365,3429,3526,3611,3673,3760,3824,3885,3952,4013,4067,4189,4246,4306,4360,4441,4576,4660,4745,4851,4926,5001,5096,5163,5229,5303,5383,5469,5540,5616,5692,5769,5857,5937,6033,6129,6203,6281,6381,6432,6501,6588,6679,6741,6805,6868,6973,7074,7174,7502",
+ "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,88",
+ "endColumns": "12,79,94,129,80,63,96,84,61,86,63,60,66,60,53,121,56,59,53,80,134,83,84,105,74,74,94,66,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,84",
+ "endOffsets": "265,3054,3149,3279,3360,3424,3521,3606,3668,3755,3819,3880,3947,4008,4062,4184,4241,4301,4355,4436,4571,4655,4740,4846,4921,4996,5091,5158,5224,5298,5378,5464,5535,5611,5687,5764,5852,5932,6028,6124,6198,6276,6376,6427,6496,6583,6674,6736,6800,6863,6968,7069,7169,7274,7582"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "270,378,478,588,677,783,900,982,1062,1153,1246,1341,1435,1535,1628,1723,1817,1908,1999,2082,2188,2294,2393,2503,2611,2712,2882,7587",
+ "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": "373,473,583,672,778,895,977,1057,1148,1241,1336,1430,1530,1623,1718,1812,1903,1994,2077,2183,2289,2388,2498,2606,2707,2877,2974,7665"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-hy\\values-hy.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,161",
+ "endColumns": "105,116",
+ "endOffsets": "156,273"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7279,7385",
+ "endColumns": "105,116",
+ "endOffsets": "7380,7497"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-hy\\values-hy.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7670",
+ "endColumns": "100",
+ "endOffsets": "7766"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-in.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-in.json
new file mode 100644
index 0000000..8434e05
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-in.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-in\\values-in.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,224,303,409,525,608,673,767,832,891,978,1040,1100,1166,1228,1282,1394,1451,1512,1566,1638,1764,1850,1934,2043,2124,2205,2295,2362,2428,2500,2584,2667,2742,2818,2891,2966,3051,3126,3218,3312,3386,3459,3553,3605,3674,3759,3846,3908,3972,4035,4138,4238,4333,4435",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,78,105,115,82,64,93,64,58,86,61,59,65,61,53,111,56,60,53,71,125,85,83,108,80,80,89,66,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,79",
+ "endOffsets": "219,298,404,520,603,668,762,827,886,973,1035,1095,1161,1223,1277,1389,1446,1507,1561,1633,1759,1845,1929,2038,2119,2200,2290,2357,2423,2495,2579,2662,2737,2813,2886,2961,3046,3121,3213,3307,3381,3454,3548,3600,3669,3754,3841,3903,3967,4030,4133,4233,4328,4430,4510"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2978,3057,3163,3279,3362,3427,3521,3586,3645,3732,3794,3854,3920,3982,4036,4148,4205,4266,4320,4392,4518,4604,4688,4797,4878,4959,5049,5116,5182,5254,5338,5421,5496,5572,5645,5720,5805,5880,5972,6066,6140,6213,6307,6359,6428,6513,6600,6662,6726,6789,6892,6992,7087,7413",
+ "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,88",
+ "endColumns": "12,78,105,115,82,64,93,64,58,86,61,59,65,61,53,111,56,60,53,71,125,85,83,108,80,80,89,66,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,79",
+ "endOffsets": "269,3052,3158,3274,3357,3422,3516,3581,3640,3727,3789,3849,3915,3977,4031,4143,4200,4261,4315,4387,4513,4599,4683,4792,4873,4954,5044,5111,5177,5249,5333,5416,5491,5567,5640,5715,5800,5875,5967,6061,6135,6208,6302,6354,6423,6508,6595,6657,6721,6784,6887,6987,7082,7184,7488"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-in\\values-in.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,165",
+ "endColumns": "109,113",
+ "endOffsets": "160,274"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7189,7299",
+ "endColumns": "109,113",
+ "endOffsets": "7294,7408"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "274,389,493,598,685,789,905,988,1066,1157,1250,1345,1439,1539,1632,1727,1821,1912,2003,2089,2192,2297,2398,2502,2611,2719,2879,7493",
+ "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": "384,488,593,680,784,900,983,1061,1152,1245,1340,1434,1534,1627,1722,1816,1907,1998,2084,2187,2292,2393,2497,2606,2714,2874,2973,7573"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-in\\values-in.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7578",
+ "endColumns": "100",
+ "endOffsets": "7674"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-is.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-is.json
new file mode 100644
index 0000000..2d1c00f
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-is.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-is\\values-is.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-is\\values-is.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,158",
+ "endColumns": "102,113",
+ "endOffsets": "153,267"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7157,7260",
+ "endColumns": "102,113",
+ "endOffsets": "7255,7369"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-is\\values-is.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7535",
+ "endColumns": "100",
+ "endOffsets": "7631"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,225,304,401,516,598,663,751,815,876,966,1029,1091,1159,1223,1279,1402,1467,1529,1585,1656,1783,1867,1951,2057,2134,2211,2298,2365,2431,2507,2587,2676,2743,2817,2887,2953,3039,3109,3200,3290,3364,3437,3526,3577,3649,3730,3816,3878,3942,4005,4119,4222,4330,4433",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,78,96,114,81,64,87,63,60,89,62,61,67,63,55,122,64,61,55,70,126,83,83,105,76,76,86,66,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,79",
+ "endOffsets": "220,299,396,511,593,658,746,810,871,961,1024,1086,1154,1218,1274,1397,1462,1524,1580,1651,1778,1862,1946,2052,2129,2206,2293,2360,2426,2502,2582,2671,2738,2812,2882,2948,3034,3104,3195,3285,3359,3432,3521,3572,3644,3725,3811,3873,3937,4000,4114,4217,4325,4428,4508"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2949,3028,3125,3240,3322,3387,3475,3539,3600,3690,3753,3815,3883,3947,4003,4126,4191,4253,4309,4380,4507,4591,4675,4781,4858,4935,5022,5089,5155,5231,5311,5400,5467,5541,5611,5677,5763,5833,5924,6014,6088,6161,6250,6301,6373,6454,6540,6602,6666,6729,6843,6946,7054,7374",
+ "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,88",
+ "endColumns": "12,78,96,114,81,64,87,63,60,89,62,61,67,63,55,122,64,61,55,70,126,83,83,105,76,76,86,66,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,79",
+ "endOffsets": "270,3023,3120,3235,3317,3382,3470,3534,3595,3685,3748,3810,3878,3942,3998,4121,4186,4248,4304,4375,4502,4586,4670,4776,4853,4930,5017,5084,5150,5226,5306,5395,5462,5536,5606,5672,5758,5828,5919,6009,6083,6156,6245,6296,6368,6449,6535,6597,6661,6724,6838,6941,7049,7152,7449"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "275,375,472,584,669,770,884,965,1044,1135,1228,1321,1415,1521,1614,1709,1804,1895,1989,2070,2180,2287,2384,2493,2593,2696,2851,7454",
+ "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": "370,467,579,664,765,879,960,1039,1130,1223,1316,1410,1516,1609,1704,1799,1890,1984,2065,2175,2282,2379,2488,2588,2691,2846,2944,7530"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-it.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-it.json
new file mode 100644
index 0000000..aa7e3ed
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-it.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-it\\values-it.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-it\\values-it.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7715",
+ "endColumns": "100",
+ "endOffsets": "7811"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "273,378,481,590,674,779,898,976,1051,1143,1237,1330,1424,1525,1619,1716,1811,1903,1995,2076,2182,2289,2387,2491,2597,2704,2867,7633",
+ "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": "373,476,585,669,774,893,971,1046,1138,1232,1325,1419,1520,1614,1711,1806,1898,1990,2071,2177,2284,2382,2486,2592,2699,2862,2962,7710"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-it\\values-it.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,164",
+ "endColumns": "108,122",
+ "endOffsets": "159,282"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7321,7430",
+ "endColumns": "108,122",
+ "endOffsets": "7425,7548"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,223,300,399,539,622,688,783,868,930,1018,1087,1150,1223,1286,1340,1461,1518,1580,1634,1711,1848,1933,2015,2120,2201,2282,2373,2440,2506,2579,2659,2750,2825,2902,2971,3048,3136,3225,3318,3411,3485,3565,3659,3710,3776,3860,3948,4010,4074,4137,4252,4362,4468,4577",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,76,98,139,82,65,94,84,61,87,68,62,72,62,53,120,56,61,53,76,136,84,81,104,80,80,90,66,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,79",
+ "endOffsets": "218,295,394,534,617,683,778,863,925,1013,1082,1145,1218,1281,1335,1456,1513,1575,1629,1706,1843,1928,2010,2115,2196,2277,2368,2435,2501,2574,2654,2745,2820,2897,2966,3043,3131,3220,3313,3406,3480,3560,3654,3705,3771,3855,3943,4005,4069,4132,4247,4357,4463,4572,4652"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2967,3044,3143,3283,3366,3432,3527,3612,3674,3762,3831,3894,3967,4030,4084,4205,4262,4324,4378,4455,4592,4677,4759,4864,4945,5026,5117,5184,5250,5323,5403,5494,5569,5646,5715,5792,5880,5969,6062,6155,6229,6309,6403,6454,6520,6604,6692,6754,6818,6881,6996,7106,7212,7553",
+ "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,88",
+ "endColumns": "12,76,98,139,82,65,94,84,61,87,68,62,72,62,53,120,56,61,53,76,136,84,81,104,80,80,90,66,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,79",
+ "endOffsets": "268,3039,3138,3278,3361,3427,3522,3607,3669,3757,3826,3889,3962,4025,4079,4200,4257,4319,4373,4450,4587,4672,4754,4859,4940,5021,5112,5179,5245,5318,5398,5489,5564,5641,5710,5787,5875,5964,6057,6150,6224,6304,6398,6449,6515,6599,6687,6749,6813,6876,6991,7101,7207,7316,7628"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-iw.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-iw.json
new file mode 100644
index 0000000..f433eab
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-iw.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-iw\\values-iw.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-iw\\values-iw.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,161",
+ "endColumns": "105,119",
+ "endOffsets": "156,276"
+ },
+ "to": {
+ "startLines": "88,89",
+ "startColumns": "4,4",
+ "startOffsets": "7104,7210",
+ "endColumns": "105,119",
+ "endOffsets": "7205,7325"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-iw\\values-iw.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "92",
+ "startColumns": "4",
+ "startOffsets": "7487",
+ "endColumns": "100",
+ "endOffsets": "7583"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,91",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "369,474,574,682,766,868,984,1063,1141,1232,1326,1420,1514,1614,1707,1802,1895,1986,2078,2159,2264,2367,2465,2570,2672,2774,2928,7405",
+ "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": "469,569,677,761,863,979,1058,1136,1227,1321,1415,1509,1609,1702,1797,1890,1981,2073,2154,2259,2362,2460,2565,2667,2769,2923,3020,7482"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,319,396,489,602,682,747,835,905,968,1060,1120,1179,1242,1303,1362,1464,1521,1580,1638,1706,1817,1898,1980,2082,2153,2226,2314,2381,2447,2520,2596,2682,2752,2827,2909,2977,3062,3132,3222,3313,3387,3460,3549,3600,3667,3749,3834,3896,3960,4023,4117,4212,4302,4398",
+ "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",
+ "endColumns": "12,76,92,112,79,64,87,69,62,91,59,58,62,60,58,101,56,58,57,67,110,80,81,101,70,72,87,66,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,74",
+ "endOffsets": "314,391,484,597,677,742,830,900,963,1055,1115,1174,1237,1298,1357,1459,1516,1575,1633,1701,1812,1893,1975,2077,2148,2221,2309,2376,2442,2515,2591,2677,2747,2822,2904,2972,3057,3127,3217,3308,3382,3455,3544,3595,3662,3744,3829,3891,3955,4018,4112,4207,4297,4393,4468"
+ },
+ "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,90",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3025,3102,3195,3308,3388,3453,3541,3611,3674,3766,3826,3885,3948,4009,4068,4170,4227,4286,4344,4412,4523,4604,4686,4788,4859,4932,5020,5087,5153,5226,5302,5388,5458,5533,5615,5683,5768,5838,5928,6019,6093,6166,6255,6306,6373,6455,6540,6602,6666,6729,6823,6918,7008,7330",
+ "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,90",
+ "endColumns": "12,76,92,112,79,64,87,69,62,91,59,58,62,60,58,101,56,58,57,67,110,80,81,101,70,72,87,66,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,74",
+ "endOffsets": "364,3097,3190,3303,3383,3448,3536,3606,3669,3761,3821,3880,3943,4004,4063,4165,4222,4281,4339,4407,4518,4599,4681,4783,4854,4927,5015,5082,5148,5221,5297,5383,5453,5528,5610,5678,5763,5833,5923,6014,6088,6161,6250,6301,6368,6450,6535,6597,6661,6724,6818,6913,7003,7099,7400"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ja.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ja.json
new file mode 100644
index 0000000..1ddd631
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ja.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ja\\values-ja.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,208,277,362,466,542,605,689,753,811,892,956,1011,1070,1127,1181,1274,1330,1387,1441,1507,1607,1683,1764,1856,1918,1980,2059,2126,2192,2262,2332,2409,2473,2544,2612,2675,2754,2817,2897,2979,3051,3122,3194,3242,3306,3381,3458,3520,3584,3647,3733,3817,3898,3983",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,68,84,103,75,62,83,63,57,80,63,54,58,56,53,92,55,56,53,65,99,75,80,91,61,61,78,66,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,72",
+ "endOffsets": "203,272,357,461,537,600,684,748,806,887,951,1006,1065,1122,1176,1269,1325,1382,1436,1502,1602,1678,1759,1851,1913,1975,2054,2121,2187,2257,2327,2404,2468,2539,2607,2670,2749,2812,2892,2974,3046,3117,3189,3237,3301,3376,3453,3515,3579,3642,3728,3812,3893,3978,4051"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2844,2913,2998,3102,3178,3241,3325,3389,3447,3528,3592,3647,3706,3763,3817,3910,3966,4023,4077,4143,4243,4319,4400,4492,4554,4616,4695,4762,4828,4898,4968,5045,5109,5180,5248,5311,5390,5453,5533,5615,5687,5758,5830,5878,5942,6017,6094,6156,6220,6283,6369,6453,6534,6828",
+ "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,88",
+ "endColumns": "12,68,84,103,75,62,83,63,57,80,63,54,58,56,53,92,55,56,53,65,99,75,80,91,61,61,78,66,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,72",
+ "endOffsets": "253,2908,2993,3097,3173,3236,3320,3384,3442,3523,3587,3642,3701,3758,3812,3905,3961,4018,4072,4138,4238,4314,4395,4487,4549,4611,4690,4757,4823,4893,4963,5040,5104,5175,5243,5306,5385,5448,5528,5610,5682,5753,5825,5873,5937,6012,6089,6151,6215,6278,6364,6448,6529,6614,6896"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-ja\\values-ja.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "6980",
+ "endColumns": "100",
+ "endOffsets": "7076"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "258,355,448,553,635,733,841,919,994,1085,1178,1273,1367,1467,1560,1655,1749,1840,1931,2009,2111,2209,2304,2407,2503,2599,2747,6901",
+ "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": "350,443,548,630,728,836,914,989,1080,1173,1268,1362,1462,1555,1650,1744,1835,1926,2004,2106,2204,2299,2402,2498,2594,2742,2839,6975"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-ja\\values-ja.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,154",
+ "endColumns": "98,109",
+ "endOffsets": "149,259"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "6619,6718",
+ "endColumns": "98,109",
+ "endOffsets": "6713,6823"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ka.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ka.json
new file mode 100644
index 0000000..292d2e2
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ka.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ka\\values-ka.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-ka\\values-ka.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,164",
+ "endColumns": "108,117",
+ "endOffsets": "159,277"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7263,7372",
+ "endColumns": "108,117",
+ "endOffsets": "7367,7485"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-ka\\values-ka.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7652",
+ "endColumns": "100",
+ "endOffsets": "7748"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,228,312,411,536,624,691,788,857,920,1007,1073,1133,1202,1263,1317,1432,1491,1551,1605,1677,1807,1895,1979,2087,2165,2241,2335,2402,2468,2541,2619,2705,2778,2856,2934,3009,3099,3174,3268,3366,3440,3517,3617,3670,3738,3827,3916,3978,4043,4106,4213,4311,4411,4510",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,83,98,124,87,66,96,68,62,86,65,59,68,60,53,114,58,59,53,71,129,87,83,107,77,75,93,66,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,79",
+ "endOffsets": "223,307,406,531,619,686,783,852,915,1002,1068,1128,1197,1258,1312,1427,1486,1546,1600,1672,1802,1890,1974,2082,2160,2236,2330,2397,2463,2536,2614,2700,2773,2851,2929,3004,3094,3169,3263,3361,3435,3512,3612,3665,3733,3822,3911,3973,4038,4101,4208,4306,4406,4505,4585"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2981,3065,3164,3289,3377,3444,3541,3610,3673,3760,3826,3886,3955,4016,4070,4185,4244,4304,4358,4430,4560,4648,4732,4840,4918,4994,5088,5155,5221,5294,5372,5458,5531,5609,5687,5762,5852,5927,6021,6119,6193,6270,6370,6423,6491,6580,6669,6731,6796,6859,6966,7064,7164,7490",
+ "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,88",
+ "endColumns": "12,83,98,124,87,66,96,68,62,86,65,59,68,60,53,114,58,59,53,71,129,87,83,107,77,75,93,66,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,79",
+ "endOffsets": "273,3060,3159,3284,3372,3439,3536,3605,3668,3755,3821,3881,3950,4011,4065,4180,4239,4299,4353,4425,4555,4643,4727,4835,4913,4989,5083,5150,5216,5289,5367,5453,5526,5604,5682,5757,5847,5922,6016,6114,6188,6265,6365,6418,6486,6575,6664,6726,6791,6854,6961,7059,7159,7258,7565"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "278,386,489,600,686,791,904,987,1066,1157,1250,1345,1439,1539,1632,1727,1822,1913,2004,2085,2198,2304,2402,2515,2620,2724,2882,7570",
+ "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": "381,484,595,681,786,899,982,1061,1152,1245,1340,1434,1534,1627,1722,1817,1908,1999,2080,2193,2299,2397,2510,2615,2719,2877,2976,7647"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kk.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kk.json
new file mode 100644
index 0000000..1870ed8
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kk.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-kk\\values-kk.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,228,307,399,511,593,657,752,822,885,992,1059,1120,1187,1249,1303,1417,1476,1537,1591,1666,1792,1880,1969,2081,2153,2226,2315,2382,2448,2519,2596,2682,2754,2830,2911,2981,3068,3140,3231,3324,3398,3473,3565,3617,3683,3767,3853,3915,3979,4042,4146,4246,4340,4441",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,78,91,111,81,63,94,69,62,106,66,60,66,61,53,113,58,60,53,74,125,87,88,111,71,72,88,66,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,83",
+ "endOffsets": "223,302,394,506,588,652,747,817,880,987,1054,1115,1182,1244,1298,1412,1471,1532,1586,1661,1787,1875,1964,2076,2148,2221,2310,2377,2443,2514,2591,2677,2749,2825,2906,2976,3063,3135,3226,3319,3393,3468,3560,3612,3678,3762,3848,3910,3974,4037,4141,4241,4335,4436,4520"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2969,3048,3140,3252,3334,3398,3493,3563,3626,3733,3800,3861,3928,3990,4044,4158,4217,4278,4332,4407,4533,4621,4710,4822,4894,4967,5056,5123,5189,5260,5337,5423,5495,5571,5652,5722,5809,5881,5972,6065,6139,6214,6306,6358,6424,6508,6594,6656,6720,6783,6887,6987,7081,7413",
+ "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,88",
+ "endColumns": "12,78,91,111,81,63,94,69,62,106,66,60,66,61,53,113,58,60,53,74,125,87,88,111,71,72,88,66,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,83",
+ "endOffsets": "273,3043,3135,3247,3329,3393,3488,3558,3621,3728,3795,3856,3923,3985,4039,4153,4212,4273,4327,4402,4528,4616,4705,4817,4889,4962,5051,5118,5184,5255,5332,5418,5490,5566,5647,5717,5804,5876,5967,6060,6134,6209,6301,6353,6419,6503,6589,6651,6715,6778,6882,6982,7076,7177,7492"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-kk\\values-kk.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7579",
+ "endColumns": "100",
+ "endOffsets": "7675"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "278,386,491,601,686,792,911,991,1068,1159,1252,1347,1441,1541,1634,1729,1826,1917,2008,2089,2194,2297,2395,2502,2608,2708,2874,7497",
+ "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": "381,486,596,681,787,906,986,1063,1154,1247,1342,1436,1536,1629,1724,1821,1912,2003,2084,2189,2292,2390,2497,2603,2703,2869,2964,7574"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-kk\\values-kk.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,168",
+ "endColumns": "112,117",
+ "endOffsets": "163,281"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7182,7295",
+ "endColumns": "112,117",
+ "endOffsets": "7290,7408"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-km.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-km.json
new file mode 100644
index 0000000..242ffc6
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-km.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-km\\values-km.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-km\\values-km.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7603",
+ "endColumns": "100",
+ "endOffsets": "7699"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,224,304,404,516,596,661,755,825,887,974,1039,1098,1163,1224,1281,1400,1458,1519,1576,1647,1777,1863,1941,2049,2124,2195,2292,2359,2425,2505,2595,2681,2760,2837,2907,2982,3070,3140,3240,3339,3413,3489,3596,3650,3723,3814,3910,3972,4036,4099,4198,4296,4388,4488",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,79,99,111,79,64,93,69,61,86,64,58,64,60,56,118,57,60,56,70,129,85,77,107,74,70,96,66,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,82",
+ "endOffsets": "219,299,399,511,591,656,750,820,882,969,1034,1093,1158,1219,1276,1395,1453,1514,1571,1642,1772,1858,1936,2044,2119,2190,2287,2354,2420,2500,2590,2676,2755,2832,2902,2977,3065,3135,3235,3334,3408,3484,3591,3645,3718,3809,3905,3967,4031,4094,4193,4291,4383,4483,4566"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2962,3042,3142,3254,3334,3399,3493,3563,3625,3712,3777,3836,3901,3962,4019,4138,4196,4257,4314,4385,4515,4601,4679,4787,4862,4933,5030,5097,5163,5243,5333,5419,5498,5575,5645,5720,5808,5878,5978,6077,6151,6227,6334,6388,6461,6552,6648,6710,6774,6837,6936,7034,7126,7436",
+ "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,88",
+ "endColumns": "12,79,99,111,79,64,93,69,61,86,64,58,64,60,56,118,57,60,56,70,129,85,77,107,74,70,96,66,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,82",
+ "endOffsets": "269,3037,3137,3249,3329,3394,3488,3558,3620,3707,3772,3831,3896,3957,4014,4133,4191,4252,4309,4380,4510,4596,4674,4782,4857,4928,5025,5092,5158,5238,5328,5414,5493,5570,5640,5715,5803,5873,5973,6072,6146,6222,6329,6383,6456,6547,6643,6705,6769,6832,6931,7029,7121,7221,7514"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "274,376,475,585,672,775,896,974,1050,1141,1234,1326,1420,1520,1613,1708,1802,1893,1984,2067,2171,2275,2375,2484,2593,2702,2864,7519",
+ "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": "371,470,580,667,770,891,969,1045,1136,1229,1321,1415,1515,1608,1703,1797,1888,1979,2062,2166,2270,2370,2479,2588,2697,2859,2957,7598"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-km\\values-km.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,160",
+ "endColumns": "104,104",
+ "endOffsets": "155,260"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7226,7331",
+ "endColumns": "104,104",
+ "endOffsets": "7326,7431"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kn.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kn.json
new file mode 100644
index 0000000..33cb25d
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kn.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-kn\\values-kn.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-kn\\values-kn.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,173",
+ "endColumns": "117,128",
+ "endOffsets": "168,297"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7335,7453",
+ "endColumns": "117,128",
+ "endOffsets": "7448,7577"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,224,306,413,526,611,674,768,834,896,999,1070,1129,1205,1270,1324,1437,1495,1556,1610,1689,1805,1888,1979,2091,2170,2249,2337,2404,2470,2550,2640,2724,2801,2878,2955,3024,3123,3200,3293,3388,3462,3543,3639,3690,3758,3844,3932,3995,4060,4123,4228,4331,4426,4531",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,81,106,112,84,62,93,65,61,102,70,58,75,64,53,112,57,60,53,78,115,82,90,111,78,78,87,66,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,81",
+ "endOffsets": "219,301,408,521,606,669,763,829,891,994,1065,1124,1200,1265,1319,1432,1490,1551,1605,1684,1800,1883,1974,2086,2165,2244,2332,2399,2465,2545,2635,2719,2796,2873,2950,3019,3118,3195,3288,3383,3457,3538,3634,3685,3753,3839,3927,3990,4055,4118,4223,4326,4421,4526,4608"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3028,3110,3217,3330,3415,3478,3572,3638,3700,3803,3874,3933,4009,4074,4128,4241,4299,4360,4414,4493,4609,4692,4783,4895,4974,5053,5141,5208,5274,5354,5444,5528,5605,5682,5759,5828,5927,6004,6097,6192,6266,6347,6443,6494,6562,6648,6736,6799,6864,6927,7032,7135,7230,7582",
+ "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,88",
+ "endColumns": "12,81,106,112,84,62,93,65,61,102,70,58,75,64,53,112,57,60,53,78,115,82,90,111,78,78,87,66,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,81",
+ "endOffsets": "269,3105,3212,3325,3410,3473,3567,3633,3695,3798,3869,3928,4004,4069,4123,4236,4294,4355,4409,4488,4604,4687,4778,4890,4969,5048,5136,5203,5269,5349,5439,5523,5600,5677,5754,5823,5922,5999,6092,6187,6261,6342,6438,6489,6557,6643,6731,6794,6859,6922,7027,7130,7225,7330,7659"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-kn\\values-kn.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7747",
+ "endColumns": "100",
+ "endOffsets": "7843"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "274,388,500,613,701,808,934,1012,1088,1179,1272,1367,1461,1561,1654,1749,1843,1934,2025,2107,2223,2333,2432,2545,2650,2764,2928,7664",
+ "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": "383,495,608,696,803,929,1007,1083,1174,1267,1362,1456,1556,1649,1744,1838,1929,2020,2102,2218,2328,2427,2540,2645,2759,2923,3023,7742"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ko.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ko.json
new file mode 100644
index 0000000..6c34b41
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ko.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ko\\values-ko.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "254,351,445,546,628,726,832,912,987,1078,1171,1266,1360,1460,1553,1648,1742,1833,1924,2004,2102,2196,2291,2391,2488,2588,2740,6884",
+ "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": "346,440,541,623,721,827,907,982,1073,1166,1261,1355,1455,1548,1643,1737,1828,1919,1999,2097,2191,2286,2386,2483,2583,2735,2829,6958"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-ko\\values-ko.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "6963",
+ "endColumns": "100",
+ "endOffsets": "7059"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-ko\\values-ko.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,155",
+ "endColumns": "99,101",
+ "endOffsets": "150,252"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "6610,6710",
+ "endColumns": "99,101",
+ "endOffsets": "6705,6807"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,204,273,356,462,537,599,680,742,799,886,944,1002,1061,1118,1172,1267,1323,1380,1434,1500,1604,1679,1756,1847,1912,1977,2056,2123,2189,2253,2323,2400,2468,2539,2606,2676,2756,2833,2913,2995,3067,3132,3204,3252,3316,3391,3468,3530,3594,3657,3741,3820,3900,3980",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,68,82,105,74,61,80,61,56,86,57,57,58,56,53,94,55,56,53,65,103,74,76,90,64,64,78,66,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,71",
+ "endOffsets": "199,268,351,457,532,594,675,737,794,881,939,997,1056,1113,1167,1262,1318,1375,1429,1495,1599,1674,1751,1842,1907,1972,2051,2118,2184,2248,2318,2395,2463,2534,2601,2671,2751,2828,2908,2990,3062,3127,3199,3247,3311,3386,3463,3525,3589,3652,3736,3815,3895,3975,4047"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2834,2903,2986,3092,3167,3229,3310,3372,3429,3516,3574,3632,3691,3748,3802,3897,3953,4010,4064,4130,4234,4309,4386,4477,4542,4607,4686,4753,4819,4883,4953,5030,5098,5169,5236,5306,5386,5463,5543,5625,5697,5762,5834,5882,5946,6021,6098,6160,6224,6287,6371,6450,6530,6812",
+ "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,88",
+ "endColumns": "12,68,82,105,74,61,80,61,56,86,57,57,58,56,53,94,55,56,53,65,103,74,76,90,64,64,78,66,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,71",
+ "endOffsets": "249,2898,2981,3087,3162,3224,3305,3367,3424,3511,3569,3627,3686,3743,3797,3892,3948,4005,4059,4125,4229,4304,4381,4472,4537,4602,4681,4748,4814,4878,4948,5025,5093,5164,5231,5301,5381,5458,5538,5620,5692,5757,5829,5877,5941,6016,6093,6155,6219,6282,6366,6445,6525,6605,6879"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ky.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ky.json
new file mode 100644
index 0000000..c7d4fa2
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ky.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ky\\values-ky.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-ky\\values-ky.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,165",
+ "endColumns": "109,117",
+ "endOffsets": "160,278"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7239,7349",
+ "endColumns": "109,117",
+ "endOffsets": "7344,7462"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-ky\\values-ky.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7631",
+ "endColumns": "100",
+ "endOffsets": "7727"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,220,305,406,547,631,695,789,859,920,1007,1071,1130,1204,1266,1320,1437,1495,1556,1610,1684,1806,1890,1986,2088,2166,2244,2333,2400,2466,2535,2612,2699,2771,2847,2929,3002,3087,3166,3256,3348,3422,3507,3597,3649,3714,3797,3882,3944,4008,4071,4188,4282,4382,4477",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,84,100,140,83,63,93,69,60,86,63,58,73,61,53,116,57,60,53,73,121,83,95,101,77,77,88,66,65,68,76,86,71,75,81,72,84,78,89,91,73,84,89,51,64,82,84,61,63,62,116,93,99,94,81",
+ "endOffsets": "215,300,401,542,626,690,784,854,915,1002,1066,1125,1199,1261,1315,1432,1490,1551,1605,1679,1801,1885,1981,2083,2161,2239,2328,2395,2461,2530,2607,2694,2766,2842,2924,2997,3082,3161,3251,3343,3417,3502,3592,3644,3709,3792,3877,3939,4003,4066,4183,4277,4377,4472,4554"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2982,3067,3168,3309,3393,3457,3551,3621,3682,3769,3833,3892,3966,4028,4082,4199,4257,4318,4372,4446,4568,4652,4748,4850,4928,5006,5095,5162,5228,5297,5374,5461,5533,5609,5691,5764,5849,5928,6018,6110,6184,6269,6359,6411,6476,6559,6644,6706,6770,6833,6950,7044,7144,7467",
+ "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,88",
+ "endColumns": "12,84,100,140,83,63,93,69,60,86,63,58,73,61,53,116,57,60,53,73,121,83,95,101,77,77,88,66,65,68,76,86,71,75,81,72,84,78,89,91,73,84,89,51,64,82,84,61,63,62,116,93,99,94,81",
+ "endOffsets": "265,3062,3163,3304,3388,3452,3546,3616,3677,3764,3828,3887,3961,4023,4077,4194,4252,4313,4367,4441,4563,4647,4743,4845,4923,5001,5090,5157,5223,5292,5369,5456,5528,5604,5686,5759,5844,5923,6013,6105,6179,6264,6354,6406,6471,6554,6639,6701,6765,6828,6945,7039,7139,7234,7544"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "270,381,490,602,687,792,909,988,1066,1157,1250,1345,1439,1539,1632,1727,1822,1913,2004,2085,2191,2296,2394,2501,2604,2719,2880,7549",
+ "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": "376,485,597,682,787,904,983,1061,1152,1245,1340,1434,1534,1627,1722,1817,1908,1999,2080,2186,2291,2389,2496,2599,2714,2875,2977,7626"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-land.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-land.json
new file mode 100644
index 0000000..1bd454a
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-land.json
@@ -0,0 +1,55 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-land\\values-land.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\values-land\\dimens.xml",
+ "from": {
+ "startLines": "1,2",
+ "startColumns": "4,4",
+ "startOffsets": "16,74",
+ "endColumns": "57,55",
+ "endOffsets": "69,125"
+ },
+ "to": {
+ "startLines": "5,6",
+ "startColumns": "4,4",
+ "startOffsets": "264,322",
+ "endColumns": "57,55",
+ "endOffsets": "317,373"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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,32,37",
+ "startColumns": "4,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,2061,2330",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,25,31,36,39",
+ "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,2056,2325,2553"
+ },
+ "to": {
+ "startLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,31,37,42",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "378,453,527,600,670,742,812,877,944,1014,1086,1155,1224,1306,1396,1472,1540,1607,1685,1750,1817,1989,2384,2653",
+ "endLines": "7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,30,36,41,44",
+ "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": "448,522,595,665,737,807,872,939,1009,1081,1150,1219,1301,1391,1467,1535,1602,1680,1745,1812,1984,2379,2648,2876"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-large-v4.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-large-v4.json
new file mode 100644
index 0000000..38b6915
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-large-v4.json
@@ -0,0 +1,38 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-large-v4\\values-large-v4.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldltr-v21.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldltr-v21.json
new file mode 100644
index 0000000..0063a9f
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldltr-v21.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ldltr-v21\\values-ldltr-v21.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldrtl-v17.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldrtl-v17.json
new file mode 100644
index 0000000..0348afd
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldrtl-v17.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ldrtl-v17\\values-ldrtl-v17.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lo.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lo.json
new file mode 100644
index 0000000..8880d3e
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lo.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-lo\\values-lo.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "274,377,480,593,678,782,893,971,1048,1139,1232,1324,1418,1518,1611,1706,1802,1893,1984,2065,2172,2276,2374,2477,2581,2685,2842,7402",
+ "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": "372,475,588,673,777,888,966,1043,1134,1227,1319,1413,1513,1606,1701,1797,1888,1979,2060,2167,2271,2369,2472,2576,2680,2837,2936,7479"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-lo\\values-lo.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7484",
+ "endColumns": "100",
+ "endOffsets": "7580"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-lo\\values-lo.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,164",
+ "endColumns": "108,109",
+ "endOffsets": "159,269"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7104,7213",
+ "endColumns": "108,109",
+ "endOffsets": "7208,7318"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,224,305,420,539,622,688,777,846,905,1000,1065,1123,1188,1249,1309,1415,1476,1536,1594,1665,1784,1870,1952,2065,2140,2216,2306,2373,2439,2508,2582,2661,2734,2811,2880,2950,3035,3110,3203,3296,3370,3439,3533,3585,3652,3736,3820,3882,3946,4009,4108,4200,4295,4387",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,80,114,118,82,65,88,68,58,94,64,57,64,60,59,105,60,59,57,70,118,85,81,112,74,75,89,66,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,78",
+ "endOffsets": "219,300,415,534,617,683,772,841,900,995,1060,1118,1183,1244,1304,1410,1471,1531,1589,1660,1779,1865,1947,2060,2135,2211,2301,2368,2434,2503,2577,2656,2729,2806,2875,2945,3030,3105,3198,3291,3365,3434,3528,3580,3647,3731,3815,3877,3941,4004,4103,4195,4290,4382,4461"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2941,3022,3137,3256,3339,3405,3494,3563,3622,3717,3782,3840,3905,3966,4026,4132,4193,4253,4311,4382,4501,4587,4669,4782,4857,4933,5023,5090,5156,5225,5299,5378,5451,5528,5597,5667,5752,5827,5920,6013,6087,6156,6250,6302,6369,6453,6537,6599,6663,6726,6825,6917,7012,7323",
+ "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,88",
+ "endColumns": "12,80,114,118,82,65,88,68,58,94,64,57,64,60,59,105,60,59,57,70,118,85,81,112,74,75,89,66,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,78",
+ "endOffsets": "269,3017,3132,3251,3334,3400,3489,3558,3617,3712,3777,3835,3900,3961,4021,4127,4188,4248,4306,4377,4496,4582,4664,4777,4852,4928,5018,5085,5151,5220,5294,5373,5446,5523,5592,5662,5747,5822,5915,6008,6082,6151,6245,6297,6364,6448,6532,6594,6658,6721,6820,6912,7007,7099,7397"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lt.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lt.json
new file mode 100644
index 0000000..0c30265
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lt.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-lt\\values-lt.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,330,413,509,627,711,777,876,954,1019,1129,1201,1260,1334,1395,1449,1573,1634,1696,1750,1828,1962,2050,2134,2245,2324,2408,2505,2572,2638,2713,2792,2880,2956,3034,3107,3184,3271,3352,3442,3534,3606,3687,3779,3834,3900,3985,4072,4134,4198,4261,4372,4487,4588,4702",
+ "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",
+ "endColumns": "12,82,95,117,83,65,98,77,64,109,71,58,73,60,53,123,60,61,53,77,133,87,83,110,78,83,96,66,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,81",
+ "endOffsets": "325,408,504,622,706,772,871,949,1014,1124,1196,1255,1329,1390,1444,1568,1629,1691,1745,1823,1957,2045,2129,2240,2319,2403,2500,2567,2633,2708,2787,2875,2951,3029,3102,3179,3266,3347,3437,3529,3601,3682,3774,3829,3895,3980,4067,4129,4193,4256,4367,4482,4583,4697,4779"
+ },
+ "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,90",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3149,3232,3328,3446,3530,3596,3695,3773,3838,3948,4020,4079,4153,4214,4268,4392,4453,4515,4569,4647,4781,4869,4953,5064,5143,5227,5324,5391,5457,5532,5611,5699,5775,5853,5926,6003,6090,6171,6261,6353,6425,6506,6598,6653,6719,6804,6891,6953,7017,7080,7191,7306,7407,7750",
+ "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,90",
+ "endColumns": "12,82,95,117,83,65,98,77,64,109,71,58,73,60,53,123,60,61,53,77,133,87,83,110,78,83,96,66,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,81",
+ "endOffsets": "375,3227,3323,3441,3525,3591,3690,3768,3833,3943,4015,4074,4148,4209,4263,4387,4448,4510,4564,4642,4776,4864,4948,5059,5138,5222,5319,5386,5452,5527,5606,5694,5770,5848,5921,5998,6085,6166,6256,6348,6420,6501,6593,6648,6714,6799,6886,6948,7012,7075,7186,7301,7402,7516,7827"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,91",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "380,496,600,713,800,902,1024,1107,1187,1281,1377,1474,1570,1673,1769,1867,1963,2057,2151,2234,2343,2451,2551,2661,2766,2872,3048,7832",
+ "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": "491,595,708,795,897,1019,1102,1182,1276,1372,1469,1565,1668,1764,1862,1958,2052,2146,2229,2338,2446,2546,2656,2761,2867,3043,3144,7911"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-lt\\values-lt.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,165",
+ "endColumns": "109,118",
+ "endOffsets": "160,279"
+ },
+ "to": {
+ "startLines": "88,89",
+ "startColumns": "4,4",
+ "startOffsets": "7521,7631",
+ "endColumns": "109,118",
+ "endOffsets": "7626,7745"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-lt\\values-lt.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "92",
+ "startColumns": "4",
+ "startOffsets": "7916",
+ "endColumns": "100",
+ "endOffsets": "8012"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lv.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lv.json
new file mode 100644
index 0000000..d4ed025
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lv.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-lv\\values-lv.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,279,360,461,595,678,743,837,910,971,1096,1164,1225,1297,1357,1411,1531,1591,1653,1707,1784,1914,2001,2083,2194,2274,2359,2450,2517,2583,2657,2738,2822,2895,2972,3049,3123,3216,3291,3381,3472,3544,3622,3713,3767,3835,3919,4006,4068,4132,4195,4305,4418,4521,4633",
+ "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",
+ "endColumns": "12,80,100,133,82,64,93,72,60,124,67,60,71,59,53,119,59,61,53,76,129,86,81,110,79,84,90,66,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,76",
+ "endOffsets": "274,355,456,590,673,738,832,905,966,1091,1159,1220,1292,1352,1406,1526,1586,1648,1702,1779,1909,1996,2078,2189,2269,2354,2445,2512,2578,2652,2733,2817,2890,2967,3044,3118,3211,3286,3376,3467,3539,3617,3708,3762,3830,3914,4001,4063,4127,4190,4300,4413,4516,4628,4705"
+ },
+ "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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3213,3294,3395,3529,3612,3677,3771,3844,3905,4030,4098,4159,4231,4291,4345,4465,4525,4587,4641,4718,4848,4935,5017,5128,5208,5293,5384,5451,5517,5591,5672,5756,5829,5906,5983,6057,6150,6225,6315,6406,6478,6556,6647,6701,6769,6853,6940,7002,7066,7129,7239,7352,7455,7804",
+ "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,89",
+ "endColumns": "12,80,100,133,82,64,93,72,60,124,67,60,71,59,53,119,59,61,53,76,129,86,81,110,79,84,90,66,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,76",
+ "endOffsets": "324,3289,3390,3524,3607,3672,3766,3839,3900,4025,4093,4154,4226,4286,4340,4460,4520,4582,4636,4713,4843,4930,5012,5123,5203,5288,5379,5446,5512,5586,5667,5751,5824,5901,5978,6052,6145,6220,6310,6401,6473,6551,6642,6696,6764,6848,6935,6997,7061,7124,7234,7347,7450,7562,7876"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-lv\\values-lv.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,169",
+ "endColumns": "113,122",
+ "endOffsets": "164,287"
+ },
+ "to": {
+ "startLines": "87,88",
+ "startColumns": "4,4",
+ "startOffsets": "7567,7681",
+ "endColumns": "113,122",
+ "endOffsets": "7676,7799"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-lv\\values-lv.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "91",
+ "startColumns": "4",
+ "startOffsets": "7964",
+ "endColumns": "100",
+ "endOffsets": "8060"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,90",
+ "startColumns": "4,4,4,4,4,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,449,559,668,754,858,980,1062,1142,1252,1360,1466,1575,1686,1789,1901,2008,2113,2213,2298,2407,2518,2617,2728,2835,2940,3114,7881",
+ "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": "444,554,663,749,853,975,1057,1137,1247,1355,1461,1570,1681,1784,1896,2003,2108,2208,2293,2402,2513,2612,2723,2830,2935,3109,3208,7959"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mk.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mk.json
new file mode 100644
index 0000000..15b004d
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mk.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-mk\\values-mk.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-mk\\values-mk.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,160",
+ "endColumns": "104,127",
+ "endOffsets": "155,283"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7294,7399",
+ "endColumns": "104,127",
+ "endOffsets": "7394,7522"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-mk\\values-mk.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7697",
+ "endColumns": "100",
+ "endOffsets": "7793"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "276,384,488,596,682,790,909,993,1074,1165,1258,1354,1448,1548,1641,1736,1832,1923,2014,2101,2207,2313,2414,2521,2633,2737,2893,7612",
+ "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": "379,483,591,677,785,904,988,1069,1160,1253,1349,1443,1543,1636,1731,1827,1918,2009,2096,2202,2308,2409,2516,2628,2732,2888,2986,7692"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,226,308,404,528,615,681,772,842,906,1009,1074,1134,1202,1265,1320,1448,1505,1567,1622,1697,1837,1924,2007,2110,2192,2277,2364,2431,2497,2570,2646,2735,2808,2884,2959,3029,3117,3192,3284,3376,3450,3524,3616,3669,3736,3819,3906,3968,4032,4095,4209,4316,4418,4529",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,81,95,123,86,65,90,69,63,102,64,59,67,62,54,127,56,61,54,74,139,86,82,102,81,84,86,66,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,84",
+ "endOffsets": "221,303,399,523,610,676,767,837,901,1004,1069,1129,1197,1260,1315,1443,1500,1562,1617,1692,1832,1919,2002,2105,2187,2272,2359,2426,2492,2565,2641,2730,2803,2879,2954,3024,3112,3187,3279,3371,3445,3519,3611,3664,3731,3814,3901,3963,4027,4090,4204,4311,4413,4524,4609"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2991,3073,3169,3293,3380,3446,3537,3607,3671,3774,3839,3899,3967,4030,4085,4213,4270,4332,4387,4462,4602,4689,4772,4875,4957,5042,5129,5196,5262,5335,5411,5500,5573,5649,5724,5794,5882,5957,6049,6141,6215,6289,6381,6434,6501,6584,6671,6733,6797,6860,6974,7081,7183,7527",
+ "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,88",
+ "endColumns": "12,81,95,123,86,65,90,69,63,102,64,59,67,62,54,127,56,61,54,74,139,86,82,102,81,84,86,66,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,84",
+ "endOffsets": "271,3068,3164,3288,3375,3441,3532,3602,3666,3769,3834,3894,3962,4025,4080,4208,4265,4327,4382,4457,4597,4684,4767,4870,4952,5037,5124,5191,5257,5330,5406,5495,5568,5644,5719,5789,5877,5952,6044,6136,6210,6284,6376,6429,6496,6579,6666,6728,6792,6855,6969,7076,7178,7289,7607"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ml.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ml.json
new file mode 100644
index 0000000..4812830
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ml.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ml\\values-ml.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-ml\\values-ml.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7871",
+ "endColumns": "100",
+ "endOffsets": "7967"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-ml\\values-ml.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,180",
+ "endColumns": "124,118",
+ "endOffsets": "175,294"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7460,7585",
+ "endColumns": "124,118",
+ "endOffsets": "7580,7699"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "276,383,489,600,691,796,918,996,1071,1162,1255,1356,1450,1550,1644,1739,1838,1929,2020,2102,2211,2315,2414,2526,2638,2759,2924,7788",
+ "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": "378,484,595,686,791,913,991,1066,1157,1250,1351,1445,1545,1639,1734,1833,1924,2015,2097,2206,2310,2409,2521,2633,2754,2919,3020,7866"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,226,313,407,517,609,674,773,839,899,1001,1077,1135,1213,1278,1332,1449,1513,1577,1631,1711,1845,1931,2020,2126,2211,2299,2394,2461,2527,2606,2688,2779,2855,2932,3009,3080,3187,3267,3364,3464,3538,3619,3724,3782,3849,3940,4032,4094,4158,4221,4324,4440,4545,4661",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,86,93,109,91,64,98,65,59,101,75,57,77,64,53,116,63,63,53,79,133,85,88,105,84,87,94,66,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,83",
+ "endOffsets": "221,308,402,512,604,669,768,834,894,996,1072,1130,1208,1273,1327,1444,1508,1572,1626,1706,1840,1926,2015,2121,2206,2294,2389,2456,2522,2601,2683,2774,2850,2927,3004,3075,3182,3262,3359,3459,3533,3614,3719,3777,3844,3935,4027,4089,4153,4216,4319,4435,4540,4656,4740"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3025,3112,3206,3316,3408,3473,3572,3638,3698,3800,3876,3934,4012,4077,4131,4248,4312,4376,4430,4510,4644,4730,4819,4925,5010,5098,5193,5260,5326,5405,5487,5578,5654,5731,5808,5879,5986,6066,6163,6263,6337,6418,6523,6581,6648,6739,6831,6893,6957,7020,7123,7239,7344,7704",
+ "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,88",
+ "endColumns": "12,86,93,109,91,64,98,65,59,101,75,57,77,64,53,116,63,63,53,79,133,85,88,105,84,87,94,66,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,83",
+ "endOffsets": "271,3107,3201,3311,3403,3468,3567,3633,3693,3795,3871,3929,4007,4072,4126,4243,4307,4371,4425,4505,4639,4725,4814,4920,5005,5093,5188,5255,5321,5400,5482,5573,5649,5726,5803,5874,5981,6061,6158,6258,6332,6413,6518,6576,6643,6734,6826,6888,6952,7015,7118,7234,7339,7455,7783"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mn.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mn.json
new file mode 100644
index 0000000..3cc68cb
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mn.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-mn\\values-mn.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-mn\\values-mn.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,161",
+ "endColumns": "105,120",
+ "endOffsets": "156,277"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7224,7330",
+ "endColumns": "105,120",
+ "endOffsets": "7325,7446"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-mn\\values-mn.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7616",
+ "endColumns": "100",
+ "endOffsets": "7712"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,220,299,397,516,601,666,764,845,904,997,1060,1118,1189,1251,1305,1426,1483,1544,1598,1669,1802,1886,1969,2072,2154,2232,2322,2389,2455,2526,2604,2690,2765,2843,2923,3006,3094,3173,3263,3356,3430,3500,3591,3645,3712,3796,3881,3943,4007,4070,4174,4280,4377,4482",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,78,97,118,84,64,97,80,58,92,62,57,70,61,53,120,56,60,53,70,132,83,82,102,81,77,89,66,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,83",
+ "endOffsets": "215,294,392,511,596,661,759,840,899,992,1055,1113,1184,1246,1300,1421,1478,1539,1593,1664,1797,1881,1964,2067,2149,2227,2317,2384,2450,2521,2599,2685,2760,2838,2918,3001,3089,3168,3258,3351,3425,3495,3586,3640,3707,3791,3876,3938,4002,4065,4169,4275,4372,4477,4561"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2962,3041,3139,3258,3343,3408,3506,3587,3646,3739,3802,3860,3931,3993,4047,4168,4225,4286,4340,4411,4544,4628,4711,4814,4896,4974,5064,5131,5197,5268,5346,5432,5507,5585,5665,5748,5836,5915,6005,6098,6172,6242,6333,6387,6454,6538,6623,6685,6749,6812,6916,7022,7119,7451",
+ "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,88",
+ "endColumns": "12,78,97,118,84,64,97,80,58,92,62,57,70,61,53,120,56,60,53,70,132,83,82,102,81,77,89,66,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,83",
+ "endOffsets": "265,3036,3134,3253,3338,3403,3501,3582,3641,3734,3797,3855,3926,3988,4042,4163,4220,4281,4335,4406,4539,4623,4706,4809,4891,4969,5059,5126,5192,5263,5341,5427,5502,5580,5660,5743,5831,5910,6000,6093,6167,6237,6328,6382,6449,6533,6618,6680,6744,6807,6911,7017,7114,7219,7530"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "270,384,484,593,679,785,899,982,1063,1154,1247,1342,1438,1535,1628,1722,1814,1905,1995,2075,2182,2285,2382,2489,2591,2704,2863,7535",
+ "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": "379,479,588,674,780,894,977,1058,1149,1242,1337,1433,1530,1623,1717,1809,1900,1990,2070,2177,2280,2377,2484,2586,2699,2858,2957,7611"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mr.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mr.json
new file mode 100644
index 0000000..ebe771c
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mr.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-mr\\values-mr.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-mr\\values-mr.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,167",
+ "endColumns": "111,116",
+ "endOffsets": "162,279"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7150,7262",
+ "endColumns": "111,116",
+ "endOffsets": "7257,7374"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-mr\\values-mr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7537",
+ "endColumns": "100",
+ "endOffsets": "7633"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,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,375,481,588,678,779,891,969,1046,1137,1230,1323,1420,1520,1613,1708,1802,1893,1984,2064,2171,2272,2369,2478,2580,2694,2851,7457",
+ "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": "370,476,583,673,774,886,964,1041,1132,1225,1318,1415,1515,1608,1703,1797,1888,1979,2059,2166,2267,2364,2473,2575,2689,2846,2949,7532"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,214,297,397,513,595,658,749,814,873,961,1023,1083,1150,1213,1267,1381,1438,1499,1553,1623,1742,1823,1908,2013,2090,2167,2253,2320,2386,2456,2534,2621,2691,2767,2838,2907,3003,3077,3175,3271,3345,3415,3517,3572,3639,3726,3819,3882,3946,4009,4109,4212,4306,4410",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,82,99,115,81,62,90,64,58,87,61,59,66,62,53,113,56,60,53,69,118,80,84,104,76,76,85,66,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,77",
+ "endOffsets": "209,292,392,508,590,653,744,809,868,956,1018,1078,1145,1208,1262,1376,1433,1494,1548,1618,1737,1818,1903,2008,2085,2162,2248,2315,2381,2451,2529,2616,2686,2762,2833,2902,2998,3072,3170,3266,3340,3410,3512,3567,3634,3721,3814,3877,3941,4004,4104,4207,4301,4405,4483"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2954,3037,3137,3253,3335,3398,3489,3554,3613,3701,3763,3823,3890,3953,4007,4121,4178,4239,4293,4363,4482,4563,4648,4753,4830,4907,4993,5060,5126,5196,5274,5361,5431,5507,5578,5647,5743,5817,5915,6011,6085,6155,6257,6312,6379,6466,6559,6622,6686,6749,6849,6952,7046,7379",
+ "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,88",
+ "endColumns": "12,82,99,115,81,62,90,64,58,87,61,59,66,62,53,113,56,60,53,69,118,80,84,104,76,76,85,66,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,77",
+ "endOffsets": "259,3032,3132,3248,3330,3393,3484,3549,3608,3696,3758,3818,3885,3948,4002,4116,4173,4234,4288,4358,4477,4558,4643,4748,4825,4902,4988,5055,5121,5191,5269,5356,5426,5502,5573,5642,5738,5812,5910,6006,6080,6150,6252,6307,6374,6461,6554,6617,6681,6744,6844,6947,7041,7145,7452"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ms.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ms.json
new file mode 100644
index 0000000..e4feea7
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ms.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ms\\values-ms.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-ms\\values-ms.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7593",
+ "endColumns": "100",
+ "endOffsets": "7689"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,234,321,424,540,623,688,781,846,905,992,1054,1114,1180,1242,1296,1404,1461,1522,1577,1648,1768,1859,1945,2063,2149,2235,2323,2390,2456,2527,2605,2688,2761,2837,2910,2981,3073,3146,3236,3329,3403,3474,3565,3617,3685,3769,3854,3916,3980,4043,4147,4253,4349,4457",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,86,102,115,82,64,92,64,58,86,61,59,65,61,53,107,56,60,54,70,119,90,85,117,85,85,87,66,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,85",
+ "endOffsets": "229,316,419,535,618,683,776,841,900,987,1049,1109,1175,1237,1291,1399,1456,1517,1572,1643,1763,1854,1940,2058,2144,2230,2318,2385,2451,2522,2600,2683,2756,2832,2905,2976,3068,3141,3231,3324,3398,3469,3560,3612,3680,3764,3849,3911,3975,4038,4142,4248,4344,4452,4538"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2979,3066,3169,3285,3368,3433,3526,3591,3650,3737,3799,3859,3925,3987,4041,4149,4206,4267,4322,4393,4513,4604,4690,4808,4894,4980,5068,5135,5201,5272,5350,5433,5506,5582,5655,5726,5818,5891,5981,6074,6148,6219,6310,6362,6430,6514,6599,6661,6725,6788,6892,6998,7094,7426",
+ "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,88",
+ "endColumns": "12,86,102,115,82,64,92,64,58,86,61,59,65,61,53,107,56,60,54,70,119,90,85,117,85,85,87,66,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,85",
+ "endOffsets": "279,3061,3164,3280,3363,3428,3521,3586,3645,3732,3794,3854,3920,3982,4036,4144,4201,4262,4317,4388,4508,4599,4685,4803,4889,4975,5063,5130,5196,5267,5345,5428,5501,5577,5650,5721,5813,5886,5976,6069,6143,6214,6305,6357,6425,6509,6594,6656,6720,6783,6887,6993,7089,7197,7507"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "284,395,500,608,695,799,910,989,1067,1158,1251,1346,1440,1538,1631,1726,1820,1911,2002,2082,2194,2302,2399,2508,2612,2719,2878,7512",
+ "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": "390,495,603,690,794,905,984,1062,1153,1246,1341,1435,1533,1626,1721,1815,1906,1997,2077,2189,2297,2394,2503,2607,2714,2873,2974,7588"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-ms\\values-ms.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,166",
+ "endColumns": "110,112",
+ "endOffsets": "161,274"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7202,7313",
+ "endColumns": "110,112",
+ "endOffsets": "7308,7421"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-my.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-my.json
new file mode 100644
index 0000000..a74c67f
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-my.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-my\\values-my.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "290,403,510,626,713,822,945,1024,1102,1193,1286,1381,1475,1575,1668,1763,1857,1948,2039,2124,2239,2348,2447,2573,2680,2788,2948,7661",
+ "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": "398,505,621,708,817,940,1019,1097,1188,1281,1376,1470,1570,1663,1758,1852,1943,2034,2119,2234,2343,2442,2568,2675,2783,2943,3046,7742"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-my\\values-my.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,168",
+ "endColumns": "112,125",
+ "endOffsets": "163,289"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7340,7453",
+ "endColumns": "112,125",
+ "endOffsets": "7448,7574"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-my\\values-my.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7747",
+ "endColumns": "100",
+ "endOffsets": "7843"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,240,316,422,551,636,701,791,866,925,1016,1081,1140,1211,1273,1330,1449,1507,1568,1623,1696,1828,1919,2008,2119,2197,2274,2366,2433,2499,2571,2653,2735,2810,2884,2956,3035,3132,3213,3299,3391,3465,3544,3630,3684,3752,3835,3916,3978,4042,4105,4217,4320,4424,4529",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,75,105,128,84,64,89,74,58,90,64,58,70,61,56,118,57,60,54,72,131,90,88,110,77,76,91,66,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,81",
+ "endOffsets": "235,311,417,546,631,696,786,861,920,1011,1076,1135,1206,1268,1325,1444,1502,1563,1618,1691,1823,1914,2003,2114,2192,2269,2361,2428,2494,2566,2648,2730,2805,2879,2951,3030,3127,3208,3294,3386,3460,3539,3625,3679,3747,3830,3911,3973,4037,4100,4212,4315,4419,4524,4606"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3051,3127,3233,3362,3447,3512,3602,3677,3736,3827,3892,3951,4022,4084,4141,4260,4318,4379,4434,4507,4639,4730,4819,4930,5008,5085,5177,5244,5310,5382,5464,5546,5621,5695,5767,5846,5943,6024,6110,6202,6276,6355,6441,6495,6563,6646,6727,6789,6853,6916,7028,7131,7235,7579",
+ "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,88",
+ "endColumns": "12,75,105,128,84,64,89,74,58,90,64,58,70,61,56,118,57,60,54,72,131,90,88,110,77,76,91,66,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,81",
+ "endOffsets": "285,3122,3228,3357,3442,3507,3597,3672,3731,3822,3887,3946,4017,4079,4136,4255,4313,4374,4429,4502,4634,4725,4814,4925,5003,5080,5172,5239,5305,5377,5459,5541,5616,5690,5762,5841,5938,6019,6105,6197,6271,6350,6436,6490,6558,6641,6722,6784,6848,6911,7023,7126,7230,7335,7656"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nb.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nb.json
new file mode 100644
index 0000000..a1f6cea
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nb.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-nb\\values-nb.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-nb\\values-nb.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,161",
+ "endColumns": "105,113",
+ "endOffsets": "156,270"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7045,7151",
+ "endColumns": "105,113",
+ "endOffsets": "7146,7260"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,216,303,402,521,603,667,759,827,887,974,1036,1100,1168,1233,1287,1396,1454,1516,1570,1645,1765,1847,1927,2031,2109,2189,2277,2344,2410,2478,2552,2642,2713,2791,2861,2931,3020,3098,3186,3276,3348,3420,3504,3555,3621,3702,3785,3847,3911,3974,4074,4172,4265,4363",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,86,98,118,81,63,91,67,59,86,61,63,67,64,53,108,57,61,53,74,119,81,79,103,77,79,87,66,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,77",
+ "endOffsets": "211,298,397,516,598,662,754,822,882,969,1031,1095,1163,1228,1282,1391,1449,1511,1565,1640,1760,1842,1922,2026,2104,2184,2272,2339,2405,2473,2547,2637,2708,2786,2856,2926,3015,3093,3181,3271,3343,3415,3499,3550,3616,3697,3780,3842,3906,3969,4069,4167,4260,4358,4436"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2898,2985,3084,3203,3285,3349,3441,3509,3569,3656,3718,3782,3850,3915,3969,4078,4136,4198,4252,4327,4447,4529,4609,4713,4791,4871,4959,5026,5092,5160,5234,5324,5395,5473,5543,5613,5702,5780,5868,5958,6030,6102,6186,6237,6303,6384,6467,6529,6593,6656,6756,6854,6947,7265",
+ "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,88",
+ "endColumns": "12,86,98,118,81,63,91,67,59,86,61,63,67,64,53,108,57,61,53,74,119,81,79,103,77,79,87,66,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,77",
+ "endOffsets": "261,2980,3079,3198,3280,3344,3436,3504,3564,3651,3713,3777,3845,3910,3964,4073,4131,4193,4247,4322,4442,4524,4604,4708,4786,4866,4954,5021,5087,5155,5229,5319,5390,5468,5538,5608,5697,5775,5863,5953,6025,6097,6181,6232,6298,6379,6462,6524,6588,6651,6751,6849,6942,7040,7338"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "266,369,464,578,664,764,877,954,1029,1120,1213,1307,1401,1501,1594,1689,1787,1878,1969,2047,2150,2248,2344,2448,2547,2648,2801,7343",
+ "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": "364,459,573,659,759,872,949,1024,1115,1208,1302,1396,1496,1589,1684,1782,1873,1964,2042,2145,2243,2339,2443,2542,2643,2796,2893,7418"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-nb\\values-nb.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7423",
+ "endColumns": "100",
+ "endOffsets": "7519"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ne.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ne.json
new file mode 100644
index 0000000..9b064cd
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ne.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ne\\values-ne.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-ne\\values-ne.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,172",
+ "endColumns": "116,119",
+ "endOffsets": "167,287"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7350,7467",
+ "endColumns": "116,119",
+ "endOffsets": "7462,7582"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "267,376,487,595,686,793,913,997,1076,1167,1260,1355,1449,1549,1642,1737,1831,1922,2013,2099,2212,2313,2409,2522,2632,2749,2916,7671",
+ "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": "371,482,590,681,788,908,992,1071,1162,1255,1350,1444,1544,1637,1732,1826,1917,2008,2094,2207,2308,2404,2517,2627,2744,2911,3022,7746"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,217,299,401,511,598,664,760,826,887,992,1064,1122,1196,1258,1312,1425,1485,1546,1605,1683,1807,1888,1973,2079,2160,2243,2326,2393,2459,2536,2615,2703,2772,2848,2929,2997,3088,3166,3259,3356,3430,3509,3607,3667,3733,3821,3909,3971,4039,4102,4207,4325,4420,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",
+ "endColumns": "12,81,101,109,86,65,95,65,60,104,71,57,73,61,53,112,59,60,58,77,123,80,84,105,80,82,82,66,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,83",
+ "endOffsets": "212,294,396,506,593,659,755,821,882,987,1059,1117,1191,1253,1307,1420,1480,1541,1600,1678,1802,1883,1968,2074,2155,2238,2321,2388,2454,2531,2610,2698,2767,2843,2924,2992,3083,3161,3254,3351,3425,3504,3602,3662,3728,3816,3904,3966,4034,4097,4202,4320,4415,4535,4619"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3027,3109,3211,3321,3408,3474,3570,3636,3697,3802,3874,3932,4006,4068,4122,4235,4295,4356,4415,4493,4617,4698,4783,4889,4970,5053,5136,5203,5269,5346,5425,5513,5582,5658,5739,5807,5898,5976,6069,6166,6240,6319,6417,6477,6543,6631,6719,6781,6849,6912,7017,7135,7230,7587",
+ "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,88",
+ "endColumns": "12,81,101,109,86,65,95,65,60,104,71,57,73,61,53,112,59,60,58,77,123,80,84,105,80,82,82,66,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,83",
+ "endOffsets": "262,3104,3206,3316,3403,3469,3565,3631,3692,3797,3869,3927,4001,4063,4117,4230,4290,4351,4410,4488,4612,4693,4778,4884,4965,5048,5131,5198,5264,5341,5420,5508,5577,5653,5734,5802,5893,5971,6064,6161,6235,6314,6412,6472,6538,6626,6714,6776,6844,6907,7012,7130,7225,7345,7666"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-ne\\values-ne.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7751",
+ "endColumns": "100",
+ "endOffsets": "7847"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-night-v8.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-night-v8.json
new file mode 100644
index 0000000..f175a23
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-night-v8.json
@@ -0,0 +1,62 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-night-v8\\values-night-v8.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,46",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "100,170,254,338,434,536,638,4108",
+ "endColumns": "69,83,83,95,101,101,93,88",
+ "endOffsets": "165,249,333,429,531,633,727,4192"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\values-night\\themes.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "100",
+ "endLines": "14",
+ "endColumns": "12",
+ "endOffsets": "819"
+ },
+ "to": {
+ "startLines": "9",
+ "startColumns": "4",
+ "startOffsets": "732",
+ "endLines": "21",
+ "endColumns": "12",
+ "endOffsets": "1449"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,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,847,935,1059,1161,1263,1379,1481,1595,1723,1839,1961,2097,2217,2351,2471,2583,2709,2826,2950,3080,3202,3340,3474,3590",
+ "endColumns": "74,110,88,100,106,106,98,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,842,930,1054,1156,1258,1374,1476,1590,1718,1834,1956,2092,2212,2346,2466,2578,2704,2821,2945,3075,3197,3335,3469,3585,3705"
+ },
+ "to": {
+ "startLines": "22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "1454,1529,1640,1729,1830,1937,2044,2143,2246,2334,2458,2560,2662,2778,2880,2994,3122,3238,3360,3496,3616,3750,3870,3982,4197,4314,4438,4568,4690,4828,4962,5078",
+ "endColumns": "74,110,88,100,106,106,98,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": "1524,1635,1724,1825,1932,2039,2138,2241,2329,2453,2555,2657,2773,2875,2989,3117,3233,3355,3491,3611,3745,3865,3977,4103,4309,4433,4563,4685,4823,4957,5073,5193"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nl.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nl.json
new file mode 100644
index 0000000..ff3703f
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nl.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-nl\\values-nl.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "274,392,497,604,689,793,913,991,1067,1159,1253,1348,1442,1542,1636,1732,1827,1919,2011,2093,2204,2307,2406,2521,2635,2738,2893,7580",
+ "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": "387,492,599,684,788,908,986,1062,1154,1248,1343,1437,1537,1631,1727,1822,1914,2006,2088,2199,2302,2401,2516,2630,2733,2888,2991,7658"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-nl\\values-nl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7663",
+ "endColumns": "100",
+ "endOffsets": "7759"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,224,301,398,520,601,665,758,837,900,993,1059,1117,1190,1254,1310,1432,1489,1551,1607,1683,1817,1902,1988,2096,2177,2256,2346,2413,2479,2557,2640,2728,2803,2882,2955,3026,3120,3198,3287,3377,3451,3532,3619,3672,3739,3820,3904,3966,4030,4093,4201,4302,4404,4507",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,76,96,121,80,63,92,78,62,92,65,57,72,63,55,121,56,61,55,75,133,84,85,107,80,78,89,66,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,80",
+ "endOffsets": "219,296,393,515,596,660,753,832,895,988,1054,1112,1185,1249,1305,1427,1484,1546,1602,1678,1812,1897,1983,2091,2172,2251,2341,2408,2474,2552,2635,2723,2798,2877,2950,3021,3115,3193,3282,3372,3446,3527,3614,3667,3734,3815,3899,3961,4025,4088,4196,4297,4399,4502,4583"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2996,3073,3170,3292,3373,3437,3530,3609,3672,3765,3831,3889,3962,4026,4082,4204,4261,4323,4379,4455,4589,4674,4760,4868,4949,5028,5118,5185,5251,5329,5412,5500,5575,5654,5727,5798,5892,5970,6059,6149,6223,6304,6391,6444,6511,6592,6676,6738,6802,6865,6973,7074,7176,7499",
+ "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,88",
+ "endColumns": "12,76,96,121,80,63,92,78,62,92,65,57,72,63,55,121,56,61,55,75,133,84,85,107,80,78,89,66,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,80",
+ "endOffsets": "269,3068,3165,3287,3368,3432,3525,3604,3667,3760,3826,3884,3957,4021,4077,4199,4256,4318,4374,4450,4584,4669,4755,4863,4944,5023,5113,5180,5246,5324,5407,5495,5570,5649,5722,5793,5887,5965,6054,6144,6218,6299,6386,6439,6506,6587,6671,6733,6797,6860,6968,7069,7171,7274,7575"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-nl\\values-nl.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,166",
+ "endColumns": "110,108",
+ "endOffsets": "161,270"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7279,7390",
+ "endColumns": "110,108",
+ "endOffsets": "7385,7494"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-or.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-or.json
new file mode 100644
index 0000000..de71759
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-or.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-or\\values-or.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-or\\values-or.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,172",
+ "endColumns": "116,120",
+ "endOffsets": "167,288"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7173,7290",
+ "endColumns": "116,120",
+ "endOffsets": "7285,7406"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "277,396,506,613,699,803,923,1002,1083,1174,1267,1370,1465,1565,1658,1753,1849,1940,2030,2119,2229,2333,2439,2550,2654,2772,2935,7495",
+ "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": "391,501,608,694,798,918,997,1078,1169,1262,1365,1460,1560,1653,1748,1844,1935,2025,2114,2224,2328,2434,2545,2649,2767,2930,3036,7580"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,227,304,398,503,582,647,736,801,860,946,1010,1073,1146,1210,1264,1376,1434,1496,1550,1622,1744,1831,1917,2027,2104,2185,2276,2343,2409,2479,2556,2643,2714,2791,2860,2929,3020,3092,3181,3270,3344,3416,3502,3552,3618,3698,3782,3844,3908,3971,4071,4168,4260,4359",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,76,93,104,78,64,88,64,58,85,63,62,72,63,53,111,57,61,53,71,121,86,85,109,76,80,90,66,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,83",
+ "endOffsets": "222,299,393,498,577,642,731,796,855,941,1005,1068,1141,1205,1259,1371,1429,1491,1545,1617,1739,1826,1912,2022,2099,2180,2271,2338,2404,2474,2551,2638,2709,2786,2855,2924,3015,3087,3176,3265,3339,3411,3497,3547,3613,3693,3777,3839,3903,3966,4066,4163,4255,4354,4438"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3041,3118,3212,3317,3396,3461,3550,3615,3674,3760,3824,3887,3960,4024,4078,4190,4248,4310,4364,4436,4558,4645,4731,4841,4918,4999,5090,5157,5223,5293,5370,5457,5528,5605,5674,5743,5834,5906,5995,6084,6158,6230,6316,6366,6432,6512,6596,6658,6722,6785,6885,6982,7074,7411",
+ "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,88",
+ "endColumns": "12,76,93,104,78,64,88,64,58,85,63,62,72,63,53,111,57,61,53,71,121,86,85,109,76,80,90,66,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,83",
+ "endOffsets": "272,3113,3207,3312,3391,3456,3545,3610,3669,3755,3819,3882,3955,4019,4073,4185,4243,4305,4359,4431,4553,4640,4726,4836,4913,4994,5085,5152,5218,5288,5365,5452,5523,5600,5669,5738,5829,5901,5990,6079,6153,6225,6311,6361,6427,6507,6591,6653,6717,6780,6880,6977,7069,7168,7490"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-or\\values-or.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7585",
+ "endColumns": "100",
+ "endOffsets": "7681"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pa.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pa.json
new file mode 100644
index 0000000..3323bc9
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pa.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-pa\\values-pa.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,218,299,407,519,602,666,758,827,886,971,1033,1091,1155,1216,1270,1384,1442,1502,1556,1626,1753,1834,1913,2018,2094,2171,2255,2322,2388,2457,2534,2620,2688,2764,2834,2899,2994,3067,3161,3254,3328,3397,3491,3547,3614,3698,3786,3848,3912,3975,4072,4167,4258,4354",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,80,107,111,82,63,91,68,58,84,61,57,63,60,53,113,57,59,53,69,126,80,78,104,75,76,83,66,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,76",
+ "endOffsets": "213,294,402,514,597,661,753,822,881,966,1028,1086,1150,1211,1265,1379,1437,1497,1551,1621,1748,1829,1908,2013,2089,2166,2250,2317,2383,2452,2529,2615,2683,2759,2829,2894,2989,3062,3156,3249,3323,3392,3486,3542,3609,3693,3781,3843,3907,3970,4067,4162,4253,4349,4426"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2930,3011,3119,3231,3314,3378,3470,3539,3598,3683,3745,3803,3867,3928,3982,4096,4154,4214,4268,4338,4465,4546,4625,4730,4806,4883,4967,5034,5100,5169,5246,5332,5400,5476,5546,5611,5706,5779,5873,5966,6040,6109,6203,6259,6326,6410,6498,6560,6624,6687,6784,6879,6970,7299",
+ "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,88",
+ "endColumns": "12,80,107,111,82,63,91,68,58,84,61,57,63,60,53,113,57,59,53,69,126,80,78,104,75,76,83,66,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,76",
+ "endOffsets": "263,3006,3114,3226,3309,3373,3465,3534,3593,3678,3740,3798,3862,3923,3977,4091,4149,4209,4263,4333,4460,4541,4620,4725,4801,4878,4962,5029,5095,5164,5241,5327,5395,5471,5541,5606,5701,5774,5868,5961,6035,6104,6198,6254,6321,6405,6493,6555,6619,6682,6779,6874,6965,7061,7371"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "268,371,468,573,659,759,872,950,1027,1118,1211,1305,1399,1499,1592,1687,1781,1872,1963,2042,2152,2255,2351,2462,2564,2674,2833,7376",
+ "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": "366,463,568,654,754,867,945,1022,1113,1206,1300,1394,1494,1587,1682,1776,1867,1958,2037,2147,2250,2346,2457,2559,2669,2828,2925,7451"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-pa\\values-pa.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,170",
+ "endColumns": "114,117",
+ "endOffsets": "165,283"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7066,7181",
+ "endColumns": "114,117",
+ "endOffsets": "7176,7294"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-pa\\values-pa.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7456",
+ "endColumns": "100",
+ "endOffsets": "7552"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pl.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pl.json
new file mode 100644
index 0000000..228f386
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pl.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-pl\\values-pl.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,341,420,505,622,704,768,849,913,974,1085,1153,1207,1276,1338,1392,1503,1564,1626,1680,1752,1881,1970,2052,2171,2253,2336,2423,2490,2556,2627,2703,2792,2869,2947,3025,3101,3191,3264,3359,3456,3528,3602,3702,3754,3820,3908,3998,4060,4124,4187,4294,4383,4482,4570",
+ "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",
+ "endColumns": "12,78,84,116,81,63,80,63,60,110,67,53,68,61,53,110,60,61,53,71,128,88,81,118,81,82,86,66,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,75",
+ "endOffsets": "336,415,500,617,699,763,844,908,969,1080,1148,1202,1271,1333,1387,1498,1559,1621,1675,1747,1876,1965,2047,2166,2248,2331,2418,2485,2551,2622,2698,2787,2864,2942,3020,3096,3186,3259,3354,3451,3523,3597,3697,3749,3815,3903,3993,4055,4119,4182,4289,4378,4477,4565,4641"
+ },
+ "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,90",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3103,3182,3267,3384,3466,3530,3611,3675,3736,3847,3915,3969,4038,4100,4154,4265,4326,4388,4442,4514,4643,4732,4814,4933,5015,5098,5185,5252,5318,5389,5465,5554,5631,5709,5787,5863,5953,6026,6121,6218,6290,6364,6464,6516,6582,6670,6760,6822,6886,6949,7056,7145,7244,7557",
+ "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,90",
+ "endColumns": "12,78,84,116,81,63,80,63,60,110,67,53,68,61,53,110,60,61,53,71,128,88,81,118,81,82,86,66,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,75",
+ "endOffsets": "386,3177,3262,3379,3461,3525,3606,3670,3731,3842,3910,3964,4033,4095,4149,4260,4321,4383,4437,4509,4638,4727,4809,4928,5010,5093,5180,5247,5313,5384,5460,5549,5626,5704,5782,5858,5948,6021,6116,6213,6285,6359,6459,6511,6577,6665,6755,6817,6881,6944,7051,7140,7239,7327,7628"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,91",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "391,506,608,716,802,909,1028,1107,1183,1274,1367,1462,1556,1657,1750,1845,1940,2031,2122,2204,2313,2413,2512,2621,2733,2844,3007,7633",
+ "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": "501,603,711,797,904,1023,1102,1178,1269,1362,1457,1551,1652,1745,1840,1935,2026,2117,2199,2308,2408,2507,2616,2728,2839,3002,3098,7711"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-pl\\values-pl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "92",
+ "startColumns": "4",
+ "startOffsets": "7716",
+ "endColumns": "100",
+ "endOffsets": "7812"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-pl\\values-pl.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,163",
+ "endColumns": "107,116",
+ "endOffsets": "158,275"
+ },
+ "to": {
+ "startLines": "88,89",
+ "startColumns": "4,4",
+ "startOffsets": "7332,7440",
+ "endColumns": "107,116",
+ "endOffsets": "7435,7552"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-port.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-port.json
new file mode 100644
index 0000000..1b4c6d4
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-port.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-port\\values-port.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rBR.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rBR.json
new file mode 100644
index 0000000..d65db0c
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rBR.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-pt-rBR\\values-pt-rBR.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,228,312,413,533,614,678,770,849,909,999,1070,1133,1208,1272,1326,1453,1511,1573,1627,1706,1847,1934,2016,2125,2208,2292,2379,2446,2512,2586,2666,2753,2826,2903,2972,3046,3134,3211,3304,3400,3474,3554,3651,3703,3769,3856,3944,4006,4070,4133,4245,4354,4461,4571",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,83,100,119,80,63,91,78,59,89,70,62,74,63,53,126,57,61,53,78,140,86,81,108,82,83,86,66,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,76",
+ "endOffsets": "223,307,408,528,609,673,765,844,904,994,1065,1128,1203,1267,1321,1448,1506,1568,1622,1701,1842,1929,2011,2120,2203,2287,2374,2441,2507,2581,2661,2748,2821,2898,2967,3041,3129,3206,3299,3395,3469,3549,3646,3698,3764,3851,3939,4001,4065,4128,4240,4349,4456,4566,4643"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3016,3100,3201,3321,3402,3466,3558,3637,3697,3787,3858,3921,3996,4060,4114,4241,4299,4361,4415,4494,4635,4722,4804,4913,4996,5080,5167,5234,5300,5374,5454,5541,5614,5691,5760,5834,5922,5999,6092,6188,6262,6342,6439,6491,6557,6644,6732,6794,6858,6921,7033,7142,7249,7591",
+ "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,88",
+ "endColumns": "12,83,100,119,80,63,91,78,59,89,70,62,74,63,53,126,57,61,53,78,140,86,81,108,82,83,86,66,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,76",
+ "endOffsets": "273,3095,3196,3316,3397,3461,3553,3632,3692,3782,3853,3916,3991,4055,4109,4236,4294,4356,4410,4489,4630,4717,4799,4908,4991,5075,5162,5229,5295,5369,5449,5536,5609,5686,5755,5829,5917,5994,6087,6183,6257,6337,6434,6486,6552,6639,6727,6789,6853,6916,7028,7137,7244,7354,7663"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "278,398,504,611,700,801,920,1005,1085,1176,1269,1364,1458,1558,1651,1746,1841,1932,2023,2108,2215,2326,2428,2536,2644,2754,2916,7668",
+ "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": "393,499,606,695,796,915,1000,1080,1171,1264,1359,1453,1553,1646,1741,1836,1927,2018,2103,2210,2321,2423,2531,2639,2749,2911,3011,7749"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-pt-rBR\\values-pt-rBR.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7754",
+ "endColumns": "100",
+ "endOffsets": "7850"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-pt-rBR\\values-pt-rBR.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,167",
+ "endColumns": "111,119",
+ "endOffsets": "162,282"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7359,7471",
+ "endColumns": "111,119",
+ "endOffsets": "7466,7586"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rPT.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rPT.json
new file mode 100644
index 0000000..eb824d9
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rPT.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-pt-rPT\\values-pt-rPT.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "278,386,492,599,688,789,907,992,1072,1164,1258,1355,1449,1548,1642,1738,1833,1925,2017,2102,2209,2320,2422,2530,2638,2745,2910,7674",
+ "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": "381,487,594,683,784,902,987,1067,1159,1253,1350,1444,1543,1637,1733,1828,1920,2012,2097,2204,2315,2417,2525,2633,2740,2905,3004,7755"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-pt-rPT\\values-pt-rPT.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,167",
+ "endColumns": "111,119",
+ "endOffsets": "162,282"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7356,7468",
+ "endColumns": "111,119",
+ "endOffsets": "7463,7583"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7760",
+ "endColumns": "100",
+ "endOffsets": "7856"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,228,310,413,533,614,678,770,849,914,1004,1072,1134,1207,1271,1325,1451,1509,1571,1625,1701,1844,1931,2013,2122,2204,2286,2373,2440,2506,2581,2661,2748,2821,2898,2971,3045,3138,3215,3308,3406,3480,3561,3660,3713,3779,3868,3956,4018,4082,4145,4261,4364,4471,4575",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,81,102,119,80,63,91,78,64,89,67,61,72,63,53,125,57,61,53,75,142,86,81,108,81,81,86,66,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,85",
+ "endOffsets": "223,305,408,528,609,673,765,844,909,999,1067,1129,1202,1266,1320,1446,1504,1566,1620,1696,1839,1926,2008,2117,2199,2281,2368,2435,2501,2576,2656,2743,2816,2893,2966,3040,3133,3210,3303,3401,3475,3556,3655,3708,3774,3863,3951,4013,4077,4140,4256,4359,4466,4570,4656"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3009,3091,3194,3314,3395,3459,3551,3630,3695,3785,3853,3915,3988,4052,4106,4232,4290,4352,4406,4482,4625,4712,4794,4903,4985,5067,5154,5221,5287,5362,5442,5529,5602,5679,5752,5826,5919,5996,6089,6187,6261,6342,6441,6494,6560,6649,6737,6799,6863,6926,7042,7145,7252,7588",
+ "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,88",
+ "endColumns": "12,81,102,119,80,63,91,78,64,89,67,61,72,63,53,125,57,61,53,75,142,86,81,108,81,81,86,66,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,85",
+ "endOffsets": "273,3086,3189,3309,3390,3454,3546,3625,3690,3780,3848,3910,3983,4047,4101,4227,4285,4347,4401,4477,4620,4707,4789,4898,4980,5062,5149,5216,5282,5357,5437,5524,5597,5674,5747,5821,5914,5991,6084,6182,6256,6337,6436,6489,6555,6644,6732,6794,6858,6921,7037,7140,7247,7351,7669"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt.json
new file mode 100644
index 0000000..cabd0b4
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt.json
@@ -0,0 +1,60 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-pt\\values-pt.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,31",
+ "startColumns": "4,4,4,4,4,4,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,3075",
+ "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,3156"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-pt\\values-pt.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,167",
+ "endColumns": "111,119",
+ "endOffsets": "162,282"
+ },
+ "to": {
+ "startLines": "29,30",
+ "startColumns": "4,4",
+ "startOffsets": "2843,2955",
+ "endColumns": "111,119",
+ "endOffsets": "2950,3070"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-pt\\values-pt.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "32",
+ "startColumns": "4",
+ "startOffsets": "3161",
+ "endColumns": "100",
+ "endOffsets": "3257"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ro.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ro.json
new file mode 100644
index 0000000..b626db6
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ro.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ro\\values-ro.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-ro\\values-ro.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "91",
+ "startColumns": "4",
+ "startOffsets": "7810",
+ "endColumns": "100",
+ "endOffsets": "7906"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,276,363,464,585,669,735,830,904,964,1048,1114,1172,1245,1308,1364,1483,1540,1601,1657,1731,1876,1962,2046,2149,2231,2314,2404,2471,2537,2610,2688,2776,2847,2924,2998,3070,3161,3235,3330,3428,3502,3582,3683,3736,3802,3891,3981,4043,4107,4170,4282,4395,4505,4617",
+ "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",
+ "endColumns": "12,86,100,120,83,65,94,73,59,83,65,57,72,62,55,118,56,60,55,73,144,85,83,102,81,82,89,66,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,78",
+ "endOffsets": "271,358,459,580,664,730,825,899,959,1043,1109,1167,1240,1303,1359,1478,1535,1596,1652,1726,1871,1957,2041,2144,2226,2309,2399,2466,2532,2605,2683,2771,2842,2919,2993,3065,3156,3230,3325,3423,3497,3577,3678,3731,3797,3886,3976,4038,4102,4165,4277,4390,4500,4612,4691"
+ },
+ "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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3072,3159,3260,3381,3465,3531,3626,3700,3760,3844,3910,3968,4041,4104,4160,4279,4336,4397,4453,4527,4672,4758,4842,4945,5027,5110,5200,5267,5333,5406,5484,5572,5643,5720,5794,5866,5957,6031,6126,6224,6298,6378,6479,6532,6598,6687,6777,6839,6903,6966,7078,7191,7301,7647",
+ "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,89",
+ "endColumns": "12,86,100,120,83,65,94,73,59,83,65,57,72,62,55,118,56,60,55,73,144,85,83,102,81,82,89,66,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,78",
+ "endOffsets": "321,3154,3255,3376,3460,3526,3621,3695,3755,3839,3905,3963,4036,4099,4155,4274,4331,4392,4448,4522,4667,4753,4837,4940,5022,5105,5195,5262,5328,5401,5479,5567,5638,5715,5789,5861,5952,6026,6121,6219,6293,6373,6474,6527,6593,6682,6772,6834,6898,6961,7073,7186,7296,7408,7721"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-ro\\values-ro.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,165",
+ "endColumns": "109,123",
+ "endOffsets": "160,284"
+ },
+ "to": {
+ "startLines": "87,88",
+ "startColumns": "4,4",
+ "startOffsets": "7413,7523",
+ "endColumns": "109,123",
+ "endOffsets": "7518,7642"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,90",
+ "startColumns": "4,4,4,4,4,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,447,551,664,748,852,973,1058,1138,1229,1322,1417,1511,1611,1704,1799,1893,1984,2076,2159,2271,2379,2479,2593,2699,2805,2969,7726",
+ "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": "442,546,659,743,847,968,1053,1133,1224,1317,1412,1506,1606,1699,1794,1888,1979,2071,2154,2266,2374,2474,2588,2694,2800,2964,3067,7805"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ru.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ru.json
new file mode 100644
index 0000000..7604044
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ru.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ru\\values-ru.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-ru\\values-ru.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,163",
+ "endColumns": "107,118",
+ "endOffsets": "158,277"
+ },
+ "to": {
+ "startLines": "88,89",
+ "startColumns": "4,4",
+ "startOffsets": "7435,7543",
+ "endColumns": "107,118",
+ "endOffsets": "7538,7657"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,336,420,517,654,746,812,911,988,1051,1169,1234,1291,1361,1422,1476,1592,1649,1711,1765,1839,1967,2055,2141,2248,2332,2417,2508,2575,2641,2713,2791,2887,2967,3043,3120,3197,3286,3359,3449,3544,3618,3699,3792,3847,3913,3999,4084,4146,4210,4273,4371,4471,4566,4668",
+ "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",
+ "endColumns": "12,83,96,136,91,65,98,76,62,117,64,56,69,60,53,115,56,61,53,73,127,87,85,106,83,84,90,66,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,79",
+ "endOffsets": "331,415,512,649,741,807,906,983,1046,1164,1229,1286,1356,1417,1471,1587,1644,1706,1760,1834,1962,2050,2136,2243,2327,2412,2503,2570,2636,2708,2786,2882,2962,3038,3115,3192,3281,3354,3444,3539,3613,3694,3787,3842,3908,3994,4079,4141,4205,4268,4366,4466,4561,4663,4743"
+ },
+ "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,90",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3103,3187,3284,3421,3513,3579,3678,3755,3818,3936,4001,4058,4128,4189,4243,4359,4416,4478,4532,4606,4734,4822,4908,5015,5099,5184,5275,5342,5408,5480,5558,5654,5734,5810,5887,5964,6053,6126,6216,6311,6385,6466,6559,6614,6680,6766,6851,6913,6977,7040,7138,7238,7333,7662",
+ "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,90",
+ "endColumns": "12,83,96,136,91,65,98,76,62,117,64,56,69,60,53,115,56,61,53,73,127,87,85,106,83,84,90,66,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,79",
+ "endOffsets": "381,3182,3279,3416,3508,3574,3673,3750,3813,3931,3996,4053,4123,4184,4238,4354,4411,4473,4527,4601,4729,4817,4903,5010,5094,5179,5270,5337,5403,5475,5553,5649,5729,5805,5882,5959,6048,6121,6211,6306,6380,6461,6554,6609,6675,6761,6846,6908,6972,7035,7133,7233,7328,7430,7737"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-ru\\values-ru.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "92",
+ "startColumns": "4",
+ "startOffsets": "7824",
+ "endColumns": "100",
+ "endOffsets": "7920"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,91",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "386,501,603,702,788,893,1014,1093,1169,1261,1355,1450,1543,1638,1732,1828,1923,2015,2107,2196,2302,2409,2507,2616,2723,2837,3003,7742",
+ "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": "496,598,697,783,888,1009,1088,1164,1256,1350,1445,1538,1633,1727,1823,1918,2010,2102,2191,2297,2404,2502,2611,2718,2832,2998,3098,7819"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-si.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-si.json
new file mode 100644
index 0000000..c4af36c
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-si.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-si\\values-si.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,224,302,404,519,602,666,755,822,882,976,1039,1095,1165,1232,1287,1406,1463,1527,1581,1654,1776,1859,1944,2046,2124,2204,2290,2357,2423,2493,2566,2648,2720,2797,2869,2939,3032,3105,3195,3288,3362,3434,3525,3579,3645,3729,3814,3876,3940,4003,4108,4208,4303,4403",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,77,101,114,82,63,88,66,59,93,62,55,69,66,54,118,56,63,53,72,121,82,84,101,77,79,85,66,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,79",
+ "endOffsets": "219,297,399,514,597,661,750,817,877,971,1034,1090,1160,1227,1282,1401,1458,1522,1576,1649,1771,1854,1939,2041,2119,2199,2285,2352,2418,2488,2561,2643,2715,2792,2864,2934,3027,3100,3190,3283,3357,3429,3520,3574,3640,3724,3809,3871,3935,3998,4103,4203,4298,4398,4478"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2990,3068,3170,3285,3368,3432,3521,3588,3648,3742,3805,3861,3931,3998,4053,4172,4229,4293,4347,4420,4542,4625,4710,4812,4890,4970,5056,5123,5189,5259,5332,5414,5486,5563,5635,5705,5798,5871,5961,6054,6128,6200,6291,6345,6411,6495,6580,6642,6706,6769,6874,6974,7069,7397",
+ "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,88",
+ "endColumns": "12,77,101,114,82,63,88,66,59,93,62,55,69,66,54,118,56,63,53,72,121,82,84,101,77,79,85,66,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,79",
+ "endOffsets": "269,3063,3165,3280,3363,3427,3516,3583,3643,3737,3800,3856,3926,3993,4048,4167,4224,4288,4342,4415,4537,4620,4705,4807,4885,4965,5051,5118,5184,5254,5327,5409,5481,5558,5630,5700,5793,5866,5956,6049,6123,6195,6286,6340,6406,6490,6575,6637,6701,6764,6869,6969,7064,7164,7472"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-si\\values-si.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7559",
+ "endColumns": "100",
+ "endOffsets": "7655"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "274,390,497,604,687,792,908,998,1084,1175,1268,1362,1456,1556,1649,1744,1838,1929,2020,2104,2213,2317,2415,2525,2625,2732,2891,7477",
+ "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": "385,492,599,682,787,903,993,1079,1170,1263,1357,1451,1551,1644,1739,1833,1924,2015,2099,2208,2312,2410,2520,2620,2727,2886,2985,7554"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-si\\values-si.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,166",
+ "endColumns": "110,116",
+ "endOffsets": "161,278"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7169,7280",
+ "endColumns": "110,116",
+ "endOffsets": "7275,7392"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sk.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sk.json
new file mode 100644
index 0000000..3ad56a5
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sk.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sk\\values-sk.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,333,411,503,631,712,777,876,952,1017,1107,1173,1227,1296,1356,1410,1527,1587,1649,1703,1775,1905,1992,2084,2193,2262,2340,2428,2495,2561,2633,2710,2793,2865,2942,3015,3086,3174,3246,3338,3434,3508,3582,3678,3730,3797,3884,3971,4033,4097,4160,4266,4362,4460,4558",
+ "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",
+ "endColumns": "12,77,91,127,80,64,98,75,64,89,65,53,68,59,53,116,59,61,53,71,129,86,91,108,68,77,87,66,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,78",
+ "endOffsets": "328,406,498,626,707,772,871,947,1012,1102,1168,1222,1291,1351,1405,1522,1582,1644,1698,1770,1900,1987,2079,2188,2257,2335,2423,2490,2556,2628,2705,2788,2860,2937,3010,3081,3169,3241,3333,3429,3503,3577,3673,3725,3792,3879,3966,4028,4092,4155,4261,4357,4455,4553,4632"
+ },
+ "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,90",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3095,3173,3265,3393,3474,3539,3638,3714,3779,3869,3935,3989,4058,4118,4172,4289,4349,4411,4465,4537,4667,4754,4846,4955,5024,5102,5190,5257,5323,5395,5472,5555,5627,5704,5777,5848,5936,6008,6100,6196,6270,6344,6440,6492,6559,6646,6733,6795,6859,6922,7028,7124,7222,7553",
+ "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,90",
+ "endColumns": "12,77,91,127,80,64,98,75,64,89,65,53,68,59,53,116,59,61,53,71,129,86,91,108,68,77,87,66,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,78",
+ "endOffsets": "378,3168,3260,3388,3469,3534,3633,3709,3774,3864,3930,3984,4053,4113,4167,4284,4344,4406,4460,4532,4662,4749,4841,4950,5019,5097,5185,5252,5318,5390,5467,5550,5622,5699,5772,5843,5931,6003,6095,6191,6265,6339,6435,6487,6554,6641,6728,6790,6854,6917,7023,7119,7217,7315,7627"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-sk\\values-sk.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "92",
+ "startColumns": "4",
+ "startOffsets": "7715",
+ "endColumns": "100",
+ "endOffsets": "7811"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-sk\\values-sk.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,161",
+ "endColumns": "105,126",
+ "endOffsets": "156,283"
+ },
+ "to": {
+ "startLines": "88,89",
+ "startColumns": "4,4",
+ "startOffsets": "7320,7426",
+ "endColumns": "105,126",
+ "endOffsets": "7421,7548"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,91",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "383,490,591,702,788,896,1014,1093,1170,1261,1354,1452,1546,1646,1739,1834,1932,2023,2114,2198,2303,2411,2510,2616,2728,2831,2997,7632",
+ "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": "485,586,697,783,891,1009,1088,1165,1256,1349,1447,1541,1641,1734,1829,1927,2018,2109,2193,2298,2406,2505,2611,2723,2826,2992,3090,7710"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sl.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sl.json
new file mode 100644
index 0000000..3227aa0
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sl.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sl\\values-sl.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-sl\\values-sl.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,163",
+ "endColumns": "107,120",
+ "endOffsets": "158,279"
+ },
+ "to": {
+ "startLines": "88,89",
+ "startColumns": "4,4",
+ "startOffsets": "7383,7491",
+ "endColumns": "107,120",
+ "endOffsets": "7486,7607"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-sl\\values-sl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "92",
+ "startColumns": "4",
+ "startOffsets": "7773",
+ "endColumns": "100",
+ "endOffsets": "7869"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,91",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "372,484,586,694,781,884,1003,1084,1162,1254,1348,1443,1537,1632,1726,1822,1922,2014,2106,2190,2298,2406,2506,2619,2727,2832,3012,7689",
+ "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": "479,581,689,776,879,998,1079,1157,1249,1343,1438,1532,1627,1721,1817,1917,2009,2101,2185,2293,2401,2501,2614,2722,2827,3007,3107,7768"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,322,410,516,642,726,792,886,962,1025,1137,1202,1256,1326,1386,1442,1554,1611,1673,1729,1802,1936,2021,2106,2219,2303,2386,2475,2542,2608,2681,2758,2842,2916,2992,3067,3140,3228,3301,3391,3482,3554,3628,3719,3771,3838,3922,4009,4071,4135,4198,4301,4398,4496,4593",
+ "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",
+ "endColumns": "12,87,105,125,83,65,93,75,62,111,64,53,69,59,55,111,56,61,55,72,133,84,84,112,83,82,88,66,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,76",
+ "endOffsets": "317,405,511,637,721,787,881,957,1020,1132,1197,1251,1321,1381,1437,1549,1606,1668,1724,1797,1931,2016,2101,2214,2298,2381,2470,2537,2603,2676,2753,2837,2911,2987,3062,3135,3223,3296,3386,3477,3549,3623,3714,3766,3833,3917,4004,4066,4130,4193,4296,4393,4491,4588,4665"
+ },
+ "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,90",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3112,3200,3306,3432,3516,3582,3676,3752,3815,3927,3992,4046,4116,4176,4232,4344,4401,4463,4519,4592,4726,4811,4896,5009,5093,5176,5265,5332,5398,5471,5548,5632,5706,5782,5857,5930,6018,6091,6181,6272,6344,6418,6509,6561,6628,6712,6799,6861,6925,6988,7091,7188,7286,7612",
+ "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,90",
+ "endColumns": "12,87,105,125,83,65,93,75,62,111,64,53,69,59,55,111,56,61,55,72,133,84,84,112,83,82,88,66,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,76",
+ "endOffsets": "367,3195,3301,3427,3511,3577,3671,3747,3810,3922,3987,4041,4111,4171,4227,4339,4396,4458,4514,4587,4721,4806,4891,5004,5088,5171,5260,5327,5393,5466,5543,5627,5701,5777,5852,5925,6013,6086,6176,6267,6339,6413,6504,6556,6623,6707,6794,6856,6920,6983,7086,7183,7281,7378,7684"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-small-v4.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-small-v4.json
new file mode 100644
index 0000000..dea10e2
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-small-v4.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-small-v4\\values-small-v4.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sq.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sq.json
new file mode 100644
index 0000000..ed77ca3
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sq.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sq\\values-sq.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "272,386,486,598,684,790,913,995,1073,1164,1257,1352,1446,1547,1640,1735,1832,1923,2016,2097,2203,2307,2405,2511,2615,2717,2871,7598",
+ "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": "381,481,593,679,785,908,990,1068,1159,1252,1347,1441,1542,1635,1730,1827,1918,2011,2092,2198,2302,2400,2506,2610,2712,2866,2963,7675"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,222,308,409,535,618,683,783,853,912,1010,1074,1133,1205,1268,1322,1439,1496,1558,1612,1684,1819,1902,1980,2091,2175,2257,2347,2414,2480,2551,2630,2718,2794,2872,2944,3017,3106,3178,3272,3371,3445,3517,3618,3668,3734,3824,3913,3975,4039,4102,4218,4326,4435,4544",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,85,100,125,82,64,99,69,58,97,63,58,71,62,53,116,56,61,53,71,134,82,77,110,83,81,89,66,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,82",
+ "endOffsets": "217,303,404,530,613,678,778,848,907,1005,1069,1128,1200,1263,1317,1434,1491,1553,1607,1679,1814,1897,1975,2086,2170,2252,2342,2409,2475,2546,2625,2713,2789,2867,2939,3012,3101,3173,3267,3366,3440,3512,3613,3663,3729,3819,3908,3970,4034,4097,4213,4321,4430,4539,4622"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2968,3054,3155,3281,3364,3429,3529,3599,3658,3756,3820,3879,3951,4014,4068,4185,4242,4304,4358,4430,4565,4648,4726,4837,4921,5003,5093,5160,5226,5297,5376,5464,5540,5618,5690,5763,5852,5924,6018,6117,6191,6263,6364,6414,6480,6570,6659,6721,6785,6848,6964,7072,7181,7515",
+ "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,88",
+ "endColumns": "12,85,100,125,82,64,99,69,58,97,63,58,71,62,53,116,56,61,53,71,134,82,77,110,83,81,89,66,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,82",
+ "endOffsets": "267,3049,3150,3276,3359,3424,3524,3594,3653,3751,3815,3874,3946,4009,4063,4180,4237,4299,4353,4425,4560,4643,4721,4832,4916,4998,5088,5155,5221,5292,5371,5459,5535,5613,5685,5758,5847,5919,6013,6112,6186,6258,6359,6409,6475,6565,6654,6716,6780,6843,6959,7067,7176,7285,7593"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-sq\\values-sq.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,161",
+ "endColumns": "105,118",
+ "endOffsets": "156,275"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7290,7396",
+ "endColumns": "105,118",
+ "endOffsets": "7391,7510"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-sq\\values-sq.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7680",
+ "endColumns": "100",
+ "endOffsets": "7776"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sr.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sr.json
new file mode 100644
index 0000000..41f24c0
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sr.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sr\\values-sr.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,276,356,450,581,662,728,820,888,951,1054,1120,1176,1247,1307,1361,1473,1530,1591,1645,1721,1846,1932,2015,2123,2204,2287,2375,2442,2508,2582,2660,2749,2824,2900,2975,3046,3136,3209,3301,3397,3469,3545,3641,3694,3761,3848,3935,3997,4061,4124,4229,4333,4429,4536",
+ "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",
+ "endColumns": "12,79,93,130,80,65,91,67,62,102,65,55,70,59,53,111,56,60,53,75,124,85,82,107,80,82,87,66,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,79",
+ "endOffsets": "271,351,445,576,657,723,815,883,946,1049,1115,1171,1242,1302,1356,1468,1525,1586,1640,1716,1841,1927,2010,2118,2199,2282,2370,2437,2503,2577,2655,2744,2819,2895,2970,3041,3131,3204,3296,3392,3464,3540,3636,3689,3756,3843,3930,3992,4056,4119,4224,4328,4424,4531,4611"
+ },
+ "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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3054,3134,3228,3359,3440,3506,3598,3666,3729,3832,3898,3954,4025,4085,4139,4251,4308,4369,4423,4499,4624,4710,4793,4901,4982,5065,5153,5220,5286,5360,5438,5527,5602,5678,5753,5824,5914,5987,6079,6175,6247,6323,6419,6472,6539,6626,6713,6775,6839,6902,7007,7111,7207,7544",
+ "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,89",
+ "endColumns": "12,79,93,130,80,65,91,67,62,102,65,55,70,59,53,111,56,60,53,75,124,85,82,107,80,82,87,66,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,79",
+ "endOffsets": "321,3129,3223,3354,3435,3501,3593,3661,3724,3827,3893,3949,4020,4080,4134,4246,4303,4364,4418,4494,4619,4705,4788,4896,4977,5060,5148,5215,5281,5355,5433,5522,5597,5673,5748,5819,5909,5982,6074,6170,6242,6318,6414,6467,6534,6621,6708,6770,6834,6897,7002,7106,7202,7309,7619"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-sr\\values-sr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "91",
+ "startColumns": "4",
+ "startOffsets": "7711",
+ "endColumns": "100",
+ "endOffsets": "7807"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-sr\\values-sr.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,162",
+ "endColumns": "106,122",
+ "endOffsets": "157,280"
+ },
+ "to": {
+ "startLines": "87,88",
+ "startColumns": "4,4",
+ "startOffsets": "7314,7421",
+ "endColumns": "106,122",
+ "endOffsets": "7416,7539"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,90",
+ "startColumns": "4,4,4,4,4,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,433,534,640,726,830,952,1036,1117,1208,1301,1396,1490,1590,1683,1778,1883,1974,2065,2151,2256,2362,2465,2571,2680,2787,2957,7624",
+ "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": "428,529,635,721,825,947,1031,1112,1203,1296,1391,1485,1585,1678,1773,1878,1969,2060,2146,2251,2357,2460,2566,2675,2782,2952,3049,7706"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sv.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sv.json
new file mode 100644
index 0000000..18bfe1f
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sv.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sv\\values-sv.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-sv\\values-sv.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7508",
+ "endColumns": "100",
+ "endOffsets": "7604"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-sv\\values-sv.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,164",
+ "endColumns": "108,118",
+ "endOffsets": "159,278"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7122,7231",
+ "endColumns": "108,118",
+ "endOffsets": "7226,7345"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "271,374,477,588,672,774,887,964,1039,1132,1227,1322,1416,1518,1613,1710,1808,1904,1997,2077,2183,2282,2378,2483,2586,2688,2842,7428",
+ "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": "369,472,583,667,769,882,959,1034,1127,1222,1317,1411,1513,1608,1705,1803,1899,1992,2072,2178,2277,2373,2478,2581,2683,2837,2939,7503"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,221,302,400,522,601,664,756,820,880,972,1035,1097,1164,1228,1282,1387,1446,1507,1561,1630,1749,1832,1916,2022,2101,2185,2271,2338,2404,2473,2547,2636,2708,2785,2856,2930,3021,3100,3187,3275,3347,3421,3506,3557,3624,3705,3789,3851,3915,3978,4085,4192,4291,4399",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,80,97,121,78,62,91,63,59,91,62,61,66,63,53,104,58,60,53,68,118,82,83,105,78,83,85,66,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,77",
+ "endOffsets": "216,297,395,517,596,659,751,815,875,967,1030,1092,1159,1223,1277,1382,1441,1502,1556,1625,1744,1827,1911,2017,2096,2180,2266,2333,2399,2468,2542,2631,2703,2780,2851,2925,3016,3095,3182,3270,3342,3416,3501,3552,3619,3700,3784,3846,3910,3973,4080,4187,4286,4394,4472"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2944,3025,3123,3245,3324,3387,3479,3543,3603,3695,3758,3820,3887,3951,4005,4110,4169,4230,4284,4353,4472,4555,4639,4745,4824,4908,4994,5061,5127,5196,5270,5359,5431,5508,5579,5653,5744,5823,5910,5998,6070,6144,6229,6280,6347,6428,6512,6574,6638,6701,6808,6915,7014,7350",
+ "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,88",
+ "endColumns": "12,80,97,121,78,62,91,63,59,91,62,61,66,63,53,104,58,60,53,68,118,82,83,105,78,83,85,66,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,77",
+ "endOffsets": "266,3020,3118,3240,3319,3382,3474,3538,3598,3690,3753,3815,3882,3946,4000,4105,4164,4225,4279,4348,4467,4550,4634,4740,4819,4903,4989,5056,5122,5191,5265,5354,5426,5503,5574,5648,5739,5818,5905,5993,6065,6139,6224,6275,6342,6423,6507,6569,6633,6696,6803,6910,7009,7117,7423"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw.json
new file mode 100644
index 0000000..dcf7512
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sw\\values-sw.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-sw\\values-sw.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,160",
+ "endColumns": "104,117",
+ "endOffsets": "155,273"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7307,7412",
+ "endColumns": "104,117",
+ "endOffsets": "7407,7525"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,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,367,466,574,664,769,886,969,1051,1142,1235,1330,1424,1524,1617,1712,1806,1897,1988,2070,2171,2279,2378,2485,2597,2701,2863,7611",
+ "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": "362,461,569,659,764,881,964,1046,1137,1230,1325,1419,1519,1612,1707,1801,1892,1983,2065,2166,2274,2373,2480,2592,2696,2858,2955,7689"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-sw\\values-sw.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7694",
+ "endColumns": "100",
+ "endOffsets": "7790"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,214,287,386,515,598,666,758,831,894,980,1043,1108,1176,1239,1293,1425,1482,1544,1598,1672,1810,1891,1971,2073,2158,2245,2333,2400,2466,2538,2620,2710,2782,2857,2928,3001,3098,3172,3267,3364,3438,3523,3623,3676,3744,3832,3922,3984,4048,4111,4228,4338,4449,4561",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,72,98,128,82,67,91,72,62,85,62,64,67,62,53,131,56,61,53,73,137,80,79,101,84,86,87,66,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,80",
+ "endOffsets": "209,282,381,510,593,661,753,826,889,975,1038,1103,1171,1234,1288,1420,1477,1539,1593,1667,1805,1886,1966,2068,2153,2240,2328,2395,2461,2533,2615,2705,2777,2852,2923,2996,3093,3167,3262,3359,3433,3518,3618,3671,3739,3827,3917,3979,4043,4106,4223,4333,4444,4556,4637"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2960,3033,3132,3261,3344,3412,3504,3577,3640,3726,3789,3854,3922,3985,4039,4171,4228,4290,4344,4418,4556,4637,4717,4819,4904,4991,5079,5146,5212,5284,5366,5456,5528,5603,5674,5747,5844,5918,6013,6110,6184,6269,6369,6422,6490,6578,6668,6730,6794,6857,6974,7084,7195,7530",
+ "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,88",
+ "endColumns": "12,72,98,128,82,67,91,72,62,85,62,64,67,62,53,131,56,61,53,73,137,80,79,101,84,86,87,66,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,80",
+ "endOffsets": "259,3028,3127,3256,3339,3407,3499,3572,3635,3721,3784,3849,3917,3980,4034,4166,4223,4285,4339,4413,4551,4632,4712,4814,4899,4986,5074,5141,5207,5279,5361,5451,5523,5598,5669,5742,5839,5913,6008,6105,6179,6264,6364,6417,6485,6573,6663,6725,6789,6852,6969,7079,7190,7302,7606"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw1080dp-v13.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw1080dp-v13.json
new file mode 100644
index 0000000..c776b39
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw1080dp-v13.json
@@ -0,0 +1,43 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sw1080dp-v13\\values-sw1080dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw300dp-v13.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw300dp-v13.json
new file mode 100644
index 0000000..200b2c0
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw300dp-v13.json
@@ -0,0 +1,43 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sw300dp-v13\\values-sw300dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw330dp-v13.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw330dp-v13.json
new file mode 100644
index 0000000..49290bc
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw330dp-v13.json
@@ -0,0 +1,43 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sw330dp-v13\\values-sw330dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw360dp-v13.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw360dp-v13.json
new file mode 100644
index 0000000..701c268
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw360dp-v13.json
@@ -0,0 +1,43 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sw360dp-v13\\values-sw360dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw390dp-v13.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw390dp-v13.json
new file mode 100644
index 0000000..0a98c0b
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw390dp-v13.json
@@ -0,0 +1,43 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sw390dp-v13\\values-sw390dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw420dp-v13.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw420dp-v13.json
new file mode 100644
index 0000000..017c2d7
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw420dp-v13.json
@@ -0,0 +1,43 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sw420dp-v13\\values-sw420dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw450dp-v13.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw450dp-v13.json
new file mode 100644
index 0000000..8aa8e45
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw450dp-v13.json
@@ -0,0 +1,43 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sw450dp-v13\\values-sw450dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw480dp-v13.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw480dp-v13.json
new file mode 100644
index 0000000..24d883c
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw480dp-v13.json
@@ -0,0 +1,43 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sw480dp-v13\\values-sw480dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw510dp-v13.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw510dp-v13.json
new file mode 100644
index 0000000..56f11e4
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw510dp-v13.json
@@ -0,0 +1,43 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sw510dp-v13\\values-sw510dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw540dp-v13.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw540dp-v13.json
new file mode 100644
index 0000000..9695e85
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw540dp-v13.json
@@ -0,0 +1,43 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sw540dp-v13\\values-sw540dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw570dp-v13.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw570dp-v13.json
new file mode 100644
index 0000000..deaf165
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw570dp-v13.json
@@ -0,0 +1,43 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sw570dp-v13\\values-sw570dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw600dp-v13.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw600dp-v13.json
new file mode 100644
index 0000000..17d1094
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw600dp-v13.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sw600dp-v13\\values-sw600dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw630dp-v13.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw630dp-v13.json
new file mode 100644
index 0000000..e1c512e
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw630dp-v13.json
@@ -0,0 +1,43 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sw630dp-v13\\values-sw630dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw660dp-v13.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw660dp-v13.json
new file mode 100644
index 0000000..6293b46
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw660dp-v13.json
@@ -0,0 +1,43 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sw660dp-v13\\values-sw660dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw690dp-v13.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw690dp-v13.json
new file mode 100644
index 0000000..5d109e1
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw690dp-v13.json
@@ -0,0 +1,43 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sw690dp-v13\\values-sw690dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw720dp-v13.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw720dp-v13.json
new file mode 100644
index 0000000..8d2b7d1
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw720dp-v13.json
@@ -0,0 +1,43 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sw720dp-v13\\values-sw720dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw750dp-v13.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw750dp-v13.json
new file mode 100644
index 0000000..a160b70
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw750dp-v13.json
@@ -0,0 +1,43 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sw750dp-v13\\values-sw750dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw780dp-v13.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw780dp-v13.json
new file mode 100644
index 0000000..ac7e980
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw780dp-v13.json
@@ -0,0 +1,43 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sw780dp-v13\\values-sw780dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ta.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ta.json
new file mode 100644
index 0000000..f967095
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ta.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ta\\values-ta.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-ta\\values-ta.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,163",
+ "endColumns": "107,126",
+ "endOffsets": "158,285"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7441,7549",
+ "endColumns": "107,126",
+ "endOffsets": "7544,7671"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-ta\\values-ta.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7844",
+ "endColumns": "100",
+ "endOffsets": "7940"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,227,311,420,538,622,686,794,862,923,1031,1117,1175,1259,1326,1380,1503,1565,1628,1682,1770,1898,1984,2066,2168,2248,2329,2418,2485,2551,2636,2724,2816,2885,2962,3042,3110,3209,3292,3384,3478,3552,3638,3732,3782,3848,3933,4020,4083,4148,4211,4319,4422,4520,4625",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,83,108,117,83,63,107,67,60,107,85,57,83,66,53,122,61,62,53,87,127,85,81,101,79,80,88,66,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,85",
+ "endOffsets": "222,306,415,533,617,681,789,857,918,1026,1112,1170,1254,1321,1375,1498,1560,1623,1677,1765,1893,1979,2061,2163,2243,2324,2413,2480,2546,2631,2719,2811,2880,2957,3037,3105,3204,3287,3379,3473,3547,3633,3727,3777,3843,3928,4015,4078,4143,4206,4314,4417,4515,4620,4706"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3043,3127,3236,3354,3438,3502,3610,3678,3739,3847,3933,3991,4075,4142,4196,4319,4381,4444,4498,4586,4714,4800,4882,4984,5064,5145,5234,5301,5367,5452,5540,5632,5701,5778,5858,5926,6025,6108,6200,6294,6368,6454,6548,6598,6664,6749,6836,6899,6964,7027,7135,7238,7336,7676",
+ "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,88",
+ "endColumns": "12,83,108,117,83,63,107,67,60,107,85,57,83,66,53,122,61,62,53,87,127,85,81,101,79,80,88,66,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,85",
+ "endOffsets": "272,3122,3231,3349,3433,3497,3605,3673,3734,3842,3928,3986,4070,4137,4191,4314,4376,4439,4493,4581,4709,4795,4877,4979,5059,5140,5229,5296,5362,5447,5535,5627,5696,5773,5853,5921,6020,6103,6195,6289,6363,6449,6543,6593,6659,6744,6831,6894,6959,7022,7130,7233,7331,7436,7757"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "277,390,492,607,696,807,928,1007,1083,1181,1281,1376,1470,1577,1677,1779,1873,1971,2069,2150,2258,2361,2460,2576,2679,2784,2941,7762",
+ "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": "385,487,602,691,802,923,1002,1078,1176,1276,1371,1465,1572,1672,1774,1868,1966,2064,2145,2253,2356,2455,2571,2674,2779,2936,3038,7839"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-te.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-te.json
new file mode 100644
index 0000000..ffd4f72
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-te.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-te\\values-te.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-te\\values-te.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,168",
+ "endColumns": "112,122",
+ "endOffsets": "163,286"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7389,7502",
+ "endColumns": "112,122",
+ "endOffsets": "7497,7620"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-te\\values-te.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7791",
+ "endColumns": "100",
+ "endOffsets": "7887"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "281,398,510,623,713,818,937,1015,1091,1182,1275,1370,1464,1564,1657,1752,1847,1938,2029,2118,2232,2336,2435,2550,2655,2770,2932,7708",
+ "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": "393,505,618,708,813,932,1010,1086,1177,1270,1365,1459,1559,1652,1747,1842,1933,2024,2113,2227,2331,2430,2545,2650,2765,2927,3030,7786"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,231,317,421,537,626,692,786,853,915,1008,1076,1139,1213,1278,1332,1453,1510,1572,1626,1705,1833,1921,2013,2128,2208,2290,2378,2445,2511,2586,2664,2754,2827,2903,2984,3053,3158,3235,3326,3419,3493,3570,3662,3717,3783,3867,3953,4016,4081,4145,4255,4367,4466,4585",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,85,103,115,88,65,93,66,61,92,67,62,73,64,53,120,56,61,53,78,127,87,91,114,79,81,87,66,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,82",
+ "endOffsets": "226,312,416,532,621,687,781,848,910,1003,1071,1134,1208,1273,1327,1448,1505,1567,1621,1700,1828,1916,2008,2123,2203,2285,2373,2440,2506,2581,2659,2749,2822,2898,2979,3048,3153,3230,3321,3414,3488,3565,3657,3712,3778,3862,3948,4011,4076,4140,4250,4362,4461,4580,4663"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3035,3121,3225,3341,3430,3496,3590,3657,3719,3812,3880,3943,4017,4082,4136,4257,4314,4376,4430,4509,4637,4725,4817,4932,5012,5094,5182,5249,5315,5390,5468,5558,5631,5707,5788,5857,5962,6039,6130,6223,6297,6374,6466,6521,6587,6671,6757,6820,6885,6949,7059,7171,7270,7625",
+ "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,88",
+ "endColumns": "12,85,103,115,88,65,93,66,61,92,67,62,73,64,53,120,56,61,53,78,127,87,91,114,79,81,87,66,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,82",
+ "endOffsets": "276,3116,3220,3336,3425,3491,3585,3652,3714,3807,3875,3938,4012,4077,4131,4252,4309,4371,4425,4504,4632,4720,4812,4927,5007,5089,5177,5244,5310,5385,5463,5553,5626,5702,5783,5852,5957,6034,6125,6218,6292,6369,6461,6516,6582,6666,6752,6815,6880,6944,7054,7166,7265,7384,7703"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-th.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-th.json
new file mode 100644
index 0000000..257a433
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-th.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-th\\values-th.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "290,395,488,596,681,783,893,971,1048,1139,1232,1323,1417,1517,1610,1705,1799,1890,1981,2062,2165,2263,2361,2464,2570,2671,2824,7377",
+ "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": "390,483,591,676,778,888,966,1043,1134,1227,1318,1412,1512,1605,1700,1794,1885,1976,2057,2160,2258,2356,2459,2565,2666,2819,2914,7454"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-th\\values-th.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,159",
+ "endColumns": "103,113",
+ "endOffsets": "154,268"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7082,7186",
+ "endColumns": "103,113",
+ "endOffsets": "7181,7295"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-th\\values-th.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7459",
+ "endColumns": "100",
+ "endOffsets": "7555"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,240,323,422,535,615,685,775,845,905,992,1057,1118,1182,1243,1297,1398,1459,1519,1573,1643,1754,1841,1922,2035,2114,2196,2288,2355,2421,2491,2569,2655,2727,2805,2874,2943,3025,3113,3206,3300,3374,3443,3538,3590,3658,3743,3831,3893,3957,4020,4120,4213,4310,4403",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,82,98,112,79,69,89,69,59,86,64,60,63,60,53,100,60,59,53,69,110,86,80,112,78,81,91,66,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,76",
+ "endOffsets": "235,318,417,530,610,680,770,840,900,987,1052,1113,1177,1238,1292,1393,1454,1514,1568,1638,1749,1836,1917,2030,2109,2191,2283,2350,2416,2486,2564,2650,2722,2800,2869,2938,3020,3108,3201,3295,3369,3438,3533,3585,3653,3738,3826,3888,3952,4015,4115,4208,4305,4398,4475"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2919,3002,3101,3214,3294,3364,3454,3524,3584,3671,3736,3797,3861,3922,3976,4077,4138,4198,4252,4322,4433,4520,4601,4714,4793,4875,4967,5034,5100,5170,5248,5334,5406,5484,5553,5622,5704,5792,5885,5979,6053,6122,6217,6269,6337,6422,6510,6572,6636,6699,6799,6892,6989,7300",
+ "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,88",
+ "endColumns": "12,82,98,112,79,69,89,69,59,86,64,60,63,60,53,100,60,59,53,69,110,86,80,112,78,81,91,66,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,76",
+ "endOffsets": "285,2997,3096,3209,3289,3359,3449,3519,3579,3666,3731,3792,3856,3917,3971,4072,4133,4193,4247,4317,4428,4515,4596,4709,4788,4870,4962,5029,5095,5165,5243,5329,5401,5479,5548,5617,5699,5787,5880,5974,6048,6117,6212,6264,6332,6417,6505,6567,6631,6694,6794,6887,6984,7077,7372"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tl.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tl.json
new file mode 100644
index 0000000..b3dab6b
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tl.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-tl\\values-tl.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "285,396,504,617,705,811,926,1006,1083,1174,1267,1362,1456,1556,1649,1744,1838,1929,2020,2104,2213,2323,2424,2534,2652,2760,2923,7762",
+ "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": "391,499,612,700,806,921,1001,1078,1169,1262,1357,1451,1551,1644,1739,1833,1924,2015,2099,2208,2318,2419,2529,2647,2755,2918,3020,7842"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-tl\\values-tl.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,169",
+ "endColumns": "113,122",
+ "endOffsets": "164,287"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7440,7554",
+ "endColumns": "113,122",
+ "endOffsets": "7549,7672"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,235,321,426,562,647,712,811,879,938,1027,1094,1157,1232,1300,1354,1474,1532,1594,1648,1723,1865,1955,2040,2155,2239,2322,2418,2485,2551,2625,2703,2794,2868,2947,3020,3092,3196,3269,3368,3468,3542,3617,3724,3776,3843,3934,4028,4090,4154,4217,4336,4438,4547,4650",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,85,104,135,84,64,98,67,58,88,66,62,74,67,53,119,57,61,53,74,141,89,84,114,83,82,95,66,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,84",
+ "endOffsets": "230,316,421,557,642,707,806,874,933,1022,1089,1152,1227,1295,1349,1469,1527,1589,1643,1718,1860,1950,2035,2150,2234,2317,2413,2480,2546,2620,2698,2789,2863,2942,3015,3087,3191,3264,3363,3463,3537,3612,3719,3771,3838,3929,4023,4085,4149,4212,4331,4433,4542,4645,4730"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3025,3111,3216,3352,3437,3502,3601,3669,3728,3817,3884,3947,4022,4090,4144,4264,4322,4384,4438,4513,4655,4745,4830,4945,5029,5112,5208,5275,5341,5415,5493,5584,5658,5737,5810,5882,5986,6059,6158,6258,6332,6407,6514,6566,6633,6724,6818,6880,6944,7007,7126,7228,7337,7677",
+ "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,88",
+ "endColumns": "12,85,104,135,84,64,98,67,58,88,66,62,74,67,53,119,57,61,53,74,141,89,84,114,83,82,95,66,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,84",
+ "endOffsets": "280,3106,3211,3347,3432,3497,3596,3664,3723,3812,3879,3942,4017,4085,4139,4259,4317,4379,4433,4508,4650,4740,4825,4940,5024,5107,5203,5270,5336,5410,5488,5579,5653,5732,5805,5877,5981,6054,6153,6253,6327,6402,6509,6561,6628,6719,6813,6875,6939,7002,7121,7223,7332,7435,7757"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-tl\\values-tl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7847",
+ "endColumns": "100",
+ "endOffsets": "7943"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tr.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tr.json
new file mode 100644
index 0000000..6330689
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tr.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-tr\\values-tr.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-tr\\values-tr.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,160",
+ "endColumns": "104,116",
+ "endOffsets": "155,272"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7140,7245",
+ "endColumns": "104,116",
+ "endOffsets": "7240,7357"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-tr\\values-tr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7521",
+ "endColumns": "100",
+ "endOffsets": "7617"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "270,384,483,595,680,786,906,986,1061,1152,1245,1337,1431,1531,1624,1726,1821,1912,2003,2082,2189,2293,2389,2496,2599,2708,2864,7441",
+ "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": "379,478,590,675,781,901,981,1056,1147,1240,1332,1426,1526,1619,1721,1816,1907,1998,2077,2184,2288,2384,2491,2594,2703,2859,2957,7516"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,220,297,393,505,587,651,742,819,880,971,1034,1093,1162,1225,1279,1387,1445,1507,1561,1634,1755,1839,1930,2040,2117,2193,2280,2347,2413,2483,2560,2643,2714,2789,2867,2938,3023,3112,3207,3300,3372,3444,3540,3592,3659,3743,3833,3895,3959,4022,4116,4212,4301,4398",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,76,95,111,81,63,90,76,60,90,62,58,68,62,53,107,57,61,53,72,120,83,90,109,76,75,86,66,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,78",
+ "endOffsets": "215,292,388,500,582,646,737,814,875,966,1029,1088,1157,1220,1274,1382,1440,1502,1556,1629,1750,1834,1925,2035,2112,2188,2275,2342,2408,2478,2555,2638,2709,2784,2862,2933,3018,3107,3202,3295,3367,3439,3535,3587,3654,3738,3828,3890,3954,4017,4111,4207,4296,4393,4472"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2962,3039,3135,3247,3329,3393,3484,3561,3622,3713,3776,3835,3904,3967,4021,4129,4187,4249,4303,4376,4497,4581,4672,4782,4859,4935,5022,5089,5155,5225,5302,5385,5456,5531,5609,5680,5765,5854,5949,6042,6114,6186,6282,6334,6401,6485,6575,6637,6701,6764,6858,6954,7043,7362",
+ "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,88",
+ "endColumns": "12,76,95,111,81,63,90,76,60,90,62,58,68,62,53,107,57,61,53,72,120,83,90,109,76,75,86,66,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,78",
+ "endOffsets": "265,3034,3130,3242,3324,3388,3479,3556,3617,3708,3771,3830,3899,3962,4016,4124,4182,4244,4298,4371,4492,4576,4667,4777,4854,4930,5017,5084,5150,5220,5297,5380,5451,5526,5604,5675,5760,5849,5944,6037,6109,6181,6277,6329,6396,6480,6570,6632,6696,6759,6853,6949,7038,7135,7436"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uk.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uk.json
new file mode 100644
index 0000000..c638c25
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uk.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-uk\\values-uk.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-uk\\values-uk.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,163",
+ "endColumns": "107,119",
+ "endOffsets": "158,278"
+ },
+ "to": {
+ "startLines": "88,89",
+ "startColumns": "4,4",
+ "startOffsets": "7344,7452",
+ "endColumns": "107,119",
+ "endOffsets": "7447,7567"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-uk\\values-uk.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "92",
+ "startColumns": "4",
+ "startOffsets": "7736",
+ "endColumns": "100",
+ "endOffsets": "7832"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,91",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "379,488,590,698,784,889,1007,1088,1167,1258,1351,1446,1540,1640,1733,1828,1923,2014,2105,2204,2310,2416,2514,2621,2728,2833,3003,7654",
+ "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": "483,585,693,779,884,1002,1083,1162,1253,1346,1441,1535,1635,1728,1823,1918,2009,2100,2199,2305,2411,2509,2616,2723,2828,2998,3098,7731"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,329,417,513,629,712,779,870,936,999,1087,1154,1212,1283,1342,1396,1510,1570,1633,1687,1760,1879,1965,2048,2157,2242,2329,2417,2484,2550,2622,2698,2788,2861,2938,3019,3093,3183,3262,3353,3449,3523,3604,3699,3753,3819,3906,3992,4054,4118,4181,4288,4380,4478,4570",
+ "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",
+ "endColumns": "12,87,95,115,82,66,90,65,62,87,66,57,70,58,53,113,59,62,53,72,118,85,82,108,84,86,87,66,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,81",
+ "endOffsets": "324,412,508,624,707,774,865,931,994,1082,1149,1207,1278,1337,1391,1505,1565,1628,1682,1755,1874,1960,2043,2152,2237,2324,2412,2479,2545,2617,2693,2783,2856,2933,3014,3088,3178,3257,3348,3444,3518,3599,3694,3748,3814,3901,3987,4049,4113,4176,4283,4375,4473,4565,4647"
+ },
+ "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,90",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,3103,3191,3287,3403,3486,3553,3644,3710,3773,3861,3928,3986,4057,4116,4170,4284,4344,4407,4461,4534,4653,4739,4822,4931,5016,5103,5191,5258,5324,5396,5472,5562,5635,5712,5793,5867,5957,6036,6127,6223,6297,6378,6473,6527,6593,6680,6766,6828,6892,6955,7062,7154,7252,7572",
+ "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,90",
+ "endColumns": "12,87,95,115,82,66,90,65,62,87,66,57,70,58,53,113,59,62,53,72,118,85,82,108,84,86,87,66,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,81",
+ "endOffsets": "374,3186,3282,3398,3481,3548,3639,3705,3768,3856,3923,3981,4052,4111,4165,4279,4339,4402,4456,4529,4648,4734,4817,4926,5011,5098,5186,5253,5319,5391,5467,5557,5630,5707,5788,5862,5952,6031,6122,6218,6292,6373,6468,6522,6588,6675,6761,6823,6887,6950,7057,7149,7247,7339,7649"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ur.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ur.json
new file mode 100644
index 0000000..456e294
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ur.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ur\\values-ur.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-ur\\values-ur.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,167",
+ "endColumns": "111,114",
+ "endOffsets": "162,277"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7199,7311",
+ "endColumns": "111,114",
+ "endOffsets": "7306,7421"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-ur\\values-ur.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7592",
+ "endColumns": "100",
+ "endOffsets": "7688"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,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,378,484,593,679,783,903,980,1055,1147,1241,1336,1430,1531,1625,1721,1815,1907,1999,2084,2192,2298,2400,2511,2612,2728,2893,7506",
+ "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": "373,479,588,674,778,898,975,1050,1142,1236,1331,1425,1526,1620,1716,1810,1902,1994,2079,2187,2293,2395,2506,2607,2723,2888,2986,7587"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,214,292,392,511,594,659,752,822,881,971,1040,1098,1167,1227,1291,1403,1462,1521,1576,1651,1774,1854,1938,2041,2123,2204,2291,2358,2424,2499,2579,2664,2731,2806,2883,2947,3041,3111,3200,3293,3367,3442,3532,3588,3655,3739,3823,3885,3949,4012,4112,4219,4313,4422",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,77,99,118,82,64,92,69,58,89,68,57,68,59,63,111,58,58,54,74,122,79,83,102,81,80,86,66,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,79",
+ "endOffsets": "209,287,387,506,589,654,747,817,876,966,1035,1093,1162,1222,1286,1398,1457,1516,1571,1646,1769,1849,1933,2036,2118,2199,2286,2353,2419,2494,2574,2659,2726,2801,2878,2942,3036,3106,3195,3288,3362,3437,3527,3583,3650,3734,3818,3880,3944,4007,4107,4214,4308,4417,4497"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2991,3069,3169,3288,3371,3436,3529,3599,3658,3748,3817,3875,3944,4004,4068,4180,4239,4298,4353,4428,4551,4631,4715,4818,4900,4981,5068,5135,5201,5276,5356,5441,5508,5583,5660,5724,5818,5888,5977,6070,6144,6219,6309,6365,6432,6516,6600,6662,6726,6789,6889,6996,7090,7426",
+ "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,88",
+ "endColumns": "12,77,99,118,82,64,92,69,58,89,68,57,68,59,63,111,58,58,54,74,122,79,83,102,81,80,86,66,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,79",
+ "endOffsets": "259,3064,3164,3283,3366,3431,3524,3594,3653,3743,3812,3870,3939,3999,4063,4175,4234,4293,4348,4423,4546,4626,4710,4813,4895,4976,5063,5130,5196,5271,5351,5436,5503,5578,5655,5719,5813,5883,5972,6065,6139,6214,6304,6360,6427,6511,6595,6657,6721,6784,6884,6991,7085,7194,7501"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uz.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uz.json
new file mode 100644
index 0000000..0ee2722
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uz.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-uz\\values-uz.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,238,321,416,543,627,691,794,864,931,1040,1107,1166,1240,1303,1357,1472,1530,1592,1646,1721,1850,1940,2029,2140,2222,2304,2390,2457,2523,2596,2674,2760,2832,2909,2984,3055,3149,3228,3324,3418,3492,3568,3654,3707,3773,3858,3949,4011,4075,4138,4240,4331,4427,4519",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,82,94,126,83,63,102,69,66,108,66,58,73,62,53,114,57,61,53,74,128,89,88,110,81,81,85,66,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,82",
+ "endOffsets": "233,316,411,538,622,686,789,859,926,1035,1102,1161,1235,1298,1352,1467,1525,1587,1641,1716,1845,1935,2024,2135,2217,2299,2385,2452,2518,2591,2669,2755,2827,2904,2979,3050,3144,3223,3319,3413,3487,3563,3649,3702,3768,3853,3944,4006,4070,4133,4235,4326,4422,4514,4597"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2959,3042,3137,3264,3348,3412,3515,3585,3652,3761,3828,3887,3961,4024,4078,4193,4251,4313,4367,4442,4571,4661,4750,4861,4943,5025,5111,5178,5244,5317,5395,5481,5553,5630,5705,5776,5870,5949,6045,6139,6213,6289,6375,6428,6494,6579,6670,6732,6796,6859,6961,7052,7148,7463",
+ "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,88",
+ "endColumns": "12,82,94,126,83,63,102,69,66,108,66,58,73,62,53,114,57,61,53,74,128,89,88,110,81,81,85,66,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,82",
+ "endOffsets": "283,3037,3132,3259,3343,3407,3510,3580,3647,3756,3823,3882,3956,4019,4073,4188,4246,4308,4362,4437,4566,4656,4745,4856,4938,5020,5106,5173,5239,5312,5390,5476,5548,5625,5700,5771,5865,5944,6040,6134,6208,6284,6370,6423,6489,6574,6665,6727,6791,6854,6956,7047,7143,7235,7541"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "288,393,488,588,670,770,887,972,1050,1141,1234,1329,1423,1517,1610,1705,1800,1891,1983,2067,2177,2283,2383,2491,2597,2699,2860,7546",
+ "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": "388,483,583,665,765,882,967,1045,1136,1229,1324,1418,1512,1605,1700,1795,1886,1978,2062,2172,2278,2378,2486,2592,2694,2855,2954,7625"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-uz\\values-uz.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,156",
+ "endColumns": "100,121",
+ "endOffsets": "151,273"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7240,7341",
+ "endColumns": "100,121",
+ "endOffsets": "7336,7458"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-uz\\values-uz.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7630",
+ "endColumns": "100",
+ "endOffsets": "7726"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v16.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v16.json
new file mode 100644
index 0000000..c2caa17
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v16.json
@@ -0,0 +1,38 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v16\\values-v16.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.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/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v17.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v17.json
new file mode 100644
index 0000000..bbae0b4
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v17.json
@@ -0,0 +1,20 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v17\\values-v17.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v18.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v18.json
new file mode 100644
index 0000000..212e54f
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v18.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v18\\values-v18.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v21.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v21.json
new file mode 100644
index 0000000..451f5ce
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v21.json
@@ -0,0 +1,66 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v21\\values-v21.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,8499,8684,11670,11867,12066,12189,12312,12425,12608,12863,13064,13153,13264,13497,13598,13693,13816,13945,14062,14239,14338,14473,14616,14751,14870,15071,15190,15283,15394,15450,15557,15752,15863,15996,16091,16182,16273,16366,16483,16622,16693,16776,17456,17513,17571,18265",
+ "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,8494,8679,11665,11862,12061,12184,12307,12420,12603,12858,13059,13148,13259,13492,13593,13688,13811,13940,14057,14234,14333,14468,14611,14746,14865,15066,15185,15278,15389,15445,15552,15747,15858,15991,16086,16177,16268,16361,16478,16617,16688,16771,17451,17508,17566,18260,18966"
+ },
+ "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,95,138,141,184,199,208,210,212,214,217,221,224,225,226,229,230,231,232,233,234,237,238,240,242,244,246,250,252,253,254,255,257,261,263,265,266,267,268,269,270,298,299,300,310,311,312,324",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,8365,11339,11524,14510,15643,16286,16409,16532,16645,16828,17083,17284,17373,17484,17717,17818,17913,18036,18165,18282,18459,18558,18693,18836,18971,19090,19291,19410,19503,19614,19670,19777,19972,20083,20216,20311,20402,20493,20586,20703,22935,23006,23089,23769,23826,23884,24578",
+ "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,137,140,183,186,201,209,211,213,216,220,223,224,225,228,229,230,231,232,233,236,237,239,241,243,245,249,251,252,253,254,256,260,262,264,265,266,267,268,269,271,298,299,309,310,311,323,335",
+ "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,11334,11519,14505,14702,15837,16404,16527,16640,16823,17078,17279,17368,17479,17712,17813,17908,18031,18160,18277,18454,18553,18688,18831,18966,19085,19286,19405,19498,19609,19665,19772,19967,20078,20211,20306,20397,20488,20581,20698,20837,23001,23084,23764,23821,23879,24573,25279"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.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,336,337,338,339,541,544",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,1408,1472,1539,25284,25400,25526,25652,37878,38050",
+ "endLines": "2,17,18,19,336,337,338,339,543,548",
+ "endColumns": "117,63,66,63,115,125,125,127,12,12",
+ "endOffsets": "168,1467,1534,1598,25395,25521,25647,25775,38045,38397"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-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,16,17,18,19,20,21,24,27,30,33,36,39,42,45,48,49,52,57,68,74,84,94,104,114,124,134,144,154,164,174,184,194,204,214,224,230,236,242,248,252,256,257,258,259,263,266,269,272,275,278,281,285,289",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,2052,2311,2582,2800,3032,3268,3518,3731,3962,4078,4248,4569,5598,6055,6608,7165,7723,8286,8840,9393,9947,10502,11053,11608,12166,12723,13271,13827,14384,14726,15070,15420,15770,16099,16440,16578,16722,16878,17271,17489,17711,17937,18153,18323,18513,18754,19013",
+ "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,23,26,29,32,35,38,41,44,47,48,51,56,67,73,83,93,103,113,123,133,143,153,163,173,183,193,203,213,223,229,235,241,247,251,255,256,257,258,262,265,268,271,274,277,280,284,288,291",
+ "endColumns": "97,95,95,97,67,78,87,87,87,87,86,86,86,86,92,106,104,118,124,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,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,2047,2306,2577,2795,3027,3263,3513,3726,3957,4073,4243,4564,5593,6050,6603,7160,7718,8281,8835,9388,9942,10497,11048,11603,12161,12718,13266,13822,14379,14721,15065,15415,15765,16094,16435,16573,16717,16873,17266,17484,17706,17932,18148,18318,18508,18749,19008,19185"
+ },
+ "to": {
+ "startLines": "3,4,5,6,7,8,9,10,11,12,13,14,15,16,80,81,82,83,85,86,89,92,187,190,193,196,202,205,272,273,276,281,292,340,350,360,370,380,390,400,410,420,430,440,450,460,470,480,490,496,502,508,514,518,522,523,524,525,529,532,535,538,549,552,555,559,563",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7835,8094,14707,14925,15157,15393,15842,16055,20842,20958,21128,21449,22478,25780,26333,26890,27448,28011,28565,29118,29672,30227,30778,31333,31891,32448,32996,33552,34109,34451,34795,35145,35495,35824,36165,36303,36447,36603,36996,37214,37436,37662,38402,38572,38762,39003,39262",
+ "endLines": "3,4,5,6,7,8,9,10,11,12,13,14,15,16,80,81,82,83,85,88,91,94,189,192,195,198,204,207,272,275,280,291,297,349,359,369,379,389,399,409,419,429,439,449,459,469,479,489,495,501,507,513,517,521,522,523,524,528,531,534,537,540,551,554,558,562,565",
+ "endColumns": "97,95,95,97,67,78,87,87,87,87,86,86,86,86,92,106,104,118,124,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,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,7830,8089,8360,14920,15152,15388,15638,16050,16281,20953,21123,21444,22473,22930,26328,26885,27443,28006,28560,29113,29667,30222,30773,31328,31886,32443,32991,33547,34104,34446,34790,35140,35490,35819,36160,36298,36442,36598,36991,37209,37431,37657,37873,38567,38757,38998,39257,39434"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v22.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v22.json
new file mode 100644
index 0000000..6bd11e8
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v22.json
@@ -0,0 +1,20 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v22\\values-v22.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\res\\values-v22\\values-v22.xml",
+ "from": {
+ "startLines": "2,3,4,9",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,130,217,553",
+ "endLines": "2,3,8,13",
+ "endColumns": "74,86,12,12",
+ "endOffsets": "125,212,548,896"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v23.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v23.json
new file mode 100644
index 0000000..3d6e5d6
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v23.json
@@ -0,0 +1,58 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v23\\values-v23.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\4d2e43fee4df2f875a86cdd4651c633b\\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": "3524",
+ "endLines": "52",
+ "endColumns": "12",
+ "endOffsets": "3669"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,1371,2267,2386,2513,2735,2959,3074,3181,3294",
+ "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,1366,2262,2381,2508,2730,2954,3069,3176,3289,3519"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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": "3674,3890,4100,4420,4657,4864,5071,5274,5606,5808,6073",
+ "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": "3885,4095,4415,4652,4859,5066,5269,5601,5803,6068,6341"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v24.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v24.json
new file mode 100644
index 0000000..9ce23b5
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v24.json
@@ -0,0 +1,38 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v24\\values-v24.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v25.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v25.json
new file mode 100644
index 0000000..ed11e04
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v25.json
@@ -0,0 +1,20 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v25\\values-v25.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v26.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v26.json
new file mode 100644
index 0000000..a8a5327
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v26.json
@@ -0,0 +1,20 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v26\\values-v26.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,431,657,896",
+ "endLines": "2,3,7,11,15,16",
+ "endColumns": "74,86,12,12,12,92",
+ "endOffsets": "125,212,426,652,891,984"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v28.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v28.json
new file mode 100644
index 0000000..e319ac4
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v28.json
@@ -0,0 +1,38 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v28\\values-v28.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\res\\values-v28\\values-v28.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13",
+ "startColumns": "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",
+ "endColumns": "97,94,94,97,87,87,87,87,86,86,86,86",
+ "endOffsets": "148,243,338,436,524,612,700,788,875,962,1049,1136"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\res\\values-v28\\values-v28.xml",
+ "from": {
+ "startLines": "2,3,4,8",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,130,217,447",
+ "endLines": "2,3,7,11",
+ "endColumns": "74,86,12,12",
+ "endOffsets": "125,212,442,684"
+ },
+ "to": {
+ "startLines": "14,15,16,20",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "1141,1216,1303,1533",
+ "endLines": "14,15,19,23",
+ "endColumns": "74,86,12,12",
+ "endOffsets": "1211,1298,1528,1770"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v31.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v31.json
new file mode 100644
index 0000000..8fd3f21
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v31.json
@@ -0,0 +1,20 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v31\\values-v31.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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,220,264,308",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7880,7990,8094,8208,8308,8424,8526,8638,8742,8854,8963,9072,9179,9284,9398,9507,9625,9729,9849,9956,10072,10181,10282,10393,10498,10613,10714,10831,10934,11047,11138,11231,11326,11419,11512,11605,11698,11791,11884,11977,12070,12163,12256,12363,12472,12583,12692,12801,12910,13019,13128,13237,13346,13455,13564,13673,13764,13857,13952,14045,14138,14231,14324,14417,14510,14603,14696,14789,14882,14977,15074,15173,15270,15367,15464,15561,15658,15755,15852,15949,16046,16143,16236,16331,16428,16523,16618,16713,16808,16903,16998,17093,17188,17283,17378,21158,24961,28728",
+ "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,219,263,307,351",
+ "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,99,109,103,113,99,115,101,111,103,111,108,108,106,104,113,108,117,103,119,106,115,108,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,7875,7985,8089,8203,8303,8419,8521,8633,8737,8849,8958,9067,9174,9279,9393,9502,9620,9724,9844,9951,10067,10176,10277,10388,10493,10608,10709,10826,10929,11042,11133,11226,11321,11414,11507,11600,11693,11786,11879,11972,12065,12158,12251,12358,12467,12578,12687,12796,12905,13014,13123,13232,13341,13450,13559,13668,13759,13852,13947,14040,14133,14226,14319,14412,14505,14598,14691,14784,14877,14972,15069,15168,15265,15362,15459,15556,15653,15750,15847,15944,16041,16138,16231,16326,16423,16518,16613,16708,16803,16898,16993,17088,17183,17278,17373,21153,24956,28723,32512"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-vi.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-vi.json
new file mode 100644
index 0000000..2e59202
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-vi.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-vi\\values-vi.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-vi\\values-vi.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,163",
+ "endColumns": "107,112",
+ "endOffsets": "158,271"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7144,7252",
+ "endColumns": "107,112",
+ "endOffsets": "7247,7360"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,220,298,397,511,591,654,748,822,881,967,1028,1086,1150,1211,1265,1382,1439,1499,1553,1628,1755,1839,1917,2017,2101,2179,2270,2337,2403,2471,2547,2628,2707,2782,2855,2931,3020,3097,3188,3282,3356,3426,3519,3568,3634,3719,3805,3867,3931,3994,4093,4198,4296,4401",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,77,98,113,79,62,93,73,58,85,60,57,63,60,53,116,56,59,53,74,126,83,77,99,83,77,90,66,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,77",
+ "endOffsets": "215,293,392,506,586,649,743,817,876,962,1023,1081,1145,1206,1260,1377,1434,1494,1548,1623,1750,1834,1912,2012,2096,2174,2265,2332,2398,2466,2542,2623,2702,2777,2850,2926,3015,3092,3183,3277,3351,3421,3514,3563,3629,3714,3800,3862,3926,3989,4088,4193,4291,4396,4474"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2963,3041,3140,3254,3334,3397,3491,3565,3624,3710,3771,3829,3893,3954,4008,4125,4182,4242,4296,4371,4498,4582,4660,4760,4844,4922,5013,5080,5146,5214,5290,5371,5450,5525,5598,5674,5763,5840,5931,6025,6099,6169,6262,6311,6377,6462,6548,6610,6674,6737,6836,6941,7039,7365",
+ "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,88",
+ "endColumns": "12,77,98,113,79,62,93,73,58,85,60,57,63,60,53,116,56,59,53,74,126,83,77,99,83,77,90,66,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,77",
+ "endOffsets": "265,3036,3135,3249,3329,3392,3486,3560,3619,3705,3766,3824,3888,3949,4003,4120,4177,4237,4291,4366,4493,4577,4655,4755,4839,4917,5008,5075,5141,5209,5285,5366,5445,5520,5593,5669,5758,5835,5926,6020,6094,6164,6257,6306,6372,6457,6543,6605,6669,6732,6831,6936,7034,7139,7438"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-vi\\values-vi.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7528",
+ "endColumns": "100",
+ "endOffsets": "7624"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "270,377,479,588,672,775,894,972,1048,1139,1232,1327,1421,1521,1614,1709,1803,1894,1985,2069,2173,2281,2382,2487,2602,2707,2864,7443",
+ "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": "372,474,583,667,770,889,967,1043,1134,1227,1322,1416,1516,1609,1704,1798,1889,1980,2064,2168,2276,2377,2482,2597,2702,2859,2958,7523"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w1240dp-v13.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w1240dp-v13.json
new file mode 100644
index 0000000..ce6843e
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w1240dp-v13.json
@@ -0,0 +1,26 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-w1240dp-v13\\values-w1240dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\values-w1240dp\\dimens.xml",
+ "from": {
+ "startLines": "1",
+ "startColumns": "8",
+ "startOffsets": "20",
+ "endColumns": "46",
+ "endOffsets": "58"
+ },
+ "to": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "42",
+ "endOffsets": "93"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w320dp-land-v13.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w320dp-land-v13.json
new file mode 100644
index 0000000..a66c604
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w320dp-land-v13.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-w320dp-land-v13\\values-w320dp-land-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w360dp-port-v13.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w360dp-port-v13.json
new file mode 100644
index 0000000..316e8e8
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w360dp-port-v13.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-w360dp-port-v13\\values-w360dp-port-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w480dp-port-v13.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w480dp-port-v13.json
new file mode 100644
index 0000000..8944e48
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w480dp-port-v13.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-w480dp-port-v13\\values-w480dp-port-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w600dp-land-v13.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w600dp-land-v13.json
new file mode 100644
index 0000000..ce10ca4
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w600dp-land-v13.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-w600dp-land-v13\\values-w600dp-land-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w600dp-v13.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w600dp-v13.json
new file mode 100644
index 0000000..930ce93
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w600dp-v13.json
@@ -0,0 +1,26 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-w600dp-v13\\values-w600dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\values-w600dp\\dimens.xml",
+ "from": {
+ "startLines": "1",
+ "startColumns": "8",
+ "startOffsets": "20",
+ "endColumns": "45",
+ "endOffsets": "57"
+ },
+ "to": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "41",
+ "endOffsets": "92"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v20.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v20.json
new file mode 100644
index 0000000..536fa13
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v20.json
@@ -0,0 +1,20 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-watch-v20\\values-watch-v20.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v21.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v21.json
new file mode 100644
index 0000000..356e504
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v21.json
@@ -0,0 +1,20 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-watch-v21\\values-watch-v21.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-xlarge-v4.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-xlarge-v4.json
new file mode 100644
index 0000000..6e8ffbf
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-xlarge-v4.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-xlarge-v4\\values-xlarge-v4.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rCN.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rCN.json
new file mode 100644
index 0000000..789abac
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rCN.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-zh-rCN\\values-zh-rCN.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "6873",
+ "endColumns": "100",
+ "endOffsets": "6969"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "252,347,442,542,624,721,827,904,979,1070,1163,1260,1356,1450,1543,1638,1730,1821,1912,1990,2086,2181,2276,2373,2469,2567,2715,6794",
+ "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": "342,437,537,619,716,822,899,974,1065,1158,1255,1351,1445,1538,1633,1725,1816,1907,1985,2081,2176,2271,2368,2464,2562,2710,2804,6868"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-zh-rCN\\values-zh-rCN.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,156",
+ "endColumns": "100,102",
+ "endOffsets": "151,254"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "6521,6622",
+ "endColumns": "100,102",
+ "endOffsets": "6617,6720"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,202,272,363,469,542,604,681,740,799,877,934,990,1049,1107,1161,1246,1302,1360,1414,1479,1571,1645,1721,1813,1875,1937,2016,2083,2149,2213,2282,2360,2421,2492,2559,2619,2698,2765,2848,2933,3007,3072,3148,3196,3260,3336,3414,3476,3540,3603,3683,3759,3837,3914",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,69,90,105,72,61,76,58,58,77,56,55,58,57,53,84,55,57,53,64,91,73,75,91,61,61,78,66,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,68",
+ "endOffsets": "197,267,358,464,537,599,676,735,794,872,929,985,1044,1102,1156,1241,1297,1355,1409,1474,1566,1640,1716,1808,1870,1932,2011,2078,2144,2208,2277,2355,2416,2487,2554,2614,2693,2760,2843,2928,3002,3067,3143,3191,3255,3331,3409,3471,3535,3598,3678,3754,3832,3909,3978"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2809,2879,2970,3076,3149,3211,3288,3347,3406,3484,3541,3597,3656,3714,3768,3853,3909,3967,4021,4086,4178,4252,4328,4420,4482,4544,4623,4690,4756,4820,4889,4967,5028,5099,5166,5226,5305,5372,5455,5540,5614,5679,5755,5803,5867,5943,6021,6083,6147,6210,6290,6366,6444,6725",
+ "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,88",
+ "endColumns": "12,69,90,105,72,61,76,58,58,77,56,55,58,57,53,84,55,57,53,64,91,73,75,91,61,61,78,66,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,68",
+ "endOffsets": "247,2874,2965,3071,3144,3206,3283,3342,3401,3479,3536,3592,3651,3709,3763,3848,3904,3962,4016,4081,4173,4247,4323,4415,4477,4539,4618,4685,4751,4815,4884,4962,5023,5094,5161,5221,5300,5367,5450,5535,5609,5674,5750,5798,5862,5938,6016,6078,6142,6205,6285,6361,6439,6516,6789"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rHK.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rHK.json
new file mode 100644
index 0000000..0f74c78
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rHK.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-zh-rHK\\values-zh-rHK.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-zh-rHK\\values-zh-rHK.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,154",
+ "endColumns": "98,99",
+ "endOffsets": "149,249"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "6514,6613",
+ "endColumns": "98,99",
+ "endOffsets": "6608,6708"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,202,269,359,466,539,601,679,738,796,874,931,987,1046,1104,1158,1244,1300,1358,1412,1477,1570,1644,1722,1812,1875,1938,2015,2082,2148,2212,2281,2356,2417,2488,2555,2615,2695,2758,2841,2926,3000,3065,3141,3189,3253,3329,3407,3469,3533,3596,3676,3751,3827,3903",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,66,89,106,72,61,77,58,57,77,56,55,58,57,53,85,55,57,53,64,92,73,77,89,62,62,76,66,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,68",
+ "endOffsets": "197,264,354,461,534,596,674,733,791,869,926,982,1041,1099,1153,1239,1295,1353,1407,1472,1565,1639,1717,1807,1870,1933,2010,2077,2143,2207,2276,2351,2412,2483,2550,2610,2690,2753,2836,2921,2995,3060,3136,3184,3248,3324,3402,3464,3528,3591,3671,3746,3822,3898,3967"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2813,2880,2970,3077,3150,3212,3290,3349,3407,3485,3542,3598,3657,3715,3769,3855,3911,3969,4023,4088,4181,4255,4333,4423,4486,4549,4626,4693,4759,4823,4892,4967,5028,5099,5166,5226,5306,5369,5452,5537,5611,5676,5752,5800,5864,5940,6018,6080,6144,6207,6287,6362,6438,6713",
+ "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,88",
+ "endColumns": "12,66,89,106,72,61,77,58,57,77,56,55,58,57,53,85,55,57,53,64,92,73,77,89,62,62,76,66,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,68",
+ "endOffsets": "247,2875,2965,3072,3145,3207,3285,3344,3402,3480,3537,3593,3652,3710,3764,3850,3906,3964,4018,4083,4176,4250,4328,4418,4481,4544,4621,4688,4754,4818,4887,4962,5023,5094,5161,5221,5301,5364,5447,5532,5606,5671,5747,5795,5859,5935,6013,6075,6139,6202,6282,6357,6433,6509,6777"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-zh-rHK\\values-zh-rHK.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "6861",
+ "endColumns": "100",
+ "endOffsets": "6957"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "252,347,440,540,622,719,827,904,979,1071,1165,1256,1352,1447,1541,1637,1729,1821,1913,1991,2087,2182,2277,2374,2470,2568,2719,6782",
+ "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": "342,435,535,617,714,822,899,974,1066,1160,1251,1347,1442,1536,1632,1724,1816,1908,1986,2082,2177,2272,2369,2465,2563,2714,2808,6856"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rTW.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rTW.json
new file mode 100644
index 0000000..5971617
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rTW.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-zh-rTW\\values-zh-rTW.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "6878",
+ "endColumns": "100",
+ "endOffsets": "6974"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "252,347,440,540,622,719,827,904,979,1071,1165,1262,1358,1453,1547,1643,1735,1827,1919,1997,2093,2188,2283,2380,2476,2574,2724,6799",
+ "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": "342,435,535,617,714,822,899,974,1066,1160,1257,1353,1448,1542,1638,1730,1822,1914,1992,2088,2183,2278,2375,2471,2569,2719,2813,6873"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-zh-rTW\\values-zh-rTW.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,154",
+ "endColumns": "98,99",
+ "endOffsets": "149,249"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "6531,6630",
+ "endColumns": "98,99",
+ "endOffsets": "6625,6725"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,202,269,363,470,543,605,683,743,803,881,939,995,1055,1113,1167,1252,1308,1366,1420,1485,1577,1651,1728,1818,1881,1944,2021,2088,2154,2217,2285,2363,2424,2495,2562,2624,2703,2768,2851,2936,3010,3074,3150,3198,3262,3338,3416,3478,3542,3605,3685,3762,3838,3915",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,66,93,106,72,61,77,59,59,77,57,55,59,57,53,84,55,57,53,64,91,73,76,89,62,62,76,66,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,68",
+ "endOffsets": "197,264,358,465,538,600,678,738,798,876,934,990,1050,1108,1162,1247,1303,1361,1415,1480,1572,1646,1723,1813,1876,1939,2016,2083,2149,2212,2280,2358,2419,2490,2557,2619,2698,2763,2846,2931,3005,3069,3145,3193,3257,3333,3411,3473,3537,3600,3680,3757,3833,3910,3979"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2818,2885,2979,3086,3159,3221,3299,3359,3419,3497,3555,3611,3671,3729,3783,3868,3924,3982,4036,4101,4193,4267,4344,4434,4497,4560,4637,4704,4770,4833,4901,4979,5040,5111,5178,5240,5319,5384,5467,5552,5626,5690,5766,5814,5878,5954,6032,6094,6158,6221,6301,6378,6454,6730",
+ "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,88",
+ "endColumns": "12,66,93,106,72,61,77,59,59,77,57,55,59,57,53,84,55,57,53,64,91,73,76,89,62,62,76,66,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,68",
+ "endOffsets": "247,2880,2974,3081,3154,3216,3294,3354,3414,3492,3550,3606,3666,3724,3778,3863,3919,3977,4031,4096,4188,4262,4339,4429,4492,4555,4632,4699,4765,4828,4896,4974,5035,5106,5173,5235,5314,5379,5462,5547,5621,5685,5761,5809,5873,5949,6027,6089,6153,6216,6296,6373,6449,6526,6794"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zu.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zu.json
new file mode 100644
index 0000000..e5a6f6d
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zu.json
@@ -0,0 +1,79 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-zu\\values-zu.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-1.6.1\\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",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,226,303,415,541,622,689,792,867,930,1022,1087,1154,1226,1298,1352,1473,1532,1596,1650,1727,1859,1944,2025,2144,2231,2314,2406,2473,2539,2611,2688,2779,2859,2938,3013,3092,3182,3255,3349,3446,3520,3593,3692,3747,3815,3903,3992,4054,4118,4181,4290,4395,4498,4607",
+ "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59",
+ "endColumns": "12,76,111,125,80,66,102,74,62,91,64,66,71,71,53,120,58,63,53,76,131,84,80,118,86,82,91,66,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,81",
+ "endOffsets": "221,298,410,536,617,684,787,862,925,1017,1082,1149,1221,1293,1347,1468,1527,1591,1645,1722,1854,1939,2020,2139,2226,2309,2401,2468,2534,2606,2683,2774,2854,2933,3008,3087,3177,3250,3344,3441,3515,3588,3687,3742,3810,3898,3987,4049,4113,4176,4285,4390,4493,4602,4684"
+ },
+ "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,88",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,2962,3039,3151,3277,3358,3425,3528,3603,3666,3758,3823,3890,3962,4034,4088,4209,4268,4332,4386,4463,4595,4680,4761,4880,4967,5050,5142,5209,5275,5347,5424,5515,5595,5674,5749,5828,5918,5991,6085,6182,6256,6329,6428,6483,6551,6639,6728,6790,6854,6917,7026,7131,7234,7577",
+ "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,88",
+ "endColumns": "12,76,111,125,80,66,102,74,62,91,64,66,71,71,53,120,58,63,53,76,131,84,80,118,86,82,91,66,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,81",
+ "endOffsets": "271,3034,3146,3272,3353,3420,3523,3598,3661,3753,3818,3885,3957,4029,4083,4204,4263,4327,4381,4458,4590,4675,4756,4875,4962,5045,5137,5204,5270,5342,5419,5510,5590,5669,5744,5823,5913,5986,6080,6177,6251,6324,6423,6478,6546,6634,6723,6785,6849,6912,7021,7126,7229,7338,7654"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.0\\res\\values-zu\\values-zu.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "90",
+ "startColumns": "4",
+ "startOffsets": "7741",
+ "endColumns": "100",
+ "endOffsets": "7837"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,89",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "276,384,491,603,691,794,909,988,1065,1156,1249,1344,1438,1538,1631,1726,1820,1911,2004,2085,2189,2292,2390,2497,2604,2709,2866,7659",
+ "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": "379,486,598,686,789,904,983,1060,1151,1244,1339,1433,1533,1626,1721,1815,1906,1999,2080,2184,2287,2385,2492,2599,2704,2861,2957,7736"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values-zu\\values-zu.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,168",
+ "endColumns": "112,120",
+ "endOffsets": "163,284"
+ },
+ "to": {
+ "startLines": "86,87",
+ "startColumns": "4,4",
+ "startOffsets": "7343,7456",
+ "endColumns": "112,120",
+ "endOffsets": "7451,7572"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values.json
new file mode 100644
index 0000000..b0f231f
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values.json
@@ -0,0 +1,534 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values\\values.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\values\\dimens.xml",
+ "from": {
+ "startLines": "1,2",
+ "startColumns": "4,4",
+ "startOffsets": "16,74",
+ "endColumns": "57,55",
+ "endOffsets": "69,125"
+ },
+ "to": {
+ "startLines": "1659,1660",
+ "startColumns": "4,4",
+ "startOffsets": "84019,84077",
+ "endColumns": "57,55",
+ "endOffsets": "84072,84128"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\b161cc2f7615ed4cb1f20bfc21c45398\\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": "115,118,1673,11050",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "5681,5845,84911,690865",
+ "endLines": "115,118,1673,11053",
+ "endColumns": "55,47,51,24",
+ "endOffsets": "5732,5888,84958,691080"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\values\\colors.xml",
+ "from": {
+ "startLines": "7,2,3,4,5,6,8",
+ "startColumns": "4,4,4,4,4,4,4",
+ "startOffsets": "286,55,102,149,196,241,328",
+ "endColumns": "41,46,46,46,44,44,41",
+ "endOffsets": "323,97,144,191,236,281,365"
+ },
+ "to": {
+ "startLines": "572,798,799,800,811,812,816",
+ "startColumns": "4,4,4,4,4,4,4",
+ "startOffsets": "28737,44920,44967,45014,45758,45803,46011",
+ "endColumns": "41,46,46,46,44,44,41",
+ "endOffsets": "28774,44962,45009,45056,45798,45843,46048"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\0af8d5430e18045cb3ab0a40f0dcf1a4\\transformed\\circleimageview-3.1.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endLines": "7",
+ "endColumns": "24",
+ "endOffsets": "361"
+ },
+ "to": {
+ "startLines": "10052",
+ "startColumns": "4",
+ "startOffsets": "642144",
+ "endLines": "10057",
+ "endColumns": "24",
+ "endOffsets": "642450"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\7abe03695b40b01d1a518cf5b2c37455\\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": "86,8800,10917,10927",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "4450,574725,683200,683808",
+ "endLines": "86,8802,10926,11015",
+ "endColumns": "60,12,24,24",
+ "endOffsets": "4506,574865,683803,689014"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\values\\ic_launcher_background.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "57",
+ "endColumns": "56",
+ "endOffsets": "109"
+ },
+ "to": {
+ "startLines": "630",
+ "startColumns": "4",
+ "startOffsets": "32773",
+ "endColumns": "56",
+ "endOffsets": "32825"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\values\\themes.xml",
+ "from": {
+ "startLines": "2,19,15,20",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "100,982,824,1081",
+ "endLines": "14,19,18,20",
+ "endColumns": "12,98,12,88",
+ "endOffsets": "819,1076,977,1165"
+ },
+ "to": {
+ "startLines": "6419,6432,6433,6437",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "415524,416246,416344,416502",
+ "endLines": "6431,6432,6436,6437",
+ "endColumns": "12,97,12,87",
+ "endOffsets": "416241,416339,416497,416585"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\4d2e43fee4df2f875a86cdd4651c633b\\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": "33,581,582,583,584,1662,1663,1664,2507,5512,5514,5517,9839",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "1520,29420,29481,29543,29605,84198,84257,84314,147875,355599,355663,355789,631199",
+ "endLines": "33,581,582,583,584,1662,1663,1664,2513,5513,5516,5519,9866",
+ "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24",
+ "endOffsets": "1567,29476,29538,29600,29664,84252,84309,84363,148284,355658,355784,355912,633017"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\aec237d7615e5b5f19aac02e97eeb357\\transformed\\core-1.7.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,104,114,162,194,231",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6400,6859,10159,12224,13984",
+ "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,103,113,161,193,230,237",
+ "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,6395,6854,10154,12219,13979,14356"
+ },
+ "to": {
+ "startLines": "413,566,567,788,789,1666,1667,1668,1669,1670,1671,1672,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140,2141,2142,2143,2144,2145,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,2213,2214,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2265,2331,2468,6096,6097,6101,6102,6106,7120,7121,9832,10233,11134,11182,11232,11269",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "20521,28258,28330,44200,44269,84423,84493,84561,84633,84703,84764,84838,116559,116620,116681,116743,116807,116869,116930,116998,117098,117158,117224,117297,117366,117423,117475,119089,119161,119237,119302,119361,119420,119480,119540,119600,119660,119720,119780,119840,119900,119960,120020,120079,120139,120199,120259,120319,120379,120439,120499,120559,120619,120679,120738,120798,120858,120917,120976,121035,121094,121153,121661,121696,123233,123288,123351,123406,123464,123522,123583,123646,123703,123754,123804,123865,123922,123988,124022,124404,128271,145152,394948,395065,395266,395376,395577,467621,467693,630762,651825,695209,698509,701320,703080",
+ "endLines": "413,566,567,788,789,1666,1667,1668,1669,1670,1671,1672,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140,2141,2142,2143,2144,2145,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,2213,2214,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2265,2331,2468,6096,6100,6101,6105,6106,7120,7121,9838,10242,11181,11213,11268,11275",
+ "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": "20576,28325,28413,44264,44327,84488,84556,84628,84698,84759,84833,84906,116615,116676,116738,116802,116864,116925,116993,117093,117153,117219,117292,117361,117418,117470,117532,119156,119232,119297,119356,119415,119475,119535,119595,119655,119715,119775,119835,119895,119955,120015,120074,120134,120194,120254,120314,120374,120434,120494,120554,120614,120674,120733,120793,120853,120912,120971,121030,121089,121148,121207,121691,121726,123283,123346,123401,123459,123517,123578,123641,123698,123749,123799,123860,123917,123983,124017,124052,124434,128336,145218,395060,395261,395371,395572,395701,467688,467755,631194,652279,698504,700569,703075,703452"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\81a97fbcc28b0d90925fa5d073a88b18\\transformed\\ssp-android-1.0.5\\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": "818,829,841,853,865,877,889,901,913,925,937,939,951,963,975,987,999,1011,1023,1035,1047,1059,1061,1073,1085,1097,1109,1121,1133,1145,1157,1169,1181,1183,1195,1207,1219,1231,1243,1255,1267,1279,1291,1303,1305,1317,1329,1341,1353,1365,1377,1389,1401,1413,1425,1427,1430,1432,1434,1436,1438,1440,1442,1444,1446,1448,1450,1452,1454,1456,1458,1460,1462,1464,1466,1468,1470,1472,1474,1476,1478,1480,1482,1484,1486,1488,1490,1492,1494,1496,1498,1500,1502,1504,1506,1508,1510,1512,1514,1516",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "46096,46567,47079,47591,48103,48615,49127,49639,50151,50663,51175,51255,51765,52277,52789,53301,53813,54325,54837,55349,55861,56373,56453,56963,57475,57987,58499,59011,59523,60035,60547,61059,61571,61651,62161,62673,63185,63697,64209,64721,65233,65745,66257,66769,66849,67359,67871,68383,68895,69407,69919,70431,70943,71455,71967,72047,72170,72252,72334,72416,72498,72580,72662,72744,72826,72908,72988,73068,73150,73232,73314,73396,73478,73560,73642,73724,73806,73886,73966,74048,74130,74212,74294,74376,74458,74540,74622,74704,74784,74864,74946,75028,75110,75192,75274,75356,75438,75520,75602,75682",
+ "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": "46134,46603,47115,47627,48139,48651,49163,49675,50187,50699,51211,51289,51801,52313,52825,53337,53849,54361,54873,55385,55897,56409,56487,56999,57511,58023,58535,59047,59559,60071,60583,61095,61607,61685,62197,62709,63221,63733,64245,64757,65269,65781,66293,66805,66883,67395,67907,68419,68931,69443,69955,70467,70979,71491,72003,72081,72206,72288,72370,72452,72534,72616,72698,72780,72862,72944,73022,73104,73186,73268,73350,73432,73514,73596,73678,73760,73842,73920,74002,74084,74166,74248,74330,74412,74494,74576,74658,74740,74818,74900,74982,75064,75146,75228,75310,75392,75474,75556,75638,75716"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\values\\ic_launcher_calculator_background.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "57",
+ "endColumns": "67",
+ "endOffsets": "120"
+ },
+ "to": {
+ "startLines": "631",
+ "startColumns": "4",
+ "startOffsets": "32830",
+ "endColumns": "67",
+ "endOffsets": "32893"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\f9a627f29bebda016933e369a5e6b1ae\\transformed\\navigation-common-2.3.5\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,13,19,25,28",
+ "startColumns": "4,4,4,4,4",
+ "startOffsets": "55,584,828,1075,1208",
+ "endLines": "12,18,24,27,31",
+ "endColumns": "24,24,24,24,24",
+ "endOffsets": "579,823,1070,1203,1340"
+ },
+ "to": {
+ "startLines": "12147,12158,12164,12170,12355",
+ "startColumns": "4,4,4,4,4",
+ "startOffsets": "744748,745277,745521,745768,756779",
+ "endLines": "12157,12163,12169,12172,12358",
+ "endColumns": "24,24,24,24,24",
+ "endOffsets": "745272,745516,745763,745896,756911"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6f1a5473015089bd0e4bba8540b9c236\\transformed\\appcompat-1.4.2\\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,709,735,907,933,964,972,978,994,1016,1021,1026,1036,1045,1054,1058,1065,1084,1091,1092,1101,1104,1107,1111,1115,1119,1122,1123,1128,1133,1143,1148,1155,1161,1162,1165,1169,1174,1176,1178,1181,1184,1186,1190,1193,1200,1203,1206,1210,1212,1216,1218,1220,1222,1226,1234,1242,1254,1260,1269,1272,1283,1286,1287,1292,1293,1298,1367,1437,1438,1448,1457,1458,1460,1464,1467,1470,1473,1476,1479,1482,1485,1489,1492,1495,1498,1502,1505,1509,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1535,1537,1538,1539,1540,1541,1542,1543,1544,1546,1547,1549,1550,1552,1554,1555,1557,1558,1559,1560,1561,1562,1564,1565,1566,1567,1568,1569,1571,1573,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1589,1590,1591,1592,1593,1594,1595,1597,1601,1605,1606,1607,1608,1609,1610,1614,1615,1616,1617,1619,1621,1623,1625,1627,1628,1629,1630,1632,1634,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1650,1651,1652,1653,1655,1657,1658,1660,1661,1663,1665,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1680,1681,1682,1683,1685,1686,1687,1688,1689,1691,1693,1695,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1795,1798,1801,1804,1818,1829,1839,1842,1872,1899,1908,1985,2388,2393,2421,2449,2467,2503,2509,2515,2538,2679,2699,2705,2709,2715,2752,2764,2830,2854,2923,2942,2968",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,29889,29989,30241,30665,30920,31014,31103,31340,33392,33634,33736,33989,36173,47446,48962,60249,61777,63534,64160,64580,65841,67106,67362,67598,68145,68639,69244,69442,70022,71390,71765,71883,72421,72578,72774,73047,73303,73473,73614,73678,74043,74410,75086,75350,75688,76041,76135,76321,76627,76889,77014,77141,77380,77591,77710,77903,78080,78535,78716,78838,79097,79210,79397,79499,79606,79735,80010,80518,81014,81891,82185,82755,82904,83636,83808,83892,84228,84320,84598,89992,95526,95588,96218,96832,96923,97036,97265,97425,97577,97748,97914,98083,98250,98413,98656,98826,98999,99170,99444,99643,99848,100178,100262,100358,100454,100552,100652,100754,100856,100958,101060,101162,101262,101358,101470,101599,101722,101853,101984,102082,102196,102290,102430,102564,102660,102772,102872,102988,103084,103196,103296,103436,103572,103736,103866,104024,104174,104315,104459,104594,104706,104856,104984,105112,105248,105380,105510,105640,105752,105892,106038,106182,106320,106386,106476,106552,106656,106746,106848,106956,107064,107164,107244,107336,107434,107544,107596,107674,107780,107872,107976,108086,108208,108371,108528,108608,108708,108798,108908,108998,109239,109333,109439,109531,109631,109743,109857,109973,110089,110183,110297,110409,110511,110631,110753,110835,110939,111059,111185,111283,111377,111465,111577,111693,111815,111927,112102,112218,112304,112396,112508,112632,112699,112825,112893,113021,113165,113293,113362,113457,113572,113685,113784,113893,114004,114115,114216,114321,114421,114551,114642,114765,114859,114971,115057,115161,115257,115345,115463,115567,115671,115797,115885,115993,116093,116183,116293,116377,116479,116563,116617,116681,116787,116873,116983,117067,117187,122331,122449,122564,122696,123411,124103,124620,124698,126297,127830,128218,133109,153772,154032,155563,157073,158106,160119,160381,160737,161567,168349,169483,169777,170000,170327,172377,173025,176876,178078,182157,183372,184781",
+ "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,708,734,906,932,963,971,977,993,1015,1020,1025,1035,1044,1053,1057,1064,1083,1090,1091,1100,1103,1106,1110,1114,1118,1121,1122,1127,1132,1142,1147,1154,1160,1161,1164,1168,1173,1175,1177,1180,1183,1185,1189,1192,1199,1202,1205,1209,1211,1215,1217,1219,1221,1225,1233,1241,1253,1259,1268,1271,1282,1285,1286,1291,1292,1297,1366,1436,1437,1447,1456,1457,1459,1463,1466,1469,1472,1475,1478,1481,1484,1488,1491,1494,1497,1501,1504,1508,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1534,1536,1537,1538,1539,1540,1541,1542,1543,1545,1546,1548,1549,1551,1553,1554,1556,1557,1558,1559,1560,1561,1563,1564,1565,1566,1567,1568,1570,1572,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1588,1589,1590,1591,1592,1593,1594,1596,1600,1604,1605,1606,1607,1608,1609,1613,1614,1615,1616,1618,1620,1622,1624,1626,1627,1628,1629,1631,1633,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1649,1650,1651,1652,1654,1656,1657,1659,1660,1662,1664,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1679,1680,1681,1682,1684,1685,1686,1687,1688,1690,1692,1694,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1794,1797,1800,1803,1817,1828,1838,1841,1871,1898,1907,1984,2387,2392,2420,2448,2466,2502,2508,2514,2537,2678,2698,2704,2708,2714,2751,2763,2829,2853,2922,2941,2967,2976",
+ "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,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,29884,29984,30236,30660,30915,31009,31098,31335,33387,33629,33731,33984,36168,47441,48957,60244,61772,63529,64155,64575,65836,67101,67357,67593,68140,68634,69239,69437,70017,71385,71760,71878,72416,72573,72769,73042,73298,73468,73609,73673,74038,74405,75081,75345,75683,76036,76130,76316,76622,76884,77009,77136,77375,77586,77705,77898,78075,78530,78711,78833,79092,79205,79392,79494,79601,79730,80005,80513,81009,81886,82180,82750,82899,83631,83803,83887,84223,84315,84593,89987,95521,95583,96213,96827,96918,97031,97260,97420,97572,97743,97909,98078,98245,98408,98651,98821,98994,99165,99439,99638,99843,100173,100257,100353,100449,100547,100647,100749,100851,100953,101055,101157,101257,101353,101465,101594,101717,101848,101979,102077,102191,102285,102425,102559,102655,102767,102867,102983,103079,103191,103291,103431,103567,103731,103861,104019,104169,104310,104454,104589,104701,104851,104979,105107,105243,105375,105505,105635,105747,105887,106033,106177,106315,106381,106471,106547,106651,106741,106843,106951,107059,107159,107239,107331,107429,107539,107591,107669,107775,107867,107971,108081,108203,108366,108523,108603,108703,108793,108903,108993,109234,109328,109434,109526,109626,109738,109852,109968,110084,110178,110292,110404,110506,110626,110748,110830,110934,111054,111180,111278,111372,111460,111572,111688,111810,111922,112097,112213,112299,112391,112503,112627,112694,112820,112888,113016,113160,113288,113357,113452,113567,113680,113779,113888,113999,114110,114211,114316,114416,114546,114637,114760,114854,114966,115052,115156,115252,115340,115458,115562,115666,115792,115880,115988,116088,116178,116288,116372,116474,116558,116612,116676,116782,116868,116978,117062,117182,122326,122444,122559,122691,123406,124098,124615,124693,126292,127825,128213,133104,153767,154027,155558,157068,158101,160114,160376,160732,161562,168344,169478,169772,169995,170322,172372,173020,176871,178073,182152,183367,184776,185250"
+ },
+ "to": {
+ "startLines": "114,199,201,504,556,557,559,560,561,562,563,564,565,568,569,570,571,573,574,575,576,577,578,579,580,620,621,622,623,624,625,626,627,628,629,764,765,766,767,768,769,770,771,772,773,774,775,790,791,792,793,794,795,796,797,801,802,803,804,805,806,807,808,809,810,814,815,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,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,1651,1652,1653,1654,1655,1656,1657,1723,1724,1728,1729,1730,1731,1732,1733,1734,2159,2160,2161,2162,2163,2164,2165,2166,2204,2205,2206,2207,2211,2233,2234,2242,2271,2278,2279,2282,2284,2336,2337,2338,2339,2340,2341,2342,2343,2344,2345,2346,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2466,2470,2471,2475,2476,2477,2486,2494,2495,2499,2503,2514,2519,2548,2555,2559,2563,2568,2572,2576,2580,2584,2588,2592,2598,2602,2608,2612,2618,2622,2627,2631,2634,2638,2644,2648,2654,2658,2664,2667,2671,2675,2679,2683,2687,2688,2689,2690,2693,2696,2699,2702,2706,2707,2708,2709,2747,2750,2752,2754,2756,2761,2762,2766,2772,2776,2777,2779,2791,2792,2796,2802,2806,2867,2868,2872,2899,2903,2904,2908,4417,4590,4616,4788,4814,4845,4853,4859,4875,4897,4902,4907,4917,4926,4935,4939,4946,4965,4972,4973,4982,4985,4988,4992,4996,5000,5003,5004,5009,5014,5024,5029,5036,5042,5043,5046,5050,5055,5057,5059,5062,5065,5067,5071,5074,5081,5084,5087,5091,5093,5097,5099,5101,5103,5107,5115,5123,5135,5141,5150,5153,5164,5167,5168,5173,5174,5609,5678,5752,5753,5763,5772,5773,5775,5779,5782,5785,5788,5791,5794,5797,5800,5804,5807,5810,5813,5817,5820,5824,6040,6041,6042,6043,6044,6045,6046,6047,6048,6049,6050,6051,6052,6053,6054,6055,6056,6057,6058,6059,6060,6062,6064,6065,6066,6067,6068,6069,6070,6071,6073,6074,6076,6077,6079,6081,6082,6084,6085,6086,6087,6088,6089,6091,6092,6093,6094,6095,6383,6385,6387,6389,6390,6391,6392,6393,6394,6395,6396,6397,6398,6399,6400,6401,6403,6404,6405,6406,6407,6408,6409,6411,6415,6599,6600,6601,6602,6603,6604,6608,6609,6610,7025,7027,7029,7031,7033,7035,7036,7037,7038,7040,7042,7044,7045,7046,7047,7048,7049,7050,7051,7052,7053,7054,7055,7058,7059,7060,7061,7063,7065,7066,7068,7069,7071,7073,7075,7076,7077,7078,7079,7080,7081,7082,7083,7084,7085,7086,7088,7089,7090,7091,7093,7094,7095,7096,7097,7099,7101,7103,7105,7106,7107,7108,7109,7110,7111,7112,7113,7114,7115,7116,7117,7118,7119,8803,8886,8889,8892,8895,8909,8927,9067,9070,9100,9127,9136,9213,9827,9885,10243,11032,11519,11555,11596,11865,11888,12029,12413,12419,12449,12491,12673,12724,12906,13222,13384,13403,13432",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "5626,9795,9893,25368,27578,27633,27757,27821,27891,27952,28027,28103,28180,28418,28503,28585,28661,28779,28856,28934,29040,29146,29225,29305,29362,32092,32166,32241,32306,32372,32432,32493,32565,32638,32705,42673,42732,42791,42850,42909,42968,43022,43076,43129,43183,43237,43291,44332,44406,44485,44558,44632,44703,44775,44847,45061,45118,45176,45249,45323,45397,45472,45544,45617,45687,45890,45950,78523,78592,78661,78731,78805,78881,78945,79022,79098,79175,79240,79309,79386,79461,79530,79598,79675,79741,79802,79899,79964,80033,80132,80203,80262,80320,80377,80436,80500,80571,80643,80715,80787,80859,80926,80994,81062,81121,81184,81248,81338,81429,81489,81555,81622,81688,81758,81822,81875,81942,82003,82070,82183,82241,82304,82369,82434,82509,82582,82654,82698,82745,82791,82840,82901,82962,83023,83085,83149,83213,83277,83342,83405,83465,83526,83592,83651,83711,83773,83844,83904,88113,88199,88449,88539,88626,88714,88796,88879,88969,118359,118411,118469,118514,118580,118644,118701,118758,121212,121269,121317,121366,121561,122749,122796,123187,124705,125041,125105,125295,125408,128661,128735,128805,128883,128937,129007,129092,129140,129186,129247,129310,129376,129440,129511,129574,129639,129703,129764,129825,129877,129950,130024,130093,130168,130242,130316,130457,145033,145286,145364,145588,145676,145772,146424,147006,147095,147342,147623,148289,148574,150383,150860,151082,151304,151580,151807,152037,152267,152497,152727,152954,153373,153599,154024,154254,154682,154901,155184,155392,155523,155750,156176,156401,156828,157049,157474,157594,157870,158171,158495,158786,159100,159237,159368,159473,159715,159882,160086,160294,160565,160677,160789,160894,162951,163165,163311,163451,163537,163885,163973,164219,164637,164886,164968,165066,165748,165848,166100,166524,166779,171451,171540,171777,173829,174071,174173,174426,286414,297687,299203,310490,312018,313775,314401,314821,316082,317347,317603,317839,318386,318880,319485,319683,320263,321631,322006,322124,322662,322819,323015,323288,323544,323714,323855,323919,324284,324651,325327,325591,325929,326282,326376,326562,326868,327130,327255,327382,327621,327832,327951,328144,328321,328776,328957,329079,329338,329451,329638,329740,329847,329976,330251,330759,331255,332132,332426,332996,333145,333877,334049,334133,334469,334561,361992,367386,373264,373326,373956,374570,374661,374774,375003,375163,375315,375486,375652,375821,375988,376151,376394,376564,376737,376908,377182,377381,377586,389234,389318,389414,389510,389608,389708,389810,389912,390014,390116,390218,390318,390414,390526,390655,390778,390909,391040,391138,391252,391346,391486,391620,391716,391828,391928,392044,392140,392252,392352,392492,392628,392792,392922,393080,393230,393371,393515,393650,393762,393912,394040,394168,394304,394436,394566,394696,394808,412888,413034,413178,413316,413382,413472,413548,413652,413742,413844,413952,414060,414160,414240,414332,414430,414540,414592,414670,414776,414868,414972,415082,415204,415367,428979,429059,429159,429249,429359,429449,429690,429784,429890,459965,460065,460177,460291,460407,460523,460617,460731,460843,460945,461065,461187,461269,461373,461493,461619,461717,461811,461899,462011,462127,462249,462361,462536,462652,462738,462830,462942,463066,463133,463259,463327,463455,463599,463727,463796,463891,464006,464119,464218,464327,464438,464549,464650,464755,464855,464985,465076,465199,465293,465405,465491,465595,465691,465779,465897,466001,466105,466231,466319,466427,466527,466617,466727,466811,466913,466997,467051,467115,467221,467307,467417,467501,574870,580014,580132,580247,580379,581094,582090,590004,590082,591681,593214,593602,598493,630502,633959,652284,689832,714125,716138,717856,731635,732465,739247,759347,759641,760915,763140,772349,775170,785271,802762,810675,811890,813409",
+ "endLines": "114,199,201,504,556,557,559,560,561,562,563,564,565,568,569,570,571,573,574,575,576,577,578,579,580,620,621,622,623,624,625,626,627,628,629,764,765,766,767,768,769,770,771,772,773,774,775,790,791,792,793,794,795,796,797,801,802,803,804,805,806,807,808,809,810,814,815,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,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,1651,1652,1653,1654,1655,1656,1657,1723,1724,1728,1729,1730,1731,1732,1733,1734,2159,2160,2161,2162,2163,2164,2165,2166,2204,2205,2206,2207,2211,2233,2234,2242,2271,2278,2279,2282,2284,2336,2337,2338,2339,2340,2341,2342,2343,2344,2345,2346,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2466,2470,2471,2475,2476,2477,2493,2494,2498,2502,2506,2518,2524,2554,2558,2562,2567,2571,2575,2579,2583,2587,2591,2597,2601,2607,2611,2617,2621,2626,2630,2633,2637,2643,2647,2653,2657,2663,2666,2670,2674,2678,2682,2686,2687,2688,2689,2692,2695,2698,2701,2705,2706,2707,2708,2709,2749,2751,2753,2755,2760,2761,2765,2771,2775,2776,2778,2790,2791,2795,2801,2805,2806,2867,2871,2898,2902,2903,2907,2935,4589,4615,4787,4813,4844,4852,4858,4874,4896,4901,4906,4916,4925,4934,4938,4945,4964,4971,4972,4981,4984,4987,4991,4995,4999,5002,5003,5008,5013,5023,5028,5035,5041,5042,5045,5049,5054,5056,5058,5061,5064,5066,5070,5073,5080,5083,5086,5090,5092,5096,5098,5100,5102,5106,5114,5122,5134,5140,5149,5152,5163,5166,5167,5172,5173,5178,5677,5747,5752,5762,5771,5772,5774,5778,5781,5784,5787,5790,5793,5796,5799,5803,5806,5809,5812,5816,5819,5823,5827,6040,6041,6042,6043,6044,6045,6046,6047,6048,6049,6050,6051,6052,6053,6054,6055,6056,6057,6058,6059,6061,6063,6064,6065,6066,6067,6068,6069,6070,6072,6073,6075,6076,6078,6080,6081,6083,6084,6085,6086,6087,6088,6090,6091,6092,6093,6094,6095,6384,6386,6388,6389,6390,6391,6392,6393,6394,6395,6396,6397,6398,6399,6400,6402,6403,6404,6405,6406,6407,6408,6410,6414,6418,6599,6600,6601,6602,6603,6607,6608,6609,6610,7026,7028,7030,7032,7034,7035,7036,7037,7039,7041,7043,7044,7045,7046,7047,7048,7049,7050,7051,7052,7053,7054,7057,7058,7059,7060,7062,7064,7065,7067,7068,7070,7072,7074,7075,7076,7077,7078,7079,7080,7081,7082,7083,7084,7085,7087,7088,7089,7090,7092,7093,7094,7095,7096,7098,7100,7102,7104,7105,7106,7107,7108,7109,7110,7111,7112,7113,7114,7115,7116,7117,7118,7119,8885,8888,8891,8894,8908,8919,8936,9069,9099,9126,9135,9212,9615,9831,9912,10270,11049,11554,11560,11601,11887,12028,12048,12418,12422,12454,12527,12684,12789,12929,13290,13402,13428,13440",
+ "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,24",
+ "endOffsets": "5676,9835,9937,25404,27628,27690,27816,27886,27947,28022,28098,28175,28253,28498,28580,28656,28732,28851,28929,29035,29141,29220,29300,29357,29415,32161,32236,32301,32367,32427,32488,32560,32633,32700,32768,42727,42786,42845,42904,42963,43017,43071,43124,43178,43232,43286,43340,44401,44480,44553,44627,44698,44770,44842,44915,45113,45171,45244,45318,45392,45467,45539,45612,45682,45753,45945,46006,78587,78656,78726,78800,78876,78940,79017,79093,79170,79235,79304,79381,79456,79525,79593,79670,79736,79797,79894,79959,80028,80127,80198,80257,80315,80372,80431,80495,80566,80638,80710,80782,80854,80921,80989,81057,81116,81179,81243,81333,81424,81484,81550,81617,81683,81753,81817,81870,81937,81998,82065,82178,82236,82299,82364,82429,82504,82577,82649,82693,82740,82786,82835,82896,82957,83018,83080,83144,83208,83272,83337,83400,83460,83521,83587,83646,83706,83768,83839,83899,83967,88194,88281,88534,88621,88709,88791,88874,88964,89055,118406,118464,118509,118575,118639,118696,118753,118807,121264,121312,121361,121412,121590,122791,122840,123228,124732,125100,125162,125350,125460,128730,128800,128878,128932,129002,129087,129135,129181,129242,129305,129371,129435,129506,129569,129634,129698,129759,129820,129872,129945,130019,130088,130163,130237,130311,130452,130522,145081,145359,145449,145671,145767,145857,147001,147090,147337,147618,147870,148569,148962,150855,151077,151299,151575,151802,152032,152262,152492,152722,152949,153368,153594,154019,154249,154677,154896,155179,155387,155518,155745,156171,156396,156823,157044,157469,157589,157865,158166,158490,158781,159095,159232,159363,159468,159710,159877,160081,160289,160560,160672,160784,160889,161006,163160,163306,163446,163532,163880,163968,164214,164632,164881,164963,165061,165743,165843,166095,166519,166774,166868,171535,171772,173824,174066,174168,174421,176605,297682,299198,310485,312013,313770,314396,314816,316077,317342,317598,317834,318381,318875,319480,319678,320258,321626,322001,322119,322657,322814,323010,323283,323539,323709,323850,323914,324279,324646,325322,325586,325924,326277,326371,326557,326863,327125,327250,327377,327616,327827,327946,328139,328316,328771,328952,329074,329333,329446,329633,329735,329842,329971,330246,330754,331250,332127,332421,332991,333140,333872,334044,334128,334464,334556,334834,367381,372915,373321,373951,374565,374656,374769,374998,375158,375310,375481,375647,375816,375983,376146,376389,376559,376732,376903,377177,377376,377581,377911,389313,389409,389505,389603,389703,389805,389907,390009,390111,390213,390313,390409,390521,390650,390773,390904,391035,391133,391247,391341,391481,391615,391711,391823,391923,392039,392135,392247,392347,392487,392623,392787,392917,393075,393225,393366,393510,393645,393757,393907,394035,394163,394299,394431,394561,394691,394803,394943,413029,413173,413311,413377,413467,413543,413647,413737,413839,413947,414055,414155,414235,414327,414425,414535,414587,414665,414771,414863,414967,415077,415199,415362,415519,429054,429154,429244,429354,429444,429685,429779,429885,429977,460060,460172,460286,460402,460518,460612,460726,460838,460940,461060,461182,461264,461368,461488,461614,461712,461806,461894,462006,462122,462244,462356,462531,462647,462733,462825,462937,463061,463128,463254,463322,463450,463594,463722,463791,463886,464001,464114,464213,464322,464433,464544,464645,464750,464850,464980,465071,465194,465288,465400,465486,465590,465686,465774,465892,465996,466100,466226,466314,466422,466522,466612,466722,466806,466908,466992,467046,467110,467216,467302,467412,467496,467616,580009,580127,580242,580374,581089,581781,582602,590077,591676,593209,593597,598488,619151,630757,635485,653789,690860,716133,716395,718207,732460,739242,740376,759636,759859,761237,765185,772992,779016,786468,806836,811885,813294,813878"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\f4bf4d7849870cb3b43f118c3b4dfaba\\transformed\\viewpager2-1.0.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endLines": "4",
+ "endColumns": "24",
+ "endOffsets": "160"
+ },
+ "to": {
+ "startLines": "13429",
+ "startColumns": "4",
+ "startOffsets": "813299",
+ "endLines": "13431",
+ "endColumns": "24",
+ "endOffsets": "813404"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\ded13e77e5e93b232fadd0ff264f4bf0\\transformed\\material-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,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,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,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,1002,1006,1010,1018,1025,1033,1043,1052,1061,1070,1071,1072,1073,1074,1075,1076,1077,1078,1083,1084,1088,1089,1095,1099,1100,1101,1102,1112,1113,1114,1118,1119,1125,1129,1130,1133,1134,1137,1140,1141,1142,1143,1343,1349,1547,1747,1753,1951,2014,2096,2148,2230,2292,2374,2438,2490,2572,2579,2590,2594,2598,2611,2627,2634,2640,2652,2671,2688,2693,2698,2705,2715,2728,2742,2746,2753,2757,2763,2774,2777,2781,2797,2798,2846,2850,2854,2858,2859,2860,2863,2877,2886,2901,2943,2944,2945,2950,2954,2959,2966,2972,2973,2976,2980,2985,2997,3001,3006,3011,3016,3019,3022,3025,3029,3033,3034,3035,3036,3037,3041,3047,3051,3057,3061,3065,3071,3077,3081,3085,3089,3090,3091,3092,3093,3094,3095,3096,3100,3104,3107,3111,3114,3117,3120,3123,3126,3130,3134,3135,3138,3141,3144,3147,3150,3153,3156,3159,3163,3166,3170,3173,3176,3179,3182,3185,3188,3192,3195,3198,3202,3205,3215,3223,3231,3234,3237,3240,3243,3246,3249,3252,3253,3256,3259,3260,3263,3264,3265,3269,3270,3275,3283,3291,3299,3307,3315,3323,3331,3339,3347,3356,3365,3374,3382,3391,3400,3403,3406,3407,3408,3409,3410,3411,3412,3413,3414,3415,3416,3417,3418,3421,3422,3423,3424,3425,3433,3441,3442,3450,3454,3462,3470,3478,3486,3494,3495,3503,3511,3512,3515,3518,3519,3522,3525,3527,3532,3534,3539,3543,3547,3548,3549,3550,3554,3558,3559,3563,3564,3565,3566,3567,3568,3569,3570,3571,3572,3573,3574,3575,3576,3580,3584,3585,3589,3590,3595,3596,3597,3598,3599,3600,3601,3602,3603,3604,3605,3606,3607,3608,3609,3610,3611,3612,3613,3614,3615,3619,3620,3621,3627,3628,3632,3634,3635,3638,3643,3644,3645,3646,3647,3648,3652,3653,3654,3660,3661,3665,3667,3670,3674,3678,3682,3686,3687,3688,3689,3692,3695,3698,3701,3704,3708,3709,3714,3718,3723,3727,3732,3736,3740,3773,3774,3775,3776,3780,3781,3782,3783,3787,3791,3795,3799,3805,3806,3839,3852,3857,3883,3889,3892,3903,3908,3911,3914,3917,3920,3923,3926,3929,3933,3936,3937,3938,3946,3954,3957,3962,3967,3972,3977,3981,3985,3986,3994,3995,3996,3997,3998,4006,4011,4016,4017,4018,4019,4044,4049,4054,4057,4061,4064,4068,4078,4081,4086,4089,4093,4097,4100,4108,4121,4134,4138,4153,4164,4167,4178,4183,4187,4222,4223,4224,4231,4235,4239,4243,4247,4258,4274,4288,4295,4304,4307,4327,4337,4341,4345,4356,4362,4366,4383,4391,4395,4399,4403,4406,4410,4414,4418,4425,4429,4430,4434,4455,4465,4485,4494,4510,4520,4524,4534,4554,4564,4567,4568,4569,4570,4571,4575,4579,4583,4584,4585,4586,4589,4592,4595,4598,4601,4604,4607,4610,4613,4616,4619,4622,4625,4628,4631,4634,4637,4638,4641,4652,4660,4664,4669,4674,4677,4680,4686,4690,4693,4696,4700,4705,4709,4712,4720,4724,4728,4739,4744,4749,4750,4753,4756,4757,4767,4772,4780,4783,4787,4800,4803,4807,4822,4829,4855,4858,4861,4864,4867,4877,4884,4885,4890,4891,4892,4893,4897,4901,4905,4909,4938,4941,4945,4949,4977,4980,4984,4988,4997,5003,5006,5015,5019,5020,5027,5031,5038,5039,5040,5043,5048,5053,5054,5058,5066,5081,5085,5086,5098,5108,5109,5121,5126,5150,5153,5159,5162,5171,5179,5183,5186,5189,5192,5196,5199,5216,5220,5223,5238,5241,5249,5254,5261,5266,5267,5272,5273,5279,5285,5291,5322,5333,5350,5357,5361,5364,5376,5385,5389,5394,5398,5402,5406,5410,5414,5418,5422,5425,5434,5439,5448,5451,5458,5459,5463,5472,5478,5482,5483,5487,5508,5514,5518,5522,5523,5545,5546,5547,5548,5549,5554,5557,5558,5565,5566,5578,5590,5597,5598,5603,5608,5609,5613,5627,5632,5638,5644,5650,5655,5661,5667,5668,5673,5687,5692,5701,5710,5713,5726,5729,5740,5744,5753,5762,5763,5770,5778,5803,5815,5863,5900,5965,6002,6008,6074,6187,6213,6242,6248,6256,6373,6388,6402,6408,6458,6462,6468,6474,6485,6520,6526,6534,6542,6608,6620,6632,6644,6687,6699,6712,6721,6727,6732,6737,6743,6783,6795,6853,6878,6956,6962,6969,6972,6976,7014,7037,7090,7098,7121,7128,7136,7237,7242,7497,7513",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,311,371,432,487,537,587,640,698,746,815,863,934,1006,1078,1151,1218,1267,1321,1358,1409,1456,1512,1561,1619,1675,1726,1786,1835,1891,1947,1997,2056,2103,2159,2213,2267,2321,2370,2428,2484,2531,2585,2639,2687,2744,2798,2854,2917,2979,3035,3095,3148,3209,3288,3369,3441,3520,3600,3676,3754,3823,3899,3976,4047,4120,4184,4255,4327,4378,4431,4484,4536,4586,4644,4709,4757,4808,4875,4941,4999,5068,5126,5195,5265,5338,5412,5480,5547,5617,5683,5756,5816,5892,5952,6012,6087,6155,6221,6289,6349,6408,6465,6531,6593,6650,6709,6771,6833,6900,6957,7013,7069,7127,7185,7242,7299,7358,7417,7475,7529,7585,7714,7767,7825,7883,7941,7987,8047,8101,8169,8238,8306,8359,8411,8461,8507,8557,8613,8660,8718,8776,8838,8901,8963,9022,9082,9147,9213,9278,9340,9402,9464,9526,9588,9650,9716,9783,9849,9912,9976,10039,10107,10168,10230,10292,10355,10419,10482,10546,10624,10683,10749,10829,10890,10943,10997,11055,11106,11151,11215,11274,11336,11410,11481,11547,11621,11690,11761,11834,11905,11973,12046,12122,12192,12270,12338,12404,12465,12534,12598,12664,12732,12798,12861,12929,13000,13065,13138,13201,13282,13346,13412,13482,13552,13622,13692,13759,13816,13874,13933,13993,14052,14111,14170,14229,14288,14347,14406,14465,14524,14583,14643,14704,14766,14827,14888,14949,15010,15071,15132,15193,15254,15315,15376,15444,15513,15583,15652,15721,15790,15859,15928,15997,16066,16135,16204,16273,16333,16394,16456,16517,16578,16639,16700,16761,16822,16883,16944,17005,17066,17128,17191,17255,17318,17381,17444,17507,17570,17633,17696,17759,17822,17885,17946,18008,18071,18133,18195,18257,18319,18381,18443,18505,18567,18629,18691,18748,18835,18915,19005,19100,19192,19284,19374,19457,19550,19637,19734,19825,19926,20013,20116,20205,20304,20396,20480,20574,20662,20760,20844,20944,21030,21126,21214,21295,21386,21482,21575,21668,21759,21844,21938,22027,22125,22218,22320,22408,22512,22603,22703,22796,22881,22976,23065,23164,23249,23350,23437,23534,23600,23676,23745,23824,23889,23955,24008,24084,24150,24237,24313,24389,24431,24478,24543,24598,24648,24702,24781,24859,24932,24997,25060,25126,25197,25268,25338,25400,25469,25535,25595,25662,25729,25785,25836,25889,25941,25995,26066,26129,26188,26250,26309,26382,26449,26519,26579,26642,26717,26789,26885,26956,27012,27083,27140,27197,27263,27327,27398,27455,27508,27571,27623,27681,27748,27817,27883,27942,28025,28084,28141,28208,28278,28352,28414,28483,28553,28607,28660,28714,28773,28819,28876,28943,28999,29064,29138,29222,29295,29360,29422,29478,29561,29650,29714,29793,29867,29926,29982,30038,30098,30158,30205,30265,30326,30390,30451,30511,30569,30612,30661,30713,30764,30816,30865,30914,30979,31045,31105,31166,31222,31281,31356,31413,31497,31554,31629,31704,31755,31823,31873,31935,31995,32052,32112,32161,32242,32299,32360,32419,32479,32537,32598,32656,32706,32755,32822,32881,32940,32989,33064,33135,33204,33267,33335,33401,33469,33534,33600,33677,33755,33819,33898,33987,34065,34131,34200,34266,34364,34460,34556,34654,34763,34819,34911,34960,35014,35068,35122,35176,35230,35285,35395,35505,35615,35725,35835,35945,36055,36165,36271,36377,36483,36589,36684,36779,36874,36969,37075,37181,37287,37393,37488,37583,37678,37773,37881,37989,38097,38205,38302,38399,38496,38593,38701,38809,38917,39025,39123,39219,39315,39413,39478,39566,39630,39692,39754,39822,39880,39943,40009,40072,40139,40211,40277,40329,40389,40447,40499,40556,40640,40735,40820,40901,40981,41058,41137,41214,41288,41362,41433,41513,41585,41660,41713,41766,41834,41911,41976,42037,42097,42172,42246,42323,42396,42466,42538,42608,42681,42745,42815,42863,42932,42984,43069,43152,43210,43276,43343,43409,43490,43565,43621,43674,43735,43793,43843,43892,43941,43990,44052,44104,44149,44230,44281,44335,44388,44442,44493,44542,44608,44659,44720,44781,44843,44893,44934,45011,45070,45129,45188,45249,45305,45361,45428,45489,45554,45609,45674,45743,45811,45889,45958,46018,46089,46163,46228,46300,46370,46437,46521,46590,46657,46727,46790,46857,46925,47008,47087,47177,47254,47322,47389,47467,47524,47581,47649,47715,47771,47831,47890,47944,47994,48044,48092,48154,48205,48278,48358,48438,48502,48565,48632,48703,48761,48822,48888,48947,49014,49074,49134,49197,49265,49326,49393,49471,49541,49590,49647,49716,49777,49865,49953,50041,50129,50185,50272,50359,50446,50533,50591,50665,50735,50791,50862,50927,50989,51064,51137,51227,51293,51359,51420,51484,51546,51604,51675,51758,51817,51888,51954,52019,52080,52139,52210,52276,52341,52424,52500,52575,52656,52716,52785,52855,52924,52979,53035,53091,53152,53210,53266,53321,53383,53436,53493,53587,53656,53757,53808,53878,53941,53999,54069,54138,54208,54278,54348,54415,54482,54557,54624,54683,54737,54791,54845,54898,54950,55024,55065,55130,55204,55277,55345,55405,55463,55524,55590,55656,55721,55785,55846,55983,56123,56172,56222,56270,56326,56384,56446,56501,56559,56630,56694,56753,56815,56881,56947,56990,57034,57079,57122,57173,57220,57265,57316,57367,57418,57469,57517,57583,57645,57708,57780,57837,57892,57950,58005,58064,58120,58181,58244,58305,58366,58427,58488,58549,58610,58671,58730,58791,58852,58913,58974,59035,59096,59147,59213,59279,59347,59415,59481,59548,59622,59685,59742,59802,59867,59934,59999,60056,60117,60175,60245,60292,60344,60394,60451,60771,60921,61052,61290,61388,61503,61588,61636,61715,61780,61869,62026,62183,62336,62490,62549,62589,62685,62775,62871,62961,63127,63252,63377,63547,63657,63778,63899,64009,64121,64244,64367,64449,64623,64771,64930,65085,65258,65375,65492,65660,65772,65886,66060,66238,66371,66483,66629,66781,66913,67056,67178,67356,67538,67855,68037,68219,68409,68599,68798,68955,69065,69248,69385,69605,69789,69949,70107,70291,70494,70665,70885,71107,71262,71462,71646,71749,71890,72055,72226,72426,72630,72832,73037,73238,73437,73641,73802,73880,74181,74347,74502,74604,74738,75015,75300,75751,76207,76716,77258,77723,78185,78656,78741,78862,78961,79048,79171,79272,79365,79472,79815,79922,80167,80288,80697,80945,81045,81150,81269,81803,81950,82069,82320,82453,82868,83122,83234,83440,83565,83782,83982,84103,84236,84383,99559,99995,115027,130239,130677,145745,150750,156291,160475,166030,170936,176437,180504,184604,190119,190610,191366,191618,191883,193038,193942,194406,194799,195469,196628,197731,198103,198481,198943,199718,200483,201468,201734,202210,202484,202881,203554,203732,203961,205060,205151,207345,207611,207933,208143,208252,208371,208555,209527,210123,211052,213703,213798,213829,214157,214385,214644,215220,215574,215696,215835,216109,216369,217239,217525,217928,218330,218673,218885,219086,219299,219588,219873,219946,220033,220118,220217,220389,220659,220830,221098,221263,221430,221699,221964,222132,222297,222463,222583,222703,222811,222921,223033,223141,223251,223416,223582,223761,223926,224081,224201,224362,224525,224686,224851,225018,225071,225204,225324,225422,225535,225654,225771,225926,226058,226287,226450,226643,226769,226921,227063,227233,227389,227561,227852,227964,228093,228322,228540,229395,229982,230596,230764,230906,231067,231210,231378,231535,231730,231822,231995,232157,232252,232421,232515,232604,232847,232936,233229,233694,234163,234633,235108,235574,236039,236505,236972,237435,238015,238598,239180,239640,240221,240803,240993,241172,241278,241386,241492,241604,241718,241830,241944,242060,242174,242282,242392,242500,242696,242804,242914,243022,243136,243545,243959,244075,244493,244734,245164,245599,246009,246431,246841,246963,247372,247788,247910,248128,248312,248373,248545,248717,248785,249129,249209,249565,249715,249859,249935,250047,250137,250399,250664,250763,250915,250991,251103,251193,251295,251403,251511,251611,251696,251800,251887,251965,252079,252171,252435,252702,252803,252956,253040,253429,253527,253635,253729,253859,253967,254089,254225,254333,254453,254587,254709,254837,254979,255105,255245,255371,255489,255621,255719,255829,256129,256241,256359,256823,256939,257242,257368,257464,257594,257995,258105,258229,258367,258477,258599,258911,259035,259165,259641,259769,260084,260222,260368,260530,260746,260902,261106,261174,261258,261362,261565,261754,261955,262148,262353,262558,262674,262916,263151,263410,263609,263875,264072,264288,266848,266962,267082,267176,267497,267596,267714,267815,268045,268281,268491,268724,269148,269224,271794,273049,273493,275437,275894,276102,277112,277583,277724,277859,278056,278227,278410,278585,278772,278994,279152,279236,279340,279902,280533,280691,280910,281141,281364,281599,281821,282087,282225,282824,282938,283076,283188,283312,283883,284378,284924,285069,285162,285254,287271,287714,288012,288201,288407,288600,288810,289694,289839,290322,290480,290697,290958,291089,291521,292347,292967,293164,294112,294877,295000,295773,295994,296194,298171,298271,298361,298799,299098,299409,299712,300027,300653,301404,302479,303026,303584,303750,305147,305763,305999,306220,307010,307405,307641,308910,309359,309546,309795,310037,310213,310454,310687,310912,311254,311467,311562,311823,312678,313131,313995,314443,315111,315563,315770,316227,317081,317538,317688,317812,317958,318096,318232,318520,318821,319123,319239,319361,319473,319622,319880,320142,320400,320660,320908,321160,321408,321658,321902,322150,322394,322640,322872,323108,323340,323574,323686,323877,324736,325334,325530,325767,326035,326251,326469,326741,327040,327232,327444,327736,328000,328289,328508,329033,329270,329562,330301,330539,330808,330948,331118,331262,331364,332146,332486,333108,333334,333631,334355,334619,334934,336100,336660,338755,338949,339167,339393,339605,340280,340719,340815,341162,341250,341358,341466,341760,342066,342364,342674,344753,344941,345202,345451,347428,347620,347885,348138,348721,349071,349240,349754,349989,350113,350621,350835,351333,351436,351566,351741,352060,352346,352486,352680,353178,354059,354347,354477,355254,355911,356057,356763,357001,358541,358691,359108,359273,359959,360429,360625,360787,360942,361086,361320,361487,362415,362701,362861,363476,363635,363963,364190,364702,365064,365143,365482,365587,365952,366323,366684,368506,369135,370211,370731,370984,371136,372126,372863,373066,373312,373559,373777,374019,374340,374604,374909,375132,375304,375845,376114,376608,376834,377274,377433,377717,378462,378827,379132,379290,379528,380847,381245,381473,381693,381835,383535,383641,383771,383909,384033,384321,384490,384590,385049,385163,386046,386801,387240,387364,387677,387960,388094,388285,389064,389282,389573,389852,390169,390391,390686,390969,391073,391356,392088,392404,393030,393536,393741,394470,394745,395406,395595,396242,396903,397023,397520,398054,399671,400368,402822,404729,407576,409668,410000,414168,419544,420822,421917,422101,422312,429484,430192,430969,431353,433781,434012,434316,434633,435350,436806,437113,437621,438019,441475,442093,442675,443170,445157,445867,446482,446976,447349,447578,447786,447922,450229,450905,454165,455583,460750,460971,461264,461401,461636,463490,464480,467124,467565,468795,469216,469532,475045,475310,489618,490687",
+ "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,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,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,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,1001,1005,1009,1017,1024,1032,1042,1051,1060,1069,1070,1071,1072,1073,1074,1075,1076,1077,1082,1083,1087,1088,1094,1098,1099,1100,1101,1111,1112,1113,1117,1118,1124,1128,1129,1132,1133,1136,1139,1140,1141,1142,1342,1348,1546,1746,1752,1950,2013,2095,2147,2229,2291,2373,2437,2489,2571,2578,2589,2593,2597,2610,2626,2633,2639,2651,2670,2687,2692,2697,2704,2714,2727,2741,2745,2752,2756,2762,2773,2776,2780,2796,2797,2845,2849,2853,2857,2858,2859,2862,2876,2885,2900,2942,2943,2944,2949,2953,2958,2965,2971,2972,2975,2979,2984,2996,3000,3005,3010,3015,3018,3021,3024,3028,3032,3033,3034,3035,3036,3040,3046,3050,3056,3060,3064,3070,3076,3080,3084,3088,3089,3090,3091,3092,3093,3094,3095,3099,3103,3106,3110,3113,3116,3119,3122,3125,3129,3133,3134,3137,3140,3143,3146,3149,3152,3155,3158,3162,3165,3169,3172,3175,3178,3181,3184,3187,3191,3194,3197,3201,3204,3214,3222,3230,3233,3236,3239,3242,3245,3248,3251,3252,3255,3258,3259,3262,3263,3264,3268,3269,3274,3282,3290,3298,3306,3314,3322,3330,3338,3346,3355,3364,3373,3381,3390,3399,3402,3405,3406,3407,3408,3409,3410,3411,3412,3413,3414,3415,3416,3417,3420,3421,3422,3423,3424,3432,3440,3441,3449,3453,3461,3469,3477,3485,3493,3494,3502,3510,3511,3514,3517,3518,3521,3524,3526,3531,3533,3538,3542,3546,3547,3548,3549,3553,3557,3558,3562,3563,3564,3565,3566,3567,3568,3569,3570,3571,3572,3573,3574,3575,3579,3583,3584,3588,3589,3594,3595,3596,3597,3598,3599,3600,3601,3602,3603,3604,3605,3606,3607,3608,3609,3610,3611,3612,3613,3614,3618,3619,3620,3626,3627,3631,3633,3634,3637,3642,3643,3644,3645,3646,3647,3651,3652,3653,3659,3660,3664,3666,3669,3673,3677,3681,3685,3686,3687,3688,3691,3694,3697,3700,3703,3707,3708,3713,3717,3722,3726,3731,3735,3739,3772,3773,3774,3775,3779,3780,3781,3782,3786,3790,3794,3798,3804,3805,3838,3851,3856,3882,3888,3891,3902,3907,3910,3913,3916,3919,3922,3925,3928,3932,3935,3936,3937,3945,3953,3956,3961,3966,3971,3976,3980,3984,3985,3993,3994,3995,3996,3997,4005,4010,4015,4016,4017,4018,4043,4048,4053,4056,4060,4063,4067,4077,4080,4085,4088,4092,4096,4099,4107,4120,4133,4137,4152,4163,4166,4177,4182,4186,4221,4222,4223,4230,4234,4238,4242,4246,4257,4273,4287,4294,4303,4306,4326,4336,4340,4344,4355,4361,4365,4382,4390,4394,4398,4402,4405,4409,4413,4417,4424,4428,4429,4433,4454,4464,4484,4493,4509,4519,4523,4533,4553,4563,4566,4567,4568,4569,4570,4574,4578,4582,4583,4584,4585,4588,4591,4594,4597,4600,4603,4606,4609,4612,4615,4618,4621,4624,4627,4630,4633,4636,4637,4640,4651,4659,4663,4668,4673,4676,4679,4685,4689,4692,4695,4699,4704,4708,4711,4719,4723,4727,4738,4743,4748,4749,4752,4755,4756,4766,4771,4779,4782,4786,4799,4802,4806,4821,4828,4854,4857,4860,4863,4866,4876,4883,4884,4889,4890,4891,4892,4896,4900,4904,4908,4937,4940,4944,4948,4976,4979,4983,4987,4996,5002,5005,5014,5018,5019,5026,5030,5037,5038,5039,5042,5047,5052,5053,5057,5065,5080,5084,5085,5097,5107,5108,5120,5125,5149,5152,5158,5161,5170,5178,5182,5185,5188,5191,5195,5198,5215,5219,5222,5237,5240,5248,5253,5260,5265,5266,5271,5272,5278,5284,5290,5321,5332,5349,5356,5360,5363,5375,5384,5388,5393,5397,5401,5405,5409,5413,5417,5421,5424,5433,5438,5447,5450,5457,5458,5462,5471,5477,5481,5482,5486,5507,5513,5517,5521,5522,5544,5545,5546,5547,5548,5553,5556,5557,5564,5565,5577,5589,5596,5597,5602,5607,5608,5612,5626,5631,5637,5643,5649,5654,5660,5666,5667,5672,5686,5691,5700,5709,5712,5725,5728,5739,5743,5752,5761,5762,5769,5777,5802,5814,5862,5899,5964,6001,6007,6073,6186,6212,6241,6247,6255,6372,6387,6401,6407,6457,6461,6467,6473,6484,6519,6525,6533,6541,6607,6619,6631,6643,6686,6698,6711,6720,6726,6731,6736,6742,6782,6794,6852,6877,6955,6961,6968,6971,6975,7013,7036,7089,7097,7120,7127,7135,7236,7241,7496,7512,7522",
+ "endColumns": "55,48,55,59,60,54,49,49,52,57,47,68,47,70,71,71,72,66,48,53,36,50,46,55,48,57,55,50,59,48,55,55,49,58,46,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,63,70,71,50,52,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,58,61,61,66,56,55,55,57,57,56,56,58,58,57,53,55,9,52,57,57,57,45,59,53,67,68,67,52,51,49,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,53,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,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,84,94,88,98,84,100,86,96,65,75,68,78,64,65,52,75,65,86,75,75,41,46,64,54,49,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,82,88,63,78,73,58,55,55,59,59,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,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,63,78,88,77,65,68,65,97,95,95,97,108,55,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,63,61,61,67,57,62,65,62,66,71,65,51,59,57,51,56,83,94,84,80,79,76,78,76,73,73,70,79,71,74,52,52,67,76,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,62,66,70,57,60,65,58,66,59,59,62,67,60,66,77,69,48,56,68,60,87,87,87,87,55,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,52,56,93,68,100,50,69,62,57,69,68,69,69,69,66,66,74,66,58,53,53,53,52,51,73,40,64,73,72,67,59,57,60,65,65,64,63,60,136,139,48,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,60,62,60,60,60,60,60,60,60,58,60,60,60,60,60,60,50,65,65,67,67,65,66,73,62,56,59,64,66,64,56,60,57,69,46,51,49,56,12,149,130,237,97,114,84,47,78,64,88,156,156,152,153,58,39,95,89,95,89,165,124,124,169,109,120,120,109,111,122,122,81,173,147,158,154,172,116,116,167,111,113,173,177,132,111,145,151,131,142,121,177,181,316,181,181,189,189,198,156,109,182,136,219,183,159,157,183,202,170,219,221,154,199,183,102,140,164,170,199,203,201,204,200,198,203,160,77,300,165,154,101,10,10,10,10,10,10,10,10,10,10,84,120,98,86,122,100,92,106,10,106,10,120,10,10,99,104,118,10,146,118,10,132,10,10,111,10,124,10,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,90,10,10,10,10,108,118,10,10,10,10,10,94,30,10,10,10,10,10,121,10,10,10,10,10,10,10,10,10,10,10,10,10,72,86,84,98,10,10,10,10,10,10,10,10,10,10,10,119,119,107,109,111,107,109,10,10,10,10,10,10,10,10,10,10,10,52,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,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,107,109,107,113,10,10,115,10,10,10,10,10,10,10,121,10,10,121,10,10,60,10,10,10,10,10,10,10,10,75,111,89,10,10,98,10,75,111,89,101,107,107,99,84,103,86,77,113,91,10,10,100,10,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,10,109,123,137,109,121,10,123,129,10,127,10,10,10,10,10,10,10,67,83,103,10,10,10,10,10,10,115,10,10,10,10,10,10,10,10,113,119,93,10,98,117,100,10,10,10,10,10,75,10,10,10,10,10,10,10,10,10,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,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,94,10,10,10,10,10,10,10,10,10,10,10,10,123,145,137,135,10,10,10,115,121,111,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,111,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,101,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,95,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,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",
+ "endOffsets": "201,250,306,366,427,482,532,582,635,693,741,810,858,929,1001,1073,1146,1213,1262,1316,1353,1404,1451,1507,1556,1614,1670,1721,1781,1830,1886,1942,1992,2051,2098,2154,2208,2262,2316,2365,2423,2479,2526,2580,2634,2682,2739,2793,2849,2912,2974,3030,3090,3143,3204,3283,3364,3436,3515,3595,3671,3749,3818,3894,3971,4042,4115,4179,4250,4322,4373,4426,4479,4531,4581,4639,4704,4752,4803,4870,4936,4994,5063,5121,5190,5260,5333,5407,5475,5542,5612,5678,5751,5811,5887,5947,6007,6082,6150,6216,6284,6344,6403,6460,6526,6588,6645,6704,6766,6828,6895,6952,7008,7064,7122,7180,7237,7294,7353,7412,7470,7524,7580,7709,7762,7820,7878,7936,7982,8042,8096,8164,8233,8301,8354,8406,8456,8502,8552,8608,8655,8713,8771,8833,8896,8958,9017,9077,9142,9208,9273,9335,9397,9459,9521,9583,9645,9711,9778,9844,9907,9971,10034,10102,10163,10225,10287,10350,10414,10477,10541,10619,10678,10744,10824,10885,10938,10992,11050,11101,11146,11210,11269,11331,11405,11476,11542,11616,11685,11756,11829,11900,11968,12041,12117,12187,12265,12333,12399,12460,12529,12593,12659,12727,12793,12856,12924,12995,13060,13133,13196,13277,13341,13407,13477,13547,13617,13687,13754,13811,13869,13928,13988,14047,14106,14165,14224,14283,14342,14401,14460,14519,14578,14638,14699,14761,14822,14883,14944,15005,15066,15127,15188,15249,15310,15371,15439,15508,15578,15647,15716,15785,15854,15923,15992,16061,16130,16199,16268,16328,16389,16451,16512,16573,16634,16695,16756,16817,16878,16939,17000,17061,17123,17186,17250,17313,17376,17439,17502,17565,17628,17691,17754,17817,17880,17941,18003,18066,18128,18190,18252,18314,18376,18438,18500,18562,18624,18686,18743,18830,18910,19000,19095,19187,19279,19369,19452,19545,19632,19729,19820,19921,20008,20111,20200,20299,20391,20475,20569,20657,20755,20839,20939,21025,21121,21209,21290,21381,21477,21570,21663,21754,21839,21933,22022,22120,22213,22315,22403,22507,22598,22698,22791,22876,22971,23060,23159,23244,23345,23432,23529,23595,23671,23740,23819,23884,23950,24003,24079,24145,24232,24308,24384,24426,24473,24538,24593,24643,24697,24776,24854,24927,24992,25055,25121,25192,25263,25333,25395,25464,25530,25590,25657,25724,25780,25831,25884,25936,25990,26061,26124,26183,26245,26304,26377,26444,26514,26574,26637,26712,26784,26880,26951,27007,27078,27135,27192,27258,27322,27393,27450,27503,27566,27618,27676,27743,27812,27878,27937,28020,28079,28136,28203,28273,28347,28409,28478,28548,28602,28655,28709,28768,28814,28871,28938,28994,29059,29133,29217,29290,29355,29417,29473,29556,29645,29709,29788,29862,29921,29977,30033,30093,30153,30200,30260,30321,30385,30446,30506,30564,30607,30656,30708,30759,30811,30860,30909,30974,31040,31100,31161,31217,31276,31351,31408,31492,31549,31624,31699,31750,31818,31868,31930,31990,32047,32107,32156,32237,32294,32355,32414,32474,32532,32593,32651,32701,32750,32817,32876,32935,32984,33059,33130,33199,33262,33330,33396,33464,33529,33595,33672,33750,33814,33893,33982,34060,34126,34195,34261,34359,34455,34551,34649,34758,34814,34906,34955,35009,35063,35117,35171,35225,35280,35390,35500,35610,35720,35830,35940,36050,36160,36266,36372,36478,36584,36679,36774,36869,36964,37070,37176,37282,37388,37483,37578,37673,37768,37876,37984,38092,38200,38297,38394,38491,38588,38696,38804,38912,39020,39118,39214,39310,39408,39473,39561,39625,39687,39749,39817,39875,39938,40004,40067,40134,40206,40272,40324,40384,40442,40494,40551,40635,40730,40815,40896,40976,41053,41132,41209,41283,41357,41428,41508,41580,41655,41708,41761,41829,41906,41971,42032,42092,42167,42241,42318,42391,42461,42533,42603,42676,42740,42810,42858,42927,42979,43064,43147,43205,43271,43338,43404,43485,43560,43616,43669,43730,43788,43838,43887,43936,43985,44047,44099,44144,44225,44276,44330,44383,44437,44488,44537,44603,44654,44715,44776,44838,44888,44929,45006,45065,45124,45183,45244,45300,45356,45423,45484,45549,45604,45669,45738,45806,45884,45953,46013,46084,46158,46223,46295,46365,46432,46516,46585,46652,46722,46785,46852,46920,47003,47082,47172,47249,47317,47384,47462,47519,47576,47644,47710,47766,47826,47885,47939,47989,48039,48087,48149,48200,48273,48353,48433,48497,48560,48627,48698,48756,48817,48883,48942,49009,49069,49129,49192,49260,49321,49388,49466,49536,49585,49642,49711,49772,49860,49948,50036,50124,50180,50267,50354,50441,50528,50586,50660,50730,50786,50857,50922,50984,51059,51132,51222,51288,51354,51415,51479,51541,51599,51670,51753,51812,51883,51949,52014,52075,52134,52205,52271,52336,52419,52495,52570,52651,52711,52780,52850,52919,52974,53030,53086,53147,53205,53261,53316,53378,53431,53488,53582,53651,53752,53803,53873,53936,53994,54064,54133,54203,54273,54343,54410,54477,54552,54619,54678,54732,54786,54840,54893,54945,55019,55060,55125,55199,55272,55340,55400,55458,55519,55585,55651,55716,55780,55841,55978,56118,56167,56217,56265,56321,56379,56441,56496,56554,56625,56689,56748,56810,56876,56942,56985,57029,57074,57117,57168,57215,57260,57311,57362,57413,57464,57512,57578,57640,57703,57775,57832,57887,57945,58000,58059,58115,58176,58239,58300,58361,58422,58483,58544,58605,58666,58725,58786,58847,58908,58969,59030,59091,59142,59208,59274,59342,59410,59476,59543,59617,59680,59737,59797,59862,59929,59994,60051,60112,60170,60240,60287,60339,60389,60446,60766,60916,61047,61285,61383,61498,61583,61631,61710,61775,61864,62021,62178,62331,62485,62544,62584,62680,62770,62866,62956,63122,63247,63372,63542,63652,63773,63894,64004,64116,64239,64362,64444,64618,64766,64925,65080,65253,65370,65487,65655,65767,65881,66055,66233,66366,66478,66624,66776,66908,67051,67173,67351,67533,67850,68032,68214,68404,68594,68793,68950,69060,69243,69380,69600,69784,69944,70102,70286,70489,70660,70880,71102,71257,71457,71641,71744,71885,72050,72221,72421,72625,72827,73032,73233,73432,73636,73797,73875,74176,74342,74497,74599,74733,75010,75295,75746,76202,76711,77253,77718,78180,78651,78736,78857,78956,79043,79166,79267,79360,79467,79810,79917,80162,80283,80692,80940,81040,81145,81264,81798,81945,82064,82315,82448,82863,83117,83229,83435,83560,83777,83977,84098,84231,84378,99554,99990,115022,130234,130672,145740,150745,156286,160470,166025,170931,176432,180499,184599,190114,190605,191361,191613,191878,193033,193937,194401,194794,195464,196623,197726,198098,198476,198938,199713,200478,201463,201729,202205,202479,202876,203549,203727,203956,205055,205146,207340,207606,207928,208138,208247,208366,208550,209522,210118,211047,213698,213793,213824,214152,214380,214639,215215,215569,215691,215830,216104,216364,217234,217520,217923,218325,218668,218880,219081,219294,219583,219868,219941,220028,220113,220212,220384,220654,220825,221093,221258,221425,221694,221959,222127,222292,222458,222578,222698,222806,222916,223028,223136,223246,223411,223577,223756,223921,224076,224196,224357,224520,224681,224846,225013,225066,225199,225319,225417,225530,225649,225766,225921,226053,226282,226445,226638,226764,226916,227058,227228,227384,227556,227847,227959,228088,228317,228535,229390,229977,230591,230759,230901,231062,231205,231373,231530,231725,231817,231990,232152,232247,232416,232510,232599,232842,232931,233224,233689,234158,234628,235103,235569,236034,236500,236967,237430,238010,238593,239175,239635,240216,240798,240988,241167,241273,241381,241487,241599,241713,241825,241939,242055,242169,242277,242387,242495,242691,242799,242909,243017,243131,243540,243954,244070,244488,244729,245159,245594,246004,246426,246836,246958,247367,247783,247905,248123,248307,248368,248540,248712,248780,249124,249204,249560,249710,249854,249930,250042,250132,250394,250659,250758,250910,250986,251098,251188,251290,251398,251506,251606,251691,251795,251882,251960,252074,252166,252430,252697,252798,252951,253035,253424,253522,253630,253724,253854,253962,254084,254220,254328,254448,254582,254704,254832,254974,255100,255240,255366,255484,255616,255714,255824,256124,256236,256354,256818,256934,257237,257363,257459,257589,257990,258100,258224,258362,258472,258594,258906,259030,259160,259636,259764,260079,260217,260363,260525,260741,260897,261101,261169,261253,261357,261560,261749,261950,262143,262348,262553,262669,262911,263146,263405,263604,263870,264067,264283,266843,266957,267077,267171,267492,267591,267709,267810,268040,268276,268486,268719,269143,269219,271789,273044,273488,275432,275889,276097,277107,277578,277719,277854,278051,278222,278405,278580,278767,278989,279147,279231,279335,279897,280528,280686,280905,281136,281359,281594,281816,282082,282220,282819,282933,283071,283183,283307,283878,284373,284919,285064,285157,285249,287266,287709,288007,288196,288402,288595,288805,289689,289834,290317,290475,290692,290953,291084,291516,292342,292962,293159,294107,294872,294995,295768,295989,296189,298166,298266,298356,298794,299093,299404,299707,300022,300648,301399,302474,303021,303579,303745,305142,305758,305994,306215,307005,307400,307636,308905,309354,309541,309790,310032,310208,310449,310682,310907,311249,311462,311557,311818,312673,313126,313990,314438,315106,315558,315765,316222,317076,317533,317683,317807,317953,318091,318227,318515,318816,319118,319234,319356,319468,319617,319875,320137,320395,320655,320903,321155,321403,321653,321897,322145,322389,322635,322867,323103,323335,323569,323681,323872,324731,325329,325525,325762,326030,326246,326464,326736,327035,327227,327439,327731,327995,328284,328503,329028,329265,329557,330296,330534,330803,330943,331113,331257,331359,332141,332481,333103,333329,333626,334350,334614,334929,336095,336655,338750,338944,339162,339388,339600,340275,340714,340810,341157,341245,341353,341461,341755,342061,342359,342669,344748,344936,345197,345446,347423,347615,347880,348133,348716,349066,349235,349749,349984,350108,350616,350830,351328,351431,351561,351736,352055,352341,352481,352675,353173,354054,354342,354472,355249,355906,356052,356758,356996,358536,358686,359103,359268,359954,360424,360620,360782,360937,361081,361315,361482,362410,362696,362856,363471,363630,363958,364185,364697,365059,365138,365477,365582,365947,366318,366679,368501,369130,370206,370726,370979,371131,372121,372858,373061,373307,373554,373772,374014,374335,374599,374904,375127,375299,375840,376109,376603,376829,377269,377428,377712,378457,378822,379127,379285,379523,380842,381240,381468,381688,381830,383530,383636,383766,383904,384028,384316,384485,384585,385044,385158,386041,386796,387235,387359,387672,387955,388089,388280,389059,389277,389568,389847,390164,390386,390681,390964,391068,391351,392083,392399,393025,393531,393736,394465,394740,395401,395590,396237,396898,397018,397515,398049,399666,400363,402817,404724,407571,409663,409995,414163,419539,420817,421912,422096,422307,429479,430187,430964,431348,433776,434007,434311,434628,435345,436801,437108,437616,438014,441470,442088,442670,443165,445152,445862,446477,446971,447344,447573,447781,447917,450224,450900,454160,455578,460745,460966,461259,461396,461631,463485,464475,467119,467560,468790,469211,469527,475040,475305,489613,490682,491053"
+ },
+ "to": {
+ "startLines": "10,16,29,30,31,32,35,36,37,38,39,41,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,94,95,117,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,198,200,202,203,204,205,206,207,208,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,410,411,412,438,450,451,452,453,454,455,456,457,459,460,461,462,463,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,503,505,506,517,527,528,558,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,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,776,777,778,779,780,781,782,783,784,785,786,787,813,1658,1661,1665,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,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,1770,1771,1772,1773,1774,1775,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,1803,1804,1805,1806,1807,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,2146,2147,2148,2149,2150,2151,2152,2153,2154,2155,2156,2157,2158,2167,2168,2215,2216,2218,2219,2220,2221,2222,2223,2226,2227,2228,2229,2230,2231,2235,2238,2239,2240,2258,2259,2260,2261,2262,2263,2264,2272,2280,2281,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,2332,2365,2366,2367,2368,2369,2370,2371,2372,2374,2375,2376,2377,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,2400,2401,2402,2403,2404,2405,2406,2407,2408,2409,2410,2411,2412,2413,2414,2415,2416,2417,2418,2419,2420,2421,2422,2423,2424,2425,2426,2427,2428,2429,2430,2431,2432,2433,2434,2435,2436,2437,2438,2439,2440,2441,2442,2443,2444,2445,2446,2447,2448,2449,2450,2451,2452,2453,2454,2455,2460,2461,2462,2463,2464,2472,2478,2482,2525,2533,2540,2710,2720,2729,2738,2807,2808,2809,2810,2811,2812,2813,2814,2815,2820,2821,2825,2826,2832,2836,2837,2838,2839,2849,2850,2851,2855,2856,2862,2866,2936,2939,2940,2943,2946,2947,2948,2949,3149,3155,3353,3553,3559,3757,3820,3902,3954,4036,4098,4180,4244,4296,4378,4385,4396,4400,4404,5179,5195,5202,5208,5220,5239,5256,5261,5266,5273,5283,5296,5310,5314,5321,5325,5331,5342,5345,5349,5365,5366,5414,5418,5422,5426,5427,5428,5431,5445,5454,5469,5511,5520,5521,5526,5530,5535,5542,5548,5549,5552,5556,5561,5573,5577,5582,5587,5592,5595,5598,5601,5605,5748,5749,5750,5751,5828,5832,5838,5842,5848,5852,5856,5862,5868,5872,5876,5880,5881,5882,5883,5884,5885,5886,5887,5891,5895,5898,5902,5905,5908,5911,5914,5917,5921,5925,5926,5929,5932,5935,5938,5941,5944,5947,5950,5954,5957,5961,5964,5967,5970,5973,5976,5979,5983,5986,5989,5993,5996,6006,6014,6022,6025,6028,6031,6034,6037,6107,6110,6111,6114,6117,6118,6121,6122,6123,6127,6128,6133,6141,6149,6157,6165,6173,6181,6189,6197,6205,6214,6223,6232,6240,6249,6258,6261,6264,6265,6266,6267,6268,6269,6270,6271,6272,6273,6274,6275,6276,6279,6280,6281,6282,6283,6291,6299,6300,6308,6312,6320,6328,6336,6344,6352,6353,6361,6369,6370,6373,6376,6377,6380,6438,6440,6445,6447,6452,6456,6460,6461,6462,6463,6467,6471,6472,6476,6477,6478,6479,6480,6481,6482,6483,6484,6485,6486,6487,6488,6489,6493,6497,6498,6502,6503,6508,6509,6510,6511,6512,6513,6514,6515,6516,6517,6518,6519,6520,6521,6522,6523,6524,6525,6526,6527,6528,6532,6533,6534,6540,6541,6545,6547,6548,6551,6556,6557,6558,6559,6560,6561,6565,6566,6567,6573,6574,6578,6580,6583,6587,6591,6595,6611,6612,6613,6614,6617,6620,6623,6626,6629,6633,6634,6639,6643,6648,6652,6657,6661,6665,6698,6699,6700,6701,6705,6706,6707,6708,6712,6716,6720,6724,6730,6731,6764,6777,6782,6808,6814,6817,6828,6833,6836,6839,6842,6845,6848,6851,6854,6858,6861,6862,6863,6871,6879,6882,6887,6892,6897,6902,6906,6910,6911,6919,6920,6921,6922,6923,6931,6936,6941,6942,6943,6944,6969,6974,6979,6982,6986,6989,6993,7003,7006,7011,7014,7018,7022,7122,7130,7143,7156,7160,7175,7186,7189,7200,7205,7209,7244,7245,7246,7253,7257,7261,7265,7269,7280,7296,7310,7317,7326,7329,7349,7359,7363,7367,7378,7384,7388,7405,7413,7417,7421,7425,7428,7432,7436,7440,7447,7451,7452,7456,7477,7487,7507,7516,7532,7542,7546,7556,7576,7586,7589,7590,7591,7592,7593,7597,7601,7605,7606,7607,7608,7611,7614,7617,7620,7623,7626,7629,7632,7635,7638,7641,7644,7647,7650,7653,7656,7659,7660,7663,7674,7682,7686,7691,7696,7699,7702,7708,7712,7715,7718,7722,7727,7731,7734,7742,7746,7750,7761,7766,7771,7772,7775,7778,7779,7789,7794,7802,7805,7809,7822,7825,7829,7844,7851,7877,7880,7883,7886,7889,7899,7906,7907,7912,7913,7914,7915,7919,7923,7927,7931,7960,7963,7967,7971,7999,8002,8006,8010,8019,8025,8028,8037,8041,8042,8049,8053,8060,8061,8062,8065,8070,8075,8076,8080,8088,8103,8107,8108,8120,8130,8131,8143,8148,8172,8175,8181,8184,8193,8201,8205,8208,8211,8214,8218,8221,8238,8242,8245,8260,8263,8271,8276,8283,8288,8289,8294,8295,8301,8307,8313,8344,8355,8372,8379,8383,8386,8398,8407,8411,8416,8420,8424,8428,8432,8436,8440,8444,8447,8456,8461,8470,8473,8480,8481,8485,8494,8500,8504,8505,8509,8530,8536,8540,8544,8545,8567,8568,8569,8570,8571,8576,8579,8580,8587,8588,8600,8612,8619,8620,8625,8630,8631,8635,8649,8654,8660,8666,8672,8677,8683,8689,8690,8695,8709,8714,8723,8732,8735,8748,8751,8762,8766,8775,8784,8785,8792,8982,9007,9019,9616,9653,9718,9755,9761,9913,10026,10058,10087,10093,10101,10218,11054,11068,11074,11124,11128,11214,11292,11561,11602,11608,11616,11624,11690,11702,11714,11726,11769,11781,11794,11803,11809,11814,11819,11825,12182,12194,12252,12277,12436,12442,12484,12487,12528,12566,12589,12642,12650,12790,12797,12805,12946,12951,13206,13291",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,1288,1344,1404,1465,1620,1670,1720,1773,1831,1930,2300,2348,2419,2491,2563,2636,2703,2752,2806,2843,2894,2941,2997,3046,3104,3160,3211,3271,3320,3376,3432,3482,3541,3588,3644,3698,3752,3806,3855,3913,3969,4016,4070,4124,4172,4797,4851,5782,5893,5955,6011,6071,6124,6185,6264,6345,6417,6496,6576,6652,6730,6799,6875,6952,7023,7096,7160,7231,9744,9840,9942,9995,10047,10097,10155,10220,10268,17240,17307,17373,17431,17500,17558,17627,17697,17770,17844,17912,17979,18049,18115,18188,18248,18324,18384,18444,18519,18587,18653,18721,18781,18840,18897,18963,19025,19082,19141,19203,19265,19332,19389,19445,19501,19559,19617,19674,19731,19790,19849,19907,19961,20017,20352,20405,20463,21550,22109,22155,22215,22269,22337,22406,22474,22527,22625,22675,22721,22771,22827,22921,22979,23037,23099,23162,23224,23283,23343,23408,23474,23539,23601,23663,23725,23787,23849,23911,23977,24044,24110,24173,24237,24300,24368,24429,24491,24553,24616,24680,24743,24807,24885,24944,25010,25090,25151,25314,25409,25467,25900,26351,26415,27695,29669,29743,29814,29880,29954,30023,30094,30167,30238,30306,30379,30455,30525,30603,30671,30737,30798,30867,30931,30997,31065,31131,31194,31262,31333,31398,31471,31534,31615,31679,31745,31815,31885,31955,32025,32898,32955,33013,33072,33132,33191,33250,33309,33368,33427,33486,33545,33604,33663,33722,33782,33843,33905,33966,34027,34088,34149,34210,34271,34332,34393,34454,34515,34583,34652,34722,34791,34860,34929,34998,35067,35136,35205,35274,35343,35412,35472,35533,35595,35656,35717,35778,35839,35900,35961,36022,36083,36144,36205,36267,36330,36394,36457,36520,36583,36646,36709,36772,36835,36898,36961,37024,37085,37147,37210,37272,37334,37396,37458,37520,37582,37644,37706,37768,37830,37887,37974,38054,38144,38239,38331,38423,38513,38596,38689,38776,38873,38964,39065,39152,39255,39344,39443,39535,39619,39713,39801,39899,39983,40083,40169,40265,40353,40434,40525,40621,40714,40807,40898,40983,41077,41166,41264,41357,41459,41547,41651,41742,41842,41935,42020,42115,42204,42303,42388,42489,42576,43345,43411,43487,43556,43635,43700,43766,43819,43895,43961,44048,44124,45848,83972,84133,84368,84963,85013,85067,85146,85224,85297,85362,85425,85491,85562,85633,85703,85765,85834,85900,85960,86027,86094,86150,86201,86254,86306,86360,86431,86494,86553,86615,86674,86747,86814,86884,86944,87007,87082,87154,87250,87321,87377,87448,87505,87562,87628,87692,87763,87820,87873,87936,87988,88046,89283,89352,89418,89477,89560,89619,89676,89743,89813,89887,89949,90018,90088,90142,90195,90249,90308,90354,90411,90478,90534,90599,90673,90757,90830,90895,90957,91013,91096,91185,91249,91328,91402,91461,91517,91573,91633,91693,91740,91800,91861,91925,91986,92046,92104,92147,92196,92248,92299,92351,92400,92449,92514,92580,92640,92701,92757,92816,92891,92948,93032,93089,93164,93239,93290,93358,93408,93470,93530,93587,93647,93696,93777,93834,93895,93954,94014,94072,94133,94191,94241,94290,94357,94416,94475,94524,94599,94670,94739,94802,94870,94936,95004,95069,95135,95212,95290,95354,95433,95522,95600,95666,95735,95801,95899,95995,96091,96189,96298,96354,96446,96495,96549,96603,96657,96711,96765,96820,96930,97040,97150,97260,97370,97480,97590,97700,97806,97912,98018,98124,98219,98314,98409,98504,98610,98716,98822,98928,99023,99118,99213,99308,99416,99524,99632,99740,99837,99934,100031,100128,100236,100344,100452,100560,100658,100754,100850,100948,101013,101101,101165,101227,101289,101357,101415,101478,101544,101607,101674,101746,101812,101864,101924,101982,102034,102091,102175,102270,102355,102436,102516,102593,102672,102749,102823,102897,102968,103048,103120,103195,103248,103301,103369,103446,103511,103572,103632,103707,103781,103858,103931,104001,104073,104143,104216,104280,104350,104398,104467,104519,104604,104687,104745,104811,104878,104944,105025,105100,105156,105209,105270,105328,105378,105427,105476,105525,105587,105639,105684,105765,105816,105870,105923,105977,106028,106077,106143,106194,106255,106316,106378,106428,106469,106546,106605,106664,106723,106784,106840,106896,106963,107024,107089,107144,107209,107278,107346,107424,107493,107553,107624,107698,107763,107835,107905,107972,108056,108125,108192,108262,108325,108392,108460,108543,108622,108712,108789,108857,108924,109002,109059,109116,109184,109250,109306,109366,109425,109479,109529,109579,109627,109689,109740,109813,109893,109973,110037,110100,110167,110238,110296,110357,110423,110482,110549,110609,110669,110732,110800,110861,110928,111006,111076,111125,111182,111251,111312,111400,111488,111576,111664,111720,111807,111894,111981,112068,112126,112200,112270,112326,112397,112462,112524,112599,112672,112762,112828,112894,112955,113019,113081,113139,113210,113293,113352,113423,113489,113554,113615,113674,113745,113811,113876,113959,114035,114110,114191,114251,114320,114390,114459,114514,114570,114626,114687,114745,114801,114856,114918,114971,115028,115122,115191,115292,115343,115413,115476,115534,115604,115673,115743,115813,115883,115950,116017,116092,116159,116218,116272,116326,116380,116433,116485,117537,117578,117643,117717,117790,117858,117918,117976,118037,118103,118169,118234,118298,118812,118949,121731,121780,121871,121919,121975,122033,122095,122150,122318,122389,122453,122512,122574,122640,122845,122990,123034,123079,124057,124108,124155,124200,124251,124302,124353,124737,125167,125233,125465,125528,125600,125657,125712,125770,125825,125884,125940,126001,126064,126125,126186,126247,126308,126369,126430,126491,126550,126611,126672,126733,126794,126855,126916,126967,127033,127099,127167,127235,127301,127368,127442,127505,127562,127622,127687,127754,127819,127876,127937,127995,128065,128112,128164,128214,128341,130658,130808,130939,131177,131275,131390,131475,131523,131642,131707,131796,131953,132327,132480,132634,132693,132733,132829,132919,133015,133105,133271,133396,133521,133691,133801,133922,134043,134153,134265,134388,134511,134593,134767,134915,135074,135229,135402,135519,135636,135804,135916,136030,136204,136382,136515,136627,136773,136925,137057,137200,137322,137500,137682,137999,138181,138363,138553,138743,138942,139099,139209,139392,139529,139749,139933,140093,140251,140435,140638,140809,141029,141251,141406,141606,141790,141893,142034,142199,142370,142570,142774,142976,143181,143382,143581,143785,144185,144263,144564,144730,144885,145454,145862,146139,148967,149418,149874,161011,161553,162018,162480,166873,166958,167079,167178,167265,167388,167489,167582,167689,168032,168139,168384,168505,168914,169162,169262,169367,169486,170020,170167,170286,170537,170670,171085,171339,176610,176816,176941,177158,177358,177479,177612,177759,192935,193371,208403,223615,224053,239121,244126,249667,253851,259406,264312,269813,273880,277980,283495,283986,284742,284994,285259,334839,335743,336207,336600,337270,338429,339532,339904,340282,340744,341519,342284,343269,343535,344011,344285,344682,345355,345533,345762,346861,346952,349146,349412,349734,349944,350053,350172,350356,351328,351924,352853,355504,355917,355948,356276,356504,356763,357339,357693,357815,357954,358228,358488,359358,359644,360047,360449,360792,361004,361205,361418,361707,372920,372993,373080,373165,377916,378088,378358,378529,378797,378962,379129,379398,379663,379831,379996,380162,380282,380402,380510,380620,380732,380840,380950,381115,381281,381460,381625,381780,381900,382061,382224,382385,382550,382717,382770,382903,383023,383121,383234,383353,383470,383625,383757,383986,384149,384342,384468,384620,384762,384932,385088,385260,385551,385663,385792,386021,386239,387094,387681,388295,388463,388605,388766,388909,389077,395706,395901,395993,396166,396328,396423,396592,396686,396775,397018,397107,397400,397865,398334,398804,399279,399745,400210,400676,401143,401606,402186,402769,403351,403811,404392,404974,405164,405343,405449,405557,405663,405775,405889,406001,406115,406231,406345,406453,406563,406671,406867,406975,407085,407193,407307,407716,408130,408246,408664,408905,409335,409770,410180,410602,411012,411134,411543,411959,412081,412299,412483,412544,412716,416590,416658,417002,417082,417438,417588,417732,417808,417920,418010,418272,418537,418636,418788,418864,418976,419066,419168,419276,419384,419484,419569,419673,419760,419838,419952,420044,420308,420575,420676,420829,420913,421302,421400,421508,421602,421732,421840,421962,422098,422206,422326,422460,422582,422710,422852,422978,423118,423244,423362,423494,423592,423702,424002,424114,424232,424696,424812,425115,425241,425337,425467,425868,425978,426102,426240,426350,426472,426784,426908,427038,427514,427642,427957,428095,428241,428403,428619,428775,429982,430050,430134,430238,430441,430630,430831,431024,431229,431434,431550,431792,432027,432286,432485,432751,432948,433164,435724,435838,435958,436052,436373,436472,436590,436691,436921,437157,437367,437600,438024,438100,440670,441925,442369,444313,444770,444978,445988,446459,446600,446735,446932,447103,447286,447461,447648,447870,448028,448112,448216,448778,449409,449567,449786,450017,450240,450475,450697,450963,451101,451700,451814,451952,452064,452188,452759,453254,453800,453945,454038,454130,456147,456590,456888,457077,457283,457476,457686,458570,458715,459198,459356,459573,459834,467760,468192,469018,469638,469835,470783,471548,471671,472444,472665,472865,474842,474942,475032,475470,475769,476080,476383,476698,477324,478075,479150,479697,480255,480421,481818,482434,482670,482891,483681,484076,484312,485581,486030,486217,486466,486708,486884,487125,487358,487583,487925,488138,488233,488494,489349,489802,490666,491114,491782,492234,492441,492898,493752,494209,494359,494483,494629,494767,494903,495191,495492,495794,495910,496032,496144,496293,496551,496813,497071,497331,497579,497831,498079,498329,498573,498821,499065,499311,499543,499779,500011,500245,500357,500548,501407,502005,502201,502438,502706,502922,503140,503412,503711,503903,504115,504407,504671,504960,505179,505704,505941,506233,506972,507210,507479,507619,507789,507933,508035,508817,509157,509779,510005,510302,511026,511290,511605,512771,513331,515426,515620,515838,516064,516276,516951,517390,517486,517833,517921,518029,518137,518431,518737,519035,519345,521424,521612,521873,522122,524099,524291,524556,524809,525392,525742,525911,526425,526660,526784,527292,527506,528004,528107,528237,528412,528731,529017,529157,529351,529849,530730,531018,531148,531925,532582,532728,533434,533672,535212,535362,535779,535944,536630,537100,537296,537458,537613,537757,537991,538158,539086,539372,539532,540147,540306,540634,540861,541373,541735,541814,542153,542258,542623,542994,543355,545177,545806,546882,547402,547655,547807,548797,549534,549737,549983,550230,550448,550690,551011,551275,551580,551803,551975,552516,552785,553279,553505,553945,554104,554388,555133,555498,555803,555961,556199,557518,557916,558144,558364,558506,560206,560312,560442,560580,560704,560992,561161,561261,561720,561834,562717,563472,563911,564035,564348,564631,564765,564956,565735,565953,566244,566523,566840,567062,567357,567640,567744,568027,568759,569075,569701,570207,570412,571141,571416,572077,572266,572913,573574,573694,574191,585236,586853,587550,619156,621063,623910,626002,626334,635490,640866,642455,643550,643734,643945,651117,691085,691862,692246,694674,694905,700574,704208,716400,718212,718519,719027,719425,722881,723499,724081,724576,726563,727273,727888,728382,728755,728984,729192,729328,746258,746934,750194,751612,760401,760622,762768,762905,765190,767044,768034,770678,771119,779021,779442,779758,787120,787385,801693,806841",
+ "endLines": "10,16,29,30,31,32,35,36,37,38,39,41,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,94,95,117,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,198,200,202,203,204,205,206,207,208,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,405,410,411,412,438,450,451,452,453,454,455,456,457,459,460,461,462,463,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,503,505,506,517,527,528,558,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,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,776,777,778,779,780,781,782,783,784,785,786,787,813,1658,1661,1665,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,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,1770,1771,1772,1773,1774,1775,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,1803,1804,1805,1806,1807,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,2146,2147,2148,2149,2150,2151,2152,2153,2154,2155,2156,2157,2158,2167,2168,2215,2216,2218,2219,2220,2221,2222,2223,2226,2227,2228,2229,2230,2231,2235,2238,2239,2240,2258,2259,2260,2261,2262,2263,2264,2272,2280,2281,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,2335,2365,2366,2367,2368,2369,2370,2371,2372,2374,2375,2376,2377,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,2400,2401,2402,2403,2404,2405,2406,2407,2408,2409,2410,2411,2412,2413,2414,2415,2416,2417,2418,2419,2420,2421,2422,2423,2424,2425,2426,2427,2428,2429,2430,2431,2432,2433,2434,2435,2436,2437,2438,2439,2440,2441,2442,2443,2444,2445,2446,2447,2448,2449,2450,2451,2452,2453,2454,2455,2460,2461,2462,2463,2464,2474,2481,2485,2532,2539,2547,2719,2728,2737,2746,2807,2808,2809,2810,2811,2812,2813,2814,2819,2820,2824,2825,2831,2835,2836,2837,2838,2848,2849,2850,2854,2855,2861,2865,2866,2938,2939,2942,2945,2946,2947,2948,3148,3154,3352,3552,3558,3756,3819,3901,3953,4035,4097,4179,4243,4295,4377,4384,4395,4399,4403,4416,5194,5201,5207,5219,5238,5255,5260,5265,5272,5282,5295,5309,5313,5320,5324,5330,5341,5344,5348,5364,5365,5413,5417,5421,5425,5426,5427,5430,5444,5453,5468,5510,5511,5520,5525,5529,5534,5541,5547,5548,5551,5555,5560,5572,5576,5581,5586,5591,5594,5597,5600,5604,5608,5748,5749,5750,5751,5831,5837,5841,5847,5851,5855,5861,5867,5871,5875,5879,5880,5881,5882,5883,5884,5885,5886,5890,5894,5897,5901,5904,5907,5910,5913,5916,5920,5924,5925,5928,5931,5934,5937,5940,5943,5946,5949,5953,5956,5960,5963,5966,5969,5972,5975,5978,5982,5985,5988,5992,5995,6005,6013,6021,6024,6027,6030,6033,6036,6039,6109,6110,6113,6116,6117,6120,6121,6122,6126,6127,6132,6140,6148,6156,6164,6172,6180,6188,6196,6204,6213,6222,6231,6239,6248,6257,6260,6263,6264,6265,6266,6267,6268,6269,6270,6271,6272,6273,6274,6275,6278,6279,6280,6281,6282,6290,6298,6299,6307,6311,6319,6327,6335,6343,6351,6352,6360,6368,6369,6372,6375,6376,6379,6382,6439,6444,6446,6451,6455,6459,6460,6461,6462,6466,6470,6471,6475,6476,6477,6478,6479,6480,6481,6482,6483,6484,6485,6486,6487,6488,6492,6496,6497,6501,6502,6507,6508,6509,6510,6511,6512,6513,6514,6515,6516,6517,6518,6519,6520,6521,6522,6523,6524,6525,6526,6527,6531,6532,6533,6539,6540,6544,6546,6547,6550,6555,6556,6557,6558,6559,6560,6564,6565,6566,6572,6573,6577,6579,6582,6586,6590,6594,6598,6611,6612,6613,6616,6619,6622,6625,6628,6632,6633,6638,6642,6647,6651,6656,6660,6664,6697,6698,6699,6700,6704,6705,6706,6707,6711,6715,6719,6723,6729,6730,6763,6776,6781,6807,6813,6816,6827,6832,6835,6838,6841,6844,6847,6850,6853,6857,6860,6861,6862,6870,6878,6881,6886,6891,6896,6901,6905,6909,6910,6918,6919,6920,6921,6922,6930,6935,6940,6941,6942,6943,6968,6973,6978,6981,6985,6988,6992,7002,7005,7010,7013,7017,7021,7024,7129,7142,7155,7159,7174,7185,7188,7199,7204,7208,7243,7244,7245,7252,7256,7260,7264,7268,7279,7295,7309,7316,7325,7328,7348,7358,7362,7366,7377,7383,7387,7404,7412,7416,7420,7424,7427,7431,7435,7439,7446,7450,7451,7455,7476,7486,7506,7515,7531,7541,7545,7555,7575,7585,7588,7589,7590,7591,7592,7596,7600,7604,7605,7606,7607,7610,7613,7616,7619,7622,7625,7628,7631,7634,7637,7640,7643,7646,7649,7652,7655,7658,7659,7662,7673,7681,7685,7690,7695,7698,7701,7707,7711,7714,7717,7721,7726,7730,7733,7741,7745,7749,7760,7765,7770,7771,7774,7777,7778,7788,7793,7801,7804,7808,7821,7824,7828,7843,7850,7876,7879,7882,7885,7888,7898,7905,7906,7911,7912,7913,7914,7918,7922,7926,7930,7959,7962,7966,7970,7998,8001,8005,8009,8018,8024,8027,8036,8040,8041,8048,8052,8059,8060,8061,8064,8069,8074,8075,8079,8087,8102,8106,8107,8119,8129,8130,8142,8147,8171,8174,8180,8183,8192,8200,8204,8207,8210,8213,8217,8220,8237,8241,8244,8259,8262,8270,8275,8282,8287,8288,8293,8294,8300,8306,8312,8343,8354,8371,8378,8382,8385,8397,8406,8410,8415,8419,8423,8427,8431,8435,8439,8443,8446,8455,8460,8469,8472,8479,8480,8484,8493,8499,8503,8504,8508,8529,8535,8539,8543,8544,8566,8567,8568,8569,8570,8575,8578,8579,8586,8587,8599,8611,8618,8619,8624,8629,8630,8634,8648,8653,8659,8665,8671,8676,8682,8688,8689,8694,8708,8713,8722,8731,8734,8747,8750,8761,8765,8774,8783,8784,8791,8799,9006,9018,9066,9652,9717,9754,9760,9826,10025,10051,10086,10092,10100,10217,10232,11067,11073,11123,11127,11133,11219,11302,11595,11607,11615,11623,11689,11701,11713,11725,11768,11780,11793,11802,11808,11813,11818,11824,11864,12193,12251,12276,12354,12441,12448,12486,12490,12565,12588,12641,12649,12672,12796,12804,12905,12950,13205,13221,13300",
+ "endColumns": "55,48,55,59,60,54,49,49,52,57,47,68,47,70,71,71,72,66,48,53,36,50,46,55,48,57,55,50,59,48,55,55,49,58,46,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,63,70,71,50,52,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,58,61,61,66,56,55,55,57,57,56,56,58,58,57,53,55,9,52,57,57,57,45,59,53,67,68,67,52,51,49,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,53,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,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,84,94,88,98,84,100,86,96,65,75,68,78,64,65,52,75,65,86,75,75,41,46,64,54,49,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,82,88,63,78,73,58,55,55,59,59,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,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,63,78,88,77,65,68,65,97,95,95,97,108,55,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,63,61,61,67,57,62,65,62,66,71,65,51,59,57,51,56,83,94,84,80,79,76,78,76,73,73,70,79,71,74,52,52,67,76,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,62,66,70,57,60,65,58,66,59,59,62,67,60,66,77,69,48,56,68,60,87,87,87,87,55,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,52,56,93,68,100,50,69,62,57,69,68,69,69,69,66,66,74,66,58,53,53,53,52,51,73,40,64,73,72,67,59,57,60,65,65,64,63,60,136,139,48,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,60,62,60,60,60,60,60,60,60,58,60,60,60,60,60,60,50,65,65,67,67,65,66,73,62,56,59,64,66,64,56,60,57,69,46,51,49,56,12,149,130,237,97,114,84,47,78,64,88,156,156,152,153,58,39,95,89,95,89,165,124,124,169,109,120,120,109,111,122,122,81,173,147,158,154,172,116,116,167,111,113,173,177,132,111,145,151,131,142,121,177,181,316,181,181,189,189,198,156,109,182,136,219,183,159,157,183,202,170,219,221,154,199,183,102,140,164,170,199,203,201,204,200,198,203,160,77,300,165,154,101,10,10,10,10,10,10,10,10,10,10,84,120,98,86,122,100,92,106,10,106,10,120,10,10,99,104,118,10,146,118,10,132,10,10,111,10,124,10,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,90,10,10,10,10,108,118,10,10,10,10,10,94,30,10,10,10,10,10,121,10,10,10,10,10,10,10,10,10,10,10,10,10,72,86,84,98,10,10,10,10,10,10,10,10,10,10,10,119,119,107,109,111,107,109,10,10,10,10,10,10,10,10,10,10,10,52,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,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,107,109,107,113,10,10,115,10,10,10,10,10,10,10,121,10,10,121,10,10,60,10,10,10,10,10,10,10,10,75,111,89,10,10,98,10,75,111,89,101,107,107,99,84,103,86,77,113,91,10,10,100,10,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,10,109,123,137,109,121,10,123,129,10,127,10,10,10,10,10,10,10,67,83,103,10,10,10,10,10,10,115,10,10,10,10,10,10,10,10,113,119,93,10,98,117,100,10,10,10,10,10,75,10,10,10,10,10,10,10,10,10,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,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,94,10,10,10,10,10,10,10,10,10,10,10,10,123,145,137,135,10,10,10,115,121,111,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,111,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,101,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,95,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,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",
+ "endOffsets": "541,776,1339,1399,1460,1515,1665,1715,1768,1826,1874,1994,2343,2414,2486,2558,2631,2698,2747,2801,2838,2889,2936,2992,3041,3099,3155,3206,3266,3315,3371,3427,3477,3536,3583,3639,3693,3747,3801,3850,3908,3964,4011,4065,4119,4167,4224,4846,4902,5840,5950,6006,6066,6119,6180,6259,6340,6412,6491,6571,6647,6725,6794,6870,6947,7018,7091,7155,7226,7298,9790,9888,9990,10042,10092,10150,10215,10263,10314,17302,17368,17426,17495,17553,17622,17692,17765,17839,17907,17974,18044,18110,18183,18243,18319,18379,18439,18514,18582,18648,18716,18776,18835,18892,18958,19020,19077,19136,19198,19260,19327,19384,19440,19496,19554,19612,19669,19726,19785,19844,19902,19956,20012,20141,20400,20458,20516,21603,22150,22210,22264,22332,22401,22469,22522,22574,22670,22716,22766,22822,22869,22974,23032,23094,23157,23219,23278,23338,23403,23469,23534,23596,23658,23720,23782,23844,23906,23972,24039,24105,24168,24232,24295,24363,24424,24486,24548,24611,24675,24738,24802,24880,24939,25005,25085,25146,25199,25363,25462,25513,25940,26410,26469,27752,29738,29809,29875,29949,30018,30089,30162,30233,30301,30374,30450,30520,30598,30666,30732,30793,30862,30926,30992,31060,31126,31189,31257,31328,31393,31466,31529,31610,31674,31740,31810,31880,31950,32020,32087,32950,33008,33067,33127,33186,33245,33304,33363,33422,33481,33540,33599,33658,33717,33777,33838,33900,33961,34022,34083,34144,34205,34266,34327,34388,34449,34510,34578,34647,34717,34786,34855,34924,34993,35062,35131,35200,35269,35338,35407,35467,35528,35590,35651,35712,35773,35834,35895,35956,36017,36078,36139,36200,36262,36325,36389,36452,36515,36578,36641,36704,36767,36830,36893,36956,37019,37080,37142,37205,37267,37329,37391,37453,37515,37577,37639,37701,37763,37825,37882,37969,38049,38139,38234,38326,38418,38508,38591,38684,38771,38868,38959,39060,39147,39250,39339,39438,39530,39614,39708,39796,39894,39978,40078,40164,40260,40348,40429,40520,40616,40709,40802,40893,40978,41072,41161,41259,41352,41454,41542,41646,41737,41837,41930,42015,42110,42199,42298,42383,42484,42571,42668,43406,43482,43551,43630,43695,43761,43814,43890,43956,44043,44119,44195,45885,84014,84193,84418,85008,85062,85141,85219,85292,85357,85420,85486,85557,85628,85698,85760,85829,85895,85955,86022,86089,86145,86196,86249,86301,86355,86426,86489,86548,86610,86669,86742,86809,86879,86939,87002,87077,87149,87245,87316,87372,87443,87500,87557,87623,87687,87758,87815,87868,87931,87983,88041,88108,89347,89413,89472,89555,89614,89671,89738,89808,89882,89944,90013,90083,90137,90190,90244,90303,90349,90406,90473,90529,90594,90668,90752,90825,90890,90952,91008,91091,91180,91244,91323,91397,91456,91512,91568,91628,91688,91735,91795,91856,91920,91981,92041,92099,92142,92191,92243,92294,92346,92395,92444,92509,92575,92635,92696,92752,92811,92886,92943,93027,93084,93159,93234,93285,93353,93403,93465,93525,93582,93642,93691,93772,93829,93890,93949,94009,94067,94128,94186,94236,94285,94352,94411,94470,94519,94594,94665,94734,94797,94865,94931,94999,95064,95130,95207,95285,95349,95428,95517,95595,95661,95730,95796,95894,95990,96086,96184,96293,96349,96441,96490,96544,96598,96652,96706,96760,96815,96925,97035,97145,97255,97365,97475,97585,97695,97801,97907,98013,98119,98214,98309,98404,98499,98605,98711,98817,98923,99018,99113,99208,99303,99411,99519,99627,99735,99832,99929,100026,100123,100231,100339,100447,100555,100653,100749,100845,100943,101008,101096,101160,101222,101284,101352,101410,101473,101539,101602,101669,101741,101807,101859,101919,101977,102029,102086,102170,102265,102350,102431,102511,102588,102667,102744,102818,102892,102963,103043,103115,103190,103243,103296,103364,103441,103506,103567,103627,103702,103776,103853,103926,103996,104068,104138,104211,104275,104345,104393,104462,104514,104599,104682,104740,104806,104873,104939,105020,105095,105151,105204,105265,105323,105373,105422,105471,105520,105582,105634,105679,105760,105811,105865,105918,105972,106023,106072,106138,106189,106250,106311,106373,106423,106464,106541,106600,106659,106718,106779,106835,106891,106958,107019,107084,107139,107204,107273,107341,107419,107488,107548,107619,107693,107758,107830,107900,107967,108051,108120,108187,108257,108320,108387,108455,108538,108617,108707,108784,108852,108919,108997,109054,109111,109179,109245,109301,109361,109420,109474,109524,109574,109622,109684,109735,109808,109888,109968,110032,110095,110162,110233,110291,110352,110418,110477,110544,110604,110664,110727,110795,110856,110923,111001,111071,111120,111177,111246,111307,111395,111483,111571,111659,111715,111802,111889,111976,112063,112121,112195,112265,112321,112392,112457,112519,112594,112667,112757,112823,112889,112950,113014,113076,113134,113205,113288,113347,113418,113484,113549,113610,113669,113740,113806,113871,113954,114030,114105,114186,114246,114315,114385,114454,114509,114565,114621,114682,114740,114796,114851,114913,114966,115023,115117,115186,115287,115338,115408,115471,115529,115599,115668,115738,115808,115878,115945,116012,116087,116154,116213,116267,116321,116375,116428,116480,116554,117573,117638,117712,117785,117853,117913,117971,118032,118098,118164,118229,118293,118354,118944,119084,121775,121825,121914,121970,122028,122090,122145,122203,122384,122448,122507,122569,122635,122701,122883,123029,123074,123117,124103,124150,124195,124246,124297,124348,124399,124780,125228,125290,125523,125595,125652,125707,125765,125820,125879,125935,125996,126059,126120,126181,126242,126303,126364,126425,126486,126545,126606,126667,126728,126789,126850,126911,126962,127028,127094,127162,127230,127296,127363,127437,127500,127557,127617,127682,127749,127814,127871,127932,127990,128060,128107,128159,128209,128266,128656,130803,130934,131172,131270,131385,131470,131518,131597,131702,131791,131948,132105,132475,132629,132688,132728,132824,132914,133010,133100,133266,133391,133516,133686,133796,133917,134038,134148,134260,134383,134506,134588,134762,134910,135069,135224,135397,135514,135631,135799,135911,136025,136199,136377,136510,136622,136768,136920,137052,137195,137317,137495,137677,137994,138176,138358,138548,138738,138937,139094,139204,139387,139524,139744,139928,140088,140246,140430,140633,140804,141024,141246,141401,141601,141785,141888,142029,142194,142365,142565,142769,142971,143176,143377,143576,143780,143941,144258,144559,144725,144880,144982,145583,146134,146419,149413,149869,150378,161548,162013,162475,162946,166953,167074,167173,167260,167383,167484,167577,167684,168027,168134,168379,168500,168909,169157,169257,169362,169481,170015,170162,170281,170532,170665,171080,171334,171446,176811,176936,177153,177353,177474,177607,177754,192930,193366,208398,223610,224048,239116,244121,249662,253846,259401,264307,269808,273875,277975,283490,283981,284737,284989,285254,286409,335738,336202,336595,337265,338424,339527,339899,340277,340739,341514,342279,343264,343530,344006,344280,344677,345350,345528,345757,346856,346947,349141,349407,349729,349939,350048,350167,350351,351323,351919,352848,355499,355594,355943,356271,356499,356758,357334,357688,357810,357949,358223,358483,359353,359639,360042,360444,360787,360999,361200,361413,361702,361987,372988,373075,373160,373259,378083,378353,378524,378792,378957,379124,379393,379658,379826,379991,380157,380277,380397,380505,380615,380727,380835,380945,381110,381276,381455,381620,381775,381895,382056,382219,382380,382545,382712,382765,382898,383018,383116,383229,383348,383465,383620,383752,383981,384144,384337,384463,384615,384757,384927,385083,385255,385546,385658,385787,386016,386234,387089,387676,388290,388458,388600,388761,388904,389072,389229,395896,395988,396161,396323,396418,396587,396681,396770,397013,397102,397395,397860,398329,398799,399274,399740,400205,400671,401138,401601,402181,402764,403346,403806,404387,404969,405159,405338,405444,405552,405658,405770,405884,405996,406110,406226,406340,406448,406558,406666,406862,406970,407080,407188,407302,407711,408125,408241,408659,408900,409330,409765,410175,410597,411007,411129,411538,411954,412076,412294,412478,412539,412711,412883,416653,416997,417077,417433,417583,417727,417803,417915,418005,418267,418532,418631,418783,418859,418971,419061,419163,419271,419379,419479,419564,419668,419755,419833,419947,420039,420303,420570,420671,420824,420908,421297,421395,421503,421597,421727,421835,421957,422093,422201,422321,422455,422577,422705,422847,422973,423113,423239,423357,423489,423587,423697,423997,424109,424227,424691,424807,425110,425236,425332,425462,425863,425973,426097,426235,426345,426467,426779,426903,427033,427509,427637,427952,428090,428236,428398,428614,428770,428974,430045,430129,430233,430436,430625,430826,431019,431224,431429,431545,431787,432022,432281,432480,432746,432943,433159,435719,435833,435953,436047,436368,436467,436585,436686,436916,437152,437362,437595,438019,438095,440665,441920,442364,444308,444765,444973,445983,446454,446595,446730,446927,447098,447281,447456,447643,447865,448023,448107,448211,448773,449404,449562,449781,450012,450235,450470,450692,450958,451096,451695,451809,451947,452059,452183,452754,453249,453795,453940,454033,454125,456142,456585,456883,457072,457278,457471,457681,458565,458710,459193,459351,459568,459829,459960,468187,469013,469633,469830,470778,471543,471666,472439,472660,472860,474837,474937,475027,475465,475764,476075,476378,476693,477319,478070,479145,479692,480250,480416,481813,482429,482665,482886,483676,484071,484307,485576,486025,486212,486461,486703,486879,487120,487353,487578,487920,488133,488228,488489,489344,489797,490661,491109,491777,492229,492436,492893,493747,494204,494354,494478,494624,494762,494898,495186,495487,495789,495905,496027,496139,496288,496546,496808,497066,497326,497574,497826,498074,498324,498568,498816,499060,499306,499538,499774,500006,500240,500352,500543,501402,502000,502196,502433,502701,502917,503135,503407,503706,503898,504110,504402,504666,504955,505174,505699,505936,506228,506967,507205,507474,507614,507784,507928,508030,508812,509152,509774,510000,510297,511021,511285,511600,512766,513326,515421,515615,515833,516059,516271,516946,517385,517481,517828,517916,518024,518132,518426,518732,519030,519340,521419,521607,521868,522117,524094,524286,524551,524804,525387,525737,525906,526420,526655,526779,527287,527501,527999,528102,528232,528407,528726,529012,529152,529346,529844,530725,531013,531143,531920,532577,532723,533429,533667,535207,535357,535774,535939,536625,537095,537291,537453,537608,537752,537986,538153,539081,539367,539527,540142,540301,540629,540856,541368,541730,541809,542148,542253,542618,542989,543350,545172,545801,546877,547397,547650,547802,548792,549529,549732,549978,550225,550443,550685,551006,551270,551575,551798,551970,552511,552780,553274,553500,553940,554099,554383,555128,555493,555798,555956,556194,557513,557911,558139,558359,558501,560201,560307,560437,560575,560699,560987,561156,561256,561715,561829,562712,563467,563906,564030,564343,564626,564760,564951,565730,565948,566239,566518,566835,567057,567352,567635,567739,568022,568754,569070,569696,570202,570407,571136,571411,572072,572261,572908,573569,573689,574186,574720,586848,587545,589999,621058,623905,625997,626329,630497,640861,642139,643545,643729,643940,651112,651820,691857,692241,694669,694900,695204,700886,704920,717851,718514,719022,719420,722876,723494,724076,724571,726558,727268,727883,728377,728750,728979,729187,729323,731630,746929,750189,751607,756774,760617,760910,762900,763135,767039,768029,770673,771114,772344,779437,779753,785266,787380,801688,802757,807207"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\cfdc3459c006d876faf5804efae3c573\\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": "449,1725,1726,1727,1735,1736,1737,2212,12455",
+ "startColumns": "4,4,4,4,4,4,4,4,4",
+ "startOffsets": "22053,88286,88345,88393,89060,89135,89211,121595,761242",
+ "endLines": "449,1725,1726,1727,1735,1736,1737,2212,12483",
+ "endColumns": "55,58,47,55,74,75,71,65,24",
+ "endOffsets": "22104,88340,88388,88444,89130,89206,89278,121656,762763"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\da302ec0f620c8ed1223d440c00328e8\\transformed\\lifecycle-viewmodel-2.3.1\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "49",
+ "endOffsets": "100"
+ },
+ "to": {
+ "startLines": "2276",
+ "startColumns": "4",
+ "startOffsets": "124927",
+ "endColumns": "49",
+ "endOffsets": "124972"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\values\\strings.xml",
+ "from": {
+ "startLines": "1,12,4,9,10,6,11,7,5,2",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "16,588,182,397,467,312,550,350,246,64",
+ "endColumns": "47,39,63,69,82,37,37,45,65,62",
+ "endOffsets": "59,623,241,462,545,345,583,391,307,122"
+ },
+ "to": {
+ "startLines": "2364,2373,2378,2379,2380,2458,2459,2465,2467,2469",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "130610,131602,132110,132174,132244,144109,144147,144987,145086,145223",
+ "endColumns": "47,39,63,69,82,37,37,45,65,62",
+ "endOffsets": "130653,131637,132169,132239,132322,144142,144180,145028,145147,145281"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\fce62c762cbe9b9f1fbebe7ca652ca98\\transformed\\navigation-runtime-2.3.5\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,10,13",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,108,412,527",
+ "endLines": "2,9,12,15",
+ "endColumns": "52,24,24,24",
+ "endOffsets": "103,407,522,637"
+ },
+ "to": {
+ "startLines": "2224,8920,12173,12179",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "122208,581786,745901,746143",
+ "endLines": "2224,8926,12175,12181",
+ "endColumns": "52,24,24,24",
+ "endOffsets": "122256,582085,746011,746253"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\cf2bb33f57752a6d4568a61d5c2cf52f\\transformed\\startup-runtime-1.0.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "82",
+ "endOffsets": "133"
+ },
+ "to": {
+ "startLines": "2363",
+ "startColumns": "4",
+ "startOffsets": "130527",
+ "endColumns": "82",
+ "endOffsets": "130605"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\29c0882309e202255de0b5e38740c012\\transformed\\sdp-android-1.0.5\\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": "817,819,820,821,822,823,824,825,826,827,828,830,831,832,833,834,835,836,837,838,839,840,842,843,844,845,846,847,848,849,850,851,852,854,855,856,857,858,859,860,861,862,863,864,866,867,868,869,870,871,872,873,874,875,876,878,879,880,881,882,883,884,885,886,887,888,890,891,892,893,894,895,896,897,898,899,900,902,903,904,905,906,907,908,909,910,911,912,914,915,916,917,918,919,920,921,922,923,924,926,927,928,929,930,931,932,933,934,935,936,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,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,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,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,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,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,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,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1426,1428,1429,1431,1433,1435,1437,1439,1441,1443,1445,1447,1449,1451,1453,1455,1457,1459,1461,1463,1465,1467,1469,1471,1473,1475,1477,1479,1481,1483,1485,1487,1489,1491,1493,1495,1497,1499,1501,1503,1505,1507,1509,1511,1513,1515,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,1573,1574,1575,1576",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "46053,46139,46182,46225,46268,46311,46354,46397,46440,46483,46526,46608,46651,46694,46737,46780,46823,46866,46909,46952,46995,47038,47120,47163,47206,47249,47292,47335,47378,47421,47464,47507,47550,47632,47675,47718,47761,47804,47847,47890,47933,47976,48019,48062,48144,48187,48230,48273,48316,48359,48402,48445,48488,48531,48574,48656,48699,48742,48785,48828,48871,48914,48957,49000,49043,49086,49168,49211,49254,49297,49340,49383,49426,49469,49512,49555,49598,49680,49723,49766,49809,49852,49895,49938,49981,50024,50067,50110,50192,50235,50278,50321,50364,50407,50450,50493,50536,50579,50622,50704,50747,50790,50833,50876,50919,50962,51005,51048,51091,51134,51216,51294,51337,51380,51423,51466,51509,51552,51595,51638,51681,51724,51806,51849,51892,51935,51978,52021,52064,52107,52150,52193,52236,52318,52361,52404,52447,52490,52533,52576,52619,52662,52705,52748,52830,52873,52916,52959,53002,53045,53088,53131,53174,53217,53260,53342,53385,53428,53471,53514,53557,53600,53643,53686,53729,53772,53854,53897,53940,53983,54026,54069,54112,54155,54198,54241,54284,54366,54409,54452,54495,54538,54581,54624,54667,54710,54753,54796,54878,54921,54964,55007,55050,55093,55136,55179,55222,55265,55308,55390,55433,55476,55519,55562,55605,55648,55691,55734,55777,55820,55902,55945,55988,56031,56074,56117,56160,56203,56246,56289,56332,56414,56492,56535,56578,56621,56664,56707,56750,56793,56836,56879,56922,57004,57047,57090,57133,57176,57219,57262,57305,57348,57391,57434,57516,57559,57602,57645,57688,57731,57774,57817,57860,57903,57946,58028,58071,58114,58157,58200,58243,58286,58329,58372,58415,58458,58540,58583,58626,58669,58712,58755,58798,58841,58884,58927,58970,59052,59095,59138,59181,59224,59267,59310,59353,59396,59439,59482,59564,59607,59650,59693,59736,59779,59822,59865,59908,59951,59994,60076,60119,60162,60205,60248,60291,60334,60377,60420,60463,60506,60588,60631,60674,60717,60760,60803,60846,60889,60932,60975,61018,61100,61143,61186,61229,61272,61315,61358,61401,61444,61487,61530,61612,61690,61733,61776,61819,61862,61905,61948,61991,62034,62077,62120,62202,62245,62288,62331,62374,62417,62460,62503,62546,62589,62632,62714,62757,62800,62843,62886,62929,62972,63015,63058,63101,63144,63226,63269,63312,63355,63398,63441,63484,63527,63570,63613,63656,63738,63781,63824,63867,63910,63953,63996,64039,64082,64125,64168,64250,64293,64336,64379,64422,64465,64508,64551,64594,64637,64680,64762,64805,64848,64891,64934,64977,65020,65063,65106,65149,65192,65274,65317,65360,65403,65446,65489,65532,65575,65618,65661,65704,65786,65829,65872,65915,65958,66001,66044,66087,66130,66173,66216,66298,66341,66384,66427,66470,66513,66556,66599,66642,66685,66728,66810,66888,66931,66974,67017,67060,67103,67146,67189,67232,67275,67318,67400,67443,67486,67529,67572,67615,67658,67701,67744,67787,67830,67912,67955,67998,68041,68084,68127,68170,68213,68256,68299,68342,68424,68467,68510,68553,68596,68639,68682,68725,68768,68811,68854,68936,68979,69022,69065,69108,69151,69194,69237,69280,69323,69366,69448,69491,69534,69577,69620,69663,69706,69749,69792,69835,69878,69960,70003,70046,70089,70132,70175,70218,70261,70304,70347,70390,70472,70515,70558,70601,70644,70687,70730,70773,70816,70859,70902,70984,71027,71070,71113,71156,71199,71242,71285,71328,71371,71414,71496,71539,71582,71625,71668,71711,71754,71797,71840,71883,71926,72008,72086,72129,72211,72293,72375,72457,72539,72621,72703,72785,72867,72949,73027,73109,73191,73273,73355,73437,73519,73601,73683,73765,73847,73925,74007,74089,74171,74253,74335,74417,74499,74581,74663,74745,74823,74905,74987,75069,75151,75233,75315,75397,75479,75561,75643,75721,75768,75815,75862,75909,75956,76003,76050,76097,76144,76191,76236,76283,76330,76377,76424,76471,76518,76565,76612,76659,76706,76751,76798,76845,76892,76939,76986,77033,77080,77127,77174,77221,77266,77313,77360,77407,77454,77501,77548,77595,77642,77689,77736,77781,77828,77875,77922,77969,78016,78063,78110,78157,78204,78251,78296,78343,78388,78433,78478",
+ "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": "46091,46177,46220,46263,46306,46349,46392,46435,46478,46521,46562,46646,46689,46732,46775,46818,46861,46904,46947,46990,47033,47074,47158,47201,47244,47287,47330,47373,47416,47459,47502,47545,47586,47670,47713,47756,47799,47842,47885,47928,47971,48014,48057,48098,48182,48225,48268,48311,48354,48397,48440,48483,48526,48569,48610,48694,48737,48780,48823,48866,48909,48952,48995,49038,49081,49122,49206,49249,49292,49335,49378,49421,49464,49507,49550,49593,49634,49718,49761,49804,49847,49890,49933,49976,50019,50062,50105,50146,50230,50273,50316,50359,50402,50445,50488,50531,50574,50617,50658,50742,50785,50828,50871,50914,50957,51000,51043,51086,51129,51170,51250,51332,51375,51418,51461,51504,51547,51590,51633,51676,51719,51760,51844,51887,51930,51973,52016,52059,52102,52145,52188,52231,52272,52356,52399,52442,52485,52528,52571,52614,52657,52700,52743,52784,52868,52911,52954,52997,53040,53083,53126,53169,53212,53255,53296,53380,53423,53466,53509,53552,53595,53638,53681,53724,53767,53808,53892,53935,53978,54021,54064,54107,54150,54193,54236,54279,54320,54404,54447,54490,54533,54576,54619,54662,54705,54748,54791,54832,54916,54959,55002,55045,55088,55131,55174,55217,55260,55303,55344,55428,55471,55514,55557,55600,55643,55686,55729,55772,55815,55856,55940,55983,56026,56069,56112,56155,56198,56241,56284,56327,56368,56448,56530,56573,56616,56659,56702,56745,56788,56831,56874,56917,56958,57042,57085,57128,57171,57214,57257,57300,57343,57386,57429,57470,57554,57597,57640,57683,57726,57769,57812,57855,57898,57941,57982,58066,58109,58152,58195,58238,58281,58324,58367,58410,58453,58494,58578,58621,58664,58707,58750,58793,58836,58879,58922,58965,59006,59090,59133,59176,59219,59262,59305,59348,59391,59434,59477,59518,59602,59645,59688,59731,59774,59817,59860,59903,59946,59989,60030,60114,60157,60200,60243,60286,60329,60372,60415,60458,60501,60542,60626,60669,60712,60755,60798,60841,60884,60927,60970,61013,61054,61138,61181,61224,61267,61310,61353,61396,61439,61482,61525,61566,61646,61728,61771,61814,61857,61900,61943,61986,62029,62072,62115,62156,62240,62283,62326,62369,62412,62455,62498,62541,62584,62627,62668,62752,62795,62838,62881,62924,62967,63010,63053,63096,63139,63180,63264,63307,63350,63393,63436,63479,63522,63565,63608,63651,63692,63776,63819,63862,63905,63948,63991,64034,64077,64120,64163,64204,64288,64331,64374,64417,64460,64503,64546,64589,64632,64675,64716,64800,64843,64886,64929,64972,65015,65058,65101,65144,65187,65228,65312,65355,65398,65441,65484,65527,65570,65613,65656,65699,65740,65824,65867,65910,65953,65996,66039,66082,66125,66168,66211,66252,66336,66379,66422,66465,66508,66551,66594,66637,66680,66723,66764,66844,66926,66969,67012,67055,67098,67141,67184,67227,67270,67313,67354,67438,67481,67524,67567,67610,67653,67696,67739,67782,67825,67866,67950,67993,68036,68079,68122,68165,68208,68251,68294,68337,68378,68462,68505,68548,68591,68634,68677,68720,68763,68806,68849,68890,68974,69017,69060,69103,69146,69189,69232,69275,69318,69361,69402,69486,69529,69572,69615,69658,69701,69744,69787,69830,69873,69914,69998,70041,70084,70127,70170,70213,70256,70299,70342,70385,70426,70510,70553,70596,70639,70682,70725,70768,70811,70854,70897,70938,71022,71065,71108,71151,71194,71237,71280,71323,71366,71409,71450,71534,71577,71620,71663,71706,71749,71792,71835,71878,71921,71962,72042,72124,72165,72247,72329,72411,72493,72575,72657,72739,72821,72903,72983,73063,73145,73227,73309,73391,73473,73555,73637,73719,73801,73881,73961,74043,74125,74207,74289,74371,74453,74535,74617,74699,74779,74859,74941,75023,75105,75187,75269,75351,75433,75515,75597,75677,75763,75810,75857,75904,75951,75998,76045,76092,76139,76186,76231,76278,76325,76372,76419,76466,76513,76560,76607,76654,76701,76746,76793,76840,76887,76934,76981,77028,77075,77122,77169,77216,77261,77308,77355,77402,77449,77496,77543,77590,77637,77684,77731,77776,77823,77870,77917,77964,78011,78058,78105,78152,78199,78246,78291,78338,78383,78428,78473,78518"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\148508f0857a78904ce9c50768d3ff65\\transformed\\navigation-ui-2.3.5\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4",
+ "startColumns": "4,4,4",
+ "startOffsets": "55,108,184",
+ "endColumns": "52,75,86",
+ "endOffsets": "103,179,266"
+ },
+ "to": {
+ "startLines": "2283,2456,2457",
+ "startColumns": "4,4,4",
+ "startOffsets": "125355,143946,144022",
+ "endColumns": "52,75,86",
+ "endOffsets": "125403,144017,144104"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\6fcea0fddd862b470e39af4793f0e5ac\\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,27,28,34,40,42,43,44,45,46,82,83,84,85,87,91,92,93,96,106,116,139,140,145,146,151,156,157,158,163,164,169,170,175,176,177,183,184,185,190,196,197,209,210,216,217,218,219,222,225,228,229,232,235,236,237,238,239,242,245,246,247,248,254,259,262,265,266,267,272,273,274,277,280,281,284,287,290,293,294,295,298,301,302,307,308,314,319,322,325,326,327,328,329,330,331,332,333,334,335,336,352,406,407,408,409,414,421,427,428,429,432,437,439,447,448,458,464,501,502,507,508,518,519,520,526,529,535,539,540,541,542,543,552,2217,2273,9867,10271,10457,10585,10591,10595,10765,11016,11276,11303,11328,11351,11354,11357,11360,11389,11416,11433,12049,12057,12070,12086,12090,12120,12133,12137,12359,12369,12423,12685,12721,12930,13301,13342,13377,13441,13458",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,1185,1235,1572,1879,1999,2054,2114,2179,2238,4229,4281,4342,4404,4511,4644,4696,4746,4907,5314,5737,7303,7362,7559,7616,7811,7992,8046,8103,8295,8353,8549,8605,8799,8856,8907,9129,9181,9236,9426,9642,9692,10319,10375,10581,10642,10702,10772,10905,11036,11164,11232,11361,11487,11549,11612,11680,11747,11870,11995,12062,12127,12192,12481,12662,12783,12904,12970,13037,13247,13316,13382,13507,13633,13700,13826,13953,14078,14205,14261,14326,14452,14575,14640,14848,14915,15203,15383,15503,15623,15688,15750,15812,15876,15938,15997,16057,16118,16179,16238,16298,16989,20146,20197,20246,20294,20581,20873,21103,21150,21210,21316,21496,21608,21943,21997,22579,22874,25204,25255,25518,25570,25945,26004,26058,26296,26474,26764,26903,26949,27004,27049,27093,27441,121830,124785,633022,653794,662384,668157,668532,668699,676401,689019,703457,704925,705800,706670,706736,706815,706890,708238,709225,710188,740381,740786,741257,742048,742211,743572,744136,744289,756916,757334,759864,772997,775050,786473,807212,808901,810322,813883,814625",
+ "endLines": "8,9,15,17,25,26,27,28,34,40,42,43,44,45,46,82,83,84,85,90,91,92,93,105,113,116,139,144,145,150,155,156,157,162,163,168,169,174,175,176,182,183,184,189,195,196,197,209,215,216,217,218,221,224,227,228,231,234,235,236,237,238,241,244,245,246,247,253,258,261,264,265,266,271,272,273,276,279,280,283,286,289,292,293,294,297,300,301,306,307,313,318,321,324,325,326,327,328,329,330,331,332,333,334,335,351,357,406,407,408,409,420,426,427,428,431,436,437,446,447,448,458,464,501,502,507,516,518,519,525,526,534,538,539,540,541,542,551,555,2217,2273,9884,10456,10584,10590,10594,10764,10916,11028,11291,11327,11350,11353,11356,11359,11388,11415,11432,11518,12056,12069,12085,12089,12119,12132,12136,12146,12368,12412,12435,12688,12723,12945,13341,13376,13383,13457,13460",
+ "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,1230,1283,1615,1925,2049,2109,2174,2233,2295,4276,4337,4399,4445,4639,4691,4741,4792,5309,5621,5777,7357,7554,7611,7806,7987,8041,8098,8290,8348,8544,8600,8794,8851,8902,9124,9176,9231,9421,9637,9687,9739,10370,10576,10637,10697,10767,10900,11031,11159,11227,11356,11482,11544,11607,11675,11742,11865,11990,12057,12122,12187,12476,12657,12778,12899,12965,13032,13242,13311,13377,13502,13628,13695,13821,13948,14073,14200,14256,14321,14447,14570,14635,14843,14910,15198,15378,15498,15618,15683,15745,15807,15871,15933,15992,16052,16113,16174,16233,16293,16984,17235,20192,20241,20289,20347,20868,21098,21145,21205,21311,21491,21545,21938,21992,22048,22620,22916,25250,25309,25565,25895,25999,26053,26291,26346,26759,26898,26944,26999,27044,27088,27436,27573,121866,124825,633954,662379,668152,668527,668694,676396,683195,689711,704203,705795,706665,706731,706810,706885,708233,709220,710183,714120,740781,741252,742043,742206,743567,744131,744284,744743,757329,759342,760396,773142,775165,787115,808896,810317,810670,814620,814721"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\9f2d8595c2f999f56dce99dd1b21244a\\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": "2208,2241,2277,11220,11225",
+ "startColumns": "4,4,4,4,4",
+ "startOffsets": "121417,123122,124977,700891,701061",
+ "endLines": "2208,2241,2277,11224,11228",
+ "endColumns": "56,64,63,24,24",
+ "endOffsets": "121469,123182,125036,701056,701205"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\f74f14ba9790f8acde7bce63a6fd357a\\transformed\\transition-1.3.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": "2209,2210,2232,2236,2237,2266,2267,2268,2269,2270",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "121474,121514,122706,122888,122943,124439,124493,124545,124594,124655",
+ "endColumns": "39,46,42,54,46,53,51,48,60,49",
+ "endOffsets": "121509,121556,122744,122938,122985,124488,124540,124589,124650,124700"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\e563e2bdc60b9f82e90bf50295d075af\\transformed\\navigation-fragment-2.3.5\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,6,9",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,112,228,338",
+ "endLines": "2,5,8,11",
+ "endColumns": "56,24,24,24",
+ "endOffsets": "107,223,333,460"
+ },
+ "to": {
+ "startLines": "2225,11029,11229,12176",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "122261,689716,701210,746016",
+ "endLines": "2225,11031,11231,12178",
+ "endColumns": "56,24,24,24",
+ "endOffsets": "122313,689827,701315,746138"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\268aaa06985d5597202e13ffe6312652\\transformed\\lifecycle-runtime-2.4.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "42",
+ "endOffsets": "93"
+ },
+ "to": {
+ "startLines": "2274",
+ "startColumns": "4",
+ "startOffsets": "124830",
+ "endColumns": "42",
+ "endOffsets": "124868"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\f583fade69ac8f10ed6c2dd86204e845\\transformed\\savedstate-1.1.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "53",
+ "endOffsets": "104"
+ },
+ "to": {
+ "startLines": "2275",
+ "startColumns": "4",
+ "startOffsets": "124873",
+ "endColumns": "53",
+ "endOffsets": "124922"
+ }
+ },
+ {
+ "source": "C:\\Users\\manas\\.gradle\\caches\\transforms-3\\a3232be58d9dc84b0bfd17b52c37edfe\\transformed\\appcompat-resources-1.4.2\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,29,36,47,74",
+ "startColumns": "4,4,4,4,4",
+ "startOffsets": "55,1702,2087,2684,4317",
+ "endLines": "28,35,46,73,78",
+ "endColumns": "24,24,24,24,24",
+ "endOffsets": "1697,2082,2679,4312,4582"
+ },
+ "to": {
+ "startLines": "8937,8964,8971,12689,12716",
+ "startColumns": "4,4,4,4,4",
+ "startOffsets": "582607,584254,584639,773147,774780",
+ "endLines": "8963,8970,8981,12715,12720",
+ "endColumns": "24,24,24,24,24",
+ "endOffsets": "584249,584634,585231,774775,775045"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/single/debug.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/single/debug.json
new file mode 100644
index 0000000..ed7976d
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/single/debug.json
@@ -0,0 +1,518 @@
+[
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xhdpi_ic_speed.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xhdpi\\ic_speed.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-ldpi_ic_degree.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_degree.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\layout_activity_main.xml.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\layout\\activity_main.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xhdpi_ic_convert.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xhdpi\\ic_convert.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxxhdpi_ic_icon_calculator.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_icon_calculator.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xxhdpi_ic_launcher.webp.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher.webp"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-mdpi_ic_launcher_calculator.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher_calculator.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xhdpi_ic_launcher_calculator_round.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher_calculator_round.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\layout-land_activity_main_light.xml.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\layout-land\\activity_main_light.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_ic_launcher_background.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-hdpi\\ic_launcher_background.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-mdpi_ic_icon_calculator.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-mdpi\\ic_icon_calculator.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxhdpi_ic_convert.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xxhdpi\\ic_convert.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-anydpi-v26_ic_launcher_round.xml.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-anydpi-v26\\ic_launcher_round.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxhdpi_ic_icon_calculator.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xxhdpi\\ic_icon_calculator.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-hdpi_ic_launcher.webp.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher.webp"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_ic_convert.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-hdpi\\ic_convert.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxhdpi_ic_temp.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xxhdpi\\ic_temp.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_ic_temp.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-hdpi\\ic_temp.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_ic_icon_calculator.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-hdpi\\ic_icon_calculator.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxxhdpi_ic_dark_mode.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_dark_mode.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxxhdpi_ic_scale.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_scale.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxhdpi_ic_launcher_background.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxhdpi\\ic_launcher_background.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxhdpi_ic_light_mode.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xxhdpi\\ic_light_mode.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-anydpi-v21_ic_launcher_background.xml.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_launcher_background.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xhdpi_ic_scale.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xhdpi\\ic_scale.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxxhdpi_ic_launcher_background.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_launcher_background.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-ldpi_ic_graph.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_graph.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_ic__logo.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-hdpi\\ic__logo.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxhdpi_ic_speed.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xxhdpi\\ic_speed.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxxhdpi_ic__logo.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic__logo.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-hdpi_ic_launcher_calculator_foreground.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher_calculator_foreground.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-anydpi-v21_ic_temp.xml.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_temp.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_ic_scale.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-hdpi\\ic_scale.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xhdpi_ic__logo.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-xhdpi\\ic__logo.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-mdpi_ic_home.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-mdpi\\ic_home.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xhdpi_ic_home.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xhdpi\\ic_home.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xhdpi_ic_launcher_round.webp.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher_round.webp"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-ldpi_ic_temp.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_temp.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-ldpi_ic__logo.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic__logo.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_ic_speed.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-hdpi\\ic_speed.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-mdpi_ic_graph.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-mdpi\\ic_graph.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\layout_activity_graph_light.xml.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\layout\\activity_graph_light.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-ldpi_ic_home.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_home.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xhdpi_ic_graph.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xhdpi\\ic_graph.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-ldpi_ic_convert.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_convert.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\layout_activity_unit_converter.xml.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\layout\\activity_unit_converter.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-hdpi_ic_launcher_round.webp.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher_round.webp"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-anydpi-v21_ic_convert.xml.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_convert.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-hdpi_ic_launcher_calculator.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher_calculator.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xxxhdpi_ic_launcher_round.webp.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher_round.webp"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xhdpi_ic_light_mode.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xhdpi\\ic_light_mode.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-anydpi-v21_ic_speed.xml.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_speed.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-mdpi_ic_convert.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-mdpi\\ic_convert.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xhdpi_ic_launcher_calculator_foreground.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher_calculator_foreground.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xhdpi_ic_launcher_calculator.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher_calculator.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-mdpi_ic_degree.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-mdpi\\ic_degree.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-mdpi_ic_temp.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-mdpi\\ic_temp.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_ic_graph.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-hdpi\\ic_graph.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-mdpi_ic_launcher_background.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-mdpi\\ic_launcher_background.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xxhdpi_ic_launcher_calculator.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher_calculator.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxhdpi_ic__logo.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxhdpi\\ic__logo.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\menu_nav_menu_unit_converter.xml.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\menu\\nav_menu_unit_converter.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-mdpi_ic_scale.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-mdpi\\ic_scale.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-anydpi-v21_ic_home.xml.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_home.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-mdpi_ic_launcher_round.webp.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher_round.webp"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxhdpi_ic_dark_mode.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xxhdpi\\ic_dark_mode.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_ic_degree.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-hdpi\\ic_degree.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-ldpi_ic_speed.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_speed.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-anydpi-v21_ic_dark_mode.xml.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_dark_mode.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xhdpi_ic_degree.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xhdpi\\ic_degree.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xxhdpi_ic_launcher_calculator_foreground.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher_calculator_foreground.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_ic_dark_mode.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-hdpi\\ic_dark_mode.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxxhdpi_ic_home.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_home.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxxhdpi_ic_degree.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_degree.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxhdpi_ic_home.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xxhdpi\\ic_home.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\layout_activity_unit_converter_light.xml.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\layout\\activity_unit_converter_light.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-anydpi-v21_ic_graph.xml.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_graph.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-anydpi-v21_ic_degree.xml.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_degree.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxhdpi_ic_degree.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xxhdpi\\ic_degree.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xhdpi_ic_temp.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xhdpi\\ic_temp.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\navigation_nav_graph.xml.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\navigation\\nav_graph.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\layout_fragment_first.xml.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\layout\\fragment_first.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-ldpi_ic_launcher_background.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_launcher_background.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xxhdpi_ic_launcher_round.webp.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher_round.webp"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xhdpi_ic_launcher_background.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-xhdpi\\ic_launcher_background.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-mdpi_ic_speed.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-mdpi\\ic_speed.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-anydpi-v21_ic_scale.xml.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_scale.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xhdpi_ic_icon_calculator.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xhdpi\\ic_icon_calculator.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-anydpi-v26_ic_launcher_calculator_round.xml.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-anydpi-v26\\ic_launcher_calculator_round.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\layout_activity_plotting_graph.xml.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\layout\\activity_plotting_graph.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxxhdpi_ic_convert.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_convert.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-anydpi-v21_ic_light_mode.xml.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_light_mode.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-ldpi_ic_light_mode.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_light_mode.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-anydpi-v24_ic_launcher_foreground.xml.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v24\\ic_launcher_foreground.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-anydpi-v21_ic__logo.xml.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic__logo.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xxxhdpi_ic_launcher_calculator_foreground.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher_calculator_foreground.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xxxhdpi_ic_launcher_calculator_round.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher_calculator_round.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-mdpi_ic_launcher_calculator_round.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher_calculator_round.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-hdpi_ic_launcher_calculator_round.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher_calculator_round.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\layout_content_main.xml.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\layout\\content_main.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-mdpi_ic_launcher.webp.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher.webp"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xxxhdpi_ic_launcher.webp.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher.webp"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-ldpi_ic_icon_calculator.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_icon_calculator.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-mdpi_ic_dark_mode.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-mdpi\\ic_dark_mode.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-mdpi_ic_light_mode.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-mdpi\\ic_light_mode.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\layout_activity_main_light.xml.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\layout\\activity_main_light.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxhdpi_ic_graph.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xxhdpi\\ic_graph.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xxxhdpi_ic_launcher_calculator.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher_calculator.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-ldpi_ic_dark_mode.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_dark_mode.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxxhdpi_ic_graph.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_graph.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-anydpi-v26_ic_launcher.xml.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-anydpi-v26\\ic_launcher.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxxhdpi_ic_temp.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_temp.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxhdpi_ic_scale.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xxhdpi\\ic_scale.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\layout-land_activity_main.xml.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\layout-land\\activity_main.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-mdpi_ic__logo.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-mdpi\\ic__logo.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-anydpi-v26_ic_launcher_calculator.xml.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-anydpi-v26\\ic_launcher_calculator.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xhdpi_ic_launcher.webp.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher.webp"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxxhdpi_ic_light_mode.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_light_mode.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-ldpi_ic_scale.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_scale.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\layout_activity_graph.xml.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\layout\\activity_graph.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xhdpi_ic_dark_mode.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-xhdpi\\ic_dark_mode.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-mdpi_ic_launcher_calculator_foreground.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher_calculator_foreground.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_ic_home.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-hdpi\\ic_home.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-anydpi-v21_ic_icon_calculator.xml.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_icon_calculator.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-xxxhdpi_ic_speed.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_speed.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\layout_activity_splash_screen.xml.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\layout\\activity_splash_screen.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_ic_light_mode.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\drawable-hdpi\\ic_light_mode.png"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\layout_fragment_second.xml.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\layout\\fragment_second.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\merged_res\\debug\\mipmap-xxhdpi_ic_launcher_calculator_round.png.flat",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher_calculator_round.png"
+ }
+]
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/single/layout-land.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/single/layout-land.json
new file mode 100644
index 0000000..00ce75b
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/single/layout-land.json
@@ -0,0 +1,10 @@
+[
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout-land\\activity_main_light.xml",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\layout-land\\activity_main_light.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout-land\\activity_main.xml",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\layout-land\\activity_main.xml"
+ }
+]
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/single/layout.json b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/single/layout.json
new file mode 100644
index 0000000..15ebd57
--- /dev/null
+++ b/Calculator/app/build/intermediates/merged_res_blame_folder/debug/out/single/layout.json
@@ -0,0 +1,46 @@
+[
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\activity_plotting_graph.xml",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\layout\\activity_plotting_graph.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\activity_unit_converter.xml",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\layout\\activity_unit_converter.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\activity_splash_screen.xml",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\layout\\activity_splash_screen.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\activity_unit_converter_light.xml",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\layout\\activity_unit_converter_light.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\fragment_first.xml",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\layout\\fragment_first.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\content_main.xml",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\layout\\content_main.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\activity_graph.xml",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\layout\\activity_graph.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\activity_main_light.xml",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\layout\\activity_main_light.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\fragment_second.xml",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\layout\\fragment_second.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\activity_main.xml",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\layout\\activity_main.xml"
+ },
+ {
+ "merged": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\build\\intermediates\\incremental\\mergeDebugResources\\stripped.dir\\layout\\activity_graph_light.xml",
+ "source": "C:\\Users\\manas\\StudioProjects\\Calculator\\app\\src\\main\\res\\layout\\activity_graph_light.xml"
+ }
+]
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/navigation_json/debug/navigation.json b/Calculator/app/build/intermediates/navigation_json/debug/navigation.json
new file mode 100644
index 0000000..1cae7a1
--- /dev/null
+++ b/Calculator/app/build/intermediates/navigation_json/debug/navigation.json
@@ -0,0 +1,7 @@
+[
+ {
+ "name": "nav_graph",
+ "navigationXmlIds": [],
+ "deepLinks": []
+ }
+]
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/packaged_manifests/debug/AndroidManifest.xml b/Calculator/app/build/intermediates/packaged_manifests/debug/AndroidManifest.xml
new file mode 100644
index 0000000..a673e65
--- /dev/null
+++ b/Calculator/app/build/intermediates/packaged_manifests/debug/AndroidManifest.xml
@@ -0,0 +1,71 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/packaged_manifests/debug/output-metadata.json b/Calculator/app/build/intermediates/packaged_manifests/debug/output-metadata.json
new file mode 100644
index 0000000..e46d888
--- /dev/null
+++ b/Calculator/app/build/intermediates/packaged_manifests/debug/output-metadata.json
@@ -0,0 +1,20 @@
+{
+ "version": 3,
+ "artifactType": {
+ "type": "PACKAGED_MANIFESTS",
+ "kind": "Directory"
+ },
+ "applicationId": "com.example.calculator",
+ "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/Calculator/app/build/intermediates/packaged_res/debug/drawable-anydpi-v4/ic_convert.xml b/Calculator/app/build/intermediates/packaged_res/debug/drawable-anydpi-v4/ic_convert.xml
new file mode 100644
index 0000000..d514faa
--- /dev/null
+++ b/Calculator/app/build/intermediates/packaged_res/debug/drawable-anydpi-v4/ic_convert.xml
@@ -0,0 +1,11 @@
+
+
+
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-anydpi-v4/ic_dark_mode.xml b/Calculator/app/build/intermediates/packaged_res/debug/drawable-anydpi-v4/ic_dark_mode.xml
new file mode 100644
index 0000000..420ec8a
--- /dev/null
+++ b/Calculator/app/build/intermediates/packaged_res/debug/drawable-anydpi-v4/ic_dark_mode.xml
@@ -0,0 +1,11 @@
+
+
+
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-anydpi-v4/ic_degree.xml b/Calculator/app/build/intermediates/packaged_res/debug/drawable-anydpi-v4/ic_degree.xml
new file mode 100644
index 0000000..e1582d9
--- /dev/null
+++ b/Calculator/app/build/intermediates/packaged_res/debug/drawable-anydpi-v4/ic_degree.xml
@@ -0,0 +1,12 @@
+
+
+
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-anydpi-v4/ic_graph.xml b/Calculator/app/build/intermediates/packaged_res/debug/drawable-anydpi-v4/ic_graph.xml
new file mode 100644
index 0000000..4566deb
--- /dev/null
+++ b/Calculator/app/build/intermediates/packaged_res/debug/drawable-anydpi-v4/ic_graph.xml
@@ -0,0 +1,11 @@
+
+
+
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-anydpi-v4/ic_home.xml b/Calculator/app/build/intermediates/packaged_res/debug/drawable-anydpi-v4/ic_home.xml
new file mode 100644
index 0000000..cd6cfd6
--- /dev/null
+++ b/Calculator/app/build/intermediates/packaged_res/debug/drawable-anydpi-v4/ic_home.xml
@@ -0,0 +1,11 @@
+
+
+
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-anydpi-v4/ic_icon_calculator.xml b/Calculator/app/build/intermediates/packaged_res/debug/drawable-anydpi-v4/ic_icon_calculator.xml
new file mode 100644
index 0000000..79c8ad4
--- /dev/null
+++ b/Calculator/app/build/intermediates/packaged_res/debug/drawable-anydpi-v4/ic_icon_calculator.xml
@@ -0,0 +1,11 @@
+
+
+
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-anydpi-v4/ic_light_mode.xml b/Calculator/app/build/intermediates/packaged_res/debug/drawable-anydpi-v4/ic_light_mode.xml
new file mode 100644
index 0000000..9d18533
--- /dev/null
+++ b/Calculator/app/build/intermediates/packaged_res/debug/drawable-anydpi-v4/ic_light_mode.xml
@@ -0,0 +1,11 @@
+
+
+
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-anydpi-v4/ic_scale.xml b/Calculator/app/build/intermediates/packaged_res/debug/drawable-anydpi-v4/ic_scale.xml
new file mode 100644
index 0000000..2f7e810
--- /dev/null
+++ b/Calculator/app/build/intermediates/packaged_res/debug/drawable-anydpi-v4/ic_scale.xml
@@ -0,0 +1,11 @@
+
+
+
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-anydpi-v4/ic_speed.xml b/Calculator/app/build/intermediates/packaged_res/debug/drawable-anydpi-v4/ic_speed.xml
new file mode 100644
index 0000000..798ace5
--- /dev/null
+++ b/Calculator/app/build/intermediates/packaged_res/debug/drawable-anydpi-v4/ic_speed.xml
@@ -0,0 +1,11 @@
+
+
+
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-anydpi-v4/ic_temp.xml b/Calculator/app/build/intermediates/packaged_res/debug/drawable-anydpi-v4/ic_temp.xml
new file mode 100644
index 0000000..40734be
--- /dev/null
+++ b/Calculator/app/build/intermediates/packaged_res/debug/drawable-anydpi-v4/ic_temp.xml
@@ -0,0 +1,11 @@
+
+
+
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_convert.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_convert.png
new file mode 100644
index 0000000..e50d2ae
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_convert.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_dark_mode.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_dark_mode.png
new file mode 100644
index 0000000..f4e233f
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_dark_mode.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_degree.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_degree.png
new file mode 100644
index 0000000..be64f1c
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_degree.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_graph.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_graph.png
new file mode 100644
index 0000000..2bb0865
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_graph.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_home.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_home.png
new file mode 100644
index 0000000..c6da75f
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_home.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_icon_calculator.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_icon_calculator.png
new file mode 100644
index 0000000..a2ef706
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_icon_calculator.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_light_mode.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_light_mode.png
new file mode 100644
index 0000000..5edb87c
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_light_mode.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_scale.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_scale.png
new file mode 100644
index 0000000..b2638ad
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_scale.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_speed.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_speed.png
new file mode 100644
index 0000000..66fd34e
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_speed.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_temp.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_temp.png
new file mode 100644
index 0000000..4980836
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-hdpi-v4/ic_temp.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_convert.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_convert.png
new file mode 100644
index 0000000..57d27a5
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_convert.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_dark_mode.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_dark_mode.png
new file mode 100644
index 0000000..1bfebac
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_dark_mode.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_degree.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_degree.png
new file mode 100644
index 0000000..eeedfc9
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_degree.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_graph.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_graph.png
new file mode 100644
index 0000000..e1bec36
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_graph.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_home.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_home.png
new file mode 100644
index 0000000..cb1f92f
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_home.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_icon_calculator.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_icon_calculator.png
new file mode 100644
index 0000000..75cbde9
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_icon_calculator.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_light_mode.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_light_mode.png
new file mode 100644
index 0000000..255c9db
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_light_mode.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_scale.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_scale.png
new file mode 100644
index 0000000..eb46ed0
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_scale.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_speed.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_speed.png
new file mode 100644
index 0000000..d6a5a17
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_speed.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_temp.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_temp.png
new file mode 100644
index 0000000..1ab6dd5
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-mdpi-v4/ic_temp.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-v24/ic_launcher_foreground.xml b/Calculator/app/build/intermediates/packaged_res/debug/drawable-v24/ic_launcher_foreground.xml
new file mode 100644
index 0000000..2b068d1
--- /dev/null
+++ b/Calculator/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/Calculator/app/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_convert.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_convert.png
new file mode 100644
index 0000000..3583123
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_convert.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_dark_mode.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_dark_mode.png
new file mode 100644
index 0000000..f9702bc
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_dark_mode.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_degree.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_degree.png
new file mode 100644
index 0000000..37be6d4
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_degree.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_graph.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_graph.png
new file mode 100644
index 0000000..f890dbd
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_graph.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_home.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_home.png
new file mode 100644
index 0000000..f6c17d5
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_home.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_icon_calculator.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_icon_calculator.png
new file mode 100644
index 0000000..dafd9e1
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_icon_calculator.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_light_mode.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_light_mode.png
new file mode 100644
index 0000000..a08361a
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_light_mode.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_scale.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_scale.png
new file mode 100644
index 0000000..a0f36a4
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_scale.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_speed.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_speed.png
new file mode 100644
index 0000000..0963777
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_speed.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_temp.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_temp.png
new file mode 100644
index 0000000..b4f7684
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/ic_temp.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/ic_convert.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/ic_convert.png
new file mode 100644
index 0000000..5873eff
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/ic_convert.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/ic_dark_mode.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/ic_dark_mode.png
new file mode 100644
index 0000000..b870b4e
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/ic_dark_mode.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/ic_degree.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/ic_degree.png
new file mode 100644
index 0000000..f91b6a0
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/ic_degree.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/ic_graph.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/ic_graph.png
new file mode 100644
index 0000000..46d511b
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/ic_graph.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/ic_home.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/ic_home.png
new file mode 100644
index 0000000..40d14fb
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/ic_home.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/ic_icon_calculator.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/ic_icon_calculator.png
new file mode 100644
index 0000000..dbb589c
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/ic_icon_calculator.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/ic_light_mode.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/ic_light_mode.png
new file mode 100644
index 0000000..9d8d34c
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/ic_light_mode.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/ic_scale.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/ic_scale.png
new file mode 100644
index 0000000..93eb209
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/ic_scale.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/ic_speed.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/ic_speed.png
new file mode 100644
index 0000000..74634a4
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/ic_speed.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/ic_temp.png b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/ic_temp.png
new file mode 100644
index 0000000..319df11
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/ic_temp.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable/ic__logo.xml b/Calculator/app/build/intermediates/packaged_res/debug/drawable/ic__logo.xml
new file mode 100644
index 0000000..b15c118
--- /dev/null
+++ b/Calculator/app/build/intermediates/packaged_res/debug/drawable/ic__logo.xml
@@ -0,0 +1,10 @@
+
+
+
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/drawable/ic_launcher_background.xml b/Calculator/app/build/intermediates/packaged_res/debug/drawable/ic_launcher_background.xml
new file mode 100644
index 0000000..07d5da9
--- /dev/null
+++ b/Calculator/app/build/intermediates/packaged_res/debug/drawable/ic_launcher_background.xml
@@ -0,0 +1,170 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/layout-land/activity_main.xml b/Calculator/app/build/intermediates/packaged_res/debug/layout-land/activity_main.xml
new file mode 100644
index 0000000..2dd6d12
--- /dev/null
+++ b/Calculator/app/build/intermediates/packaged_res/debug/layout-land/activity_main.xml
@@ -0,0 +1,615 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/layout-land/activity_main_light.xml b/Calculator/app/build/intermediates/packaged_res/debug/layout-land/activity_main_light.xml
new file mode 100644
index 0000000..b206283
--- /dev/null
+++ b/Calculator/app/build/intermediates/packaged_res/debug/layout-land/activity_main_light.xml
@@ -0,0 +1,615 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/layout/activity_graph.xml b/Calculator/app/build/intermediates/packaged_res/debug/layout/activity_graph.xml
new file mode 100644
index 0000000..52370f7
--- /dev/null
+++ b/Calculator/app/build/intermediates/packaged_res/debug/layout/activity_graph.xml
@@ -0,0 +1,276 @@
+
+
+
+ z
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/layout/activity_graph_light.xml b/Calculator/app/build/intermediates/packaged_res/debug/layout/activity_graph_light.xml
new file mode 100644
index 0000000..bc40135
--- /dev/null
+++ b/Calculator/app/build/intermediates/packaged_res/debug/layout/activity_graph_light.xml
@@ -0,0 +1,276 @@
+
+
+
+ z
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/layout/activity_main.xml b/Calculator/app/build/intermediates/packaged_res/debug/layout/activity_main.xml
new file mode 100644
index 0000000..15c2aa8
--- /dev/null
+++ b/Calculator/app/build/intermediates/packaged_res/debug/layout/activity_main.xml
@@ -0,0 +1,461 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/layout/activity_main_light.xml b/Calculator/app/build/intermediates/packaged_res/debug/layout/activity_main_light.xml
new file mode 100644
index 0000000..7dd85eb
--- /dev/null
+++ b/Calculator/app/build/intermediates/packaged_res/debug/layout/activity_main_light.xml
@@ -0,0 +1,456 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/layout/activity_plotting_graph.xml b/Calculator/app/build/intermediates/packaged_res/debug/layout/activity_plotting_graph.xml
new file mode 100644
index 0000000..b70891b
--- /dev/null
+++ b/Calculator/app/build/intermediates/packaged_res/debug/layout/activity_plotting_graph.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/layout/activity_splash_screen.xml b/Calculator/app/build/intermediates/packaged_res/debug/layout/activity_splash_screen.xml
new file mode 100644
index 0000000..370b756
--- /dev/null
+++ b/Calculator/app/build/intermediates/packaged_res/debug/layout/activity_splash_screen.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/layout/activity_unit_converter.xml b/Calculator/app/build/intermediates/packaged_res/debug/layout/activity_unit_converter.xml
new file mode 100644
index 0000000..01fdb14
--- /dev/null
+++ b/Calculator/app/build/intermediates/packaged_res/debug/layout/activity_unit_converter.xml
@@ -0,0 +1,368 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/layout/activity_unit_converter_light.xml b/Calculator/app/build/intermediates/packaged_res/debug/layout/activity_unit_converter_light.xml
new file mode 100644
index 0000000..32bc26a
--- /dev/null
+++ b/Calculator/app/build/intermediates/packaged_res/debug/layout/activity_unit_converter_light.xml
@@ -0,0 +1,368 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/layout/content_main.xml b/Calculator/app/build/intermediates/packaged_res/debug/layout/content_main.xml
new file mode 100644
index 0000000..7867fa2
--- /dev/null
+++ b/Calculator/app/build/intermediates/packaged_res/debug/layout/content_main.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/layout/fragment_first.xml b/Calculator/app/build/intermediates/packaged_res/debug/layout/fragment_first.xml
new file mode 100644
index 0000000..8a8ce58
--- /dev/null
+++ b/Calculator/app/build/intermediates/packaged_res/debug/layout/fragment_first.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/layout/fragment_second.xml b/Calculator/app/build/intermediates/packaged_res/debug/layout/fragment_second.xml
new file mode 100644
index 0000000..0cdc85a
--- /dev/null
+++ b/Calculator/app/build/intermediates/packaged_res/debug/layout/fragment_second.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/menu/nav_menu_unit_converter.xml b/Calculator/app/build/intermediates/packaged_res/debug/menu/nav_menu_unit_converter.xml
new file mode 100644
index 0000000..451459d
--- /dev/null
+++ b/Calculator/app/build/intermediates/packaged_res/debug/menu/nav_menu_unit_converter.xml
@@ -0,0 +1,110 @@
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher.xml b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher.xml
new file mode 100644
index 0000000..eca70cf
--- /dev/null
+++ b/Calculator/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/Calculator/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher_calculator.xml b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher_calculator.xml
new file mode 100644
index 0000000..39bf046
--- /dev/null
+++ b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher_calculator.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher_calculator_round.xml b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher_calculator_round.xml
new file mode 100644
index 0000000..39bf046
--- /dev/null
+++ b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher_calculator_round.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher_round.xml b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher_round.xml
new file mode 100644
index 0000000..eca70cf
--- /dev/null
+++ b/Calculator/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/Calculator/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher.webp b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher.webp
new file mode 100644
index 0000000..c209e78
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher.webp differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher_calculator.png b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher_calculator.png
new file mode 100644
index 0000000..a47c1f7
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher_calculator.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher_calculator_foreground.png b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher_calculator_foreground.png
new file mode 100644
index 0000000..22d710c
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher_calculator_foreground.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher_calculator_round.png b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher_calculator_round.png
new file mode 100644
index 0000000..9997fd5
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher_calculator_round.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher_round.webp b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher_round.webp
new file mode 100644
index 0000000..b2dfe3d
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher_round.webp differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher.webp b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher.webp
new file mode 100644
index 0000000..4f0f1d6
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher.webp differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher_calculator.png b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher_calculator.png
new file mode 100644
index 0000000..1bdf808
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher_calculator.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher_calculator_foreground.png b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher_calculator_foreground.png
new file mode 100644
index 0000000..cbb1fa3
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher_calculator_foreground.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher_calculator_round.png b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher_calculator_round.png
new file mode 100644
index 0000000..29c0c79
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher_calculator_round.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher_round.webp b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher_round.webp
new file mode 100644
index 0000000..62b611d
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher_round.webp differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher.webp b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher.webp
new file mode 100644
index 0000000..948a307
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher.webp differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher_calculator.png b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher_calculator.png
new file mode 100644
index 0000000..fbdf8c2
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher_calculator.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher_calculator_foreground.png b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher_calculator_foreground.png
new file mode 100644
index 0000000..148ce69
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher_calculator_foreground.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher_calculator_round.png b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher_calculator_round.png
new file mode 100644
index 0000000..459525e
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher_calculator_round.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher_round.webp b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher_round.webp
new file mode 100644
index 0000000..1b9a695
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher_round.webp differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher.webp b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher.webp
new file mode 100644
index 0000000..28d4b77
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher.webp differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher_calculator.png b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher_calculator.png
new file mode 100644
index 0000000..af89707
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher_calculator.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher_calculator_foreground.png b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher_calculator_foreground.png
new file mode 100644
index 0000000..7d0d6b9
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher_calculator_foreground.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher_calculator_round.png b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher_calculator_round.png
new file mode 100644
index 0000000..0110d56
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher_calculator_round.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher_round.webp b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher_round.webp
new file mode 100644
index 0000000..9287f50
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher_round.webp differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher.webp b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher.webp
new file mode 100644
index 0000000..aa7d642
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher.webp differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher_calculator.png b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher_calculator.png
new file mode 100644
index 0000000..6f39809
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher_calculator.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher_calculator_foreground.png b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher_calculator_foreground.png
new file mode 100644
index 0000000..6d41d06
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher_calculator_foreground.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher_calculator_round.png b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher_calculator_round.png
new file mode 100644
index 0000000..2be0e34
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher_calculator_round.png differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher_round.webp b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher_round.webp
new file mode 100644
index 0000000..9126ae3
Binary files /dev/null and b/Calculator/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher_round.webp differ
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/navigation/nav_graph.xml b/Calculator/app/build/intermediates/packaged_res/debug/navigation/nav_graph.xml
new file mode 100644
index 0000000..ccc1de9
--- /dev/null
+++ b/Calculator/app/build/intermediates/packaged_res/debug/navigation/nav_graph.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/values-land/values-land.xml b/Calculator/app/build/intermediates/packaged_res/debug/values-land/values-land.xml
new file mode 100644
index 0000000..70eeb8a
--- /dev/null
+++ b/Calculator/app/build/intermediates/packaged_res/debug/values-land/values-land.xml
@@ -0,0 +1,5 @@
+
+
+ 16dp
+ 16dp
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/values-night-v8/values-night-v8.xml b/Calculator/app/build/intermediates/packaged_res/debug/values-night-v8/values-night-v8.xml
new file mode 100644
index 0000000..394dbf9
--- /dev/null
+++ b/Calculator/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/Calculator/app/build/intermediates/packaged_res/debug/values-w1240dp-v13/values-w1240dp-v13.xml b/Calculator/app/build/intermediates/packaged_res/debug/values-w1240dp-v13/values-w1240dp-v13.xml
new file mode 100644
index 0000000..96fffa1
--- /dev/null
+++ b/Calculator/app/build/intermediates/packaged_res/debug/values-w1240dp-v13/values-w1240dp-v13.xml
@@ -0,0 +1,4 @@
+
+
+ 200dp
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/values-w600dp-v13/values-w600dp-v13.xml b/Calculator/app/build/intermediates/packaged_res/debug/values-w600dp-v13/values-w600dp-v13.xml
new file mode 100644
index 0000000..815d8b2
--- /dev/null
+++ b/Calculator/app/build/intermediates/packaged_res/debug/values-w600dp-v13/values-w600dp-v13.xml
@@ -0,0 +1,4 @@
+
+
+ 48dp
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/packaged_res/debug/values/values.xml b/Calculator/app/build/intermediates/packaged_res/debug/values/values.xml
new file mode 100644
index 0000000..80e3f70
--- /dev/null
+++ b/Calculator/app/build/intermediates/packaged_res/debug/values/values.xml
@@ -0,0 +1,43 @@
+
+
+ #FF000000
+ #3DDC84
+ #FFFFFF
+ #FFBB86FC
+ #FF6200EE
+ #FF3700B3
+ #FF03DAC5
+ #FF018786
+ #FFFFFFFF
+ 16dp
+ 16dp
+ Calculator
+ Close
+ First Fragment
+ Hello first fragment
+ Hello second fragment. Arg: %1$s
+ Next
+ Open
+ Previous
+ Second Fragment
+ MainActivity2
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/build/intermediates/processed_res/debug/out/output-metadata.json b/Calculator/app/build/intermediates/processed_res/debug/out/output-metadata.json
new file mode 100644
index 0000000..1f4ab8f
--- /dev/null
+++ b/Calculator/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.calculator",
+ "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/Calculator/app/build/intermediates/processed_res/debug/out/resources-debug.ap_ b/Calculator/app/build/intermediates/processed_res/debug/out/resources-debug.ap_
new file mode 100644
index 0000000..99e81b3
Binary files /dev/null and b/Calculator/app/build/intermediates/processed_res/debug/out/resources-debug.ap_ differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/3d9e955436400f6d264e89b9361ca336c8fa93497b2e3edeca2499a114fd144b_0.jar b/Calculator/app/build/intermediates/project_dex_archive/debug/out/3d9e955436400f6d264e89b9361ca336c8fa93497b2e3edeca2499a114fd144b_0.jar
new file mode 100644
index 0000000..6449446
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/3d9e955436400f6d264e89b9361ca336c8fa93497b2e3edeca2499a114fd144b_0.jar differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/3d9e955436400f6d264e89b9361ca336c8fa93497b2e3edeca2499a114fd144b_1.jar b/Calculator/app/build/intermediates/project_dex_archive/debug/out/3d9e955436400f6d264e89b9361ca336c8fa93497b2e3edeca2499a114fd144b_1.jar
new file mode 100644
index 0000000..8f54414
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/3d9e955436400f6d264e89b9361ca336c8fa93497b2e3edeca2499a114fd144b_1.jar differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/3d9e955436400f6d264e89b9361ca336c8fa93497b2e3edeca2499a114fd144b_2.jar b/Calculator/app/build/intermediates/project_dex_archive/debug/out/3d9e955436400f6d264e89b9361ca336c8fa93497b2e3edeca2499a114fd144b_2.jar
new file mode 100644
index 0000000..ea1e830
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/3d9e955436400f6d264e89b9361ca336c8fa93497b2e3edeca2499a114fd144b_2.jar differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/3d9e955436400f6d264e89b9361ca336c8fa93497b2e3edeca2499a114fd144b_3.jar b/Calculator/app/build/intermediates/project_dex_archive/debug/out/3d9e955436400f6d264e89b9361ca336c8fa93497b2e3edeca2499a114fd144b_3.jar
new file mode 100644
index 0000000..22978dc
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/3d9e955436400f6d264e89b9361ca336c8fa93497b2e3edeca2499a114fd144b_3.jar differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/50d513812ced09022450fe9bab53edafd73d6593c6b8e19f4c51dee3fb345934_0.jar b/Calculator/app/build/intermediates/project_dex_archive/debug/out/50d513812ced09022450fe9bab53edafd73d6593c6b8e19f4c51dee3fb345934_0.jar
new file mode 100644
index 0000000..32a8590
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/50d513812ced09022450fe9bab53edafd73d6593c6b8e19f4c51dee3fb345934_0.jar differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/50d513812ced09022450fe9bab53edafd73d6593c6b8e19f4c51dee3fb345934_1.jar b/Calculator/app/build/intermediates/project_dex_archive/debug/out/50d513812ced09022450fe9bab53edafd73d6593c6b8e19f4c51dee3fb345934_1.jar
new file mode 100644
index 0000000..9521962
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/50d513812ced09022450fe9bab53edafd73d6593c6b8e19f4c51dee3fb345934_1.jar differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/50d513812ced09022450fe9bab53edafd73d6593c6b8e19f4c51dee3fb345934_2.jar b/Calculator/app/build/intermediates/project_dex_archive/debug/out/50d513812ced09022450fe9bab53edafd73d6593c6b8e19f4c51dee3fb345934_2.jar
new file mode 100644
index 0000000..69d5bc4
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/50d513812ced09022450fe9bab53edafd73d6593c6b8e19f4c51dee3fb345934_2.jar differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/50d513812ced09022450fe9bab53edafd73d6593c6b8e19f4c51dee3fb345934_3.jar b/Calculator/app/build/intermediates/project_dex_archive/debug/out/50d513812ced09022450fe9bab53edafd73d6593c6b8e19f4c51dee3fb345934_3.jar
new file mode 100644
index 0000000..30b61d5
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/50d513812ced09022450fe9bab53edafd73d6593c6b8e19f4c51dee3fb345934_3.jar differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/6f96e153d035cfca1152295555b29d9453b914541fafc21a3b3e6c42e4969024_0.jar b/Calculator/app/build/intermediates/project_dex_archive/debug/out/6f96e153d035cfca1152295555b29d9453b914541fafc21a3b3e6c42e4969024_0.jar
new file mode 100644
index 0000000..120ce1a
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/6f96e153d035cfca1152295555b29d9453b914541fafc21a3b3e6c42e4969024_0.jar differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/6f96e153d035cfca1152295555b29d9453b914541fafc21a3b3e6c42e4969024_1.jar b/Calculator/app/build/intermediates/project_dex_archive/debug/out/6f96e153d035cfca1152295555b29d9453b914541fafc21a3b3e6c42e4969024_1.jar
new file mode 100644
index 0000000..d232271
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/6f96e153d035cfca1152295555b29d9453b914541fafc21a3b3e6c42e4969024_1.jar differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/6f96e153d035cfca1152295555b29d9453b914541fafc21a3b3e6c42e4969024_2.jar b/Calculator/app/build/intermediates/project_dex_archive/debug/out/6f96e153d035cfca1152295555b29d9453b914541fafc21a3b3e6c42e4969024_2.jar
new file mode 100644
index 0000000..e4f07f3
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/6f96e153d035cfca1152295555b29d9453b914541fafc21a3b3e6c42e4969024_2.jar differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/6f96e153d035cfca1152295555b29d9453b914541fafc21a3b3e6c42e4969024_3.jar b/Calculator/app/build/intermediates/project_dex_archive/debug/out/6f96e153d035cfca1152295555b29d9453b914541fafc21a3b3e6c42e4969024_3.jar
new file mode 100644
index 0000000..ec1d47c
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/6f96e153d035cfca1152295555b29d9453b914541fafc21a3b3e6c42e4969024_3.jar differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/901262f6308af84b6c5fc583138fc8a5fe3651fd1c425cc0b05fc0c0d6599bdc_0.jar b/Calculator/app/build/intermediates/project_dex_archive/debug/out/901262f6308af84b6c5fc583138fc8a5fe3651fd1c425cc0b05fc0c0d6599bdc_0.jar
new file mode 100644
index 0000000..3d4e30d
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/901262f6308af84b6c5fc583138fc8a5fe3651fd1c425cc0b05fc0c0d6599bdc_0.jar differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/901262f6308af84b6c5fc583138fc8a5fe3651fd1c425cc0b05fc0c0d6599bdc_1.jar b/Calculator/app/build/intermediates/project_dex_archive/debug/out/901262f6308af84b6c5fc583138fc8a5fe3651fd1c425cc0b05fc0c0d6599bdc_1.jar
new file mode 100644
index 0000000..8606ebb
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/901262f6308af84b6c5fc583138fc8a5fe3651fd1c425cc0b05fc0c0d6599bdc_1.jar differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/901262f6308af84b6c5fc583138fc8a5fe3651fd1c425cc0b05fc0c0d6599bdc_2.jar b/Calculator/app/build/intermediates/project_dex_archive/debug/out/901262f6308af84b6c5fc583138fc8a5fe3651fd1c425cc0b05fc0c0d6599bdc_2.jar
new file mode 100644
index 0000000..94a497d
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/901262f6308af84b6c5fc583138fc8a5fe3651fd1c425cc0b05fc0c0d6599bdc_2.jar differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/901262f6308af84b6c5fc583138fc8a5fe3651fd1c425cc0b05fc0c0d6599bdc_3.jar b/Calculator/app/build/intermediates/project_dex_archive/debug/out/901262f6308af84b6c5fc583138fc8a5fe3651fd1c425cc0b05fc0c0d6599bdc_3.jar
new file mode 100644
index 0000000..d4dc166
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/901262f6308af84b6c5fc583138fc8a5fe3651fd1c425cc0b05fc0c0d6599bdc_3.jar differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/91a4a98c760759c33a2f975f0e1294235a744bd8e158b79ff4c10339b6fc93c2_0.jar b/Calculator/app/build/intermediates/project_dex_archive/debug/out/91a4a98c760759c33a2f975f0e1294235a744bd8e158b79ff4c10339b6fc93c2_0.jar
new file mode 100644
index 0000000..117441b
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/91a4a98c760759c33a2f975f0e1294235a744bd8e158b79ff4c10339b6fc93c2_0.jar differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/91a4a98c760759c33a2f975f0e1294235a744bd8e158b79ff4c10339b6fc93c2_1.jar b/Calculator/app/build/intermediates/project_dex_archive/debug/out/91a4a98c760759c33a2f975f0e1294235a744bd8e158b79ff4c10339b6fc93c2_1.jar
new file mode 100644
index 0000000..6bce0fe
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/91a4a98c760759c33a2f975f0e1294235a744bd8e158b79ff4c10339b6fc93c2_1.jar differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/91a4a98c760759c33a2f975f0e1294235a744bd8e158b79ff4c10339b6fc93c2_2.jar b/Calculator/app/build/intermediates/project_dex_archive/debug/out/91a4a98c760759c33a2f975f0e1294235a744bd8e158b79ff4c10339b6fc93c2_2.jar
new file mode 100644
index 0000000..575e38f
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/91a4a98c760759c33a2f975f0e1294235a744bd8e158b79ff4c10339b6fc93c2_2.jar differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/91a4a98c760759c33a2f975f0e1294235a744bd8e158b79ff4c10339b6fc93c2_3.jar b/Calculator/app/build/intermediates/project_dex_archive/debug/out/91a4a98c760759c33a2f975f0e1294235a744bd8e158b79ff4c10339b6fc93c2_3.jar
new file mode 100644
index 0000000..dcfae4f
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/91a4a98c760759c33a2f975f0e1294235a744bd8e158b79ff4c10339b6fc93c2_3.jar differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/BuildConfig.dex b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/BuildConfig.dex
new file mode 100644
index 0000000..970aead
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/BuildConfig.dex differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/Graph.dex b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/Graph.dex
new file mode 100644
index 0000000..dd1af9f
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/Graph.dex differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/Graph_Light.dex b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/Graph_Light.dex
new file mode 100644
index 0000000..31ce77e
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/Graph_Light.dex differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/MainActivity.dex b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/MainActivity.dex
new file mode 100644
index 0000000..b21213a
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/MainActivity.dex differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/MainActivity_Light.dex b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/MainActivity_Light.dex
new file mode 100644
index 0000000..2fcf880
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/MainActivity_Light.dex differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/PlottingGraph.dex b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/PlottingGraph.dex
new file mode 100644
index 0000000..244222f
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/PlottingGraph.dex differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/SplashScreen.dex b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/SplashScreen.dex
new file mode 100644
index 0000000..471e1c4
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/SplashScreen.dex differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/Unit_Converter.dex b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/Unit_Converter.dex
new file mode 100644
index 0000000..0c6603b
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/Unit_Converter.dex differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/Unit_Converter_Light.dex b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/Unit_Converter_Light.dex
new file mode 100644
index 0000000..c3e0c59
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/Unit_Converter_Light.dex differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/databinding/ActivityGraphBinding.dex b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/databinding/ActivityGraphBinding.dex
new file mode 100644
index 0000000..6666b70
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/databinding/ActivityGraphBinding.dex differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/databinding/ActivityGraphLightBinding.dex b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/databinding/ActivityGraphLightBinding.dex
new file mode 100644
index 0000000..279a53c
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/databinding/ActivityGraphLightBinding.dex differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/databinding/ActivityMainBinding.dex b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/databinding/ActivityMainBinding.dex
new file mode 100644
index 0000000..d7605fa
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/databinding/ActivityMainBinding.dex differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/databinding/ActivityMainLightBinding.dex b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/databinding/ActivityMainLightBinding.dex
new file mode 100644
index 0000000..47e3e67
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/databinding/ActivityMainLightBinding.dex differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/databinding/ActivityPlottingGraphBinding.dex b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/databinding/ActivityPlottingGraphBinding.dex
new file mode 100644
index 0000000..2db4a04
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/databinding/ActivityPlottingGraphBinding.dex differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/databinding/ActivitySplashScreenBinding.dex b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/databinding/ActivitySplashScreenBinding.dex
new file mode 100644
index 0000000..bb3fa38
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/databinding/ActivitySplashScreenBinding.dex differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/databinding/ActivityUnitConverterBinding.dex b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/databinding/ActivityUnitConverterBinding.dex
new file mode 100644
index 0000000..e0c4305
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/databinding/ActivityUnitConverterBinding.dex differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/databinding/ActivityUnitConverterLightBinding.dex b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/databinding/ActivityUnitConverterLightBinding.dex
new file mode 100644
index 0000000..20518a1
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/databinding/ActivityUnitConverterLightBinding.dex differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/databinding/ContentMainBinding.dex b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/databinding/ContentMainBinding.dex
new file mode 100644
index 0000000..8c87187
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/databinding/ContentMainBinding.dex differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/databinding/FragmentFirstBinding.dex b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/databinding/FragmentFirstBinding.dex
new file mode 100644
index 0000000..8098026
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/databinding/FragmentFirstBinding.dex differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/databinding/FragmentSecondBinding.dex b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/databinding/FragmentSecondBinding.dex
new file mode 100644
index 0000000..8090c8d
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/com/example/calculator/databinding/FragmentSecondBinding.dex differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/f4fb83ce4cbf82c14b69eb95d51abb2d1ec165a9bc917c9aaa54679aec2c2566_0.jar b/Calculator/app/build/intermediates/project_dex_archive/debug/out/f4fb83ce4cbf82c14b69eb95d51abb2d1ec165a9bc917c9aaa54679aec2c2566_0.jar
new file mode 100644
index 0000000..120ce1a
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/f4fb83ce4cbf82c14b69eb95d51abb2d1ec165a9bc917c9aaa54679aec2c2566_0.jar differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/f4fb83ce4cbf82c14b69eb95d51abb2d1ec165a9bc917c9aaa54679aec2c2566_1.jar b/Calculator/app/build/intermediates/project_dex_archive/debug/out/f4fb83ce4cbf82c14b69eb95d51abb2d1ec165a9bc917c9aaa54679aec2c2566_1.jar
new file mode 100644
index 0000000..d232271
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/f4fb83ce4cbf82c14b69eb95d51abb2d1ec165a9bc917c9aaa54679aec2c2566_1.jar differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/f4fb83ce4cbf82c14b69eb95d51abb2d1ec165a9bc917c9aaa54679aec2c2566_2.jar b/Calculator/app/build/intermediates/project_dex_archive/debug/out/f4fb83ce4cbf82c14b69eb95d51abb2d1ec165a9bc917c9aaa54679aec2c2566_2.jar
new file mode 100644
index 0000000..e4f07f3
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/f4fb83ce4cbf82c14b69eb95d51abb2d1ec165a9bc917c9aaa54679aec2c2566_2.jar differ
diff --git a/Calculator/app/build/intermediates/project_dex_archive/debug/out/f4fb83ce4cbf82c14b69eb95d51abb2d1ec165a9bc917c9aaa54679aec2c2566_3.jar b/Calculator/app/build/intermediates/project_dex_archive/debug/out/f4fb83ce4cbf82c14b69eb95d51abb2d1ec165a9bc917c9aaa54679aec2c2566_3.jar
new file mode 100644
index 0000000..2c84843
Binary files /dev/null and b/Calculator/app/build/intermediates/project_dex_archive/debug/out/f4fb83ce4cbf82c14b69eb95d51abb2d1ec165a9bc917c9aaa54679aec2c2566_3.jar differ
diff --git a/Calculator/app/build/intermediates/runtime_symbol_list/debug/R.txt b/Calculator/app/build/intermediates/runtime_symbol_list/debug/R.txt
new file mode 100644
index 0000000..9fc2aa4
--- /dev/null
+++ b/Calculator/app/build/intermediates/runtime_symbol_list/debug/R.txt
@@ -0,0 +1,7319 @@
+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 mtrl_bottom_sheet_slide_in 0x7f01001d
+int anim mtrl_bottom_sheet_slide_out 0x7f01001e
+int anim mtrl_card_lowers_interpolator 0x7f01001f
+int anim nav_default_enter_anim 0x7f010020
+int anim nav_default_exit_anim 0x7f010021
+int anim nav_default_pop_enter_anim 0x7f010022
+int anim nav_default_pop_exit_anim 0x7f010023
+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 linear_indeterminate_line1_head_interpolator 0x7f020009
+int animator linear_indeterminate_line1_tail_interpolator 0x7f02000a
+int animator linear_indeterminate_line2_head_interpolator 0x7f02000b
+int animator linear_indeterminate_line2_tail_interpolator 0x7f02000c
+int animator m3_btn_elevated_btn_state_list_anim 0x7f02000d
+int animator m3_btn_state_list_anim 0x7f02000e
+int animator m3_card_elevated_state_list_anim 0x7f02000f
+int animator m3_card_state_list_anim 0x7f020010
+int animator m3_chip_state_list_anim 0x7f020011
+int animator m3_elevated_chip_state_list_anim 0x7f020012
+int animator mtrl_btn_state_list_anim 0x7f020013
+int animator mtrl_btn_unelevated_state_list_anim 0x7f020014
+int animator mtrl_card_state_list_anim 0x7f020015
+int animator mtrl_chip_state_list_anim 0x7f020016
+int animator mtrl_extended_fab_change_size_collapse_motion_spec 0x7f020017
+int animator mtrl_extended_fab_change_size_expand_motion_spec 0x7f020018
+int animator mtrl_extended_fab_hide_motion_spec 0x7f020019
+int animator mtrl_extended_fab_show_motion_spec 0x7f02001a
+int animator mtrl_extended_fab_state_list_animator 0x7f02001b
+int animator mtrl_fab_hide_motion_spec 0x7f02001c
+int animator mtrl_fab_show_motion_spec 0x7f02001d
+int animator mtrl_fab_transformation_sheet_collapse_spec 0x7f02001e
+int animator mtrl_fab_transformation_sheet_expand_spec 0x7f02001f
+int animator nav_default_enter_anim 0x7f020020
+int animator nav_default_exit_anim 0x7f020021
+int animator nav_default_pop_enter_anim 0x7f020022
+int animator nav_default_pop_exit_anim 0x7f020023
+int attr SharedValue 0x7f030000
+int attr SharedValueId 0x7f030001
+int attr action 0x7f030002
+int attr actionBarDivider 0x7f030003
+int attr actionBarItemBackground 0x7f030004
+int attr actionBarPopupTheme 0x7f030005
+int attr actionBarSize 0x7f030006
+int attr actionBarSplitStyle 0x7f030007
+int attr actionBarStyle 0x7f030008
+int attr actionBarTabBarStyle 0x7f030009
+int attr actionBarTabStyle 0x7f03000a
+int attr actionBarTabTextStyle 0x7f03000b
+int attr actionBarTheme 0x7f03000c
+int attr actionBarWidgetTheme 0x7f03000d
+int attr actionButtonStyle 0x7f03000e
+int attr actionDropDownStyle 0x7f03000f
+int attr actionLayout 0x7f030010
+int attr actionMenuTextAppearance 0x7f030011
+int attr actionMenuTextColor 0x7f030012
+int attr actionModeBackground 0x7f030013
+int attr actionModeCloseButtonStyle 0x7f030014
+int attr actionModeCloseContentDescription 0x7f030015
+int attr actionModeCloseDrawable 0x7f030016
+int attr actionModeCopyDrawable 0x7f030017
+int attr actionModeCutDrawable 0x7f030018
+int attr actionModeFindDrawable 0x7f030019
+int attr actionModePasteDrawable 0x7f03001a
+int attr actionModePopupWindowStyle 0x7f03001b
+int attr actionModeSelectAllDrawable 0x7f03001c
+int attr actionModeShareDrawable 0x7f03001d
+int attr actionModeSplitBackground 0x7f03001e
+int attr actionModeStyle 0x7f03001f
+int attr actionModeTheme 0x7f030020
+int attr actionModeWebSearchDrawable 0x7f030021
+int attr actionOverflowButtonStyle 0x7f030022
+int attr actionOverflowMenuStyle 0x7f030023
+int attr actionProviderClass 0x7f030024
+int attr actionTextColorAlpha 0x7f030025
+int attr actionViewClass 0x7f030026
+int attr activityChooserViewStyle 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 animateRelativeTo 0x7f030031
+int attr animationMode 0x7f030032
+int attr appBarLayoutStyle 0x7f030033
+int attr applyMotionScene 0x7f030034
+int attr arcMode 0x7f030035
+int attr argType 0x7f030036
+int attr arrowHeadLength 0x7f030037
+int attr arrowShaftLength 0x7f030038
+int attr attributeName 0x7f030039
+int attr autoCompleteMode 0x7f03003a
+int attr autoCompleteTextViewStyle 0x7f03003b
+int attr autoSizeMaxTextSize 0x7f03003c
+int attr autoSizeMinTextSize 0x7f03003d
+int attr autoSizePresetSizes 0x7f03003e
+int attr autoSizeStepGranularity 0x7f03003f
+int attr autoSizeTextType 0x7f030040
+int attr autoTransition 0x7f030041
+int attr background 0x7f030042
+int attr backgroundColor 0x7f030043
+int attr backgroundInsetBottom 0x7f030044
+int attr backgroundInsetEnd 0x7f030045
+int attr backgroundInsetStart 0x7f030046
+int attr backgroundInsetTop 0x7f030047
+int attr backgroundOverlayColorAlpha 0x7f030048
+int attr backgroundSplit 0x7f030049
+int attr backgroundStacked 0x7f03004a
+int attr backgroundTint 0x7f03004b
+int attr backgroundTintMode 0x7f03004c
+int attr badgeGravity 0x7f03004d
+int attr badgeRadius 0x7f03004e
+int attr badgeStyle 0x7f03004f
+int attr badgeTextColor 0x7f030050
+int attr badgeWidePadding 0x7f030051
+int attr badgeWithTextRadius 0x7f030052
+int attr barLength 0x7f030053
+int attr barrierAllowsGoneWidgets 0x7f030054
+int attr barrierDirection 0x7f030055
+int attr barrierMargin 0x7f030056
+int attr behavior_autoHide 0x7f030057
+int attr behavior_autoShrink 0x7f030058
+int attr behavior_draggable 0x7f030059
+int attr behavior_expandedOffset 0x7f03005a
+int attr behavior_fitToContents 0x7f03005b
+int attr behavior_halfExpandedRatio 0x7f03005c
+int attr behavior_hideable 0x7f03005d
+int attr behavior_overlapTop 0x7f03005e
+int attr behavior_peekHeight 0x7f03005f
+int attr behavior_saveFlags 0x7f030060
+int attr behavior_skipCollapsed 0x7f030061
+int attr blendSrc 0x7f030062
+int attr borderRound 0x7f030063
+int attr borderRoundPercent 0x7f030064
+int attr borderWidth 0x7f030065
+int attr borderlessButtonStyle 0x7f030066
+int attr bottomAppBarStyle 0x7f030067
+int attr bottomInsetScrimEnabled 0x7f030068
+int attr bottomNavigationStyle 0x7f030069
+int attr bottomSheetDialogTheme 0x7f03006a
+int attr bottomSheetStyle 0x7f03006b
+int attr boxBackgroundColor 0x7f03006c
+int attr boxBackgroundMode 0x7f03006d
+int attr boxCollapsedPaddingTop 0x7f03006e
+int attr boxCornerRadiusBottomEnd 0x7f03006f
+int attr boxCornerRadiusBottomStart 0x7f030070
+int attr boxCornerRadiusTopEnd 0x7f030071
+int attr boxCornerRadiusTopStart 0x7f030072
+int attr boxStrokeColor 0x7f030073
+int attr boxStrokeErrorColor 0x7f030074
+int attr boxStrokeWidth 0x7f030075
+int attr boxStrokeWidthFocused 0x7f030076
+int attr brightness 0x7f030077
+int attr buttonBarButtonStyle 0x7f030078
+int attr buttonBarNegativeButtonStyle 0x7f030079
+int attr buttonBarNeutralButtonStyle 0x7f03007a
+int attr buttonBarPositiveButtonStyle 0x7f03007b
+int attr buttonBarStyle 0x7f03007c
+int attr buttonCompat 0x7f03007d
+int attr buttonGravity 0x7f03007e
+int attr buttonIconDimen 0x7f03007f
+int attr buttonPanelSideLayout 0x7f030080
+int attr buttonStyle 0x7f030081
+int attr buttonStyleSmall 0x7f030082
+int attr buttonTint 0x7f030083
+int attr buttonTintMode 0x7f030084
+int attr cardBackgroundColor 0x7f030085
+int attr cardCornerRadius 0x7f030086
+int attr cardElevation 0x7f030087
+int attr cardForegroundColor 0x7f030088
+int attr cardMaxElevation 0x7f030089
+int attr cardPreventCornerOverlap 0x7f03008a
+int attr cardUseCompatPadding 0x7f03008b
+int attr cardViewStyle 0x7f03008c
+int attr carousel_backwardTransition 0x7f03008d
+int attr carousel_emptyViewsBehavior 0x7f03008e
+int attr carousel_firstView 0x7f03008f
+int attr carousel_forwardTransition 0x7f030090
+int attr carousel_infinite 0x7f030091
+int attr carousel_nextState 0x7f030092
+int attr carousel_previousState 0x7f030093
+int attr carousel_touchUpMode 0x7f030094
+int attr carousel_touchUp_dampeningFactor 0x7f030095
+int attr carousel_touchUp_velocityThreshold 0x7f030096
+int attr centerIfNoTextEnabled 0x7f030097
+int attr chainUseRtl 0x7f030098
+int attr checkMarkCompat 0x7f030099
+int attr checkMarkTint 0x7f03009a
+int attr checkMarkTintMode 0x7f03009b
+int attr checkboxStyle 0x7f03009c
+int attr checkedButton 0x7f03009d
+int attr checkedChip 0x7f03009e
+int attr checkedIcon 0x7f03009f
+int attr checkedIconEnabled 0x7f0300a0
+int attr checkedIconGravity 0x7f0300a1
+int attr checkedIconMargin 0x7f0300a2
+int attr checkedIconSize 0x7f0300a3
+int attr checkedIconTint 0x7f0300a4
+int attr checkedIconVisible 0x7f0300a5
+int attr checkedTextViewStyle 0x7f0300a6
+int attr chipBackgroundColor 0x7f0300a7
+int attr chipCornerRadius 0x7f0300a8
+int attr chipEndPadding 0x7f0300a9
+int attr chipGroupStyle 0x7f0300aa
+int attr chipIcon 0x7f0300ab
+int attr chipIconEnabled 0x7f0300ac
+int attr chipIconSize 0x7f0300ad
+int attr chipIconTint 0x7f0300ae
+int attr chipIconVisible 0x7f0300af
+int attr chipMinHeight 0x7f0300b0
+int attr chipMinTouchTargetSize 0x7f0300b1
+int attr chipSpacing 0x7f0300b2
+int attr chipSpacingHorizontal 0x7f0300b3
+int attr chipSpacingVertical 0x7f0300b4
+int attr chipStandaloneStyle 0x7f0300b5
+int attr chipStartPadding 0x7f0300b6
+int attr chipStrokeColor 0x7f0300b7
+int attr chipStrokeWidth 0x7f0300b8
+int attr chipStyle 0x7f0300b9
+int attr chipSurfaceColor 0x7f0300ba
+int attr circleRadius 0x7f0300bb
+int attr circularProgressIndicatorStyle 0x7f0300bc
+int attr circularflow_angles 0x7f0300bd
+int attr circularflow_defaultAngle 0x7f0300be
+int attr circularflow_defaultRadius 0x7f0300bf
+int attr circularflow_radiusInDP 0x7f0300c0
+int attr circularflow_viewCenter 0x7f0300c1
+int attr civ_border_color 0x7f0300c2
+int attr civ_border_overlay 0x7f0300c3
+int attr civ_border_width 0x7f0300c4
+int attr civ_circle_background_color 0x7f0300c5
+int attr clearsTag 0x7f0300c6
+int attr clickAction 0x7f0300c7
+int attr clockFaceBackgroundColor 0x7f0300c8
+int attr clockHandColor 0x7f0300c9
+int attr clockIcon 0x7f0300ca
+int attr clockNumberTextColor 0x7f0300cb
+int attr closeIcon 0x7f0300cc
+int attr closeIconEnabled 0x7f0300cd
+int attr closeIconEndPadding 0x7f0300ce
+int attr closeIconSize 0x7f0300cf
+int attr closeIconStartPadding 0x7f0300d0
+int attr closeIconTint 0x7f0300d1
+int attr closeIconVisible 0x7f0300d2
+int attr closeItemLayout 0x7f0300d3
+int attr collapseContentDescription 0x7f0300d4
+int attr collapseIcon 0x7f0300d5
+int attr collapsedSize 0x7f0300d6
+int attr collapsedTitleGravity 0x7f0300d7
+int attr collapsedTitleTextAppearance 0x7f0300d8
+int attr collapsedTitleTextColor 0x7f0300d9
+int attr collapsingToolbarLayoutLargeSize 0x7f0300da
+int attr collapsingToolbarLayoutLargeStyle 0x7f0300db
+int attr collapsingToolbarLayoutMediumSize 0x7f0300dc
+int attr collapsingToolbarLayoutMediumStyle 0x7f0300dd
+int attr collapsingToolbarLayoutStyle 0x7f0300de
+int attr color 0x7f0300df
+int attr colorAccent 0x7f0300e0
+int attr colorBackgroundFloating 0x7f0300e1
+int attr colorButtonNormal 0x7f0300e2
+int attr colorContainer 0x7f0300e3
+int attr colorControlActivated 0x7f0300e4
+int attr colorControlHighlight 0x7f0300e5
+int attr colorControlNormal 0x7f0300e6
+int attr colorError 0x7f0300e7
+int attr colorErrorContainer 0x7f0300e8
+int attr colorOnBackground 0x7f0300e9
+int attr colorOnContainer 0x7f0300ea
+int attr colorOnError 0x7f0300eb
+int attr colorOnErrorContainer 0x7f0300ec
+int attr colorOnPrimary 0x7f0300ed
+int attr colorOnPrimaryContainer 0x7f0300ee
+int attr colorOnPrimarySurface 0x7f0300ef
+int attr colorOnSecondary 0x7f0300f0
+int attr colorOnSecondaryContainer 0x7f0300f1
+int attr colorOnSurface 0x7f0300f2
+int attr colorOnSurfaceInverse 0x7f0300f3
+int attr colorOnSurfaceVariant 0x7f0300f4
+int attr colorOnTertiary 0x7f0300f5
+int attr colorOnTertiaryContainer 0x7f0300f6
+int attr colorOutline 0x7f0300f7
+int attr colorPrimary 0x7f0300f8
+int attr colorPrimaryContainer 0x7f0300f9
+int attr colorPrimaryDark 0x7f0300fa
+int attr colorPrimaryInverse 0x7f0300fb
+int attr colorPrimarySurface 0x7f0300fc
+int attr colorPrimaryVariant 0x7f0300fd
+int attr colorSecondary 0x7f0300fe
+int attr colorSecondaryContainer 0x7f0300ff
+int attr colorSecondaryVariant 0x7f030100
+int attr colorSurface 0x7f030101
+int attr colorSurfaceInverse 0x7f030102
+int attr colorSurfaceVariant 0x7f030103
+int attr colorSwitchThumbNormal 0x7f030104
+int attr colorTertiary 0x7f030105
+int attr colorTertiaryContainer 0x7f030106
+int attr commitIcon 0x7f030107
+int attr constraintRotate 0x7f030108
+int attr constraintSet 0x7f030109
+int attr constraintSetEnd 0x7f03010a
+int attr constraintSetStart 0x7f03010b
+int attr constraint_referenced_ids 0x7f03010c
+int attr constraint_referenced_tags 0x7f03010d
+int attr constraints 0x7f03010e
+int attr content 0x7f03010f
+int attr contentDescription 0x7f030110
+int attr contentInsetEnd 0x7f030111
+int attr contentInsetEndWithActions 0x7f030112
+int attr contentInsetLeft 0x7f030113
+int attr contentInsetRight 0x7f030114
+int attr contentInsetStart 0x7f030115
+int attr contentInsetStartWithNavigation 0x7f030116
+int attr contentPadding 0x7f030117
+int attr contentPaddingBottom 0x7f030118
+int attr contentPaddingEnd 0x7f030119
+int attr contentPaddingLeft 0x7f03011a
+int attr contentPaddingRight 0x7f03011b
+int attr contentPaddingStart 0x7f03011c
+int attr contentPaddingTop 0x7f03011d
+int attr contentScrim 0x7f03011e
+int attr contrast 0x7f03011f
+int attr controlBackground 0x7f030120
+int attr coordinatorLayoutStyle 0x7f030121
+int attr cornerFamily 0x7f030122
+int attr cornerFamilyBottomLeft 0x7f030123
+int attr cornerFamilyBottomRight 0x7f030124
+int attr cornerFamilyTopLeft 0x7f030125
+int attr cornerFamilyTopRight 0x7f030126
+int attr cornerRadius 0x7f030127
+int attr cornerSize 0x7f030128
+int attr cornerSizeBottomLeft 0x7f030129
+int attr cornerSizeBottomRight 0x7f03012a
+int attr cornerSizeTopLeft 0x7f03012b
+int attr cornerSizeTopRight 0x7f03012c
+int attr counterEnabled 0x7f03012d
+int attr counterMaxLength 0x7f03012e
+int attr counterOverflowTextAppearance 0x7f03012f
+int attr counterOverflowTextColor 0x7f030130
+int attr counterTextAppearance 0x7f030131
+int attr counterTextColor 0x7f030132
+int attr crossfade 0x7f030133
+int attr currentState 0x7f030134
+int attr curveFit 0x7f030135
+int attr customBoolean 0x7f030136
+int attr customColorDrawableValue 0x7f030137
+int attr customColorValue 0x7f030138
+int attr customDimension 0x7f030139
+int attr customFloatValue 0x7f03013a
+int attr customIntegerValue 0x7f03013b
+int attr customNavigationLayout 0x7f03013c
+int attr customPixelDimension 0x7f03013d
+int attr customReference 0x7f03013e
+int attr customStringValue 0x7f03013f
+int attr data 0x7f030140
+int attr dataPattern 0x7f030141
+int attr dayInvalidStyle 0x7f030142
+int attr daySelectedStyle 0x7f030143
+int attr dayStyle 0x7f030144
+int attr dayTodayStyle 0x7f030145
+int attr defaultDuration 0x7f030146
+int attr defaultNavHost 0x7f030147
+int attr defaultQueryHint 0x7f030148
+int attr defaultState 0x7f030149
+int attr deltaPolarAngle 0x7f03014a
+int attr deltaPolarRadius 0x7f03014b
+int attr deriveConstraintsFrom 0x7f03014c
+int attr destination 0x7f03014d
+int attr dialogCornerRadius 0x7f03014e
+int attr dialogPreferredPadding 0x7f03014f
+int attr dialogTheme 0x7f030150
+int attr displayOptions 0x7f030151
+int attr divider 0x7f030152
+int attr dividerColor 0x7f030153
+int attr dividerHorizontal 0x7f030154
+int attr dividerInsetEnd 0x7f030155
+int attr dividerInsetStart 0x7f030156
+int attr dividerPadding 0x7f030157
+int attr dividerThickness 0x7f030158
+int attr dividerVertical 0x7f030159
+int attr dragDirection 0x7f03015a
+int attr dragScale 0x7f03015b
+int attr dragThreshold 0x7f03015c
+int attr drawPath 0x7f03015d
+int attr drawableBottomCompat 0x7f03015e
+int attr drawableEndCompat 0x7f03015f
+int attr drawableLeftCompat 0x7f030160
+int attr drawableRightCompat 0x7f030161
+int attr drawableSize 0x7f030162
+int attr drawableStartCompat 0x7f030163
+int attr drawableTint 0x7f030164
+int attr drawableTintMode 0x7f030165
+int attr drawableTopCompat 0x7f030166
+int attr drawerArrowStyle 0x7f030167
+int attr drawerLayoutCornerSize 0x7f030168
+int attr drawerLayoutStyle 0x7f030169
+int attr dropDownListViewStyle 0x7f03016a
+int attr dropdownListPreferredItemHeight 0x7f03016b
+int attr duration 0x7f03016c
+int attr dynamicColorThemeOverlay 0x7f03016d
+int attr editTextBackground 0x7f03016e
+int attr editTextColor 0x7f03016f
+int attr editTextStyle 0x7f030170
+int attr elevation 0x7f030171
+int attr elevationOverlayAccentColor 0x7f030172
+int attr elevationOverlayColor 0x7f030173
+int attr elevationOverlayEnabled 0x7f030174
+int attr emojiCompatEnabled 0x7f030175
+int attr enableEdgeToEdge 0x7f030176
+int attr endIconCheckable 0x7f030177
+int attr endIconContentDescription 0x7f030178
+int attr endIconDrawable 0x7f030179
+int attr endIconMode 0x7f03017a
+int attr endIconTint 0x7f03017b
+int attr endIconTintMode 0x7f03017c
+int attr enforceMaterialTheme 0x7f03017d
+int attr enforceTextAppearance 0x7f03017e
+int attr ensureMinTouchTargetSize 0x7f03017f
+int attr enterAnim 0x7f030180
+int attr errorContentDescription 0x7f030181
+int attr errorEnabled 0x7f030182
+int attr errorIconDrawable 0x7f030183
+int attr errorIconTint 0x7f030184
+int attr errorIconTintMode 0x7f030185
+int attr errorTextAppearance 0x7f030186
+int attr errorTextColor 0x7f030187
+int attr exitAnim 0x7f030188
+int attr expandActivityOverflowButtonDrawable 0x7f030189
+int attr expanded 0x7f03018a
+int attr expandedHintEnabled 0x7f03018b
+int attr expandedTitleGravity 0x7f03018c
+int attr expandedTitleMargin 0x7f03018d
+int attr expandedTitleMarginBottom 0x7f03018e
+int attr expandedTitleMarginEnd 0x7f03018f
+int attr expandedTitleMarginStart 0x7f030190
+int attr expandedTitleMarginTop 0x7f030191
+int attr expandedTitleTextAppearance 0x7f030192
+int attr expandedTitleTextColor 0x7f030193
+int attr extendMotionSpec 0x7f030194
+int attr extendedFloatingActionButtonPrimaryStyle 0x7f030195
+int attr extendedFloatingActionButtonSecondaryStyle 0x7f030196
+int attr extendedFloatingActionButtonStyle 0x7f030197
+int attr extendedFloatingActionButtonSurfaceStyle 0x7f030198
+int attr extendedFloatingActionButtonTertiaryStyle 0x7f030199
+int attr extraMultilineHeightEnabled 0x7f03019a
+int attr fabAlignmentMode 0x7f03019b
+int attr fabAnimationMode 0x7f03019c
+int attr fabCradleMargin 0x7f03019d
+int attr fabCradleRoundedCornerRadius 0x7f03019e
+int attr fabCradleVerticalOffset 0x7f03019f
+int attr fabCustomSize 0x7f0301a0
+int attr fabSize 0x7f0301a1
+int attr fastScrollEnabled 0x7f0301a2
+int attr fastScrollHorizontalThumbDrawable 0x7f0301a3
+int attr fastScrollHorizontalTrackDrawable 0x7f0301a4
+int attr fastScrollVerticalThumbDrawable 0x7f0301a5
+int attr fastScrollVerticalTrackDrawable 0x7f0301a6
+int attr firstBaselineToTopHeight 0x7f0301a7
+int attr floatingActionButtonLargePrimaryStyle 0x7f0301a8
+int attr floatingActionButtonLargeSecondaryStyle 0x7f0301a9
+int attr floatingActionButtonLargeStyle 0x7f0301aa
+int attr floatingActionButtonLargeSurfaceStyle 0x7f0301ab
+int attr floatingActionButtonLargeTertiaryStyle 0x7f0301ac
+int attr floatingActionButtonPrimaryStyle 0x7f0301ad
+int attr floatingActionButtonSecondaryStyle 0x7f0301ae
+int attr floatingActionButtonStyle 0x7f0301af
+int attr floatingActionButtonSurfaceStyle 0x7f0301b0
+int attr floatingActionButtonTertiaryStyle 0x7f0301b1
+int attr flow_firstHorizontalBias 0x7f0301b2
+int attr flow_firstHorizontalStyle 0x7f0301b3
+int attr flow_firstVerticalBias 0x7f0301b4
+int attr flow_firstVerticalStyle 0x7f0301b5
+int attr flow_horizontalAlign 0x7f0301b6
+int attr flow_horizontalBias 0x7f0301b7
+int attr flow_horizontalGap 0x7f0301b8
+int attr flow_horizontalStyle 0x7f0301b9
+int attr flow_lastHorizontalBias 0x7f0301ba
+int attr flow_lastHorizontalStyle 0x7f0301bb
+int attr flow_lastVerticalBias 0x7f0301bc
+int attr flow_lastVerticalStyle 0x7f0301bd
+int attr flow_maxElementsWrap 0x7f0301be
+int attr flow_padding 0x7f0301bf
+int attr flow_verticalAlign 0x7f0301c0
+int attr flow_verticalBias 0x7f0301c1
+int attr flow_verticalGap 0x7f0301c2
+int attr flow_verticalStyle 0x7f0301c3
+int attr flow_wrapMode 0x7f0301c4
+int attr font 0x7f0301c5
+int attr fontFamily 0x7f0301c6
+int attr fontProviderAuthority 0x7f0301c7
+int attr fontProviderCerts 0x7f0301c8
+int attr fontProviderFetchStrategy 0x7f0301c9
+int attr fontProviderFetchTimeout 0x7f0301ca
+int attr fontProviderPackage 0x7f0301cb
+int attr fontProviderQuery 0x7f0301cc
+int attr fontProviderSystemFontFamily 0x7f0301cd
+int attr fontStyle 0x7f0301ce
+int attr fontVariationSettings 0x7f0301cf
+int attr fontWeight 0x7f0301d0
+int attr forceApplySystemWindowInsetTop 0x7f0301d1
+int attr foregroundInsidePadding 0x7f0301d2
+int attr framePosition 0x7f0301d3
+int attr gapBetweenBars 0x7f0301d4
+int attr gestureInsetBottomIgnored 0x7f0301d5
+int attr goIcon 0x7f0301d6
+int attr graph 0x7f0301d7
+int attr guidelineUseRtl 0x7f0301d8
+int attr haloColor 0x7f0301d9
+int attr haloRadius 0x7f0301da
+int attr headerLayout 0x7f0301db
+int attr height 0x7f0301dc
+int attr helperText 0x7f0301dd
+int attr helperTextEnabled 0x7f0301de
+int attr helperTextTextAppearance 0x7f0301df
+int attr helperTextTextColor 0x7f0301e0
+int attr hideAnimationBehavior 0x7f0301e1
+int attr hideMotionSpec 0x7f0301e2
+int attr hideOnContentScroll 0x7f0301e3
+int attr hideOnScroll 0x7f0301e4
+int attr hintAnimationEnabled 0x7f0301e5
+int attr hintEnabled 0x7f0301e6
+int attr hintTextAppearance 0x7f0301e7
+int attr hintTextColor 0x7f0301e8
+int attr homeAsUpIndicator 0x7f0301e9
+int attr homeLayout 0x7f0301ea
+int attr horizontalOffset 0x7f0301eb
+int attr horizontalOffsetWithText 0x7f0301ec
+int attr hoveredFocusedTranslationZ 0x7f0301ed
+int attr icon 0x7f0301ee
+int attr iconEndPadding 0x7f0301ef
+int attr iconGravity 0x7f0301f0
+int attr iconPadding 0x7f0301f1
+int attr iconSize 0x7f0301f2
+int attr iconStartPadding 0x7f0301f3
+int attr iconTint 0x7f0301f4
+int attr iconTintMode 0x7f0301f5
+int attr iconifiedByDefault 0x7f0301f6
+int attr ifTagNotSet 0x7f0301f7
+int attr ifTagSet 0x7f0301f8
+int attr imageButtonStyle 0x7f0301f9
+int attr imagePanX 0x7f0301fa
+int attr imagePanY 0x7f0301fb
+int attr imageRotate 0x7f0301fc
+int attr imageZoom 0x7f0301fd
+int attr indeterminateAnimationType 0x7f0301fe
+int attr indeterminateProgressStyle 0x7f0301ff
+int attr indicatorColor 0x7f030200
+int attr indicatorDirectionCircular 0x7f030201
+int attr indicatorDirectionLinear 0x7f030202
+int attr indicatorInset 0x7f030203
+int attr indicatorSize 0x7f030204
+int attr initialActivityCount 0x7f030205
+int attr insetForeground 0x7f030206
+int attr isLightTheme 0x7f030207
+int attr isMaterial3Theme 0x7f030208
+int attr isMaterialTheme 0x7f030209
+int attr itemActiveIndicatorStyle 0x7f03020a
+int attr itemBackground 0x7f03020b
+int attr itemFillColor 0x7f03020c
+int attr itemHorizontalPadding 0x7f03020d
+int attr itemHorizontalTranslationEnabled 0x7f03020e
+int attr itemIconPadding 0x7f03020f
+int attr itemIconSize 0x7f030210
+int attr itemIconTint 0x7f030211
+int attr itemMaxLines 0x7f030212
+int attr itemMinHeight 0x7f030213
+int attr itemPadding 0x7f030214
+int attr itemPaddingBottom 0x7f030215
+int attr itemPaddingTop 0x7f030216
+int attr itemRippleColor 0x7f030217
+int attr itemShapeAppearance 0x7f030218
+int attr itemShapeAppearanceOverlay 0x7f030219
+int attr itemShapeFillColor 0x7f03021a
+int attr itemShapeInsetBottom 0x7f03021b
+int attr itemShapeInsetEnd 0x7f03021c
+int attr itemShapeInsetStart 0x7f03021d
+int attr itemShapeInsetTop 0x7f03021e
+int attr itemSpacing 0x7f03021f
+int attr itemStrokeColor 0x7f030220
+int attr itemStrokeWidth 0x7f030221
+int attr itemTextAppearance 0x7f030222
+int attr itemTextAppearanceActive 0x7f030223
+int attr itemTextAppearanceInactive 0x7f030224
+int attr itemTextColor 0x7f030225
+int attr itemVerticalPadding 0x7f030226
+int attr keyPositionType 0x7f030227
+int attr keyboardIcon 0x7f030228
+int attr keylines 0x7f030229
+int attr lStar 0x7f03022a
+int attr labelBehavior 0x7f03022b
+int attr labelStyle 0x7f03022c
+int attr labelVisibilityMode 0x7f03022d
+int attr lastBaselineToBottomHeight 0x7f03022e
+int attr lastItemDecorated 0x7f03022f
+int attr launchSingleTop 0x7f030230
+int attr layout 0x7f030231
+int attr layoutDescription 0x7f030232
+int attr layoutDuringTransition 0x7f030233
+int attr layoutManager 0x7f030234
+int attr layout_anchor 0x7f030235
+int attr layout_anchorGravity 0x7f030236
+int attr layout_behavior 0x7f030237
+int attr layout_collapseMode 0x7f030238
+int attr layout_collapseParallaxMultiplier 0x7f030239
+int attr layout_constrainedHeight 0x7f03023a
+int attr layout_constrainedWidth 0x7f03023b
+int attr layout_constraintBaseline_creator 0x7f03023c
+int attr layout_constraintBaseline_toBaselineOf 0x7f03023d
+int attr layout_constraintBaseline_toBottomOf 0x7f03023e
+int attr layout_constraintBaseline_toTopOf 0x7f03023f
+int attr layout_constraintBottom_creator 0x7f030240
+int attr layout_constraintBottom_toBottomOf 0x7f030241
+int attr layout_constraintBottom_toTopOf 0x7f030242
+int attr layout_constraintCircle 0x7f030243
+int attr layout_constraintCircleAngle 0x7f030244
+int attr layout_constraintCircleRadius 0x7f030245
+int attr layout_constraintDimensionRatio 0x7f030246
+int attr layout_constraintEnd_toEndOf 0x7f030247
+int attr layout_constraintEnd_toStartOf 0x7f030248
+int attr layout_constraintGuide_begin 0x7f030249
+int attr layout_constraintGuide_end 0x7f03024a
+int attr layout_constraintGuide_percent 0x7f03024b
+int attr layout_constraintHeight 0x7f03024c
+int attr layout_constraintHeight_default 0x7f03024d
+int attr layout_constraintHeight_max 0x7f03024e
+int attr layout_constraintHeight_min 0x7f03024f
+int attr layout_constraintHeight_percent 0x7f030250
+int attr layout_constraintHorizontal_bias 0x7f030251
+int attr layout_constraintHorizontal_chainStyle 0x7f030252
+int attr layout_constraintHorizontal_weight 0x7f030253
+int attr layout_constraintLeft_creator 0x7f030254
+int attr layout_constraintLeft_toLeftOf 0x7f030255
+int attr layout_constraintLeft_toRightOf 0x7f030256
+int attr layout_constraintRight_creator 0x7f030257
+int attr layout_constraintRight_toLeftOf 0x7f030258
+int attr layout_constraintRight_toRightOf 0x7f030259
+int attr layout_constraintStart_toEndOf 0x7f03025a
+int attr layout_constraintStart_toStartOf 0x7f03025b
+int attr layout_constraintTag 0x7f03025c
+int attr layout_constraintTop_creator 0x7f03025d
+int attr layout_constraintTop_toBottomOf 0x7f03025e
+int attr layout_constraintTop_toTopOf 0x7f03025f
+int attr layout_constraintVertical_bias 0x7f030260
+int attr layout_constraintVertical_chainStyle 0x7f030261
+int attr layout_constraintVertical_weight 0x7f030262
+int attr layout_constraintWidth 0x7f030263
+int attr layout_constraintWidth_default 0x7f030264
+int attr layout_constraintWidth_max 0x7f030265
+int attr layout_constraintWidth_min 0x7f030266
+int attr layout_constraintWidth_percent 0x7f030267
+int attr layout_dodgeInsetEdges 0x7f030268
+int attr layout_editor_absoluteX 0x7f030269
+int attr layout_editor_absoluteY 0x7f03026a
+int attr layout_goneMarginBaseline 0x7f03026b
+int attr layout_goneMarginBottom 0x7f03026c
+int attr layout_goneMarginEnd 0x7f03026d
+int attr layout_goneMarginLeft 0x7f03026e
+int attr layout_goneMarginRight 0x7f03026f
+int attr layout_goneMarginStart 0x7f030270
+int attr layout_goneMarginTop 0x7f030271
+int attr layout_insetEdge 0x7f030272
+int attr layout_keyline 0x7f030273
+int attr layout_marginBaseline 0x7f030274
+int attr layout_optimizationLevel 0x7f030275
+int attr layout_scrollEffect 0x7f030276
+int attr layout_scrollFlags 0x7f030277
+int attr layout_scrollInterpolator 0x7f030278
+int attr layout_wrapBehaviorInParent 0x7f030279
+int attr liftOnScroll 0x7f03027a
+int attr liftOnScrollTargetViewId 0x7f03027b
+int attr limitBoundsTo 0x7f03027c
+int attr lineHeight 0x7f03027d
+int attr lineSpacing 0x7f03027e
+int attr linearProgressIndicatorStyle 0x7f03027f
+int attr listChoiceBackgroundIndicator 0x7f030280
+int attr listChoiceIndicatorMultipleAnimated 0x7f030281
+int attr listChoiceIndicatorSingleAnimated 0x7f030282
+int attr listDividerAlertDialog 0x7f030283
+int attr listItemLayout 0x7f030284
+int attr listLayout 0x7f030285
+int attr listMenuViewStyle 0x7f030286
+int attr listPopupWindowStyle 0x7f030287
+int attr listPreferredItemHeight 0x7f030288
+int attr listPreferredItemHeightLarge 0x7f030289
+int attr listPreferredItemHeightSmall 0x7f03028a
+int attr listPreferredItemPaddingEnd 0x7f03028b
+int attr listPreferredItemPaddingLeft 0x7f03028c
+int attr listPreferredItemPaddingRight 0x7f03028d
+int attr listPreferredItemPaddingStart 0x7f03028e
+int attr logo 0x7f03028f
+int attr logoAdjustViewBounds 0x7f030290
+int attr logoDescription 0x7f030291
+int attr logoScaleType 0x7f030292
+int attr marginHorizontal 0x7f030293
+int attr marginLeftSystemWindowInsets 0x7f030294
+int attr marginRightSystemWindowInsets 0x7f030295
+int attr marginTopSystemWindowInsets 0x7f030296
+int attr materialAlertDialogBodyTextStyle 0x7f030297
+int attr materialAlertDialogButtonSpacerVisibility 0x7f030298
+int attr materialAlertDialogTheme 0x7f030299
+int attr materialAlertDialogTitleIconStyle 0x7f03029a
+int attr materialAlertDialogTitlePanelStyle 0x7f03029b
+int attr materialAlertDialogTitleTextStyle 0x7f03029c
+int attr materialButtonOutlinedStyle 0x7f03029d
+int attr materialButtonStyle 0x7f03029e
+int attr materialButtonToggleGroupStyle 0x7f03029f
+int attr materialCalendarDay 0x7f0302a0
+int attr materialCalendarDayOfWeekLabel 0x7f0302a1
+int attr materialCalendarFullscreenTheme 0x7f0302a2
+int attr materialCalendarHeaderCancelButton 0x7f0302a3
+int attr materialCalendarHeaderConfirmButton 0x7f0302a4
+int attr materialCalendarHeaderDivider 0x7f0302a5
+int attr materialCalendarHeaderLayout 0x7f0302a6
+int attr materialCalendarHeaderSelection 0x7f0302a7
+int attr materialCalendarHeaderTitle 0x7f0302a8
+int attr materialCalendarHeaderToggleButton 0x7f0302a9
+int attr materialCalendarMonth 0x7f0302aa
+int attr materialCalendarMonthNavigationButton 0x7f0302ab
+int attr materialCalendarStyle 0x7f0302ac
+int attr materialCalendarTheme 0x7f0302ad
+int attr materialCalendarYearNavigationButton 0x7f0302ae
+int attr materialCardViewElevatedStyle 0x7f0302af
+int attr materialCardViewFilledStyle 0x7f0302b0
+int attr materialCardViewOutlinedStyle 0x7f0302b1
+int attr materialCardViewStyle 0x7f0302b2
+int attr materialCircleRadius 0x7f0302b3
+int attr materialClockStyle 0x7f0302b4
+int attr materialDisplayDividerStyle 0x7f0302b5
+int attr materialDividerHeavyStyle 0x7f0302b6
+int attr materialDividerStyle 0x7f0302b7
+int attr materialThemeOverlay 0x7f0302b8
+int attr materialTimePickerStyle 0x7f0302b9
+int attr materialTimePickerTheme 0x7f0302ba
+int attr materialTimePickerTitleStyle 0x7f0302bb
+int attr maxAcceleration 0x7f0302bc
+int attr maxActionInlineWidth 0x7f0302bd
+int attr maxButtonHeight 0x7f0302be
+int attr maxCharacterCount 0x7f0302bf
+int attr maxHeight 0x7f0302c0
+int attr maxImageSize 0x7f0302c1
+int attr maxLines 0x7f0302c2
+int attr maxVelocity 0x7f0302c3
+int attr maxWidth 0x7f0302c4
+int attr measureWithLargestChild 0x7f0302c5
+int attr menu 0x7f0302c6
+int attr menuGravity 0x7f0302c7
+int attr methodName 0x7f0302c8
+int attr mimeType 0x7f0302c9
+int attr minHeight 0x7f0302ca
+int attr minHideDelay 0x7f0302cb
+int attr minSeparation 0x7f0302cc
+int attr minTouchTargetSize 0x7f0302cd
+int attr minWidth 0x7f0302ce
+int attr mock_diagonalsColor 0x7f0302cf
+int attr mock_label 0x7f0302d0
+int attr mock_labelBackgroundColor 0x7f0302d1
+int attr mock_labelColor 0x7f0302d2
+int attr mock_showDiagonals 0x7f0302d3
+int attr mock_showLabel 0x7f0302d4
+int attr motionDebug 0x7f0302d5
+int attr motionDurationLong1 0x7f0302d6
+int attr motionDurationLong2 0x7f0302d7
+int attr motionDurationMedium1 0x7f0302d8
+int attr motionDurationMedium2 0x7f0302d9
+int attr motionDurationShort1 0x7f0302da
+int attr motionDurationShort2 0x7f0302db
+int attr motionEasingAccelerated 0x7f0302dc
+int attr motionEasingDecelerated 0x7f0302dd
+int attr motionEasingEmphasized 0x7f0302de
+int attr motionEasingLinear 0x7f0302df
+int attr motionEasingStandard 0x7f0302e0
+int attr motionEffect_alpha 0x7f0302e1
+int attr motionEffect_end 0x7f0302e2
+int attr motionEffect_move 0x7f0302e3
+int attr motionEffect_start 0x7f0302e4
+int attr motionEffect_strict 0x7f0302e5
+int attr motionEffect_translationX 0x7f0302e6
+int attr motionEffect_translationY 0x7f0302e7
+int attr motionEffect_viewTransition 0x7f0302e8
+int attr motionInterpolator 0x7f0302e9
+int attr motionPath 0x7f0302ea
+int attr motionPathRotate 0x7f0302eb
+int attr motionProgress 0x7f0302ec
+int attr motionStagger 0x7f0302ed
+int attr motionTarget 0x7f0302ee
+int attr motion_postLayoutCollision 0x7f0302ef
+int attr motion_triggerOnCollision 0x7f0302f0
+int attr moveWhenScrollAtTop 0x7f0302f1
+int attr multiChoiceItemLayout 0x7f0302f2
+int attr navGraph 0x7f0302f3
+int attr navigationContentDescription 0x7f0302f4
+int attr navigationIcon 0x7f0302f5
+int attr navigationIconTint 0x7f0302f6
+int attr navigationMode 0x7f0302f7
+int attr navigationRailStyle 0x7f0302f8
+int attr navigationViewStyle 0x7f0302f9
+int attr nestedScrollFlags 0x7f0302fa
+int attr nestedScrollViewStyle 0x7f0302fb
+int attr nestedScrollable 0x7f0302fc
+int attr nullable 0x7f0302fd
+int attr number 0x7f0302fe
+int attr numericModifiers 0x7f0302ff
+int attr onCross 0x7f030300
+int attr onHide 0x7f030301
+int attr onNegativeCross 0x7f030302
+int attr onPositiveCross 0x7f030303
+int attr onShow 0x7f030304
+int attr onStateTransition 0x7f030305
+int attr onTouchUp 0x7f030306
+int attr overlapAnchor 0x7f030307
+int attr overlay 0x7f030308
+int attr paddingBottomNoButtons 0x7f030309
+int attr paddingBottomSystemWindowInsets 0x7f03030a
+int attr paddingEnd 0x7f03030b
+int attr paddingLeftSystemWindowInsets 0x7f03030c
+int attr paddingRightSystemWindowInsets 0x7f03030d
+int attr paddingStart 0x7f03030e
+int attr paddingTopNoTitle 0x7f03030f
+int attr paddingTopSystemWindowInsets 0x7f030310
+int attr panelBackground 0x7f030311
+int attr panelMenuListTheme 0x7f030312
+int attr panelMenuListWidth 0x7f030313
+int attr passwordToggleContentDescription 0x7f030314
+int attr passwordToggleDrawable 0x7f030315
+int attr passwordToggleEnabled 0x7f030316
+int attr passwordToggleTint 0x7f030317
+int attr passwordToggleTintMode 0x7f030318
+int attr pathMotionArc 0x7f030319
+int attr path_percent 0x7f03031a
+int attr percentHeight 0x7f03031b
+int attr percentWidth 0x7f03031c
+int attr percentX 0x7f03031d
+int attr percentY 0x7f03031e
+int attr perpendicularPath_percent 0x7f03031f
+int attr pivotAnchor 0x7f030320
+int attr placeholderText 0x7f030321
+int attr placeholderTextAppearance 0x7f030322
+int attr placeholderTextColor 0x7f030323
+int attr placeholder_emptyVisibility 0x7f030324
+int attr polarRelativeTo 0x7f030325
+int attr popEnterAnim 0x7f030326
+int attr popExitAnim 0x7f030327
+int attr popUpTo 0x7f030328
+int attr popUpToInclusive 0x7f030329
+int attr popupMenuBackground 0x7f03032a
+int attr popupMenuStyle 0x7f03032b
+int attr popupTheme 0x7f03032c
+int attr popupWindowStyle 0x7f03032d
+int attr prefixText 0x7f03032e
+int attr prefixTextAppearance 0x7f03032f
+int attr prefixTextColor 0x7f030330
+int attr preserveIconSpacing 0x7f030331
+int attr pressedTranslationZ 0x7f030332
+int attr progressBarPadding 0x7f030333
+int attr progressBarStyle 0x7f030334
+int attr quantizeMotionInterpolator 0x7f030335
+int attr quantizeMotionPhase 0x7f030336
+int attr quantizeMotionSteps 0x7f030337
+int attr queryBackground 0x7f030338
+int attr queryHint 0x7f030339
+int attr queryPatterns 0x7f03033a
+int attr radioButtonStyle 0x7f03033b
+int attr rangeFillColor 0x7f03033c
+int attr ratingBarStyle 0x7f03033d
+int attr ratingBarStyleIndicator 0x7f03033e
+int attr ratingBarStyleSmall 0x7f03033f
+int attr reactiveGuide_animateChange 0x7f030340
+int attr reactiveGuide_applyToAllConstraintSets 0x7f030341
+int attr reactiveGuide_applyToConstraintSet 0x7f030342
+int attr reactiveGuide_valueId 0x7f030343
+int attr recyclerViewStyle 0x7f030344
+int attr region_heightLessThan 0x7f030345
+int attr region_heightMoreThan 0x7f030346
+int attr region_widthLessThan 0x7f030347
+int attr region_widthMoreThan 0x7f030348
+int attr reverseLayout 0x7f030349
+int attr rippleColor 0x7f03034a
+int attr rotationCenterId 0x7f03034b
+int attr round 0x7f03034c
+int attr roundPercent 0x7f03034d
+int attr saturation 0x7f03034e
+int attr scaleFromTextSize 0x7f03034f
+int attr scrimAnimationDuration 0x7f030350
+int attr scrimBackground 0x7f030351
+int attr scrimVisibleHeightTrigger 0x7f030352
+int attr searchHintIcon 0x7f030353
+int attr searchIcon 0x7f030354
+int attr searchViewStyle 0x7f030355
+int attr seekBarStyle 0x7f030356
+int attr selectableItemBackground 0x7f030357
+int attr selectableItemBackgroundBorderless 0x7f030358
+int attr selectionRequired 0x7f030359
+int attr selectorSize 0x7f03035a
+int attr setsTag 0x7f03035b
+int attr shapeAppearance 0x7f03035c
+int attr shapeAppearanceLargeComponent 0x7f03035d
+int attr shapeAppearanceMediumComponent 0x7f03035e
+int attr shapeAppearanceOverlay 0x7f03035f
+int attr shapeAppearanceSmallComponent 0x7f030360
+int attr shortcutMatchRequired 0x7f030361
+int attr showAnimationBehavior 0x7f030362
+int attr showAsAction 0x7f030363
+int attr showDelay 0x7f030364
+int attr showDividers 0x7f030365
+int attr showMotionSpec 0x7f030366
+int attr showPaths 0x7f030367
+int attr showText 0x7f030368
+int attr showTitle 0x7f030369
+int attr shrinkMotionSpec 0x7f03036a
+int attr simpleItemLayout 0x7f03036b
+int attr simpleItems 0x7f03036c
+int attr singleChoiceItemLayout 0x7f03036d
+int attr singleLine 0x7f03036e
+int attr singleSelection 0x7f03036f
+int attr sizePercent 0x7f030370
+int attr sliderStyle 0x7f030371
+int attr snackbarButtonStyle 0x7f030372
+int attr snackbarStyle 0x7f030373
+int attr snackbarTextViewStyle 0x7f030374
+int attr spanCount 0x7f030375
+int attr spinBars 0x7f030376
+int attr spinnerDropDownItemStyle 0x7f030377
+int attr spinnerStyle 0x7f030378
+int attr splitTrack 0x7f030379
+int attr springBoundary 0x7f03037a
+int attr springDamping 0x7f03037b
+int attr springMass 0x7f03037c
+int attr springStiffness 0x7f03037d
+int attr springStopThreshold 0x7f03037e
+int attr srcCompat 0x7f03037f
+int attr stackFromEnd 0x7f030380
+int attr staggered 0x7f030381
+int attr startDestination 0x7f030382
+int attr startIconCheckable 0x7f030383
+int attr startIconContentDescription 0x7f030384
+int attr startIconDrawable 0x7f030385
+int attr startIconTint 0x7f030386
+int attr startIconTintMode 0x7f030387
+int attr state_above_anchor 0x7f030388
+int attr state_collapsed 0x7f030389
+int attr state_collapsible 0x7f03038a
+int attr state_dragged 0x7f03038b
+int attr state_liftable 0x7f03038c
+int attr state_lifted 0x7f03038d
+int attr statusBarBackground 0x7f03038e
+int attr statusBarForeground 0x7f03038f
+int attr statusBarScrim 0x7f030390
+int attr strokeColor 0x7f030391
+int attr strokeWidth 0x7f030392
+int attr subMenuArrow 0x7f030393
+int attr subheaderColor 0x7f030394
+int attr subheaderInsetEnd 0x7f030395
+int attr subheaderInsetStart 0x7f030396
+int attr subheaderTextAppearance 0x7f030397
+int attr submitBackground 0x7f030398
+int attr subtitle 0x7f030399
+int attr subtitleCentered 0x7f03039a
+int attr subtitleTextAppearance 0x7f03039b
+int attr subtitleTextColor 0x7f03039c
+int attr subtitleTextStyle 0x7f03039d
+int attr suffixText 0x7f03039e
+int attr suffixTextAppearance 0x7f03039f
+int attr suffixTextColor 0x7f0303a0
+int attr suggestionRowLayout 0x7f0303a1
+int attr switchMinWidth 0x7f0303a2
+int attr switchPadding 0x7f0303a3
+int attr switchStyle 0x7f0303a4
+int attr switchTextAppearance 0x7f0303a5
+int attr tabBackground 0x7f0303a6
+int attr tabContentStart 0x7f0303a7
+int attr tabGravity 0x7f0303a8
+int attr tabIconTint 0x7f0303a9
+int attr tabIconTintMode 0x7f0303aa
+int attr tabIndicator 0x7f0303ab
+int attr tabIndicatorAnimationDuration 0x7f0303ac
+int attr tabIndicatorAnimationMode 0x7f0303ad
+int attr tabIndicatorColor 0x7f0303ae
+int attr tabIndicatorFullWidth 0x7f0303af
+int attr tabIndicatorGravity 0x7f0303b0
+int attr tabIndicatorHeight 0x7f0303b1
+int attr tabInlineLabel 0x7f0303b2
+int attr tabMaxWidth 0x7f0303b3
+int attr tabMinWidth 0x7f0303b4
+int attr tabMode 0x7f0303b5
+int attr tabPadding 0x7f0303b6
+int attr tabPaddingBottom 0x7f0303b7
+int attr tabPaddingEnd 0x7f0303b8
+int attr tabPaddingStart 0x7f0303b9
+int attr tabPaddingTop 0x7f0303ba
+int attr tabRippleColor 0x7f0303bb
+int attr tabSecondaryStyle 0x7f0303bc
+int attr tabSelectedTextColor 0x7f0303bd
+int attr tabStyle 0x7f0303be
+int attr tabTextAppearance 0x7f0303bf
+int attr tabTextColor 0x7f0303c0
+int attr tabUnboundedRipple 0x7f0303c1
+int attr targetId 0x7f0303c2
+int attr targetPackage 0x7f0303c3
+int attr telltales_tailColor 0x7f0303c4
+int attr telltales_tailScale 0x7f0303c5
+int attr telltales_velocityMode 0x7f0303c6
+int attr textAllCaps 0x7f0303c7
+int attr textAppearanceBody1 0x7f0303c8
+int attr textAppearanceBody2 0x7f0303c9
+int attr textAppearanceBodyLarge 0x7f0303ca
+int attr textAppearanceBodyMedium 0x7f0303cb
+int attr textAppearanceBodySmall 0x7f0303cc
+int attr textAppearanceButton 0x7f0303cd
+int attr textAppearanceCaption 0x7f0303ce
+int attr textAppearanceDisplayLarge 0x7f0303cf
+int attr textAppearanceDisplayMedium 0x7f0303d0
+int attr textAppearanceDisplaySmall 0x7f0303d1
+int attr textAppearanceHeadline1 0x7f0303d2
+int attr textAppearanceHeadline2 0x7f0303d3
+int attr textAppearanceHeadline3 0x7f0303d4
+int attr textAppearanceHeadline4 0x7f0303d5
+int attr textAppearanceHeadline5 0x7f0303d6
+int attr textAppearanceHeadline6 0x7f0303d7
+int attr textAppearanceHeadlineLarge 0x7f0303d8
+int attr textAppearanceHeadlineMedium 0x7f0303d9
+int attr textAppearanceHeadlineSmall 0x7f0303da
+int attr textAppearanceLabelLarge 0x7f0303db
+int attr textAppearanceLabelMedium 0x7f0303dc
+int attr textAppearanceLabelSmall 0x7f0303dd
+int attr textAppearanceLargePopupMenu 0x7f0303de
+int attr textAppearanceLineHeightEnabled 0x7f0303df
+int attr textAppearanceListItem 0x7f0303e0
+int attr textAppearanceListItemSecondary 0x7f0303e1
+int attr textAppearanceListItemSmall 0x7f0303e2
+int attr textAppearanceOverline 0x7f0303e3
+int attr textAppearancePopupMenuHeader 0x7f0303e4
+int attr textAppearanceSearchResultSubtitle 0x7f0303e5
+int attr textAppearanceSearchResultTitle 0x7f0303e6
+int attr textAppearanceSmallPopupMenu 0x7f0303e7
+int attr textAppearanceSubtitle1 0x7f0303e8
+int attr textAppearanceSubtitle2 0x7f0303e9
+int attr textAppearanceTitleLarge 0x7f0303ea
+int attr textAppearanceTitleMedium 0x7f0303eb
+int attr textAppearanceTitleSmall 0x7f0303ec
+int attr textBackground 0x7f0303ed
+int attr textBackgroundPanX 0x7f0303ee
+int attr textBackgroundPanY 0x7f0303ef
+int attr textBackgroundRotate 0x7f0303f0
+int attr textBackgroundZoom 0x7f0303f1
+int attr textColorAlertDialogListItem 0x7f0303f2
+int attr textColorSearchUrl 0x7f0303f3
+int attr textEndPadding 0x7f0303f4
+int attr textFillColor 0x7f0303f5
+int attr textInputFilledDenseStyle 0x7f0303f6
+int attr textInputFilledExposedDropdownMenuStyle 0x7f0303f7
+int attr textInputFilledStyle 0x7f0303f8
+int attr textInputLayoutFocusedRectEnabled 0x7f0303f9
+int attr textInputOutlinedDenseStyle 0x7f0303fa
+int attr textInputOutlinedExposedDropdownMenuStyle 0x7f0303fb
+int attr textInputOutlinedStyle 0x7f0303fc
+int attr textInputStyle 0x7f0303fd
+int attr textLocale 0x7f0303fe
+int attr textOutlineColor 0x7f0303ff
+int attr textOutlineThickness 0x7f030400
+int attr textPanX 0x7f030401
+int attr textPanY 0x7f030402
+int attr textStartPadding 0x7f030403
+int attr textureBlurFactor 0x7f030404
+int attr textureEffect 0x7f030405
+int attr textureHeight 0x7f030406
+int attr textureWidth 0x7f030407
+int attr theme 0x7f030408
+int attr themeLineHeight 0x7f030409
+int attr thickness 0x7f03040a
+int attr thumbColor 0x7f03040b
+int attr thumbElevation 0x7f03040c
+int attr thumbRadius 0x7f03040d
+int attr thumbStrokeColor 0x7f03040e
+int attr thumbStrokeWidth 0x7f03040f
+int attr thumbTextPadding 0x7f030410
+int attr thumbTint 0x7f030411
+int attr thumbTintMode 0x7f030412
+int attr tickColor 0x7f030413
+int attr tickColorActive 0x7f030414
+int attr tickColorInactive 0x7f030415
+int attr tickMark 0x7f030416
+int attr tickMarkTint 0x7f030417
+int attr tickMarkTintMode 0x7f030418
+int attr tickVisible 0x7f030419
+int attr tint 0x7f03041a
+int attr tintMode 0x7f03041b
+int attr title 0x7f03041c
+int attr titleCentered 0x7f03041d
+int attr titleCollapseMode 0x7f03041e
+int attr titleEnabled 0x7f03041f
+int attr titleMargin 0x7f030420
+int attr titleMarginBottom 0x7f030421
+int attr titleMarginEnd 0x7f030422
+int attr titleMarginStart 0x7f030423
+int attr titleMarginTop 0x7f030424
+int attr titleMargins 0x7f030425
+int attr titlePositionInterpolator 0x7f030426
+int attr titleTextAppearance 0x7f030427
+int attr titleTextColor 0x7f030428
+int attr titleTextStyle 0x7f030429
+int attr toolbarId 0x7f03042a
+int attr toolbarNavigationButtonStyle 0x7f03042b
+int attr toolbarStyle 0x7f03042c
+int attr toolbarSurfaceStyle 0x7f03042d
+int attr tooltipForegroundColor 0x7f03042e
+int attr tooltipFrameBackground 0x7f03042f
+int attr tooltipStyle 0x7f030430
+int attr tooltipText 0x7f030431
+int attr topInsetScrimEnabled 0x7f030432
+int attr touchAnchorId 0x7f030433
+int attr touchAnchorSide 0x7f030434
+int attr touchRegionId 0x7f030435
+int attr track 0x7f030436
+int attr trackColor 0x7f030437
+int attr trackColorActive 0x7f030438
+int attr trackColorInactive 0x7f030439
+int attr trackCornerRadius 0x7f03043a
+int attr trackHeight 0x7f03043b
+int attr trackThickness 0x7f03043c
+int attr trackTint 0x7f03043d
+int attr trackTintMode 0x7f03043e
+int attr transformPivotTarget 0x7f03043f
+int attr transitionDisable 0x7f030440
+int attr transitionEasing 0x7f030441
+int attr transitionFlags 0x7f030442
+int attr transitionPathRotate 0x7f030443
+int attr transitionShapeAppearance 0x7f030444
+int attr triggerId 0x7f030445
+int attr triggerReceiver 0x7f030446
+int attr triggerSlack 0x7f030447
+int attr ttcIndex 0x7f030448
+int attr upDuration 0x7f030449
+int attr uri 0x7f03044a
+int attr useCompatPadding 0x7f03044b
+int attr useMaterialThemeColors 0x7f03044c
+int attr values 0x7f03044d
+int attr verticalOffset 0x7f03044e
+int attr verticalOffsetWithText 0x7f03044f
+int attr viewInflaterClass 0x7f030450
+int attr viewTransitionMode 0x7f030451
+int attr viewTransitionOnCross 0x7f030452
+int attr viewTransitionOnNegativeCross 0x7f030453
+int attr viewTransitionOnPositiveCross 0x7f030454
+int attr visibilityMode 0x7f030455
+int attr voiceIcon 0x7f030456
+int attr warmth 0x7f030457
+int attr waveDecay 0x7f030458
+int attr waveOffset 0x7f030459
+int attr wavePeriod 0x7f03045a
+int attr wavePhase 0x7f03045b
+int attr waveShape 0x7f03045c
+int attr waveVariesBy 0x7f03045d
+int attr windowActionBar 0x7f03045e
+int attr windowActionBarOverlay 0x7f03045f
+int attr windowActionModeOverlay 0x7f030460
+int attr windowFixedHeightMajor 0x7f030461
+int attr windowFixedHeightMinor 0x7f030462
+int attr windowFixedWidthMajor 0x7f030463
+int attr windowFixedWidthMinor 0x7f030464
+int attr windowMinWidthMajor 0x7f030465
+int attr windowMinWidthMinor 0x7f030466
+int attr windowNoTitle 0x7f030467
+int attr yearSelectedStyle 0x7f030468
+int attr yearStyle 0x7f030469
+int attr yearTodayStyle 0x7f03046a
+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 checkbox_themeable_attribute_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 highlighted_text_material_dark 0x7f05005d
+int color highlighted_text_material_light 0x7f05005e
+int color ic_launcher_background 0x7f05005f
+int color ic_launcher_calculator_background 0x7f050060
+int color m3_appbar_overlay_color 0x7f050061
+int color m3_assist_chip_icon_tint_color 0x7f050062
+int color m3_assist_chip_stroke_color 0x7f050063
+int color m3_button_background_color_selector 0x7f050064
+int color m3_button_foreground_color_selector 0x7f050065
+int color m3_button_outline_color_selector 0x7f050066
+int color m3_button_ripple_color 0x7f050067
+int color m3_button_ripple_color_selector 0x7f050068
+int color m3_calendar_item_disabled_text 0x7f050069
+int color m3_calendar_item_stroke_color 0x7f05006a
+int color m3_card_foreground_color 0x7f05006b
+int color m3_card_ripple_color 0x7f05006c
+int color m3_card_stroke_color 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_elevated_chip_background_color 0x7f050084
+int color m3_highlighted_text 0x7f050085
+int color m3_hint_foreground 0x7f050086
+int color m3_navigation_bar_item_with_indicator_icon_tint 0x7f050087
+int color m3_navigation_bar_item_with_indicator_label_tint 0x7f050088
+int color m3_navigation_bar_ripple_color_selector 0x7f050089
+int color m3_navigation_item_background_color 0x7f05008a
+int color m3_navigation_item_icon_tint 0x7f05008b
+int color m3_navigation_item_ripple_color 0x7f05008c
+int color m3_navigation_item_text_color 0x7f05008d
+int color m3_popupmenu_overlay_color 0x7f05008e
+int color m3_primary_text_disable_only 0x7f05008f
+int color m3_radiobutton_ripple_tint 0x7f050090
+int color m3_ref_palette_black 0x7f050091
+int color m3_ref_palette_dynamic_neutral0 0x7f050092
+int color m3_ref_palette_dynamic_neutral10 0x7f050093
+int color m3_ref_palette_dynamic_neutral100 0x7f050094
+int color m3_ref_palette_dynamic_neutral20 0x7f050095
+int color m3_ref_palette_dynamic_neutral30 0x7f050096
+int color m3_ref_palette_dynamic_neutral40 0x7f050097
+int color m3_ref_palette_dynamic_neutral50 0x7f050098
+int color m3_ref_palette_dynamic_neutral60 0x7f050099
+int color m3_ref_palette_dynamic_neutral70 0x7f05009a
+int color m3_ref_palette_dynamic_neutral80 0x7f05009b
+int color m3_ref_palette_dynamic_neutral90 0x7f05009c
+int color m3_ref_palette_dynamic_neutral95 0x7f05009d
+int color m3_ref_palette_dynamic_neutral99 0x7f05009e
+int color m3_ref_palette_dynamic_neutral_variant0 0x7f05009f
+int color m3_ref_palette_dynamic_neutral_variant10 0x7f0500a0
+int color m3_ref_palette_dynamic_neutral_variant100 0x7f0500a1
+int color m3_ref_palette_dynamic_neutral_variant20 0x7f0500a2
+int color m3_ref_palette_dynamic_neutral_variant30 0x7f0500a3
+int color m3_ref_palette_dynamic_neutral_variant40 0x7f0500a4
+int color m3_ref_palette_dynamic_neutral_variant50 0x7f0500a5
+int color m3_ref_palette_dynamic_neutral_variant60 0x7f0500a6
+int color m3_ref_palette_dynamic_neutral_variant70 0x7f0500a7
+int color m3_ref_palette_dynamic_neutral_variant80 0x7f0500a8
+int color m3_ref_palette_dynamic_neutral_variant90 0x7f0500a9
+int color m3_ref_palette_dynamic_neutral_variant95 0x7f0500aa
+int color m3_ref_palette_dynamic_neutral_variant99 0x7f0500ab
+int color m3_ref_palette_dynamic_primary0 0x7f0500ac
+int color m3_ref_palette_dynamic_primary10 0x7f0500ad
+int color m3_ref_palette_dynamic_primary100 0x7f0500ae
+int color m3_ref_palette_dynamic_primary20 0x7f0500af
+int color m3_ref_palette_dynamic_primary30 0x7f0500b0
+int color m3_ref_palette_dynamic_primary40 0x7f0500b1
+int color m3_ref_palette_dynamic_primary50 0x7f0500b2
+int color m3_ref_palette_dynamic_primary60 0x7f0500b3
+int color m3_ref_palette_dynamic_primary70 0x7f0500b4
+int color m3_ref_palette_dynamic_primary80 0x7f0500b5
+int color m3_ref_palette_dynamic_primary90 0x7f0500b6
+int color m3_ref_palette_dynamic_primary95 0x7f0500b7
+int color m3_ref_palette_dynamic_primary99 0x7f0500b8
+int color m3_ref_palette_dynamic_secondary0 0x7f0500b9
+int color m3_ref_palette_dynamic_secondary10 0x7f0500ba
+int color m3_ref_palette_dynamic_secondary100 0x7f0500bb
+int color m3_ref_palette_dynamic_secondary20 0x7f0500bc
+int color m3_ref_palette_dynamic_secondary30 0x7f0500bd
+int color m3_ref_palette_dynamic_secondary40 0x7f0500be
+int color m3_ref_palette_dynamic_secondary50 0x7f0500bf
+int color m3_ref_palette_dynamic_secondary60 0x7f0500c0
+int color m3_ref_palette_dynamic_secondary70 0x7f0500c1
+int color m3_ref_palette_dynamic_secondary80 0x7f0500c2
+int color m3_ref_palette_dynamic_secondary90 0x7f0500c3
+int color m3_ref_palette_dynamic_secondary95 0x7f0500c4
+int color m3_ref_palette_dynamic_secondary99 0x7f0500c5
+int color m3_ref_palette_dynamic_tertiary0 0x7f0500c6
+int color m3_ref_palette_dynamic_tertiary10 0x7f0500c7
+int color m3_ref_palette_dynamic_tertiary100 0x7f0500c8
+int color m3_ref_palette_dynamic_tertiary20 0x7f0500c9
+int color m3_ref_palette_dynamic_tertiary30 0x7f0500ca
+int color m3_ref_palette_dynamic_tertiary40 0x7f0500cb
+int color m3_ref_palette_dynamic_tertiary50 0x7f0500cc
+int color m3_ref_palette_dynamic_tertiary60 0x7f0500cd
+int color m3_ref_palette_dynamic_tertiary70 0x7f0500ce
+int color m3_ref_palette_dynamic_tertiary80 0x7f0500cf
+int color m3_ref_palette_dynamic_tertiary90 0x7f0500d0
+int color m3_ref_palette_dynamic_tertiary95 0x7f0500d1
+int color m3_ref_palette_dynamic_tertiary99 0x7f0500d2
+int color m3_ref_palette_error0 0x7f0500d3
+int color m3_ref_palette_error10 0x7f0500d4
+int color m3_ref_palette_error100 0x7f0500d5
+int color m3_ref_palette_error20 0x7f0500d6
+int color m3_ref_palette_error30 0x7f0500d7
+int color m3_ref_palette_error40 0x7f0500d8
+int color m3_ref_palette_error50 0x7f0500d9
+int color m3_ref_palette_error60 0x7f0500da
+int color m3_ref_palette_error70 0x7f0500db
+int color m3_ref_palette_error80 0x7f0500dc
+int color m3_ref_palette_error90 0x7f0500dd
+int color m3_ref_palette_error95 0x7f0500de
+int color m3_ref_palette_error99 0x7f0500df
+int color m3_ref_palette_neutral0 0x7f0500e0
+int color m3_ref_palette_neutral10 0x7f0500e1
+int color m3_ref_palette_neutral100 0x7f0500e2
+int color m3_ref_palette_neutral20 0x7f0500e3
+int color m3_ref_palette_neutral30 0x7f0500e4
+int color m3_ref_palette_neutral40 0x7f0500e5
+int color m3_ref_palette_neutral50 0x7f0500e6
+int color m3_ref_palette_neutral60 0x7f0500e7
+int color m3_ref_palette_neutral70 0x7f0500e8
+int color m3_ref_palette_neutral80 0x7f0500e9
+int color m3_ref_palette_neutral90 0x7f0500ea
+int color m3_ref_palette_neutral95 0x7f0500eb
+int color m3_ref_palette_neutral99 0x7f0500ec
+int color m3_ref_palette_neutral_variant0 0x7f0500ed
+int color m3_ref_palette_neutral_variant10 0x7f0500ee
+int color m3_ref_palette_neutral_variant100 0x7f0500ef
+int color m3_ref_palette_neutral_variant20 0x7f0500f0
+int color m3_ref_palette_neutral_variant30 0x7f0500f1
+int color m3_ref_palette_neutral_variant40 0x7f0500f2
+int color m3_ref_palette_neutral_variant50 0x7f0500f3
+int color m3_ref_palette_neutral_variant60 0x7f0500f4
+int color m3_ref_palette_neutral_variant70 0x7f0500f5
+int color m3_ref_palette_neutral_variant80 0x7f0500f6
+int color m3_ref_palette_neutral_variant90 0x7f0500f7
+int color m3_ref_palette_neutral_variant95 0x7f0500f8
+int color m3_ref_palette_neutral_variant99 0x7f0500f9
+int color m3_ref_palette_primary0 0x7f0500fa
+int color m3_ref_palette_primary10 0x7f0500fb
+int color m3_ref_palette_primary100 0x7f0500fc
+int color m3_ref_palette_primary20 0x7f0500fd
+int color m3_ref_palette_primary30 0x7f0500fe
+int color m3_ref_palette_primary40 0x7f0500ff
+int color m3_ref_palette_primary50 0x7f050100
+int color m3_ref_palette_primary60 0x7f050101
+int color m3_ref_palette_primary70 0x7f050102
+int color m3_ref_palette_primary80 0x7f050103
+int color m3_ref_palette_primary90 0x7f050104
+int color m3_ref_palette_primary95 0x7f050105
+int color m3_ref_palette_primary99 0x7f050106
+int color m3_ref_palette_secondary0 0x7f050107
+int color m3_ref_palette_secondary10 0x7f050108
+int color m3_ref_palette_secondary100 0x7f050109
+int color m3_ref_palette_secondary20 0x7f05010a
+int color m3_ref_palette_secondary30 0x7f05010b
+int color m3_ref_palette_secondary40 0x7f05010c
+int color m3_ref_palette_secondary50 0x7f05010d
+int color m3_ref_palette_secondary60 0x7f05010e
+int color m3_ref_palette_secondary70 0x7f05010f
+int color m3_ref_palette_secondary80 0x7f050110
+int color m3_ref_palette_secondary90 0x7f050111
+int color m3_ref_palette_secondary95 0x7f050112
+int color m3_ref_palette_secondary99 0x7f050113
+int color m3_ref_palette_tertiary0 0x7f050114
+int color m3_ref_palette_tertiary10 0x7f050115
+int color m3_ref_palette_tertiary100 0x7f050116
+int color m3_ref_palette_tertiary20 0x7f050117
+int color m3_ref_palette_tertiary30 0x7f050118
+int color m3_ref_palette_tertiary40 0x7f050119
+int color m3_ref_palette_tertiary50 0x7f05011a
+int color m3_ref_palette_tertiary60 0x7f05011b
+int color m3_ref_palette_tertiary70 0x7f05011c
+int color m3_ref_palette_tertiary80 0x7f05011d
+int color m3_ref_palette_tertiary90 0x7f05011e
+int color m3_ref_palette_tertiary95 0x7f05011f
+int color m3_ref_palette_tertiary99 0x7f050120
+int color m3_ref_palette_white 0x7f050121
+int color m3_selection_control_button_tint 0x7f050122
+int color m3_selection_control_ripple_color_selector 0x7f050123
+int color m3_slider_active_track_color 0x7f050124
+int color m3_slider_halo_color 0x7f050125
+int color m3_slider_inactive_track_color 0x7f050126
+int color m3_slider_thumb_color 0x7f050127
+int color m3_switch_thumb_tint 0x7f050128
+int color m3_switch_track_tint 0x7f050129
+int color m3_sys_color_dark_background 0x7f05012a
+int color m3_sys_color_dark_error 0x7f05012b
+int color m3_sys_color_dark_error_container 0x7f05012c
+int color m3_sys_color_dark_inverse_on_surface 0x7f05012d
+int color m3_sys_color_dark_inverse_primary 0x7f05012e
+int color m3_sys_color_dark_inverse_surface 0x7f05012f
+int color m3_sys_color_dark_on_background 0x7f050130
+int color m3_sys_color_dark_on_error 0x7f050131
+int color m3_sys_color_dark_on_error_container 0x7f050132
+int color m3_sys_color_dark_on_primary 0x7f050133
+int color m3_sys_color_dark_on_primary_container 0x7f050134
+int color m3_sys_color_dark_on_secondary 0x7f050135
+int color m3_sys_color_dark_on_secondary_container 0x7f050136
+int color m3_sys_color_dark_on_surface 0x7f050137
+int color m3_sys_color_dark_on_surface_variant 0x7f050138
+int color m3_sys_color_dark_on_tertiary 0x7f050139
+int color m3_sys_color_dark_on_tertiary_container 0x7f05013a
+int color m3_sys_color_dark_outline 0x7f05013b
+int color m3_sys_color_dark_primary 0x7f05013c
+int color m3_sys_color_dark_primary_container 0x7f05013d
+int color m3_sys_color_dark_secondary 0x7f05013e
+int color m3_sys_color_dark_secondary_container 0x7f05013f
+int color m3_sys_color_dark_surface 0x7f050140
+int color m3_sys_color_dark_surface_variant 0x7f050141
+int color m3_sys_color_dark_tertiary 0x7f050142
+int color m3_sys_color_dark_tertiary_container 0x7f050143
+int color m3_sys_color_dynamic_dark_background 0x7f050144
+int color m3_sys_color_dynamic_dark_inverse_on_surface 0x7f050145
+int color m3_sys_color_dynamic_dark_inverse_primary 0x7f050146
+int color m3_sys_color_dynamic_dark_inverse_surface 0x7f050147
+int color m3_sys_color_dynamic_dark_on_background 0x7f050148
+int color m3_sys_color_dynamic_dark_on_primary 0x7f050149
+int color m3_sys_color_dynamic_dark_on_primary_container 0x7f05014a
+int color m3_sys_color_dynamic_dark_on_secondary 0x7f05014b
+int color m3_sys_color_dynamic_dark_on_secondary_container 0x7f05014c
+int color m3_sys_color_dynamic_dark_on_surface 0x7f05014d
+int color m3_sys_color_dynamic_dark_on_surface_variant 0x7f05014e
+int color m3_sys_color_dynamic_dark_on_tertiary 0x7f05014f
+int color m3_sys_color_dynamic_dark_on_tertiary_container 0x7f050150
+int color m3_sys_color_dynamic_dark_outline 0x7f050151
+int color m3_sys_color_dynamic_dark_primary 0x7f050152
+int color m3_sys_color_dynamic_dark_primary_container 0x7f050153
+int color m3_sys_color_dynamic_dark_secondary 0x7f050154
+int color m3_sys_color_dynamic_dark_secondary_container 0x7f050155
+int color m3_sys_color_dynamic_dark_surface 0x7f050156
+int color m3_sys_color_dynamic_dark_surface_variant 0x7f050157
+int color m3_sys_color_dynamic_dark_tertiary 0x7f050158
+int color m3_sys_color_dynamic_dark_tertiary_container 0x7f050159
+int color m3_sys_color_dynamic_light_background 0x7f05015a
+int color m3_sys_color_dynamic_light_inverse_on_surface 0x7f05015b
+int color m3_sys_color_dynamic_light_inverse_primary 0x7f05015c
+int color m3_sys_color_dynamic_light_inverse_surface 0x7f05015d
+int color m3_sys_color_dynamic_light_on_background 0x7f05015e
+int color m3_sys_color_dynamic_light_on_primary 0x7f05015f
+int color m3_sys_color_dynamic_light_on_primary_container 0x7f050160
+int color m3_sys_color_dynamic_light_on_secondary 0x7f050161
+int color m3_sys_color_dynamic_light_on_secondary_container 0x7f050162
+int color m3_sys_color_dynamic_light_on_surface 0x7f050163
+int color m3_sys_color_dynamic_light_on_surface_variant 0x7f050164
+int color m3_sys_color_dynamic_light_on_tertiary 0x7f050165
+int color m3_sys_color_dynamic_light_on_tertiary_container 0x7f050166
+int color m3_sys_color_dynamic_light_outline 0x7f050167
+int color m3_sys_color_dynamic_light_primary 0x7f050168
+int color m3_sys_color_dynamic_light_primary_container 0x7f050169
+int color m3_sys_color_dynamic_light_secondary 0x7f05016a
+int color m3_sys_color_dynamic_light_secondary_container 0x7f05016b
+int color m3_sys_color_dynamic_light_surface 0x7f05016c
+int color m3_sys_color_dynamic_light_surface_variant 0x7f05016d
+int color m3_sys_color_dynamic_light_tertiary 0x7f05016e
+int color m3_sys_color_dynamic_light_tertiary_container 0x7f05016f
+int color m3_sys_color_light_background 0x7f050170
+int color m3_sys_color_light_error 0x7f050171
+int color m3_sys_color_light_error_container 0x7f050172
+int color m3_sys_color_light_inverse_on_surface 0x7f050173
+int color m3_sys_color_light_inverse_primary 0x7f050174
+int color m3_sys_color_light_inverse_surface 0x7f050175
+int color m3_sys_color_light_on_background 0x7f050176
+int color m3_sys_color_light_on_error 0x7f050177
+int color m3_sys_color_light_on_error_container 0x7f050178
+int color m3_sys_color_light_on_primary 0x7f050179
+int color m3_sys_color_light_on_primary_container 0x7f05017a
+int color m3_sys_color_light_on_secondary 0x7f05017b
+int color m3_sys_color_light_on_secondary_container 0x7f05017c
+int color m3_sys_color_light_on_surface 0x7f05017d
+int color m3_sys_color_light_on_surface_variant 0x7f05017e
+int color m3_sys_color_light_on_tertiary 0x7f05017f
+int color m3_sys_color_light_on_tertiary_container 0x7f050180
+int color m3_sys_color_light_outline 0x7f050181
+int color m3_sys_color_light_primary 0x7f050182
+int color m3_sys_color_light_primary_container 0x7f050183
+int color m3_sys_color_light_secondary 0x7f050184
+int color m3_sys_color_light_secondary_container 0x7f050185
+int color m3_sys_color_light_surface 0x7f050186
+int color m3_sys_color_light_surface_variant 0x7f050187
+int color m3_sys_color_light_tertiary 0x7f050188
+int color m3_sys_color_light_tertiary_container 0x7f050189
+int color m3_tabs_icon_color 0x7f05018a
+int color m3_tabs_ripple_color 0x7f05018b
+int color m3_text_button_background_color_selector 0x7f05018c
+int color m3_text_button_foreground_color_selector 0x7f05018d
+int color m3_text_button_ripple_color_selector 0x7f05018e
+int color m3_textfield_filled_background_color 0x7f05018f
+int color m3_textfield_indicator_text_color 0x7f050190
+int color m3_textfield_input_text_color 0x7f050191
+int color m3_textfield_label_color 0x7f050192
+int color m3_textfield_stroke_color 0x7f050193
+int color m3_timepicker_button_background_color 0x7f050194
+int color m3_timepicker_button_ripple_color 0x7f050195
+int color m3_timepicker_button_text_color 0x7f050196
+int color m3_timepicker_clock_text_color 0x7f050197
+int color m3_timepicker_display_background_color 0x7f050198
+int color m3_timepicker_display_ripple_color 0x7f050199
+int color m3_timepicker_display_stroke_color 0x7f05019a
+int color m3_timepicker_display_text_color 0x7f05019b
+int color m3_timepicker_secondary_text_button_ripple_color 0x7f05019c
+int color m3_timepicker_secondary_text_button_text_color 0x7f05019d
+int color m3_tonal_button_ripple_color_selector 0x7f05019e
+int color material_blue_grey_800 0x7f05019f
+int color material_blue_grey_900 0x7f0501a0
+int color material_blue_grey_950 0x7f0501a1
+int color material_cursor_color 0x7f0501a2
+int color material_deep_teal_200 0x7f0501a3
+int color material_deep_teal_500 0x7f0501a4
+int color material_divider_color 0x7f0501a5
+int color material_dynamic_neutral0 0x7f0501a6
+int color material_dynamic_neutral10 0x7f0501a7
+int color material_dynamic_neutral100 0x7f0501a8
+int color material_dynamic_neutral20 0x7f0501a9
+int color material_dynamic_neutral30 0x7f0501aa
+int color material_dynamic_neutral40 0x7f0501ab
+int color material_dynamic_neutral50 0x7f0501ac
+int color material_dynamic_neutral60 0x7f0501ad
+int color material_dynamic_neutral70 0x7f0501ae
+int color material_dynamic_neutral80 0x7f0501af
+int color material_dynamic_neutral90 0x7f0501b0
+int color material_dynamic_neutral95 0x7f0501b1
+int color material_dynamic_neutral99 0x7f0501b2
+int color material_dynamic_neutral_variant0 0x7f0501b3
+int color material_dynamic_neutral_variant10 0x7f0501b4
+int color material_dynamic_neutral_variant100 0x7f0501b5
+int color material_dynamic_neutral_variant20 0x7f0501b6
+int color material_dynamic_neutral_variant30 0x7f0501b7
+int color material_dynamic_neutral_variant40 0x7f0501b8
+int color material_dynamic_neutral_variant50 0x7f0501b9
+int color material_dynamic_neutral_variant60 0x7f0501ba
+int color material_dynamic_neutral_variant70 0x7f0501bb
+int color material_dynamic_neutral_variant80 0x7f0501bc
+int color material_dynamic_neutral_variant90 0x7f0501bd
+int color material_dynamic_neutral_variant95 0x7f0501be
+int color material_dynamic_neutral_variant99 0x7f0501bf
+int color material_dynamic_primary0 0x7f0501c0
+int color material_dynamic_primary10 0x7f0501c1
+int color material_dynamic_primary100 0x7f0501c2
+int color material_dynamic_primary20 0x7f0501c3
+int color material_dynamic_primary30 0x7f0501c4
+int color material_dynamic_primary40 0x7f0501c5
+int color material_dynamic_primary50 0x7f0501c6
+int color material_dynamic_primary60 0x7f0501c7
+int color material_dynamic_primary70 0x7f0501c8
+int color material_dynamic_primary80 0x7f0501c9
+int color material_dynamic_primary90 0x7f0501ca
+int color material_dynamic_primary95 0x7f0501cb
+int color material_dynamic_primary99 0x7f0501cc
+int color material_dynamic_secondary0 0x7f0501cd
+int color material_dynamic_secondary10 0x7f0501ce
+int color material_dynamic_secondary100 0x7f0501cf
+int color material_dynamic_secondary20 0x7f0501d0
+int color material_dynamic_secondary30 0x7f0501d1
+int color material_dynamic_secondary40 0x7f0501d2
+int color material_dynamic_secondary50 0x7f0501d3
+int color material_dynamic_secondary60 0x7f0501d4
+int color material_dynamic_secondary70 0x7f0501d5
+int color material_dynamic_secondary80 0x7f0501d6
+int color material_dynamic_secondary90 0x7f0501d7
+int color material_dynamic_secondary95 0x7f0501d8
+int color material_dynamic_secondary99 0x7f0501d9
+int color material_dynamic_tertiary0 0x7f0501da
+int color material_dynamic_tertiary10 0x7f0501db
+int color material_dynamic_tertiary100 0x7f0501dc
+int color material_dynamic_tertiary20 0x7f0501dd
+int color material_dynamic_tertiary30 0x7f0501de
+int color material_dynamic_tertiary40 0x7f0501df
+int color material_dynamic_tertiary50 0x7f0501e0
+int color material_dynamic_tertiary60 0x7f0501e1
+int color material_dynamic_tertiary70 0x7f0501e2
+int color material_dynamic_tertiary80 0x7f0501e3
+int color material_dynamic_tertiary90 0x7f0501e4
+int color material_dynamic_tertiary95 0x7f0501e5
+int color material_dynamic_tertiary99 0x7f0501e6
+int color material_grey_100 0x7f0501e7
+int color material_grey_300 0x7f0501e8
+int color material_grey_50 0x7f0501e9
+int color material_grey_600 0x7f0501ea
+int color material_grey_800 0x7f0501eb
+int color material_grey_850 0x7f0501ec
+int color material_grey_900 0x7f0501ed
+int color material_harmonized_color_error 0x7f0501ee
+int color material_harmonized_color_error_container 0x7f0501ef
+int color material_harmonized_color_on_error 0x7f0501f0
+int color material_harmonized_color_on_error_container 0x7f0501f1
+int color material_on_background_disabled 0x7f0501f2
+int color material_on_background_emphasis_high_type 0x7f0501f3
+int color material_on_background_emphasis_medium 0x7f0501f4
+int color material_on_primary_disabled 0x7f0501f5
+int color material_on_primary_emphasis_high_type 0x7f0501f6
+int color material_on_primary_emphasis_medium 0x7f0501f7
+int color material_on_surface_disabled 0x7f0501f8
+int color material_on_surface_emphasis_high_type 0x7f0501f9
+int color material_on_surface_emphasis_medium 0x7f0501fa
+int color material_on_surface_stroke 0x7f0501fb
+int color material_slider_active_tick_marks_color 0x7f0501fc
+int color material_slider_active_track_color 0x7f0501fd
+int color material_slider_halo_color 0x7f0501fe
+int color material_slider_inactive_tick_marks_color 0x7f0501ff
+int color material_slider_inactive_track_color 0x7f050200
+int color material_slider_thumb_color 0x7f050201
+int color material_timepicker_button_background 0x7f050202
+int color material_timepicker_button_stroke 0x7f050203
+int color material_timepicker_clock_text_color 0x7f050204
+int color material_timepicker_clockface 0x7f050205
+int color material_timepicker_modebutton_tint 0x7f050206
+int color mtrl_btn_bg_color_selector 0x7f050207
+int color mtrl_btn_ripple_color 0x7f050208
+int color mtrl_btn_stroke_color_selector 0x7f050209
+int color mtrl_btn_text_btn_bg_color_selector 0x7f05020a
+int color mtrl_btn_text_btn_ripple_color 0x7f05020b
+int color mtrl_btn_text_color_disabled 0x7f05020c
+int color mtrl_btn_text_color_selector 0x7f05020d
+int color mtrl_btn_transparent_bg_color 0x7f05020e
+int color mtrl_calendar_item_stroke_color 0x7f05020f
+int color mtrl_calendar_selected_range 0x7f050210
+int color mtrl_card_view_foreground 0x7f050211
+int color mtrl_card_view_ripple 0x7f050212
+int color mtrl_chip_background_color 0x7f050213
+int color mtrl_chip_close_icon_tint 0x7f050214
+int color mtrl_chip_surface_color 0x7f050215
+int color mtrl_chip_text_color 0x7f050216
+int color mtrl_choice_chip_background_color 0x7f050217
+int color mtrl_choice_chip_ripple_color 0x7f050218
+int color mtrl_choice_chip_text_color 0x7f050219
+int color mtrl_error 0x7f05021a
+int color mtrl_fab_bg_color_selector 0x7f05021b
+int color mtrl_fab_icon_text_color_selector 0x7f05021c
+int color mtrl_fab_ripple_color 0x7f05021d
+int color mtrl_filled_background_color 0x7f05021e
+int color mtrl_filled_icon_tint 0x7f05021f
+int color mtrl_filled_stroke_color 0x7f050220
+int color mtrl_indicator_text_color 0x7f050221
+int color mtrl_navigation_bar_colored_item_tint 0x7f050222
+int color mtrl_navigation_bar_colored_ripple_color 0x7f050223
+int color mtrl_navigation_bar_item_tint 0x7f050224
+int color mtrl_navigation_bar_ripple_color 0x7f050225
+int color mtrl_navigation_item_background_color 0x7f050226
+int color mtrl_navigation_item_icon_tint 0x7f050227
+int color mtrl_navigation_item_text_color 0x7f050228
+int color mtrl_on_primary_text_btn_text_color_selector 0x7f050229
+int color mtrl_on_surface_ripple_color 0x7f05022a
+int color mtrl_outlined_icon_tint 0x7f05022b
+int color mtrl_outlined_stroke_color 0x7f05022c
+int color mtrl_popupmenu_overlay_color 0x7f05022d
+int color mtrl_scrim_color 0x7f05022e
+int color mtrl_tabs_colored_ripple_color 0x7f05022f
+int color mtrl_tabs_icon_color_selector 0x7f050230
+int color mtrl_tabs_icon_color_selector_colored 0x7f050231
+int color mtrl_tabs_legacy_text_color_selector 0x7f050232
+int color mtrl_tabs_ripple_color 0x7f050233
+int color mtrl_text_btn_text_color_selector 0x7f050234
+int color mtrl_textinput_default_box_stroke_color 0x7f050235
+int color mtrl_textinput_disabled_color 0x7f050236
+int color mtrl_textinput_filled_box_default_background_color 0x7f050237
+int color mtrl_textinput_focused_box_stroke_color 0x7f050238
+int color mtrl_textinput_hovered_box_stroke_color 0x7f050239
+int color notification_action_color_filter 0x7f05023a
+int color notification_icon_bg_color 0x7f05023b
+int color primary_dark_material_dark 0x7f05023c
+int color primary_dark_material_light 0x7f05023d
+int color primary_material_dark 0x7f05023e
+int color primary_material_light 0x7f05023f
+int color primary_text_default_material_dark 0x7f050240
+int color primary_text_default_material_light 0x7f050241
+int color primary_text_disabled_material_dark 0x7f050242
+int color primary_text_disabled_material_light 0x7f050243
+int color purple_200 0x7f050244
+int color purple_500 0x7f050245
+int color purple_700 0x7f050246
+int color radiobutton_themeable_attribute_color 0x7f050247
+int color ripple_material_dark 0x7f050248
+int color ripple_material_light 0x7f050249
+int color secondary_text_default_material_dark 0x7f05024a
+int color secondary_text_default_material_light 0x7f05024b
+int color secondary_text_disabled_material_dark 0x7f05024c
+int color secondary_text_disabled_material_light 0x7f05024d
+int color switch_thumb_disabled_material_dark 0x7f05024e
+int color switch_thumb_disabled_material_light 0x7f05024f
+int color switch_thumb_material_dark 0x7f050250
+int color switch_thumb_material_light 0x7f050251
+int color switch_thumb_normal_material_dark 0x7f050252
+int color switch_thumb_normal_material_light 0x7f050253
+int color teal_200 0x7f050254
+int color teal_700 0x7f050255
+int color test_color 0x7f050256
+int color test_mtrl_calendar_day 0x7f050257
+int color test_mtrl_calendar_day_selected 0x7f050258
+int color tooltip_background_dark 0x7f050259
+int color tooltip_background_light 0x7f05025a
+int color white 0x7f05025b
+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 action_bar_size 0x7f060349
+int dimen activity_horizontal_margin 0x7f06034a
+int dimen activity_vertical_margin 0x7f06034b
+int dimen appcompat_dialog_background_inset 0x7f06034c
+int dimen cardview_compat_inset_shadow 0x7f06034d
+int dimen cardview_default_elevation 0x7f06034e
+int dimen cardview_default_radius 0x7f06034f
+int dimen clock_face_margin_start 0x7f060350
+int dimen compat_button_inset_horizontal_material 0x7f060351
+int dimen compat_button_inset_vertical_material 0x7f060352
+int dimen compat_button_padding_horizontal_material 0x7f060353
+int dimen compat_button_padding_vertical_material 0x7f060354
+int dimen compat_control_corner_material 0x7f060355
+int dimen compat_notification_large_icon_max_height 0x7f060356
+int dimen compat_notification_large_icon_max_width 0x7f060357
+int dimen def_drawer_elevation 0x7f060358
+int dimen default_dimension 0x7f060359
+int dimen design_appbar_elevation 0x7f06035a
+int dimen design_bottom_navigation_active_item_max_width 0x7f06035b
+int dimen design_bottom_navigation_active_item_min_width 0x7f06035c
+int dimen design_bottom_navigation_active_text_size 0x7f06035d
+int dimen design_bottom_navigation_elevation 0x7f06035e
+int dimen design_bottom_navigation_height 0x7f06035f
+int dimen design_bottom_navigation_icon_size 0x7f060360
+int dimen design_bottom_navigation_item_max_width 0x7f060361
+int dimen design_bottom_navigation_item_min_width 0x7f060362
+int dimen design_bottom_navigation_label_padding 0x7f060363
+int dimen design_bottom_navigation_margin 0x7f060364
+int dimen design_bottom_navigation_shadow_height 0x7f060365
+int dimen design_bottom_navigation_text_size 0x7f060366
+int dimen design_bottom_sheet_elevation 0x7f060367
+int dimen design_bottom_sheet_modal_elevation 0x7f060368
+int dimen design_bottom_sheet_peek_height_min 0x7f060369
+int dimen design_fab_border_width 0x7f06036a
+int dimen design_fab_elevation 0x7f06036b
+int dimen design_fab_image_size 0x7f06036c
+int dimen design_fab_size_mini 0x7f06036d
+int dimen design_fab_size_normal 0x7f06036e
+int dimen design_fab_translation_z_hovered_focused 0x7f06036f
+int dimen design_fab_translation_z_pressed 0x7f060370
+int dimen design_navigation_elevation 0x7f060371
+int dimen design_navigation_icon_padding 0x7f060372
+int dimen design_navigation_icon_size 0x7f060373
+int dimen design_navigation_item_horizontal_padding 0x7f060374
+int dimen design_navigation_item_icon_padding 0x7f060375
+int dimen design_navigation_item_vertical_padding 0x7f060376
+int dimen design_navigation_max_width 0x7f060377
+int dimen design_navigation_padding_bottom 0x7f060378
+int dimen design_navigation_separator_vertical_padding 0x7f060379
+int dimen design_snackbar_action_inline_max_width 0x7f06037a
+int dimen design_snackbar_action_text_color_alpha 0x7f06037b
+int dimen design_snackbar_background_corner_radius 0x7f06037c
+int dimen design_snackbar_elevation 0x7f06037d
+int dimen design_snackbar_extra_spacing_horizontal 0x7f06037e
+int dimen design_snackbar_max_width 0x7f06037f
+int dimen design_snackbar_min_width 0x7f060380
+int dimen design_snackbar_padding_horizontal 0x7f060381
+int dimen design_snackbar_padding_vertical 0x7f060382
+int dimen design_snackbar_padding_vertical_2lines 0x7f060383
+int dimen design_snackbar_text_size 0x7f060384
+int dimen design_tab_max_width 0x7f060385
+int dimen design_tab_scrollable_min_width 0x7f060386
+int dimen design_tab_text_size 0x7f060387
+int dimen design_tab_text_size_2line 0x7f060388
+int dimen design_textinput_caption_translate_y 0x7f060389
+int dimen disabled_alpha_material_dark 0x7f06038a
+int dimen disabled_alpha_material_light 0x7f06038b
+int dimen fab_margin 0x7f06038c
+int dimen fastscroll_default_thickness 0x7f06038d
+int dimen fastscroll_margin 0x7f06038e
+int dimen fastscroll_minimum_range 0x7f06038f
+int dimen highlight_alpha_material_colored 0x7f060390
+int dimen highlight_alpha_material_dark 0x7f060391
+int dimen highlight_alpha_material_light 0x7f060392
+int dimen hint_alpha_material_dark 0x7f060393
+int dimen hint_alpha_material_light 0x7f060394
+int dimen hint_pressed_alpha_material_dark 0x7f060395
+int dimen hint_pressed_alpha_material_light 0x7f060396
+int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f060397
+int dimen item_touch_helper_swipe_escape_max_velocity 0x7f060398
+int dimen item_touch_helper_swipe_escape_velocity 0x7f060399
+int dimen m3_alert_dialog_action_bottom_padding 0x7f06039a
+int dimen m3_alert_dialog_action_top_padding 0x7f06039b
+int dimen m3_alert_dialog_corner_size 0x7f06039c
+int dimen m3_alert_dialog_elevation 0x7f06039d
+int dimen m3_alert_dialog_icon_margin 0x7f06039e
+int dimen m3_alert_dialog_icon_size 0x7f06039f
+int dimen m3_alert_dialog_title_bottom_margin 0x7f0603a0
+int dimen m3_appbar_expanded_title_margin_bottom 0x7f0603a1
+int dimen m3_appbar_expanded_title_margin_horizontal 0x7f0603a2
+int dimen m3_appbar_scrim_height_trigger 0x7f0603a3
+int dimen m3_appbar_scrim_height_trigger_large 0x7f0603a4
+int dimen m3_appbar_scrim_height_trigger_medium 0x7f0603a5
+int dimen m3_appbar_size_compact 0x7f0603a6
+int dimen m3_appbar_size_large 0x7f0603a7
+int dimen m3_appbar_size_medium 0x7f0603a8
+int dimen m3_badge_horizontal_offset 0x7f0603a9
+int dimen m3_badge_radius 0x7f0603aa
+int dimen m3_badge_vertical_offset 0x7f0603ab
+int dimen m3_badge_with_text_horizontal_offset 0x7f0603ac
+int dimen m3_badge_with_text_radius 0x7f0603ad
+int dimen m3_badge_with_text_vertical_offset 0x7f0603ae
+int dimen m3_bottom_nav_item_active_indicator_height 0x7f0603af
+int dimen m3_bottom_nav_item_active_indicator_margin_horizontal 0x7f0603b0
+int dimen m3_bottom_nav_item_active_indicator_width 0x7f0603b1
+int dimen m3_bottom_nav_item_padding_bottom 0x7f0603b2
+int dimen m3_bottom_nav_item_padding_top 0x7f0603b3
+int dimen m3_bottom_nav_min_height 0x7f0603b4
+int dimen m3_bottom_sheet_elevation 0x7f0603b5
+int dimen m3_bottom_sheet_modal_elevation 0x7f0603b6
+int dimen m3_bottomappbar_fab_cradle_margin 0x7f0603b7
+int dimen m3_bottomappbar_fab_cradle_rounded_corner_radius 0x7f0603b8
+int dimen m3_bottomappbar_fab_cradle_vertical_offset 0x7f0603b9
+int dimen m3_btn_dialog_btn_min_width 0x7f0603ba
+int dimen m3_btn_dialog_btn_spacing 0x7f0603bb
+int dimen m3_btn_disabled_elevation 0x7f0603bc
+int dimen m3_btn_disabled_translation_z 0x7f0603bd
+int dimen m3_btn_elevated_btn_elevation 0x7f0603be
+int dimen m3_btn_elevation 0x7f0603bf
+int dimen m3_btn_icon_btn_padding_left 0x7f0603c0
+int dimen m3_btn_icon_btn_padding_right 0x7f0603c1
+int dimen m3_btn_icon_only_default_padding 0x7f0603c2
+int dimen m3_btn_icon_only_default_size 0x7f0603c3
+int dimen m3_btn_icon_only_icon_padding 0x7f0603c4
+int dimen m3_btn_icon_only_min_width 0x7f0603c5
+int dimen m3_btn_inset 0x7f0603c6
+int dimen m3_btn_max_width 0x7f0603c7
+int dimen m3_btn_padding_bottom 0x7f0603c8
+int dimen m3_btn_padding_left 0x7f0603c9
+int dimen m3_btn_padding_right 0x7f0603ca
+int dimen m3_btn_padding_top 0x7f0603cb
+int dimen m3_btn_stroke_size 0x7f0603cc
+int dimen m3_btn_text_btn_icon_padding_left 0x7f0603cd
+int dimen m3_btn_text_btn_icon_padding_right 0x7f0603ce
+int dimen m3_btn_text_btn_padding_left 0x7f0603cf
+int dimen m3_btn_text_btn_padding_right 0x7f0603d0
+int dimen m3_btn_translation_z_base 0x7f0603d1
+int dimen m3_btn_translation_z_hovered 0x7f0603d2
+int dimen m3_card_dragged_z 0x7f0603d3
+int dimen m3_card_elevated_dragged_z 0x7f0603d4
+int dimen m3_card_elevated_elevation 0x7f0603d5
+int dimen m3_card_elevated_hovered_z 0x7f0603d6
+int dimen m3_card_elevation 0x7f0603d7
+int dimen m3_card_hovered_z 0x7f0603d8
+int dimen m3_card_stroke_width 0x7f0603d9
+int dimen m3_chip_checked_hovered_translation_z 0x7f0603da
+int dimen m3_chip_corner_size 0x7f0603db
+int dimen m3_chip_disabled_translation_z 0x7f0603dc
+int dimen m3_chip_dragged_translation_z 0x7f0603dd
+int dimen m3_chip_elevated_elevation 0x7f0603de
+int dimen m3_chip_hovered_translation_z 0x7f0603df
+int dimen m3_chip_icon_size 0x7f0603e0
+int dimen m3_datepicker_elevation 0x7f0603e1
+int dimen m3_divider_heavy_thickness 0x7f0603e2
+int dimen m3_extended_fab_bottom_padding 0x7f0603e3
+int dimen m3_extended_fab_end_padding 0x7f0603e4
+int dimen m3_extended_fab_icon_padding 0x7f0603e5
+int dimen m3_extended_fab_min_height 0x7f0603e6
+int dimen m3_extended_fab_start_padding 0x7f0603e7
+int dimen m3_extended_fab_top_padding 0x7f0603e8
+int dimen m3_fab_border_width 0x7f0603e9
+int dimen m3_fab_corner_size 0x7f0603ea
+int dimen m3_fab_translation_z_hovered_focused 0x7f0603eb
+int dimen m3_fab_translation_z_pressed 0x7f0603ec
+int dimen m3_large_fab_max_image_size 0x7f0603ed
+int dimen m3_large_fab_size 0x7f0603ee
+int dimen m3_menu_elevation 0x7f0603ef
+int dimen m3_navigation_drawer_layout_corner_size 0x7f0603f0
+int dimen m3_navigation_item_horizontal_padding 0x7f0603f1
+int dimen m3_navigation_item_icon_padding 0x7f0603f2
+int dimen m3_navigation_item_shape_inset_bottom 0x7f0603f3
+int dimen m3_navigation_item_shape_inset_end 0x7f0603f4
+int dimen m3_navigation_item_shape_inset_start 0x7f0603f5
+int dimen m3_navigation_item_shape_inset_top 0x7f0603f6
+int dimen m3_navigation_item_vertical_padding 0x7f0603f7
+int dimen m3_navigation_menu_divider_horizontal_padding 0x7f0603f8
+int dimen m3_navigation_menu_headline_horizontal_padding 0x7f0603f9
+int dimen m3_navigation_rail_default_width 0x7f0603fa
+int dimen m3_navigation_rail_item_active_indicator_height 0x7f0603fb
+int dimen m3_navigation_rail_item_active_indicator_margin_horizontal 0x7f0603fc
+int dimen m3_navigation_rail_item_active_indicator_width 0x7f0603fd
+int dimen m3_navigation_rail_item_min_height 0x7f0603fe
+int dimen m3_navigation_rail_item_padding_bottom 0x7f0603ff
+int dimen m3_navigation_rail_item_padding_top 0x7f060400
+int dimen m3_ripple_default_alpha 0x7f060401
+int dimen m3_ripple_focused_alpha 0x7f060402
+int dimen m3_ripple_hovered_alpha 0x7f060403
+int dimen m3_ripple_pressed_alpha 0x7f060404
+int dimen m3_ripple_selectable_pressed_alpha 0x7f060405
+int dimen m3_slider_thumb_elevation 0x7f060406
+int dimen m3_snackbar_action_text_color_alpha 0x7f060407
+int dimen m3_snackbar_margin 0x7f060408
+int dimen m3_sys_elevation_level0 0x7f060409
+int dimen m3_sys_elevation_level1 0x7f06040a
+int dimen m3_sys_elevation_level2 0x7f06040b
+int dimen m3_sys_elevation_level3 0x7f06040c
+int dimen m3_sys_elevation_level4 0x7f06040d
+int dimen m3_sys_elevation_level5 0x7f06040e
+int dimen m3_sys_motion_easing_emphasized_accelerate_control_x1 0x7f06040f
+int dimen m3_sys_motion_easing_emphasized_accelerate_control_x2 0x7f060410
+int dimen m3_sys_motion_easing_emphasized_accelerate_control_y1 0x7f060411
+int dimen m3_sys_motion_easing_emphasized_accelerate_control_y2 0x7f060412
+int dimen m3_sys_motion_easing_emphasized_decelerate_control_x1 0x7f060413
+int dimen m3_sys_motion_easing_emphasized_decelerate_control_x2 0x7f060414
+int dimen m3_sys_motion_easing_emphasized_decelerate_control_y1 0x7f060415
+int dimen m3_sys_motion_easing_emphasized_decelerate_control_y2 0x7f060416
+int dimen m3_sys_motion_easing_legacy_accelerate_control_x1 0x7f060417
+int dimen m3_sys_motion_easing_legacy_accelerate_control_x2 0x7f060418
+int dimen m3_sys_motion_easing_legacy_accelerate_control_y1 0x7f060419
+int dimen m3_sys_motion_easing_legacy_accelerate_control_y2 0x7f06041a
+int dimen m3_sys_motion_easing_legacy_control_x1 0x7f06041b
+int dimen m3_sys_motion_easing_legacy_control_x2 0x7f06041c
+int dimen m3_sys_motion_easing_legacy_control_y1 0x7f06041d
+int dimen m3_sys_motion_easing_legacy_control_y2 0x7f06041e
+int dimen m3_sys_motion_easing_legacy_decelerate_control_x1 0x7f06041f
+int dimen m3_sys_motion_easing_legacy_decelerate_control_x2 0x7f060420
+int dimen m3_sys_motion_easing_legacy_decelerate_control_y1 0x7f060421
+int dimen m3_sys_motion_easing_legacy_decelerate_control_y2 0x7f060422
+int dimen m3_sys_motion_easing_linear_control_x1 0x7f060423
+int dimen m3_sys_motion_easing_linear_control_x2 0x7f060424
+int dimen m3_sys_motion_easing_linear_control_y1 0x7f060425
+int dimen m3_sys_motion_easing_linear_control_y2 0x7f060426
+int dimen m3_sys_motion_easing_standard_accelerate_control_x1 0x7f060427
+int dimen m3_sys_motion_easing_standard_accelerate_control_x2 0x7f060428
+int dimen m3_sys_motion_easing_standard_accelerate_control_y1 0x7f060429
+int dimen m3_sys_motion_easing_standard_accelerate_control_y2 0x7f06042a
+int dimen m3_sys_motion_easing_standard_control_x1 0x7f06042b
+int dimen m3_sys_motion_easing_standard_control_x2 0x7f06042c
+int dimen m3_sys_motion_easing_standard_control_y1 0x7f06042d
+int dimen m3_sys_motion_easing_standard_control_y2 0x7f06042e
+int dimen m3_sys_motion_easing_standard_decelerate_control_x1 0x7f06042f
+int dimen m3_sys_motion_easing_standard_decelerate_control_x2 0x7f060430
+int dimen m3_sys_motion_easing_standard_decelerate_control_y1 0x7f060431
+int dimen m3_sys_motion_easing_standard_decelerate_control_y2 0x7f060432
+int dimen m3_sys_state_dragged_state_layer_opacity 0x7f060433
+int dimen m3_sys_state_focus_state_layer_opacity 0x7f060434
+int dimen m3_sys_state_hover_state_layer_opacity 0x7f060435
+int dimen m3_sys_state_pressed_state_layer_opacity 0x7f060436
+int dimen m3_timepicker_display_stroke_width 0x7f060437
+int dimen m3_timepicker_window_elevation 0x7f060438
+int dimen material_bottom_sheet_max_width 0x7f060439
+int dimen material_clock_display_padding 0x7f06043a
+int dimen material_clock_face_margin_top 0x7f06043b
+int dimen material_clock_hand_center_dot_radius 0x7f06043c
+int dimen material_clock_hand_padding 0x7f06043d
+int dimen material_clock_hand_stroke_width 0x7f06043e
+int dimen material_clock_number_text_padding 0x7f06043f
+int dimen material_clock_number_text_size 0x7f060440
+int dimen material_clock_period_toggle_height 0x7f060441
+int dimen material_clock_period_toggle_margin_left 0x7f060442
+int dimen material_clock_period_toggle_width 0x7f060443
+int dimen material_clock_size 0x7f060444
+int dimen material_cursor_inset_bottom 0x7f060445
+int dimen material_cursor_inset_top 0x7f060446
+int dimen material_cursor_width 0x7f060447
+int dimen material_divider_thickness 0x7f060448
+int dimen material_emphasis_disabled 0x7f060449
+int dimen material_emphasis_disabled_background 0x7f06044a
+int dimen material_emphasis_high_type 0x7f06044b
+int dimen material_emphasis_medium 0x7f06044c
+int dimen material_filled_edittext_font_1_3_padding_bottom 0x7f06044d
+int dimen material_filled_edittext_font_1_3_padding_top 0x7f06044e
+int dimen material_filled_edittext_font_2_0_padding_bottom 0x7f06044f
+int dimen material_filled_edittext_font_2_0_padding_top 0x7f060450
+int dimen material_font_1_3_box_collapsed_padding_top 0x7f060451
+int dimen material_font_2_0_box_collapsed_padding_top 0x7f060452
+int dimen material_helper_text_default_padding_top 0x7f060453
+int dimen material_helper_text_font_1_3_padding_horizontal 0x7f060454
+int dimen material_helper_text_font_1_3_padding_top 0x7f060455
+int dimen material_input_text_to_prefix_suffix_padding 0x7f060456
+int dimen material_text_size_dp 0x7f060457
+int dimen material_text_size_sp 0x7f060458
+int dimen material_text_view_test_line_height 0x7f060459
+int dimen material_text_view_test_line_height_override 0x7f06045a
+int dimen material_textinput_default_width 0x7f06045b
+int dimen material_textinput_max_width 0x7f06045c
+int dimen material_textinput_min_width 0x7f06045d
+int dimen material_time_picker_minimum_screen_height 0x7f06045e
+int dimen material_time_picker_minimum_screen_width 0x7f06045f
+int dimen material_timepicker_dialog_buttons_margin_top 0x7f060460
+int dimen mtrl_alert_dialog_background_inset_bottom 0x7f060461
+int dimen mtrl_alert_dialog_background_inset_end 0x7f060462
+int dimen mtrl_alert_dialog_background_inset_start 0x7f060463
+int dimen mtrl_alert_dialog_background_inset_top 0x7f060464
+int dimen mtrl_alert_dialog_picker_background_inset 0x7f060465
+int dimen mtrl_badge_horizontal_edge_offset 0x7f060466
+int dimen mtrl_badge_long_text_horizontal_padding 0x7f060467
+int dimen mtrl_badge_radius 0x7f060468
+int dimen mtrl_badge_text_horizontal_edge_offset 0x7f060469
+int dimen mtrl_badge_text_size 0x7f06046a
+int dimen mtrl_badge_toolbar_action_menu_item_horizontal_offset 0x7f06046b
+int dimen mtrl_badge_toolbar_action_menu_item_vertical_offset 0x7f06046c
+int dimen mtrl_badge_with_text_radius 0x7f06046d
+int dimen mtrl_bottomappbar_fabOffsetEndMode 0x7f06046e
+int dimen mtrl_bottomappbar_fab_bottom_margin 0x7f06046f
+int dimen mtrl_bottomappbar_fab_cradle_margin 0x7f060470
+int dimen mtrl_bottomappbar_fab_cradle_rounded_corner_radius 0x7f060471
+int dimen mtrl_bottomappbar_fab_cradle_vertical_offset 0x7f060472
+int dimen mtrl_bottomappbar_height 0x7f060473
+int dimen mtrl_btn_corner_radius 0x7f060474
+int dimen mtrl_btn_dialog_btn_min_width 0x7f060475
+int dimen mtrl_btn_disabled_elevation 0x7f060476
+int dimen mtrl_btn_disabled_z 0x7f060477
+int dimen mtrl_btn_elevation 0x7f060478
+int dimen mtrl_btn_focused_z 0x7f060479
+int dimen mtrl_btn_hovered_z 0x7f06047a
+int dimen mtrl_btn_icon_btn_padding_left 0x7f06047b
+int dimen mtrl_btn_icon_padding 0x7f06047c
+int dimen mtrl_btn_inset 0x7f06047d
+int dimen mtrl_btn_letter_spacing 0x7f06047e
+int dimen mtrl_btn_max_width 0x7f06047f
+int dimen mtrl_btn_padding_bottom 0x7f060480
+int dimen mtrl_btn_padding_left 0x7f060481
+int dimen mtrl_btn_padding_right 0x7f060482
+int dimen mtrl_btn_padding_top 0x7f060483
+int dimen mtrl_btn_pressed_z 0x7f060484
+int dimen mtrl_btn_snackbar_margin_horizontal 0x7f060485
+int dimen mtrl_btn_stroke_size 0x7f060486
+int dimen mtrl_btn_text_btn_icon_padding 0x7f060487
+int dimen mtrl_btn_text_btn_padding_left 0x7f060488
+int dimen mtrl_btn_text_btn_padding_right 0x7f060489
+int dimen mtrl_btn_text_size 0x7f06048a
+int dimen mtrl_btn_z 0x7f06048b
+int dimen mtrl_calendar_action_confirm_button_min_width 0x7f06048c
+int dimen mtrl_calendar_action_height 0x7f06048d
+int dimen mtrl_calendar_action_padding 0x7f06048e
+int dimen mtrl_calendar_bottom_padding 0x7f06048f
+int dimen mtrl_calendar_content_padding 0x7f060490
+int dimen mtrl_calendar_day_corner 0x7f060491
+int dimen mtrl_calendar_day_height 0x7f060492
+int dimen mtrl_calendar_day_horizontal_padding 0x7f060493
+int dimen mtrl_calendar_day_today_stroke 0x7f060494
+int dimen mtrl_calendar_day_vertical_padding 0x7f060495
+int dimen mtrl_calendar_day_width 0x7f060496
+int dimen mtrl_calendar_days_of_week_height 0x7f060497
+int dimen mtrl_calendar_dialog_background_inset 0x7f060498
+int dimen mtrl_calendar_header_content_padding 0x7f060499
+int dimen mtrl_calendar_header_content_padding_fullscreen 0x7f06049a
+int dimen mtrl_calendar_header_divider_thickness 0x7f06049b
+int dimen mtrl_calendar_header_height 0x7f06049c
+int dimen mtrl_calendar_header_height_fullscreen 0x7f06049d
+int dimen mtrl_calendar_header_selection_line_height 0x7f06049e
+int dimen mtrl_calendar_header_text_padding 0x7f06049f
+int dimen mtrl_calendar_header_toggle_margin_bottom 0x7f0604a0
+int dimen mtrl_calendar_header_toggle_margin_top 0x7f0604a1
+int dimen mtrl_calendar_landscape_header_width 0x7f0604a2
+int dimen mtrl_calendar_maximum_default_fullscreen_minor_axis 0x7f0604a3
+int dimen mtrl_calendar_month_horizontal_padding 0x7f0604a4
+int dimen mtrl_calendar_month_vertical_padding 0x7f0604a5
+int dimen mtrl_calendar_navigation_bottom_padding 0x7f0604a6
+int dimen mtrl_calendar_navigation_height 0x7f0604a7
+int dimen mtrl_calendar_navigation_top_padding 0x7f0604a8
+int dimen mtrl_calendar_pre_l_text_clip_padding 0x7f0604a9
+int dimen mtrl_calendar_selection_baseline_to_top_fullscreen 0x7f0604aa
+int dimen mtrl_calendar_selection_text_baseline_to_bottom 0x7f0604ab
+int dimen mtrl_calendar_selection_text_baseline_to_bottom_fullscreen 0x7f0604ac
+int dimen mtrl_calendar_selection_text_baseline_to_top 0x7f0604ad
+int dimen mtrl_calendar_text_input_padding_top 0x7f0604ae
+int dimen mtrl_calendar_title_baseline_to_top 0x7f0604af
+int dimen mtrl_calendar_title_baseline_to_top_fullscreen 0x7f0604b0
+int dimen mtrl_calendar_year_corner 0x7f0604b1
+int dimen mtrl_calendar_year_height 0x7f0604b2
+int dimen mtrl_calendar_year_horizontal_padding 0x7f0604b3
+int dimen mtrl_calendar_year_vertical_padding 0x7f0604b4
+int dimen mtrl_calendar_year_width 0x7f0604b5
+int dimen mtrl_card_checked_icon_margin 0x7f0604b6
+int dimen mtrl_card_checked_icon_size 0x7f0604b7
+int dimen mtrl_card_corner_radius 0x7f0604b8
+int dimen mtrl_card_dragged_z 0x7f0604b9
+int dimen mtrl_card_elevation 0x7f0604ba
+int dimen mtrl_card_spacing 0x7f0604bb
+int dimen mtrl_chip_pressed_translation_z 0x7f0604bc
+int dimen mtrl_chip_text_size 0x7f0604bd
+int dimen mtrl_exposed_dropdown_menu_popup_elevation 0x7f0604be
+int dimen mtrl_exposed_dropdown_menu_popup_vertical_offset 0x7f0604bf
+int dimen mtrl_exposed_dropdown_menu_popup_vertical_padding 0x7f0604c0
+int dimen mtrl_extended_fab_bottom_padding 0x7f0604c1
+int dimen mtrl_extended_fab_corner_radius 0x7f0604c2
+int dimen mtrl_extended_fab_disabled_elevation 0x7f0604c3
+int dimen mtrl_extended_fab_disabled_translation_z 0x7f0604c4
+int dimen mtrl_extended_fab_elevation 0x7f0604c5
+int dimen mtrl_extended_fab_end_padding 0x7f0604c6
+int dimen mtrl_extended_fab_end_padding_icon 0x7f0604c7
+int dimen mtrl_extended_fab_icon_size 0x7f0604c8
+int dimen mtrl_extended_fab_icon_text_spacing 0x7f0604c9
+int dimen mtrl_extended_fab_min_height 0x7f0604ca
+int dimen mtrl_extended_fab_min_width 0x7f0604cb
+int dimen mtrl_extended_fab_start_padding 0x7f0604cc
+int dimen mtrl_extended_fab_start_padding_icon 0x7f0604cd
+int dimen mtrl_extended_fab_top_padding 0x7f0604ce
+int dimen mtrl_extended_fab_translation_z_base 0x7f0604cf
+int dimen mtrl_extended_fab_translation_z_hovered_focused 0x7f0604d0
+int dimen mtrl_extended_fab_translation_z_pressed 0x7f0604d1
+int dimen mtrl_fab_elevation 0x7f0604d2
+int dimen mtrl_fab_min_touch_target 0x7f0604d3
+int dimen mtrl_fab_translation_z_hovered_focused 0x7f0604d4
+int dimen mtrl_fab_translation_z_pressed 0x7f0604d5
+int dimen mtrl_high_ripple_default_alpha 0x7f0604d6
+int dimen mtrl_high_ripple_focused_alpha 0x7f0604d7
+int dimen mtrl_high_ripple_hovered_alpha 0x7f0604d8
+int dimen mtrl_high_ripple_pressed_alpha 0x7f0604d9
+int dimen mtrl_large_touch_target 0x7f0604da
+int dimen mtrl_low_ripple_default_alpha 0x7f0604db
+int dimen mtrl_low_ripple_focused_alpha 0x7f0604dc
+int dimen mtrl_low_ripple_hovered_alpha 0x7f0604dd
+int dimen mtrl_low_ripple_pressed_alpha 0x7f0604de
+int dimen mtrl_min_touch_target_size 0x7f0604df
+int dimen mtrl_navigation_bar_item_default_icon_size 0x7f0604e0
+int dimen mtrl_navigation_bar_item_default_margin 0x7f0604e1
+int dimen mtrl_navigation_elevation 0x7f0604e2
+int dimen mtrl_navigation_item_horizontal_padding 0x7f0604e3
+int dimen mtrl_navigation_item_icon_padding 0x7f0604e4
+int dimen mtrl_navigation_item_icon_size 0x7f0604e5
+int dimen mtrl_navigation_item_shape_horizontal_margin 0x7f0604e6
+int dimen mtrl_navigation_item_shape_vertical_margin 0x7f0604e7
+int dimen mtrl_navigation_rail_active_text_size 0x7f0604e8
+int dimen mtrl_navigation_rail_compact_width 0x7f0604e9
+int dimen mtrl_navigation_rail_default_width 0x7f0604ea
+int dimen mtrl_navigation_rail_elevation 0x7f0604eb
+int dimen mtrl_navigation_rail_icon_margin 0x7f0604ec
+int dimen mtrl_navigation_rail_icon_size 0x7f0604ed
+int dimen mtrl_navigation_rail_margin 0x7f0604ee
+int dimen mtrl_navigation_rail_text_bottom_margin 0x7f0604ef
+int dimen mtrl_navigation_rail_text_size 0x7f0604f0
+int dimen mtrl_progress_circular_inset 0x7f0604f1
+int dimen mtrl_progress_circular_inset_extra_small 0x7f0604f2
+int dimen mtrl_progress_circular_inset_medium 0x7f0604f3
+int dimen mtrl_progress_circular_inset_small 0x7f0604f4
+int dimen mtrl_progress_circular_radius 0x7f0604f5
+int dimen mtrl_progress_circular_size 0x7f0604f6
+int dimen mtrl_progress_circular_size_extra_small 0x7f0604f7
+int dimen mtrl_progress_circular_size_medium 0x7f0604f8
+int dimen mtrl_progress_circular_size_small 0x7f0604f9
+int dimen mtrl_progress_circular_track_thickness_extra_small 0x7f0604fa
+int dimen mtrl_progress_circular_track_thickness_medium 0x7f0604fb
+int dimen mtrl_progress_circular_track_thickness_small 0x7f0604fc
+int dimen mtrl_progress_indicator_full_rounded_corner_radius 0x7f0604fd
+int dimen mtrl_progress_track_thickness 0x7f0604fe
+int dimen mtrl_shape_corner_size_large_component 0x7f0604ff
+int dimen mtrl_shape_corner_size_medium_component 0x7f060500
+int dimen mtrl_shape_corner_size_small_component 0x7f060501
+int dimen mtrl_slider_halo_radius 0x7f060502
+int dimen mtrl_slider_label_padding 0x7f060503
+int dimen mtrl_slider_label_radius 0x7f060504
+int dimen mtrl_slider_label_square_side 0x7f060505
+int dimen mtrl_slider_thumb_elevation 0x7f060506
+int dimen mtrl_slider_thumb_radius 0x7f060507
+int dimen mtrl_slider_track_height 0x7f060508
+int dimen mtrl_slider_track_side_padding 0x7f060509
+int dimen mtrl_slider_track_top 0x7f06050a
+int dimen mtrl_slider_widget_height 0x7f06050b
+int dimen mtrl_snackbar_action_text_color_alpha 0x7f06050c
+int dimen mtrl_snackbar_background_corner_radius 0x7f06050d
+int dimen mtrl_snackbar_background_overlay_color_alpha 0x7f06050e
+int dimen mtrl_snackbar_margin 0x7f06050f
+int dimen mtrl_snackbar_message_margin_horizontal 0x7f060510
+int dimen mtrl_snackbar_padding_horizontal 0x7f060511
+int dimen mtrl_switch_thumb_elevation 0x7f060512
+int dimen mtrl_textinput_box_corner_radius_medium 0x7f060513
+int dimen mtrl_textinput_box_corner_radius_small 0x7f060514
+int dimen mtrl_textinput_box_label_cutout_padding 0x7f060515
+int dimen mtrl_textinput_box_stroke_width_default 0x7f060516
+int dimen mtrl_textinput_box_stroke_width_focused 0x7f060517
+int dimen mtrl_textinput_counter_margin_start 0x7f060518
+int dimen mtrl_textinput_end_icon_margin_start 0x7f060519
+int dimen mtrl_textinput_outline_box_expanded_padding 0x7f06051a
+int dimen mtrl_textinput_start_icon_margin_end 0x7f06051b
+int dimen mtrl_toolbar_default_height 0x7f06051c
+int dimen mtrl_tooltip_arrowSize 0x7f06051d
+int dimen mtrl_tooltip_cornerSize 0x7f06051e
+int dimen mtrl_tooltip_minHeight 0x7f06051f
+int dimen mtrl_tooltip_minWidth 0x7f060520
+int dimen mtrl_tooltip_padding 0x7f060521
+int dimen mtrl_transition_shared_axis_slide_distance 0x7f060522
+int dimen notification_action_icon_size 0x7f060523
+int dimen notification_action_text_size 0x7f060524
+int dimen notification_big_circle_margin 0x7f060525
+int dimen notification_content_margin_start 0x7f060526
+int dimen notification_large_icon_height 0x7f060527
+int dimen notification_large_icon_width 0x7f060528
+int dimen notification_main_column_padding_top 0x7f060529
+int dimen notification_media_narrow_margin 0x7f06052a
+int dimen notification_right_icon_size 0x7f06052b
+int dimen notification_right_side_padding_top 0x7f06052c
+int dimen notification_small_icon_background_padding 0x7f06052d
+int dimen notification_small_icon_size_as_large 0x7f06052e
+int dimen notification_subtext_size 0x7f06052f
+int dimen notification_top_pad 0x7f060530
+int dimen notification_top_pad_large_text 0x7f060531
+int dimen test_dimen 0x7f060532
+int dimen test_mtrl_calendar_day_cornerSize 0x7f060533
+int dimen test_navigation_bar_active_item_max_width 0x7f060534
+int dimen test_navigation_bar_active_item_min_width 0x7f060535
+int dimen test_navigation_bar_active_text_size 0x7f060536
+int dimen test_navigation_bar_elevation 0x7f060537
+int dimen test_navigation_bar_height 0x7f060538
+int dimen test_navigation_bar_icon_size 0x7f060539
+int dimen test_navigation_bar_item_max_width 0x7f06053a
+int dimen test_navigation_bar_item_min_width 0x7f06053b
+int dimen test_navigation_bar_label_padding 0x7f06053c
+int dimen test_navigation_bar_shadow_height 0x7f06053d
+int dimen test_navigation_bar_text_size 0x7f06053e
+int dimen tooltip_corner_radius 0x7f06053f
+int dimen tooltip_horizontal_padding 0x7f060540
+int dimen tooltip_margin 0x7f060541
+int dimen tooltip_precise_anchor_extra_offset 0x7f060542
+int dimen tooltip_precise_anchor_threshold 0x7f060543
+int dimen tooltip_vertical_padding 0x7f060544
+int dimen tooltip_y_offset_non_touch 0x7f060545
+int dimen tooltip_y_offset_touch 0x7f060546
+int drawable abc_ab_share_pack_mtrl_alpha 0x7f070007
+int drawable abc_action_bar_item_background_material 0x7f070008
+int drawable abc_btn_borderless_material 0x7f070009
+int drawable abc_btn_check_material 0x7f07000a
+int drawable abc_btn_check_material_anim 0x7f07000b
+int drawable abc_btn_check_to_on_mtrl_000 0x7f07000c
+int drawable abc_btn_check_to_on_mtrl_015 0x7f07000d
+int drawable abc_btn_colored_material 0x7f07000e
+int drawable abc_btn_default_mtrl_shape 0x7f07000f
+int drawable abc_btn_radio_material 0x7f070010
+int drawable abc_btn_radio_material_anim 0x7f070011
+int drawable abc_btn_radio_to_on_mtrl_000 0x7f070012
+int drawable abc_btn_radio_to_on_mtrl_015 0x7f070013
+int drawable abc_btn_switch_to_on_mtrl_00001 0x7f070014
+int drawable abc_btn_switch_to_on_mtrl_00012 0x7f070015
+int drawable abc_cab_background_internal_bg 0x7f070016
+int drawable abc_cab_background_top_material 0x7f070017
+int drawable abc_cab_background_top_mtrl_alpha 0x7f070018
+int drawable abc_control_background_material 0x7f070019
+int drawable abc_dialog_material_background 0x7f07001a
+int drawable abc_edit_text_material 0x7f07001b
+int drawable abc_ic_ab_back_material 0x7f07001c
+int drawable abc_ic_arrow_drop_right_black_24dp 0x7f07001d
+int drawable abc_ic_clear_material 0x7f07001e
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f07001f
+int drawable abc_ic_go_search_api_material 0x7f070020
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f070021
+int drawable abc_ic_menu_cut_mtrl_alpha 0x7f070022
+int drawable abc_ic_menu_overflow_material 0x7f070023
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f070024
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f070025
+int drawable abc_ic_menu_share_mtrl_alpha 0x7f070026
+int drawable abc_ic_search_api_material 0x7f070027
+int drawable abc_ic_voice_search_api_material 0x7f070028
+int drawable abc_item_background_holo_dark 0x7f070029
+int drawable abc_item_background_holo_light 0x7f07002a
+int drawable abc_list_divider_material 0x7f07002b
+int drawable abc_list_divider_mtrl_alpha 0x7f07002c
+int drawable abc_list_focused_holo 0x7f07002d
+int drawable abc_list_longpressed_holo 0x7f07002e
+int drawable abc_list_pressed_holo_dark 0x7f07002f
+int drawable abc_list_pressed_holo_light 0x7f070030
+int drawable abc_list_selector_background_transition_holo_dark 0x7f070031
+int drawable abc_list_selector_background_transition_holo_light 0x7f070032
+int drawable abc_list_selector_disabled_holo_dark 0x7f070033
+int drawable abc_list_selector_disabled_holo_light 0x7f070034
+int drawable abc_list_selector_holo_dark 0x7f070035
+int drawable abc_list_selector_holo_light 0x7f070036
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f070037
+int drawable abc_popup_background_mtrl_mult 0x7f070038
+int drawable abc_ratingbar_indicator_material 0x7f070039
+int drawable abc_ratingbar_material 0x7f07003a
+int drawable abc_ratingbar_small_material 0x7f07003b
+int drawable abc_scrubber_control_off_mtrl_alpha 0x7f07003c
+int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f07003d
+int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f07003e
+int drawable abc_scrubber_primary_mtrl_alpha 0x7f07003f
+int drawable abc_scrubber_track_mtrl_alpha 0x7f070040
+int drawable abc_seekbar_thumb_material 0x7f070041
+int drawable abc_seekbar_tick_mark_material 0x7f070042
+int drawable abc_seekbar_track_material 0x7f070043
+int drawable abc_spinner_mtrl_am_alpha 0x7f070044
+int drawable abc_spinner_textfield_background_material 0x7f070045
+int drawable abc_star_black_48dp 0x7f070046
+int drawable abc_star_half_black_48dp 0x7f070047
+int drawable abc_switch_thumb_material 0x7f070048
+int drawable abc_switch_track_mtrl_alpha 0x7f070049
+int drawable abc_tab_indicator_material 0x7f07004a
+int drawable abc_tab_indicator_mtrl_alpha 0x7f07004b
+int drawable abc_text_cursor_material 0x7f07004c
+int drawable abc_text_select_handle_left_mtrl 0x7f07004d
+int drawable abc_text_select_handle_middle_mtrl 0x7f07004e
+int drawable abc_text_select_handle_right_mtrl 0x7f07004f
+int drawable abc_textfield_activated_mtrl_alpha 0x7f070050
+int drawable abc_textfield_default_mtrl_alpha 0x7f070051
+int drawable abc_textfield_search_activated_mtrl_alpha 0x7f070052
+int drawable abc_textfield_search_default_mtrl_alpha 0x7f070053
+int drawable abc_textfield_search_material 0x7f070054
+int drawable abc_vector_test 0x7f070055
+int drawable avd_hide_password 0x7f070056
+int drawable avd_show_password 0x7f070057
+int drawable btn_checkbox_checked_mtrl 0x7f070058
+int drawable btn_checkbox_checked_to_unchecked_mtrl_animation 0x7f070059
+int drawable btn_checkbox_unchecked_mtrl 0x7f07005a
+int drawable btn_checkbox_unchecked_to_checked_mtrl_animation 0x7f07005b
+int drawable btn_radio_off_mtrl 0x7f07005c
+int drawable btn_radio_off_to_on_mtrl_animation 0x7f07005d
+int drawable btn_radio_on_mtrl 0x7f07005e
+int drawable btn_radio_on_to_off_mtrl_animation 0x7f07005f
+int drawable design_fab_background 0x7f070060
+int drawable design_ic_visibility 0x7f070061
+int drawable design_ic_visibility_off 0x7f070062
+int drawable design_password_eye 0x7f070063
+int drawable design_snackbar_background 0x7f070064
+int drawable ic__logo 0x7f070065
+int drawable ic_clock_black_24dp 0x7f070066
+int drawable ic_convert 0x7f070067
+int drawable ic_dark_mode 0x7f070068
+int drawable ic_degree 0x7f070069
+int drawable ic_graph 0x7f07006a
+int drawable ic_home 0x7f07006b
+int drawable ic_icon_calculator 0x7f07006c
+int drawable ic_keyboard_black_24dp 0x7f07006d
+int drawable ic_launcher_background 0x7f07006e
+int drawable ic_launcher_foreground 0x7f07006f
+int drawable ic_light_mode 0x7f070070
+int drawable ic_m3_chip_check 0x7f070071
+int drawable ic_m3_chip_checked_circle 0x7f070072
+int drawable ic_m3_chip_close 0x7f070073
+int drawable ic_mtrl_checked_circle 0x7f070074
+int drawable ic_mtrl_chip_checked_black 0x7f070075
+int drawable ic_mtrl_chip_checked_circle 0x7f070076
+int drawable ic_mtrl_chip_close_circle 0x7f070077
+int drawable ic_scale 0x7f070078
+int drawable ic_speed 0x7f070079
+int drawable ic_temp 0x7f07007a
+int drawable m3_appbar_background 0x7f07007b
+int drawable m3_popupmenu_background_overlay 0x7f07007c
+int drawable m3_radiobutton_ripple 0x7f07007d
+int drawable m3_selection_control_ripple 0x7f07007e
+int drawable m3_tabs_background 0x7f07007f
+int drawable m3_tabs_line_indicator 0x7f070080
+int drawable m3_tabs_rounded_line_indicator 0x7f070081
+int drawable m3_tabs_transparent_background 0x7f070082
+int drawable material_cursor_drawable 0x7f070083
+int drawable material_ic_calendar_black_24dp 0x7f070084
+int drawable material_ic_clear_black_24dp 0x7f070085
+int drawable material_ic_edit_black_24dp 0x7f070086
+int drawable material_ic_keyboard_arrow_left_black_24dp 0x7f070087
+int drawable material_ic_keyboard_arrow_next_black_24dp 0x7f070088
+int drawable material_ic_keyboard_arrow_previous_black_24dp 0x7f070089
+int drawable material_ic_keyboard_arrow_right_black_24dp 0x7f07008a
+int drawable material_ic_menu_arrow_down_black_24dp 0x7f07008b
+int drawable material_ic_menu_arrow_up_black_24dp 0x7f07008c
+int drawable mtrl_dialog_background 0x7f07008d
+int drawable mtrl_dropdown_arrow 0x7f07008e
+int drawable mtrl_ic_arrow_drop_down 0x7f07008f
+int drawable mtrl_ic_arrow_drop_up 0x7f070090
+int drawable mtrl_ic_cancel 0x7f070091
+int drawable mtrl_ic_error 0x7f070092
+int drawable mtrl_navigation_bar_item_background 0x7f070093
+int drawable mtrl_popupmenu_background 0x7f070094
+int drawable mtrl_popupmenu_background_overlay 0x7f070095
+int drawable mtrl_tabs_default_indicator 0x7f070096
+int drawable navigation_empty_icon 0x7f070097
+int drawable notification_action_background 0x7f070098
+int drawable notification_bg 0x7f070099
+int drawable notification_bg_low 0x7f07009a
+int drawable notification_bg_low_normal 0x7f07009b
+int drawable notification_bg_low_pressed 0x7f07009c
+int drawable notification_bg_normal 0x7f07009d
+int drawable notification_bg_normal_pressed 0x7f07009e
+int drawable notification_icon_background 0x7f07009f
+int drawable notification_template_icon_bg 0x7f0700a0
+int drawable notification_template_icon_low_bg 0x7f0700a1
+int drawable notification_tile_bg 0x7f0700a2
+int drawable notify_panel_notification_icon_bg 0x7f0700a3
+int drawable test_custom_background 0x7f0700a4
+int drawable test_level_drawable 0x7f0700a5
+int drawable tooltip_frame_dark 0x7f0700a6
+int drawable tooltip_frame_light 0x7f0700a7
+int id ALT 0x7f080000
+int id BOTTOM_END 0x7f080001
+int id BOTTOM_START 0x7f080002
+int id CTRL 0x7f080003
+int id Cosecx 0x7f080004
+int id Cosx 0x7f080005
+int id Cotx 0x7f080006
+int id CtoF 0x7f080007
+int id Cubex 0x7f080008
+int id Equal 0x7f080009
+int id FUNCTION 0x7f08000a
+int id FirstFragment 0x7f08000b
+int id FtoC 0x7f08000c
+int id FtoK 0x7f08000d
+int id KtoF 0x7f08000e
+int id Logx 0x7f08000f
+int id META 0x7f080010
+int id NO_DEBUG 0x7f080011
+int id SHIFT 0x7f080012
+int id SHOW_ALL 0x7f080013
+int id SHOW_PATH 0x7f080014
+int id SHOW_PROGRESS 0x7f080015
+int id SYM 0x7f080016
+int id SecondFragment 0x7f080017
+int id Secx 0x7f080018
+int id Sinx 0x7f080019
+int id TOP_END 0x7f08001a
+int id TOP_START 0x7f08001b
+int id Tanx 0x7f08001c
+int id accelerate 0x7f08001d
+int id accessibility_action_clickable_span 0x7f08001e
+int id accessibility_custom_action_0 0x7f08001f
+int id accessibility_custom_action_1 0x7f080020
+int id accessibility_custom_action_10 0x7f080021
+int id accessibility_custom_action_11 0x7f080022
+int id accessibility_custom_action_12 0x7f080023
+int id accessibility_custom_action_13 0x7f080024
+int id accessibility_custom_action_14 0x7f080025
+int id accessibility_custom_action_15 0x7f080026
+int id accessibility_custom_action_16 0x7f080027
+int id accessibility_custom_action_17 0x7f080028
+int id accessibility_custom_action_18 0x7f080029
+int id accessibility_custom_action_19 0x7f08002a
+int id accessibility_custom_action_2 0x7f08002b
+int id accessibility_custom_action_20 0x7f08002c
+int id accessibility_custom_action_21 0x7f08002d
+int id accessibility_custom_action_22 0x7f08002e
+int id accessibility_custom_action_23 0x7f08002f
+int id accessibility_custom_action_24 0x7f080030
+int id accessibility_custom_action_25 0x7f080031
+int id accessibility_custom_action_26 0x7f080032
+int id accessibility_custom_action_27 0x7f080033
+int id accessibility_custom_action_28 0x7f080034
+int id accessibility_custom_action_29 0x7f080035
+int id accessibility_custom_action_3 0x7f080036
+int id accessibility_custom_action_30 0x7f080037
+int id accessibility_custom_action_31 0x7f080038
+int id accessibility_custom_action_4 0x7f080039
+int id accessibility_custom_action_5 0x7f08003a
+int id accessibility_custom_action_6 0x7f08003b
+int id accessibility_custom_action_7 0x7f08003c
+int id accessibility_custom_action_8 0x7f08003d
+int id accessibility_custom_action_9 0x7f08003e
+int id actionDown 0x7f08003f
+int id actionDownUp 0x7f080040
+int id actionUp 0x7f080041
+int id action_FirstFragment_to_SecondFragment 0x7f080042
+int id action_SecondFragment_to_FirstFragment 0x7f080043
+int id action_bar 0x7f080044
+int id action_bar_activity_content 0x7f080045
+int id action_bar_container 0x7f080046
+int id action_bar_root 0x7f080047
+int id action_bar_spinner 0x7f080048
+int id action_bar_subtitle 0x7f080049
+int id action_bar_title 0x7f08004a
+int id action_container 0x7f08004b
+int id action_context_bar 0x7f08004c
+int id action_divider 0x7f08004d
+int id action_image 0x7f08004e
+int id action_menu_divider 0x7f08004f
+int id action_menu_presenter 0x7f080050
+int id action_mode_bar 0x7f080051
+int id action_mode_bar_stub 0x7f080052
+int id action_mode_close_button 0x7f080053
+int id action_text 0x7f080054
+int id actions 0x7f080055
+int id activity_chooser_view_content 0x7f080056
+int id add 0x7f080057
+int id alertTitle 0x7f080058
+int id aligned 0x7f080059
+int id all 0x7f08005a
+int id allStates 0x7f08005b
+int id always 0x7f08005c
+int id animateToEnd 0x7f08005d
+int id animateToStart 0x7f08005e
+int id antiClockwise 0x7f08005f
+int id anticipate 0x7f080060
+int id arc 0x7f080061
+int id asConfigured 0x7f080062
+int id async 0x7f080063
+int id auto 0x7f080064
+int id autoComplete 0x7f080065
+int id autoCompleteToEnd 0x7f080066
+int id autoCompleteToStart 0x7f080067
+int id barrier 0x7f080068
+int id baseline 0x7f080069
+int id beginOnFirstDraw 0x7f08006a
+int id beginning 0x7f08006b
+int id bestChoice 0x7f08006c
+int id blocking 0x7f08006d
+int id bottom 0x7f08006e
+int id bounce 0x7f08006f
+int id bounceBoth 0x7f080070
+int id bounceEnd 0x7f080071
+int id bounceStart 0x7f080072
+int id btn0 0x7f080073
+int id btn00 0x7f080074
+int id btn1 0x7f080075
+int id btn2 0x7f080076
+int id btn3 0x7f080077
+int id btn4 0x7f080078
+int id btn5 0x7f080079
+int id btn6 0x7f08007a
+int id btn7 0x7f08007b
+int id btn8 0x7f08007c
+int id btn9 0x7f08007d
+int id btnAdd 0x7f08007e
+int id btnBack 0x7f08007f
+int id btnClear 0x7f080080
+int id btnCos 0x7f080081
+int id btnDecimal 0x7f080082
+int id btnDivide 0x7f080083
+int id btnE 0x7f080084
+int id btnEPowerx 0x7f080085
+int id btnEndBkt 0x7f080086
+int id btnEqual 0x7f080087
+int id btnGraph 0x7f080088
+int id btnHistory 0x7f080089
+int id btnHome 0x7f08008a
+int id btnInverseCos 0x7f08008b
+int id btnInverseSin 0x7f08008c
+int id btnInversetan 0x7f08008d
+int id btnLog 0x7f08008e
+int id btnMatrix 0x7f08008f
+int id btnMinus 0x7f080090
+int id btnModx 0x7f080091
+int id btnMultiply 0x7f080092
+int id btnOpenBkt 0x7f080093
+int id btnPi 0x7f080094
+int id btnRotate 0x7f080095
+int id btnSin 0x7f080096
+int id btnSqrt 0x7f080097
+int id btnSquarex 0x7f080098
+int id btnTan 0x7f080099
+int id btnThemeConverter 0x7f08009a
+int id btnUnitConverter 0x7f08009b
+int id btnXPowerY 0x7f08009c
+int id buttonPanel 0x7f08009d
+int id button_first 0x7f08009e
+int id button_second 0x7f08009f
+int id cache_measures 0x7f0800a0
+int id callMeasure 0x7f0800a1
+int id cancel_button 0x7f0800a2
+int id carryVelocity 0x7f0800a3
+int id center 0x7f0800a4
+int id centerCrop 0x7f0800a5
+int id centerInside 0x7f0800a6
+int id center_horizontal 0x7f0800a7
+int id center_vertical 0x7f0800a8
+int id chain 0x7f0800a9
+int id chain2 0x7f0800aa
+int id chains 0x7f0800ab
+int id checkbox 0x7f0800ac
+int id checked 0x7f0800ad
+int id chip 0x7f0800ae
+int id chip1 0x7f0800af
+int id chip2 0x7f0800b0
+int id chip3 0x7f0800b1
+int id chip_group 0x7f0800b2
+int id chronometer 0x7f0800b3
+int id circle_center 0x7f0800b4
+int id clear_text 0x7f0800b5
+int id clip_horizontal 0x7f0800b6
+int id clip_vertical 0x7f0800b7
+int id clockwise 0x7f0800b8
+int id closest 0x7f0800b9
+int id collapseActionView 0x7f0800ba
+int id compress 0x7f0800bb
+int id confirm_button 0x7f0800bc
+int id constraint 0x7f0800bd
+int id container 0x7f0800be
+int id content 0x7f0800bf
+int id contentPanel 0x7f0800c0
+int id contiguous 0x7f0800c1
+int id continuousVelocity 0x7f0800c2
+int id coordinator 0x7f0800c3
+int id cos 0x7f0800c4
+int id counterclockwise 0x7f0800c5
+int id currentState 0x7f0800c6
+int id custom 0x7f0800c7
+int id customPanel 0x7f0800c8
+int id cut 0x7f0800c9
+int id date_picker_actions 0x7f0800ca
+int id decelerate 0x7f0800cb
+int id decelerateAndComplete 0x7f0800cc
+int id decor_content_parent 0x7f0800cd
+int id default_activity_button 0x7f0800ce
+int id deltaRelative 0x7f0800cf
+int id dependency_ordering 0x7f0800d0
+int id design_bottom_sheet 0x7f0800d1
+int id design_menu_item_action_area 0x7f0800d2
+int id design_menu_item_action_area_stub 0x7f0800d3
+int id design_menu_item_text 0x7f0800d4
+int id design_navigation_view 0x7f0800d5
+int id dialog_button 0x7f0800d6
+int id dimensions 0x7f0800d7
+int id direct 0x7f0800d8
+int id disableHome 0x7f0800d9
+int id disableIntraAutoTransition 0x7f0800da
+int id disablePostScroll 0x7f0800db
+int id disableScroll 0x7f0800dc
+int id disjoint 0x7f0800dd
+int id dragAnticlockwise 0x7f0800de
+int id dragClockwise 0x7f0800df
+int id dragDown 0x7f0800e0
+int id dragEnd 0x7f0800e1
+int id dragLeft 0x7f0800e2
+int id dragRight 0x7f0800e3
+int id dragStart 0x7f0800e4
+int id dragUp 0x7f0800e5
+int id drawerLayout 0x7f0800e6
+int id dropdown_editable 0x7f0800e7
+int id dropdown_menu 0x7f0800e8
+int id dropdown_noneditable 0x7f0800e9
+int id dtor 0x7f0800ea
+int id easeIn 0x7f0800eb
+int id easeInOut 0x7f0800ec
+int id easeOut 0x7f0800ed
+int id east 0x7f0800ee
+int id edit_query 0x7f0800ef
+int id edittext_dropdown_editable 0x7f0800f0
+int id edittext_dropdown_noneditable 0x7f0800f1
+int id elastic 0x7f0800f2
+int id end 0x7f0800f3
+int id endToStart 0x7f0800f4
+int id enterAlways 0x7f0800f5
+int id enterAlwaysCollapsed 0x7f0800f6
+int id exitUntilCollapsed 0x7f0800f7
+int id expand_activities_button 0x7f0800f8
+int id expanded_menu 0x7f0800f9
+int id fade 0x7f0800fa
+int id fill 0x7f0800fb
+int id fill_horizontal 0x7f0800fc
+int id fill_vertical 0x7f0800fd
+int id filled 0x7f0800fe
+int id fitCenter 0x7f0800ff
+int id fitEnd 0x7f080100
+int id fitStart 0x7f080101
+int id fitToContents 0x7f080102
+int id fitXY 0x7f080103
+int id fixed 0x7f080104
+int id flip 0x7f080105
+int id floating 0x7f080106
+int id foottom 0x7f080107
+int id forever 0x7f080108
+int id fragment_container_view_tag 0x7f080109
+int id frost 0x7f08010a
+int id fullscreen_header 0x7f08010b
+int id ghost_view 0x7f08010c
+int id ghost_view_holder 0x7f08010d
+int id give_us_a_review_landmine_button 0x7f08010e
+int id give_us_a_review_landmine_main_layout 0x7f08010f
+int id give_us_a_review_landmine_text_1 0x7f080110
+int id give_us_a_review_landmine_text_2 0x7f080111
+int id gone 0x7f080112
+int id graph 0x7f080113
+int id graph_Cubex 0x7f080114
+int id graph_Sqrtx 0x7f080115
+int id graph_SquareX 0x7f080116
+int id graph_wrap 0x7f080117
+int id graph_x 0x7f080118
+int id group_divider 0x7f080119
+int id grouping 0x7f08011a
+int id groups 0x7f08011b
+int id guideline 0x7f08011c
+int id header_title 0x7f08011d
+int id hideable 0x7f08011e
+int id home 0x7f08011f
+int id homeAsUp 0x7f080120
+int id honorRequest 0x7f080121
+int id horizontal_only 0x7f080122
+int id icon 0x7f080123
+int id icon_group 0x7f080124
+int id ifRoom 0x7f080125
+int id ignore 0x7f080126
+int id ignoreRequest 0x7f080127
+int id image 0x7f080128
+int id immediateStop 0x7f080129
+int id included 0x7f08012a
+int id info 0x7f08012b
+int id invisible 0x7f08012c
+int id inward 0x7f08012d
+int id italic 0x7f08012e
+int id item1 0x7f08012f
+int id item2 0x7f080130
+int id item3 0x7f080131
+int id item4 0x7f080132
+int id item_touch_helper_previous_elevation 0x7f080133
+int id jumpToEnd 0x7f080134
+int id jumpToStart 0x7f080135
+int id kmphtomps 0x7f080136
+int id kmtomile 0x7f080137
+int id labeled 0x7f080138
+int id layout 0x7f080139
+int id left 0x7f08013a
+int id leftToRight 0x7f08013b
+int id legacy 0x7f08013c
+int id line1 0x7f08013d
+int id line3 0x7f08013e
+int id linear 0x7f08013f
+int id listMode 0x7f080140
+int id list_item 0x7f080141
+int id masked 0x7f080142
+int id match_constraint 0x7f080143
+int id match_parent 0x7f080144
+int id material_clock_display 0x7f080145
+int id material_clock_face 0x7f080146
+int id material_clock_hand 0x7f080147
+int id material_clock_period_am_button 0x7f080148
+int id material_clock_period_pm_button 0x7f080149
+int id material_clock_period_toggle 0x7f08014a
+int id material_hour_text_input 0x7f08014b
+int id material_hour_tv 0x7f08014c
+int id material_label 0x7f08014d
+int id material_minute_text_input 0x7f08014e
+int id material_minute_tv 0x7f08014f
+int id material_textinput_timepicker 0x7f080150
+int id material_timepicker_cancel_button 0x7f080151
+int id material_timepicker_container 0x7f080152
+int id material_timepicker_edit_text 0x7f080153
+int id material_timepicker_mode_button 0x7f080154
+int id material_timepicker_ok_button 0x7f080155
+int id material_timepicker_view 0x7f080156
+int id material_value_index 0x7f080157
+int id matrix 0x7f080158
+int id message 0x7f080159
+int id middle 0x7f08015a
+int id miletokm 0x7f08015b
+int id mini 0x7f08015c
+int id month_grid 0x7f08015d
+int id month_navigation_bar 0x7f08015e
+int id month_navigation_fragment_toggle 0x7f08015f
+int id month_navigation_next 0x7f080160
+int id month_navigation_previous 0x7f080161
+int id month_title 0x7f080162
+int id motion_base 0x7f080163
+int id mpstokmph 0x7f080164
+int id mtofoot 0x7f080165
+int id mtrl_anchor_parent 0x7f080166
+int id mtrl_calendar_day_selector_frame 0x7f080167
+int id mtrl_calendar_days_of_week 0x7f080168
+int id mtrl_calendar_frame 0x7f080169
+int id mtrl_calendar_main_pane 0x7f08016a
+int id mtrl_calendar_months 0x7f08016b
+int id mtrl_calendar_selection_frame 0x7f08016c
+int id mtrl_calendar_text_input_frame 0x7f08016d
+int id mtrl_calendar_year_selector_frame 0x7f08016e
+int id mtrl_card_checked_layer_id 0x7f08016f
+int id mtrl_child_content_container 0x7f080170
+int id mtrl_internal_children_alpha_tag 0x7f080171
+int id mtrl_motion_snapshot_view 0x7f080172
+int id mtrl_picker_fullscreen 0x7f080173
+int id mtrl_picker_header 0x7f080174
+int id mtrl_picker_header_selection_text 0x7f080175
+int id mtrl_picker_header_title_and_selection 0x7f080176
+int id mtrl_picker_header_toggle 0x7f080177
+int id mtrl_picker_text_input_date 0x7f080178
+int id mtrl_picker_text_input_range_end 0x7f080179
+int id mtrl_picker_text_input_range_start 0x7f08017a
+int id mtrl_picker_title_text 0x7f08017b
+int id mtrl_view_tag_bottom_padding 0x7f08017c
+int id multiply 0x7f08017d
+int id nav_controller_view_tag 0x7f08017e
+int id nav_graph 0x7f08017f
+int id nav_host_fragment_container 0x7f080180
+int id nav_host_fragment_content_main 0x7f080181
+int id nav_view 0x7f080182
+int id navigation_bar_item_active_indicator_view 0x7f080183
+int id navigation_bar_item_icon_container 0x7f080184
+int id navigation_bar_item_icon_view 0x7f080185
+int id navigation_bar_item_labels_group 0x7f080186
+int id navigation_bar_item_large_label_view 0x7f080187
+int id navigation_bar_item_small_label_view 0x7f080188
+int id navigation_header_container 0x7f080189
+int id never 0x7f08018a
+int id neverCompleteToEnd 0x7f08018b
+int id neverCompleteToStart 0x7f08018c
+int id noScroll 0x7f08018d
+int id noState 0x7f08018e
+int id none 0x7f08018f
+int id normal 0x7f080190
+int id north 0x7f080191
+int id notification_background 0x7f080192
+int id notification_main_column 0x7f080193
+int id notification_main_column_container 0x7f080194
+int id off 0x7f080195
+int id on 0x7f080196
+int id onInterceptTouchReturnSwipe 0x7f080197
+int id outline 0x7f080198
+int id outward 0x7f080199
+int id overshoot 0x7f08019a
+int id packed 0x7f08019b
+int id parallax 0x7f08019c
+int id parent 0x7f08019d
+int id parentPanel 0x7f08019e
+int id parentRelative 0x7f08019f
+int id parent_matrix 0x7f0801a0
+int id password_toggle 0x7f0801a1
+int id path 0x7f0801a2
+int id pathRelative 0x7f0801a3
+int id peekHeight 0x7f0801a4
+int id percent 0x7f0801a5
+int id pin 0x7f0801a6
+int id position 0x7f0801a7
+int id postLayout 0x7f0801a8
+int id progress_circular 0x7f0801a9
+int id progress_horizontal 0x7f0801aa
+int id radio 0x7f0801ab
+int id ratio 0x7f0801ac
+int id rectangles 0x7f0801ad
+int id reverseSawtooth 0x7f0801ae
+int id right 0x7f0801af
+int id rightToLeft 0x7f0801b0
+int id right_icon 0x7f0801b1
+int id right_side 0x7f0801b2
+int id rounded 0x7f0801b3
+int id row_index_key 0x7f0801b4
+int id rtod 0x7f0801b5
+int id save_non_transition_alpha 0x7f0801b6
+int id save_overlay_view 0x7f0801b7
+int id sawtooth 0x7f0801b8
+int id scale 0x7f0801b9
+int id screen 0x7f0801ba
+int id scroll 0x7f0801bb
+int id scrollIndicatorDown 0x7f0801bc
+int id scrollIndicatorUp 0x7f0801bd
+int id scrollView 0x7f0801be
+int id scrollable 0x7f0801bf
+int id search_badge 0x7f0801c0
+int id search_bar 0x7f0801c1
+int id search_button 0x7f0801c2
+int id search_close_btn 0x7f0801c3
+int id search_edit_frame 0x7f0801c4
+int id search_go_btn 0x7f0801c5
+int id search_mag_icon 0x7f0801c6
+int id search_plate 0x7f0801c7
+int id search_src_text 0x7f0801c8
+int id search_voice_btn 0x7f0801c9
+int id select_dialog_listview 0x7f0801ca
+int id selected 0x7f0801cb
+int id selection_type 0x7f0801cc
+int id sharedValueSet 0x7f0801cd
+int id sharedValueUnset 0x7f0801ce
+int id shortcut 0x7f0801cf
+int id showCustom 0x7f0801d0
+int id showHome 0x7f0801d1
+int id showTitle 0x7f0801d2
+int id sin 0x7f0801d3
+int id skipCollapsed 0x7f0801d4
+int id skipped 0x7f0801d5
+int id slide 0x7f0801d6
+int id snackbar_action 0x7f0801d7
+int id snackbar_text 0x7f0801d8
+int id snap 0x7f0801d9
+int id snapMargins 0x7f0801da
+int id south 0x7f0801db
+int id spacer 0x7f0801dc
+int id special_effects_controller_view_tag 0x7f0801dd
+int id splash_icon 0x7f0801de
+int id spline 0x7f0801df
+int id split_action_bar 0x7f0801e0
+int id spread 0x7f0801e1
+int id spread_inside 0x7f0801e2
+int id spring 0x7f0801e3
+int id square 0x7f0801e4
+int id src_atop 0x7f0801e5
+int id src_in 0x7f0801e6
+int id src_over 0x7f0801e7
+int id standard 0x7f0801e8
+int id start 0x7f0801e9
+int id startHorizontal 0x7f0801ea
+int id startToEnd 0x7f0801eb
+int id startVertical 0x7f0801ec
+int id staticLayout 0x7f0801ed
+int id staticPostLayout 0x7f0801ee
+int id stop 0x7f0801ef
+int id stretch 0x7f0801f0
+int id submenuarrow 0x7f0801f1
+int id submit_area 0x7f0801f2
+int id supportScrollUp 0x7f0801f3
+int id tabMode 0x7f0801f4
+int id tag_accessibility_actions 0x7f0801f5
+int id tag_accessibility_clickable_spans 0x7f0801f6
+int id tag_accessibility_heading 0x7f0801f7
+int id tag_accessibility_pane_title 0x7f0801f8
+int id tag_on_apply_window_listener 0x7f0801f9
+int id tag_on_receive_content_listener 0x7f0801fa
+int id tag_on_receive_content_mime_types 0x7f0801fb
+int id tag_screen_reader_focusable 0x7f0801fc
+int id tag_state_description 0x7f0801fd
+int id tag_transition_group 0x7f0801fe
+int id tag_unhandled_key_event_manager 0x7f0801ff
+int id tag_unhandled_key_listeners 0x7f080200
+int id tag_window_insets_animation_callback 0x7f080201
+int id test_checkbox_android_button_tint 0x7f080202
+int id test_checkbox_app_button_tint 0x7f080203
+int id test_radiobutton_android_button_tint 0x7f080204
+int id test_radiobutton_app_button_tint 0x7f080205
+int id text 0x7f080206
+int id text2 0x7f080207
+int id textEnd 0x7f080208
+int id textSpacerNoButtons 0x7f080209
+int id textSpacerNoTitle 0x7f08020a
+int id textStart 0x7f08020b
+int id textTop 0x7f08020c
+int id text_input_end_icon 0x7f08020d
+int id text_input_error_icon 0x7f08020e
+int id text_input_start_icon 0x7f08020f
+int id textinput_counter 0x7f080210
+int id textinput_error 0x7f080211
+int id textinput_helper_text 0x7f080212
+int id textinput_placeholder 0x7f080213
+int id textinput_prefix_text 0x7f080214
+int id textinput_suffix_text 0x7f080215
+int id textview_first 0x7f080216
+int id textview_second 0x7f080217
+int id time 0x7f080218
+int id title 0x7f080219
+int id titleDividerNoCustom 0x7f08021a
+int id title_template 0x7f08021b
+int id toggle 0x7f08021c
+int id top 0x7f08021d
+int id topPanel 0x7f08021e
+int id touch_outside 0x7f08021f
+int id transitionToEnd 0x7f080220
+int id transitionToStart 0x7f080221
+int id transition_current_scene 0x7f080222
+int id transition_layout_save 0x7f080223
+int id transition_position 0x7f080224
+int id transition_scene_layoutid_cache 0x7f080225
+int id transition_transform 0x7f080226
+int id triangle 0x7f080227
+int id tvInput 0x7f080228
+int id tvResult 0x7f080229
+int id unchecked 0x7f08022a
+int id uniform 0x7f08022b
+int id unit_degree 0x7f08022c
+int id unit_input 0x7f08022d
+int id unit_length 0x7f08022e
+int id unit_output 0x7f08022f
+int id unit_speed 0x7f080230
+int id unit_temp 0x7f080231
+int id unlabeled 0x7f080232
+int id up 0x7f080233
+int id useLogo 0x7f080234
+int id value 0x7f080235
+int id vertical_only 0x7f080236
+int id view_offset_helper 0x7f080237
+int id view_transition 0x7f080238
+int id view_tree_lifecycle_owner 0x7f080239
+int id view_tree_saved_state_registry_owner 0x7f08023a
+int id view_tree_view_model_store_owner 0x7f08023b
+int id visible 0x7f08023c
+int id visible_removing_fragment_view_tag 0x7f08023d
+int id west 0x7f08023e
+int id withText 0x7f08023f
+int id withinBounds 0x7f080240
+int id wrap 0x7f080241
+int id wrap_content 0x7f080242
+int id wrap_content_constrained 0x7f080243
+int id x_left 0x7f080244
+int id x_right 0x7f080245
+int id zero_corner_chip 0x7f080246
+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_navAnimTime 0x7f090005
+int integer config_tooltipAnimTime 0x7f090006
+int integer design_snackbar_text_max_lines 0x7f090007
+int integer design_tab_indicator_anim_duration_ms 0x7f090008
+int integer hide_password_duration 0x7f090009
+int integer m3_btn_anim_delay_ms 0x7f09000a
+int integer m3_btn_anim_duration_ms 0x7f09000b
+int integer m3_card_anim_delay_ms 0x7f09000c
+int integer m3_card_anim_duration_ms 0x7f09000d
+int integer m3_chip_anim_duration 0x7f09000e
+int integer m3_sys_motion_duration_100 0x7f09000f
+int integer m3_sys_motion_duration_1000 0x7f090010
+int integer m3_sys_motion_duration_150 0x7f090011
+int integer m3_sys_motion_duration_200 0x7f090012
+int integer m3_sys_motion_duration_250 0x7f090013
+int integer m3_sys_motion_duration_300 0x7f090014
+int integer m3_sys_motion_duration_350 0x7f090015
+int integer m3_sys_motion_duration_400 0x7f090016
+int integer m3_sys_motion_duration_450 0x7f090017
+int integer m3_sys_motion_duration_50 0x7f090018
+int integer m3_sys_motion_duration_500 0x7f090019
+int integer m3_sys_motion_duration_550 0x7f09001a
+int integer m3_sys_motion_duration_600 0x7f09001b
+int integer m3_sys_motion_duration_700 0x7f09001c
+int integer m3_sys_motion_duration_800 0x7f09001d
+int integer m3_sys_motion_duration_900 0x7f09001e
+int integer m3_sys_motion_path 0x7f09001f
+int integer material_motion_duration_long_1 0x7f090020
+int integer material_motion_duration_long_2 0x7f090021
+int integer material_motion_duration_medium_1 0x7f090022
+int integer material_motion_duration_medium_2 0x7f090023
+int integer material_motion_duration_short_1 0x7f090024
+int integer material_motion_duration_short_2 0x7f090025
+int integer material_motion_path 0x7f090026
+int integer mtrl_badge_max_character_count 0x7f090027
+int integer mtrl_btn_anim_delay_ms 0x7f090028
+int integer mtrl_btn_anim_duration_ms 0x7f090029
+int integer mtrl_calendar_header_orientation 0x7f09002a
+int integer mtrl_calendar_selection_text_lines 0x7f09002b
+int integer mtrl_calendar_year_selector_span 0x7f09002c
+int integer mtrl_card_anim_delay_ms 0x7f09002d
+int integer mtrl_card_anim_duration_ms 0x7f09002e
+int integer mtrl_chip_anim_duration 0x7f09002f
+int integer mtrl_tab_indicator_anim_duration_ms 0x7f090030
+int integer mtrl_view_gone 0x7f090031
+int integer mtrl_view_invisible 0x7f090032
+int integer mtrl_view_visible 0x7f090033
+int integer show_password_duration 0x7f090034
+int integer status_bar_notification_info_maxnum 0x7f090035
+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 mtrl_fast_out_linear_in 0x7f0a0007
+int interpolator mtrl_fast_out_slow_in 0x7f0a0008
+int interpolator mtrl_linear 0x7f0a0009
+int interpolator mtrl_linear_out_slow_in 0x7f0a000a
+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_graph 0x7f0b001c
+int layout activity_graph_light 0x7f0b001d
+int layout activity_main 0x7f0b001e
+int layout activity_main_light 0x7f0b001f
+int layout activity_plotting_graph 0x7f0b0020
+int layout activity_splash_screen 0x7f0b0021
+int layout activity_unit_converter 0x7f0b0022
+int layout activity_unit_converter_light 0x7f0b0023
+int layout content_main 0x7f0b0024
+int layout custom_dialog 0x7f0b0025
+int layout design_bottom_navigation_item 0x7f0b0026
+int layout design_bottom_sheet_dialog 0x7f0b0027
+int layout design_layout_snackbar 0x7f0b0028
+int layout design_layout_snackbar_include 0x7f0b0029
+int layout design_layout_tab_icon 0x7f0b002a
+int layout design_layout_tab_text 0x7f0b002b
+int layout design_menu_item_action_area 0x7f0b002c
+int layout design_navigation_item 0x7f0b002d
+int layout design_navigation_item_header 0x7f0b002e
+int layout design_navigation_item_separator 0x7f0b002f
+int layout design_navigation_item_subheader 0x7f0b0030
+int layout design_navigation_menu 0x7f0b0031
+int layout design_navigation_menu_item 0x7f0b0032
+int layout design_text_input_end_icon 0x7f0b0033
+int layout design_text_input_start_icon 0x7f0b0034
+int layout dp_example 0x7f0b0035
+int layout fragment_first 0x7f0b0036
+int layout fragment_second 0x7f0b0037
+int layout m3_alert_dialog 0x7f0b0038
+int layout m3_alert_dialog_actions 0x7f0b0039
+int layout m3_alert_dialog_title 0x7f0b003a
+int layout m3_auto_complete_simple_item 0x7f0b003b
+int layout material_chip_input_combo 0x7f0b003c
+int layout material_clock_display 0x7f0b003d
+int layout material_clock_display_divider 0x7f0b003e
+int layout material_clock_period_toggle 0x7f0b003f
+int layout material_clock_period_toggle_land 0x7f0b0040
+int layout material_clockface_textview 0x7f0b0041
+int layout material_clockface_view 0x7f0b0042
+int layout material_radial_view_group 0x7f0b0043
+int layout material_textinput_timepicker 0x7f0b0044
+int layout material_time_chip 0x7f0b0045
+int layout material_time_input 0x7f0b0046
+int layout material_timepicker 0x7f0b0047
+int layout material_timepicker_dialog 0x7f0b0048
+int layout material_timepicker_textinput_display 0x7f0b0049
+int layout mtrl_alert_dialog 0x7f0b004a
+int layout mtrl_alert_dialog_actions 0x7f0b004b
+int layout mtrl_alert_dialog_title 0x7f0b004c
+int layout mtrl_alert_select_dialog_item 0x7f0b004d
+int layout mtrl_alert_select_dialog_multichoice 0x7f0b004e
+int layout mtrl_alert_select_dialog_singlechoice 0x7f0b004f
+int layout mtrl_auto_complete_simple_item 0x7f0b0050
+int layout mtrl_calendar_day 0x7f0b0051
+int layout mtrl_calendar_day_of_week 0x7f0b0052
+int layout mtrl_calendar_days_of_week 0x7f0b0053
+int layout mtrl_calendar_horizontal 0x7f0b0054
+int layout mtrl_calendar_month 0x7f0b0055
+int layout mtrl_calendar_month_labeled 0x7f0b0056
+int layout mtrl_calendar_month_navigation 0x7f0b0057
+int layout mtrl_calendar_months 0x7f0b0058
+int layout mtrl_calendar_vertical 0x7f0b0059
+int layout mtrl_calendar_year 0x7f0b005a
+int layout mtrl_layout_snackbar 0x7f0b005b
+int layout mtrl_layout_snackbar_include 0x7f0b005c
+int layout mtrl_navigation_rail_item 0x7f0b005d
+int layout mtrl_picker_actions 0x7f0b005e
+int layout mtrl_picker_dialog 0x7f0b005f
+int layout mtrl_picker_fullscreen 0x7f0b0060
+int layout mtrl_picker_header_dialog 0x7f0b0061
+int layout mtrl_picker_header_fullscreen 0x7f0b0062
+int layout mtrl_picker_header_selection_text 0x7f0b0063
+int layout mtrl_picker_header_title_text 0x7f0b0064
+int layout mtrl_picker_header_toggle 0x7f0b0065
+int layout mtrl_picker_text_input_date 0x7f0b0066
+int layout mtrl_picker_text_input_date_range 0x7f0b0067
+int layout notification_action 0x7f0b0068
+int layout notification_action_tombstone 0x7f0b0069
+int layout notification_template_custom_big 0x7f0b006a
+int layout notification_template_icon_group 0x7f0b006b
+int layout notification_template_part_chronometer 0x7f0b006c
+int layout notification_template_part_time 0x7f0b006d
+int layout sdp_example 0x7f0b006e
+int layout select_dialog_item_material 0x7f0b006f
+int layout select_dialog_multichoice_material 0x7f0b0070
+int layout select_dialog_singlechoice_material 0x7f0b0071
+int layout sp_example 0x7f0b0072
+int layout ssp_example 0x7f0b0073
+int layout support_simple_spinner_dropdown_item 0x7f0b0074
+int layout test_action_chip 0x7f0b0075
+int layout test_chip_zero_corner_radius 0x7f0b0076
+int layout test_design_checkbox 0x7f0b0077
+int layout test_design_radiobutton 0x7f0b0078
+int layout test_exposed_dropdown_menu 0x7f0b0079
+int layout test_navigation_bar_item_layout 0x7f0b007a
+int layout test_reflow_chipgroup 0x7f0b007b
+int layout test_toolbar 0x7f0b007c
+int layout test_toolbar_custom_background 0x7f0b007d
+int layout test_toolbar_elevation 0x7f0b007e
+int layout test_toolbar_surface 0x7f0b007f
+int layout text_view_with_line_height_from_appearance 0x7f0b0080
+int layout text_view_with_line_height_from_layout 0x7f0b0081
+int layout text_view_with_line_height_from_style 0x7f0b0082
+int layout text_view_with_theme_line_height 0x7f0b0083
+int layout text_view_without_line_height 0x7f0b0084
+int menu example_menu 0x7f0c0000
+int menu example_menu2 0x7f0c0001
+int menu nav_menu_unit_converter 0x7f0c0002
+int mipmap ic_launcher 0x7f0d0000
+int mipmap ic_launcher_calculator 0x7f0d0001
+int mipmap ic_launcher_calculator_foreground 0x7f0d0002
+int mipmap ic_launcher_calculator_round 0x7f0d0003
+int mipmap ic_launcher_round 0x7f0d0004
+int navigation nav_graph 0x7f0e0000
+int plurals mtrl_badge_content_description 0x7f0f0000
+int string abc_action_bar_home_description 0x7f100000
+int string abc_action_bar_up_description 0x7f100001
+int string abc_action_menu_overflow_description 0x7f100002
+int string abc_action_mode_done 0x7f100003
+int string abc_activity_chooser_view_see_all 0x7f100004
+int string abc_activitychooserview_choose_application 0x7f100005
+int string abc_capital_off 0x7f100006
+int string abc_capital_on 0x7f100007
+int string abc_menu_alt_shortcut_label 0x7f100008
+int string abc_menu_ctrl_shortcut_label 0x7f100009
+int string abc_menu_delete_shortcut_label 0x7f10000a
+int string abc_menu_enter_shortcut_label 0x7f10000b
+int string abc_menu_function_shortcut_label 0x7f10000c
+int string abc_menu_meta_shortcut_label 0x7f10000d
+int string abc_menu_shift_shortcut_label 0x7f10000e
+int string abc_menu_space_shortcut_label 0x7f10000f
+int string abc_menu_sym_shortcut_label 0x7f100010
+int string abc_prepend_shortcut_label 0x7f100011
+int string abc_search_hint 0x7f100012
+int string abc_searchview_description_clear 0x7f100013
+int string abc_searchview_description_query 0x7f100014
+int string abc_searchview_description_search 0x7f100015
+int string abc_searchview_description_submit 0x7f100016
+int string abc_searchview_description_voice 0x7f100017
+int string abc_shareactionprovider_share_with 0x7f100018
+int string abc_shareactionprovider_share_with_application 0x7f100019
+int string abc_toolbar_collapse_description 0x7f10001a
+int string androidx_startup 0x7f10001b
+int string app_name 0x7f10001c
+int string appbar_scrolling_view_behavior 0x7f10001d
+int string bottom_sheet_behavior 0x7f10001e
+int string bottomsheet_action_expand_halfway 0x7f10001f
+int string character_counter_content_description 0x7f100020
+int string character_counter_overflowed_content_description 0x7f100021
+int string character_counter_pattern 0x7f100022
+int string chip_text 0x7f100023
+int string clear_text_end_icon_content_description 0x7f100024
+int string close 0x7f100025
+int string error_icon_content_description 0x7f100026
+int string exposed_dropdown_menu_content_description 0x7f100027
+int string fab_transformation_scrim_behavior 0x7f100028
+int string fab_transformation_sheet_behavior 0x7f100029
+int string first_fragment_label 0x7f10002a
+int string hello_first_fragment 0x7f10002b
+int string hello_second_fragment 0x7f10002c
+int string hide_bottom_view_on_scroll_behavior 0x7f10002d
+int string icon_content_description 0x7f10002e
+int string item_view_role_description 0x7f10002f
+int string label 0x7f100030
+int string m3_ref_typeface_brand_medium 0x7f100031
+int string m3_ref_typeface_brand_regular 0x7f100032
+int string m3_ref_typeface_plain_medium 0x7f100033
+int string m3_ref_typeface_plain_regular 0x7f100034
+int string m3_sys_motion_easing_emphasized 0x7f100035
+int string m3_sys_motion_easing_emphasized_accelerate 0x7f100036
+int string m3_sys_motion_easing_emphasized_decelerate 0x7f100037
+int string m3_sys_motion_easing_emphasized_path_data 0x7f100038
+int string m3_sys_motion_easing_legacy 0x7f100039
+int string m3_sys_motion_easing_legacy_accelerate 0x7f10003a
+int string m3_sys_motion_easing_legacy_decelerate 0x7f10003b
+int string m3_sys_motion_easing_linear 0x7f10003c
+int string m3_sys_motion_easing_standard 0x7f10003d
+int string m3_sys_motion_easing_standard_accelerate 0x7f10003e
+int string m3_sys_motion_easing_standard_decelerate 0x7f10003f
+int string material_clock_display_divider 0x7f100040
+int string material_clock_toggle_content_description 0x7f100041
+int string material_hour_selection 0x7f100042
+int string material_hour_suffix 0x7f100043
+int string material_minute_selection 0x7f100044
+int string material_minute_suffix 0x7f100045
+int string material_motion_easing_accelerated 0x7f100046
+int string material_motion_easing_decelerated 0x7f100047
+int string material_motion_easing_emphasized 0x7f100048
+int string material_motion_easing_linear 0x7f100049
+int string material_motion_easing_standard 0x7f10004a
+int string material_slider_range_end 0x7f10004b
+int string material_slider_range_start 0x7f10004c
+int string material_timepicker_am 0x7f10004d
+int string material_timepicker_clock_mode_description 0x7f10004e
+int string material_timepicker_hour 0x7f10004f
+int string material_timepicker_minute 0x7f100050
+int string material_timepicker_pm 0x7f100051
+int string material_timepicker_select_time 0x7f100052
+int string material_timepicker_text_input_mode_description 0x7f100053
+int string mtrl_badge_numberless_content_description 0x7f100054
+int string mtrl_chip_close_icon_content_description 0x7f100055
+int string mtrl_exceed_max_badge_number_content_description 0x7f100056
+int string mtrl_exceed_max_badge_number_suffix 0x7f100057
+int string mtrl_picker_a11y_next_month 0x7f100058
+int string mtrl_picker_a11y_prev_month 0x7f100059
+int string mtrl_picker_announce_current_selection 0x7f10005a
+int string mtrl_picker_cancel 0x7f10005b
+int string mtrl_picker_confirm 0x7f10005c
+int string mtrl_picker_date_header_selected 0x7f10005d
+int string mtrl_picker_date_header_title 0x7f10005e
+int string mtrl_picker_date_header_unselected 0x7f10005f
+int string mtrl_picker_day_of_week_column_header 0x7f100060
+int string mtrl_picker_invalid_format 0x7f100061
+int string mtrl_picker_invalid_format_example 0x7f100062
+int string mtrl_picker_invalid_format_use 0x7f100063
+int string mtrl_picker_invalid_range 0x7f100064
+int string mtrl_picker_navigate_to_year_description 0x7f100065
+int string mtrl_picker_out_of_range 0x7f100066
+int string mtrl_picker_range_header_only_end_selected 0x7f100067
+int string mtrl_picker_range_header_only_start_selected 0x7f100068
+int string mtrl_picker_range_header_selected 0x7f100069
+int string mtrl_picker_range_header_title 0x7f10006a
+int string mtrl_picker_range_header_unselected 0x7f10006b
+int string mtrl_picker_save 0x7f10006c
+int string mtrl_picker_text_input_date_hint 0x7f10006d
+int string mtrl_picker_text_input_date_range_end_hint 0x7f10006e
+int string mtrl_picker_text_input_date_range_start_hint 0x7f10006f
+int string mtrl_picker_text_input_day_abbr 0x7f100070
+int string mtrl_picker_text_input_month_abbr 0x7f100071
+int string mtrl_picker_text_input_year_abbr 0x7f100072
+int string mtrl_picker_toggle_to_calendar_input_mode 0x7f100073
+int string mtrl_picker_toggle_to_day_selection 0x7f100074
+int string mtrl_picker_toggle_to_text_input_mode 0x7f100075
+int string mtrl_picker_toggle_to_year_selection 0x7f100076
+int string mtrl_timepicker_confirm 0x7f100077
+int string nav_app_bar_navigate_up_description 0x7f100078
+int string nav_app_bar_open_drawer_description 0x7f100079
+int string next 0x7f10007a
+int string open 0x7f10007b
+int string password_toggle_content_description 0x7f10007c
+int string path_password_eye 0x7f10007d
+int string path_password_eye_mask_strike_through 0x7f10007e
+int string path_password_eye_mask_visible 0x7f10007f
+int string path_password_strike_through 0x7f100080
+int string previous 0x7f100081
+int string search_menu_title 0x7f100082
+int string second_fragment_label 0x7f100083
+int string status_bar_notification_info_overflow 0x7f100084
+int string title_activity_main2 0x7f100085
+int style AlertDialog_AppCompat 0x7f110000
+int style AlertDialog_AppCompat_Light 0x7f110001
+int style AndroidThemeColorAccentYellow 0x7f110002
+int style Animation_AppCompat_Dialog 0x7f110003
+int style Animation_AppCompat_DropDownUp 0x7f110004
+int style Animation_AppCompat_Tooltip 0x7f110005
+int style Animation_Design_BottomSheetDialog 0x7f110006
+int style Animation_MaterialComponents_BottomSheetDialog 0x7f110007
+int style Base_AlertDialog_AppCompat 0x7f110008
+int style Base_AlertDialog_AppCompat_Light 0x7f110009
+int style Base_Animation_AppCompat_Dialog 0x7f11000a
+int style Base_Animation_AppCompat_DropDownUp 0x7f11000b
+int style Base_Animation_AppCompat_Tooltip 0x7f11000c
+int style Base_CardView 0x7f11000d
+int style Base_DialogWindowTitle_AppCompat 0x7f11000e
+int style Base_DialogWindowTitleBackground_AppCompat 0x7f11000f
+int style Base_MaterialAlertDialog_MaterialComponents_Title_Icon 0x7f110010
+int style Base_MaterialAlertDialog_MaterialComponents_Title_Panel 0x7f110011
+int style Base_MaterialAlertDialog_MaterialComponents_Title_Text 0x7f110012
+int style Base_TextAppearance_AppCompat 0x7f110013
+int style Base_TextAppearance_AppCompat_Body1 0x7f110014
+int style Base_TextAppearance_AppCompat_Body2 0x7f110015
+int style Base_TextAppearance_AppCompat_Button 0x7f110016
+int style Base_TextAppearance_AppCompat_Caption 0x7f110017
+int style Base_TextAppearance_AppCompat_Display1 0x7f110018
+int style Base_TextAppearance_AppCompat_Display2 0x7f110019
+int style Base_TextAppearance_AppCompat_Display3 0x7f11001a
+int style Base_TextAppearance_AppCompat_Display4 0x7f11001b
+int style Base_TextAppearance_AppCompat_Headline 0x7f11001c
+int style Base_TextAppearance_AppCompat_Inverse 0x7f11001d
+int style Base_TextAppearance_AppCompat_Large 0x7f11001e
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f11001f
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f110020
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f110021
+int style Base_TextAppearance_AppCompat_Medium 0x7f110022
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f110023
+int style Base_TextAppearance_AppCompat_Menu 0x7f110024
+int style Base_TextAppearance_AppCompat_SearchResult 0x7f110025
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f110026
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f110027
+int style Base_TextAppearance_AppCompat_Small 0x7f110028
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f110029
+int style Base_TextAppearance_AppCompat_Subhead 0x7f11002a
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f11002b
+int style Base_TextAppearance_AppCompat_Title 0x7f11002c
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f11002d
+int style Base_TextAppearance_AppCompat_Tooltip 0x7f11002e
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f11002f
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f110030
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f110031
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f110032
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f110033
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f110034
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f110035
+int style Base_TextAppearance_AppCompat_Widget_Button 0x7f110036
+int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f110037
+int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f110038
+int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f110039
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f11003a
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f11003b
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f11003c
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f11003d
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f11003e
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f11003f
+int style Base_TextAppearance_MaterialComponents_Badge 0x7f110040
+int style Base_TextAppearance_MaterialComponents_Button 0x7f110041
+int style Base_TextAppearance_MaterialComponents_Headline6 0x7f110042
+int style Base_TextAppearance_MaterialComponents_Subtitle2 0x7f110043
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f110044
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f110045
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f110046
+int style Base_Theme_AppCompat 0x7f110047
+int style Base_Theme_AppCompat_CompactMenu 0x7f110048
+int style Base_Theme_AppCompat_Dialog 0x7f110049
+int style Base_Theme_AppCompat_Dialog_Alert 0x7f11004a
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f11004b
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f11004c
+int style Base_Theme_AppCompat_DialogWhenLarge 0x7f11004d
+int style Base_Theme_AppCompat_Light 0x7f11004e
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f11004f
+int style Base_Theme_AppCompat_Light_Dialog 0x7f110050
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f110051
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f110052
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f110053
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f110054
+int style Base_Theme_Material3_Dark 0x7f110055
+int style Base_Theme_Material3_Dark_BottomSheetDialog 0x7f110056
+int style Base_Theme_Material3_Dark_Dialog 0x7f110057
+int style Base_Theme_Material3_Light 0x7f110058
+int style Base_Theme_Material3_Light_BottomSheetDialog 0x7f110059
+int style Base_Theme_Material3_Light_Dialog 0x7f11005a
+int style Base_Theme_MaterialComponents 0x7f11005b
+int style Base_Theme_MaterialComponents_Bridge 0x7f11005c
+int style Base_Theme_MaterialComponents_CompactMenu 0x7f11005d
+int style Base_Theme_MaterialComponents_Dialog 0x7f11005e
+int style Base_Theme_MaterialComponents_Dialog_Alert 0x7f11005f
+int style Base_Theme_MaterialComponents_Dialog_Bridge 0x7f110060
+int style Base_Theme_MaterialComponents_Dialog_FixedSize 0x7f110061
+int style Base_Theme_MaterialComponents_Dialog_MinWidth 0x7f110062
+int style Base_Theme_MaterialComponents_DialogWhenLarge 0x7f110063
+int style Base_Theme_MaterialComponents_Light 0x7f110064
+int style Base_Theme_MaterialComponents_Light_Bridge 0x7f110065
+int style Base_Theme_MaterialComponents_Light_DarkActionBar 0x7f110066
+int style Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x7f110067
+int style Base_Theme_MaterialComponents_Light_Dialog 0x7f110068
+int style Base_Theme_MaterialComponents_Light_Dialog_Alert 0x7f110069
+int style Base_Theme_MaterialComponents_Light_Dialog_Bridge 0x7f11006a
+int style Base_Theme_MaterialComponents_Light_Dialog_FixedSize 0x7f11006b
+int style Base_Theme_MaterialComponents_Light_Dialog_MinWidth 0x7f11006c
+int style Base_Theme_MaterialComponents_Light_DialogWhenLarge 0x7f11006d
+int style Base_ThemeOverlay_AppCompat 0x7f11006e
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f11006f
+int style Base_ThemeOverlay_AppCompat_Dark 0x7f110070
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f110071
+int style Base_ThemeOverlay_AppCompat_Dialog 0x7f110072
+int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f110073
+int style Base_ThemeOverlay_AppCompat_Light 0x7f110074
+int style Base_ThemeOverlay_Material3_AutoCompleteTextView 0x7f110075
+int style Base_ThemeOverlay_Material3_BottomSheetDialog 0x7f110076
+int style Base_ThemeOverlay_Material3_Dialog 0x7f110077
+int style Base_ThemeOverlay_Material3_TextInputEditText 0x7f110078
+int style Base_ThemeOverlay_MaterialComponents_Dialog 0x7f110079
+int style Base_ThemeOverlay_MaterialComponents_Dialog_Alert 0x7f11007a
+int style Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework 0x7f11007b
+int style Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework 0x7f11007c
+int style Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x7f11007d
+int style Base_V14_Theme_Material3_Dark 0x7f11007e
+int style Base_V14_Theme_Material3_Dark_BottomSheetDialog 0x7f11007f
+int style Base_V14_Theme_Material3_Dark_Dialog 0x7f110080
+int style Base_V14_Theme_Material3_Light 0x7f110081
+int style Base_V14_Theme_Material3_Light_BottomSheetDialog 0x7f110082
+int style Base_V14_Theme_Material3_Light_Dialog 0x7f110083
+int style Base_V14_Theme_MaterialComponents 0x7f110084
+int style Base_V14_Theme_MaterialComponents_Bridge 0x7f110085
+int style Base_V14_Theme_MaterialComponents_Dialog 0x7f110086
+int style Base_V14_Theme_MaterialComponents_Dialog_Bridge 0x7f110087
+int style Base_V14_Theme_MaterialComponents_Light 0x7f110088
+int style Base_V14_Theme_MaterialComponents_Light_Bridge 0x7f110089
+int style Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x7f11008a
+int style Base_V14_Theme_MaterialComponents_Light_Dialog 0x7f11008b
+int style Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge 0x7f11008c
+int style Base_V14_ThemeOverlay_Material3_BottomSheetDialog 0x7f11008d
+int style Base_V14_ThemeOverlay_MaterialComponents_BottomSheetDialog 0x7f11008e
+int style Base_V14_ThemeOverlay_MaterialComponents_Dialog 0x7f11008f
+int style Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert 0x7f110090
+int style Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x7f110091
+int style Base_V21_Theme_AppCompat 0x7f110092
+int style Base_V21_Theme_AppCompat_Dialog 0x7f110093
+int style Base_V21_Theme_AppCompat_Light 0x7f110094
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f110095
+int style Base_V21_Theme_MaterialComponents 0x7f110096
+int style Base_V21_Theme_MaterialComponents_Dialog 0x7f110097
+int style Base_V21_Theme_MaterialComponents_Light 0x7f110098
+int style Base_V21_Theme_MaterialComponents_Light_Dialog 0x7f110099
+int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f11009a
+int style Base_V21_ThemeOverlay_Material3_BottomSheetDialog 0x7f11009b
+int style Base_V21_ThemeOverlay_MaterialComponents_BottomSheetDialog 0x7f11009c
+int style Base_V22_Theme_AppCompat 0x7f11009d
+int style Base_V22_Theme_AppCompat_Light 0x7f11009e
+int style Base_V23_Theme_AppCompat 0x7f11009f
+int style Base_V23_Theme_AppCompat_Light 0x7f1100a0
+int style Base_V24_Theme_Material3_Dark 0x7f1100a1
+int style Base_V24_Theme_Material3_Dark_Dialog 0x7f1100a2
+int style Base_V24_Theme_Material3_Light 0x7f1100a3
+int style Base_V24_Theme_Material3_Light_Dialog 0x7f1100a4
+int style Base_V26_Theme_AppCompat 0x7f1100a5
+int style Base_V26_Theme_AppCompat_Light 0x7f1100a6
+int style Base_V26_Widget_AppCompat_Toolbar 0x7f1100a7
+int style Base_V28_Theme_AppCompat 0x7f1100a8
+int style Base_V28_Theme_AppCompat_Light 0x7f1100a9
+int style Base_V7_Theme_AppCompat 0x7f1100aa
+int style Base_V7_Theme_AppCompat_Dialog 0x7f1100ab
+int style Base_V7_Theme_AppCompat_Light 0x7f1100ac
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f1100ad
+int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f1100ae
+int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f1100af
+int style Base_V7_Widget_AppCompat_EditText 0x7f1100b0
+int style Base_V7_Widget_AppCompat_Toolbar 0x7f1100b1
+int style Base_Widget_AppCompat_ActionBar 0x7f1100b2
+int style Base_Widget_AppCompat_ActionBar_Solid 0x7f1100b3
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f1100b4
+int style Base_Widget_AppCompat_ActionBar_TabText 0x7f1100b5
+int style Base_Widget_AppCompat_ActionBar_TabView 0x7f1100b6
+int style Base_Widget_AppCompat_ActionButton 0x7f1100b7
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f1100b8
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f1100b9
+int style Base_Widget_AppCompat_ActionMode 0x7f1100ba
+int style Base_Widget_AppCompat_ActivityChooserView 0x7f1100bb
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f1100bc
+int style Base_Widget_AppCompat_Button 0x7f1100bd
+int style Base_Widget_AppCompat_Button_Borderless 0x7f1100be
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f1100bf
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f1100c0
+int style Base_Widget_AppCompat_Button_Colored 0x7f1100c1
+int style Base_Widget_AppCompat_Button_Small 0x7f1100c2
+int style Base_Widget_AppCompat_ButtonBar 0x7f1100c3
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f1100c4
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f1100c5
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f1100c6
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f1100c7
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f1100c8
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f1100c9
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f1100ca
+int style Base_Widget_AppCompat_EditText 0x7f1100cb
+int style Base_Widget_AppCompat_ImageButton 0x7f1100cc
+int style Base_Widget_AppCompat_Light_ActionBar 0x7f1100cd
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f1100ce
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f1100cf
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f1100d0
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f1100d1
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f1100d2
+int style Base_Widget_AppCompat_Light_PopupMenu 0x7f1100d3
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f1100d4
+int style Base_Widget_AppCompat_ListMenuView 0x7f1100d5
+int style Base_Widget_AppCompat_ListPopupWindow 0x7f1100d6
+int style Base_Widget_AppCompat_ListView 0x7f1100d7
+int style Base_Widget_AppCompat_ListView_DropDown 0x7f1100d8
+int style Base_Widget_AppCompat_ListView_Menu 0x7f1100d9
+int style Base_Widget_AppCompat_PopupMenu 0x7f1100da
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f1100db
+int style Base_Widget_AppCompat_PopupWindow 0x7f1100dc
+int style Base_Widget_AppCompat_ProgressBar 0x7f1100dd
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f1100de
+int style Base_Widget_AppCompat_RatingBar 0x7f1100df
+int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f1100e0
+int style Base_Widget_AppCompat_RatingBar_Small 0x7f1100e1
+int style Base_Widget_AppCompat_SearchView 0x7f1100e2
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f1100e3
+int style Base_Widget_AppCompat_SeekBar 0x7f1100e4
+int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f1100e5
+int style Base_Widget_AppCompat_Spinner 0x7f1100e6
+int style Base_Widget_AppCompat_Spinner_Underlined 0x7f1100e7
+int style Base_Widget_AppCompat_TextView 0x7f1100e8
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f1100e9
+int style Base_Widget_AppCompat_Toolbar 0x7f1100ea
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f1100eb
+int style Base_Widget_Design_TabLayout 0x7f1100ec
+int style Base_Widget_Material3_ActionBar_Solid 0x7f1100ed
+int style Base_Widget_Material3_ActionMode 0x7f1100ee
+int style Base_Widget_Material3_CardView 0x7f1100ef
+int style Base_Widget_Material3_Chip 0x7f1100f0
+int style Base_Widget_Material3_CollapsingToolbar 0x7f1100f1
+int style Base_Widget_Material3_CompoundButton_CheckBox 0x7f1100f2
+int style Base_Widget_Material3_CompoundButton_RadioButton 0x7f1100f3
+int style Base_Widget_Material3_CompoundButton_Switch 0x7f1100f4
+int style Base_Widget_Material3_ExtendedFloatingActionButton 0x7f1100f5
+int style Base_Widget_Material3_ExtendedFloatingActionButton_Icon 0x7f1100f6
+int style Base_Widget_Material3_FloatingActionButton 0x7f1100f7
+int style Base_Widget_Material3_FloatingActionButton_Large 0x7f1100f8
+int style Base_Widget_Material3_Light_ActionBar_Solid 0x7f1100f9
+int style Base_Widget_Material3_MaterialCalendar_NavigationButton 0x7f1100fa
+int style Base_Widget_Material3_Snackbar 0x7f1100fb
+int style Base_Widget_Material3_TabLayout 0x7f1100fc
+int style Base_Widget_Material3_TabLayout_OnSurface 0x7f1100fd
+int style Base_Widget_Material3_TabLayout_Secondary 0x7f1100fe
+int style Base_Widget_MaterialComponents_AutoCompleteTextView 0x7f1100ff
+int style Base_Widget_MaterialComponents_CheckedTextView 0x7f110100
+int style Base_Widget_MaterialComponents_Chip 0x7f110101
+int style Base_Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton 0x7f110102
+int style Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton 0x7f110103
+int style Base_Widget_MaterialComponents_PopupMenu 0x7f110104
+int style Base_Widget_MaterialComponents_PopupMenu_ContextMenu 0x7f110105
+int style Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow 0x7f110106
+int style Base_Widget_MaterialComponents_PopupMenu_Overflow 0x7f110107
+int style Base_Widget_MaterialComponents_Slider 0x7f110108
+int style Base_Widget_MaterialComponents_Snackbar 0x7f110109
+int style Base_Widget_MaterialComponents_TextInputEditText 0x7f11010a
+int style Base_Widget_MaterialComponents_TextInputLayout 0x7f11010b
+int style Base_Widget_MaterialComponents_TextView 0x7f11010c
+int style CardView 0x7f11010d
+int style CardView_Dark 0x7f11010e
+int style CardView_Light 0x7f11010f
+int style EmptyTheme 0x7f110110
+int style MaterialAlertDialog_Material3 0x7f110111
+int style MaterialAlertDialog_Material3_Body_Text 0x7f110112
+int style MaterialAlertDialog_Material3_Body_Text_CenterStacked 0x7f110113
+int style MaterialAlertDialog_Material3_Title_Icon 0x7f110114
+int style MaterialAlertDialog_Material3_Title_Icon_CenterStacked 0x7f110115
+int style MaterialAlertDialog_Material3_Title_Panel 0x7f110116
+int style MaterialAlertDialog_Material3_Title_Panel_CenterStacked 0x7f110117
+int style MaterialAlertDialog_Material3_Title_Text 0x7f110118
+int style MaterialAlertDialog_Material3_Title_Text_CenterStacked 0x7f110119
+int style MaterialAlertDialog_MaterialComponents 0x7f11011a
+int style MaterialAlertDialog_MaterialComponents_Body_Text 0x7f11011b
+int style MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar 0x7f11011c
+int style MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner 0x7f11011d
+int style MaterialAlertDialog_MaterialComponents_Title_Icon 0x7f11011e
+int style MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked 0x7f11011f
+int style MaterialAlertDialog_MaterialComponents_Title_Panel 0x7f110120
+int style MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked 0x7f110121
+int style MaterialAlertDialog_MaterialComponents_Title_Text 0x7f110122
+int style MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked 0x7f110123
+int style Platform_AppCompat 0x7f110124
+int style Platform_AppCompat_Light 0x7f110125
+int style Platform_MaterialComponents 0x7f110126
+int style Platform_MaterialComponents_Dialog 0x7f110127
+int style Platform_MaterialComponents_Light 0x7f110128
+int style Platform_MaterialComponents_Light_Dialog 0x7f110129
+int style Platform_ThemeOverlay_AppCompat 0x7f11012a
+int style Platform_ThemeOverlay_AppCompat_Dark 0x7f11012b
+int style Platform_ThemeOverlay_AppCompat_Light 0x7f11012c
+int style Platform_V21_AppCompat 0x7f11012d
+int style Platform_V21_AppCompat_Light 0x7f11012e
+int style Platform_V25_AppCompat 0x7f11012f
+int style Platform_V25_AppCompat_Light 0x7f110130
+int style Platform_Widget_AppCompat_Spinner 0x7f110131
+int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f110132
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f110133
+int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f110134
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f110135
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f110136
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x7f110137
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x7f110138
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f110139
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x7f11013a
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f11013b
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f11013c
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f11013d
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f11013e
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f11013f
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f110140
+int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f110141
+int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f110142
+int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraLarge 0x7f110143
+int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraLarge_Top 0x7f110144
+int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall 0x7f110145
+int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall_Top 0x7f110146
+int style ShapeAppearance_M3_Sys_Shape_Corner_Full 0x7f110147
+int style ShapeAppearance_M3_Sys_Shape_Corner_Large 0x7f110148
+int style ShapeAppearance_M3_Sys_Shape_Corner_Large_End 0x7f110149
+int style ShapeAppearance_M3_Sys_Shape_Corner_Large_Top 0x7f11014a
+int style ShapeAppearance_M3_Sys_Shape_Corner_Medium 0x7f11014b
+int style ShapeAppearance_M3_Sys_Shape_Corner_None 0x7f11014c
+int style ShapeAppearance_M3_Sys_Shape_Corner_Small 0x7f11014d
+int style ShapeAppearance_Material3_Corner_ExtraLarge 0x7f11014e
+int style ShapeAppearance_Material3_Corner_ExtraSmall 0x7f11014f
+int style ShapeAppearance_Material3_Corner_Full 0x7f110150
+int style ShapeAppearance_Material3_Corner_Large 0x7f110151
+int style ShapeAppearance_Material3_Corner_Medium 0x7f110152
+int style ShapeAppearance_Material3_Corner_None 0x7f110153
+int style ShapeAppearance_Material3_Corner_Small 0x7f110154
+int style ShapeAppearance_Material3_LargeComponent 0x7f110155
+int style ShapeAppearance_Material3_MediumComponent 0x7f110156
+int style ShapeAppearance_Material3_NavigationBarView_ActiveIndicator 0x7f110157
+int style ShapeAppearance_Material3_SmallComponent 0x7f110158
+int style ShapeAppearance_Material3_Tooltip 0x7f110159
+int style ShapeAppearance_MaterialComponents 0x7f11015a
+int style ShapeAppearance_MaterialComponents_LargeComponent 0x7f11015b
+int style ShapeAppearance_MaterialComponents_MediumComponent 0x7f11015c
+int style ShapeAppearance_MaterialComponents_SmallComponent 0x7f11015d
+int style ShapeAppearance_MaterialComponents_Test 0x7f11015e
+int style ShapeAppearance_MaterialComponents_Tooltip 0x7f11015f
+int style ShapeAppearanceOverlay 0x7f110160
+int style ShapeAppearanceOverlay_BottomLeftDifferentCornerSize 0x7f110161
+int style ShapeAppearanceOverlay_BottomRightCut 0x7f110162
+int style ShapeAppearanceOverlay_Cut 0x7f110163
+int style ShapeAppearanceOverlay_DifferentCornerSize 0x7f110164
+int style ShapeAppearanceOverlay_Material3_Button 0x7f110165
+int style ShapeAppearanceOverlay_Material3_Chip 0x7f110166
+int style ShapeAppearanceOverlay_Material3_FloatingActionButton 0x7f110167
+int style ShapeAppearanceOverlay_Material3_NavigationView_Item 0x7f110168
+int style ShapeAppearanceOverlay_Material3_TextField_Filled 0x7f110169
+int style ShapeAppearanceOverlay_MaterialAlertDialog_Material3 0x7f11016a
+int style ShapeAppearanceOverlay_MaterialComponents_BottomSheet 0x7f11016b
+int style ShapeAppearanceOverlay_MaterialComponents_Chip 0x7f11016c
+int style ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton 0x7f11016d
+int style ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton 0x7f11016e
+int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day 0x7f11016f
+int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen 0x7f110170
+int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year 0x7f110171
+int style ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox 0x7f110172
+int style ShapeAppearanceOverlay_TopLeftCut 0x7f110173
+int style ShapeAppearanceOverlay_TopRightDifferentCornerSize 0x7f110174
+int style Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day 0x7f110175
+int style Test_Theme_MaterialComponents_MaterialCalendar 0x7f110176
+int style Test_Widget_MaterialComponents_MaterialCalendar 0x7f110177
+int style Test_Widget_MaterialComponents_MaterialCalendar_Day 0x7f110178
+int style Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected 0x7f110179
+int style TestStyleWithLineHeight 0x7f11017a
+int style TestStyleWithLineHeightAppearance 0x7f11017b
+int style TestStyleWithThemeLineHeightAttribute 0x7f11017c
+int style TestStyleWithoutLineHeight 0x7f11017d
+int style TestThemeWithLineHeight 0x7f11017e
+int style TestThemeWithLineHeightDisabled 0x7f11017f
+int style TextAppearance_AppCompat 0x7f110180
+int style TextAppearance_AppCompat_Body1 0x7f110181
+int style TextAppearance_AppCompat_Body2 0x7f110182
+int style TextAppearance_AppCompat_Button 0x7f110183
+int style TextAppearance_AppCompat_Caption 0x7f110184
+int style TextAppearance_AppCompat_Display1 0x7f110185
+int style TextAppearance_AppCompat_Display2 0x7f110186
+int style TextAppearance_AppCompat_Display3 0x7f110187
+int style TextAppearance_AppCompat_Display4 0x7f110188
+int style TextAppearance_AppCompat_Headline 0x7f110189
+int style TextAppearance_AppCompat_Inverse 0x7f11018a
+int style TextAppearance_AppCompat_Large 0x7f11018b
+int style TextAppearance_AppCompat_Large_Inverse 0x7f11018c
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f11018d
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f11018e
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f11018f
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f110190
+int style TextAppearance_AppCompat_Medium 0x7f110191
+int style TextAppearance_AppCompat_Medium_Inverse 0x7f110192
+int style TextAppearance_AppCompat_Menu 0x7f110193
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f110194
+int style TextAppearance_AppCompat_SearchResult_Title 0x7f110195
+int style TextAppearance_AppCompat_Small 0x7f110196
+int style TextAppearance_AppCompat_Small_Inverse 0x7f110197
+int style TextAppearance_AppCompat_Subhead 0x7f110198
+int style TextAppearance_AppCompat_Subhead_Inverse 0x7f110199
+int style TextAppearance_AppCompat_Title 0x7f11019a
+int style TextAppearance_AppCompat_Title_Inverse 0x7f11019b
+int style TextAppearance_AppCompat_Tooltip 0x7f11019c
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f11019d
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f11019e
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f11019f
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f1101a0
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f1101a1
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f1101a2
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f1101a3
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f1101a4
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f1101a5
+int style TextAppearance_AppCompat_Widget_Button 0x7f1101a6
+int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f1101a7
+int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f1101a8
+int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f1101a9
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f1101aa
+int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f1101ab
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f1101ac
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f1101ad
+int style TextAppearance_AppCompat_Widget_Switch 0x7f1101ae
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f1101af
+int style TextAppearance_Compat_Notification 0x7f1101b0
+int style TextAppearance_Compat_Notification_Info 0x7f1101b1
+int style TextAppearance_Compat_Notification_Line2 0x7f1101b2
+int style TextAppearance_Compat_Notification_Time 0x7f1101b3
+int style TextAppearance_Compat_Notification_Title 0x7f1101b4
+int style TextAppearance_Design_CollapsingToolbar_Expanded 0x7f1101b5
+int style TextAppearance_Design_Counter 0x7f1101b6
+int style TextAppearance_Design_Counter_Overflow 0x7f1101b7
+int style TextAppearance_Design_Error 0x7f1101b8
+int style TextAppearance_Design_HelperText 0x7f1101b9
+int style TextAppearance_Design_Hint 0x7f1101ba
+int style TextAppearance_Design_Placeholder 0x7f1101bb
+int style TextAppearance_Design_Prefix 0x7f1101bc
+int style TextAppearance_Design_Snackbar_Message 0x7f1101bd
+int style TextAppearance_Design_Suffix 0x7f1101be
+int style TextAppearance_Design_Tab 0x7f1101bf
+int style TextAppearance_M3_Sys_Typescale_BodyLarge 0x7f1101c0
+int style TextAppearance_M3_Sys_Typescale_BodyMedium 0x7f1101c1
+int style TextAppearance_M3_Sys_Typescale_BodySmall 0x7f1101c2
+int style TextAppearance_M3_Sys_Typescale_DisplayLarge 0x7f1101c3
+int style TextAppearance_M3_Sys_Typescale_DisplayMedium 0x7f1101c4
+int style TextAppearance_M3_Sys_Typescale_DisplaySmall 0x7f1101c5
+int style TextAppearance_M3_Sys_Typescale_HeadlineLarge 0x7f1101c6
+int style TextAppearance_M3_Sys_Typescale_HeadlineMedium 0x7f1101c7
+int style TextAppearance_M3_Sys_Typescale_HeadlineSmall 0x7f1101c8
+int style TextAppearance_M3_Sys_Typescale_LabelLarge 0x7f1101c9
+int style TextAppearance_M3_Sys_Typescale_LabelMedium 0x7f1101ca
+int style TextAppearance_M3_Sys_Typescale_LabelSmall 0x7f1101cb
+int style TextAppearance_M3_Sys_Typescale_TitleLarge 0x7f1101cc
+int style TextAppearance_M3_Sys_Typescale_TitleMedium 0x7f1101cd
+int style TextAppearance_M3_Sys_Typescale_TitleSmall 0x7f1101ce
+int style TextAppearance_Material3_ActionBar_Subtitle 0x7f1101cf
+int style TextAppearance_Material3_ActionBar_Title 0x7f1101d0
+int style TextAppearance_Material3_BodyLarge 0x7f1101d1
+int style TextAppearance_Material3_BodyMedium 0x7f1101d2
+int style TextAppearance_Material3_BodySmall 0x7f1101d3
+int style TextAppearance_Material3_DisplayLarge 0x7f1101d4
+int style TextAppearance_Material3_DisplayMedium 0x7f1101d5
+int style TextAppearance_Material3_DisplaySmall 0x7f1101d6
+int style TextAppearance_Material3_HeadlineLarge 0x7f1101d7
+int style TextAppearance_Material3_HeadlineMedium 0x7f1101d8
+int style TextAppearance_Material3_HeadlineSmall 0x7f1101d9
+int style TextAppearance_Material3_LabelLarge 0x7f1101da
+int style TextAppearance_Material3_LabelMedium 0x7f1101db
+int style TextAppearance_Material3_LabelSmall 0x7f1101dc
+int style TextAppearance_Material3_MaterialTimePicker_Title 0x7f1101dd
+int style TextAppearance_Material3_TitleLarge 0x7f1101de
+int style TextAppearance_Material3_TitleMedium 0x7f1101df
+int style TextAppearance_Material3_TitleSmall 0x7f1101e0
+int style TextAppearance_MaterialComponents_Badge 0x7f1101e1
+int style TextAppearance_MaterialComponents_Body1 0x7f1101e2
+int style TextAppearance_MaterialComponents_Body2 0x7f1101e3
+int style TextAppearance_MaterialComponents_Button 0x7f1101e4
+int style TextAppearance_MaterialComponents_Caption 0x7f1101e5
+int style TextAppearance_MaterialComponents_Chip 0x7f1101e6
+int style TextAppearance_MaterialComponents_Headline1 0x7f1101e7
+int style TextAppearance_MaterialComponents_Headline2 0x7f1101e8
+int style TextAppearance_MaterialComponents_Headline3 0x7f1101e9
+int style TextAppearance_MaterialComponents_Headline4 0x7f1101ea
+int style TextAppearance_MaterialComponents_Headline5 0x7f1101eb
+int style TextAppearance_MaterialComponents_Headline6 0x7f1101ec
+int style TextAppearance_MaterialComponents_Overline 0x7f1101ed
+int style TextAppearance_MaterialComponents_Subtitle1 0x7f1101ee
+int style TextAppearance_MaterialComponents_Subtitle2 0x7f1101ef
+int style TextAppearance_MaterialComponents_TimePicker_Title 0x7f1101f0
+int style TextAppearance_MaterialComponents_Tooltip 0x7f1101f1
+int style TextAppearance_Test_NoTextSize 0x7f1101f2
+int style TextAppearance_Test_UsesDp 0x7f1101f3
+int style TextAppearance_Test_UsesSP 0x7f1101f4
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f1101f5
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f1101f6
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f1101f7
+int style Theme_AppCompat 0x7f1101f8
+int style Theme_AppCompat_CompactMenu 0x7f1101f9
+int style Theme_AppCompat_DayNight 0x7f1101fa
+int style Theme_AppCompat_DayNight_DarkActionBar 0x7f1101fb
+int style Theme_AppCompat_DayNight_Dialog 0x7f1101fc
+int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f1101fd
+int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f1101fe
+int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f1101ff
+int style Theme_AppCompat_DayNight_NoActionBar 0x7f110200
+int style Theme_AppCompat_Dialog 0x7f110201
+int style Theme_AppCompat_Dialog_Alert 0x7f110202
+int style Theme_AppCompat_Dialog_MinWidth 0x7f110203
+int style Theme_AppCompat_DialogWhenLarge 0x7f110204
+int style Theme_AppCompat_Empty 0x7f110205
+int style Theme_AppCompat_Light 0x7f110206
+int style Theme_AppCompat_Light_DarkActionBar 0x7f110207
+int style Theme_AppCompat_Light_Dialog 0x7f110208
+int style Theme_AppCompat_Light_Dialog_Alert 0x7f110209
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f11020a
+int style Theme_AppCompat_Light_DialogWhenLarge 0x7f11020b
+int style Theme_AppCompat_Light_NoActionBar 0x7f11020c
+int style Theme_AppCompat_NoActionBar 0x7f11020d
+int style Theme_Calculator 0x7f11020e
+int style Theme_Calculator_AppBarOverlay 0x7f11020f
+int style Theme_Calculator_NoActionBar 0x7f110210
+int style Theme_Calculator_PopupOverlay 0x7f110211
+int style Theme_Design 0x7f110212
+int style Theme_Design_BottomSheetDialog 0x7f110213
+int style Theme_Design_Light 0x7f110214
+int style Theme_Design_Light_BottomSheetDialog 0x7f110215
+int style Theme_Design_Light_NoActionBar 0x7f110216
+int style Theme_Design_NoActionBar 0x7f110217
+int style Theme_Material3_Dark 0x7f110218
+int style Theme_Material3_Dark_BottomSheetDialog 0x7f110219
+int style Theme_Material3_Dark_Dialog 0x7f11021a
+int style Theme_Material3_Dark_Dialog_Alert 0x7f11021b
+int style Theme_Material3_Dark_Dialog_MinWidth 0x7f11021c
+int style Theme_Material3_Dark_DialogWhenLarge 0x7f11021d
+int style Theme_Material3_Dark_NoActionBar 0x7f11021e
+int style Theme_Material3_DayNight 0x7f11021f
+int style Theme_Material3_DayNight_BottomSheetDialog 0x7f110220
+int style Theme_Material3_DayNight_Dialog 0x7f110221
+int style Theme_Material3_DayNight_Dialog_Alert 0x7f110222
+int style Theme_Material3_DayNight_Dialog_MinWidth 0x7f110223
+int style Theme_Material3_DayNight_DialogWhenLarge 0x7f110224
+int style Theme_Material3_DayNight_NoActionBar 0x7f110225
+int style Theme_Material3_DynamicColors_Dark 0x7f110226
+int style Theme_Material3_DynamicColors_DayNight 0x7f110227
+int style Theme_Material3_DynamicColors_Light 0x7f110228
+int style Theme_Material3_Light 0x7f110229
+int style Theme_Material3_Light_BottomSheetDialog 0x7f11022a
+int style Theme_Material3_Light_Dialog 0x7f11022b
+int style Theme_Material3_Light_Dialog_Alert 0x7f11022c
+int style Theme_Material3_Light_Dialog_MinWidth 0x7f11022d
+int style Theme_Material3_Light_DialogWhenLarge 0x7f11022e
+int style Theme_Material3_Light_NoActionBar 0x7f11022f
+int style Theme_MaterialComponents 0x7f110230
+int style Theme_MaterialComponents_BottomSheetDialog 0x7f110231
+int style Theme_MaterialComponents_Bridge 0x7f110232
+int style Theme_MaterialComponents_CompactMenu 0x7f110233
+int style Theme_MaterialComponents_DayNight 0x7f110234
+int style Theme_MaterialComponents_DayNight_BottomSheetDialog 0x7f110235
+int style Theme_MaterialComponents_DayNight_Bridge 0x7f110236
+int style Theme_MaterialComponents_DayNight_DarkActionBar 0x7f110237
+int style Theme_MaterialComponents_DayNight_DarkActionBar_Bridge 0x7f110238
+int style Theme_MaterialComponents_DayNight_Dialog 0x7f110239
+int style Theme_MaterialComponents_DayNight_Dialog_Alert 0x7f11023a
+int style Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge 0x7f11023b
+int style Theme_MaterialComponents_DayNight_Dialog_Bridge 0x7f11023c
+int style Theme_MaterialComponents_DayNight_Dialog_FixedSize 0x7f11023d
+int style Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge 0x7f11023e
+int style Theme_MaterialComponents_DayNight_Dialog_MinWidth 0x7f11023f
+int style Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge 0x7f110240
+int style Theme_MaterialComponents_DayNight_DialogWhenLarge 0x7f110241
+int style Theme_MaterialComponents_DayNight_NoActionBar 0x7f110242
+int style Theme_MaterialComponents_DayNight_NoActionBar_Bridge 0x7f110243
+int style Theme_MaterialComponents_Dialog 0x7f110244
+int style Theme_MaterialComponents_Dialog_Alert 0x7f110245
+int style Theme_MaterialComponents_Dialog_Alert_Bridge 0x7f110246
+int style Theme_MaterialComponents_Dialog_Bridge 0x7f110247
+int style Theme_MaterialComponents_Dialog_FixedSize 0x7f110248
+int style Theme_MaterialComponents_Dialog_FixedSize_Bridge 0x7f110249
+int style Theme_MaterialComponents_Dialog_MinWidth 0x7f11024a
+int style Theme_MaterialComponents_Dialog_MinWidth_Bridge 0x7f11024b
+int style Theme_MaterialComponents_DialogWhenLarge 0x7f11024c
+int style Theme_MaterialComponents_Light 0x7f11024d
+int style Theme_MaterialComponents_Light_BarSize 0x7f11024e
+int style Theme_MaterialComponents_Light_BottomSheetDialog 0x7f11024f
+int style Theme_MaterialComponents_Light_Bridge 0x7f110250
+int style Theme_MaterialComponents_Light_DarkActionBar 0x7f110251
+int style Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x7f110252
+int style Theme_MaterialComponents_Light_Dialog 0x7f110253
+int style Theme_MaterialComponents_Light_Dialog_Alert 0x7f110254
+int style Theme_MaterialComponents_Light_Dialog_Alert_Bridge 0x7f110255
+int style Theme_MaterialComponents_Light_Dialog_Bridge 0x7f110256
+int style Theme_MaterialComponents_Light_Dialog_FixedSize 0x7f110257
+int style Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge 0x7f110258
+int style Theme_MaterialComponents_Light_Dialog_MinWidth 0x7f110259
+int style Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge 0x7f11025a
+int style Theme_MaterialComponents_Light_DialogWhenLarge 0x7f11025b
+int style Theme_MaterialComponents_Light_LargeTouch 0x7f11025c
+int style Theme_MaterialComponents_Light_NoActionBar 0x7f11025d
+int style Theme_MaterialComponents_Light_NoActionBar_Bridge 0x7f11025e
+int style Theme_MaterialComponents_NoActionBar 0x7f11025f
+int style Theme_MaterialComponents_NoActionBar_Bridge 0x7f110260
+int style ThemeOverlay_AppCompat 0x7f110261
+int style ThemeOverlay_AppCompat_ActionBar 0x7f110262
+int style ThemeOverlay_AppCompat_Dark 0x7f110263
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f110264
+int style ThemeOverlay_AppCompat_DayNight 0x7f110265
+int style ThemeOverlay_AppCompat_DayNight_ActionBar 0x7f110266
+int style ThemeOverlay_AppCompat_Dialog 0x7f110267
+int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f110268
+int style ThemeOverlay_AppCompat_Light 0x7f110269
+int style ThemeOverlay_Design_TextInputEditText 0x7f11026a
+int style ThemeOverlay_Material3 0x7f11026b
+int style ThemeOverlay_Material3_ActionBar 0x7f11026c
+int style ThemeOverlay_Material3_AutoCompleteTextView 0x7f11026d
+int style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox 0x7f11026e
+int style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox_Dense 0x7f11026f
+int style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox 0x7f110270
+int style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox_Dense 0x7f110271
+int style ThemeOverlay_Material3_BottomAppBar 0x7f110272
+int style ThemeOverlay_Material3_BottomSheetDialog 0x7f110273
+int style ThemeOverlay_Material3_Button 0x7f110274
+int style ThemeOverlay_Material3_Button_ElevatedButton 0x7f110275
+int style ThemeOverlay_Material3_Button_TextButton 0x7f110276
+int style ThemeOverlay_Material3_Button_TextButton_Snackbar 0x7f110277
+int style ThemeOverlay_Material3_Button_TonalButton 0x7f110278
+int style ThemeOverlay_Material3_Chip 0x7f110279
+int style ThemeOverlay_Material3_Chip_Assist 0x7f11027a
+int style ThemeOverlay_Material3_Dark 0x7f11027b
+int style ThemeOverlay_Material3_Dark_ActionBar 0x7f11027c
+int style ThemeOverlay_Material3_DayNight_BottomSheetDialog 0x7f11027d
+int style ThemeOverlay_Material3_Dialog 0x7f11027e
+int style ThemeOverlay_Material3_Dialog_Alert 0x7f11027f
+int style ThemeOverlay_Material3_Dialog_Alert_Framework 0x7f110280
+int style ThemeOverlay_Material3_DynamicColors_Dark 0x7f110281
+int style ThemeOverlay_Material3_DynamicColors_DayNight 0x7f110282
+int style ThemeOverlay_Material3_DynamicColors_Light 0x7f110283
+int style ThemeOverlay_Material3_FloatingActionButton_Primary 0x7f110284
+int style ThemeOverlay_Material3_FloatingActionButton_Secondary 0x7f110285
+int style ThemeOverlay_Material3_FloatingActionButton_Surface 0x7f110286
+int style ThemeOverlay_Material3_FloatingActionButton_Tertiary 0x7f110287
+int style ThemeOverlay_Material3_HarmonizedColors 0x7f110288
+int style ThemeOverlay_Material3_HarmonizedColors_Empty 0x7f110289
+int style ThemeOverlay_Material3_Light 0x7f11028a
+int style ThemeOverlay_Material3_Light_Dialog_Alert_Framework 0x7f11028b
+int style ThemeOverlay_Material3_MaterialAlertDialog 0x7f11028c
+int style ThemeOverlay_Material3_MaterialAlertDialog_Centered 0x7f11028d
+int style ThemeOverlay_Material3_MaterialCalendar 0x7f11028e
+int style ThemeOverlay_Material3_MaterialCalendar_Fullscreen 0x7f11028f
+int style ThemeOverlay_Material3_MaterialCalendar_HeaderCancelButton 0x7f110290
+int style ThemeOverlay_Material3_MaterialTimePicker 0x7f110291
+int style ThemeOverlay_Material3_MaterialTimePicker_Display_TextInputEditText 0x7f110292
+int style ThemeOverlay_Material3_NavigationView 0x7f110293
+int style ThemeOverlay_Material3_Snackbar 0x7f110294
+int style ThemeOverlay_Material3_TextInputEditText 0x7f110295
+int style ThemeOverlay_Material3_TextInputEditText_FilledBox 0x7f110296
+int style ThemeOverlay_Material3_TextInputEditText_FilledBox_Dense 0x7f110297
+int style ThemeOverlay_Material3_TextInputEditText_OutlinedBox 0x7f110298
+int style ThemeOverlay_Material3_TextInputEditText_OutlinedBox_Dense 0x7f110299
+int style ThemeOverlay_Material3_Toolbar_Surface 0x7f11029a
+int style ThemeOverlay_MaterialAlertDialog_Material3_Title_Icon 0x7f11029b
+int style ThemeOverlay_MaterialComponents 0x7f11029c
+int style ThemeOverlay_MaterialComponents_ActionBar 0x7f11029d
+int style ThemeOverlay_MaterialComponents_ActionBar_Primary 0x7f11029e
+int style ThemeOverlay_MaterialComponents_ActionBar_Surface 0x7f11029f
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView 0x7f1102a0
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox 0x7f1102a1
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense 0x7f1102a2
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox 0x7f1102a3
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense 0x7f1102a4
+int style ThemeOverlay_MaterialComponents_BottomAppBar_Primary 0x7f1102a5
+int style ThemeOverlay_MaterialComponents_BottomAppBar_Surface 0x7f1102a6
+int style ThemeOverlay_MaterialComponents_BottomSheetDialog 0x7f1102a7
+int style ThemeOverlay_MaterialComponents_Dark 0x7f1102a8
+int style ThemeOverlay_MaterialComponents_Dark_ActionBar 0x7f1102a9
+int style ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog 0x7f1102aa
+int style ThemeOverlay_MaterialComponents_Dialog 0x7f1102ab
+int style ThemeOverlay_MaterialComponents_Dialog_Alert 0x7f1102ac
+int style ThemeOverlay_MaterialComponents_Dialog_Alert_Framework 0x7f1102ad
+int style ThemeOverlay_MaterialComponents_Light 0x7f1102ae
+int style ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework 0x7f1102af
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x7f1102b0
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered 0x7f1102b1
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date 0x7f1102b2
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar 0x7f1102b3
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text 0x7f1102b4
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day 0x7f1102b5
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner 0x7f1102b6
+int style ThemeOverlay_MaterialComponents_MaterialCalendar 0x7f1102b7
+int style ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen 0x7f1102b8
+int style ThemeOverlay_MaterialComponents_TextInputEditText 0x7f1102b9
+int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox 0x7f1102ba
+int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense 0x7f1102bb
+int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox 0x7f1102bc
+int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x7f1102bd
+int style ThemeOverlay_MaterialComponents_TimePicker 0x7f1102be
+int style ThemeOverlay_MaterialComponents_TimePicker_Display 0x7f1102bf
+int style ThemeOverlay_MaterialComponents_TimePicker_Display_TextInputEditText 0x7f1102c0
+int style ThemeOverlay_MaterialComponents_Toolbar_Popup_Primary 0x7f1102c1
+int style ThemeOverlay_MaterialComponents_Toolbar_Primary 0x7f1102c2
+int style ThemeOverlay_MaterialComponents_Toolbar_Surface 0x7f1102c3
+int style ThemeOverlayColorAccentRed 0x7f1102c4
+int style Widget_AppCompat_ActionBar 0x7f1102c5
+int style Widget_AppCompat_ActionBar_Solid 0x7f1102c6
+int style Widget_AppCompat_ActionBar_TabBar 0x7f1102c7
+int style Widget_AppCompat_ActionBar_TabText 0x7f1102c8
+int style Widget_AppCompat_ActionBar_TabView 0x7f1102c9
+int style Widget_AppCompat_ActionButton 0x7f1102ca
+int style Widget_AppCompat_ActionButton_CloseMode 0x7f1102cb
+int style Widget_AppCompat_ActionButton_Overflow 0x7f1102cc
+int style Widget_AppCompat_ActionMode 0x7f1102cd
+int style Widget_AppCompat_ActivityChooserView 0x7f1102ce
+int style Widget_AppCompat_AutoCompleteTextView 0x7f1102cf
+int style Widget_AppCompat_Button 0x7f1102d0
+int style Widget_AppCompat_Button_Borderless 0x7f1102d1
+int style Widget_AppCompat_Button_Borderless_Colored 0x7f1102d2
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f1102d3
+int style Widget_AppCompat_Button_Colored 0x7f1102d4
+int style Widget_AppCompat_Button_Small 0x7f1102d5
+int style Widget_AppCompat_ButtonBar 0x7f1102d6
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f1102d7
+int style Widget_AppCompat_CompoundButton_CheckBox 0x7f1102d8
+int style Widget_AppCompat_CompoundButton_RadioButton 0x7f1102d9
+int style Widget_AppCompat_CompoundButton_Switch 0x7f1102da
+int style Widget_AppCompat_DrawerArrowToggle 0x7f1102db
+int style Widget_AppCompat_DropDownItem_Spinner 0x7f1102dc
+int style Widget_AppCompat_EditText 0x7f1102dd
+int style Widget_AppCompat_ImageButton 0x7f1102de
+int style Widget_AppCompat_Light_ActionBar 0x7f1102df
+int style Widget_AppCompat_Light_ActionBar_Solid 0x7f1102e0
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f1102e1
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f1102e2
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f1102e3
+int style Widget_AppCompat_Light_ActionBar_TabText 0x7f1102e4
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f1102e5
+int style Widget_AppCompat_Light_ActionBar_TabView 0x7f1102e6
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f1102e7
+int style Widget_AppCompat_Light_ActionButton 0x7f1102e8
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f1102e9
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f1102ea
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f1102eb
+int style Widget_AppCompat_Light_ActivityChooserView 0x7f1102ec
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f1102ed
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f1102ee
+int style Widget_AppCompat_Light_ListPopupWindow 0x7f1102ef
+int style Widget_AppCompat_Light_ListView_DropDown 0x7f1102f0
+int style Widget_AppCompat_Light_PopupMenu 0x7f1102f1
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f1102f2
+int style Widget_AppCompat_Light_SearchView 0x7f1102f3
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f1102f4
+int style Widget_AppCompat_ListMenuView 0x7f1102f5
+int style Widget_AppCompat_ListPopupWindow 0x7f1102f6
+int style Widget_AppCompat_ListView 0x7f1102f7
+int style Widget_AppCompat_ListView_DropDown 0x7f1102f8
+int style Widget_AppCompat_ListView_Menu 0x7f1102f9
+int style Widget_AppCompat_PopupMenu 0x7f1102fa
+int style Widget_AppCompat_PopupMenu_Overflow 0x7f1102fb
+int style Widget_AppCompat_PopupWindow 0x7f1102fc
+int style Widget_AppCompat_ProgressBar 0x7f1102fd
+int style Widget_AppCompat_ProgressBar_Horizontal 0x7f1102fe
+int style Widget_AppCompat_RatingBar 0x7f1102ff
+int style Widget_AppCompat_RatingBar_Indicator 0x7f110300
+int style Widget_AppCompat_RatingBar_Small 0x7f110301
+int style Widget_AppCompat_SearchView 0x7f110302
+int style Widget_AppCompat_SearchView_ActionBar 0x7f110303
+int style Widget_AppCompat_SeekBar 0x7f110304
+int style Widget_AppCompat_SeekBar_Discrete 0x7f110305
+int style Widget_AppCompat_Spinner 0x7f110306
+int style Widget_AppCompat_Spinner_DropDown 0x7f110307
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f110308
+int style Widget_AppCompat_Spinner_Underlined 0x7f110309
+int style Widget_AppCompat_TextView 0x7f11030a
+int style Widget_AppCompat_TextView_SpinnerItem 0x7f11030b
+int style Widget_AppCompat_Toolbar 0x7f11030c
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f11030d
+int style Widget_Compat_NotificationActionContainer 0x7f11030e
+int style Widget_Compat_NotificationActionText 0x7f11030f
+int style Widget_Design_AppBarLayout 0x7f110310
+int style Widget_Design_BottomNavigationView 0x7f110311
+int style Widget_Design_BottomSheet_Modal 0x7f110312
+int style Widget_Design_CollapsingToolbar 0x7f110313
+int style Widget_Design_FloatingActionButton 0x7f110314
+int style Widget_Design_NavigationView 0x7f110315
+int style Widget_Design_ScrimInsetsFrameLayout 0x7f110316
+int style Widget_Design_Snackbar 0x7f110317
+int style Widget_Design_TabLayout 0x7f110318
+int style Widget_Design_TextInputEditText 0x7f110319
+int style Widget_Design_TextInputLayout 0x7f11031a
+int style Widget_Material3_ActionBar_Solid 0x7f11031b
+int style Widget_Material3_ActionMode 0x7f11031c
+int style Widget_Material3_AppBarLayout 0x7f11031d
+int style Widget_Material3_AutoCompleteTextView_FilledBox 0x7f11031e
+int style Widget_Material3_AutoCompleteTextView_FilledBox_Dense 0x7f11031f
+int style Widget_Material3_AutoCompleteTextView_OutlinedBox 0x7f110320
+int style Widget_Material3_AutoCompleteTextView_OutlinedBox_Dense 0x7f110321
+int style Widget_Material3_Badge 0x7f110322
+int style Widget_Material3_BottomAppBar 0x7f110323
+int style Widget_Material3_BottomNavigationView 0x7f110324
+int style Widget_Material3_BottomNavigationView_ActiveIndicator 0x7f110325
+int style Widget_Material3_BottomSheet 0x7f110326
+int style Widget_Material3_BottomSheet_Modal 0x7f110327
+int style Widget_Material3_Button 0x7f110328
+int style Widget_Material3_Button_ElevatedButton 0x7f110329
+int style Widget_Material3_Button_ElevatedButton_Icon 0x7f11032a
+int style Widget_Material3_Button_Icon 0x7f11032b
+int style Widget_Material3_Button_IconButton 0x7f11032c
+int style Widget_Material3_Button_OutlinedButton 0x7f11032d
+int style Widget_Material3_Button_OutlinedButton_Icon 0x7f11032e
+int style Widget_Material3_Button_TextButton 0x7f11032f
+int style Widget_Material3_Button_TextButton_Dialog 0x7f110330
+int style Widget_Material3_Button_TextButton_Dialog_Flush 0x7f110331
+int style Widget_Material3_Button_TextButton_Dialog_Icon 0x7f110332
+int style Widget_Material3_Button_TextButton_Icon 0x7f110333
+int style Widget_Material3_Button_TextButton_Snackbar 0x7f110334
+int style Widget_Material3_Button_TonalButton 0x7f110335
+int style Widget_Material3_Button_TonalButton_Icon 0x7f110336
+int style Widget_Material3_Button_UnelevatedButton 0x7f110337
+int style Widget_Material3_CardView_Elevated 0x7f110338
+int style Widget_Material3_CardView_Filled 0x7f110339
+int style Widget_Material3_CardView_Outlined 0x7f11033a
+int style Widget_Material3_CheckedTextView 0x7f11033b
+int style Widget_Material3_Chip_Assist 0x7f11033c
+int style Widget_Material3_Chip_Assist_Elevated 0x7f11033d
+int style Widget_Material3_Chip_Filter 0x7f11033e
+int style Widget_Material3_Chip_Filter_Elevated 0x7f11033f
+int style Widget_Material3_Chip_Input 0x7f110340
+int style Widget_Material3_Chip_Input_Elevated 0x7f110341
+int style Widget_Material3_Chip_Input_Icon 0x7f110342
+int style Widget_Material3_Chip_Input_Icon_Elevated 0x7f110343
+int style Widget_Material3_Chip_Suggestion 0x7f110344
+int style Widget_Material3_Chip_Suggestion_Elevated 0x7f110345
+int style Widget_Material3_ChipGroup 0x7f110346
+int style Widget_Material3_CircularProgressIndicator 0x7f110347
+int style Widget_Material3_CircularProgressIndicator_ExtraSmall 0x7f110348
+int style Widget_Material3_CircularProgressIndicator_Medium 0x7f110349
+int style Widget_Material3_CircularProgressIndicator_Small 0x7f11034a
+int style Widget_Material3_CollapsingToolbar 0x7f11034b
+int style Widget_Material3_CollapsingToolbar_Large 0x7f11034c
+int style Widget_Material3_CollapsingToolbar_Medium 0x7f11034d
+int style Widget_Material3_CompoundButton_CheckBox 0x7f11034e
+int style Widget_Material3_CompoundButton_RadioButton 0x7f11034f
+int style Widget_Material3_CompoundButton_Switch 0x7f110350
+int style Widget_Material3_DrawerLayout 0x7f110351
+int style Widget_Material3_ExtendedFloatingActionButton_Icon_Primary 0x7f110352
+int style Widget_Material3_ExtendedFloatingActionButton_Icon_Secondary 0x7f110353
+int style Widget_Material3_ExtendedFloatingActionButton_Icon_Surface 0x7f110354
+int style Widget_Material3_ExtendedFloatingActionButton_Icon_Tertiary 0x7f110355
+int style Widget_Material3_ExtendedFloatingActionButton_Primary 0x7f110356
+int style Widget_Material3_ExtendedFloatingActionButton_Secondary 0x7f110357
+int style Widget_Material3_ExtendedFloatingActionButton_Surface 0x7f110358
+int style Widget_Material3_ExtendedFloatingActionButton_Tertiary 0x7f110359
+int style Widget_Material3_FloatingActionButton_Large_Primary 0x7f11035a
+int style Widget_Material3_FloatingActionButton_Large_Secondary 0x7f11035b
+int style Widget_Material3_FloatingActionButton_Large_Surface 0x7f11035c
+int style Widget_Material3_FloatingActionButton_Large_Tertiary 0x7f11035d
+int style Widget_Material3_FloatingActionButton_Primary 0x7f11035e
+int style Widget_Material3_FloatingActionButton_Secondary 0x7f11035f
+int style Widget_Material3_FloatingActionButton_Surface 0x7f110360
+int style Widget_Material3_FloatingActionButton_Tertiary 0x7f110361
+int style Widget_Material3_Light_ActionBar_Solid 0x7f110362
+int style Widget_Material3_LinearProgressIndicator 0x7f110363
+int style Widget_Material3_MaterialCalendar 0x7f110364
+int style Widget_Material3_MaterialCalendar_Day 0x7f110365
+int style Widget_Material3_MaterialCalendar_Day_Invalid 0x7f110366
+int style Widget_Material3_MaterialCalendar_Day_Selected 0x7f110367
+int style Widget_Material3_MaterialCalendar_Day_Today 0x7f110368
+int style Widget_Material3_MaterialCalendar_DayOfWeekLabel 0x7f110369
+int style Widget_Material3_MaterialCalendar_DayTextView 0x7f11036a
+int style Widget_Material3_MaterialCalendar_Fullscreen 0x7f11036b
+int style Widget_Material3_MaterialCalendar_HeaderCancelButton 0x7f11036c
+int style Widget_Material3_MaterialCalendar_HeaderDivider 0x7f11036d
+int style Widget_Material3_MaterialCalendar_HeaderLayout 0x7f11036e
+int style Widget_Material3_MaterialCalendar_HeaderSelection 0x7f11036f
+int style Widget_Material3_MaterialCalendar_HeaderSelection_Fullscreen 0x7f110370
+int style Widget_Material3_MaterialCalendar_HeaderTitle 0x7f110371
+int style Widget_Material3_MaterialCalendar_HeaderToggleButton 0x7f110372
+int style Widget_Material3_MaterialCalendar_Item 0x7f110373
+int style Widget_Material3_MaterialCalendar_MonthNavigationButton 0x7f110374
+int style Widget_Material3_MaterialCalendar_MonthTextView 0x7f110375
+int style Widget_Material3_MaterialCalendar_Year 0x7f110376
+int style Widget_Material3_MaterialCalendar_Year_Selected 0x7f110377
+int style Widget_Material3_MaterialCalendar_Year_Today 0x7f110378
+int style Widget_Material3_MaterialCalendar_YearNavigationButton 0x7f110379
+int style Widget_Material3_MaterialDivider 0x7f11037a
+int style Widget_Material3_MaterialDivider_Heavy 0x7f11037b
+int style Widget_Material3_MaterialTimePicker 0x7f11037c
+int style Widget_Material3_MaterialTimePicker_Button 0x7f11037d
+int style Widget_Material3_MaterialTimePicker_Clock 0x7f11037e
+int style Widget_Material3_MaterialTimePicker_Display 0x7f11037f
+int style Widget_Material3_MaterialTimePicker_Display_Divider 0x7f110380
+int style Widget_Material3_MaterialTimePicker_Display_HelperText 0x7f110381
+int style Widget_Material3_MaterialTimePicker_Display_TextInputEditText 0x7f110382
+int style Widget_Material3_MaterialTimePicker_Display_TextInputLayout 0x7f110383
+int style Widget_Material3_MaterialTimePicker_ImageButton 0x7f110384
+int style Widget_Material3_NavigationRailView 0x7f110385
+int style Widget_Material3_NavigationRailView_ActiveIndicator 0x7f110386
+int style Widget_Material3_NavigationView 0x7f110387
+int style Widget_Material3_PopupMenu 0x7f110388
+int style Widget_Material3_PopupMenu_ContextMenu 0x7f110389
+int style Widget_Material3_PopupMenu_ListPopupWindow 0x7f11038a
+int style Widget_Material3_PopupMenu_Overflow 0x7f11038b
+int style Widget_Material3_Slider 0x7f11038c
+int style Widget_Material3_Snackbar 0x7f11038d
+int style Widget_Material3_Snackbar_FullWidth 0x7f11038e
+int style Widget_Material3_Snackbar_TextView 0x7f11038f
+int style Widget_Material3_TabLayout 0x7f110390
+int style Widget_Material3_TabLayout_OnSurface 0x7f110391
+int style Widget_Material3_TabLayout_Secondary 0x7f110392
+int style Widget_Material3_TextInputEditText_FilledBox 0x7f110393
+int style Widget_Material3_TextInputEditText_FilledBox_Dense 0x7f110394
+int style Widget_Material3_TextInputEditText_OutlinedBox 0x7f110395
+int style Widget_Material3_TextInputEditText_OutlinedBox_Dense 0x7f110396
+int style Widget_Material3_TextInputLayout_FilledBox 0x7f110397
+int style Widget_Material3_TextInputLayout_FilledBox_Dense 0x7f110398
+int style Widget_Material3_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu 0x7f110399
+int style Widget_Material3_TextInputLayout_FilledBox_ExposedDropdownMenu 0x7f11039a
+int style Widget_Material3_TextInputLayout_OutlinedBox 0x7f11039b
+int style Widget_Material3_TextInputLayout_OutlinedBox_Dense 0x7f11039c
+int style Widget_Material3_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu 0x7f11039d
+int style Widget_Material3_TextInputLayout_OutlinedBox_ExposedDropdownMenu 0x7f11039e
+int style Widget_Material3_Toolbar 0x7f11039f
+int style Widget_Material3_Toolbar_OnSurface 0x7f1103a0
+int style Widget_Material3_Toolbar_Surface 0x7f1103a1
+int style Widget_Material3_Tooltip 0x7f1103a2
+int style Widget_MaterialComponents_ActionBar_Primary 0x7f1103a3
+int style Widget_MaterialComponents_ActionBar_PrimarySurface 0x7f1103a4
+int style Widget_MaterialComponents_ActionBar_Solid 0x7f1103a5
+int style Widget_MaterialComponents_ActionBar_Surface 0x7f1103a6
+int style Widget_MaterialComponents_ActionMode 0x7f1103a7
+int style Widget_MaterialComponents_AppBarLayout_Primary 0x7f1103a8
+int style Widget_MaterialComponents_AppBarLayout_PrimarySurface 0x7f1103a9
+int style Widget_MaterialComponents_AppBarLayout_Surface 0x7f1103aa
+int style Widget_MaterialComponents_AutoCompleteTextView_FilledBox 0x7f1103ab
+int style Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense 0x7f1103ac
+int style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox 0x7f1103ad
+int style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense 0x7f1103ae
+int style Widget_MaterialComponents_Badge 0x7f1103af
+int style Widget_MaterialComponents_BottomAppBar 0x7f1103b0
+int style Widget_MaterialComponents_BottomAppBar_Colored 0x7f1103b1
+int style Widget_MaterialComponents_BottomAppBar_PrimarySurface 0x7f1103b2
+int style Widget_MaterialComponents_BottomNavigationView 0x7f1103b3
+int style Widget_MaterialComponents_BottomNavigationView_Colored 0x7f1103b4
+int style Widget_MaterialComponents_BottomNavigationView_PrimarySurface 0x7f1103b5
+int style Widget_MaterialComponents_BottomSheet 0x7f1103b6
+int style Widget_MaterialComponents_BottomSheet_Modal 0x7f1103b7
+int style Widget_MaterialComponents_Button 0x7f1103b8
+int style Widget_MaterialComponents_Button_Icon 0x7f1103b9
+int style Widget_MaterialComponents_Button_OutlinedButton 0x7f1103ba
+int style Widget_MaterialComponents_Button_OutlinedButton_Icon 0x7f1103bb
+int style Widget_MaterialComponents_Button_TextButton 0x7f1103bc
+int style Widget_MaterialComponents_Button_TextButton_Dialog 0x7f1103bd
+int style Widget_MaterialComponents_Button_TextButton_Dialog_Flush 0x7f1103be
+int style Widget_MaterialComponents_Button_TextButton_Dialog_Icon 0x7f1103bf
+int style Widget_MaterialComponents_Button_TextButton_Icon 0x7f1103c0
+int style Widget_MaterialComponents_Button_TextButton_Snackbar 0x7f1103c1
+int style Widget_MaterialComponents_Button_UnelevatedButton 0x7f1103c2
+int style Widget_MaterialComponents_Button_UnelevatedButton_Icon 0x7f1103c3
+int style Widget_MaterialComponents_CardView 0x7f1103c4
+int style Widget_MaterialComponents_CheckedTextView 0x7f1103c5
+int style Widget_MaterialComponents_Chip_Action 0x7f1103c6
+int style Widget_MaterialComponents_Chip_Choice 0x7f1103c7
+int style Widget_MaterialComponents_Chip_Entry 0x7f1103c8
+int style Widget_MaterialComponents_Chip_Filter 0x7f1103c9
+int style Widget_MaterialComponents_ChipGroup 0x7f1103ca
+int style Widget_MaterialComponents_CircularProgressIndicator 0x7f1103cb
+int style Widget_MaterialComponents_CircularProgressIndicator_ExtraSmall 0x7f1103cc
+int style Widget_MaterialComponents_CircularProgressIndicator_Medium 0x7f1103cd
+int style Widget_MaterialComponents_CircularProgressIndicator_Small 0x7f1103ce
+int style Widget_MaterialComponents_CollapsingToolbar 0x7f1103cf
+int style Widget_MaterialComponents_CompoundButton_CheckBox 0x7f1103d0
+int style Widget_MaterialComponents_CompoundButton_RadioButton 0x7f1103d1
+int style Widget_MaterialComponents_CompoundButton_Switch 0x7f1103d2
+int style Widget_MaterialComponents_ExtendedFloatingActionButton 0x7f1103d3
+int style Widget_MaterialComponents_ExtendedFloatingActionButton_Icon 0x7f1103d4
+int style Widget_MaterialComponents_FloatingActionButton 0x7f1103d5
+int style Widget_MaterialComponents_Light_ActionBar_Solid 0x7f1103d6
+int style Widget_MaterialComponents_LinearProgressIndicator 0x7f1103d7
+int style Widget_MaterialComponents_MaterialButtonToggleGroup 0x7f1103d8
+int style Widget_MaterialComponents_MaterialCalendar 0x7f1103d9
+int style Widget_MaterialComponents_MaterialCalendar_Day 0x7f1103da
+int style Widget_MaterialComponents_MaterialCalendar_Day_Invalid 0x7f1103db
+int style Widget_MaterialComponents_MaterialCalendar_Day_Selected 0x7f1103dc
+int style Widget_MaterialComponents_MaterialCalendar_Day_Today 0x7f1103dd
+int style Widget_MaterialComponents_MaterialCalendar_DayOfWeekLabel 0x7f1103de
+int style Widget_MaterialComponents_MaterialCalendar_DayTextView 0x7f1103df
+int style Widget_MaterialComponents_MaterialCalendar_Fullscreen 0x7f1103e0
+int style Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton 0x7f1103e1
+int style Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton 0x7f1103e2
+int style Widget_MaterialComponents_MaterialCalendar_HeaderDivider 0x7f1103e3
+int style Widget_MaterialComponents_MaterialCalendar_HeaderLayout 0x7f1103e4
+int style Widget_MaterialComponents_MaterialCalendar_HeaderSelection 0x7f1103e5
+int style Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen 0x7f1103e6
+int style Widget_MaterialComponents_MaterialCalendar_HeaderTitle 0x7f1103e7
+int style Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton 0x7f1103e8
+int style Widget_MaterialComponents_MaterialCalendar_Item 0x7f1103e9
+int style Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton 0x7f1103ea
+int style Widget_MaterialComponents_MaterialCalendar_MonthTextView 0x7f1103eb
+int style Widget_MaterialComponents_MaterialCalendar_Year 0x7f1103ec
+int style Widget_MaterialComponents_MaterialCalendar_Year_Selected 0x7f1103ed
+int style Widget_MaterialComponents_MaterialCalendar_Year_Today 0x7f1103ee
+int style Widget_MaterialComponents_MaterialCalendar_YearNavigationButton 0x7f1103ef
+int style Widget_MaterialComponents_MaterialDivider 0x7f1103f0
+int style Widget_MaterialComponents_NavigationRailView 0x7f1103f1
+int style Widget_MaterialComponents_NavigationRailView_Colored 0x7f1103f2
+int style Widget_MaterialComponents_NavigationRailView_Colored_Compact 0x7f1103f3
+int style Widget_MaterialComponents_NavigationRailView_Compact 0x7f1103f4
+int style Widget_MaterialComponents_NavigationRailView_PrimarySurface 0x7f1103f5
+int style Widget_MaterialComponents_NavigationView 0x7f1103f6
+int style Widget_MaterialComponents_PopupMenu 0x7f1103f7
+int style Widget_MaterialComponents_PopupMenu_ContextMenu 0x7f1103f8
+int style Widget_MaterialComponents_PopupMenu_ListPopupWindow 0x7f1103f9
+int style Widget_MaterialComponents_PopupMenu_Overflow 0x7f1103fa
+int style Widget_MaterialComponents_ProgressIndicator 0x7f1103fb
+int style Widget_MaterialComponents_ShapeableImageView 0x7f1103fc
+int style Widget_MaterialComponents_Slider 0x7f1103fd
+int style Widget_MaterialComponents_Snackbar 0x7f1103fe
+int style Widget_MaterialComponents_Snackbar_FullWidth 0x7f1103ff
+int style Widget_MaterialComponents_Snackbar_TextView 0x7f110400
+int style Widget_MaterialComponents_TabLayout 0x7f110401
+int style Widget_MaterialComponents_TabLayout_Colored 0x7f110402
+int style Widget_MaterialComponents_TabLayout_PrimarySurface 0x7f110403
+int style Widget_MaterialComponents_TextInputEditText_FilledBox 0x7f110404
+int style Widget_MaterialComponents_TextInputEditText_FilledBox_Dense 0x7f110405
+int style Widget_MaterialComponents_TextInputEditText_OutlinedBox 0x7f110406
+int style Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x7f110407
+int style Widget_MaterialComponents_TextInputLayout_FilledBox 0x7f110408
+int style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense 0x7f110409
+int style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu 0x7f11040a
+int style Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu 0x7f11040b
+int style Widget_MaterialComponents_TextInputLayout_OutlinedBox 0x7f11040c
+int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense 0x7f11040d
+int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu 0x7f11040e
+int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu 0x7f11040f
+int style Widget_MaterialComponents_TextView 0x7f110410
+int style Widget_MaterialComponents_TimePicker 0x7f110411
+int style Widget_MaterialComponents_TimePicker_Button 0x7f110412
+int style Widget_MaterialComponents_TimePicker_Clock 0x7f110413
+int style Widget_MaterialComponents_TimePicker_Display 0x7f110414
+int style Widget_MaterialComponents_TimePicker_Display_Divider 0x7f110415
+int style Widget_MaterialComponents_TimePicker_Display_HelperText 0x7f110416
+int style Widget_MaterialComponents_TimePicker_Display_TextInputEditText 0x7f110417
+int style Widget_MaterialComponents_TimePicker_Display_TextInputLayout 0x7f110418
+int style Widget_MaterialComponents_TimePicker_ImageButton 0x7f110419
+int style Widget_MaterialComponents_TimePicker_ImageButton_ShapeAppearance 0x7f11041a
+int style Widget_MaterialComponents_Toolbar 0x7f11041b
+int style Widget_MaterialComponents_Toolbar_Primary 0x7f11041c
+int style Widget_MaterialComponents_Toolbar_PrimarySurface 0x7f11041d
+int style Widget_MaterialComponents_Toolbar_Surface 0x7f11041e
+int style Widget_MaterialComponents_Tooltip 0x7f11041f
+int style Widget_Support_CoordinatorLayout 0x7f110420
+int[] styleable ActionBar { 0x7f030042, 0x7f030049, 0x7f03004a, 0x7f030111, 0x7f030112, 0x7f030113, 0x7f030114, 0x7f030115, 0x7f030116, 0x7f03013c, 0x7f030151, 0x7f030152, 0x7f030171, 0x7f0301dc, 0x7f0301e3, 0x7f0301e9, 0x7f0301ea, 0x7f0301ee, 0x7f0301ff, 0x7f030214, 0x7f03028f, 0x7f0302f7, 0x7f03032c, 0x7f030333, 0x7f030334, 0x7f030399, 0x7f03039d, 0x7f03041c, 0x7f030429 }
+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 { 0x7f030042, 0x7f030049, 0x7f0300d3, 0x7f0301dc, 0x7f03039d, 0x7f030429 }
+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 { 0x7f030189, 0x7f030205 }
+int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0
+int styleable ActivityChooserView_initialActivityCount 1
+int[] styleable ActivityNavigator { 0x01010003, 0x7f030002, 0x7f030140, 0x7f030141, 0x7f0303c3 }
+int styleable ActivityNavigator_android_name 0
+int styleable ActivityNavigator_action 1
+int styleable ActivityNavigator_data 2
+int styleable ActivityNavigator_dataPattern 3
+int styleable ActivityNavigator_targetPackage 4
+int[] styleable AlertDialog { 0x010100f2, 0x7f03007f, 0x7f030080, 0x7f030284, 0x7f030285, 0x7f0302f2, 0x7f030369, 0x7f03036d }
+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, 0x7f030171, 0x7f03018a, 0x7f03027a, 0x7f03027b, 0x7f03038f }
+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_liftOnScrollTargetViewId 6
+int styleable AppBarLayout_statusBarForeground 7
+int[] styleable AppBarLayoutStates { 0x7f030389, 0x7f03038a, 0x7f03038c, 0x7f03038d }
+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 { 0x7f030276, 0x7f030277, 0x7f030278 }
+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, 0x7f03037f, 0x7f03041a, 0x7f03041b }
+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, 0x7f030416, 0x7f030417, 0x7f030418 }
+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, 0x7f03003c, 0x7f03003d, 0x7f03003e, 0x7f03003f, 0x7f030040, 0x7f03015e, 0x7f03015f, 0x7f030160, 0x7f030161, 0x7f030163, 0x7f030164, 0x7f030165, 0x7f030166, 0x7f030175, 0x7f0301a7, 0x7f0301c6, 0x7f0301cf, 0x7f03022e, 0x7f03027d, 0x7f0303c7, 0x7f0303fe }
+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, 0x7f030003, 0x7f030004, 0x7f030005, 0x7f030006, 0x7f030007, 0x7f030008, 0x7f030009, 0x7f03000a, 0x7f03000b, 0x7f03000c, 0x7f03000d, 0x7f03000e, 0x7f03000f, 0x7f030011, 0x7f030012, 0x7f030013, 0x7f030014, 0x7f030015, 0x7f030016, 0x7f030017, 0x7f030018, 0x7f030019, 0x7f03001a, 0x7f03001b, 0x7f03001c, 0x7f03001d, 0x7f03001e, 0x7f03001f, 0x7f030020, 0x7f030021, 0x7f030022, 0x7f030023, 0x7f030027, 0x7f030028, 0x7f030029, 0x7f03002a, 0x7f03002b, 0x7f03003b, 0x7f030066, 0x7f030078, 0x7f030079, 0x7f03007a, 0x7f03007b, 0x7f03007c, 0x7f030081, 0x7f030082, 0x7f03009c, 0x7f0300a6, 0x7f0300e0, 0x7f0300e1, 0x7f0300e2, 0x7f0300e4, 0x7f0300e5, 0x7f0300e6, 0x7f0300e7, 0x7f0300f8, 0x7f0300fa, 0x7f030104, 0x7f030120, 0x7f03014e, 0x7f03014f, 0x7f030150, 0x7f030154, 0x7f030159, 0x7f03016a, 0x7f03016b, 0x7f03016e, 0x7f03016f, 0x7f030170, 0x7f0301e9, 0x7f0301f9, 0x7f030280, 0x7f030281, 0x7f030282, 0x7f030283, 0x7f030286, 0x7f030287, 0x7f030288, 0x7f030289, 0x7f03028a, 0x7f03028b, 0x7f03028c, 0x7f03028d, 0x7f03028e, 0x7f030311, 0x7f030312, 0x7f030313, 0x7f03032b, 0x7f03032d, 0x7f03033b, 0x7f03033d, 0x7f03033e, 0x7f03033f, 0x7f030355, 0x7f030356, 0x7f030357, 0x7f030358, 0x7f030377, 0x7f030378, 0x7f0303a4, 0x7f0303de, 0x7f0303e0, 0x7f0303e1, 0x7f0303e2, 0x7f0303e4, 0x7f0303e5, 0x7f0303e6, 0x7f0303e7, 0x7f0303f2, 0x7f0303f3, 0x7f03042b, 0x7f03042c, 0x7f03042e, 0x7f03042f, 0x7f030450, 0x7f03045e, 0x7f03045f, 0x7f030460, 0x7f030461, 0x7f030462, 0x7f030463, 0x7f030464, 0x7f030465, 0x7f030466, 0x7f030467 }
+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 { 0x7f030043, 0x7f03004d, 0x7f03004e, 0x7f030050, 0x7f030051, 0x7f030052, 0x7f0301eb, 0x7f0301ec, 0x7f0302bf, 0x7f0302fe, 0x7f03044e, 0x7f03044f }
+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, 0x7f0301e1, 0x7f030200, 0x7f0302cb, 0x7f030362, 0x7f030364, 0x7f030437, 0x7f03043a, 0x7f03043c }
+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 { 0x7f03004b, 0x7f030171, 0x7f03019b, 0x7f03019c, 0x7f03019d, 0x7f03019e, 0x7f03019f, 0x7f0301e4, 0x7f0302f6, 0x7f03030a, 0x7f03030c, 0x7f03030d }
+int styleable BottomAppBar_backgroundTint 0
+int styleable BottomAppBar_elevation 1
+int styleable BottomAppBar_fabAlignmentMode 2
+int styleable BottomAppBar_fabAnimationMode 3
+int styleable BottomAppBar_fabCradleMargin 4
+int styleable BottomAppBar_fabCradleRoundedCornerRadius 5
+int styleable BottomAppBar_fabCradleVerticalOffset 6
+int styleable BottomAppBar_hideOnScroll 7
+int styleable BottomAppBar_navigationIconTint 8
+int styleable BottomAppBar_paddingBottomSystemWindowInsets 9
+int styleable BottomAppBar_paddingLeftSystemWindowInsets 10
+int styleable BottomAppBar_paddingRightSystemWindowInsets 11
+int[] styleable BottomNavigationView { 0x01010140, 0x7f03020e }
+int styleable BottomNavigationView_android_minHeight 0
+int styleable BottomNavigationView_itemHorizontalTranslationEnabled 1
+int[] styleable BottomSheetBehavior_Layout { 0x0101011f, 0x01010120, 0x01010440, 0x7f03004b, 0x7f030059, 0x7f03005a, 0x7f03005b, 0x7f03005c, 0x7f03005d, 0x7f03005f, 0x7f030060, 0x7f030061, 0x7f0301d5, 0x7f030294, 0x7f030295, 0x7f030296, 0x7f03030a, 0x7f03030c, 0x7f03030d, 0x7f030310, 0x7f03035c, 0x7f03035f }
+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_skipCollapsed 11
+int styleable BottomSheetBehavior_Layout_gestureInsetBottomIgnored 12
+int styleable BottomSheetBehavior_Layout_marginLeftSystemWindowInsets 13
+int styleable BottomSheetBehavior_Layout_marginRightSystemWindowInsets 14
+int styleable BottomSheetBehavior_Layout_marginTopSystemWindowInsets 15
+int styleable BottomSheetBehavior_Layout_paddingBottomSystemWindowInsets 16
+int styleable BottomSheetBehavior_Layout_paddingLeftSystemWindowInsets 17
+int styleable BottomSheetBehavior_Layout_paddingRightSystemWindowInsets 18
+int styleable BottomSheetBehavior_Layout_paddingTopSystemWindowInsets 19
+int styleable BottomSheetBehavior_Layout_shapeAppearance 20
+int styleable BottomSheetBehavior_Layout_shapeAppearanceOverlay 21
+int[] styleable ButtonBarLayout { 0x7f03002c }
+int styleable ButtonBarLayout_allowStacking 0
+int[] styleable Capability { 0x7f03033a, 0x7f030361 }
+int styleable Capability_queryPatterns 0
+int styleable Capability_shortcutMatchRequired 1
+int[] styleable CardView { 0x0101013f, 0x01010140, 0x7f030085, 0x7f030086, 0x7f030087, 0x7f030089, 0x7f03008a, 0x7f03008b, 0x7f030117, 0x7f030118, 0x7f03011a, 0x7f03011b, 0x7f03011d }
+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 { 0x7f03008d, 0x7f03008e, 0x7f03008f, 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094, 0x7f030095, 0x7f030096 }
+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, 0x7f030099, 0x7f03009a, 0x7f03009b }
+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, 0x7f03009f, 0x7f0300a0, 0x7f0300a4, 0x7f0300a5, 0x7f0300a7, 0x7f0300a8, 0x7f0300a9, 0x7f0300ab, 0x7f0300ac, 0x7f0300ad, 0x7f0300ae, 0x7f0300af, 0x7f0300b0, 0x7f0300b1, 0x7f0300b6, 0x7f0300b7, 0x7f0300b8, 0x7f0300ba, 0x7f0300cc, 0x7f0300cd, 0x7f0300ce, 0x7f0300cf, 0x7f0300d0, 0x7f0300d1, 0x7f0300d2, 0x7f03017f, 0x7f0301e2, 0x7f0301ef, 0x7f0301f3, 0x7f03034a, 0x7f03035c, 0x7f03035f, 0x7f030366, 0x7f0303f4, 0x7f030403 }
+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 { 0x7f03009e, 0x7f0300b2, 0x7f0300b3, 0x7f0300b4, 0x7f030359, 0x7f03036e, 0x7f03036f }
+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 { 0x7f0300c2, 0x7f0300c3, 0x7f0300c4, 0x7f0300c5 }
+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 { 0x7f030201, 0x7f030203, 0x7f030204 }
+int styleable CircularProgressIndicator_indicatorDirectionCircular 0
+int styleable CircularProgressIndicator_indicatorInset 1
+int styleable CircularProgressIndicator_indicatorSize 2
+int[] styleable ClockFaceView { 0x7f0300c8, 0x7f0300cb }
+int styleable ClockFaceView_clockFaceBackgroundColor 0
+int styleable ClockFaceView_clockNumberTextColor 1
+int[] styleable ClockHandView { 0x7f0300c9, 0x7f0302b3, 0x7f03035a }
+int styleable ClockHandView_clockHandColor 0
+int styleable ClockHandView_materialCircleRadius 1
+int styleable ClockHandView_selectorSize 2
+int[] styleable CollapsingToolbarLayout { 0x7f0300d7, 0x7f0300d8, 0x7f0300d9, 0x7f03011e, 0x7f03018c, 0x7f03018d, 0x7f03018e, 0x7f03018f, 0x7f030190, 0x7f030191, 0x7f030192, 0x7f030193, 0x7f03019a, 0x7f0301d1, 0x7f0302c2, 0x7f030350, 0x7f030352, 0x7f030390, 0x7f03041c, 0x7f03041e, 0x7f03041f, 0x7f030426, 0x7f03042a }
+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_toolbarId 22
+int[] styleable CollapsingToolbarLayout_Layout { 0x7f030238, 0x7f030239 }
+int styleable CollapsingToolbarLayout_Layout_layout_collapseMode 0
+int styleable CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier 1
+int[] styleable ColorStateListItem { 0x010101a5, 0x0101031f, 0x01010647, 0x7f03002d, 0x7f03022a }
+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, 0x7f03007d, 0x7f030083, 0x7f030084 }
+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, 0x7f030031, 0x7f030054, 0x7f030055, 0x7f030056, 0x7f030098, 0x7f03010c, 0x7f03010d, 0x7f03015d, 0x7f0301b2, 0x7f0301b3, 0x7f0301b4, 0x7f0301b5, 0x7f0301b6, 0x7f0301b7, 0x7f0301b8, 0x7f0301b9, 0x7f0301ba, 0x7f0301bb, 0x7f0301bc, 0x7f0301bd, 0x7f0301be, 0x7f0301c0, 0x7f0301c1, 0x7f0301c2, 0x7f0301c3, 0x7f0301c4, 0x7f0301d8, 0x7f03023a, 0x7f03023b, 0x7f03023c, 0x7f03023d, 0x7f03023e, 0x7f03023f, 0x7f030240, 0x7f030241, 0x7f030242, 0x7f030243, 0x7f030244, 0x7f030245, 0x7f030246, 0x7f030247, 0x7f030248, 0x7f030249, 0x7f03024a, 0x7f03024b, 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, 0x7f030269, 0x7f03026a, 0x7f03026b, 0x7f03026c, 0x7f03026d, 0x7f03026e, 0x7f03026f, 0x7f030270, 0x7f030271, 0x7f030274, 0x7f030279, 0x7f0302ec, 0x7f0302ed, 0x7f030319, 0x7f030320, 0x7f030325, 0x7f030335, 0x7f030336, 0x7f030337, 0x7f03043f, 0x7f030441, 0x7f030443, 0x7f030455 }
+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, 0x7f030054, 0x7f030055, 0x7f030056, 0x7f030098, 0x7f0300bd, 0x7f0300be, 0x7f0300bf, 0x7f0300c0, 0x7f0300c1, 0x7f030109, 0x7f03010c, 0x7f03010d, 0x7f0301b2, 0x7f0301b3, 0x7f0301b4, 0x7f0301b5, 0x7f0301b6, 0x7f0301b7, 0x7f0301b8, 0x7f0301b9, 0x7f0301ba, 0x7f0301bb, 0x7f0301bc, 0x7f0301bd, 0x7f0301be, 0x7f0301c0, 0x7f0301c1, 0x7f0301c2, 0x7f0301c3, 0x7f0301c4, 0x7f0301d8, 0x7f030232, 0x7f03023a, 0x7f03023b, 0x7f03023c, 0x7f03023d, 0x7f03023e, 0x7f03023f, 0x7f030240, 0x7f030241, 0x7f030242, 0x7f030243, 0x7f030244, 0x7f030245, 0x7f030246, 0x7f030247, 0x7f030248, 0x7f030249, 0x7f03024a, 0x7f03024b, 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, 0x7f030269, 0x7f03026a, 0x7f03026b, 0x7f03026c, 0x7f03026d, 0x7f03026e, 0x7f03026f, 0x7f030270, 0x7f030271, 0x7f030274, 0x7f030275, 0x7f030279 }
+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 { 0x7f030340, 0x7f030341, 0x7f030342, 0x7f030343 }
+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 { 0x7f03010f, 0x7f030324 }
+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, 0x7f030031, 0x7f030054, 0x7f030055, 0x7f030056, 0x7f030098, 0x7f03010c, 0x7f03015d, 0x7f0301b2, 0x7f0301b3, 0x7f0301b4, 0x7f0301b5, 0x7f0301b6, 0x7f0301b7, 0x7f0301b8, 0x7f0301b9, 0x7f0301ba, 0x7f0301bb, 0x7f0301bc, 0x7f0301bd, 0x7f0301be, 0x7f0301c0, 0x7f0301c1, 0x7f0301c2, 0x7f0301c3, 0x7f0301c4, 0x7f0301d8, 0x7f03023a, 0x7f03023b, 0x7f03023c, 0x7f030240, 0x7f030244, 0x7f030245, 0x7f030246, 0x7f030249, 0x7f03024a, 0x7f03024b, 0x7f03024c, 0x7f03024d, 0x7f03024e, 0x7f03024f, 0x7f030250, 0x7f030251, 0x7f030252, 0x7f030253, 0x7f030254, 0x7f030257, 0x7f03025c, 0x7f03025d, 0x7f030260, 0x7f030261, 0x7f030262, 0x7f030263, 0x7f030264, 0x7f030265, 0x7f030266, 0x7f030267, 0x7f030269, 0x7f03026a, 0x7f03026b, 0x7f03026c, 0x7f03026d, 0x7f03026e, 0x7f03026f, 0x7f030270, 0x7f030271, 0x7f030274, 0x7f030279, 0x7f0302ec, 0x7f0302ed, 0x7f0302ee, 0x7f030319, 0x7f030320, 0x7f030325, 0x7f030335, 0x7f030336, 0x7f030337, 0x7f03043f, 0x7f030441, 0x7f030443, 0x7f030455 }
+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, 0x7f030031, 0x7f030054, 0x7f030055, 0x7f030056, 0x7f030098, 0x7f030108, 0x7f03010c, 0x7f03010d, 0x7f03014c, 0x7f03015d, 0x7f0301b2, 0x7f0301b3, 0x7f0301b4, 0x7f0301b5, 0x7f0301b6, 0x7f0301b7, 0x7f0301b8, 0x7f0301b9, 0x7f0301ba, 0x7f0301bb, 0x7f0301bc, 0x7f0301bd, 0x7f0301be, 0x7f0301c0, 0x7f0301c1, 0x7f0301c2, 0x7f0301c3, 0x7f0301c4, 0x7f0301d8, 0x7f03023a, 0x7f03023b, 0x7f03023c, 0x7f03023d, 0x7f03023e, 0x7f03023f, 0x7f030240, 0x7f030241, 0x7f030242, 0x7f030243, 0x7f030244, 0x7f030245, 0x7f030246, 0x7f030247, 0x7f030248, 0x7f030249, 0x7f03024a, 0x7f03024b, 0x7f03024d, 0x7f03024e, 0x7f03024f, 0x7f030250, 0x7f030251, 0x7f030252, 0x7f030253, 0x7f030254, 0x7f030255, 0x7f030256, 0x7f030257, 0x7f030258, 0x7f030259, 0x7f03025a, 0x7f03025b, 0x7f03025c, 0x7f03025d, 0x7f03025e, 0x7f03025f, 0x7f030260, 0x7f030261, 0x7f030262, 0x7f030264, 0x7f030265, 0x7f030266, 0x7f030267, 0x7f030269, 0x7f03026a, 0x7f03026b, 0x7f03026c, 0x7f03026d, 0x7f03026e, 0x7f03026f, 0x7f030270, 0x7f030271, 0x7f030274, 0x7f030279, 0x7f0302ec, 0x7f0302ed, 0x7f030319, 0x7f030320, 0x7f030325, 0x7f030337, 0x7f030441, 0x7f030443 }
+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 { 0x7f030229, 0x7f03038e }
+int styleable CoordinatorLayout_keylines 0
+int styleable CoordinatorLayout_statusBarBackground 1
+int[] styleable CoordinatorLayout_Layout { 0x010100b3, 0x7f030235, 0x7f030236, 0x7f030237, 0x7f030268, 0x7f030272, 0x7f030273 }
+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 { 0x7f030039, 0x7f030136, 0x7f030137, 0x7f030138, 0x7f030139, 0x7f03013a, 0x7f03013b, 0x7f03013d, 0x7f03013e, 0x7f03013f, 0x7f0302c8 }
+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 DialogFragmentNavigator { 0x01010003 }
+int styleable DialogFragmentNavigator_android_name 0
+int[] styleable DrawerArrowToggle { 0x7f030037, 0x7f030038, 0x7f030053, 0x7f0300df, 0x7f030162, 0x7f0301d4, 0x7f030376, 0x7f03040a }
+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 { 0x7f030171 }
+int styleable DrawerLayout_elevation 0
+int[] styleable ExtendedFloatingActionButton { 0x7f0300d6, 0x7f030171, 0x7f030194, 0x7f0301e2, 0x7f030366, 0x7f03036a }
+int styleable ExtendedFloatingActionButton_collapsedSize 0
+int styleable ExtendedFloatingActionButton_elevation 1
+int styleable ExtendedFloatingActionButton_extendMotionSpec 2
+int styleable ExtendedFloatingActionButton_hideMotionSpec 3
+int styleable ExtendedFloatingActionButton_showMotionSpec 4
+int styleable ExtendedFloatingActionButton_shrinkMotionSpec 5
+int[] styleable ExtendedFloatingActionButton_Behavior_Layout { 0x7f030057, 0x7f030058 }
+int styleable ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide 0
+int styleable ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink 1
+int[] styleable FloatingActionButton { 0x0101000e, 0x7f03004b, 0x7f03004c, 0x7f030065, 0x7f030171, 0x7f03017f, 0x7f0301a0, 0x7f0301a1, 0x7f0301e2, 0x7f0301ed, 0x7f0302c1, 0x7f030332, 0x7f03034a, 0x7f03035c, 0x7f03035f, 0x7f030366, 0x7f03044b }
+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 { 0x7f030057 }
+int styleable FloatingActionButton_Behavior_Layout_behavior_autoHide 0
+int[] styleable FlowLayout { 0x7f03021f, 0x7f03027e }
+int styleable FlowLayout_itemSpacing 0
+int styleable FlowLayout_lineSpacing 1
+int[] styleable FontFamily { 0x7f0301c7, 0x7f0301c8, 0x7f0301c9, 0x7f0301ca, 0x7f0301cb, 0x7f0301cc, 0x7f0301cd }
+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, 0x7f0301c5, 0x7f0301ce, 0x7f0301cf, 0x7f0301d0, 0x7f030448 }
+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, 0x7f0301d2 }
+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 FragmentNavigator { 0x01010003 }
+int styleable FragmentNavigator_android_name 0
+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, 0x7f030062, 0x7f030077, 0x7f03011f, 0x7f030133, 0x7f0301fa, 0x7f0301fb, 0x7f0301fc, 0x7f0301fd, 0x7f030308, 0x7f03034c, 0x7f03034d, 0x7f03034e, 0x7f030457 }
+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 { 0x7f030294, 0x7f030295, 0x7f030296, 0x7f03030a, 0x7f03030c, 0x7f03030d, 0x7f030310 }
+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, 0x7f030135, 0x7f0301d3, 0x7f0302ec, 0x7f0302ee, 0x7f03043f, 0x7f030441, 0x7f030443 }
+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, 0x7f030135, 0x7f0301d3, 0x7f0302ec, 0x7f0302ee, 0x7f030441, 0x7f030443, 0x7f030459, 0x7f03045a, 0x7f03045b, 0x7f03045c, 0x7f03045d }
+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 { 0x7f030135, 0x7f03015d, 0x7f0301d3, 0x7f030227, 0x7f0302ee, 0x7f030319, 0x7f03031b, 0x7f03031c, 0x7f03031d, 0x7f03031e, 0x7f030370, 0x7f030441 }
+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, 0x7f030135, 0x7f0301d3, 0x7f0302ec, 0x7f0302ee, 0x7f030441, 0x7f030443, 0x7f030458, 0x7f030459, 0x7f03045a, 0x7f03045b, 0x7f03045c }
+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 { 0x7f0301d3, 0x7f0302ee, 0x7f0302ef, 0x7f0302f0, 0x7f030300, 0x7f030302, 0x7f030303, 0x7f030445, 0x7f030446, 0x7f030447, 0x7f030452, 0x7f030453, 0x7f030454 }
+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, 0x7f030054, 0x7f030055, 0x7f030056, 0x7f030098, 0x7f03010c, 0x7f03010d, 0x7f0301d8, 0x7f03023a, 0x7f03023b, 0x7f03023c, 0x7f03023d, 0x7f03023e, 0x7f03023f, 0x7f030240, 0x7f030241, 0x7f030242, 0x7f030243, 0x7f030244, 0x7f030245, 0x7f030246, 0x7f030247, 0x7f030248, 0x7f030249, 0x7f03024a, 0x7f03024b, 0x7f03024c, 0x7f03024d, 0x7f03024e, 0x7f03024f, 0x7f030250, 0x7f030251, 0x7f030252, 0x7f030253, 0x7f030254, 0x7f030255, 0x7f030256, 0x7f030257, 0x7f030258, 0x7f030259, 0x7f03025a, 0x7f03025b, 0x7f03025d, 0x7f03025e, 0x7f03025f, 0x7f030260, 0x7f030261, 0x7f030262, 0x7f030263, 0x7f030264, 0x7f030265, 0x7f030266, 0x7f030267, 0x7f030269, 0x7f03026a, 0x7f03026b, 0x7f03026c, 0x7f03026d, 0x7f03026e, 0x7f03026f, 0x7f030270, 0x7f030271, 0x7f030274, 0x7f030279, 0x7f0302c0, 0x7f0302c4, 0x7f0302ca, 0x7f0302ce }
+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, 0x7f030152, 0x7f030157, 0x7f0302c5, 0x7f030365 }
+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 { 0x7f0301fe, 0x7f030202 }
+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 { 0x7f030044, 0x7f030045, 0x7f030046, 0x7f030047 }
+int styleable MaterialAlertDialog_backgroundInsetBottom 0
+int styleable MaterialAlertDialog_backgroundInsetEnd 1
+int styleable MaterialAlertDialog_backgroundInsetStart 2
+int styleable MaterialAlertDialog_backgroundInsetTop 3
+int[] styleable MaterialAlertDialogTheme { 0x7f030297, 0x7f030298, 0x7f030299, 0x7f03029a, 0x7f03029b, 0x7f03029c }
+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, 0x7f03036b, 0x7f03036c }
+int styleable MaterialAutoCompleteTextView_android_inputType 0
+int styleable MaterialAutoCompleteTextView_simpleItemLayout 1
+int styleable MaterialAutoCompleteTextView_simpleItems 2
+int[] styleable MaterialButton { 0x010100d4, 0x010101b7, 0x010101b8, 0x010101b9, 0x010101ba, 0x010101e5, 0x7f03004b, 0x7f03004c, 0x7f030127, 0x7f030171, 0x7f0301ee, 0x7f0301f0, 0x7f0301f1, 0x7f0301f2, 0x7f0301f4, 0x7f0301f5, 0x7f03034a, 0x7f03035c, 0x7f03035f, 0x7f030391, 0x7f030392 }
+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 MaterialButtonToggleGroup { 0x7f03009d, 0x7f030359, 0x7f03036f }
+int styleable MaterialButtonToggleGroup_checkedButton 0
+int styleable MaterialButtonToggleGroup_selectionRequired 1
+int styleable MaterialButtonToggleGroup_singleSelection 2
+int[] styleable MaterialCalendar { 0x0101020d, 0x7f030142, 0x7f030143, 0x7f030144, 0x7f030145, 0x7f0302fc, 0x7f03033c, 0x7f030468, 0x7f030469, 0x7f03046a }
+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, 0x7f03020c, 0x7f030218, 0x7f030219, 0x7f030220, 0x7f030221, 0x7f030225 }
+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, 0x7f030088, 0x7f03009f, 0x7f0300a1, 0x7f0300a2, 0x7f0300a3, 0x7f0300a4, 0x7f03034a, 0x7f03035c, 0x7f03035f, 0x7f03038b, 0x7f030391, 0x7f030392 }
+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 { 0x7f030083, 0x7f030097, 0x7f03044c }
+int styleable MaterialCheckBox_buttonTint 0
+int styleable MaterialCheckBox_centerIfNoTextEnabled 1
+int styleable MaterialCheckBox_useMaterialThemeColors 2
+int[] styleable MaterialDivider { 0x7f030153, 0x7f030155, 0x7f030156, 0x7f030158, 0x7f03022f }
+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 { 0x7f030083, 0x7f03044c }
+int styleable MaterialRadioButton_buttonTint 0
+int styleable MaterialRadioButton_useMaterialThemeColors 1
+int[] styleable MaterialShape { 0x7f03035c, 0x7f03035f }
+int styleable MaterialShape_shapeAppearance 0
+int styleable MaterialShape_shapeAppearanceOverlay 1
+int[] styleable MaterialTextAppearance { 0x010104b6, 0x0101057f, 0x7f03027d }
+int styleable MaterialTextAppearance_android_letterSpacing 0
+int styleable MaterialTextAppearance_android_lineHeight 1
+int styleable MaterialTextAppearance_lineHeight 2
+int[] styleable MaterialTextView { 0x01010034, 0x0101057f, 0x7f03027d }
+int styleable MaterialTextView_android_textAppearance 0
+int styleable MaterialTextView_android_lineHeight 1
+int styleable MaterialTextView_lineHeight 2
+int[] styleable MaterialTimePicker { 0x7f0300ca, 0x7f030228 }
+int styleable MaterialTimePicker_clockIcon 0
+int styleable MaterialTimePicker_keyboardIcon 1
+int[] styleable MaterialToolbar { 0x7f030290, 0x7f030292, 0x7f0302f6, 0x7f03039a, 0x7f03041d }
+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, 0x7f030010, 0x7f030024, 0x7f030026, 0x7f03002e, 0x7f030110, 0x7f0301f4, 0x7f0301f5, 0x7f0302ff, 0x7f030363, 0x7f030431 }
+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, 0x7f030331, 0x7f030393 }
+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 { 0x7f0302cf, 0x7f0302d0, 0x7f0302d1, 0x7f0302d2, 0x7f0302d3, 0x7f0302d4 }
+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, 0x7f030031, 0x7f03015d, 0x7f0302eb, 0x7f0302ed, 0x7f030319, 0x7f030335, 0x7f030336, 0x7f030337, 0x7f030441 }
+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 { 0x7f0302e1, 0x7f0302e2, 0x7f0302e3, 0x7f0302e4, 0x7f0302e5, 0x7f0302e6, 0x7f0302e7, 0x7f0302e8 }
+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 { 0x7f030301, 0x7f030304 }
+int styleable MotionHelper_onHide 0
+int styleable MotionHelper_onShow 1
+int[] styleable MotionLabel { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x010100af, 0x0101014f, 0x01010164, 0x010103ac, 0x01010535, 0x7f030063, 0x7f030064, 0x7f03034f, 0x7f0303ed, 0x7f0303ee, 0x7f0303ef, 0x7f0303f0, 0x7f0303f1, 0x7f0303ff, 0x7f030400, 0x7f030401, 0x7f030402, 0x7f030404, 0x7f030405, 0x7f030406, 0x7f030407 }
+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 { 0x7f030034, 0x7f030134, 0x7f030232, 0x7f0302d5, 0x7f0302ec, 0x7f030367 }
+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 { 0x7f030146, 0x7f030233 }
+int styleable MotionScene_defaultDuration 0
+int styleable MotionScene_layoutDuringTransition 1
+int[] styleable MotionTelltales { 0x7f0303c4, 0x7f0303c5, 0x7f0303c6 }
+int styleable MotionTelltales_telltales_tailColor 0
+int styleable MotionTelltales_telltales_tailScale 1
+int styleable MotionTelltales_telltales_velocityMode 2
+int[] styleable NavAction { 0x010100d0, 0x7f03014d, 0x7f030180, 0x7f030188, 0x7f030230, 0x7f030326, 0x7f030327, 0x7f030328, 0x7f030329 }
+int styleable NavAction_android_id 0
+int styleable NavAction_destination 1
+int styleable NavAction_enterAnim 2
+int styleable NavAction_exitAnim 3
+int styleable NavAction_launchSingleTop 4
+int styleable NavAction_popEnterAnim 5
+int styleable NavAction_popExitAnim 6
+int styleable NavAction_popUpTo 7
+int styleable NavAction_popUpToInclusive 8
+int[] styleable NavArgument { 0x01010003, 0x010101ed, 0x7f030036, 0x7f0302fd }
+int styleable NavArgument_android_name 0
+int styleable NavArgument_android_defaultValue 1
+int styleable NavArgument_argType 2
+int styleable NavArgument_nullable 3
+int[] styleable NavDeepLink { 0x010104ee, 0x7f030002, 0x7f0302c9, 0x7f03044a }
+int styleable NavDeepLink_android_autoVerify 0
+int styleable NavDeepLink_action 1
+int styleable NavDeepLink_mimeType 2
+int styleable NavDeepLink_uri 3
+int[] styleable NavGraphNavigator { 0x7f030382 }
+int styleable NavGraphNavigator_startDestination 0
+int[] styleable NavHost { 0x7f0302f3 }
+int styleable NavHost_navGraph 0
+int[] styleable NavHostFragment { 0x7f030147 }
+int styleable NavHostFragment_defaultNavHost 0
+int[] styleable NavInclude { 0x7f0301d7 }
+int styleable NavInclude_graph 0
+int[] styleable NavigationBarActiveIndicator { 0x01010155, 0x01010159, 0x010101a5, 0x7f030293, 0x7f03035c }
+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 { 0x7f03004b, 0x7f030171, 0x7f03020a, 0x7f03020b, 0x7f030210, 0x7f030211, 0x7f030215, 0x7f030216, 0x7f030217, 0x7f030223, 0x7f030224, 0x7f030225, 0x7f03022d, 0x7f0302c6 }
+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 { 0x7f0301db, 0x7f030213, 0x7f0302c7, 0x7f03030a, 0x7f030310 }
+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, 0x7f030068, 0x7f030155, 0x7f030156, 0x7f030168, 0x7f030171, 0x7f0301db, 0x7f03020b, 0x7f03020d, 0x7f03020f, 0x7f030210, 0x7f030211, 0x7f030212, 0x7f030217, 0x7f030218, 0x7f030219, 0x7f03021a, 0x7f03021b, 0x7f03021c, 0x7f03021d, 0x7f03021e, 0x7f030222, 0x7f030225, 0x7f030226, 0x7f0302c6, 0x7f03035c, 0x7f03035f, 0x7f030394, 0x7f030395, 0x7f030396, 0x7f030397, 0x7f030432 }
+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 Navigator { 0x01010001, 0x010100d0 }
+int styleable Navigator_android_label 0
+int styleable Navigator_android_id 1
+int[] styleable OnClick { 0x7f0300c7, 0x7f0303c2 }
+int styleable OnClick_clickAction 0
+int styleable OnClick_targetId 1
+int[] styleable OnSwipe { 0x7f03003a, 0x7f03015a, 0x7f03015b, 0x7f03015c, 0x7f03027c, 0x7f0302bc, 0x7f0302c3, 0x7f0302f1, 0x7f0302fa, 0x7f030306, 0x7f03034b, 0x7f03037a, 0x7f03037b, 0x7f03037c, 0x7f03037d, 0x7f03037e, 0x7f030433, 0x7f030434, 0x7f030435 }
+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, 0x7f030307 }
+int styleable PopupWindow_android_popupBackground 0
+int styleable PopupWindow_android_popupAnimationStyle 1
+int styleable PopupWindow_overlapAnchor 2
+int[] styleable PopupWindowBackgroundState { 0x7f030388 }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable PropertySet { 0x010100dc, 0x0101031f, 0x7f03025c, 0x7f0302ec, 0x7f030455 }
+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 { 0x7f0302b3 }
+int styleable RadialViewGroup_materialCircleRadius 0
+int[] styleable RangeSlider { 0x7f0302cc, 0x7f03044d }
+int styleable RangeSlider_minSeparation 0
+int styleable RangeSlider_values 1
+int[] styleable RecycleListView { 0x7f030309, 0x7f03030f }
+int styleable RecycleListView_paddingBottomNoButtons 0
+int styleable RecycleListView_paddingTopNoTitle 1
+int[] styleable RecyclerView { 0x010100c4, 0x010100eb, 0x010100f1, 0x7f0301a2, 0x7f0301a3, 0x7f0301a4, 0x7f0301a5, 0x7f0301a6, 0x7f030234, 0x7f030349, 0x7f030375, 0x7f030380 }
+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 { 0x7f030206 }
+int styleable ScrimInsetsFrameLayout_insetForeground 0
+int[] styleable ScrollingViewBehavior_Layout { 0x7f03005e }
+int styleable ScrollingViewBehavior_Layout_behavior_overlapTop 0
+int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f0300cc, 0x7f030107, 0x7f030148, 0x7f0301d6, 0x7f0301f6, 0x7f030231, 0x7f030338, 0x7f030339, 0x7f030353, 0x7f030354, 0x7f030398, 0x7f0303a1, 0x7f030456 }
+int styleable SearchView_android_focusable 0
+int styleable SearchView_android_maxWidth 1
+int styleable SearchView_android_inputType 2
+int styleable SearchView_android_imeOptions 3
+int styleable SearchView_closeIcon 4
+int styleable SearchView_commitIcon 5
+int styleable SearchView_defaultQueryHint 6
+int styleable SearchView_goIcon 7
+int styleable SearchView_iconifiedByDefault 8
+int styleable SearchView_layout 9
+int styleable SearchView_queryBackground 10
+int styleable SearchView_queryHint 11
+int styleable SearchView_searchHintIcon 12
+int styleable SearchView_searchIcon 13
+int styleable SearchView_submitBackground 14
+int styleable SearchView_suggestionRowLayout 15
+int styleable SearchView_voiceIcon 16
+int[] styleable ShapeAppearance { 0x7f030122, 0x7f030123, 0x7f030124, 0x7f030125, 0x7f030126, 0x7f030128, 0x7f030129, 0x7f03012a, 0x7f03012b, 0x7f03012c }
+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 { 0x7f030117, 0x7f030118, 0x7f030119, 0x7f03011a, 0x7f03011b, 0x7f03011c, 0x7f03011d, 0x7f03035c, 0x7f03035f, 0x7f030391, 0x7f030392 }
+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 Slider { 0x0101000e, 0x01010024, 0x01010146, 0x010102de, 0x010102df, 0x7f0301d9, 0x7f0301da, 0x7f03022b, 0x7f03022c, 0x7f03040b, 0x7f03040c, 0x7f03040d, 0x7f03040e, 0x7f03040f, 0x7f030413, 0x7f030414, 0x7f030415, 0x7f030419, 0x7f030437, 0x7f030438, 0x7f030439, 0x7f03043b }
+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_thumbColor 9
+int styleable Slider_thumbElevation 10
+int styleable Slider_thumbRadius 11
+int styleable Slider_thumbStrokeColor 12
+int styleable Slider_thumbStrokeWidth 13
+int styleable Slider_tickColor 14
+int styleable Slider_tickColorActive 15
+int styleable Slider_tickColorInactive 16
+int styleable Slider_tickVisible 17
+int styleable Slider_trackColor 18
+int styleable Slider_trackColorActive 19
+int styleable Slider_trackColorInactive 20
+int styleable Slider_trackHeight 21
+int[] styleable Snackbar { 0x7f030372, 0x7f030373, 0x7f030374 }
+int styleable Snackbar_snackbarButtonStyle 0
+int styleable Snackbar_snackbarStyle 1
+int styleable Snackbar_snackbarTextViewStyle 2
+int[] styleable SnackbarLayout { 0x0101011f, 0x7f030025, 0x7f030032, 0x7f030048, 0x7f03004b, 0x7f03004c, 0x7f030171, 0x7f0302bd }
+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 Spinner { 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, 0x7f03032c }
+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, 0x7f03010e }
+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 { 0x7f030149 }
+int styleable StateSet_defaultState 0
+int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f030368, 0x7f030379, 0x7f0303a2, 0x7f0303a3, 0x7f0303a5, 0x7f030410, 0x7f030411, 0x7f030412, 0x7f030436, 0x7f03043d, 0x7f03043e }
+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 { 0x7f03044c }
+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 { 0x7f0303a6, 0x7f0303a7, 0x7f0303a8, 0x7f0303a9, 0x7f0303aa, 0x7f0303ab, 0x7f0303ac, 0x7f0303ad, 0x7f0303ae, 0x7f0303af, 0x7f0303b0, 0x7f0303b1, 0x7f0303b2, 0x7f0303b3, 0x7f0303b4, 0x7f0303b5, 0x7f0303b6, 0x7f0303b7, 0x7f0303b8, 0x7f0303b9, 0x7f0303ba, 0x7f0303bb, 0x7f0303bd, 0x7f0303bf, 0x7f0303c0, 0x7f0303c1 }
+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_tabSelectedTextColor 22
+int styleable TabLayout_tabTextAppearance 23
+int styleable TabLayout_tabTextColor 24
+int styleable TabLayout_tabUnboundedRipple 25
+int[] styleable TextAppearance { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x0101009a, 0x0101009b, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x010103ac, 0x01010585, 0x7f0301c6, 0x7f0301cf, 0x7f0303c7, 0x7f0303fe }
+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, 0x7f030063, 0x7f030064, 0x7f0303f5, 0x7f0303ff, 0x7f030400 }
+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 { 0x7f0303f9 }
+int styleable TextInputEditText_textInputLayoutFocusedRectEnabled 0
+int[] styleable TextInputLayout { 0x0101000e, 0x0101009a, 0x0101011f, 0x0101013f, 0x01010150, 0x01010157, 0x0101015a, 0x7f03006c, 0x7f03006d, 0x7f03006e, 0x7f03006f, 0x7f030070, 0x7f030071, 0x7f030072, 0x7f030073, 0x7f030074, 0x7f030075, 0x7f030076, 0x7f03012d, 0x7f03012e, 0x7f03012f, 0x7f030130, 0x7f030131, 0x7f030132, 0x7f030177, 0x7f030178, 0x7f030179, 0x7f03017a, 0x7f03017b, 0x7f03017c, 0x7f030181, 0x7f030182, 0x7f030183, 0x7f030184, 0x7f030185, 0x7f030186, 0x7f030187, 0x7f03018b, 0x7f0301dd, 0x7f0301de, 0x7f0301df, 0x7f0301e0, 0x7f0301e5, 0x7f0301e6, 0x7f0301e7, 0x7f0301e8, 0x7f030314, 0x7f030315, 0x7f030316, 0x7f030317, 0x7f030318, 0x7f030321, 0x7f030322, 0x7f030323, 0x7f03032e, 0x7f03032f, 0x7f030330, 0x7f03035c, 0x7f03035f, 0x7f030383, 0x7f030384, 0x7f030385, 0x7f030386, 0x7f030387, 0x7f03039e, 0x7f03039f, 0x7f0303a0 }
+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_endIconMode 27
+int styleable TextInputLayout_endIconTint 28
+int styleable TextInputLayout_endIconTintMode 29
+int styleable TextInputLayout_errorContentDescription 30
+int styleable TextInputLayout_errorEnabled 31
+int styleable TextInputLayout_errorIconDrawable 32
+int styleable TextInputLayout_errorIconTint 33
+int styleable TextInputLayout_errorIconTintMode 34
+int styleable TextInputLayout_errorTextAppearance 35
+int styleable TextInputLayout_errorTextColor 36
+int styleable TextInputLayout_expandedHintEnabled 37
+int styleable TextInputLayout_helperText 38
+int styleable TextInputLayout_helperTextEnabled 39
+int styleable TextInputLayout_helperTextTextAppearance 40
+int styleable TextInputLayout_helperTextTextColor 41
+int styleable TextInputLayout_hintAnimationEnabled 42
+int styleable TextInputLayout_hintEnabled 43
+int styleable TextInputLayout_hintTextAppearance 44
+int styleable TextInputLayout_hintTextColor 45
+int styleable TextInputLayout_passwordToggleContentDescription 46
+int styleable TextInputLayout_passwordToggleDrawable 47
+int styleable TextInputLayout_passwordToggleEnabled 48
+int styleable TextInputLayout_passwordToggleTint 49
+int styleable TextInputLayout_passwordToggleTintMode 50
+int styleable TextInputLayout_placeholderText 51
+int styleable TextInputLayout_placeholderTextAppearance 52
+int styleable TextInputLayout_placeholderTextColor 53
+int styleable TextInputLayout_prefixText 54
+int styleable TextInputLayout_prefixTextAppearance 55
+int styleable TextInputLayout_prefixTextColor 56
+int styleable TextInputLayout_shapeAppearance 57
+int styleable TextInputLayout_shapeAppearanceOverlay 58
+int styleable TextInputLayout_startIconCheckable 59
+int styleable TextInputLayout_startIconContentDescription 60
+int styleable TextInputLayout_startIconDrawable 61
+int styleable TextInputLayout_startIconTint 62
+int styleable TextInputLayout_startIconTintMode 63
+int styleable TextInputLayout_suffixText 64
+int styleable TextInputLayout_suffixTextAppearance 65
+int styleable TextInputLayout_suffixTextColor 66
+int[] styleable ThemeEnforcement { 0x01010034, 0x7f03017d, 0x7f03017e }
+int styleable ThemeEnforcement_android_textAppearance 0
+int styleable ThemeEnforcement_enforceMaterialTheme 1
+int styleable ThemeEnforcement_enforceTextAppearance 2
+int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f03007e, 0x7f0300d4, 0x7f0300d5, 0x7f030111, 0x7f030112, 0x7f030113, 0x7f030114, 0x7f030115, 0x7f030116, 0x7f03028f, 0x7f030291, 0x7f0302be, 0x7f0302c6, 0x7f0302f4, 0x7f0302f5, 0x7f03032c, 0x7f030399, 0x7f03039b, 0x7f03039c, 0x7f03041c, 0x7f030420, 0x7f030421, 0x7f030422, 0x7f030423, 0x7f030424, 0x7f030425, 0x7f030427, 0x7f030428 }
+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, 0x7f03004b }
+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, 0x7f03043f }
+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, 0x7f030041, 0x7f03010a, 0x7f03010b, 0x7f03016c, 0x7f030233, 0x7f0302e9, 0x7f030319, 0x7f030381, 0x7f030440, 0x7f030442 }
+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 { 0x7f03010e, 0x7f030345, 0x7f030346, 0x7f030347, 0x7f030348 }
+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, 0x7f03030b, 0x7f03030e, 0x7f030408 }
+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, 0x7f03004b, 0x7f03004c }
+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, 0x7f0300c6, 0x7f03016c, 0x7f0301f7, 0x7f0301f8, 0x7f0302e9, 0x7f0302ee, 0x7f030305, 0x7f030319, 0x7f03035b, 0x7f030440, 0x7f030449, 0x7f030451 }
+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 { 0x7f030109 }
+int styleable include_constraintSet 0
+int xml standalone_badge 0x7f130000
+int xml standalone_badge_gravity_bottom_end 0x7f130001
+int xml standalone_badge_gravity_bottom_start 0x7f130002
+int xml standalone_badge_gravity_top_start 0x7f130003
+int xml standalone_badge_offset 0x7f130004
diff --git a/Calculator/app/build/intermediates/signing_config_versions/debug/signing-config-versions.json b/Calculator/app/build/intermediates/signing_config_versions/debug/signing-config-versions.json
new file mode 100644
index 0000000..51f6368
--- /dev/null
+++ b/Calculator/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/Calculator/app/build/intermediates/stable_resource_ids_file/debug/stableIds.txt b/Calculator/app/build/intermediates/stable_resource_ids_file/debug/stableIds.txt
new file mode 100644
index 0000000..cc2d87b
--- /dev/null
+++ b/Calculator/app/build/intermediates/stable_resource_ids_file/debug/stableIds.txt
@@ -0,0 +1,5477 @@
+com.example.calculator:xml/standalone_badge = 0x7f130000
+com.example.calculator:styleable/ViewStubCompat = 0x7f12009e
+com.example.calculator:styleable/View = 0x7f12009b
+com.example.calculator:styleable/Tooltip = 0x7f120097
+com.example.calculator:styleable/Toolbar = 0x7f120096
+com.example.calculator:styleable/ThemeEnforcement = 0x7f120095
+com.example.calculator:styleable/TextInputEditText = 0x7f120093
+com.example.calculator:styleable/TextEffects = 0x7f120092
+com.example.calculator:styleable/TabItem = 0x7f12008f
+com.example.calculator:styleable/StateListDrawable = 0x7f12008a
+com.example.calculator:styleable/State = 0x7f120089
+com.example.calculator:styleable/Snackbar = 0x7f120086
+com.example.calculator:styleable/ShapeableImageView = 0x7f120084
+com.example.calculator:styleable/ScrollingViewBehavior_Layout = 0x7f120081
+com.example.calculator:styleable/PropertySet = 0x7f12007b
+com.example.calculator:styleable/PopupWindow = 0x7f120079
+com.example.calculator:styleable/OnSwipe = 0x7f120078
+com.example.calculator:styleable/NavigationBarView = 0x7f120073
+com.example.calculator:styleable/NavInclude = 0x7f120071
+com.example.calculator:styleable/NavArgument = 0x7f12006c
+com.example.calculator:styleable/MotionScene = 0x7f120069
+com.example.calculator:styleable/MotionLabel = 0x7f120067
+com.example.calculator:styleable/MotionEffect = 0x7f120065
+com.example.calculator:styleable/MockView = 0x7f120063
+com.example.calculator:styleable/MenuView = 0x7f120062
+com.example.calculator:styleable/MenuGroup = 0x7f120060
+com.example.calculator:styleable/MaterialTextView = 0x7f12005d
+com.example.calculator:styleable/MaterialTextAppearance = 0x7f12005c
+com.example.calculator:styleable/MaterialShape = 0x7f12005b
+com.example.calculator:styleable/MaterialDivider = 0x7f120059
+com.example.calculator:styleable/MaterialCardView = 0x7f120057
+com.example.calculator:styleable/LinearLayoutCompat = 0x7f12004c
+com.example.calculator:styleable/KeyFramesVelocity = 0x7f120047
+com.example.calculator:styleable/KeyFramesAcceleration = 0x7f120046
+com.example.calculator:styleable/KeyFrame = 0x7f120045
+com.example.calculator:styleable/GradientColorItem = 0x7f120040
+com.example.calculator:styleable/GradientColor = 0x7f12003f
+com.example.calculator:styleable/FragmentNavigator = 0x7f12003e
+com.example.calculator:styleable/FontFamilyFont = 0x7f12003a
+com.example.calculator:styleable/FloatingActionButton_Behavior_Layout = 0x7f120037
+com.example.calculator:styleable/FloatingActionButton = 0x7f120036
+com.example.calculator:styleable/ExtendedFloatingActionButton_Behavior_Layout = 0x7f120035
+com.example.calculator:styleable/DrawerLayout = 0x7f120033
+com.example.calculator:styleable/DrawerArrowToggle = 0x7f120032
+com.example.calculator:styleable/CoordinatorLayout_Layout = 0x7f12002f
+com.example.calculator:styleable/ConstraintSet = 0x7f12002d
+com.example.calculator:styleable/Constraint = 0x7f120028
+com.example.calculator:styleable/ColorStateListItem = 0x7f120026
+com.example.calculator:styleable/CollapsingToolbarLayout_Layout = 0x7f120025
+com.example.calculator:styleable/ClockHandView = 0x7f120023
+com.example.calculator:styleable/ClockFaceView = 0x7f120022
+com.example.calculator:styleable/CircularProgressIndicator = 0x7f120021
+com.example.calculator:styleable/Chip = 0x7f12001e
+com.example.calculator:styleable/CheckedTextView = 0x7f12001d
+com.example.calculator:styleable/Carousel = 0x7f12001c
+com.example.calculator:styleable/Capability = 0x7f12001a
+com.example.calculator:styleable/ButtonBarLayout = 0x7f120019
+com.example.calculator:styleable/BottomSheetBehavior_Layout = 0x7f120018
+com.example.calculator:styleable/BottomNavigationView = 0x7f120017
+com.example.calculator:styleable/BottomAppBar = 0x7f120016
+com.example.calculator:styleable/Badge = 0x7f120014
+com.example.calculator:styleable/AppCompatTheme = 0x7f120013
+com.example.calculator:styleable/AppBarLayoutStates = 0x7f12000c
+com.example.calculator:styleable/AnimatedStateListDrawableItem = 0x7f120009
+com.example.calculator:styleable/ActionMode = 0x7f120004
+com.example.calculator:styleable/ActionMenuItemView = 0x7f120002
+com.example.calculator:styleable/ActionBarLayout = 0x7f120001
+com.example.calculator:style/Widget.Support.CoordinatorLayout = 0x7f110420
+com.example.calculator:style/Widget.MaterialComponents.Toolbar.Primary = 0x7f11041c
+com.example.calculator:style/Widget.MaterialComponents.TimePicker.Display.TextInputLayout = 0x7f110418
+com.example.calculator:style/Widget.MaterialComponents.TimePicker.Display.Divider = 0x7f110415
+com.example.calculator:style/Widget.MaterialComponents.TimePicker.Clock = 0x7f110413
+com.example.calculator:style/Widget.MaterialComponents.TimePicker.Button = 0x7f110412
+com.example.calculator:style/Widget.MaterialComponents.TextView = 0x7f110410
+com.example.calculator:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu = 0x7f11040f
+com.example.calculator:style/Widget.MaterialComponents.TextInputLayout.FilledBox = 0x7f110408
+com.example.calculator:style/Widget.MaterialComponents.TextInputEditText.OutlinedBox = 0x7f110406
+com.example.calculator:style/Widget.MaterialComponents.TabLayout.PrimarySurface = 0x7f110403
+com.example.calculator:style/Widget.MaterialComponents.Snackbar.TextView = 0x7f110400
+com.example.calculator:style/Widget.MaterialComponents.Snackbar.FullWidth = 0x7f1103ff
+com.example.calculator:style/Widget.MaterialComponents.PopupMenu.Overflow = 0x7f1103fa
+com.example.calculator:styleable/ChipGroup = 0x7f12001f
+com.example.calculator:style/Widget.MaterialComponents.PopupMenu.ContextMenu = 0x7f1103f8
+com.example.calculator:style/Widget.MaterialComponents.PopupMenu = 0x7f1103f7
+com.example.calculator:style/Widget.MaterialComponents.NavigationView = 0x7f1103f6
+com.example.calculator:style/Widget.MaterialComponents.NavigationRailView = 0x7f1103f1
+com.example.calculator:style/Widget.MaterialComponents.MaterialCalendar.Year.Today = 0x7f1103ee
+com.example.calculator:style/Widget.MaterialComponents.MaterialCalendar.Year = 0x7f1103ec
+com.example.calculator:styleable/ExtendedFloatingActionButton = 0x7f120034
+com.example.calculator:style/Widget.MaterialComponents.MaterialCalendar.MonthTextView = 0x7f1103eb
+com.example.calculator:style/Widget.MaterialComponents.MaterialCalendar.MonthNavigationButton = 0x7f1103ea
+com.example.calculator:style/Widget.MaterialComponents.MaterialCalendar.HeaderToggleButton = 0x7f1103e8
+com.example.calculator:style/Widget.MaterialComponents.MaterialCalendar.HeaderTitle = 0x7f1103e7
+com.example.calculator:style/Widget.MaterialComponents.MaterialCalendar.HeaderSelection = 0x7f1103e5
+com.example.calculator:style/Widget.MaterialComponents.MaterialCalendar.HeaderLayout = 0x7f1103e4
+com.example.calculator:style/Widget.MaterialComponents.MaterialCalendar.HeaderDivider = 0x7f1103e3
+com.example.calculator:style/Widget.MaterialComponents.MaterialCalendar.HeaderCancelButton = 0x7f1103e1
+com.example.calculator:style/Widget.MaterialComponents.MaterialCalendar.DayTextView = 0x7f1103df
+com.example.calculator:style/Widget.MaterialComponents.MaterialCalendar.Day.Selected = 0x7f1103dc
+com.example.calculator:style/Widget.MaterialComponents.MaterialCalendar.Day.Invalid = 0x7f1103db
+com.example.calculator:style/Widget.MaterialComponents.MaterialCalendar.Day = 0x7f1103da
+com.example.calculator:style/Widget.MaterialComponents.FloatingActionButton = 0x7f1103d5
+com.example.calculator:style/Widget.MaterialComponents.ExtendedFloatingActionButton.Icon = 0x7f1103d4
+com.example.calculator:style/Widget.MaterialComponents.CircularProgressIndicator.Medium = 0x7f1103cd
+com.example.calculator:style/Widget.MaterialComponents.CircularProgressIndicator = 0x7f1103cb
+com.example.calculator:style/Widget.MaterialComponents.ChipGroup = 0x7f1103ca
+com.example.calculator:style/Widget.MaterialComponents.Chip.Filter = 0x7f1103c9
+com.example.calculator:style/Widget.MaterialComponents.Chip.Entry = 0x7f1103c8
+com.example.calculator:style/Widget.MaterialComponents.Chip.Choice = 0x7f1103c7
+com.example.calculator:style/Widget.MaterialComponents.Chip.Action = 0x7f1103c6
+com.example.calculator:style/Widget.MaterialComponents.CheckedTextView = 0x7f1103c5
+com.example.calculator:style/Widget.MaterialComponents.CardView = 0x7f1103c4
+com.example.calculator:style/Widget.MaterialComponents.Button.UnelevatedButton.Icon = 0x7f1103c3
+com.example.calculator:style/Widget.MaterialComponents.Button.TextButton.Snackbar = 0x7f1103c1
+com.example.calculator:style/Widget.MaterialComponents.Button.TextButton.Icon = 0x7f1103c0
+com.example.calculator:style/Widget.MaterialComponents.Button.TextButton.Dialog.Icon = 0x7f1103bf
+com.example.calculator:style/Widget.MaterialComponents.Button.TextButton = 0x7f1103bc
+com.example.calculator:style/Widget.MaterialComponents.Button.OutlinedButton = 0x7f1103ba
+com.example.calculator:style/Widget.MaterialComponents.Button.Icon = 0x7f1103b9
+com.example.calculator:style/Widget.MaterialComponents.BottomSheet = 0x7f1103b6
+com.example.calculator:style/Widget.MaterialComponents.BottomNavigationView.Colored = 0x7f1103b4
+com.example.calculator:style/Widget.MaterialComponents.BottomNavigationView = 0x7f1103b3
+com.example.calculator:style/Widget.MaterialComponents.BottomAppBar.PrimarySurface = 0x7f1103b2
+com.example.calculator:style/Widget.MaterialComponents.BottomAppBar.Colored = 0x7f1103b1
+com.example.calculator:style/Widget.MaterialComponents.BottomAppBar = 0x7f1103b0
+com.example.calculator:style/Widget.MaterialComponents.AutoCompleteTextView.OutlinedBox.Dense = 0x7f1103ae
+com.example.calculator:style/Widget.MaterialComponents.AutoCompleteTextView.FilledBox.Dense = 0x7f1103ac
+com.example.calculator:style/Widget.MaterialComponents.AppBarLayout.Surface = 0x7f1103aa
+com.example.calculator:style/Widget.MaterialComponents.AppBarLayout.Primary = 0x7f1103a8
+com.example.calculator:style/Widget.MaterialComponents.MaterialCalendar.DayOfWeekLabel = 0x7f1103de
+com.example.calculator:style/Widget.MaterialComponents.ActionMode = 0x7f1103a7
+com.example.calculator:style/Widget.MaterialComponents.ActionBar.Surface = 0x7f1103a6
+com.example.calculator:style/Widget.MaterialComponents.ActionBar.Solid = 0x7f1103a5
+com.example.calculator:style/Widget.MaterialComponents.ActionBar.Primary = 0x7f1103a3
+com.example.calculator:style/Widget.Material3.Toolbar.Surface = 0x7f1103a1
+com.example.calculator:style/Widget.Material3.TextInputLayout.OutlinedBox.ExposedDropdownMenu = 0x7f11039e
+com.example.calculator:style/Widget.Material3.TextInputLayout.OutlinedBox.Dense = 0x7f11039c
+com.example.calculator:style/Widget.Material3.TextInputLayout.OutlinedBox = 0x7f11039b
+com.example.calculator:style/Widget.Material3.TextInputLayout.FilledBox = 0x7f110397
+com.example.calculator:style/Widget.Material3.TextInputEditText.OutlinedBox.Dense = 0x7f110396
+com.example.calculator:style/Widget.Material3.TextInputEditText.FilledBox.Dense = 0x7f110394
+com.example.calculator:style/Widget.Material3.TabLayout.OnSurface = 0x7f110391
+com.example.calculator:style/Widget.Material3.Snackbar = 0x7f11038d
+com.example.calculator:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense.ExposedDropdownMenu = 0x7f11040e
+com.example.calculator:style/Widget.Material3.PopupMenu.ContextMenu = 0x7f110389
+com.example.calculator:style/Widget.Material3.NavigationView = 0x7f110387
+com.example.calculator:style/Widget.Material3.MaterialTimePicker.Display = 0x7f11037f
+com.example.calculator:style/Widget.Material3.MaterialTimePicker.Clock = 0x7f11037e
+com.example.calculator:style/Widget.Material3.MaterialTimePicker = 0x7f11037c
+com.example.calculator:styleable/NavDeepLink = 0x7f12006d
+com.example.calculator:style/Widget.Material3.MaterialDivider.Heavy = 0x7f11037b
+com.example.calculator:style/Widget.Material3.MaterialDivider = 0x7f11037a
+com.example.calculator:style/Widget.Material3.MaterialCalendar.MonthTextView = 0x7f110375
+com.example.calculator:style/Widget.Material3.MaterialCalendar.Item = 0x7f110373
+com.example.calculator:style/Widget.Material3.MaterialCalendar.HeaderSelection = 0x7f11036f
+com.example.calculator:style/Widget.Material3.MaterialCalendar.HeaderDivider = 0x7f11036d
+com.example.calculator:style/Widget.Material3.MaterialCalendar.Fullscreen = 0x7f11036b
+com.example.calculator:style/Widget.Material3.MaterialCalendar.DayTextView = 0x7f11036a
+com.example.calculator:style/Widget.Material3.MaterialCalendar.Day.Selected = 0x7f110367
+com.example.calculator:style/Widget.Material3.Light.ActionBar.Solid = 0x7f110362
+com.example.calculator:style/Widget.Material3.FloatingActionButton.Surface = 0x7f110360
+com.example.calculator:style/Widget.Material3.FloatingActionButton.Primary = 0x7f11035e
+com.example.calculator:style/Widget.Material3.FloatingActionButton.Large.Tertiary = 0x7f11035d
+com.example.calculator:style/Widget.Material3.ExtendedFloatingActionButton.Tertiary = 0x7f110359
+com.example.calculator:style/Widget.Material3.ExtendedFloatingActionButton.Secondary = 0x7f110357
+com.example.calculator:style/Widget.Material3.ExtendedFloatingActionButton.Primary = 0x7f110356
+com.example.calculator:style/Widget.Material3.CompoundButton.RadioButton = 0x7f11034f
+com.example.calculator:styleable/DialogFragmentNavigator = 0x7f120031
+com.example.calculator:style/Widget.Material3.CompoundButton.CheckBox = 0x7f11034e
+com.example.calculator:style/Widget.Material3.CollapsingToolbar.Medium = 0x7f11034d
+com.example.calculator:style/Widget.Material3.CollapsingToolbar = 0x7f11034b
+com.example.calculator:style/Widget.Material3.CircularProgressIndicator.Small = 0x7f11034a
+com.example.calculator:style/Widget.Material3.CircularProgressIndicator.Medium = 0x7f110349
+com.example.calculator:style/Widget.Material3.CircularProgressIndicator = 0x7f110347
+com.example.calculator:style/Widget.Material3.ChipGroup = 0x7f110346
+com.example.calculator:style/Widget.Material3.Chip.Suggestion.Elevated = 0x7f110345
+com.example.calculator:style/Widget.Material3.Chip.Input.Elevated = 0x7f110341
+com.example.calculator:style/Widget.Material3.Chip.Assist.Elevated = 0x7f11033d
+com.example.calculator:style/Widget.Material3.CardView.Outlined = 0x7f11033a
+com.example.calculator:style/Widget.Material3.Button.UnelevatedButton = 0x7f110337
+com.example.calculator:style/Widget.Material3.Button.TextButton.Dialog = 0x7f110330
+com.example.calculator:style/Widget.Material3.Button.TextButton = 0x7f11032f
+com.example.calculator:style/Widget.Material3.Button.OutlinedButton = 0x7f11032d
+com.example.calculator:style/Widget.Material3.Button.ElevatedButton = 0x7f110329
+com.example.calculator:style/Widget.Material3.BottomSheet = 0x7f110326
+com.example.calculator:style/Widget.Material3.BottomNavigationView.ActiveIndicator = 0x7f110325
+com.example.calculator:style/Widget.Material3.BottomNavigationView = 0x7f110324
+com.example.calculator:style/Widget.Material3.BottomAppBar = 0x7f110323
+com.example.calculator:style/Widget.Material3.AutoCompleteTextView.OutlinedBox.Dense = 0x7f110321
+com.example.calculator:style/Widget.Material3.ActionBar.Solid = 0x7f11031b
+com.example.calculator:style/Widget.Design.TextInputEditText = 0x7f110319
+com.example.calculator:style/Widget.Design.TabLayout = 0x7f110318
+com.example.calculator:style/Widget.Design.Snackbar = 0x7f110317
+com.example.calculator:style/Widget.Design.CollapsingToolbar = 0x7f110313
+com.example.calculator:style/Widget.Design.BottomSheet.Modal = 0x7f110312
+com.example.calculator:style/Widget.Design.BottomNavigationView = 0x7f110311
+com.example.calculator:style/Widget.Compat.NotificationActionText = 0x7f11030f
+com.example.calculator:style/Widget.AppCompat.Toolbar = 0x7f11030c
+com.example.calculator:style/Widget.AppCompat.Spinner.Underlined = 0x7f110309
+com.example.calculator:style/Widget.AppCompat.Spinner.DropDown.ActionBar = 0x7f110308
+com.example.calculator:style/Widget.AppCompat.SeekBar.Discrete = 0x7f110305
+com.example.calculator:style/Widget.AppCompat.SeekBar = 0x7f110304
+com.example.calculator:style/Widget.AppCompat.RatingBar = 0x7f1102ff
+com.example.calculator:style/Widget.AppCompat.ListView.Menu = 0x7f1102f9
+com.example.calculator:style/Widget.AppCompat.ListView.DropDown = 0x7f1102f8
+com.example.calculator:style/Widget.AppCompat.ListPopupWindow = 0x7f1102f6
+com.example.calculator:style/Widget.AppCompat.Light.Spinner.DropDown.ActionBar = 0x7f1102f4
+com.example.calculator:style/Widget.AppCompat.Light.SearchView = 0x7f1102f3
+com.example.calculator:style/Widget.AppCompat.Light.PopupMenu.Overflow = 0x7f1102f2
+com.example.calculator:style/Widget.AppCompat.Light.ActivityChooserView = 0x7f1102ec
+com.example.calculator:style/Widget.AppCompat.Light.ActionMode.Inverse = 0x7f1102eb
+com.example.calculator:style/Widget.Material3.ExtendedFloatingActionButton.Surface = 0x7f110358
+com.example.calculator:style/Widget.AppCompat.Light.ActionButton.Overflow = 0x7f1102ea
+com.example.calculator:style/Widget.AppCompat.Light.ActionBar.TabView.Inverse = 0x7f1102e7
+com.example.calculator:style/Widget.AppCompat.Light.ActionBar.TabText.Inverse = 0x7f1102e5
+com.example.calculator:style/Widget.AppCompat.Light.ActionBar.TabBar.Inverse = 0x7f1102e3
+com.example.calculator:style/Widget.AppCompat.EditText = 0x7f1102dd
+com.example.calculator:style/Widget.AppCompat.DropDownItem.Spinner = 0x7f1102dc
+com.example.calculator:style/Widget.AppCompat.CompoundButton.RadioButton = 0x7f1102d9
+com.example.calculator:styleable/CircleImageView = 0x7f120020
+com.example.calculator:style/Widget.AppCompat.ButtonBar.AlertDialog = 0x7f1102d7
+com.example.calculator:style/Widget.AppCompat.Button.Small = 0x7f1102d5
+com.example.calculator:style/Widget.AppCompat.Button.ButtonBar.AlertDialog = 0x7f1102d3
+com.example.calculator:styleable/KeyPosition = 0x7f120048
+com.example.calculator:style/Widget.AppCompat.AutoCompleteTextView = 0x7f1102cf
+com.example.calculator:style/Widget.AppCompat.ActionBar.TabView = 0x7f1102c9
+com.example.calculator:style/Widget.Material3.FloatingActionButton.Large.Surface = 0x7f11035c
+com.example.calculator:style/Widget.AppCompat.ActionBar.TabText = 0x7f1102c8
+com.example.calculator:style/Widget.AppCompat.ActionBar.TabBar = 0x7f1102c7
+com.example.calculator:style/Widget.AppCompat.ActionBar.Solid = 0x7f1102c6
+com.example.calculator:style/Widget.AppCompat.ActionBar = 0x7f1102c5
+com.example.calculator:style/ThemeOverlay.MaterialComponents.Toolbar.Primary = 0x7f1102c2
+com.example.calculator:style/ThemeOverlay.MaterialComponents.TimePicker = 0x7f1102be
+com.example.calculator:style/ThemeOverlay.MaterialComponents.TextInputEditText.OutlinedBox.Dense = 0x7f1102bd
+com.example.calculator:style/ThemeOverlay.MaterialComponents.TextInputEditText.FilledBox.Dense = 0x7f1102bb
+com.example.calculator:style/ThemeOverlay.MaterialComponents.TextInputEditText = 0x7f1102b9
+com.example.calculator:style/ThemeOverlay.MaterialComponents.MaterialCalendar.Fullscreen = 0x7f1102b8
+com.example.calculator:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date = 0x7f1102b2
+com.example.calculator:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Centered = 0x7f1102b1
+com.example.calculator:style/ThemeOverlay.MaterialComponents.Dark.ActionBar = 0x7f1102a9
+com.example.calculator:style/ThemeOverlay.MaterialComponents.BottomSheetDialog = 0x7f1102a7
+com.example.calculator:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.OutlinedBox = 0x7f1102a3
+com.example.calculator:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView = 0x7f1102a0
+com.example.calculator:style/ThemeOverlay.MaterialComponents.ActionBar.Surface = 0x7f11029f
+com.example.calculator:style/ThemeOverlay.MaterialComponents = 0x7f11029c
+com.example.calculator:style/ThemeOverlay.Material3.TextInputEditText.OutlinedBox.Dense = 0x7f110299
+com.example.calculator:style/ThemeOverlay.Material3.TextInputEditText.OutlinedBox = 0x7f110298
+com.example.calculator:style/Widget.Material3.AutoCompleteTextView.OutlinedBox = 0x7f110320
+com.example.calculator:style/ThemeOverlay.Material3.NavigationView = 0x7f110293
+com.example.calculator:style/ThemeOverlay.Material3.MaterialTimePicker = 0x7f110291
+com.example.calculator:style/ThemeOverlay.Material3.MaterialCalendar.HeaderCancelButton = 0x7f110290
+com.example.calculator:style/ThemeOverlay.Material3.MaterialCalendar.Fullscreen = 0x7f11028f
+com.example.calculator:style/ThemeOverlay.Material3.Light.Dialog.Alert.Framework = 0x7f11028b
+com.example.calculator:style/ThemeOverlay.Material3.FloatingActionButton.Secondary = 0x7f110285
+com.example.calculator:style/ThemeOverlay.Material3.FloatingActionButton.Primary = 0x7f110284
+com.example.calculator:style/ThemeOverlay.Material3.DynamicColors.Light = 0x7f110283
+com.example.calculator:style/ThemeOverlay.Material3.DynamicColors.DayNight = 0x7f110282
+com.example.calculator:style/ThemeOverlay.Material3.DynamicColors.Dark = 0x7f110281
+com.example.calculator:style/ThemeOverlay.Material3.Dialog.Alert = 0x7f11027f
+com.example.calculator:style/ThemeOverlay.Material3.Dialog = 0x7f11027e
+com.example.calculator:style/ThemeOverlay.Material3.DayNight.BottomSheetDialog = 0x7f11027d
+com.example.calculator:style/Widget.Material3.Snackbar.FullWidth = 0x7f11038e
+com.example.calculator:style/ThemeOverlay.Material3.Chip.Assist = 0x7f11027a
+com.example.calculator:style/ThemeOverlay.Material3.Chip = 0x7f110279
+com.example.calculator:style/ThemeOverlay.Material3.Button.TonalButton = 0x7f110278
+com.example.calculator:style/ThemeOverlay.Material3.Button = 0x7f110274
+com.example.calculator:style/ThemeOverlay.Material3.AutoCompleteTextView.FilledBox = 0x7f11026e
+com.example.calculator:style/ThemeOverlay.MaterialComponents.ActionBar = 0x7f11029d
+com.example.calculator:style/ThemeOverlay.Material3 = 0x7f11026b
+com.example.calculator:style/ThemeOverlay.AppCompat.Light = 0x7f110269
+com.example.calculator:style/ThemeOverlay.AppCompat.Dialog = 0x7f110267
+com.example.calculator:style/ThemeOverlay.AppCompat.Dark = 0x7f110263
+com.example.calculator:style/ThemeOverlay.AppCompat = 0x7f110261
+com.example.calculator:style/Theme.MaterialComponents.NoActionBar = 0x7f11025f
+com.example.calculator:style/Theme.MaterialComponents.Light.LargeTouch = 0x7f11025c
+com.example.calculator:style/Theme.MaterialComponents.Light.Dialog.Bridge = 0x7f110256
+com.example.calculator:style/Theme.MaterialComponents.Light.Dialog.Alert = 0x7f110254
+com.example.calculator:style/Theme.MaterialComponents.Light.Dialog = 0x7f110253
+com.example.calculator:style/Theme.MaterialComponents.Light.DarkActionBar.Bridge = 0x7f110252
+com.example.calculator:style/Theme.MaterialComponents.Light.Bridge = 0x7f110250
+com.example.calculator:style/Theme.MaterialComponents.Light = 0x7f11024d
+com.example.calculator:style/Theme.MaterialComponents.Dialog.MinWidth.Bridge = 0x7f11024b
+com.example.calculator:style/Theme.MaterialComponents.Dialog.Alert = 0x7f110245
+com.example.calculator:style/Theme.MaterialComponents.DayNight.NoActionBar.Bridge = 0x7f110243
+com.example.calculator:style/Theme.MaterialComponents.DayNight.NoActionBar = 0x7f110242
+com.example.calculator:style/Theme.MaterialComponents.DayNight.DialogWhenLarge = 0x7f110241
+com.example.calculator:style/Theme.MaterialComponents.DayNight.Dialog.FixedSize = 0x7f11023d
+com.example.calculator:style/Theme.MaterialComponents.DayNight.Dialog.Alert = 0x7f11023a
+com.example.calculator:style/Theme.MaterialComponents.DayNight.Dialog = 0x7f110239
+com.example.calculator:style/Theme.MaterialComponents.DayNight.DarkActionBar.Bridge = 0x7f110238
+com.example.calculator:style/Theme.MaterialComponents.DayNight.BottomSheetDialog = 0x7f110235
+com.example.calculator:style/Theme.MaterialComponents.DayNight = 0x7f110234
+com.example.calculator:style/Theme.MaterialComponents.CompactMenu = 0x7f110233
+com.example.calculator:style/Theme.MaterialComponents.BottomSheetDialog = 0x7f110231
+com.example.calculator:style/Theme.Material3.DynamicColors.Light = 0x7f110228
+com.example.calculator:style/Theme.Material3.DynamicColors.DayNight = 0x7f110227
+com.example.calculator:styleable/CollapsingToolbarLayout = 0x7f120024
+com.example.calculator:style/Theme.Material3.DynamicColors.Dark = 0x7f110226
+com.example.calculator:styleable/AnimatedStateListDrawableTransition = 0x7f12000a
+com.example.calculator:style/Theme.Material3.DayNight.Dialog.MinWidth = 0x7f110223
+com.example.calculator:style/Theme.Material3.DayNight.Dialog.Alert = 0x7f110222
+com.example.calculator:style/Theme.Material3.DayNight.BottomSheetDialog = 0x7f110220
+com.example.calculator:style/Theme.Material3.DayNight = 0x7f11021f
+com.example.calculator:style/Theme.Material3.Dark.NoActionBar = 0x7f11021e
+com.example.calculator:style/Theme.Material3.Dark.Dialog.MinWidth = 0x7f11021c
+com.example.calculator:style/Theme.Material3.Dark.Dialog = 0x7f11021a
+com.example.calculator:style/Theme.Material3.Dark = 0x7f110218
+com.example.calculator:style/ThemeOverlay.MaterialComponents.Dialog.Alert.Framework = 0x7f1102ad
+com.example.calculator:style/Theme.Design.NoActionBar = 0x7f110217
+com.example.calculator:style/Theme.Design.Light.NoActionBar = 0x7f110216
+com.example.calculator:style/Theme.Design.Light.BottomSheetDialog = 0x7f110215
+com.example.calculator:style/Theme.Design = 0x7f110212
+com.example.calculator:style/Theme.Calculator.AppBarOverlay = 0x7f11020f
+com.example.calculator:style/Theme.AppCompat.Light.NoActionBar = 0x7f11020c
+com.example.calculator:style/Theme.AppCompat.Light.DialogWhenLarge = 0x7f11020b
+com.example.calculator:style/Theme.AppCompat.Light.DarkActionBar = 0x7f110207
+com.example.calculator:style/Widget.Material3.Toolbar = 0x7f11039f
+com.example.calculator:style/Theme.AppCompat.Empty = 0x7f110205
+com.example.calculator:style/Theme.AppCompat.DialogWhenLarge = 0x7f110204
+com.example.calculator:style/Theme.AppCompat.Dialog.MinWidth = 0x7f110203
+com.example.calculator:styleable/TabLayout = 0x7f120090
+com.example.calculator:style/Theme.AppCompat.Dialog.Alert = 0x7f110202
+com.example.calculator:style/Theme.AppCompat.Dialog = 0x7f110201
+com.example.calculator:style/Theme.AppCompat.DayNight.NoActionBar = 0x7f110200
+com.example.calculator:style/Theme.AppCompat.DayNight.Dialog.MinWidth = 0x7f1101fe
+com.example.calculator:style/Widget.Material3.Toolbar.OnSurface = 0x7f1103a0
+com.example.calculator:style/Theme.AppCompat.DayNight.Dialog.Alert = 0x7f1101fd
+com.example.calculator:style/Theme.AppCompat.DayNight.DarkActionBar = 0x7f1101fb
+com.example.calculator:style/Widget.Material3.MaterialCalendar.HeaderLayout = 0x7f11036e
+com.example.calculator:style/Theme.AppCompat = 0x7f1101f8
+com.example.calculator:style/TextAppearance.Widget.AppCompat.Toolbar.Title = 0x7f1101f7
+com.example.calculator:style/TextAppearance.Widget.AppCompat.Toolbar.Subtitle = 0x7f1101f6
+com.example.calculator:style/TextAppearance.Widget.AppCompat.ExpandedMenu.Item = 0x7f1101f5
+com.example.calculator:style/TextAppearance.MaterialComponents.Tooltip = 0x7f1101f1
+com.example.calculator:style/TextAppearance.MaterialComponents.Subtitle1 = 0x7f1101ee
+com.example.calculator:style/TextAppearance.MaterialComponents.Overline = 0x7f1101ed
+com.example.calculator:style/TextAppearance.MaterialComponents.Headline5 = 0x7f1101eb
+com.example.calculator:style/TextAppearance.MaterialComponents.Headline4 = 0x7f1101ea
+com.example.calculator:style/TextAppearance.MaterialComponents.Headline2 = 0x7f1101e8
+com.example.calculator:style/TextAppearance.MaterialComponents.Headline1 = 0x7f1101e7
+com.example.calculator:style/TextAppearance.MaterialComponents.Chip = 0x7f1101e6
+com.example.calculator:style/TextAppearance.MaterialComponents.Caption = 0x7f1101e5
+com.example.calculator:style/TextAppearance.Material3.TitleSmall = 0x7f1101e0
+com.example.calculator:style/TextAppearance.Material3.TitleMedium = 0x7f1101df
+com.example.calculator:style/TextAppearance.Material3.LabelSmall = 0x7f1101dc
+com.example.calculator:style/TextAppearance.Material3.LabelLarge = 0x7f1101da
+com.example.calculator:style/TextAppearance.Material3.DisplaySmall = 0x7f1101d6
+com.example.calculator:style/TextAppearance.Material3.DisplayMedium = 0x7f1101d5
+com.example.calculator:style/TextAppearance.Material3.BodySmall = 0x7f1101d3
+com.example.calculator:style/TextAppearance.Material3.BodyMedium = 0x7f1101d2
+com.example.calculator:style/TextAppearance.Material3.BodyLarge = 0x7f1101d1
+com.example.calculator:style/TextAppearance.Material3.ActionBar.Title = 0x7f1101d0
+com.example.calculator:style/TextAppearance.M3.Sys.Typescale.TitleMedium = 0x7f1101cd
+com.example.calculator:style/TextAppearance.M3.Sys.Typescale.LabelMedium = 0x7f1101ca
+com.example.calculator:styleable/AppCompatImageView = 0x7f12000f
+com.example.calculator:style/TextAppearance.M3.Sys.Typescale.LabelLarge = 0x7f1101c9
+com.example.calculator:style/Theme.Design.BottomSheetDialog = 0x7f110213
+com.example.calculator:style/TextAppearance.M3.Sys.Typescale.HeadlineMedium = 0x7f1101c7
+com.example.calculator:style/TextAppearance.M3.Sys.Typescale.DisplaySmall = 0x7f1101c5
+com.example.calculator:style/TextAppearance.M3.Sys.Typescale.DisplayMedium = 0x7f1101c4
+com.example.calculator:style/TextAppearance.M3.Sys.Typescale.DisplayLarge = 0x7f1101c3
+com.example.calculator:style/TextAppearance.M3.Sys.Typescale.BodyLarge = 0x7f1101c0
+com.example.calculator:style/TextAppearance.Design.Tab = 0x7f1101bf
+com.example.calculator:style/TextAppearance.Design.Suffix = 0x7f1101be
+com.example.calculator:style/TextAppearance.Design.Prefix = 0x7f1101bc
+com.example.calculator:style/TextAppearance.Design.Placeholder = 0x7f1101bb
+com.example.calculator:style/TextAppearance.Design.Hint = 0x7f1101ba
+com.example.calculator:style/Theme.MaterialComponents.DayNight.Dialog.MinWidth.Bridge = 0x7f110240
+com.example.calculator:style/TextAppearance.Design.HelperText = 0x7f1101b9
+com.example.calculator:style/TextAppearance.Compat.Notification.Time = 0x7f1101b3
+com.example.calculator:style/TextAppearance.Compat.Notification.Info = 0x7f1101b1
+com.example.calculator:style/TextAppearance.AppCompat.Widget.TextView.SpinnerItem = 0x7f1101af
+com.example.calculator:style/TextAppearance.AppCompat.Widget.PopupMenu.Small = 0x7f1101ad
+com.example.calculator:style/TextAppearance.AppCompat.Widget.DropDownItem = 0x7f1101aa
+com.example.calculator:style/TextAppearance.AppCompat.Widget.Button.Colored = 0x7f1101a8
+com.example.calculator:style/TextAppearance.AppCompat.Widget.Button = 0x7f1101a6
+com.example.calculator:style/TextAppearance.AppCompat.Widget.ActionMode.Title.Inverse = 0x7f1101a5
+com.example.calculator:style/TextAppearance.AppCompat.Widget.ActionMode.Title = 0x7f1101a4
+com.example.calculator:style/TextAppearance.AppCompat.Widget.ActionMode.Subtitle = 0x7f1101a2
+com.example.calculator:style/TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse = 0x7f1101a1
+com.example.calculator:style/TextAppearance.AppCompat.Widget.ActionBar.Menu = 0x7f11019d
+com.example.calculator:style/TextAppearance.AppCompat.Subhead.Inverse = 0x7f110199
+com.example.calculator:style/TextAppearance.AppCompat.Subhead = 0x7f110198
+com.example.calculator:style/TextAppearance.AppCompat.Small.Inverse = 0x7f110197
+com.example.calculator:style/TextAppearance.AppCompat.Small = 0x7f110196
+com.example.calculator:style/TextAppearance.AppCompat.Light.SearchResult.Title = 0x7f11018e
+com.example.calculator:style/TextAppearance.AppCompat.Light.SearchResult.Subtitle = 0x7f11018d
+com.example.calculator:style/TextAppearance.AppCompat.Inverse = 0x7f11018a
+com.example.calculator:style/TextAppearance.AppCompat.Display4 = 0x7f110188
+com.example.calculator:style/TextAppearance.AppCompat.Display3 = 0x7f110187
+com.example.calculator:style/TextAppearance.AppCompat.Button = 0x7f110183
+com.example.calculator:style/TestStyleWithoutLineHeight = 0x7f11017d
+com.example.calculator:style/TestStyleWithThemeLineHeightAttribute = 0x7f11017c
+com.example.calculator:style/Test.Widget.MaterialComponents.MaterialCalendar.Day.Selected = 0x7f110179
+com.example.calculator:style/Test.Theme.MaterialComponents.MaterialCalendar = 0x7f110176
+com.example.calculator:style/ShapeAppearanceOverlay.TopRightDifferentCornerSize = 0x7f110174
+com.example.calculator:style/ShapeAppearanceOverlay.TopLeftCut = 0x7f110173
+com.example.calculator:style/ShapeAppearanceOverlay.MaterialComponents.TextInputLayout.FilledBox = 0x7f110172
+com.example.calculator:style/ShapeAppearanceOverlay.MaterialComponents.MaterialCalendar.Year = 0x7f110171
+com.example.calculator:style/ShapeAppearanceOverlay.MaterialComponents.MaterialCalendar.Day = 0x7f11016f
+com.example.calculator:style/ShapeAppearanceOverlay.MaterialComponents.FloatingActionButton = 0x7f11016e
+com.example.calculator:style/ShapeAppearanceOverlay.Material3.TextField.Filled = 0x7f110169
+com.example.calculator:style/ShapeAppearanceOverlay.Material3.Chip = 0x7f110166
+com.example.calculator:style/ShapeAppearanceOverlay.Material3.Button = 0x7f110165
+com.example.calculator:style/ShapeAppearanceOverlay.DifferentCornerSize = 0x7f110164
+com.example.calculator:style/Widget.Material3.MaterialTimePicker.Display.HelperText = 0x7f110381
+com.example.calculator:style/ShapeAppearanceOverlay.Cut = 0x7f110163
+com.example.calculator:style/ShapeAppearanceOverlay.BottomRightCut = 0x7f110162
+com.example.calculator:style/ShapeAppearanceOverlay.BottomLeftDifferentCornerSize = 0x7f110161
+com.example.calculator:style/ShapeAppearanceOverlay = 0x7f110160
+com.example.calculator:style/ShapeAppearance.MaterialComponents.Test = 0x7f11015e
+com.example.calculator:style/ShapeAppearance.MaterialComponents = 0x7f11015a
+com.example.calculator:style/ShapeAppearance.Material3.NavigationBarView.ActiveIndicator = 0x7f110157
+com.example.calculator:style/ShapeAppearance.Material3.LargeComponent = 0x7f110155
+com.example.calculator:style/ShapeAppearance.Material3.Corner.None = 0x7f110153
+com.example.calculator:style/ShapeAppearance.Material3.Corner.Large = 0x7f110151
+com.example.calculator:style/ShapeAppearance.Material3.Corner.ExtraSmall = 0x7f11014f
+com.example.calculator:style/ShapeAppearance.M3.Sys.Shape.Corner.Large.Top = 0x7f11014a
+com.example.calculator:style/ShapeAppearance.M3.Sys.Shape.Corner.Large = 0x7f110148
+com.example.calculator:style/ThemeOverlay.MaterialComponents.Toolbar.Popup.Primary = 0x7f1102c1
+com.example.calculator:style/ShapeAppearance.M3.Sys.Shape.Corner.ExtraSmall = 0x7f110145
+com.example.calculator:style/ShapeAppearance.M3.Sys.Shape.Corner.ExtraLarge.Top = 0x7f110144
+com.example.calculator:style/ShapeAppearance.M3.Sys.Shape.Corner.ExtraLarge = 0x7f110143
+com.example.calculator:style/RtlUnderlay.Widget.AppCompat.ActionButton = 0x7f110141
+com.example.calculator:style/RtlOverlay.Widget.AppCompat.SearchView.MagIcon = 0x7f110140
+com.example.calculator:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Icon2 = 0x7f11013d
+com.example.calculator:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.SubmenuArrow = 0x7f110138
+com.example.calculator:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.Shortcut = 0x7f110137
+com.example.calculator:style/RtlOverlay.Widget.AppCompat.ActionBar.TitleItem = 0x7f110133
+com.example.calculator:style/ShapeAppearance.MaterialComponents.Tooltip = 0x7f11015f
+com.example.calculator:style/RtlOverlay.DialogWindowTitle.AppCompat = 0x7f110132
+com.example.calculator:style/TextAppearance.Material3.LabelMedium = 0x7f1101db
+com.example.calculator:style/Platform.Widget.AppCompat.Spinner = 0x7f110131
+com.example.calculator:style/Platform.V21.AppCompat = 0x7f11012d
+com.example.calculator:style/Platform.ThemeOverlay.AppCompat.Light = 0x7f11012c
+com.example.calculator:style/Platform.ThemeOverlay.AppCompat.Dark = 0x7f11012b
+com.example.calculator:style/Platform.MaterialComponents.Light = 0x7f110128
+com.example.calculator:style/Platform.AppCompat.Light = 0x7f110125
+com.example.calculator:style/Widget.Material3.Button.TextButton.Dialog.Flush = 0x7f110331
+com.example.calculator:style/Platform.AppCompat = 0x7f110124
+com.example.calculator:style/MaterialAlertDialog.MaterialComponents.Title.Text.CenterStacked = 0x7f110123
+com.example.calculator:style/MaterialAlertDialog.MaterialComponents.Title.Icon = 0x7f11011e
+com.example.calculator:style/MaterialAlertDialog.MaterialComponents.Body.Text = 0x7f11011b
+com.example.calculator:style/MaterialAlertDialog.Material3.Title.Text.CenterStacked = 0x7f110119
+com.example.calculator:style/MaterialAlertDialog.Material3.Title.Text = 0x7f110118
+com.example.calculator:style/TextAppearance.Design.Snackbar.Message = 0x7f1101bd
+com.example.calculator:style/MaterialAlertDialog.Material3.Title.Icon.CenterStacked = 0x7f110115
+com.example.calculator:style/MaterialAlertDialog.Material3.Title.Icon = 0x7f110114
+com.example.calculator:style/MaterialAlertDialog.Material3.Body.Text.CenterStacked = 0x7f110113
+com.example.calculator:style/MaterialAlertDialog.Material3.Body.Text = 0x7f110112
+com.example.calculator:style/MaterialAlertDialog.Material3 = 0x7f110111
+com.example.calculator:style/CardView.Light = 0x7f11010f
+com.example.calculator:style/Widget.MaterialComponents.NavigationRailView.Colored.Compact = 0x7f1103f3
+com.example.calculator:style/CardView.Dark = 0x7f11010e
+com.example.calculator:styleable/MaterialCheckBox = 0x7f120058
+com.example.calculator:style/ThemeOverlay.AppCompat.DayNight.ActionBar = 0x7f110266
+com.example.calculator:style/CardView = 0x7f11010d
+com.example.calculator:style/Base.Widget.MaterialComponents.Snackbar = 0x7f110109
+com.example.calculator:style/Base.Widget.MaterialComponents.Slider = 0x7f110108
+com.example.calculator:style/Base.Widget.MaterialComponents.PopupMenu.ListPopupWindow = 0x7f110106
+com.example.calculator:style/Base.Widget.MaterialComponents.PopupMenu.ContextMenu = 0x7f110105
+com.example.calculator:style/Base.Widget.MaterialComponents.PopupMenu = 0x7f110104
+com.example.calculator:style/Widget.Material3.CircularProgressIndicator.ExtraSmall = 0x7f110348
+com.example.calculator:style/Base.Widget.MaterialComponents.CheckedTextView = 0x7f110100
+com.example.calculator:style/Base.Widget.Material3.TabLayout.OnSurface = 0x7f1100fd
+com.example.calculator:style/Base.Widget.Material3.Snackbar = 0x7f1100fb
+com.example.calculator:style/Base.Widget.Material3.Light.ActionBar.Solid = 0x7f1100f9
+com.example.calculator:style/Base.Widget.Material3.FloatingActionButton = 0x7f1100f7
+com.example.calculator:style/Base.Widget.Material3.ExtendedFloatingActionButton = 0x7f1100f5
+com.example.calculator:style/Base.Widget.Material3.Chip = 0x7f1100f0
+com.example.calculator:styleable/NavHost = 0x7f12006f
+com.example.calculator:style/Base.Widget.Material3.ActionMode = 0x7f1100ee
+com.example.calculator:style/Base.Widget.AppCompat.SeekBar = 0x7f1100e4
+com.example.calculator:style/Base.Widget.AppCompat.SearchView.ActionBar = 0x7f1100e3
+com.example.calculator:style/Base.Widget.AppCompat.PopupWindow = 0x7f1100dc
+com.example.calculator:style/Base.Widget.AppCompat.PopupMenu.Overflow = 0x7f1100db
+com.example.calculator:style/Base.Widget.AppCompat.PopupMenu = 0x7f1100da
+com.example.calculator:style/Base.Widget.AppCompat.ListView.DropDown = 0x7f1100d8
+com.example.calculator:style/Base.Widget.AppCompat.ListPopupWindow = 0x7f1100d6
+com.example.calculator:style/Widget.Material3.DrawerLayout = 0x7f110351
+com.example.calculator:style/Base.Widget.AppCompat.ProgressBar.Horizontal = 0x7f1100de
+com.example.calculator:style/Base.Widget.AppCompat.Light.ActionBar.TabView = 0x7f1100d2
+com.example.calculator:style/Base.Widget.AppCompat.Light.ActionBar.TabBar = 0x7f1100cf
+com.example.calculator:style/Base.Widget.AppCompat.ImageButton = 0x7f1100cc
+com.example.calculator:style/Base.Widget.AppCompat.EditText = 0x7f1100cb
+com.example.calculator:style/Base.Widget.AppCompat.DrawerArrowToggle.Common = 0x7f1100c9
+com.example.calculator:style/Base.Widget.AppCompat.ButtonBar.AlertDialog = 0x7f1100c4
+com.example.calculator:style/Base.Widget.AppCompat.ButtonBar = 0x7f1100c3
+com.example.calculator:style/Base.Widget.AppCompat.Button.ButtonBar.AlertDialog = 0x7f1100c0
+com.example.calculator:style/Base.Widget.AppCompat.Button.Borderless.Colored = 0x7f1100bf
+com.example.calculator:style/Base.Widget.AppCompat.Button.Borderless = 0x7f1100be
+com.example.calculator:style/Base.Widget.AppCompat.Button = 0x7f1100bd
+com.example.calculator:style/Base.Widget.AppCompat.AutoCompleteTextView = 0x7f1100bc
+com.example.calculator:style/Theme.MaterialComponents.DayNight.Dialog.Bridge = 0x7f11023c
+com.example.calculator:style/Base.Widget.AppCompat.ActionMode = 0x7f1100ba
+com.example.calculator:style/Base.Widget.AppCompat.ActionButton.Overflow = 0x7f1100b9
+com.example.calculator:style/Base.Widget.AppCompat.ActionButton.CloseMode = 0x7f1100b8
+com.example.calculator:style/Base.Widget.AppCompat.ActionBar.TabBar = 0x7f1100b4
+com.example.calculator:style/Base.Widget.MaterialComponents.PopupMenu.Overflow = 0x7f110107
+com.example.calculator:style/Base.V7.Widget.AppCompat.EditText = 0x7f1100b0
+com.example.calculator:style/Base.V7.Widget.AppCompat.AutoCompleteTextView = 0x7f1100af
+com.example.calculator:style/Base.V7.ThemeOverlay.AppCompat.Dialog = 0x7f1100ae
+com.example.calculator:style/Base.V7.Theme.AppCompat.Dialog = 0x7f1100ab
+com.example.calculator:style/Base.V7.Theme.AppCompat = 0x7f1100aa
+com.example.calculator:style/Base.V28.Theme.AppCompat = 0x7f1100a8
+com.example.calculator:style/Base.V24.Theme.Material3.Light.Dialog = 0x7f1100a4
+com.example.calculator:style/Base.V7.Theme.AppCompat.Light.Dialog = 0x7f1100ad
+com.example.calculator:style/Base.V24.Theme.Material3.Light = 0x7f1100a3
+com.example.calculator:style/Base.V24.Theme.Material3.Dark = 0x7f1100a1
+com.example.calculator:style/Base.V22.Theme.AppCompat.Light = 0x7f11009e
+com.example.calculator:style/Base.V21.ThemeOverlay.MaterialComponents.BottomSheetDialog = 0x7f11009c
+com.example.calculator:style/Base.V21.ThemeOverlay.AppCompat.Dialog = 0x7f11009a
+com.example.calculator:style/Base.V21.Theme.MaterialComponents.Light.Dialog = 0x7f110099
+com.example.calculator:style/Base.V21.Theme.MaterialComponents.Light = 0x7f110098
+com.example.calculator:style/ThemeOverlay.MaterialComponents.TimePicker.Display.TextInputEditText = 0x7f1102c0
+com.example.calculator:style/Base.V21.Theme.MaterialComponents = 0x7f110096
+com.example.calculator:style/Base.V21.Theme.AppCompat.Light = 0x7f110094
+com.example.calculator:style/Base.V21.Theme.AppCompat.Dialog = 0x7f110093
+com.example.calculator:style/Base.V21.Theme.AppCompat = 0x7f110092
+com.example.calculator:style/Base.V14.ThemeOverlay.MaterialComponents.Dialog = 0x7f11008f
+com.example.calculator:style/Base.V14.ThemeOverlay.MaterialComponents.BottomSheetDialog = 0x7f11008e
+com.example.calculator:style/Base.V14.Theme.MaterialComponents.Light.Bridge = 0x7f110089
+com.example.calculator:style/Base.V14.Theme.MaterialComponents.Dialog = 0x7f110086
+com.example.calculator:style/Base.V14.Theme.MaterialComponents.Bridge = 0x7f110085
+com.example.calculator:style/Platform.V21.AppCompat.Light = 0x7f11012e
+com.example.calculator:style/Base.V14.Theme.MaterialComponents = 0x7f110084
+com.example.calculator:style/Base.V14.Theme.Material3.Light.Dialog = 0x7f110083
+com.example.calculator:style/Base.V14.Theme.Material3.Light.BottomSheetDialog = 0x7f110082
+com.example.calculator:style/Base.V14.Theme.Material3.Dark = 0x7f11007e
+com.example.calculator:style/Base.ThemeOverlay.MaterialComponents.Dialog.Alert.Framework = 0x7f11007b
+com.example.calculator:style/Base.ThemeOverlay.Material3.Dialog = 0x7f110077
+com.example.calculator:style/Base.ThemeOverlay.AppCompat.Dialog = 0x7f110072
+com.example.calculator:style/ThemeOverlay.MaterialComponents.Dark = 0x7f1102a8
+com.example.calculator:style/Base.ThemeOverlay.AppCompat.Dark.ActionBar = 0x7f110071
+com.example.calculator:style/Base.ThemeOverlay.AppCompat.Dark = 0x7f110070
+com.example.calculator:style/Base.ThemeOverlay.AppCompat = 0x7f11006e
+com.example.calculator:style/Base.V28.Theme.AppCompat.Light = 0x7f1100a9
+com.example.calculator:style/Base.Theme.MaterialComponents.Light.DialogWhenLarge = 0x7f11006d
+com.example.calculator:style/TextAppearance.Material3.HeadlineLarge = 0x7f1101d7
+com.example.calculator:style/Base.Theme.MaterialComponents.Light.Dialog.Bridge = 0x7f11006a
+com.example.calculator:style/Base.Theme.MaterialComponents.Light.Dialog = 0x7f110068
+com.example.calculator:style/Base.Theme.MaterialComponents.Light.Bridge = 0x7f110065
+com.example.calculator:style/Widget.AppCompat.Spinner.DropDown = 0x7f110307
+com.example.calculator:style/Base.Theme.MaterialComponents.Light = 0x7f110064
+com.example.calculator:style/Base.Theme.MaterialComponents.DialogWhenLarge = 0x7f110063
+com.example.calculator:style/Base.Theme.MaterialComponents.Dialog.MinWidth = 0x7f110062
+com.example.calculator:style/Base.Theme.MaterialComponents.CompactMenu = 0x7f11005d
+com.example.calculator:style/Base.Theme.MaterialComponents = 0x7f11005b
+com.example.calculator:style/Base.Theme.Material3.Light.Dialog = 0x7f11005a
+com.example.calculator:style/Base.Theme.Material3.Light.BottomSheetDialog = 0x7f110059
+com.example.calculator:style/Base.Theme.Material3.Light = 0x7f110058
+com.example.calculator:style/Base.Theme.Material3.Dark = 0x7f110055
+com.example.calculator:style/Base.Theme.Material3.Dark.Dialog = 0x7f110057
+com.example.calculator:style/Base.Theme.AppCompat.Light.DialogWhenLarge = 0x7f110054
+com.example.calculator:style/Base.Theme.AppCompat.Light.Dialog.MinWidth = 0x7f110053
+com.example.calculator:style/Base.Theme.AppCompat.Light.Dialog.FixedSize = 0x7f110052
+com.example.calculator:style/Base.Theme.AppCompat.Light.Dialog.Alert = 0x7f110051
+com.example.calculator:style/Base.Theme.AppCompat.Light.Dialog = 0x7f110050
+com.example.calculator:style/Base.Theme.AppCompat.Light.DarkActionBar = 0x7f11004f
+com.example.calculator:style/Widget.Material3.Chip.Suggestion = 0x7f110344
+com.example.calculator:style/Base.Theme.AppCompat.Light = 0x7f11004e
+com.example.calculator:style/Base.Theme.AppCompat.DialogWhenLarge = 0x7f11004d
+com.example.calculator:style/Base.Theme.AppCompat.Dialog.FixedSize = 0x7f11004b
+com.example.calculator:style/Base.Theme.AppCompat.Dialog = 0x7f110049
+com.example.calculator:styleable/KeyAttribute = 0x7f120043
+com.example.calculator:style/Base.Theme.AppCompat = 0x7f110047
+com.example.calculator:styleable/MaterialAutoCompleteTextView = 0x7f120052
+com.example.calculator:style/Base.TextAppearance.Widget.AppCompat.Toolbar.Subtitle = 0x7f110045
+com.example.calculator:style/Base.TextAppearance.MaterialComponents.Subtitle2 = 0x7f110043
+com.example.calculator:style/Base.TextAppearance.MaterialComponents.Button = 0x7f110041
+com.example.calculator:style/Widget.Material3.CardView.Elevated = 0x7f110338
+com.example.calculator:style/Base.TextAppearance.AppCompat.Widget.PopupMenu.Small = 0x7f11003d
+com.example.calculator:style/Base.TextAppearance.AppCompat.Widget.PopupMenu.Large = 0x7f11003c
+com.example.calculator:style/Theme.Calculator.NoActionBar = 0x7f110210
+com.example.calculator:style/Base.TextAppearance.AppCompat.Widget.PopupMenu.Header = 0x7f11003b
+com.example.calculator:style/Base.TextAppearance.AppCompat.Widget.Button.Inverse = 0x7f110039
+com.example.calculator:style/Base.TextAppearance.AppCompat.Widget.Button.Borderless.Colored = 0x7f110037
+com.example.calculator:style/Base.TextAppearance.AppCompat.Widget.Button = 0x7f110036
+com.example.calculator:style/Base.TextAppearance.AppCompat.Widget.ActionMode.Title = 0x7f110035
+com.example.calculator:style/Base.TextAppearance.AppCompat.Widget.ActionMode.Subtitle = 0x7f110034
+com.example.calculator:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse = 0x7f110033
+com.example.calculator:style/Base.TextAppearance.AppCompat.Tooltip = 0x7f11002e
+com.example.calculator:style/Base.ThemeOverlay.MaterialComponents.Dialog.Alert = 0x7f11007a
+com.example.calculator:style/Base.TextAppearance.AppCompat.Small.Inverse = 0x7f110029
+com.example.calculator:style/Base.TextAppearance.AppCompat.SearchResult.Title = 0x7f110027
+com.example.calculator:style/Base.TextAppearance.AppCompat.Medium.Inverse = 0x7f110023
+com.example.calculator:style/Base.TextAppearance.AppCompat.Medium = 0x7f110022
+com.example.calculator:style/Base.TextAppearance.AppCompat.Light.Widget.PopupMenu.Large = 0x7f110020
+com.example.calculator:style/Base.TextAppearance.AppCompat.Large.Inverse = 0x7f11001f
+com.example.calculator:style/Base.TextAppearance.AppCompat.Large = 0x7f11001e
+com.example.calculator:style/TestThemeWithLineHeightDisabled = 0x7f11017f
+com.example.calculator:style/Base.TextAppearance.AppCompat.Headline = 0x7f11001c
+com.example.calculator:style/Base.TextAppearance.AppCompat.Display4 = 0x7f11001b
+com.example.calculator:style/Base.TextAppearance.AppCompat.Display1 = 0x7f110018
+com.example.calculator:style/Base.TextAppearance.AppCompat.Caption = 0x7f110017
+com.example.calculator:style/Base.TextAppearance.AppCompat.Button = 0x7f110016
+com.example.calculator:style/Base.TextAppearance.AppCompat.Body2 = 0x7f110015
+com.example.calculator:style/Base.TextAppearance.AppCompat.Body1 = 0x7f110014
+com.example.calculator:style/Test.Widget.MaterialComponents.MaterialCalendar.Day = 0x7f110178
+com.example.calculator:style/Base.TextAppearance.AppCompat = 0x7f110013
+com.example.calculator:style/Base.TextAppearance.AppCompat.Title.Inverse = 0x7f11002d
+com.example.calculator:style/Base.MaterialAlertDialog.MaterialComponents.Title.Text = 0x7f110012
+com.example.calculator:style/Base.MaterialAlertDialog.MaterialComponents.Title.Panel = 0x7f110011
+com.example.calculator:style/Base.DialogWindowTitleBackground.AppCompat = 0x7f11000f
+com.example.calculator:style/Base.CardView = 0x7f11000d
+com.example.calculator:style/Base.Animation.AppCompat.Tooltip = 0x7f11000c
+com.example.calculator:style/Base.Animation.AppCompat.Dialog = 0x7f11000a
+com.example.calculator:style/Base.AlertDialog.AppCompat.Light = 0x7f110009
+com.example.calculator:style/Animation.Design.BottomSheetDialog = 0x7f110006
+com.example.calculator:style/Base.ThemeOverlay.MaterialComponents.Light.Dialog.Alert.Framework = 0x7f11007c
+com.example.calculator:style/Animation.AppCompat.Dialog = 0x7f110003
+com.example.calculator:style/AndroidThemeColorAccentYellow = 0x7f110002
+com.example.calculator:style/AlertDialog.AppCompat.Light = 0x7f110001
+com.example.calculator:style/AlertDialog.AppCompat = 0x7f110000
+com.example.calculator:string/title_activity_main2 = 0x7f100085
+com.example.calculator:string/status_bar_notification_info_overflow = 0x7f100084
+com.example.calculator:string/previous = 0x7f100081
+com.example.calculator:string/path_password_strike_through = 0x7f100080
+com.example.calculator:string/path_password_eye_mask_visible = 0x7f10007f
+com.example.calculator:string/path_password_eye_mask_strike_through = 0x7f10007e
+com.example.calculator:string/path_password_eye = 0x7f10007d
+com.example.calculator:string/password_toggle_content_description = 0x7f10007c
+com.example.calculator:string/next = 0x7f10007a
+com.example.calculator:string/nav_app_bar_open_drawer_description = 0x7f100079
+com.example.calculator:string/nav_app_bar_navigate_up_description = 0x7f100078
+com.example.calculator:string/mtrl_timepicker_confirm = 0x7f100077
+com.example.calculator:style/TextAppearance.AppCompat.Widget.PopupMenu.Header = 0x7f1101ab
+com.example.calculator:string/mtrl_picker_toggle_to_year_selection = 0x7f100076
+com.example.calculator:string/mtrl_picker_text_input_month_abbr = 0x7f100071
+com.example.calculator:string/mtrl_picker_text_input_day_abbr = 0x7f100070
+com.example.calculator:string/mtrl_picker_text_input_date_range_end_hint = 0x7f10006e
+com.example.calculator:style/Base.V14.Theme.MaterialComponents.Light.Dialog.Bridge = 0x7f11008c
+com.example.calculator:string/mtrl_picker_text_input_date_hint = 0x7f10006d
+com.example.calculator:string/mtrl_picker_range_header_unselected = 0x7f10006b
+com.example.calculator:string/mtrl_picker_range_header_selected = 0x7f100069
+com.example.calculator:string/mtrl_picker_range_header_only_start_selected = 0x7f100068
+com.example.calculator:string/mtrl_picker_range_header_only_end_selected = 0x7f100067
+com.example.calculator:string/mtrl_picker_out_of_range = 0x7f100066
+com.example.calculator:string/mtrl_picker_navigate_to_year_description = 0x7f100065
+com.example.calculator:string/mtrl_picker_date_header_unselected = 0x7f10005f
+com.example.calculator:string/mtrl_picker_date_header_title = 0x7f10005e
+com.example.calculator:style/Base.Widget.Material3.CollapsingToolbar = 0x7f1100f1
+com.example.calculator:string/mtrl_picker_confirm = 0x7f10005c
+com.example.calculator:string/mtrl_picker_cancel = 0x7f10005b
+com.example.calculator:string/mtrl_picker_a11y_prev_month = 0x7f100059
+com.example.calculator:string/mtrl_picker_a11y_next_month = 0x7f100058
+com.example.calculator:string/mtrl_exceed_max_badge_number_suffix = 0x7f100057
+com.example.calculator:string/mtrl_chip_close_icon_content_description = 0x7f100055
+com.example.calculator:string/material_timepicker_text_input_mode_description = 0x7f100053
+com.example.calculator:string/material_timepicker_select_time = 0x7f100052
+com.example.calculator:styleable/MaterialButtonToggleGroup = 0x7f120054
+com.example.calculator:string/material_timepicker_minute = 0x7f100050
+com.example.calculator:string/material_timepicker_hour = 0x7f10004f
+com.example.calculator:string/material_timepicker_am = 0x7f10004d
+com.example.calculator:string/material_slider_range_start = 0x7f10004c
+com.example.calculator:string/material_motion_easing_linear = 0x7f100049
+com.example.calculator:string/material_motion_easing_emphasized = 0x7f100048
+com.example.calculator:string/material_motion_easing_decelerated = 0x7f100047
+com.example.calculator:style/Widget.MaterialComponents.AutoCompleteTextView.OutlinedBox = 0x7f1103ad
+com.example.calculator:style/Theme.Material3.DayNight.Dialog = 0x7f110221
+com.example.calculator:string/material_minute_suffix = 0x7f100045
+com.example.calculator:string/material_minute_selection = 0x7f100044
+com.example.calculator:string/material_hour_suffix = 0x7f100043
+com.example.calculator:string/material_hour_selection = 0x7f100042
+com.example.calculator:string/material_clock_toggle_content_description = 0x7f100041
+com.example.calculator:string/material_clock_display_divider = 0x7f100040
+com.example.calculator:style/Base.Widget.AppCompat.ActionBar.TabView = 0x7f1100b6
+com.example.calculator:string/m3_sys_motion_easing_standard_accelerate = 0x7f10003e
+com.example.calculator:string/m3_sys_motion_easing_standard = 0x7f10003d
+com.example.calculator:string/m3_sys_motion_easing_legacy_accelerate = 0x7f10003a
+com.example.calculator:string/m3_sys_motion_easing_legacy = 0x7f100039
+com.example.calculator:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Menu = 0x7f11002f
+com.example.calculator:string/m3_sys_motion_easing_emphasized_decelerate = 0x7f100037
+com.example.calculator:string/m3_sys_motion_easing_emphasized = 0x7f100035
+com.example.calculator:string/m3_ref_typeface_plain_medium = 0x7f100033
+com.example.calculator:string/label = 0x7f100030
+com.example.calculator:string/item_view_role_description = 0x7f10002f
+com.example.calculator:string/hide_bottom_view_on_scroll_behavior = 0x7f10002d
+com.example.calculator:string/first_fragment_label = 0x7f10002a
+com.example.calculator:style/Widget.Material3.TextInputLayout.OutlinedBox.Dense.ExposedDropdownMenu = 0x7f11039d
+com.example.calculator:string/fab_transformation_scrim_behavior = 0x7f100028
+com.example.calculator:string/exposed_dropdown_menu_content_description = 0x7f100027
+com.example.calculator:string/close = 0x7f100025
+com.example.calculator:string/chip_text = 0x7f100023
+com.example.calculator:styleable/NavigationView = 0x7f120075
+com.example.calculator:string/character_counter_pattern = 0x7f100022
+com.example.calculator:string/app_name = 0x7f10001c
+com.example.calculator:string/abc_toolbar_collapse_description = 0x7f10001a
+com.example.calculator:xml/standalone_badge_offset = 0x7f130004
+com.example.calculator:string/abc_shareactionprovider_share_with = 0x7f100018
+com.example.calculator:string/abc_searchview_description_search = 0x7f100015
+com.example.calculator:string/abc_searchview_description_clear = 0x7f100013
+com.example.calculator:string/abc_search_hint = 0x7f100012
+com.example.calculator:string/abc_menu_space_shortcut_label = 0x7f10000f
+com.example.calculator:string/abc_menu_shift_shortcut_label = 0x7f10000e
+com.example.calculator:string/abc_menu_delete_shortcut_label = 0x7f10000a
+com.example.calculator:string/abc_menu_ctrl_shortcut_label = 0x7f100009
+com.example.calculator:style/Widget.MaterialComponents.TextInputLayout.FilledBox.ExposedDropdownMenu = 0x7f11040b
+com.example.calculator:string/abc_menu_alt_shortcut_label = 0x7f100008
+com.example.calculator:string/abc_capital_on = 0x7f100007
+com.example.calculator:string/abc_action_menu_overflow_description = 0x7f100002
+com.example.calculator:style/ThemeOverlay.MaterialAlertDialog.Material3.Title.Icon = 0x7f11029b
+com.example.calculator:plurals/mtrl_badge_content_description = 0x7f0f0000
+com.example.calculator:style/ThemeOverlay.Material3.Button.ElevatedButton = 0x7f110275
+com.example.calculator:navigation/nav_graph = 0x7f0e0000
+com.example.calculator:mipmap/ic_launcher_round = 0x7f0d0004
+com.example.calculator:style/Widget.Design.AppBarLayout = 0x7f110310
+com.example.calculator:menu/nav_menu_unit_converter = 0x7f0c0002
+com.example.calculator:menu/example_menu2 = 0x7f0c0001
+com.example.calculator:style/TextAppearance.MaterialComponents.Headline6 = 0x7f1101ec
+com.example.calculator:menu/example_menu = 0x7f0c0000
+com.example.calculator:layout/text_view_with_theme_line_height = 0x7f0b0083
+com.example.calculator:layout/text_view_with_line_height_from_layout = 0x7f0b0081
+com.example.calculator:layout/test_toolbar_surface = 0x7f0b007f
+com.example.calculator:layout/test_toolbar_elevation = 0x7f0b007e
+com.example.calculator:layout/test_toolbar_custom_background = 0x7f0b007d
+com.example.calculator:layout/test_design_radiobutton = 0x7f0b0078
+com.example.calculator:layout/test_design_checkbox = 0x7f0b0077
+com.example.calculator:layout/test_chip_zero_corner_radius = 0x7f0b0076
+com.example.calculator:layout/test_action_chip = 0x7f0b0075
+com.example.calculator:style/Widget.Material3.TextInputLayout.FilledBox.Dense.ExposedDropdownMenu = 0x7f110399
+com.example.calculator:layout/ssp_example = 0x7f0b0073
+com.example.calculator:layout/select_dialog_multichoice_material = 0x7f0b0070
+com.example.calculator:layout/notification_template_part_time = 0x7f0b006d
+com.example.calculator:layout/notification_template_icon_group = 0x7f0b006b
+com.example.calculator:layout/notification_template_custom_big = 0x7f0b006a
+com.example.calculator:layout/mtrl_picker_text_input_date = 0x7f0b0066
+com.example.calculator:layout/mtrl_picker_header_toggle = 0x7f0b0065
+com.example.calculator:layout/mtrl_picker_header_dialog = 0x7f0b0061
+com.example.calculator:layout/mtrl_picker_fullscreen = 0x7f0b0060
+com.example.calculator:layout/mtrl_picker_actions = 0x7f0b005e
+com.example.calculator:layout/mtrl_layout_snackbar_include = 0x7f0b005c
+com.example.calculator:layout/mtrl_layout_snackbar = 0x7f0b005b
+com.example.calculator:layout/mtrl_calendar_year = 0x7f0b005a
+com.example.calculator:layout/mtrl_calendar_vertical = 0x7f0b0059
+com.example.calculator:layout/mtrl_calendar_month_navigation = 0x7f0b0057
+com.example.calculator:style/ThemeOverlay.Material3.ActionBar = 0x7f11026c
+com.example.calculator:layout/text_view_without_line_height = 0x7f0b0084
+com.example.calculator:layout/mtrl_calendar_month_labeled = 0x7f0b0056
+com.example.calculator:style/Widget.Material3.MaterialCalendar = 0x7f110364
+com.example.calculator:layout/mtrl_calendar_month = 0x7f0b0055
+com.example.calculator:layout/mtrl_calendar_days_of_week = 0x7f0b0053
+com.example.calculator:layout/mtrl_alert_select_dialog_singlechoice = 0x7f0b004f
+com.example.calculator:layout/mtrl_alert_select_dialog_multichoice = 0x7f0b004e
+com.example.calculator:style/Widget.Material3.CompoundButton.Switch = 0x7f110350
+com.example.calculator:layout/mtrl_alert_select_dialog_item = 0x7f0b004d
+com.example.calculator:layout/mtrl_alert_dialog_title = 0x7f0b004c
+com.example.calculator:layout/mtrl_alert_dialog_actions = 0x7f0b004b
+com.example.calculator:layout/mtrl_alert_dialog = 0x7f0b004a
+com.example.calculator:layout/material_timepicker_textinput_display = 0x7f0b0049
+com.example.calculator:layout/material_timepicker = 0x7f0b0047
+com.example.calculator:layout/material_time_chip = 0x7f0b0045
+com.example.calculator:layout/material_clockface_view = 0x7f0b0042
+com.example.calculator:layout/material_clockface_textview = 0x7f0b0041
+com.example.calculator:layout/material_clock_period_toggle = 0x7f0b003f
+com.example.calculator:styleable/MaterialAlertDialog = 0x7f120050
+com.example.calculator:layout/material_clock_display_divider = 0x7f0b003e
+com.example.calculator:layout/m3_auto_complete_simple_item = 0x7f0b003b
+com.example.calculator:style/Base.Widget.AppCompat.RatingBar.Small = 0x7f1100e1
+com.example.calculator:layout/m3_alert_dialog = 0x7f0b0038
+com.example.calculator:layout/fragment_second = 0x7f0b0037
+com.example.calculator:layout/dp_example = 0x7f0b0035
+com.example.calculator:layout/design_text_input_start_icon = 0x7f0b0034
+com.example.calculator:layout/design_text_input_end_icon = 0x7f0b0033
+com.example.calculator:layout/design_navigation_menu_item = 0x7f0b0032
+com.example.calculator:layout/design_navigation_menu = 0x7f0b0031
+com.example.calculator:layout/design_navigation_item_subheader = 0x7f0b0030
+com.example.calculator:layout/design_navigation_item = 0x7f0b002d
+com.example.calculator:layout/design_menu_item_action_area = 0x7f0b002c
+com.example.calculator:layout/design_layout_tab_icon = 0x7f0b002a
+com.example.calculator:layout/design_layout_snackbar_include = 0x7f0b0029
+com.example.calculator:layout/design_bottom_navigation_item = 0x7f0b0026
+com.example.calculator:styleable/RadialViewGroup = 0x7f12007c
+com.example.calculator:layout/content_main = 0x7f0b0024
+com.example.calculator:layout/activity_plotting_graph = 0x7f0b0020
+com.example.calculator:layout/activity_graph_light = 0x7f0b001d
+com.example.calculator:layout/abc_tooltip = 0x7f0b001b
+com.example.calculator:layout/abc_search_view = 0x7f0b0019
+com.example.calculator:layout/abc_screen_toolbar = 0x7f0b0017
+com.example.calculator:layout/abc_screen_simple_overlay_action_mode = 0x7f0b0016
+com.example.calculator:layout/abc_screen_simple = 0x7f0b0015
+com.example.calculator:layout/abc_screen_content_include = 0x7f0b0014
+com.example.calculator:layout/abc_list_menu_item_radio = 0x7f0b0011
+com.example.calculator:layout/abc_list_menu_item_icon = 0x7f0b000f
+com.example.calculator:layout/abc_list_menu_item_checkbox = 0x7f0b000e
+com.example.calculator:layout/abc_expanded_menu_layout = 0x7f0b000d
+com.example.calculator:layout/abc_dialog_title_material = 0x7f0b000c
+com.example.calculator:layout/abc_cascading_menu_item_layout = 0x7f0b000b
+com.example.calculator:layout/abc_alert_dialog_material = 0x7f0b0009
+com.example.calculator:layout/abc_alert_dialog_button_bar_material = 0x7f0b0008
+com.example.calculator:layout/abc_action_mode_close_item_material = 0x7f0b0005
+com.example.calculator:layout/abc_action_mode_bar = 0x7f0b0004
+com.example.calculator:layout/abc_action_menu_layout = 0x7f0b0003
+com.example.calculator:layout/abc_action_menu_item_layout = 0x7f0b0002
+com.example.calculator:layout/abc_action_bar_title_item = 0x7f0b0000
+com.example.calculator:string/m3_sys_motion_easing_linear = 0x7f10003c
+com.example.calculator:interpolator/mtrl_linear_out_slow_in = 0x7f0a000a
+com.example.calculator:interpolator/fast_out_slow_in = 0x7f0a0006
+com.example.calculator:interpolator/btn_radio_to_off_mtrl_animation_interpolator_0 = 0x7f0a0004
+com.example.calculator:interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1 = 0x7f0a0003
+com.example.calculator:interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_0 = 0x7f0a0002
+com.example.calculator:interpolator/btn_checkbox_checked_mtrl_animation_interpolator_1 = 0x7f0a0001
+com.example.calculator:integer/show_password_duration = 0x7f090034
+com.example.calculator:integer/mtrl_view_visible = 0x7f090033
+com.example.calculator:integer/mtrl_view_invisible = 0x7f090032
+com.example.calculator:style/Widget.Material3.TextInputLayout.FilledBox.ExposedDropdownMenu = 0x7f11039a
+com.example.calculator:integer/mtrl_chip_anim_duration = 0x7f09002f
+com.example.calculator:integer/mtrl_calendar_year_selector_span = 0x7f09002c
+com.example.calculator:integer/mtrl_calendar_selection_text_lines = 0x7f09002b
+com.example.calculator:integer/mtrl_btn_anim_duration_ms = 0x7f090029
+com.example.calculator:integer/mtrl_badge_max_character_count = 0x7f090027
+com.example.calculator:integer/material_motion_path = 0x7f090026
+com.example.calculator:integer/material_motion_duration_short_2 = 0x7f090025
+com.example.calculator:integer/material_motion_duration_short_1 = 0x7f090024
+com.example.calculator:style/Base.Widget.Material3.CardView = 0x7f1100ef
+com.example.calculator:integer/material_motion_duration_medium_1 = 0x7f090022
+com.example.calculator:integer/material_motion_duration_long_2 = 0x7f090021
+com.example.calculator:integer/material_motion_duration_long_1 = 0x7f090020
+com.example.calculator:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.FilledBox.Dense = 0x7f1102a2
+com.example.calculator:integer/m3_sys_motion_path = 0x7f09001f
+com.example.calculator:integer/m3_sys_motion_duration_400 = 0x7f090016
+com.example.calculator:styleable/MenuItem = 0x7f120061
+com.example.calculator:styleable/KeyCycle = 0x7f120044
+com.example.calculator:integer/m3_sys_motion_duration_350 = 0x7f090015
+com.example.calculator:integer/m3_sys_motion_duration_300 = 0x7f090014
+com.example.calculator:integer/m3_sys_motion_duration_250 = 0x7f090013
+com.example.calculator:integer/m3_sys_motion_duration_1000 = 0x7f090010
+com.example.calculator:integer/m3_sys_motion_duration_100 = 0x7f09000f
+com.example.calculator:integer/m3_chip_anim_duration = 0x7f09000e
+com.example.calculator:layout/sp_example = 0x7f0b0072
+com.example.calculator:integer/m3_card_anim_duration_ms = 0x7f09000d
+com.example.calculator:style/TextAppearance.Compat.Notification.Title = 0x7f1101b4
+com.example.calculator:integer/hide_password_duration = 0x7f090009
+com.example.calculator:integer/cancel_button_image_alpha = 0x7f090004
+com.example.calculator:integer/bottom_sheet_slide_duration = 0x7f090003
+com.example.calculator:style/Widget.Material3.Button.TextButton.Snackbar = 0x7f110334
+com.example.calculator:integer/abc_config_activityShortDur = 0x7f090001
+com.example.calculator:id/zero_corner_chip = 0x7f080246
+com.example.calculator:id/wrap_content_constrained = 0x7f080243
+com.example.calculator:id/wrap_content = 0x7f080242
+com.example.calculator:style/Widget.AppCompat.ActivityChooserView = 0x7f1102ce
+com.example.calculator:id/visible_removing_fragment_view_tag = 0x7f08023d
+com.example.calculator:id/view_tree_view_model_store_owner = 0x7f08023b
+com.example.calculator:id/view_tree_saved_state_registry_owner = 0x7f08023a
+com.example.calculator:styleable/ViewTransition = 0x7f12009f
+com.example.calculator:id/view_tree_lifecycle_owner = 0x7f080239
+com.example.calculator:id/vertical_only = 0x7f080236
+com.example.calculator:style/Widget.Material3.PopupMenu.ListPopupWindow = 0x7f11038a
+com.example.calculator:id/useLogo = 0x7f080234
+com.example.calculator:id/unit_temp = 0x7f080231
+com.example.calculator:id/unit_speed = 0x7f080230
+com.example.calculator:id/unit_output = 0x7f08022f
+com.example.calculator:style/Base.Widget.AppCompat.SearchView = 0x7f1100e2
+com.example.calculator:id/unit_length = 0x7f08022e
+com.example.calculator:string/m3_sys_motion_easing_standard_decelerate = 0x7f10003f
+com.example.calculator:id/unit_degree = 0x7f08022c
+com.example.calculator:id/unchecked = 0x7f08022a
+com.example.calculator:id/tvResult = 0x7f080229
+com.example.calculator:id/tvInput = 0x7f080228
+com.example.calculator:id/triangle = 0x7f080227
+com.example.calculator:id/transition_position = 0x7f080224
+com.example.calculator:id/transition_layout_save = 0x7f080223
+com.example.calculator:id/transition_current_scene = 0x7f080222
+com.example.calculator:style/Base.Widget.MaterialComponents.AutoCompleteTextView = 0x7f1100ff
+com.example.calculator:id/touch_outside = 0x7f08021f
+com.example.calculator:id/topPanel = 0x7f08021e
+com.example.calculator:id/top = 0x7f08021d
+com.example.calculator:id/toggle = 0x7f08021c
+com.example.calculator:styleable/MotionTelltales = 0x7f12006a
+com.example.calculator:id/title = 0x7f080219
+com.example.calculator:id/time = 0x7f080218
+com.example.calculator:id/textview_first = 0x7f080216
+com.example.calculator:style/Widget.AppCompat.ListMenuView = 0x7f1102f5
+com.example.calculator:id/textinput_suffix_text = 0x7f080215
+com.example.calculator:id/textinput_prefix_text = 0x7f080214
+com.example.calculator:id/textinput_placeholder = 0x7f080213
+com.example.calculator:id/textinput_helper_text = 0x7f080212
+com.example.calculator:id/textinput_error = 0x7f080211
+com.example.calculator:id/text_input_error_icon = 0x7f08020e
+com.example.calculator:id/text_input_end_icon = 0x7f08020d
+com.example.calculator:id/textTop = 0x7f08020c
+com.example.calculator:id/textStart = 0x7f08020b
+com.example.calculator:id/textSpacerNoTitle = 0x7f08020a
+com.example.calculator:id/textSpacerNoButtons = 0x7f080209
+com.example.calculator:id/textEnd = 0x7f080208
+com.example.calculator:styleable/ViewPager2 = 0x7f12009d
+com.example.calculator:id/test_radiobutton_app_button_tint = 0x7f080205
+com.example.calculator:id/tag_window_insets_animation_callback = 0x7f080201
+com.example.calculator:id/tag_unhandled_key_listeners = 0x7f080200
+com.example.calculator:id/tag_unhandled_key_event_manager = 0x7f0801ff
+com.example.calculator:id/tag_transition_group = 0x7f0801fe
+com.example.calculator:id/tag_state_description = 0x7f0801fd
+com.example.calculator:id/tag_on_receive_content_listener = 0x7f0801fa
+com.example.calculator:id/tag_accessibility_pane_title = 0x7f0801f8
+com.example.calculator:string/m3_ref_typeface_brand_regular = 0x7f100032
+com.example.calculator:string/abc_action_mode_done = 0x7f100003
+com.example.calculator:id/tag_accessibility_heading = 0x7f0801f7
+com.example.calculator:id/tag_accessibility_actions = 0x7f0801f5
+com.example.calculator:id/submenuarrow = 0x7f0801f1
+com.example.calculator:style/Widget.MaterialComponents.ActionBar.PrimarySurface = 0x7f1103a4
+com.example.calculator:id/stretch = 0x7f0801f0
+com.example.calculator:id/stop = 0x7f0801ef
+com.example.calculator:id/staticLayout = 0x7f0801ed
+com.example.calculator:id/startVertical = 0x7f0801ec
+com.example.calculator:id/startHorizontal = 0x7f0801ea
+com.example.calculator:id/standard = 0x7f0801e8
+com.example.calculator:id/src_over = 0x7f0801e7
+com.example.calculator:id/spring = 0x7f0801e3
+com.example.calculator:id/split_action_bar = 0x7f0801e0
+com.example.calculator:id/spline = 0x7f0801df
+com.example.calculator:style/Base.ThemeOverlay.Material3.BottomSheetDialog = 0x7f110076
+com.example.calculator:id/splash_icon = 0x7f0801de
+com.example.calculator:style/Base.ThemeOverlay.Material3.TextInputEditText = 0x7f110078
+com.example.calculator:id/special_effects_controller_view_tag = 0x7f0801dd
+com.example.calculator:id/spacer = 0x7f0801dc
+com.example.calculator:id/snackbar_text = 0x7f0801d8
+com.example.calculator:id/snackbar_action = 0x7f0801d7
+com.example.calculator:styleable/Insets = 0x7f120042
+com.example.calculator:id/skipCollapsed = 0x7f0801d4
+com.example.calculator:style/Widget.MaterialComponents.TimePicker.Display.HelperText = 0x7f110416
+com.example.calculator:id/sin = 0x7f0801d3
+com.example.calculator:id/sharedValueUnset = 0x7f0801ce
+com.example.calculator:style/ThemeOverlay.MaterialComponents.MaterialCalendar = 0x7f1102b7
+com.example.calculator:mipmap/ic_launcher_calculator = 0x7f0d0001
+com.example.calculator:id/sharedValueSet = 0x7f0801cd
+com.example.calculator:style/Widget.Material3.FloatingActionButton.Tertiary = 0x7f110361
+com.example.calculator:id/selected = 0x7f0801cb
+com.example.calculator:style/Widget.MaterialComponents.CircularProgressIndicator.Small = 0x7f1103ce
+com.example.calculator:id/select_dialog_listview = 0x7f0801ca
+com.example.calculator:id/search_voice_btn = 0x7f0801c9
+com.example.calculator:string/mtrl_picker_toggle_to_day_selection = 0x7f100074
+com.example.calculator:id/search_src_text = 0x7f0801c8
+com.example.calculator:id/search_plate = 0x7f0801c7
+com.example.calculator:id/search_mag_icon = 0x7f0801c6
+com.example.calculator:id/search_edit_frame = 0x7f0801c4
+com.example.calculator:id/search_button = 0x7f0801c2
+com.example.calculator:styleable/SearchView = 0x7f120082
+com.example.calculator:id/search_badge = 0x7f0801c0
+com.example.calculator:id/scrollView = 0x7f0801be
+com.example.calculator:style/Theme.MaterialComponents.Light.Dialog.FixedSize = 0x7f110257
+com.example.calculator:id/scroll = 0x7f0801bb
+com.example.calculator:id/sawtooth = 0x7f0801b8
+com.example.calculator:id/save_non_transition_alpha = 0x7f0801b6
+com.example.calculator:layout/mtrl_picker_header_selection_text = 0x7f0b0063
+com.example.calculator:id/rounded = 0x7f0801b3
+com.example.calculator:id/right_icon = 0x7f0801b1
+com.example.calculator:style/Base.Widget.AppCompat.ActionBar.TabText = 0x7f1100b5
+com.example.calculator:id/rightToLeft = 0x7f0801b0
+com.example.calculator:id/right = 0x7f0801af
+com.example.calculator:id/ratio = 0x7f0801ac
+com.example.calculator:id/position = 0x7f0801a7
+com.example.calculator:id/percent = 0x7f0801a5
+com.example.calculator:id/peekHeight = 0x7f0801a4
+com.example.calculator:id/password_toggle = 0x7f0801a1
+com.example.calculator:id/parent_matrix = 0x7f0801a0
+com.example.calculator:id/parentRelative = 0x7f08019f
+com.example.calculator:layout/material_chip_input_combo = 0x7f0b003c
+com.example.calculator:id/parent = 0x7f08019d
+com.example.calculator:style/ThemeOverlay.Material3.TextInputEditText = 0x7f110295
+com.example.calculator:string/abc_menu_function_shortcut_label = 0x7f10000c
+com.example.calculator:id/transition_transform = 0x7f080226
+com.example.calculator:id/outward = 0x7f080199
+com.example.calculator:id/on = 0x7f080196
+com.example.calculator:id/transitionToEnd = 0x7f080220
+com.example.calculator:id/notification_main_column_container = 0x7f080194
+com.example.calculator:id/notification_main_column = 0x7f080193
+com.example.calculator:id/notification_background = 0x7f080192
+com.example.calculator:style/Animation.AppCompat.Tooltip = 0x7f110005
+com.example.calculator:id/north = 0x7f080191
+com.example.calculator:id/normal = 0x7f080190
+com.example.calculator:id/noScroll = 0x7f08018d
+com.example.calculator:id/neverCompleteToEnd = 0x7f08018b
+com.example.calculator:id/navigation_header_container = 0x7f080189
+com.example.calculator:style/Widget.MaterialComponents.TextInputLayout.FilledBox.Dense = 0x7f110409
+com.example.calculator:layout/mtrl_picker_header_title_text = 0x7f0b0064
+com.example.calculator:id/navigation_bar_item_small_label_view = 0x7f080188
+com.example.calculator:id/navigation_bar_item_large_label_view = 0x7f080187
+com.example.calculator:id/navigation_bar_item_labels_group = 0x7f080186
+com.example.calculator:id/navigation_bar_item_icon_container = 0x7f080184
+com.example.calculator:styleable/AnimatedStateListDrawableCompat = 0x7f120008
+com.example.calculator:id/nav_host_fragment_container = 0x7f080180
+com.example.calculator:id/nav_graph = 0x7f08017f
+com.example.calculator:id/mtrl_view_tag_bottom_padding = 0x7f08017c
+com.example.calculator:id/mtrl_picker_title_text = 0x7f08017b
+com.example.calculator:id/mtrl_picker_text_input_range_start = 0x7f08017a
+com.example.calculator:id/mtrl_picker_text_input_range_end = 0x7f080179
+com.example.calculator:id/mtrl_picker_text_input_date = 0x7f080178
+com.example.calculator:id/mtrl_picker_header_toggle = 0x7f080177
+com.example.calculator:id/mtrl_picker_header_title_and_selection = 0x7f080176
+com.example.calculator:id/mtrl_picker_header = 0x7f080174
+com.example.calculator:id/mtrl_motion_snapshot_view = 0x7f080172
+com.example.calculator:id/mtrl_internal_children_alpha_tag = 0x7f080171
+com.example.calculator:id/mtrl_child_content_container = 0x7f080170
+com.example.calculator:id/mtrl_card_checked_layer_id = 0x7f08016f
+com.example.calculator:style/Theme.Material3.Light = 0x7f110229
+com.example.calculator:id/mtrl_calendar_year_selector_frame = 0x7f08016e
+com.example.calculator:style/Widget.Material3.BottomSheet.Modal = 0x7f110327
+com.example.calculator:id/mtrl_calendar_selection_frame = 0x7f08016c
+com.example.calculator:id/mtrl_calendar_main_pane = 0x7f08016a
+com.example.calculator:id/mtrl_calendar_frame = 0x7f080169
+com.example.calculator:style/Widget.Material3.Badge = 0x7f110322
+com.example.calculator:id/mtrl_calendar_days_of_week = 0x7f080168
+com.example.calculator:id/mtofoot = 0x7f080165
+com.example.calculator:id/motion_base = 0x7f080163
+com.example.calculator:id/month_title = 0x7f080162
+com.example.calculator:id/month_navigation_bar = 0x7f08015e
+com.example.calculator:id/mini = 0x7f08015c
+com.example.calculator:id/middle = 0x7f08015a
+com.example.calculator:id/message = 0x7f080159
+com.example.calculator:id/material_timepicker_view = 0x7f080156
+com.example.calculator:id/material_timepicker_container = 0x7f080152
+com.example.calculator:id/material_timepicker_cancel_button = 0x7f080151
+com.example.calculator:id/material_textinput_timepicker = 0x7f080150
+com.example.calculator:id/material_minute_text_input = 0x7f08014e
+com.example.calculator:id/material_label = 0x7f08014d
+com.example.calculator:id/material_hour_tv = 0x7f08014c
+com.example.calculator:id/masked = 0x7f080142
+com.example.calculator:id/listMode = 0x7f080140
+com.example.calculator:id/linear = 0x7f08013f
+com.example.calculator:id/line3 = 0x7f08013e
+com.example.calculator:id/line1 = 0x7f08013d
+com.example.calculator:id/legacy = 0x7f08013c
+com.example.calculator:id/left = 0x7f08013a
+com.example.calculator:style/Widget.MaterialComponents.MaterialCalendar = 0x7f1103d9
+com.example.calculator:id/layout = 0x7f080139
+com.example.calculator:id/labeled = 0x7f080138
+com.example.calculator:id/kmphtomps = 0x7f080136
+com.example.calculator:id/jumpToEnd = 0x7f080134
+com.example.calculator:style/Theme.MaterialComponents.DayNight.DarkActionBar = 0x7f110237
+com.example.calculator:id/item_touch_helper_previous_elevation = 0x7f080133
+com.example.calculator:id/item3 = 0x7f080131
+com.example.calculator:id/inward = 0x7f08012d
+com.example.calculator:id/invisible = 0x7f08012c
+com.example.calculator:id/included = 0x7f08012a
+com.example.calculator:style/Platform.V25.AppCompat = 0x7f11012f
+com.example.calculator:id/image = 0x7f080128
+com.example.calculator:id/ignore = 0x7f080126
+com.example.calculator:style/Base.MaterialAlertDialog.MaterialComponents.Title.Icon = 0x7f110010
+com.example.calculator:id/ifRoom = 0x7f080125
+com.example.calculator:id/icon = 0x7f080123
+com.example.calculator:id/honorRequest = 0x7f080121
+com.example.calculator:styleable/AppCompatEmojiHelper = 0x7f12000e
+com.example.calculator:id/home = 0x7f08011f
+com.example.calculator:style/Theme.Calculator.PopupOverlay = 0x7f110211
+com.example.calculator:id/hideable = 0x7f08011e
+com.example.calculator:style/TextAppearance.MaterialComponents.Body2 = 0x7f1101e3
+com.example.calculator:id/header_title = 0x7f08011d
+com.example.calculator:id/guideline = 0x7f08011c
+com.example.calculator:id/groups = 0x7f08011b
+com.example.calculator:id/graph_x = 0x7f080118
+com.example.calculator:id/graph_wrap = 0x7f080117
+com.example.calculator:id/graph_SquareX = 0x7f080116
+com.example.calculator:id/uniform = 0x7f08022b
+com.example.calculator:id/gone = 0x7f080112
+com.example.calculator:id/give_us_a_review_landmine_button = 0x7f08010e
+com.example.calculator:id/fullscreen_header = 0x7f08010b
+com.example.calculator:styleable/Transform = 0x7f120098
+com.example.calculator:id/fragment_container_view_tag = 0x7f080109
+com.example.calculator:id/floating = 0x7f080106
+com.example.calculator:id/flip = 0x7f080105
+com.example.calculator:id/fixed = 0x7f080104
+com.example.calculator:id/spread_inside = 0x7f0801e2
+com.example.calculator:id/fitEnd = 0x7f080100
+com.example.calculator:id/fitCenter = 0x7f0800ff
+com.example.calculator:id/fill = 0x7f0800fb
+com.example.calculator:style/Widget.AppCompat.CompoundButton.CheckBox = 0x7f1102d8
+com.example.calculator:id/fade = 0x7f0800fa
+com.example.calculator:id/expand_activities_button = 0x7f0800f8
+com.example.calculator:id/exitUntilCollapsed = 0x7f0800f7
+com.example.calculator:id/enterAlwaysCollapsed = 0x7f0800f6
+com.example.calculator:id/mtrl_calendar_day_selector_frame = 0x7f080167
+com.example.calculator:id/end = 0x7f0800f3
+com.example.calculator:id/elastic = 0x7f0800f2
+com.example.calculator:id/edit_query = 0x7f0800ef
+com.example.calculator:id/east = 0x7f0800ee
+com.example.calculator:id/month_navigation_previous = 0x7f080161
+com.example.calculator:id/easeOut = 0x7f0800ed
+com.example.calculator:id/easeIn = 0x7f0800eb
+com.example.calculator:style/Theme.MaterialComponents.Light.Dialog.Alert.Bridge = 0x7f110255
+com.example.calculator:string/abc_searchview_description_voice = 0x7f100017
+com.example.calculator:id/dtor = 0x7f0800ea
+com.example.calculator:id/dropdown_menu = 0x7f0800e8
+com.example.calculator:style/TextAppearance.AppCompat.Widget.ActionMode.Subtitle.Inverse = 0x7f1101a3
+com.example.calculator:id/icon_group = 0x7f080124
+com.example.calculator:id/dropdown_editable = 0x7f0800e7
+com.example.calculator:styleable/CardView = 0x7f12001b
+com.example.calculator:id/dragStart = 0x7f0800e4
+com.example.calculator:id/dragLeft = 0x7f0800e2
+com.example.calculator:id/dragEnd = 0x7f0800e1
+com.example.calculator:style/ThemeOverlay.Material3.HarmonizedColors = 0x7f110288
+com.example.calculator:id/dragDown = 0x7f0800e0
+com.example.calculator:id/dragAnticlockwise = 0x7f0800de
+com.example.calculator:id/disjoint = 0x7f0800dd
+com.example.calculator:id/disableScroll = 0x7f0800dc
+com.example.calculator:id/disableHome = 0x7f0800d9
+com.example.calculator:xml/standalone_badge_gravity_top_start = 0x7f130003
+com.example.calculator:style/Base.Widget.AppCompat.SeekBar.Discrete = 0x7f1100e5
+com.example.calculator:id/dimensions = 0x7f0800d7
+com.example.calculator:id/drawerLayout = 0x7f0800e6
+com.example.calculator:id/dialog_button = 0x7f0800d6
+com.example.calculator:id/foottom = 0x7f080107
+com.example.calculator:id/design_navigation_view = 0x7f0800d5
+com.example.calculator:id/design_menu_item_action_area_stub = 0x7f0800d3
+com.example.calculator:id/design_menu_item_action_area = 0x7f0800d2
+com.example.calculator:id/design_bottom_sheet = 0x7f0800d1
+com.example.calculator:style/ThemeOverlay.Material3.FloatingActionButton.Surface = 0x7f110286
+com.example.calculator:id/dependency_ordering = 0x7f0800d0
+com.example.calculator:id/decor_content_parent = 0x7f0800cd
+com.example.calculator:id/decelerate = 0x7f0800cb
+com.example.calculator:style/Widget.AppCompat.Light.PopupMenu = 0x7f1102f1
+com.example.calculator:id/cut = 0x7f0800c9
+com.example.calculator:style/Base.Widget.AppCompat.Light.PopupMenu.Overflow = 0x7f1100d4
+com.example.calculator:id/customPanel = 0x7f0800c8
+com.example.calculator:id/counterclockwise = 0x7f0800c5
+com.example.calculator:id/coordinator = 0x7f0800c3
+com.example.calculator:id/continuousVelocity = 0x7f0800c2
+com.example.calculator:style/Widget.MaterialComponents.AutoCompleteTextView.FilledBox = 0x7f1103ab
+com.example.calculator:style/ShapeAppearance.Material3.Corner.ExtraLarge = 0x7f11014e
+com.example.calculator:id/contiguous = 0x7f0800c1
+com.example.calculator:id/content = 0x7f0800bf
+com.example.calculator:id/navigation_bar_item_active_indicator_view = 0x7f080183
+com.example.calculator:id/container = 0x7f0800be
+com.example.calculator:string/m3_ref_typeface_plain_regular = 0x7f100034
+com.example.calculator:id/compress = 0x7f0800bb
+com.example.calculator:id/closest = 0x7f0800b9
+com.example.calculator:style/Base.V26.Widget.AppCompat.Toolbar = 0x7f1100a7
+com.example.calculator:id/clockwise = 0x7f0800b8
+com.example.calculator:id/clip_vertical = 0x7f0800b7
+com.example.calculator:id/circle_center = 0x7f0800b4
+com.example.calculator:style/Base.TextAppearance.AppCompat.SearchResult.Subtitle = 0x7f110026
+com.example.calculator:id/chronometer = 0x7f0800b3
+com.example.calculator:style/Base.V23.Theme.AppCompat.Light = 0x7f1100a0
+com.example.calculator:id/chip3 = 0x7f0800b1
+com.example.calculator:style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Small = 0x7f110190
+com.example.calculator:id/chip2 = 0x7f0800b0
+com.example.calculator:id/fill_vertical = 0x7f0800fd
+com.example.calculator:id/chip1 = 0x7f0800af
+com.example.calculator:id/checked = 0x7f0800ad
+com.example.calculator:styleable/MaterialToolbar = 0x7f12005f
+com.example.calculator:id/checkbox = 0x7f0800ac
+com.example.calculator:id/chains = 0x7f0800ab
+com.example.calculator:id/chain2 = 0x7f0800aa
+com.example.calculator:id/chain = 0x7f0800a9
+com.example.calculator:id/center_vertical = 0x7f0800a8
+com.example.calculator:id/center_horizontal = 0x7f0800a7
+com.example.calculator:id/centerCrop = 0x7f0800a5
+com.example.calculator:id/center = 0x7f0800a4
+com.example.calculator:style/MaterialAlertDialog.MaterialComponents.Title.Panel = 0x7f110120
+com.example.calculator:id/cancel_button = 0x7f0800a2
+com.example.calculator:id/callMeasure = 0x7f0800a1
+com.example.calculator:id/button_second = 0x7f08009f
+com.example.calculator:style/Base.Widget.Material3.CompoundButton.Switch = 0x7f1100f4
+com.example.calculator:id/button_first = 0x7f08009e
+com.example.calculator:id/btnThemeConverter = 0x7f08009a
+com.example.calculator:id/btnTan = 0x7f080099
+com.example.calculator:style/Theme.MaterialComponents.Light.Dialog.MinWidth.Bridge = 0x7f11025a
+com.example.calculator:style/Base.ThemeOverlay.MaterialComponents.Dialog = 0x7f110079
+com.example.calculator:id/btnSquarex = 0x7f080098
+com.example.calculator:id/btnSqrt = 0x7f080097
+com.example.calculator:id/btnSin = 0x7f080096
+com.example.calculator:id/btnPi = 0x7f080094
+com.example.calculator:id/btnOpenBkt = 0x7f080093
+com.example.calculator:id/btnMultiply = 0x7f080092
+com.example.calculator:id/btnMinus = 0x7f080090
+com.example.calculator:id/btnMatrix = 0x7f08008f
+com.example.calculator:styleable/PopupWindowBackgroundState = 0x7f12007a
+com.example.calculator:id/btnInversetan = 0x7f08008d
+com.example.calculator:style/TextAppearance.Material3.MaterialTimePicker.Title = 0x7f1101dd
+com.example.calculator:id/btnInverseCos = 0x7f08008b
+com.example.calculator:id/btnHome = 0x7f08008a
+com.example.calculator:id/btnE = 0x7f080084
+com.example.calculator:style/TextAppearance.MaterialComponents.Badge = 0x7f1101e1
+com.example.calculator:id/btnDivide = 0x7f080083
+com.example.calculator:id/btnDecimal = 0x7f080082
+com.example.calculator:id/btnClear = 0x7f080080
+com.example.calculator:style/Widget.Material3.MaterialCalendar.HeaderSelection.Fullscreen = 0x7f110370
+com.example.calculator:id/btnBack = 0x7f08007f
+com.example.calculator:id/btn9 = 0x7f08007d
+com.example.calculator:style/Widget.Material3.MaterialTimePicker.Display.TextInputEditText = 0x7f110382
+com.example.calculator:id/btn6 = 0x7f08007a
+com.example.calculator:id/fitStart = 0x7f080101
+com.example.calculator:id/btn5 = 0x7f080079
+com.example.calculator:layout/material_radial_view_group = 0x7f0b0043
+com.example.calculator:id/btn4 = 0x7f080078
+com.example.calculator:id/btn0 = 0x7f080073
+com.example.calculator:string/mtrl_picker_toggle_to_calendar_input_mode = 0x7f100073
+com.example.calculator:id/bounceStart = 0x7f080072
+com.example.calculator:id/bounceEnd = 0x7f080071
+com.example.calculator:id/bounceBoth = 0x7f080070
+com.example.calculator:id/bottom = 0x7f08006e
+com.example.calculator:id/beginning = 0x7f08006b
+com.example.calculator:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Surface = 0x7f110354
+com.example.calculator:id/beginOnFirstDraw = 0x7f08006a
+com.example.calculator:id/baseline = 0x7f080069
+com.example.calculator:id/nav_controller_view_tag = 0x7f08017e
+com.example.calculator:id/autoComplete = 0x7f080065
+com.example.calculator:id/auto = 0x7f080064
+com.example.calculator:id/arc = 0x7f080061
+com.example.calculator:id/animateToEnd = 0x7f08005d
+com.example.calculator:id/matrix = 0x7f080158
+com.example.calculator:id/allStates = 0x7f08005b
+com.example.calculator:style/Theme.MaterialComponents.Light.DialogWhenLarge = 0x7f11025b
+com.example.calculator:id/all = 0x7f08005a
+com.example.calculator:id/aligned = 0x7f080059
+com.example.calculator:id/alertTitle = 0x7f080058
+com.example.calculator:style/ThemeOverlay.Material3.AutoCompleteTextView.FilledBox.Dense = 0x7f11026f
+com.example.calculator:id/add = 0x7f080057
+com.example.calculator:id/activity_chooser_view_content = 0x7f080056
+com.example.calculator:id/action_text = 0x7f080054
+com.example.calculator:style/Theme.MaterialComponents.Bridge = 0x7f110232
+com.example.calculator:id/mtrl_calendar_text_input_frame = 0x7f08016d
+com.example.calculator:id/action_mode_close_button = 0x7f080053
+com.example.calculator:id/action_mode_bar = 0x7f080051
+com.example.calculator:id/action_menu_presenter = 0x7f080050
+com.example.calculator:id/action_menu_divider = 0x7f08004f
+com.example.calculator:style/ThemeOverlay.MaterialComponents.Light.Dialog.Alert.Framework = 0x7f1102af
+com.example.calculator:id/action_divider = 0x7f08004d
+com.example.calculator:id/action_context_bar = 0x7f08004c
+com.example.calculator:id/action_bar_subtitle = 0x7f080049
+com.example.calculator:id/animateToStart = 0x7f08005e
+com.example.calculator:id/action_bar_spinner = 0x7f080048
+com.example.calculator:style/Base.Theme.MaterialComponents.Light.DarkActionBar = 0x7f110066
+com.example.calculator:id/action_bar_root = 0x7f080047
+com.example.calculator:id/action_bar = 0x7f080044
+com.example.calculator:id/action_FirstFragment_to_SecondFragment = 0x7f080042
+com.example.calculator:id/actionUp = 0x7f080041
+com.example.calculator:id/actionDownUp = 0x7f080040
+com.example.calculator:id/accessibility_custom_action_9 = 0x7f08003e
+com.example.calculator:integer/material_motion_duration_medium_2 = 0x7f090023
+com.example.calculator:id/accessibility_custom_action_8 = 0x7f08003d
+com.example.calculator:id/accessibility_custom_action_7 = 0x7f08003c
+com.example.calculator:id/accessibility_custom_action_5 = 0x7f08003a
+com.example.calculator:id/accessibility_custom_action_3 = 0x7f080036
+com.example.calculator:id/accessibility_custom_action_28 = 0x7f080034
+com.example.calculator:style/ShapeAppearanceOverlay.Material3.NavigationView.Item = 0x7f110168
+com.example.calculator:id/accessibility_custom_action_26 = 0x7f080032
+com.example.calculator:style/Widget.Material3.MaterialCalendar.HeaderToggleButton = 0x7f110372
+com.example.calculator:id/accessibility_custom_action_25 = 0x7f080031
+com.example.calculator:id/month_navigation_fragment_toggle = 0x7f08015f
+com.example.calculator:id/accessibility_custom_action_23 = 0x7f08002f
+com.example.calculator:mipmap/ic_launcher_calculator_foreground = 0x7f0d0002
+com.example.calculator:id/title_template = 0x7f08021b
+com.example.calculator:id/accessibility_custom_action_21 = 0x7f08002d
+com.example.calculator:integer/m3_btn_anim_delay_ms = 0x7f09000a
+com.example.calculator:id/accessibility_custom_action_20 = 0x7f08002c
+com.example.calculator:id/accessibility_custom_action_19 = 0x7f08002a
+com.example.calculator:id/accessibility_custom_action_12 = 0x7f080023
+com.example.calculator:id/accessibility_custom_action_10 = 0x7f080021
+com.example.calculator:id/accessibility_custom_action_1 = 0x7f080020
+com.example.calculator:id/accessibility_custom_action_0 = 0x7f08001f
+com.example.calculator:id/accessibility_action_clickable_span = 0x7f08001e
+com.example.calculator:id/accelerate = 0x7f08001d
+com.example.calculator:layout/material_time_input = 0x7f0b0046
+com.example.calculator:id/Tanx = 0x7f08001c
+com.example.calculator:id/Secx = 0x7f080018
+com.example.calculator:id/SecondFragment = 0x7f080017
+com.example.calculator:id/SYM = 0x7f080016
+com.example.calculator:style/Theme.Material3.Light.Dialog.MinWidth = 0x7f11022d
+com.example.calculator:id/SHOW_PROGRESS = 0x7f080015
+com.example.calculator:id/SHOW_ALL = 0x7f080013
+com.example.calculator:id/SHIFT = 0x7f080012
+com.example.calculator:style/Widget.Material3.Slider = 0x7f11038c
+com.example.calculator:id/wrap = 0x7f080241
+com.example.calculator:id/NO_DEBUG = 0x7f080011
+com.example.calculator:id/META = 0x7f080010
+com.example.calculator:style/Widget.Material3.MaterialCalendar.Year = 0x7f110376
+com.example.calculator:id/FtoK = 0x7f08000d
+com.example.calculator:id/FtoC = 0x7f08000c
+com.example.calculator:style/Widget.MaterialComponents.MaterialCalendar.HeaderConfirmButton = 0x7f1103e2
+com.example.calculator:style/ThemeOverlay.MaterialComponents.DayNight.BottomSheetDialog = 0x7f1102aa
+com.example.calculator:id/FirstFragment = 0x7f08000b
+com.example.calculator:id/Equal = 0x7f080009
+com.example.calculator:id/chip_group = 0x7f0800b2
+com.example.calculator:id/Cubex = 0x7f080008
+com.example.calculator:id/CtoF = 0x7f080007
+com.example.calculator:id/Cotx = 0x7f080006
+com.example.calculator:style/Base.Widget.AppCompat.RatingBar.Indicator = 0x7f1100e0
+com.example.calculator:id/BOTTOM_START = 0x7f080002
+com.example.calculator:style/Widget.MaterialComponents.MaterialCalendar.Day.Today = 0x7f1103dd
+com.example.calculator:string/search_menu_title = 0x7f100082
+com.example.calculator:id/actionDown = 0x7f08003f
+com.example.calculator:id/BOTTOM_END = 0x7f080001
+com.example.calculator:style/Base.V14.Theme.MaterialComponents.Light = 0x7f110088
+com.example.calculator:id/ALT = 0x7f080000
+com.example.calculator:style/Widget.AppCompat.PopupMenu.Overflow = 0x7f1102fb
+com.example.calculator:style/ShapeAppearance.MaterialComponents.MediumComponent = 0x7f11015c
+com.example.calculator:drawable/tooltip_frame_light = 0x7f0700a7
+com.example.calculator:drawable/test_custom_background = 0x7f0700a4
+com.example.calculator:string/mtrl_picker_invalid_format_example = 0x7f100062
+com.example.calculator:drawable/notify_panel_notification_icon_bg = 0x7f0700a3
+com.example.calculator:style/Widget.Material3.Button.TextButton.Icon = 0x7f110333
+com.example.calculator:drawable/notification_tile_bg = 0x7f0700a2
+com.example.calculator:string/mtrl_picker_announce_current_selection = 0x7f10005a
+com.example.calculator:drawable/notification_template_icon_low_bg = 0x7f0700a1
+com.example.calculator:drawable/notification_template_icon_bg = 0x7f0700a0
+com.example.calculator:drawable/notification_icon_background = 0x7f07009f
+com.example.calculator:drawable/notification_bg_normal_pressed = 0x7f07009e
+com.example.calculator:drawable/notification_bg_low = 0x7f07009a
+com.example.calculator:drawable/notification_bg = 0x7f070099
+com.example.calculator:drawable/notification_action_background = 0x7f070098
+com.example.calculator:style/TextAppearance.AppCompat.Body1 = 0x7f110181
+com.example.calculator:drawable/mtrl_tabs_default_indicator = 0x7f070096
+com.example.calculator:drawable/mtrl_popupmenu_background_overlay = 0x7f070095
+com.example.calculator:style/TextAppearance.AppCompat.SearchResult.Title = 0x7f110195
+com.example.calculator:drawable/mtrl_popupmenu_background = 0x7f070094
+com.example.calculator:drawable/mtrl_ic_cancel = 0x7f070091
+com.example.calculator:drawable/mtrl_dialog_background = 0x7f07008d
+com.example.calculator:drawable/material_ic_menu_arrow_up_black_24dp = 0x7f07008c
+com.example.calculator:drawable/material_ic_keyboard_arrow_right_black_24dp = 0x7f07008a
+com.example.calculator:style/TextAppearance.AppCompat.Body2 = 0x7f110182
+com.example.calculator:id/homeAsUp = 0x7f080120
+com.example.calculator:drawable/material_ic_keyboard_arrow_previous_black_24dp = 0x7f070089
+com.example.calculator:drawable/material_ic_edit_black_24dp = 0x7f070086
+com.example.calculator:drawable/material_ic_calendar_black_24dp = 0x7f070084
+com.example.calculator:drawable/material_cursor_drawable = 0x7f070083
+com.example.calculator:drawable/m3_tabs_transparent_background = 0x7f070082
+com.example.calculator:drawable/m3_tabs_rounded_line_indicator = 0x7f070081
+com.example.calculator:drawable/m3_tabs_line_indicator = 0x7f070080
+com.example.calculator:drawable/m3_tabs_background = 0x7f07007f
+com.example.calculator:drawable/m3_selection_control_ripple = 0x7f07007e
+com.example.calculator:id/transitionToStart = 0x7f080221
+com.example.calculator:drawable/ic_temp = 0x7f07007a
+com.example.calculator:style/Widget.MaterialComponents.TextInputLayout.FilledBox.Dense.ExposedDropdownMenu = 0x7f11040a
+com.example.calculator:drawable/ic_speed = 0x7f070079
+com.example.calculator:style/Widget.AppCompat.ProgressBar = 0x7f1102fd
+com.example.calculator:drawable/ic_scale = 0x7f070078
+com.example.calculator:styleable/TextInputLayout = 0x7f120094
+com.example.calculator:style/Theme.MaterialComponents.Dialog = 0x7f110244
+com.example.calculator:drawable/ic_mtrl_chip_checked_circle = 0x7f070076
+com.example.calculator:id/transition_scene_layoutid_cache = 0x7f080225
+com.example.calculator:drawable/ic_launcher_foreground = 0x7f07006f
+com.example.calculator:drawable/ic_keyboard_black_24dp = 0x7f07006d
+com.example.calculator:drawable/ic_icon_calculator = 0x7f07006c
+com.example.calculator:id/filled = 0x7f0800fe
+com.example.calculator:drawable/ic_home = 0x7f07006b
+com.example.calculator:drawable/ic_dark_mode = 0x7f070068
+com.example.calculator:style/Widget.MaterialComponents.Button.TextButton.Dialog = 0x7f1103bd
+com.example.calculator:id/btnAdd = 0x7f08007e
+com.example.calculator:drawable/ic_clock_black_24dp = 0x7f070066
+com.example.calculator:layout/mtrl_calendar_day = 0x7f0b0051
+com.example.calculator:id/submit_area = 0x7f0801f2
+com.example.calculator:drawable/design_snackbar_background = 0x7f070064
+com.example.calculator:drawable/design_password_eye = 0x7f070063
+com.example.calculator:style/Widget.AppCompat.CompoundButton.Switch = 0x7f1102da
+com.example.calculator:drawable/design_ic_visibility = 0x7f070061
+com.example.calculator:drawable/design_fab_background = 0x7f070060
+com.example.calculator:drawable/btn_radio_on_to_off_mtrl_animation = 0x7f07005f
+com.example.calculator:drawable/btn_radio_off_mtrl = 0x7f07005c
+com.example.calculator:drawable/btn_checkbox_unchecked_to_checked_mtrl_animation = 0x7f07005b
+com.example.calculator:drawable/btn_checkbox_unchecked_mtrl = 0x7f07005a
+com.example.calculator:string/mtrl_picker_day_of_week_column_header = 0x7f100060
+com.example.calculator:drawable/avd_show_password = 0x7f070057
+com.example.calculator:drawable/abc_textfield_search_material = 0x7f070054
+com.example.calculator:drawable/abc_textfield_search_default_mtrl_alpha = 0x7f070053
+com.example.calculator:style/TextAppearance.M3.Sys.Typescale.BodyMedium = 0x7f1101c1
+com.example.calculator:drawable/abc_textfield_search_activated_mtrl_alpha = 0x7f070052
+com.example.calculator:drawable/abc_textfield_default_mtrl_alpha = 0x7f070051
+com.example.calculator:drawable/abc_textfield_activated_mtrl_alpha = 0x7f070050
+com.example.calculator:drawable/abc_text_select_handle_right_mtrl = 0x7f07004f
+com.example.calculator:style/Widget.AppCompat.Light.AutoCompleteTextView = 0x7f1102ed
+com.example.calculator:drawable/abc_tab_indicator_mtrl_alpha = 0x7f07004b
+com.example.calculator:id/action_container = 0x7f08004b
+com.example.calculator:drawable/abc_tab_indicator_material = 0x7f07004a
+com.example.calculator:drawable/abc_switch_track_mtrl_alpha = 0x7f070049
+com.example.calculator:drawable/abc_switch_thumb_material = 0x7f070048
+com.example.calculator:drawable/abc_spinner_mtrl_am_alpha = 0x7f070044
+com.example.calculator:drawable/abc_seekbar_track_material = 0x7f070043
+com.example.calculator:drawable/abc_seekbar_tick_mark_material = 0x7f070042
+com.example.calculator:drawable/abc_scrubber_primary_mtrl_alpha = 0x7f07003f
+com.example.calculator:drawable/abc_ratingbar_material = 0x7f07003a
+com.example.calculator:drawable/abc_ratingbar_indicator_material = 0x7f070039
+com.example.calculator:drawable/abc_popup_background_mtrl_mult = 0x7f070038
+com.example.calculator:styleable/FontFamily = 0x7f120039
+com.example.calculator:drawable/abc_menu_hardkey_panel_mtrl_mult = 0x7f070037
+com.example.calculator:style/Base.V22.Theme.AppCompat = 0x7f11009d
+com.example.calculator:drawable/abc_list_selector_holo_dark = 0x7f070035
+com.example.calculator:drawable/abc_list_selector_disabled_holo_light = 0x7f070034
+com.example.calculator:drawable/abc_list_selector_disabled_holo_dark = 0x7f070033
+com.example.calculator:drawable/abc_list_pressed_holo_light = 0x7f070030
+com.example.calculator:drawable/abc_list_pressed_holo_dark = 0x7f07002f
+com.example.calculator:drawable/abc_list_divider_mtrl_alpha = 0x7f07002c
+com.example.calculator:drawable/abc_item_background_holo_dark = 0x7f070029
+com.example.calculator:attr/singleChoiceItemLayout = 0x7f03036d
+com.example.calculator:drawable/abc_ic_menu_overflow_material = 0x7f070023
+com.example.calculator:attr/onStateTransition = 0x7f030305
+com.example.calculator:attr/textStartPadding = 0x7f030403
+com.example.calculator:drawable/abc_ic_go_search_api_material = 0x7f070020
+com.example.calculator:drawable/abc_ic_commit_search_api_mtrl_alpha = 0x7f07001f
+com.example.calculator:drawable/abc_btn_switch_to_on_mtrl_00001 = 0x7f070014
+com.example.calculator:attr/counterTextColor = 0x7f030132
+com.example.calculator:drawable/abc_btn_radio_to_on_mtrl_000 = 0x7f070012
+com.example.calculator:drawable/abc_btn_check_to_on_mtrl_015 = 0x7f07000d
+com.example.calculator:drawable/abc_btn_check_to_on_mtrl_000 = 0x7f07000c
+com.example.calculator:drawable/abc_btn_check_material_anim = 0x7f07000b
+com.example.calculator:drawable/abc_btn_check_material = 0x7f07000a
+com.example.calculator:drawable/abc_btn_borderless_material = 0x7f070009
+com.example.calculator:style/Widget.MaterialComponents.MaterialCalendar.Item = 0x7f1103e9
+com.example.calculator:dimen/_66ssp = 0x7f060271
+com.example.calculator:drawable/$avd_hide_password__2 = 0x7f070002
+com.example.calculator:attr/backgroundStacked = 0x7f03004a
+com.example.calculator:drawable/$avd_hide_password__1 = 0x7f070001
+com.example.calculator:attr/buttonTintMode = 0x7f030084
+com.example.calculator:attr/perpendicularPath_percent = 0x7f03031f
+com.example.calculator:drawable/$avd_hide_password__0 = 0x7f070000
+com.example.calculator:dimen/tooltip_y_offset_touch = 0x7f060546
+com.example.calculator:dimen/tooltip_y_offset_non_touch = 0x7f060545
+com.example.calculator:dimen/tooltip_vertical_padding = 0x7f060544
+com.example.calculator:dimen/test_navigation_bar_text_size = 0x7f06053e
+com.example.calculator:dimen/m3_alert_dialog_icon_margin = 0x7f06039e
+com.example.calculator:dimen/test_navigation_bar_label_padding = 0x7f06053c
+com.example.calculator:layout/select_dialog_item_material = 0x7f0b006f
+com.example.calculator:dimen/test_navigation_bar_active_text_size = 0x7f060536
+com.example.calculator:attr/hintEnabled = 0x7f0301e6
+com.example.calculator:dimen/mtrl_snackbar_action_text_color_alpha = 0x7f06050c
+com.example.calculator:dimen/test_navigation_bar_active_item_min_width = 0x7f060535
+com.example.calculator:dimen/notification_small_icon_size_as_large = 0x7f06052e
+com.example.calculator:id/btnEPowerx = 0x7f080085
+com.example.calculator:dimen/abc_switch_padding = 0x7f060336
+com.example.calculator:dimen/notification_small_icon_background_padding = 0x7f06052d
+com.example.calculator:attr/barrierMargin = 0x7f030056
+com.example.calculator:dimen/notification_media_narrow_margin = 0x7f06052a
+com.example.calculator:style/Base.V14.ThemeOverlay.MaterialComponents.MaterialAlertDialog = 0x7f110091
+com.example.calculator:interpolator/btn_checkbox_checked_mtrl_animation_interpolator_0 = 0x7f0a0000
+com.example.calculator:color/m3_ref_palette_dynamic_primary100 = 0x7f0500ae
+com.example.calculator:dimen/notification_content_margin_start = 0x7f060526
+com.example.calculator:id/action_bar_activity_content = 0x7f080045
+com.example.calculator:attr/waveOffset = 0x7f030459
+com.example.calculator:dimen/notification_big_circle_margin = 0x7f060525
+com.example.calculator:id/list_item = 0x7f080141
+com.example.calculator:dimen/notification_action_text_size = 0x7f060524
+com.example.calculator:color/design_default_color_on_error = 0x7f050041
+com.example.calculator:dimen/_561sdp = 0x7f060232
+com.example.calculator:dimen/mtrl_tooltip_padding = 0x7f060521
+com.example.calculator:dimen/mtrl_textinput_outline_box_expanded_padding = 0x7f06051a
+com.example.calculator:style/Widget.Design.FloatingActionButton = 0x7f110314
+com.example.calculator:dimen/mtrl_textinput_counter_margin_start = 0x7f060518
+com.example.calculator:dimen/mtrl_textinput_box_stroke_width_default = 0x7f060516
+com.example.calculator:attr/actionOverflowMenuStyle = 0x7f030023
+com.example.calculator:attr/counterOverflowTextAppearance = 0x7f03012f
+com.example.calculator:dimen/abc_disabled_alpha_material_dark = 0x7f06031f
+com.example.calculator:dimen/mtrl_textinput_box_label_cutout_padding = 0x7f060515
+com.example.calculator:dimen/mtrl_switch_thumb_elevation = 0x7f060512
+com.example.calculator:dimen/mtrl_snackbar_background_corner_radius = 0x7f06050d
+com.example.calculator:dimen/mtrl_slider_widget_height = 0x7f06050b
+com.example.calculator:dimen/mtrl_slider_track_top = 0x7f06050a
+com.example.calculator:dimen/mtrl_slider_track_side_padding = 0x7f060509
+com.example.calculator:layout/activity_main = 0x7f0b001e
+com.example.calculator:dimen/mtrl_slider_thumb_elevation = 0x7f060506
+com.example.calculator:dimen/m3_navigation_item_vertical_padding = 0x7f0603f7
+com.example.calculator:dimen/mtrl_slider_label_radius = 0x7f060504
+com.example.calculator:style/Widget.AppCompat.PopupMenu = 0x7f1102fa
+com.example.calculator:dimen/_419sdp = 0x7f060184
+com.example.calculator:dimen/mtrl_slider_label_padding = 0x7f060503
+com.example.calculator:dimen/mtrl_slider_track_height = 0x7f060508
+com.example.calculator:dimen/_388sdp = 0x7f06015d
+com.example.calculator:dimen/mtrl_progress_indicator_full_rounded_corner_radius = 0x7f0604fd
+com.example.calculator:dimen/mtrl_progress_circular_track_thickness_extra_small = 0x7f0604fa
+com.example.calculator:id/selection_type = 0x7f0801cc
+com.example.calculator:dimen/mtrl_progress_circular_size_small = 0x7f0604f9
+com.example.calculator:style/TextAppearance.M3.Sys.Typescale.HeadlineLarge = 0x7f1101c6
+com.example.calculator:dimen/mtrl_progress_circular_size_medium = 0x7f0604f8
+com.example.calculator:style/Test.Widget.MaterialComponents.MaterialCalendar = 0x7f110177
+com.example.calculator:dimen/mtrl_progress_circular_size_extra_small = 0x7f0604f7
+com.example.calculator:attr/collapseIcon = 0x7f0300d5
+com.example.calculator:dimen/mtrl_progress_circular_size = 0x7f0604f6
+com.example.calculator:style/Theme.MaterialComponents.DayNight.Bridge = 0x7f110236
+com.example.calculator:color/m3_ref_palette_secondary70 = 0x7f05010f
+com.example.calculator:dimen/mtrl_progress_circular_radius = 0x7f0604f5
+com.example.calculator:dimen/mtrl_progress_circular_inset_medium = 0x7f0604f3
+com.example.calculator:dimen/mtrl_progress_circular_inset_extra_small = 0x7f0604f2
+com.example.calculator:styleable/NavAction = 0x7f12006b
+com.example.calculator:id/barrier = 0x7f080068
+com.example.calculator:dimen/_minus20sdp = 0x7f0602c7
+com.example.calculator:dimen/mtrl_navigation_rail_text_bottom_margin = 0x7f0604ef
+com.example.calculator:attr/subheaderTextAppearance = 0x7f030397
+com.example.calculator:dimen/mtrl_navigation_rail_icon_size = 0x7f0604ed
+com.example.calculator:dimen/mtrl_navigation_rail_default_width = 0x7f0604ea
+com.example.calculator:dimen/abc_dialog_title_divider_material = 0x7f06031e
+com.example.calculator:dimen/_55sdp = 0x7f06022f
+com.example.calculator:dimen/mtrl_navigation_item_icon_padding = 0x7f0604e4
+com.example.calculator:dimen/mtrl_navigation_bar_item_default_icon_size = 0x7f0604e0
+com.example.calculator:id/overshoot = 0x7f08019a
+com.example.calculator:color/material_dynamic_neutral70 = 0x7f0501ae
+com.example.calculator:dimen/mtrl_fab_min_touch_target = 0x7f0604d3
+com.example.calculator:dimen/mtrl_min_touch_target_size = 0x7f0604df
+com.example.calculator:dimen/mtrl_low_ripple_focused_alpha = 0x7f0604dc
+com.example.calculator:dimen/mtrl_low_ripple_default_alpha = 0x7f0604db
+com.example.calculator:attr/textEndPadding = 0x7f0303f4
+com.example.calculator:dimen/mtrl_large_touch_target = 0x7f0604da
+com.example.calculator:style/ShapeAppearance.MaterialComponents.LargeComponent = 0x7f11015b
+com.example.calculator:dimen/mtrl_high_ripple_pressed_alpha = 0x7f0604d9
+com.example.calculator:id/test_checkbox_android_button_tint = 0x7f080202
+com.example.calculator:attr/extraMultilineHeightEnabled = 0x7f03019a
+com.example.calculator:dimen/mtrl_high_ripple_default_alpha = 0x7f0604d6
+com.example.calculator:style/Base.V26.Theme.AppCompat.Light = 0x7f1100a6
+com.example.calculator:color/m3_ref_palette_neutral70 = 0x7f0500e8
+com.example.calculator:dimen/mtrl_fab_translation_z_pressed = 0x7f0604d5
+com.example.calculator:dimen/mtrl_extended_fab_translation_z_hovered_focused = 0x7f0604d0
+com.example.calculator:dimen/mtrl_extended_fab_top_padding = 0x7f0604ce
+com.example.calculator:dimen/mtrl_extended_fab_min_width = 0x7f0604cb
+com.example.calculator:id/square = 0x7f0801e4
+com.example.calculator:id/postLayout = 0x7f0801a8
+com.example.calculator:attr/actionModeSelectAllDrawable = 0x7f03001c
+com.example.calculator:dimen/mtrl_extended_fab_icon_text_spacing = 0x7f0604c9
+com.example.calculator:id/btnCos = 0x7f080081
+com.example.calculator:dimen/mtrl_calendar_header_height_fullscreen = 0x7f06049d
+com.example.calculator:dimen/mtrl_extended_fab_icon_size = 0x7f0604c8
+com.example.calculator:dimen/mtrl_extended_fab_end_padding = 0x7f0604c6
+com.example.calculator:attr/reactiveGuide_applyToConstraintSet = 0x7f030342
+com.example.calculator:dimen/mtrl_extended_fab_elevation = 0x7f0604c5
+com.example.calculator:id/row_index_key = 0x7f0801b4
+com.example.calculator:dimen/_131sdp = 0x7f060026
+com.example.calculator:dimen/mtrl_extended_fab_corner_radius = 0x7f0604c2
+com.example.calculator:attr/dynamicColorThemeOverlay = 0x7f03016d
+com.example.calculator:attr/motionDurationMedium1 = 0x7f0302d8
+com.example.calculator:attr/multiChoiceItemLayout = 0x7f0302f2
+com.example.calculator:dimen/mtrl_extended_fab_bottom_padding = 0x7f0604c1
+com.example.calculator:style/TextAppearance.Design.Error = 0x7f1101b8
+com.example.calculator:color/m3_sys_color_light_on_tertiary_container = 0x7f050180
+com.example.calculator:dimen/mtrl_exposed_dropdown_menu_popup_vertical_padding = 0x7f0604c0
+com.example.calculator:attr/horizontalOffset = 0x7f0301eb
+com.example.calculator:dimen/mtrl_exposed_dropdown_menu_popup_elevation = 0x7f0604be
+com.example.calculator:style/Widget.MaterialComponents.TabLayout.Colored = 0x7f110402
+com.example.calculator:id/month_navigation_next = 0x7f080160
+com.example.calculator:dimen/mtrl_chip_text_size = 0x7f0604bd
+com.example.calculator:dimen/mtrl_badge_long_text_horizontal_padding = 0x7f060467
+com.example.calculator:dimen/mtrl_chip_pressed_translation_z = 0x7f0604bc
+com.example.calculator:dimen/mtrl_card_spacing = 0x7f0604bb
+com.example.calculator:dimen/mtrl_card_dragged_z = 0x7f0604b9
+com.example.calculator:attr/reverseLayout = 0x7f030349
+com.example.calculator:dimen/mtrl_card_checked_icon_margin = 0x7f0604b6
+com.example.calculator:attr/switchPadding = 0x7f0303a3
+com.example.calculator:dimen/mtrl_calendar_year_vertical_padding = 0x7f0604b4
+com.example.calculator:dimen/mtrl_calendar_year_height = 0x7f0604b2
+com.example.calculator:dimen/_509sdp = 0x7f0601f2
+com.example.calculator:dimen/mtrl_calendar_year_corner = 0x7f0604b1
+com.example.calculator:dimen/hint_pressed_alpha_material_dark = 0x7f060395
+com.example.calculator:attr/roundPercent = 0x7f03034d
+com.example.calculator:dimen/mtrl_calendar_title_baseline_to_top = 0x7f0604af
+com.example.calculator:dimen/mtrl_calendar_selection_text_baseline_to_bottom_fullscreen = 0x7f0604ac
+com.example.calculator:attr/indeterminateProgressStyle = 0x7f0301ff
+com.example.calculator:dimen/_548sdp = 0x7f060221
+com.example.calculator:dimen/mtrl_calendar_selection_text_baseline_to_bottom = 0x7f0604ab
+com.example.calculator:layout/design_navigation_item_header = 0x7f0b002e
+com.example.calculator:dimen/mtrl_calendar_navigation_top_padding = 0x7f0604a8
+com.example.calculator:attr/colorSurface = 0x7f030101
+com.example.calculator:dimen/mtrl_calendar_navigation_height = 0x7f0604a7
+com.example.calculator:dimen/mtrl_calendar_navigation_bottom_padding = 0x7f0604a6
+com.example.calculator:dimen/mtrl_calendar_maximum_default_fullscreen_minor_axis = 0x7f0604a3
+com.example.calculator:attr/layout_anchorGravity = 0x7f030236
+com.example.calculator:dimen/_minus26sdp = 0x7f0602cd
+com.example.calculator:dimen/mtrl_calendar_header_toggle_margin_top = 0x7f0604a1
+com.example.calculator:style/Theme.Material3.Light.Dialog = 0x7f11022b
+com.example.calculator:dimen/mtrl_calendar_header_divider_thickness = 0x7f06049b
+com.example.calculator:styleable/ConstraintLayout_ReactiveGuide = 0x7f12002a
+com.example.calculator:dimen/mtrl_calendar_header_content_padding = 0x7f060499
+com.example.calculator:color/material_dynamic_tertiary99 = 0x7f0501e6
+com.example.calculator:dimen/mtrl_calendar_dialog_background_inset = 0x7f060498
+com.example.calculator:style/Widget.Material3.PopupMenu = 0x7f110388
+com.example.calculator:dimen/_190sdp = 0x7f06006d
+com.example.calculator:dimen/mtrl_calendar_days_of_week_height = 0x7f060497
+com.example.calculator:style/Widget.MaterialComponents.Tooltip = 0x7f11041f
+com.example.calculator:dimen/abc_dropdownitem_text_padding_left = 0x7f060322
+com.example.calculator:dimen/mtrl_calendar_day_width = 0x7f060496
+com.example.calculator:dimen/mtrl_calendar_day_vertical_padding = 0x7f060495
+com.example.calculator:dimen/mtrl_calendar_day_horizontal_padding = 0x7f060493
+com.example.calculator:dimen/mtrl_calendar_day_corner = 0x7f060491
+com.example.calculator:id/autoCompleteToEnd = 0x7f080066
+com.example.calculator:attr/badgeStyle = 0x7f03004f
+com.example.calculator:dimen/mtrl_calendar_bottom_padding = 0x7f06048f
+com.example.calculator:dimen/mtrl_calendar_action_padding = 0x7f06048e
+com.example.calculator:attr/voiceIcon = 0x7f030456
+com.example.calculator:dimen/mtrl_calendar_action_confirm_button_min_width = 0x7f06048c
+com.example.calculator:dimen/mtrl_btn_z = 0x7f06048b
+com.example.calculator:style/TextAppearance.AppCompat.Caption = 0x7f110184
+com.example.calculator:dimen/_480sdp = 0x7f0601cf
+com.example.calculator:dimen/mtrl_btn_text_btn_padding_right = 0x7f060489
+com.example.calculator:attr/layout_constraintBaseline_creator = 0x7f03023c
+com.example.calculator:dimen/_325sdp = 0x7f060112
+com.example.calculator:dimen/mtrl_btn_text_btn_padding_left = 0x7f060488
+com.example.calculator:dimen/mtrl_btn_text_btn_icon_padding = 0x7f060487
+com.example.calculator:layout/test_reflow_chipgroup = 0x7f0b007b
+com.example.calculator:drawable/abc_list_divider_material = 0x7f07002b
+com.example.calculator:attr/layout_constraintVertical_chainStyle = 0x7f030261
+com.example.calculator:dimen/mtrl_btn_stroke_size = 0x7f060486
+com.example.calculator:dimen/mtrl_btn_pressed_z = 0x7f060484
+com.example.calculator:attr/colorBackgroundFloating = 0x7f0300e1
+com.example.calculator:attr/displayOptions = 0x7f030151
+com.example.calculator:dimen/_461sdp = 0x7f0601b8
+com.example.calculator:dimen/mtrl_btn_padding_bottom = 0x7f060480
+com.example.calculator:dimen/mtrl_btn_max_width = 0x7f06047f
+com.example.calculator:style/ThemeOverlay.AppCompat.ActionBar = 0x7f110262
+com.example.calculator:style/Base.V14.Theme.MaterialComponents.Light.DarkActionBar.Bridge = 0x7f11008a
+com.example.calculator:dimen/mtrl_btn_icon_padding = 0x7f06047c
+com.example.calculator:dimen/mtrl_btn_elevation = 0x7f060478
+com.example.calculator:id/multiply = 0x7f08017d
+com.example.calculator:color/background_floating_material_dark = 0x7f05001d
+com.example.calculator:drawable/abc_cab_background_top_material = 0x7f070017
+com.example.calculator:dimen/mtrl_btn_dialog_btn_min_width = 0x7f060475
+com.example.calculator:dimen/mtrl_btn_corner_radius = 0x7f060474
+com.example.calculator:dimen/mtrl_bottomappbar_fab_cradle_margin = 0x7f060470
+com.example.calculator:anim/abc_popup_exit = 0x7f010004
+com.example.calculator:dimen/mtrl_badge_with_text_radius = 0x7f06046d
+com.example.calculator:attr/textAppearanceHeadline2 = 0x7f0303d3
+com.example.calculator:dimen/mtrl_badge_radius = 0x7f060468
+com.example.calculator:style/Base.TextAppearance.Widget.AppCompat.Toolbar.Title = 0x7f110046
+com.example.calculator:string/abc_action_bar_up_description = 0x7f100001
+com.example.calculator:dimen/mtrl_badge_horizontal_edge_offset = 0x7f060466
+com.example.calculator:drawable/$ic_launcher_foreground__0 = 0x7f070006
+com.example.calculator:dimen/mtrl_alert_dialog_background_inset_bottom = 0x7f060461
+com.example.calculator:dimen/material_timepicker_dialog_buttons_margin_top = 0x7f060460
+com.example.calculator:attr/minHeight = 0x7f0302ca
+com.example.calculator:dimen/material_time_picker_minimum_screen_height = 0x7f06045e
+com.example.calculator:dimen/material_textinput_default_width = 0x7f06045b
+com.example.calculator:dimen/material_text_view_test_line_height_override = 0x7f06045a
+com.example.calculator:dimen/material_text_view_test_line_height = 0x7f060459
+com.example.calculator:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle = 0x7f110030
+com.example.calculator:dimen/material_text_size_dp = 0x7f060457
+com.example.calculator:layout/abc_search_dropdown_item_icons_2line = 0x7f0b0018
+com.example.calculator:dimen/material_input_text_to_prefix_suffix_padding = 0x7f060456
+com.example.calculator:dimen/mtrl_extended_fab_disabled_translation_z = 0x7f0604c4
+com.example.calculator:string/m3_sys_motion_easing_legacy_decelerate = 0x7f10003b
+com.example.calculator:dimen/material_helper_text_default_padding_top = 0x7f060453
+com.example.calculator:dimen/material_filled_edittext_font_2_0_padding_top = 0x7f060450
+com.example.calculator:dimen/material_emphasis_medium = 0x7f06044c
+com.example.calculator:attr/flow_horizontalBias = 0x7f0301b7
+com.example.calculator:dimen/material_emphasis_disabled = 0x7f060449
+com.example.calculator:style/Widget.MaterialComponents.CompoundButton.RadioButton = 0x7f1103d1
+com.example.calculator:dimen/material_cursor_width = 0x7f060447
+com.example.calculator:attr/trackTint = 0x7f03043d
+com.example.calculator:dimen/material_cursor_inset_bottom = 0x7f060445
+com.example.calculator:dimen/material_clock_size = 0x7f060444
+com.example.calculator:id/endToStart = 0x7f0800f4
+com.example.calculator:attr/layout_goneMarginTop = 0x7f030271
+com.example.calculator:dimen/material_clock_period_toggle_height = 0x7f060441
+com.example.calculator:dimen/material_clock_number_text_padding = 0x7f06043f
+com.example.calculator:style/Widget.Material3.Button.OutlinedButton.Icon = 0x7f11032e
+com.example.calculator:dimen/material_clock_hand_padding = 0x7f06043d
+com.example.calculator:dimen/m3_sys_state_hover_state_layer_opacity = 0x7f060435
+com.example.calculator:dimen/m3_sys_motion_easing_standard_decelerate_control_x2 = 0x7f060430
+com.example.calculator:dimen/m3_sys_motion_easing_standard_decelerate_control_x1 = 0x7f06042f
+com.example.calculator:styleable/include = 0x7f1200a0
+com.example.calculator:style/Widget.MaterialComponents.NavigationRailView.Colored = 0x7f1103f2
+com.example.calculator:attr/actionBarDivider = 0x7f030003
+com.example.calculator:dimen/m3_sys_motion_easing_standard_control_y2 = 0x7f06042e
+com.example.calculator:style/Widget.Material3.MaterialCalendar.HeaderCancelButton = 0x7f11036c
+com.example.calculator:string/bottomsheet_action_expand_halfway = 0x7f10001f
+com.example.calculator:dimen/m3_sys_motion_easing_standard_control_y1 = 0x7f06042d
+com.example.calculator:style/Widget.AppCompat.Light.ActionBar.TabView = 0x7f1102e6
+com.example.calculator:dimen/m3_sys_motion_easing_standard_accelerate_control_x1 = 0x7f060427
+com.example.calculator:style/Widget.MaterialComponents.CompoundButton.Switch = 0x7f1103d2
+com.example.calculator:dimen/m3_sys_motion_easing_linear_control_y1 = 0x7f060425
+com.example.calculator:style/TextAppearance.AppCompat.Widget.ActionBar.Subtitle = 0x7f11019e
+com.example.calculator:dimen/_339sdp = 0x7f060122
+com.example.calculator:dimen/m3_sys_motion_easing_legacy_decelerate_control_y2 = 0x7f060422
+com.example.calculator:dimen/m3_sys_motion_easing_legacy_decelerate_control_y1 = 0x7f060421
+com.example.calculator:color/mtrl_filled_background_color = 0x7f05021e
+com.example.calculator:dimen/m3_sys_motion_easing_legacy_decelerate_control_x1 = 0x7f06041f
+com.example.calculator:style/Widget.AppCompat.Light.ActionButton = 0x7f1102e8
+com.example.calculator:dimen/m3_sys_motion_easing_legacy_control_x1 = 0x7f06041b
+com.example.calculator:drawable/test_level_drawable = 0x7f0700a5
+com.example.calculator:dimen/m3_sys_motion_easing_legacy_accelerate_control_y2 = 0x7f06041a
+com.example.calculator:dimen/mtrl_calendar_landscape_header_width = 0x7f0604a2
+com.example.calculator:dimen/mtrl_navigation_rail_compact_width = 0x7f0604e9
+com.example.calculator:dimen/m3_sys_motion_easing_legacy_accelerate_control_y1 = 0x7f060419
+com.example.calculator:attr/autoSizeMaxTextSize = 0x7f03003c
+com.example.calculator:dimen/m3_sys_motion_easing_legacy_accelerate_control_x1 = 0x7f060417
+com.example.calculator:style/ShapeAppearance.Material3.Corner.Small = 0x7f110154
+com.example.calculator:dimen/m3_sys_motion_easing_emphasized_decelerate_control_y2 = 0x7f060416
+com.example.calculator:dimen/test_navigation_bar_item_min_width = 0x7f06053b
+com.example.calculator:attr/colorOnSecondary = 0x7f0300f0
+com.example.calculator:dimen/mtrl_low_ripple_pressed_alpha = 0x7f0604de
+com.example.calculator:dimen/m3_sys_motion_easing_emphasized_accelerate_control_y1 = 0x7f060411
+com.example.calculator:attr/popUpToInclusive = 0x7f030329
+com.example.calculator:dimen/m3_sys_motion_easing_emphasized_accelerate_control_x2 = 0x7f060410
+com.example.calculator:dimen/m3_sys_motion_easing_emphasized_accelerate_control_x1 = 0x7f06040f
+com.example.calculator:style/Widget.MaterialComponents.TimePicker.ImageButton.ShapeAppearance = 0x7f11041a
+com.example.calculator:dimen/_475sdp = 0x7f0601c8
+com.example.calculator:dimen/m3_sys_elevation_level4 = 0x7f06040d
+com.example.calculator:style/Widget.MaterialComponents.TextInputEditText.FilledBox.Dense = 0x7f110405
+com.example.calculator:style/Widget.MaterialComponents.CircularProgressIndicator.ExtraSmall = 0x7f1103cc
+com.example.calculator:dimen/_88sdp = 0x7f0602a0
+com.example.calculator:dimen/_281sdp = 0x7f0600dc
+com.example.calculator:dimen/m3_sys_elevation_level2 = 0x7f06040b
+com.example.calculator:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox = 0x7f11040c
+com.example.calculator:dimen/m3_sys_elevation_level0 = 0x7f060409
+com.example.calculator:dimen/m3_snackbar_margin = 0x7f060408
+com.example.calculator:style/Widget.MaterialComponents.TextInputEditText.OutlinedBox.Dense = 0x7f110407
+com.example.calculator:style/MaterialAlertDialog.MaterialComponents = 0x7f11011a
+com.example.calculator:dimen/m3_slider_thumb_elevation = 0x7f060406
+com.example.calculator:dimen/m3_ripple_hovered_alpha = 0x7f060403
+com.example.calculator:dimen/m3_ripple_default_alpha = 0x7f060401
+com.example.calculator:dimen/m3_navigation_rail_item_padding_top = 0x7f060400
+com.example.calculator:dimen/m3_navigation_rail_item_active_indicator_width = 0x7f0603fd
+com.example.calculator:attr/contentPaddingBottom = 0x7f030118
+com.example.calculator:drawable/abc_btn_colored_material = 0x7f07000e
+com.example.calculator:id/showTitle = 0x7f0801d2
+com.example.calculator:dimen/m3_navigation_rail_item_active_indicator_height = 0x7f0603fb
+com.example.calculator:dimen/m3_navigation_menu_divider_horizontal_padding = 0x7f0603f8
+com.example.calculator:style/Base.TextAppearance.AppCompat.Widget.Switch = 0x7f11003e
+com.example.calculator:id/text = 0x7f080206
+com.example.calculator:dimen/m3_navigation_rail_default_width = 0x7f0603fa
+com.example.calculator:attr/haloRadius = 0x7f0301da
+com.example.calculator:dimen/m3_navigation_item_shape_inset_top = 0x7f0603f6
+com.example.calculator:dimen/m3_navigation_item_shape_inset_end = 0x7f0603f4
+com.example.calculator:color/m3_ref_palette_error95 = 0x7f0500de
+com.example.calculator:dimen/m3_navigation_item_shape_inset_bottom = 0x7f0603f3
+com.example.calculator:dimen/m3_navigation_item_icon_padding = 0x7f0603f2
+com.example.calculator:color/material_dynamic_primary0 = 0x7f0501c0
+com.example.calculator:dimen/m3_navigation_drawer_layout_corner_size = 0x7f0603f0
+com.example.calculator:dimen/mtrl_snackbar_padding_horizontal = 0x7f060511
+com.example.calculator:dimen/m3_menu_elevation = 0x7f0603ef
+com.example.calculator:dimen/m3_large_fab_max_image_size = 0x7f0603ed
+com.example.calculator:styleable/CompoundButton = 0x7f120027
+com.example.calculator:dimen/m3_fab_translation_z_pressed = 0x7f0603ec
+com.example.calculator:id/slide = 0x7f0801d6
+com.example.calculator:dimen/m3_fab_translation_z_hovered_focused = 0x7f0603eb
+com.example.calculator:style/Base.V14.ThemeOverlay.MaterialComponents.Dialog.Alert = 0x7f110090
+com.example.calculator:dimen/m3_fab_corner_size = 0x7f0603ea
+com.example.calculator:dimen/m3_extended_fab_top_padding = 0x7f0603e8
+com.example.calculator:dimen/m3_extended_fab_end_padding = 0x7f0603e4
+com.example.calculator:style/Widget.Material3.AppBarLayout = 0x7f11031d
+com.example.calculator:dimen/m3_datepicker_elevation = 0x7f0603e1
+com.example.calculator:style/Widget.Material3.NavigationRailView = 0x7f110385
+com.example.calculator:dimen/m3_card_hovered_z = 0x7f0603d8
+com.example.calculator:style/Theme.MaterialComponents = 0x7f110230
+com.example.calculator:style/Base.V23.Theme.AppCompat = 0x7f11009f
+com.example.calculator:attr/floatingActionButtonTertiaryStyle = 0x7f0301b1
+com.example.calculator:dimen/m3_card_elevated_hovered_z = 0x7f0603d6
+com.example.calculator:dimen/m3_card_elevated_dragged_z = 0x7f0603d4
+com.example.calculator:dimen/m3_btn_translation_z_hovered = 0x7f0603d2
+com.example.calculator:dimen/m3_btn_text_btn_icon_padding_right = 0x7f0603ce
+com.example.calculator:style/Base.TextAppearance.MaterialComponents.Headline6 = 0x7f110042
+com.example.calculator:color/material_dynamic_tertiary30 = 0x7f0501de
+com.example.calculator:dimen/m3_btn_stroke_size = 0x7f0603cc
+com.example.calculator:bool/abc_action_bar_embed_tabs = 0x7f040000
+com.example.calculator:dimen/m3_btn_padding_top = 0x7f0603cb
+com.example.calculator:dimen/m3_btn_padding_left = 0x7f0603c9
+com.example.calculator:dimen/m3_btn_icon_only_default_size = 0x7f0603c3
+com.example.calculator:dimen/material_time_picker_minimum_screen_width = 0x7f06045f
+com.example.calculator:dimen/_2sdp = 0x7f0600f3
+com.example.calculator:dimen/m3_btn_icon_only_default_padding = 0x7f0603c2
+com.example.calculator:dimen/m3_bottomappbar_fab_cradle_margin = 0x7f0603b7
+com.example.calculator:id/text2 = 0x7f080207
+com.example.calculator:dimen/m3_bottom_nav_min_height = 0x7f0603b4
+com.example.calculator:string/mtrl_exceed_max_badge_number_content_description = 0x7f100056
+com.example.calculator:dimen/_274sdp = 0x7f0600d3
+com.example.calculator:dimen/mtrl_btn_inset = 0x7f06047d
+com.example.calculator:dimen/_32ssp = 0x7f060118
+com.example.calculator:dimen/m3_sys_motion_easing_linear_control_x2 = 0x7f060424
+com.example.calculator:style/Base.V14.Theme.Material3.Dark.BottomSheetDialog = 0x7f11007f
+com.example.calculator:dimen/m3_bottom_nav_item_active_indicator_height = 0x7f0603af
+com.example.calculator:dimen/m3_badge_radius = 0x7f0603aa
+com.example.calculator:dimen/m3_appbar_size_medium = 0x7f0603a8
+com.example.calculator:dimen/m3_appbar_size_compact = 0x7f0603a6
+com.example.calculator:dimen/m3_appbar_expanded_title_margin_horizontal = 0x7f0603a2
+com.example.calculator:attr/forceApplySystemWindowInsetTop = 0x7f0301d1
+com.example.calculator:color/mtrl_btn_transparent_bg_color = 0x7f05020e
+com.example.calculator:dimen/m3_alert_dialog_title_bottom_margin = 0x7f0603a0
+com.example.calculator:dimen/m3_card_elevated_elevation = 0x7f0603d5
+com.example.calculator:dimen/m3_alert_dialog_elevation = 0x7f06039d
+com.example.calculator:dimen/m3_alert_dialog_corner_size = 0x7f06039c
+com.example.calculator:style/TextAppearance.AppCompat.Widget.Button.Inverse = 0x7f1101a9
+com.example.calculator:id/test_radiobutton_android_button_tint = 0x7f080204
+com.example.calculator:dimen/m3_alert_dialog_action_top_padding = 0x7f06039b
+com.example.calculator:dimen/_165sdp = 0x7f06004e
+com.example.calculator:dimen/item_touch_helper_swipe_escape_velocity = 0x7f060399
+com.example.calculator:string/mtrl_picker_save = 0x7f10006c
+com.example.calculator:layout/notification_template_part_chronometer = 0x7f0b006c
+com.example.calculator:dimen/mtrl_btn_text_size = 0x7f06048a
+com.example.calculator:attr/autoSizePresetSizes = 0x7f03003e
+com.example.calculator:dimen/hint_alpha_material_light = 0x7f060394
+com.example.calculator:styleable/ShapeAppearance = 0x7f120083
+com.example.calculator:layout/design_bottom_sheet_dialog = 0x7f0b0027
+com.example.calculator:dimen/hint_alpha_material_dark = 0x7f060393
+com.example.calculator:dimen/_590sdp = 0x7f060255
+com.example.calculator:dimen/highlight_alpha_material_light = 0x7f060392
+com.example.calculator:dimen/highlight_alpha_material_dark = 0x7f060391
+com.example.calculator:dimen/fastscroll_minimum_range = 0x7f06038f
+com.example.calculator:dimen/_283sdp = 0x7f0600de
+com.example.calculator:dimen/fastscroll_default_thickness = 0x7f06038d
+com.example.calculator:dimen/disabled_alpha_material_dark = 0x7f06038a
+com.example.calculator:drawable/abc_btn_radio_material_anim = 0x7f070011
+com.example.calculator:id/forever = 0x7f080108
+com.example.calculator:dimen/design_tab_text_size_2line = 0x7f060388
+com.example.calculator:string/abc_shareactionprovider_share_with_application = 0x7f100019
+com.example.calculator:dimen/mtrl_btn_padding_right = 0x7f060482
+com.example.calculator:dimen/design_tab_text_size = 0x7f060387
+com.example.calculator:style/Widget.Compat.NotificationActionContainer = 0x7f11030e
+com.example.calculator:attr/chipMinTouchTargetSize = 0x7f0300b1
+com.example.calculator:dimen/design_tab_scrollable_min_width = 0x7f060386
+com.example.calculator:dimen/design_snackbar_padding_vertical_2lines = 0x7f060383
+com.example.calculator:dimen/design_snackbar_padding_vertical = 0x7f060382
+com.example.calculator:dimen/design_snackbar_padding_horizontal = 0x7f060381
+com.example.calculator:style/TextAppearance.Design.Counter.Overflow = 0x7f1101b7
+com.example.calculator:dimen/abc_control_inset_material = 0x7f060311
+com.example.calculator:dimen/design_snackbar_background_corner_radius = 0x7f06037c
+com.example.calculator:dimen/_116sdp = 0x7f060013
+com.example.calculator:dimen/design_snackbar_action_text_color_alpha = 0x7f06037b
+com.example.calculator:dimen/design_navigation_item_icon_padding = 0x7f060375
+com.example.calculator:dimen/design_navigation_elevation = 0x7f060371
+com.example.calculator:dimen/design_bottom_sheet_peek_height_min = 0x7f060369
+com.example.calculator:id/never = 0x7f08018a
+com.example.calculator:dimen/_17ssp = 0x7f060060
+com.example.calculator:dimen/design_bottom_sheet_modal_elevation = 0x7f060368
+com.example.calculator:attr/expandActivityOverflowButtonDrawable = 0x7f030189
+com.example.calculator:dimen/design_bottom_sheet_elevation = 0x7f060367
+com.example.calculator:dimen/mtrl_btn_padding_top = 0x7f060483
+com.example.calculator:dimen/design_bottom_navigation_margin = 0x7f060364
+com.example.calculator:style/Theme.MaterialComponents.DayNight.Dialog.MinWidth = 0x7f11023f
+com.example.calculator:dimen/design_bottom_navigation_icon_size = 0x7f060360
+com.example.calculator:drawable/ic_m3_chip_close = 0x7f070073
+com.example.calculator:dimen/design_bottom_navigation_height = 0x7f06035f
+com.example.calculator:id/dragClockwise = 0x7f0800df
+com.example.calculator:attr/behavior_peekHeight = 0x7f03005f
+com.example.calculator:dimen/design_bottom_navigation_active_item_min_width = 0x7f06035c
+com.example.calculator:attr/motionDurationLong1 = 0x7f0302d6
+com.example.calculator:dimen/design_bottom_navigation_active_item_max_width = 0x7f06035b
+com.example.calculator:style/Animation.AppCompat.DropDownUp = 0x7f110004
+com.example.calculator:string/mtrl_badge_numberless_content_description = 0x7f100054
+com.example.calculator:dimen/compat_notification_large_icon_max_width = 0x7f060357
+com.example.calculator:dimen/_368sdp = 0x7f060145
+com.example.calculator:dimen/compat_notification_large_icon_max_height = 0x7f060356
+com.example.calculator:dimen/compat_button_padding_vertical_material = 0x7f060354
+com.example.calculator:dimen/compat_button_padding_horizontal_material = 0x7f060353
+com.example.calculator:dimen/m3_bottom_nav_item_active_indicator_width = 0x7f0603b1
+com.example.calculator:dimen/_471sdp = 0x7f0601c4
+com.example.calculator:dimen/clock_face_margin_start = 0x7f060350
+com.example.calculator:dimen/appcompat_dialog_background_inset = 0x7f06034c
+com.example.calculator:dimen/action_bar_size = 0x7f060349
+com.example.calculator:dimen/abc_text_size_title_material_toolbar = 0x7f060348
+com.example.calculator:style/Base.Theme.MaterialComponents.Light.Dialog.MinWidth = 0x7f11006c
+com.example.calculator:id/ignoreRequest = 0x7f080127
+com.example.calculator:attr/bottomInsetScrimEnabled = 0x7f030068
+com.example.calculator:dimen/abc_text_size_title_material = 0x7f060347
+com.example.calculator:id/CTRL = 0x7f080003
+com.example.calculator:dimen/abc_text_size_subhead_material = 0x7f060345
+com.example.calculator:dimen/abc_text_size_menu_material = 0x7f060343
+com.example.calculator:dimen/_31sdp = 0x7f06010b
+com.example.calculator:dimen/abc_text_size_medium_material = 0x7f060341
+com.example.calculator:style/Base.TextAppearance.AppCompat.Light.Widget.PopupMenu.Small = 0x7f110021
+com.example.calculator:attr/materialCalendarHeaderSelection = 0x7f0302a7
+com.example.calculator:dimen/abc_text_size_display_2_material = 0x7f06033c
+com.example.calculator:color/mtrl_indicator_text_color = 0x7f050221
+com.example.calculator:dimen/abc_text_size_button_material = 0x7f060339
+com.example.calculator:dimen/abc_text_size_body_2_material = 0x7f060338
+com.example.calculator:dimen/_408sdp = 0x7f060177
+com.example.calculator:dimen/abc_text_size_body_1_material = 0x7f060337
+com.example.calculator:id/give_us_a_review_landmine_main_layout = 0x7f08010f
+com.example.calculator:dimen/abc_star_medium = 0x7f060334
+com.example.calculator:style/Widget.Material3.FloatingActionButton.Large.Secondary = 0x7f11035b
+com.example.calculator:dimen/_110sdp = 0x7f06000d
+com.example.calculator:dimen/material_clock_display_padding = 0x7f06043a
+com.example.calculator:dimen/_180sdp = 0x7f060061
+com.example.calculator:dimen/abc_star_big = 0x7f060333
+com.example.calculator:id/material_timepicker_mode_button = 0x7f080154
+com.example.calculator:color/abc_hint_foreground_material_light = 0x7f050008
+com.example.calculator:color/material_dynamic_neutral10 = 0x7f0501a7
+com.example.calculator:dimen/test_mtrl_calendar_day_cornerSize = 0x7f060533
+com.example.calculator:dimen/abc_select_dialog_padding_start_material = 0x7f060332
+com.example.calculator:dimen/abc_search_view_preferred_width = 0x7f06032f
+com.example.calculator:styleable/AppCompatTextView = 0x7f120012
+com.example.calculator:style/Theme.MaterialComponents.DayNight.Dialog.FixedSize.Bridge = 0x7f11023e
+com.example.calculator:dimen/abc_search_view_preferred_height = 0x7f06032e
+com.example.calculator:dimen/abc_panel_menu_list_width = 0x7f06032c
+com.example.calculator:dimen/abc_list_item_height_small_material = 0x7f06032a
+com.example.calculator:style/Widget.AppCompat.ButtonBar = 0x7f1102d6
+com.example.calculator:id/Cosecx = 0x7f080004
+com.example.calculator:dimen/abc_floating_window_z = 0x7f060327
+com.example.calculator:dimen/abc_edit_text_inset_top_material = 0x7f060326
+com.example.calculator:dimen/m3_navigation_rail_item_padding_bottom = 0x7f0603ff
+com.example.calculator:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.Title = 0x7f11013a
+com.example.calculator:dimen/abc_disabled_alpha_material_light = 0x7f060320
+com.example.calculator:attr/snackbarButtonStyle = 0x7f030372
+com.example.calculator:dimen/abc_dialog_min_width_major = 0x7f06031a
+com.example.calculator:dimen/abc_dialog_list_padding_bottom_no_buttons = 0x7f060318
+com.example.calculator:id/bounce = 0x7f08006f
+com.example.calculator:dimen/abc_dialog_corner_radius_material = 0x7f060313
+com.example.calculator:attr/navigationIconTint = 0x7f0302f6
+com.example.calculator:dimen/abc_config_prefDialogWidth = 0x7f06030f
+com.example.calculator:dimen/abc_cascading_menus_min_smallest_width = 0x7f06030e
+com.example.calculator:dimen/notification_large_icon_height = 0x7f060527
+com.example.calculator:attr/textAppearanceBodyLarge = 0x7f0303ca
+com.example.calculator:dimen/_585sdp = 0x7f06024e
+com.example.calculator:dimen/abc_button_padding_horizontal_material = 0x7f06030c
+com.example.calculator:string/abc_menu_enter_shortcut_label = 0x7f10000b
+com.example.calculator:dimen/abc_button_inset_vertical_material = 0x7f06030b
+com.example.calculator:style/MaterialAlertDialog.MaterialComponents.Title.Panel.CenterStacked = 0x7f110121
+com.example.calculator:dimen/abc_button_inset_horizontal_material = 0x7f06030a
+com.example.calculator:attr/SharedValue = 0x7f030000
+com.example.calculator:dimen/abc_dialog_fixed_height_minor = 0x7f060315
+com.example.calculator:style/Base.Widget.Material3.ExtendedFloatingActionButton.Icon = 0x7f1100f6
+com.example.calculator:attr/buttonCompat = 0x7f03007d
+com.example.calculator:dimen/abc_action_bar_stacked_max_height = 0x7f060301
+com.example.calculator:dimen/abc_action_bar_overflow_padding_start_material = 0x7f060300
+com.example.calculator:layout/notification_action = 0x7f0b0068
+com.example.calculator:dimen/abc_action_bar_default_padding_start_material = 0x7f0602fc
+com.example.calculator:dimen/abc_action_bar_default_padding_end_material = 0x7f0602fb
+com.example.calculator:style/ThemeOverlay.Material3.Button.TextButton = 0x7f110276
+com.example.calculator:dimen/abc_action_bar_default_height_material = 0x7f0602fa
+com.example.calculator:dimen/mtrl_tooltip_arrowSize = 0x7f06051d
+com.example.calculator:style/TextAppearance.Material3.ActionBar.Subtitle = 0x7f1101cf
+com.example.calculator:dimen/abc_action_bar_content_inset_with_nav = 0x7f0602f9
+com.example.calculator:dimen/_minus9sdp = 0x7f0602f7
+com.example.calculator:color/m3_ref_palette_dynamic_secondary99 = 0x7f0500c5
+com.example.calculator:dimen/_minus50sdp = 0x7f0602e8
+com.example.calculator:attr/onTouchUp = 0x7f030306
+com.example.calculator:dimen/m3_badge_vertical_offset = 0x7f0603ab
+com.example.calculator:dimen/abc_text_size_headline_material = 0x7f06033f
+com.example.calculator:dimen/_minus47sdp = 0x7f0602e4
+com.example.calculator:dimen/_minus7sdp = 0x7f0602f5
+com.example.calculator:dimen/_minus46sdp = 0x7f0602e3
+com.example.calculator:animator/mtrl_fab_transformation_sheet_collapse_spec = 0x7f02001e
+com.example.calculator:color/primary_material_light = 0x7f05023f
+com.example.calculator:dimen/_minus45sdp = 0x7f0602e2
+com.example.calculator:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Text = 0x7f11013f
+com.example.calculator:dimen/_minus43sdp = 0x7f0602e0
+com.example.calculator:dimen/_377sdp = 0x7f060150
+com.example.calculator:dimen/_minus42sdp = 0x7f0602df
+com.example.calculator:dimen/_minus3sdp = 0x7f0602dc
+com.example.calculator:dimen/_minus39sdp = 0x7f0602db
+com.example.calculator:dimen/test_navigation_bar_shadow_height = 0x7f06053d
+com.example.calculator:dimen/_minus37sdp = 0x7f0602d9
+com.example.calculator:drawable/abc_control_background_material = 0x7f070019
+com.example.calculator:id/accessibility_custom_action_13 = 0x7f080024
+com.example.calculator:attr/motionEasingEmphasized = 0x7f0302de
+com.example.calculator:dimen/activity_vertical_margin = 0x7f06034b
+com.example.calculator:dimen/_minus35sdp = 0x7f0602d7
+com.example.calculator:dimen/_minus32sdp = 0x7f0602d4
+com.example.calculator:dimen/_minus2sdp = 0x7f0602d1
+com.example.calculator:id/accessibility_custom_action_27 = 0x7f080033
+com.example.calculator:dimen/_minus29sdp = 0x7f0602d0
+com.example.calculator:dimen/_minus28sdp = 0x7f0602cf
+com.example.calculator:dimen/_minus27sdp = 0x7f0602ce
+com.example.calculator:attr/layout_constrainedWidth = 0x7f03023b
+com.example.calculator:color/design_dark_default_color_on_surface = 0x7f050037
+com.example.calculator:dimen/abc_text_size_display_1_material = 0x7f06033b
+com.example.calculator:dimen/m3_alert_dialog_action_bottom_padding = 0x7f06039a
+com.example.calculator:styleable/LinearProgressIndicator = 0x7f12004e
+com.example.calculator:dimen/_minus23sdp = 0x7f0602ca
+com.example.calculator:dimen/_minus22sdp = 0x7f0602c9
+com.example.calculator:dimen/_minus18sdp = 0x7f0602c4
+com.example.calculator:dimen/design_fab_image_size = 0x7f06036c
+com.example.calculator:attr/tabIndicatorGravity = 0x7f0303b0
+com.example.calculator:dimen/m3_badge_with_text_vertical_offset = 0x7f0603ae
+com.example.calculator:dimen/_202sdp = 0x7f06007d
+com.example.calculator:dimen/design_fab_translation_z_hovered_focused = 0x7f06036f
+com.example.calculator:dimen/_minus16sdp = 0x7f0602c2
+com.example.calculator:dimen/highlight_alpha_material_colored = 0x7f060390
+com.example.calculator:style/TextAppearance.MaterialComponents.Button = 0x7f1101e4
+com.example.calculator:attr/titleMarginTop = 0x7f030424
+com.example.calculator:dimen/_minus15sdp = 0x7f0602c1
+com.example.calculator:id/match_parent = 0x7f080144
+com.example.calculator:dimen/_minus14sdp = 0x7f0602c0
+com.example.calculator:string/mtrl_picker_invalid_format_use = 0x7f100063
+com.example.calculator:attr/layout_constraintLeft_toLeftOf = 0x7f030255
+com.example.calculator:dimen/_9ssp = 0x7f0602bb
+com.example.calculator:styleable/ActivityNavigator = 0x7f120006
+com.example.calculator:dimen/_99ssp = 0x7f0602b9
+com.example.calculator:attr/waveVariesBy = 0x7f03045d
+com.example.calculator:attr/layout_constraintStart_toEndOf = 0x7f03025a
+com.example.calculator:dimen/_99sdp = 0x7f0602b8
+com.example.calculator:attr/colorOnSurfaceVariant = 0x7f0300f4
+com.example.calculator:dimen/_98ssp = 0x7f0602b7
+com.example.calculator:dimen/_98sdp = 0x7f0602b6
+com.example.calculator:dimen/_97ssp = 0x7f0602b5
+com.example.calculator:style/Widget.Material3.LinearProgressIndicator = 0x7f110363
+com.example.calculator:color/m3_dynamic_dark_default_color_secondary_text = 0x7f05007b
+com.example.calculator:dimen/_64sdp = 0x7f06026c
+com.example.calculator:dimen/m3_btn_disabled_translation_z = 0x7f0603bd
+com.example.calculator:dimen/_94sdp = 0x7f0602ae
+com.example.calculator:dimen/mtrl_toolbar_default_height = 0x7f06051c
+com.example.calculator:style/Widget.Material3.MaterialCalendar.DayOfWeekLabel = 0x7f110369
+com.example.calculator:dimen/_93sdp = 0x7f0602ac
+com.example.calculator:dimen/_91ssp = 0x7f0602a9
+com.example.calculator:dimen/_90ssp = 0x7f0602a7
+com.example.calculator:dimen/_71ssp = 0x7f06027d
+com.example.calculator:dimen/_8sdp = 0x7f0602a4
+com.example.calculator:color/mtrl_filled_stroke_color = 0x7f050220
+com.example.calculator:attr/spinnerStyle = 0x7f030378
+com.example.calculator:dimen/mtrl_bottomappbar_fabOffsetEndMode = 0x7f06046e
+com.example.calculator:dimen/_86ssp = 0x7f06029d
+com.example.calculator:dimen/_86sdp = 0x7f06029c
+com.example.calculator:color/m3_ref_palette_secondary100 = 0x7f050109
+com.example.calculator:dimen/_85ssp = 0x7f06029b
+com.example.calculator:style/Base.Widget.AppCompat.Toolbar = 0x7f1100ea
+com.example.calculator:dimen/mtrl_tooltip_minWidth = 0x7f060520
+com.example.calculator:dimen/_85sdp = 0x7f06029a
+com.example.calculator:layout/design_navigation_item_separator = 0x7f0b002f
+com.example.calculator:id/jumpToStart = 0x7f080135
+com.example.calculator:dimen/_84sdp = 0x7f060298
+com.example.calculator:dimen/_83sdp = 0x7f060296
+com.example.calculator:dimen/_82ssp = 0x7f060295
+com.example.calculator:dimen/design_snackbar_extra_spacing_horizontal = 0x7f06037e
+com.example.calculator:dimen/_82sdp = 0x7f060294
+com.example.calculator:id/accessibility_custom_action_29 = 0x7f080035
+com.example.calculator:dimen/_81sdp = 0x7f060292
+com.example.calculator:dimen/_80ssp = 0x7f060291
+com.example.calculator:dimen/_79ssp = 0x7f06028d
+com.example.calculator:attr/textAppearanceSubtitle1 = 0x7f0303e8
+com.example.calculator:color/abc_primary_text_disable_only_material_dark = 0x7f050009
+com.example.calculator:dimen/_78ssp = 0x7f06028b
+com.example.calculator:style/Base.Theme.AppCompat.Dialog.Alert = 0x7f11004a
+com.example.calculator:attr/colorSwitchThumbNormal = 0x7f030104
+com.example.calculator:dimen/_78sdp = 0x7f06028a
+com.example.calculator:dimen/mtrl_textinput_start_icon_margin_end = 0x7f06051b
+com.example.calculator:attr/reactiveGuide_valueId = 0x7f030343
+com.example.calculator:dimen/_552sdp = 0x7f060227
+com.example.calculator:dimen/_77sdp = 0x7f060288
+com.example.calculator:dimen/_76ssp = 0x7f060287
+com.example.calculator:style/Widget.AppCompat.RatingBar.Indicator = 0x7f110300
+com.example.calculator:attr/itemShapeFillColor = 0x7f03021a
+com.example.calculator:dimen/_76sdp = 0x7f060286
+com.example.calculator:styleable/MaterialButton = 0x7f120053
+com.example.calculator:attr/panelBackground = 0x7f030311
+com.example.calculator:color/m3_button_foreground_color_selector = 0x7f050065
+com.example.calculator:dimen/_8ssp = 0x7f0602a5
+com.example.calculator:drawable/abc_list_selector_holo_light = 0x7f070036
+com.example.calculator:dimen/_75ssp = 0x7f060285
+com.example.calculator:dimen/_75sdp = 0x7f060284
+com.example.calculator:dimen/abc_dialog_fixed_height_major = 0x7f060314
+com.example.calculator:dimen/mtrl_progress_circular_track_thickness_small = 0x7f0604fc
+com.example.calculator:color/m3_ref_palette_dynamic_secondary0 = 0x7f0500b9
+com.example.calculator:dimen/_74ssp = 0x7f060283
+com.example.calculator:dimen/_74sdp = 0x7f060282
+com.example.calculator:dimen/_73sdp = 0x7f060280
+com.example.calculator:style/ShapeAppearance.M3.Sys.Shape.Corner.Medium = 0x7f11014b
+com.example.calculator:dimen/_72sdp = 0x7f06027e
+com.example.calculator:dimen/_153sdp = 0x7f060040
+com.example.calculator:dimen/_minus36sdp = 0x7f0602d8
+com.example.calculator:dimen/_71sdp = 0x7f06027c
+com.example.calculator:style/Base.Widget.MaterialComponents.TextInputEditText = 0x7f11010a
+com.example.calculator:color/dim_foreground_material_light = 0x7f050058
+com.example.calculator:dimen/_6ssp = 0x7f060279
+com.example.calculator:dimen/_105sdp = 0x7f060006
+com.example.calculator:attr/itemTextAppearanceActive = 0x7f030223
+com.example.calculator:dimen/m3_ripple_pressed_alpha = 0x7f060404
+com.example.calculator:style/Widget.Material3.CollapsingToolbar.Large = 0x7f11034c
+com.example.calculator:dimen/_6sdp = 0x7f060278
+com.example.calculator:dimen/m3_extended_fab_min_height = 0x7f0603e6
+com.example.calculator:dimen/_60sdp = 0x7f060264
+com.example.calculator:dimen/_68ssp = 0x7f060275
+com.example.calculator:dimen/_68sdp = 0x7f060274
+com.example.calculator:dimen/_67ssp = 0x7f060273
+com.example.calculator:drawable/abc_btn_radio_to_on_mtrl_015 = 0x7f070013
+com.example.calculator:layout/text_view_with_line_height_from_style = 0x7f0b0082
+com.example.calculator:color/m3_ref_palette_secondary30 = 0x7f05010b
+com.example.calculator:dimen/_65sdp = 0x7f06026e
+com.example.calculator:dimen/_77ssp = 0x7f060289
+com.example.calculator:id/pin = 0x7f0801a6
+com.example.calculator:dimen/_63ssp = 0x7f06026b
+com.example.calculator:dimen/_63sdp = 0x7f06026a
+com.example.calculator:dimen/_61sdp = 0x7f060266
+com.example.calculator:dimen/_600sdp = 0x7f060263
+com.example.calculator:style/ThemeOverlay.Material3.BottomAppBar = 0x7f110272
+com.example.calculator:dimen/_5sdp = 0x7f060261
+com.example.calculator:style/Widget.Material3.TextInputEditText.FilledBox = 0x7f110393
+com.example.calculator:dimen/m3_bottomappbar_fab_cradle_rounded_corner_radius = 0x7f0603b8
+com.example.calculator:dimen/m3_sys_motion_easing_legacy_control_y1 = 0x7f06041d
+com.example.calculator:color/m3_dynamic_dark_hint_foreground = 0x7f05007d
+com.example.calculator:dimen/_59ssp = 0x7f060260
+com.example.calculator:dimen/_257sdp = 0x7f0600be
+com.example.calculator:dimen/_59sdp = 0x7f06025f
+com.example.calculator:dimen/_596sdp = 0x7f06025b
+com.example.calculator:dimen/_525sdp = 0x7f060206
+com.example.calculator:dimen/_593sdp = 0x7f060258
+com.example.calculator:dimen/_592sdp = 0x7f060257
+com.example.calculator:dimen/_591sdp = 0x7f060256
+com.example.calculator:dimen/_58sdp = 0x7f060253
+com.example.calculator:id/btnXPowerY = 0x7f08009c
+com.example.calculator:dimen/_588sdp = 0x7f060251
+com.example.calculator:style/Theme.AppCompat.NoActionBar = 0x7f11020d
+com.example.calculator:dimen/m3_btn_max_width = 0x7f0603c7
+com.example.calculator:dimen/_587sdp = 0x7f060250
+com.example.calculator:dimen/_581sdp = 0x7f06024a
+com.example.calculator:id/cache_measures = 0x7f0800a0
+com.example.calculator:drawable/abc_dialog_material_background = 0x7f07001a
+com.example.calculator:dimen/_57ssp = 0x7f060248
+com.example.calculator:style/ThemeOverlay.AppCompat.Dark.ActionBar = 0x7f110264
+com.example.calculator:color/design_fab_shadow_end_color = 0x7f05004c
+com.example.calculator:dimen/_578sdp = 0x7f060245
+com.example.calculator:dimen/abc_text_size_display_4_material = 0x7f06033e
+com.example.calculator:dimen/mtrl_slider_label_square_side = 0x7f060505
+com.example.calculator:dimen/design_snackbar_action_inline_max_width = 0x7f06037a
+com.example.calculator:dimen/_572sdp = 0x7f06023f
+com.example.calculator:dimen/_56sdp = 0x7f06023b
+com.example.calculator:style/Widget.AppCompat.TextView.SpinnerItem = 0x7f11030b
+com.example.calculator:drawable/btn_checkbox_checked_to_unchecked_mtrl_animation = 0x7f070059
+com.example.calculator:dimen/_5ssp = 0x7f060262
+com.example.calculator:dimen/_556sdp = 0x7f06022b
+com.example.calculator:dimen/_567sdp = 0x7f060238
+com.example.calculator:style/Widget.Material3.MaterialCalendar.HeaderTitle = 0x7f110371
+com.example.calculator:dimen/m3_sys_motion_easing_emphasized_decelerate_control_x2 = 0x7f060414
+com.example.calculator:dimen/_402sdp = 0x7f060171
+com.example.calculator:dimen/_563sdp = 0x7f060234
+com.example.calculator:id/textview_second = 0x7f080217
+com.example.calculator:dimen/_562sdp = 0x7f060233
+com.example.calculator:dimen/tooltip_precise_anchor_extra_offset = 0x7f060542
+com.example.calculator:dimen/_559sdp = 0x7f06022e
+com.example.calculator:attr/triggerReceiver = 0x7f030446
+com.example.calculator:dimen/cardview_default_elevation = 0x7f06034e
+com.example.calculator:dimen/_558sdp = 0x7f06022d
+com.example.calculator:dimen/_557sdp = 0x7f06022c
+com.example.calculator:style/Widget.Material3.Chip.Input = 0x7f110340
+com.example.calculator:dimen/_555sdp = 0x7f06022a
+com.example.calculator:dimen/_553sdp = 0x7f060228
+com.example.calculator:string/material_motion_easing_standard = 0x7f10004a
+com.example.calculator:dimen/mtrl_tooltip_cornerSize = 0x7f06051e
+com.example.calculator:dimen/_551sdp = 0x7f060226
+com.example.calculator:dimen/_173sdp = 0x7f060058
+com.example.calculator:drawable/abc_ic_menu_selectall_mtrl_alpha = 0x7f070025
+com.example.calculator:id/fitXY = 0x7f080103
+com.example.calculator:dimen/_582sdp = 0x7f06024b
+com.example.calculator:style/TextAppearance.AppCompat.Tooltip = 0x7f11019c
+com.example.calculator:integer/m3_sys_motion_duration_600 = 0x7f09001b
+com.example.calculator:dimen/_545sdp = 0x7f06021e
+com.example.calculator:id/decelerateAndComplete = 0x7f0800cc
+com.example.calculator:dimen/_544sdp = 0x7f06021d
+com.example.calculator:color/material_timepicker_modebutton_tint = 0x7f050206
+com.example.calculator:dimen/_123sdp = 0x7f06001c
+com.example.calculator:dimen/_53sdp = 0x7f060217
+com.example.calculator:integer/config_navAnimTime = 0x7f090005
+com.example.calculator:id/graph_Cubex = 0x7f080114
+com.example.calculator:dimen/_540sdp = 0x7f060219
+com.example.calculator:dimen/_535sdp = 0x7f060212
+com.example.calculator:dimen/_484sdp = 0x7f0601d3
+com.example.calculator:dimen/_58ssp = 0x7f060254
+com.example.calculator:dimen/mtrl_textinput_box_stroke_width_focused = 0x7f060517
+com.example.calculator:attr/centerIfNoTextEnabled = 0x7f030097
+com.example.calculator:dimen/_534sdp = 0x7f060211
+com.example.calculator:string/androidx_startup = 0x7f10001b
+com.example.calculator:attr/autoSizeTextType = 0x7f030040
+com.example.calculator:dimen/_533sdp = 0x7f060210
+com.example.calculator:attr/materialCalendarHeaderToggleButton = 0x7f0302a9
+com.example.calculator:dimen/_52sdp = 0x7f06020b
+com.example.calculator:dimen/_523sdp = 0x7f060204
+com.example.calculator:dimen/_522sdp = 0x7f060203
+com.example.calculator:dimen/_51ssp = 0x7f060200
+com.example.calculator:dimen/compat_button_inset_vertical_material = 0x7f060352
+com.example.calculator:dimen/_51sdp = 0x7f0601ff
+com.example.calculator:id/parallax = 0x7f08019c
+com.example.calculator:dimen/_594sdp = 0x7f060259
+com.example.calculator:dimen/_392sdp = 0x7f060163
+com.example.calculator:dimen/_519sdp = 0x7f0601fe
+com.example.calculator:dimen/_518sdp = 0x7f0601fd
+com.example.calculator:style/ThemeOverlay.Design.TextInputEditText = 0x7f11026a
+com.example.calculator:dimen/_516sdp = 0x7f0601fb
+com.example.calculator:dimen/_375sdp = 0x7f06014e
+com.example.calculator:dimen/default_dimension = 0x7f060359
+com.example.calculator:attr/singleLine = 0x7f03036e
+com.example.calculator:dimen/_515sdp = 0x7f0601fa
+com.example.calculator:dimen/_514sdp = 0x7f0601f9
+com.example.calculator:dimen/_512sdp = 0x7f0601f7
+com.example.calculator:color/m3_timepicker_secondary_text_button_text_color = 0x7f05019d
+com.example.calculator:dimen/_511sdp = 0x7f0601f6
+com.example.calculator:dimen/m3_btn_elevation = 0x7f0603bf
+com.example.calculator:dimen/_506sdp = 0x7f0601ef
+com.example.calculator:dimen/_505sdp = 0x7f0601ee
+com.example.calculator:styleable/NavigationRailView = 0x7f120074
+com.example.calculator:dimen/_501sdp = 0x7f0601ea
+com.example.calculator:attr/civ_border_color = 0x7f0300c2
+com.example.calculator:dimen/_500sdp = 0x7f0601e9
+com.example.calculator:dimen/_4ssp = 0x7f0601e8
+com.example.calculator:dimen/_4sdp = 0x7f0601e7
+com.example.calculator:dimen/_49ssp = 0x7f0601e6
+com.example.calculator:dimen/_49sdp = 0x7f0601e5
+com.example.calculator:id/snap = 0x7f0801d9
+com.example.calculator:dimen/_498sdp = 0x7f0601e3
+com.example.calculator:dimen/_496sdp = 0x7f0601e1
+com.example.calculator:color/material_slider_active_track_color = 0x7f0501fd
+com.example.calculator:dimen/_495sdp = 0x7f0601e0
+com.example.calculator:dimen/_493sdp = 0x7f0601de
+com.example.calculator:dimen/_492sdp = 0x7f0601dd
+com.example.calculator:attr/tabPaddingBottom = 0x7f0303b7
+com.example.calculator:dimen/_491sdp = 0x7f0601dc
+com.example.calculator:styleable/MotionLayout = 0x7f120068
+com.example.calculator:color/m3_sys_color_dark_surface = 0x7f050140
+com.example.calculator:dimen/_531sdp = 0x7f06020e
+com.example.calculator:style/TextAppearance.Material3.HeadlineMedium = 0x7f1101d8
+com.example.calculator:dimen/_490sdp = 0x7f0601db
+com.example.calculator:dimen/_48ssp = 0x7f0601da
+com.example.calculator:styleable/AppCompatSeekBar = 0x7f120010
+com.example.calculator:attr/transitionFlags = 0x7f030442
+com.example.calculator:dimen/_48sdp = 0x7f0601d9
+com.example.calculator:attr/fastScrollVerticalThumbDrawable = 0x7f0301a5
+com.example.calculator:dimen/_489sdp = 0x7f0601d8
+com.example.calculator:style/Widget.MaterialComponents.Button.UnelevatedButton = 0x7f1103c2
+com.example.calculator:dimen/_412sdp = 0x7f06017d
+com.example.calculator:dimen/_487sdp = 0x7f0601d6
+com.example.calculator:style/Base.Widget.AppCompat.ActionBar = 0x7f1100b2
+com.example.calculator:dimen/_549sdp = 0x7f060222
+com.example.calculator:attr/labelVisibilityMode = 0x7f03022d
+com.example.calculator:dimen/_486sdp = 0x7f0601d5
+com.example.calculator:style/Widget.MaterialComponents.ExtendedFloatingActionButton = 0x7f1103d3
+com.example.calculator:dimen/_485sdp = 0x7f0601d4
+com.example.calculator:color/accent_material_light = 0x7f05001a
+com.example.calculator:dimen/_483sdp = 0x7f0601d2
+com.example.calculator:dimen/_41sdp = 0x7f060185
+com.example.calculator:dimen/_482sdp = 0x7f0601d1
+com.example.calculator:dimen/_472sdp = 0x7f0601c5
+com.example.calculator:dimen/_481sdp = 0x7f0601d0
+com.example.calculator:dimen/_478sdp = 0x7f0601cb
+com.example.calculator:dimen/mtrl_extended_fab_translation_z_pressed = 0x7f0604d1
+com.example.calculator:dimen/_477sdp = 0x7f0601ca
+com.example.calculator:dimen/_476sdp = 0x7f0601c9
+com.example.calculator:attr/menu = 0x7f0302c6
+com.example.calculator:dimen/mtrl_calendar_text_input_padding_top = 0x7f0604ae
+com.example.calculator:style/TextAppearance.Material3.TitleLarge = 0x7f1101de
+com.example.calculator:attr/subheaderInsetEnd = 0x7f030395
+com.example.calculator:dimen/m3_snackbar_action_text_color_alpha = 0x7f060407
+com.example.calculator:dimen/_474sdp = 0x7f0601c7
+com.example.calculator:layout/mtrl_calendar_months = 0x7f0b0058
+com.example.calculator:color/material_dynamic_secondary40 = 0x7f0501d2
+com.example.calculator:dimen/_473sdp = 0x7f0601c6
+com.example.calculator:color/m3_sys_color_dynamic_dark_on_tertiary = 0x7f05014f
+com.example.calculator:dimen/_470sdp = 0x7f0601c3
+com.example.calculator:style/Widget.MaterialComponents.PopupMenu.ListPopupWindow = 0x7f1103f9
+com.example.calculator:dimen/_507sdp = 0x7f0601f0
+com.example.calculator:dimen/_46ssp = 0x7f0601c2
+com.example.calculator:dimen/_468sdp = 0x7f0601bf
+com.example.calculator:attr/state_lifted = 0x7f03038d
+com.example.calculator:dimen/_532sdp = 0x7f06020f
+com.example.calculator:dimen/_463sdp = 0x7f0601ba
+com.example.calculator:color/design_default_color_primary = 0x7f050045
+com.example.calculator:dimen/_93ssp = 0x7f0602ad
+com.example.calculator:attr/contentInsetStart = 0x7f030115
+com.example.calculator:dimen/_269sdp = 0x7f0600cc
+com.example.calculator:dimen/_462sdp = 0x7f0601b9
+com.example.calculator:dimen/_458sdp = 0x7f0601b3
+com.example.calculator:integer/mtrl_card_anim_delay_ms = 0x7f09002d
+com.example.calculator:id/KtoF = 0x7f08000e
+com.example.calculator:dimen/_452sdp = 0x7f0601ad
+com.example.calculator:dimen/_451sdp = 0x7f0601ac
+com.example.calculator:integer/m3_sys_motion_duration_200 = 0x7f090012
+com.example.calculator:dimen/_450sdp = 0x7f0601ab
+com.example.calculator:attr/textAppearanceListItem = 0x7f0303e0
+com.example.calculator:dimen/_44ssp = 0x7f0601aa
+com.example.calculator:dimen/_447sdp = 0x7f0601a6
+com.example.calculator:dimen/_444sdp = 0x7f0601a3
+com.example.calculator:style/Theme.MaterialComponents.Dialog.FixedSize.Bridge = 0x7f110249
+com.example.calculator:style/Base.Theme.MaterialComponents.Dialog = 0x7f11005e
+com.example.calculator:id/accessibility_custom_action_15 = 0x7f080026
+com.example.calculator:animator/m3_btn_elevated_btn_state_list_anim = 0x7f02000d
+com.example.calculator:dimen/mtrl_badge_toolbar_action_menu_item_vertical_offset = 0x7f06046c
+com.example.calculator:id/confirm_button = 0x7f0800bc
+com.example.calculator:dimen/_441sdp = 0x7f0601a0
+com.example.calculator:dimen/design_navigation_item_horizontal_padding = 0x7f060374
+com.example.calculator:dimen/_440sdp = 0x7f06019f
+com.example.calculator:style/Base.Widget.Material3.TabLayout = 0x7f1100fc
+com.example.calculator:dimen/_439sdp = 0x7f06019c
+com.example.calculator:dimen/_minus25sdp = 0x7f0602cc
+com.example.calculator:dimen/_438sdp = 0x7f06019b
+com.example.calculator:dimen/_437sdp = 0x7f06019a
+com.example.calculator:dimen/_53ssp = 0x7f060218
+com.example.calculator:attr/animateCircleAngleTo = 0x7f030030
+com.example.calculator:color/m3_ref_palette_secondary99 = 0x7f050113
+com.example.calculator:dimen/_435sdp = 0x7f060198
+com.example.calculator:drawable/m3_appbar_background = 0x7f07007b
+com.example.calculator:dimen/_434sdp = 0x7f060197
+com.example.calculator:dimen/_433sdp = 0x7f060196
+com.example.calculator:attr/colorOnSecondaryContainer = 0x7f0300f1
+com.example.calculator:dimen/_432sdp = 0x7f060195
+com.example.calculator:dimen/_42ssp = 0x7f060192
+com.example.calculator:dimen/_429sdp = 0x7f060190
+com.example.calculator:style/MaterialAlertDialog.MaterialComponents.Title.Text = 0x7f110122
+com.example.calculator:attr/endIconDrawable = 0x7f030179
+com.example.calculator:dimen/mtrl_transition_shared_axis_slide_distance = 0x7f060522
+com.example.calculator:dimen/_428sdp = 0x7f06018f
+com.example.calculator:dimen/_427sdp = 0x7f06018e
+com.example.calculator:dimen/mtrl_snackbar_background_overlay_color_alpha = 0x7f06050e
+com.example.calculator:attr/motionEffect_end = 0x7f0302e2
+com.example.calculator:dimen/_426sdp = 0x7f06018d
+com.example.calculator:dimen/_64ssp = 0x7f06026d
+com.example.calculator:dimen/_424sdp = 0x7f06018b
+com.example.calculator:style/Widget.MaterialComponents.AppBarLayout.PrimarySurface = 0x7f1103a9
+com.example.calculator:style/Widget.Material3.TextInputEditText.OutlinedBox = 0x7f110395
+com.example.calculator:attr/itemTextAppearanceInactive = 0x7f030224
+com.example.calculator:dimen/_422sdp = 0x7f060189
+com.example.calculator:dimen/_421sdp = 0x7f060188
+com.example.calculator:dimen/_420sdp = 0x7f060187
+com.example.calculator:dimen/_417sdp = 0x7f060182
+com.example.calculator:attr/barLength = 0x7f030053
+com.example.calculator:dimen/_415sdp = 0x7f060180
+com.example.calculator:dimen/_414sdp = 0x7f06017f
+com.example.calculator:dimen/mtrl_calendar_pre_l_text_clip_padding = 0x7f0604a9
+com.example.calculator:dimen/_217sdp = 0x7f06008e
+com.example.calculator:attr/materialAlertDialogTitleIconStyle = 0x7f03029a
+com.example.calculator:dimen/_340sdp = 0x7f060125
+com.example.calculator:dimen/_55ssp = 0x7f060230
+com.example.calculator:dimen/_413sdp = 0x7f06017e
+com.example.calculator:attr/materialTimePickerTitleStyle = 0x7f0302bb
+com.example.calculator:dimen/_minus53sdp = 0x7f0602eb
+com.example.calculator:dimen/_410sdp = 0x7f06017b
+com.example.calculator:dimen/_40sdp = 0x7f060179
+com.example.calculator:attr/cardViewStyle = 0x7f03008c
+com.example.calculator:dimen/_409sdp = 0x7f060178
+com.example.calculator:style/TextAppearance.Compat.Notification.Line2 = 0x7f1101b2
+com.example.calculator:dimen/_407sdp = 0x7f060176
+com.example.calculator:attr/customPixelDimension = 0x7f03013d
+com.example.calculator:dimen/_405sdp = 0x7f060174
+com.example.calculator:dimen/material_filled_edittext_font_1_3_padding_top = 0x7f06044e
+com.example.calculator:dimen/_403sdp = 0x7f060172
+com.example.calculator:attr/showAsAction = 0x7f030363
+com.example.calculator:dimen/_168sdp = 0x7f060051
+com.example.calculator:dimen/_401sdp = 0x7f060170
+com.example.calculator:style/Base.V14.Theme.Material3.Light = 0x7f110081
+com.example.calculator:dimen/_3sdp = 0x7f06016d
+com.example.calculator:dimen/_39ssp = 0x7f06016c
+com.example.calculator:style/ThemeOverlay.MaterialComponents.ActionBar.Primary = 0x7f11029e
+com.example.calculator:dimen/_396sdp = 0x7f060167
+com.example.calculator:dimen/_395sdp = 0x7f060166
+com.example.calculator:dimen/_394sdp = 0x7f060165
+com.example.calculator:style/Widget.Material3.MaterialTimePicker.Display.Divider = 0x7f110380
+com.example.calculator:dimen/_393sdp = 0x7f060164
+com.example.calculator:drawable/abc_cab_background_internal_bg = 0x7f070016
+com.example.calculator:style/Widget.Material3.CheckedTextView = 0x7f11033b
+com.example.calculator:color/design_dark_default_color_on_secondary = 0x7f050036
+com.example.calculator:dimen/_391sdp = 0x7f060162
+com.example.calculator:style/Widget.MaterialComponents.Badge = 0x7f1103af
+com.example.calculator:dimen/_390sdp = 0x7f060161
+com.example.calculator:dimen/_38ssp = 0x7f060160
+com.example.calculator:dimen/_384sdp = 0x7f060159
+com.example.calculator:dimen/_383sdp = 0x7f060158
+com.example.calculator:dimen/_381sdp = 0x7f060156
+com.example.calculator:string/mtrl_picker_invalid_format = 0x7f100061
+com.example.calculator:id/info = 0x7f08012b
+com.example.calculator:color/material_on_surface_stroke = 0x7f0501fb
+com.example.calculator:dimen/abc_action_bar_stacked_tab_max_width = 0x7f060302
+com.example.calculator:dimen/_379sdp = 0x7f060152
+com.example.calculator:drawable/abc_scrubber_control_to_pressed_mtrl_005 = 0x7f07003e
+com.example.calculator:dimen/_374sdp = 0x7f06014d
+com.example.calculator:dimen/_373sdp = 0x7f06014c
+com.example.calculator:dimen/_371sdp = 0x7f06014a
+com.example.calculator:style/Widget.Material3.TextInputLayout.FilledBox.Dense = 0x7f110398
+com.example.calculator:dimen/_36ssp = 0x7f060148
+com.example.calculator:dimen/_36sdp = 0x7f060147
+com.example.calculator:dimen/_369sdp = 0x7f060146
+com.example.calculator:color/m3_ref_palette_neutral_variant0 = 0x7f0500ed
+com.example.calculator:attr/buttonBarNegativeButtonStyle = 0x7f030079
+com.example.calculator:dimen/_366sdp = 0x7f060143
+com.example.calculator:dimen/_365sdp = 0x7f060142
+com.example.calculator:color/highlighted_text_material_light = 0x7f05005e
+com.example.calculator:dimen/_364sdp = 0x7f060141
+com.example.calculator:styleable/MaterialCalendar = 0x7f120055
+com.example.calculator:id/default_activity_button = 0x7f0800ce
+com.example.calculator:dimen/_362sdp = 0x7f06013f
+com.example.calculator:dimen/cardview_compat_inset_shadow = 0x7f06034d
+com.example.calculator:style/ThemeOverlay.MaterialComponents.Toolbar.Surface = 0x7f1102c3
+com.example.calculator:dimen/_361sdp = 0x7f06013e
+com.example.calculator:dimen/_35ssp = 0x7f06013c
+com.example.calculator:color/m3_ref_palette_dynamic_primary30 = 0x7f0500b0
+com.example.calculator:dimen/_35sdp = 0x7f06013b
+com.example.calculator:dimen/m3_btn_padding_bottom = 0x7f0603c8
+com.example.calculator:dimen/_359sdp = 0x7f06013a
+com.example.calculator:dimen/_363sdp = 0x7f060140
+com.example.calculator:style/Base.Widget.AppCompat.Button.Colored = 0x7f1100c1
+com.example.calculator:dimen/_358sdp = 0x7f060139
+com.example.calculator:dimen/_577sdp = 0x7f060244
+com.example.calculator:layout/material_textinput_timepicker = 0x7f0b0044
+com.example.calculator:dimen/_357sdp = 0x7f060138
+com.example.calculator:layout/abc_activity_chooser_view = 0x7f0b0006
+com.example.calculator:id/src_atop = 0x7f0801e5
+com.example.calculator:attr/checkedTextViewStyle = 0x7f0300a6
+com.example.calculator:dimen/mtrl_fab_translation_z_hovered_focused = 0x7f0604d4
+com.example.calculator:dimen/_356sdp = 0x7f060137
+com.example.calculator:id/tabMode = 0x7f0801f4
+com.example.calculator:dimen/_355sdp = 0x7f060136
+com.example.calculator:dimen/_353sdp = 0x7f060134
+com.example.calculator:style/Base.Widget.AppCompat.Spinner = 0x7f1100e6
+com.example.calculator:dimen/mtrl_navigation_elevation = 0x7f0604e2
+com.example.calculator:anim/abc_fade_out = 0x7f010001
+com.example.calculator:dimen/_351sdp = 0x7f060132
+com.example.calculator:dimen/_34ssp = 0x7f060130
+com.example.calculator:attr/drawerLayoutStyle = 0x7f030169
+com.example.calculator:dimen/design_bottom_navigation_label_padding = 0x7f060363
+com.example.calculator:dimen/_348sdp = 0x7f06012d
+com.example.calculator:dimen/_80sdp = 0x7f060290
+com.example.calculator:styleable/NavHostFragment = 0x7f120070
+com.example.calculator:layout/abc_action_bar_up_container = 0x7f0b0001
+com.example.calculator:dimen/_347sdp = 0x7f06012c
+com.example.calculator:style/Widget.AppCompat.ActionButton = 0x7f1102ca
+com.example.calculator:attr/subheaderColor = 0x7f030394
+com.example.calculator:dimen/_343sdp = 0x7f060128
+com.example.calculator:styleable/ListPopupWindow = 0x7f12004f
+com.example.calculator:dimen/_341sdp = 0x7f060126
+com.example.calculator:layout/select_dialog_singlechoice_material = 0x7f0b0071
+com.example.calculator:dimen/mtrl_calendar_month_horizontal_padding = 0x7f0604a4
+com.example.calculator:dimen/_minus13sdp = 0x7f0602bf
+com.example.calculator:dimen/_338sdp = 0x7f060121
+com.example.calculator:dimen/abc_alert_dialog_button_dimen = 0x7f060309
+com.example.calculator:drawable/abc_ic_search_api_material = 0x7f070027
+com.example.calculator:dimen/_336sdp = 0x7f06011f
+com.example.calculator:style/Theme.Material3.DayNight.DialogWhenLarge = 0x7f110224
+com.example.calculator:dimen/m3_badge_horizontal_offset = 0x7f0603a9
+com.example.calculator:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse = 0x7f110031
+com.example.calculator:dimen/_335sdp = 0x7f06011e
+com.example.calculator:dimen/_398sdp = 0x7f060169
+com.example.calculator:dimen/_331sdp = 0x7f06011a
+com.example.calculator:string/material_timepicker_pm = 0x7f100051
+com.example.calculator:dimen/_345sdp = 0x7f06012a
+com.example.calculator:dimen/_32sdp = 0x7f060117
+com.example.calculator:attr/tabIndicatorHeight = 0x7f0303b1
+com.example.calculator:dimen/_329sdp = 0x7f060116
+com.example.calculator:style/Platform.MaterialComponents = 0x7f110126
+com.example.calculator:dimen/_328sdp = 0x7f060115
+com.example.calculator:style/TextAppearance.MaterialComponents.Body1 = 0x7f1101e2
+com.example.calculator:dimen/_446sdp = 0x7f0601a5
+com.example.calculator:styleable/FlowLayout = 0x7f120038
+com.example.calculator:dimen/_320sdp = 0x7f06010d
+com.example.calculator:dimen/_316sdp = 0x7f060107
+com.example.calculator:dimen/_315sdp = 0x7f060106
+com.example.calculator:style/Theme.MaterialComponents.Light.NoActionBar = 0x7f11025d
+com.example.calculator:dimen/_312sdp = 0x7f060103
+com.example.calculator:dimen/_330sdp = 0x7f060119
+com.example.calculator:dimen/material_textinput_max_width = 0x7f06045c
+com.example.calculator:dimen/_309sdp = 0x7f0600fe
+com.example.calculator:attr/alertDialogTheme = 0x7f03002b
+com.example.calculator:dimen/_306sdp = 0x7f0600fb
+com.example.calculator:dimen/_304sdp = 0x7f0600f9
+com.example.calculator:id/bestChoice = 0x7f08006c
+com.example.calculator:attr/passwordToggleContentDescription = 0x7f030314
+com.example.calculator:dimen/_300sdp = 0x7f0600f5
+com.example.calculator:attr/paddingStart = 0x7f03030e
+com.example.calculator:dimen/_29ssp = 0x7f0600f2
+com.example.calculator:dimen/_29sdp = 0x7f0600f1
+com.example.calculator:styleable/AppBarLayout = 0x7f12000b
+com.example.calculator:dimen/test_navigation_bar_icon_size = 0x7f060539
+com.example.calculator:id/dragRight = 0x7f0800e3
+com.example.calculator:dimen/_296sdp = 0x7f0600ed
+com.example.calculator:layout/m3_alert_dialog_actions = 0x7f0b0039
+com.example.calculator:dimen/_295sdp = 0x7f0600ec
+com.example.calculator:attr/textBackgroundRotate = 0x7f0303f0
+com.example.calculator:dimen/_293sdp = 0x7f0600ea
+com.example.calculator:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Secondary = 0x7f110353
+com.example.calculator:id/item1 = 0x7f08012f
+com.example.calculator:dimen/_181sdp = 0x7f060062
+com.example.calculator:dimen/_28ssp = 0x7f0600e6
+com.example.calculator:dimen/_28sdp = 0x7f0600e5
+com.example.calculator:integer/m3_sys_motion_duration_500 = 0x7f090019
+com.example.calculator:dimen/_37ssp = 0x7f060154
+com.example.calculator:dimen/_288sdp = 0x7f0600e3
+com.example.calculator:layout/abc_popup_menu_item_layout = 0x7f0b0013
+com.example.calculator:dimen/abc_action_bar_subtitle_bottom_margin_material = 0x7f060303
+com.example.calculator:dimen/_282sdp = 0x7f0600dd
+com.example.calculator:id/ghost_view = 0x7f08010c
+com.example.calculator:dimen/_67sdp = 0x7f060272
+com.example.calculator:dimen/_303sdp = 0x7f0600f8
+com.example.calculator:dimen/fastscroll_margin = 0x7f06038e
+com.example.calculator:color/design_fab_shadow_start_color = 0x7f05004e
+com.example.calculator:dimen/_280sdp = 0x7f0600db
+com.example.calculator:style/Theme.Material3.Dark.Dialog.Alert = 0x7f11021b
+com.example.calculator:dimen/_27sdp = 0x7f0600d9
+com.example.calculator:style/Base.ThemeOverlay.AppCompat.ActionBar = 0x7f11006f
+com.example.calculator:attr/maxActionInlineWidth = 0x7f0302bd
+com.example.calculator:dimen/_324sdp = 0x7f060111
+com.example.calculator:dimen/_278sdp = 0x7f0600d7
+com.example.calculator:dimen/_43sdp = 0x7f06019d
+com.example.calculator:id/navigation_bar_item_icon_view = 0x7f080185
+com.example.calculator:drawable/btn_checkbox_checked_mtrl = 0x7f070058
+com.example.calculator:attr/bottomNavigationStyle = 0x7f030069
+com.example.calculator:dimen/_42sdp = 0x7f060191
+com.example.calculator:color/m3_ref_palette_primary90 = 0x7f050104
+com.example.calculator:dimen/_273sdp = 0x7f0600d2
+com.example.calculator:attr/backgroundOverlayColorAlpha = 0x7f030048
+com.example.calculator:dimen/_272sdp = 0x7f0600d1
+com.example.calculator:dimen/_271sdp = 0x7f0600d0
+com.example.calculator:style/ThemeOverlay.Material3.Dark = 0x7f11027b
+com.example.calculator:dimen/_270sdp = 0x7f0600cf
+com.example.calculator:dimen/_26ssp = 0x7f0600ce
+com.example.calculator:drawable/abc_list_selector_background_transition_holo_dark = 0x7f070031
+com.example.calculator:dimen/_26sdp = 0x7f0600cd
+com.example.calculator:integer/mtrl_card_anim_duration_ms = 0x7f09002e
+com.example.calculator:attr/endIconTint = 0x7f03017b
+com.example.calculator:dimen/_267sdp = 0x7f0600ca
+com.example.calculator:dimen/_266sdp = 0x7f0600c9
+com.example.calculator:color/m3_ref_palette_error50 = 0x7f0500d9
+com.example.calculator:color/mtrl_btn_text_color_selector = 0x7f05020d
+com.example.calculator:dimen/_265sdp = 0x7f0600c8
+com.example.calculator:color/m3_ref_palette_primary70 = 0x7f050102
+com.example.calculator:dimen/_314sdp = 0x7f060105
+com.example.calculator:attr/hoveredFocusedTranslationZ = 0x7f0301ed
+com.example.calculator:attr/layoutManager = 0x7f030234
+com.example.calculator:color/m3_sys_color_dynamic_light_on_primary = 0x7f05015f
+com.example.calculator:dimen/_264sdp = 0x7f0600c7
+com.example.calculator:dimen/_261sdp = 0x7f0600c4
+com.example.calculator:dimen/_260sdp = 0x7f0600c3
+com.example.calculator:dimen/_25ssp = 0x7f0600c2
+com.example.calculator:id/save_overlay_view = 0x7f0801b7
+com.example.calculator:dimen/_259sdp = 0x7f0600c0
+com.example.calculator:dimen/m3_sys_elevation_level1 = 0x7f06040a
+com.example.calculator:attr/carousel_touchUp_dampeningFactor = 0x7f030095
+com.example.calculator:dimen/_256sdp = 0x7f0600bd
+com.example.calculator:dimen/_255sdp = 0x7f0600bc
+com.example.calculator:dimen/_397sdp = 0x7f060168
+com.example.calculator:dimen/_250sdp = 0x7f0600b7
+com.example.calculator:dimen/_317sdp = 0x7f060108
+com.example.calculator:dimen/_24sdp = 0x7f0600b5
+com.example.calculator:dimen/_248sdp = 0x7f0600b3
+com.example.calculator:style/Widget.MaterialComponents.Button = 0x7f1103b8
+com.example.calculator:attr/listPopupWindowStyle = 0x7f030287
+com.example.calculator:dimen/_247sdp = 0x7f0600b2
+com.example.calculator:dimen/mtrl_btn_focused_z = 0x7f060479
+com.example.calculator:dimen/_246sdp = 0x7f0600b1
+com.example.calculator:style/Widget.AppCompat.DrawerArrowToggle = 0x7f1102db
+com.example.calculator:dimen/_245sdp = 0x7f0600b0
+com.example.calculator:dimen/abc_dialog_fixed_width_major = 0x7f060316
+com.example.calculator:dimen/_72ssp = 0x7f06027f
+com.example.calculator:dimen/_521sdp = 0x7f060202
+com.example.calculator:style/Widget.MaterialComponents.MaterialCalendar.Year.Selected = 0x7f1103ed
+com.example.calculator:dimen/_244sdp = 0x7f0600af
+com.example.calculator:color/m3_sys_color_dynamic_light_inverse_surface = 0x7f05015d
+com.example.calculator:dimen/_243sdp = 0x7f0600ae
+com.example.calculator:drawable/abc_btn_radio_material = 0x7f070010
+com.example.calculator:dimen/mtrl_btn_disabled_elevation = 0x7f060476
+com.example.calculator:dimen/_242sdp = 0x7f0600ad
+com.example.calculator:dimen/_239sdp = 0x7f0600a8
+com.example.calculator:dimen/_238sdp = 0x7f0600a7
+com.example.calculator:dimen/_237sdp = 0x7f0600a6
+com.example.calculator:dimen/abc_action_button_min_width_material = 0x7f060306
+com.example.calculator:dimen/_235sdp = 0x7f0600a4
+com.example.calculator:dimen/_385sdp = 0x7f06015a
+com.example.calculator:dimen/_13ssp = 0x7f060030
+com.example.calculator:dimen/_234sdp = 0x7f0600a3
+com.example.calculator:dimen/_232sdp = 0x7f0600a1
+com.example.calculator:dimen/_231sdp = 0x7f0600a0
+com.example.calculator:attr/spanCount = 0x7f030375
+com.example.calculator:dimen/_minus58sdp = 0x7f0602f0
+com.example.calculator:dimen/_228sdp = 0x7f06009b
+com.example.calculator:attr/motionEasingLinear = 0x7f0302df
+com.example.calculator:dimen/tooltip_precise_anchor_threshold = 0x7f060543
+com.example.calculator:attr/listPreferredItemPaddingRight = 0x7f03028d
+com.example.calculator:dimen/_442sdp = 0x7f0601a1
+com.example.calculator:dimen/_227sdp = 0x7f06009a
+com.example.calculator:dimen/_226sdp = 0x7f060099
+com.example.calculator:styleable/ConstraintOverride = 0x7f12002c
+com.example.calculator:dimen/_541sdp = 0x7f06021a
+com.example.calculator:dimen/_225sdp = 0x7f060098
+com.example.calculator:dimen/_223sdp = 0x7f060096
+com.example.calculator:style/Widget.MaterialComponents.MaterialButtonToggleGroup = 0x7f1103d8
+com.example.calculator:attr/ifTagSet = 0x7f0301f8
+com.example.calculator:dimen/_minus54sdp = 0x7f0602ec
+com.example.calculator:dimen/_220sdp = 0x7f060093
+com.example.calculator:dimen/_21ssp = 0x7f060092
+com.example.calculator:style/TextAppearance.Test.UsesDp = 0x7f1101f3
+com.example.calculator:dimen/_21sdp = 0x7f060091
+com.example.calculator:style/Base.Widget.AppCompat.ActionBar.Solid = 0x7f1100b3
+com.example.calculator:dimen/_219sdp = 0x7f060090
+com.example.calculator:style/Widget.Material3.NavigationRailView.ActiveIndicator = 0x7f110386
+com.example.calculator:dimen/m3_btn_text_btn_padding_right = 0x7f0603d0
+com.example.calculator:dimen/_218sdp = 0x7f06008f
+com.example.calculator:dimen/_215sdp = 0x7f06008c
+com.example.calculator:dimen/_214sdp = 0x7f06008b
+com.example.calculator:style/TextAppearance.AppCompat.Large = 0x7f11018b
+com.example.calculator:dimen/_210sdp = 0x7f060087
+com.example.calculator:dimen/_20ssp = 0x7f060086
+com.example.calculator:id/startToEnd = 0x7f0801eb
+com.example.calculator:dimen/_20sdp = 0x7f060085
+com.example.calculator:id/Cosx = 0x7f080005
+com.example.calculator:dimen/material_divider_thickness = 0x7f060448
+com.example.calculator:drawable/abc_scrubber_control_to_pressed_mtrl_000 = 0x7f07003d
+com.example.calculator:dimen/_114sdp = 0x7f060011
+com.example.calculator:dimen/_208sdp = 0x7f060083
+com.example.calculator:dimen/_205sdp = 0x7f060080
+com.example.calculator:attr/listChoiceIndicatorSingleAnimated = 0x7f030282
+com.example.calculator:dimen/_346sdp = 0x7f06012b
+com.example.calculator:dimen/_286sdp = 0x7f0600e1
+com.example.calculator:attr/flow_firstVerticalStyle = 0x7f0301b5
+com.example.calculator:color/m3_ref_palette_dynamic_neutral10 = 0x7f050093
+com.example.calculator:dimen/_204sdp = 0x7f06007f
+com.example.calculator:style/ShapeAppearance.Material3.MediumComponent = 0x7f110156
+com.example.calculator:dimen/_201sdp = 0x7f06007c
+com.example.calculator:id/accessibility_custom_action_14 = 0x7f080025
+com.example.calculator:color/m3_ref_palette_neutral80 = 0x7f0500e9
+com.example.calculator:dimen/_200sdp = 0x7f06007b
+com.example.calculator:dimen/_69sdp = 0x7f060276
+com.example.calculator:dimen/_579sdp = 0x7f060246
+com.example.calculator:dimen/_minus21sdp = 0x7f0602c8
+com.example.calculator:dimen/_73ssp = 0x7f060281
+com.example.calculator:dimen/_19ssp = 0x7f060078
+com.example.calculator:dimen/_199sdp = 0x7f060076
+com.example.calculator:style/Base.Widget.MaterialComponents.MaterialCalendar.NavigationButton = 0x7f110103
+com.example.calculator:dimen/_198sdp = 0x7f060075
+com.example.calculator:dimen/_195sdp = 0x7f060072
+com.example.calculator:dimen/_460sdp = 0x7f0601b7
+com.example.calculator:id/showCustom = 0x7f0801d0
+com.example.calculator:dimen/_194sdp = 0x7f060071
+com.example.calculator:style/Base.Widget.AppCompat.CompoundButton.RadioButton = 0x7f1100c6
+com.example.calculator:drawable/abc_cab_background_top_mtrl_alpha = 0x7f070018
+com.example.calculator:dimen/_459sdp = 0x7f0601b4
+com.example.calculator:dimen/mtrl_btn_padding_left = 0x7f060481
+com.example.calculator:style/Widget.Material3.AutoCompleteTextView.FilledBox = 0x7f11031e
+com.example.calculator:style/Widget.AppCompat.ActionMode = 0x7f1102cd
+com.example.calculator:string/m3_sys_motion_easing_emphasized_accelerate = 0x7f100036
+com.example.calculator:dimen/abc_seekbar_track_progress_height_material = 0x7f060331
+com.example.calculator:style/Widget.MaterialComponents.BottomNavigationView.PrimarySurface = 0x7f1103b5
+com.example.calculator:dimen/_minus59sdp = 0x7f0602f1
+com.example.calculator:dimen/_193sdp = 0x7f060070
+com.example.calculator:dimen/_192sdp = 0x7f06006f
+com.example.calculator:dimen/_18sdp = 0x7f06006b
+com.example.calculator:layout/material_clock_display = 0x7f0b003d
+com.example.calculator:color/mtrl_navigation_bar_ripple_color = 0x7f050225
+com.example.calculator:dimen/_189sdp = 0x7f06006a
+com.example.calculator:dimen/_188sdp = 0x7f060069
+com.example.calculator:dimen/_560sdp = 0x7f060231
+com.example.calculator:dimen/_406sdp = 0x7f060175
+com.example.calculator:style/Widget.Material3.MaterialCalendar.Day = 0x7f110365
+com.example.calculator:color/m3_sys_color_dark_tertiary_container = 0x7f050143
+com.example.calculator:dimen/_186sdp = 0x7f060067
+com.example.calculator:attr/constraints = 0x7f03010e
+com.example.calculator:dimen/_185sdp = 0x7f060066
+com.example.calculator:id/search_close_btn = 0x7f0801c3
+com.example.calculator:color/m3_ref_palette_error99 = 0x7f0500df
+com.example.calculator:dimen/m3_sys_motion_easing_linear_control_y2 = 0x7f060426
+com.example.calculator:dimen/_183sdp = 0x7f060064
+com.example.calculator:dimen/_179sdp = 0x7f06005e
+com.example.calculator:style/Base.Widget.AppCompat.Light.ActionBar = 0x7f1100cd
+com.example.calculator:id/material_clock_hand = 0x7f080147
+com.example.calculator:dimen/design_appbar_elevation = 0x7f06035a
+com.example.calculator:dimen/_178sdp = 0x7f06005d
+com.example.calculator:attr/drawableTintMode = 0x7f030165
+com.example.calculator:dimen/_176sdp = 0x7f06005b
+com.example.calculator:attr/textAppearanceHeadline4 = 0x7f0303d5
+com.example.calculator:attr/motionProgress = 0x7f0302ec
+com.example.calculator:dimen/_175sdp = 0x7f06005a
+com.example.calculator:dimen/mtrl_navigation_rail_active_text_size = 0x7f0604e8
+com.example.calculator:dimen/abc_text_size_display_3_material = 0x7f06033d
+com.example.calculator:attr/constraintSetStart = 0x7f03010b
+com.example.calculator:attr/itemShapeAppearance = 0x7f030218
+com.example.calculator:dimen/_172sdp = 0x7f060057
+com.example.calculator:style/ThemeOverlay.AppCompat.DayNight = 0x7f110265
+com.example.calculator:attr/layout_constraintHeight_default = 0x7f03024d
+com.example.calculator:dimen/_171sdp = 0x7f060056
+com.example.calculator:drawable/abc_star_half_black_48dp = 0x7f070047
+com.example.calculator:color/m3_sys_color_dynamic_dark_surface = 0x7f050156
+com.example.calculator:dimen/_16sdp = 0x7f060053
+com.example.calculator:dimen/_minus57sdp = 0x7f0602ef
+com.example.calculator:dimen/_167sdp = 0x7f060050
+com.example.calculator:attr/marginLeftSystemWindowInsets = 0x7f030294
+com.example.calculator:dimen/_164sdp = 0x7f06004d
+com.example.calculator:id/material_timepicker_ok_button = 0x7f080155
+com.example.calculator:dimen/_161sdp = 0x7f06004a
+com.example.calculator:string/clear_text_end_icon_content_description = 0x7f100024
+com.example.calculator:id/search_go_btn = 0x7f0801c5
+com.example.calculator:dimen/_160sdp = 0x7f060049
+com.example.calculator:anim/btn_checkbox_to_checked_box_inner_merged_animation = 0x7f01000c
+com.example.calculator:attr/chipStrokeColor = 0x7f0300b7
+com.example.calculator:attr/region_widthMoreThan = 0x7f030348
+com.example.calculator:dimen/_15ssp = 0x7f060048
+com.example.calculator:dimen/_576sdp = 0x7f060243
+com.example.calculator:dimen/_159sdp = 0x7f060046
+com.example.calculator:color/error_color_material_dark = 0x7f050059
+com.example.calculator:dimen/_158sdp = 0x7f060045
+com.example.calculator:id/btnHistory = 0x7f080089
+com.example.calculator:animator/linear_indeterminate_line2_head_interpolator = 0x7f02000b
+com.example.calculator:dimen/_157sdp = 0x7f060044
+com.example.calculator:dimen/_290sdp = 0x7f0600e7
+com.example.calculator:dimen/m3_sys_motion_easing_standard_accelerate_control_x2 = 0x7f060428
+com.example.calculator:style/Widget.Material3.MaterialCalendar.YearNavigationButton = 0x7f110379
+com.example.calculator:style/Base.V24.Theme.Material3.Dark.Dialog = 0x7f1100a2
+com.example.calculator:attr/scrimAnimationDuration = 0x7f030350
+com.example.calculator:dimen/_156sdp = 0x7f060043
+com.example.calculator:dimen/_154sdp = 0x7f060041
+com.example.calculator:dimen/_152sdp = 0x7f06003f
+com.example.calculator:color/m3_sys_color_light_primary_container = 0x7f050183
+com.example.calculator:dimen/_148sdp = 0x7f060039
+com.example.calculator:style/Widget.MaterialComponents.TextInputEditText.FilledBox = 0x7f110404
+com.example.calculator:dimen/_31ssp = 0x7f06010c
+com.example.calculator:color/m3_ref_palette_white = 0x7f050121
+com.example.calculator:dimen/_147sdp = 0x7f060038
+com.example.calculator:attr/buttonIconDimen = 0x7f03007f
+com.example.calculator:dimen/_146sdp = 0x7f060037
+com.example.calculator:dimen/_145sdp = 0x7f060036
+com.example.calculator:attr/state_above_anchor = 0x7f030388
+com.example.calculator:dimen/_44sdp = 0x7f0601a9
+com.example.calculator:dimen/_143sdp = 0x7f060034
+com.example.calculator:dimen/_140sdp = 0x7f060031
+com.example.calculator:style/Widget.MaterialComponents.ProgressIndicator = 0x7f1103fb
+com.example.calculator:dimen/_13sdp = 0x7f06002f
+com.example.calculator:dimen/_138sdp = 0x7f06002d
+com.example.calculator:id/accessibility_custom_action_24 = 0x7f080030
+com.example.calculator:attr/windowMinWidthMajor = 0x7f030465
+com.example.calculator:dimen/_137sdp = 0x7f06002c
+com.example.calculator:dimen/_136sdp = 0x7f06002b
+com.example.calculator:dimen/_378sdp = 0x7f060151
+com.example.calculator:dimen/_135sdp = 0x7f06002a
+com.example.calculator:dimen/design_navigation_separator_vertical_padding = 0x7f060379
+com.example.calculator:dimen/_134sdp = 0x7f060029
+com.example.calculator:dimen/_24ssp = 0x7f0600b6
+com.example.calculator:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Primary = 0x7f110352
+com.example.calculator:dimen/_133sdp = 0x7f060028
+com.example.calculator:style/Widget.MaterialComponents.TimePicker.ImageButton = 0x7f110419
+com.example.calculator:dimen/_132sdp = 0x7f060027
+com.example.calculator:dimen/_130sdp = 0x7f060025
+com.example.calculator:style/Widget.Material3.Button = 0x7f110328
+com.example.calculator:dimen/_12ssp = 0x7f060024
+com.example.calculator:dimen/_305sdp = 0x7f0600fa
+com.example.calculator:dimen/_128sdp = 0x7f060021
+com.example.calculator:dimen/_14sdp = 0x7f06003b
+com.example.calculator:style/Widget.Material3.PopupMenu.Overflow = 0x7f11038b
+com.example.calculator:dimen/_127sdp = 0x7f060020
+com.example.calculator:dimen/_56ssp = 0x7f06023c
+com.example.calculator:dimen/_169sdp = 0x7f060052
+com.example.calculator:id/showHome = 0x7f0801d1
+com.example.calculator:dimen/_11sdp = 0x7f060017
+com.example.calculator:dimen/def_drawer_elevation = 0x7f060358
+com.example.calculator:dimen/_119sdp = 0x7f060016
+com.example.calculator:style/Base.Widget.AppCompat.Light.ActionBar.TabText.Inverse = 0x7f1100d1
+com.example.calculator:dimen/_352sdp = 0x7f060133
+com.example.calculator:attr/motionDurationShort1 = 0x7f0302da
+com.example.calculator:dimen/_263sdp = 0x7f0600c6
+com.example.calculator:dimen/_224sdp = 0x7f060097
+com.example.calculator:dimen/m3_timepicker_display_stroke_width = 0x7f060437
+com.example.calculator:color/m3_sys_color_dark_background = 0x7f05012a
+com.example.calculator:dimen/_187sdp = 0x7f060068
+com.example.calculator:dimen/_113sdp = 0x7f060010
+com.example.calculator:attr/tooltipForegroundColor = 0x7f03042e
+com.example.calculator:dimen/_112sdp = 0x7f06000f
+com.example.calculator:color/m3_navigation_item_ripple_color = 0x7f05008c
+com.example.calculator:color/material_dynamic_primary10 = 0x7f0501c1
+com.example.calculator:dimen/_10ssp = 0x7f06000c
+com.example.calculator:dimen/_10sdp = 0x7f06000b
+com.example.calculator:dimen/_109sdp = 0x7f06000a
+com.example.calculator:attr/measureWithLargestChild = 0x7f0302c5
+com.example.calculator:dimen/mtrl_fab_elevation = 0x7f0604d2
+com.example.calculator:style/ThemeOverlay.Material3.AutoCompleteTextView.OutlinedBox.Dense = 0x7f110271
+com.example.calculator:dimen/m3_sys_motion_easing_emphasized_decelerate_control_y1 = 0x7f060415
+com.example.calculator:attr/collapsedTitleTextColor = 0x7f0300d9
+com.example.calculator:dimen/_34sdp = 0x7f06012f
+com.example.calculator:dimen/_104sdp = 0x7f060005
+com.example.calculator:styleable/MotionHelper = 0x7f120066
+com.example.calculator:layout/mtrl_calendar_horizontal = 0x7f0b0054
+com.example.calculator:color/abc_tint_default = 0x7f050014
+com.example.calculator:dimen/_103sdp = 0x7f060004
+com.example.calculator:color/material_dynamic_neutral_variant60 = 0x7f0501ba
+com.example.calculator:dimen/_101sdp = 0x7f060002
+com.example.calculator:layout/abc_alert_dialog_title_material = 0x7f0b000a
+com.example.calculator:attr/itemMaxLines = 0x7f030212
+com.example.calculator:dimen/_100ssp = 0x7f060001
+com.example.calculator:style/ShapeAppearance.MaterialComponents.SmallComponent = 0x7f11015d
+com.example.calculator:dimen/_100sdp = 0x7f060000
+com.example.calculator:color/white = 0x7f05025b
+com.example.calculator:attr/endIconContentDescription = 0x7f030178
+com.example.calculator:color/tooltip_background_light = 0x7f05025a
+com.example.calculator:color/tooltip_background_dark = 0x7f050259
+com.example.calculator:interpolator/btn_radio_to_on_mtrl_animation_interpolator_0 = 0x7f0a0005
+com.example.calculator:dimen/mtrl_calendar_month_vertical_padding = 0x7f0604a5
+com.example.calculator:color/test_mtrl_calendar_day_selected = 0x7f050258
+com.example.calculator:id/TOP_START = 0x7f08001b
+com.example.calculator:color/switch_thumb_normal_material_light = 0x7f050253
+com.example.calculator:styleable/Transition = 0x7f120099
+com.example.calculator:color/switch_thumb_material_light = 0x7f050251
+com.example.calculator:styleable/AppCompatTextHelper = 0x7f120011
+com.example.calculator:dimen/abc_action_bar_subtitle_top_margin_material = 0x7f060304
+com.example.calculator:styleable/RecycleListView = 0x7f12007e
+com.example.calculator:dimen/_121sdp = 0x7f06001a
+com.example.calculator:color/switch_thumb_disabled_material_light = 0x7f05024f
+com.example.calculator:color/secondary_text_disabled_material_dark = 0x7f05024c
+com.example.calculator:dimen/mtrl_calendar_header_text_padding = 0x7f06049f
+com.example.calculator:dimen/_423sdp = 0x7f06018a
+com.example.calculator:color/ripple_material_light = 0x7f050249
+com.example.calculator:color/ripple_material_dark = 0x7f050248
+com.example.calculator:color/radiobutton_themeable_attribute_color = 0x7f050247
+com.example.calculator:color/purple_700 = 0x7f050246
+com.example.calculator:drawable/abc_text_select_handle_left_mtrl = 0x7f07004d
+com.example.calculator:attr/chipBackgroundColor = 0x7f0300a7
+com.example.calculator:color/purple_200 = 0x7f050244
+com.example.calculator:style/Widget.Material3.FloatingActionButton.Secondary = 0x7f11035f
+com.example.calculator:color/primary_text_disabled_material_light = 0x7f050243
+com.example.calculator:id/give_us_a_review_landmine_text_1 = 0x7f080110
+com.example.calculator:attr/passwordToggleTintMode = 0x7f030318
+com.example.calculator:color/primary_text_default_material_light = 0x7f050241
+com.example.calculator:id/accessibility_custom_action_6 = 0x7f08003b
+com.example.calculator:drawable/tooltip_frame_dark = 0x7f0700a6
+com.example.calculator:color/primary_text_default_material_dark = 0x7f050240
+com.example.calculator:id/btnLog = 0x7f08008e
+com.example.calculator:color/m3_text_button_foreground_color_selector = 0x7f05018d
+com.example.calculator:dimen/material_clock_period_toggle_width = 0x7f060443
+com.example.calculator:dimen/_488sdp = 0x7f0601d7
+com.example.calculator:dimen/_465sdp = 0x7f0601bc
+com.example.calculator:style/Widget.AppCompat.Button = 0x7f1102d0
+com.example.calculator:attr/checkedChip = 0x7f03009e
+com.example.calculator:dimen/mtrl_calendar_header_selection_line_height = 0x7f06049e
+com.example.calculator:style/Widget.AppCompat.Light.ActionBar.Solid.Inverse = 0x7f1102e1
+com.example.calculator:style/TextAppearance.AppCompat.Title = 0x7f11019a
+com.example.calculator:dimen/abc_dropdownitem_text_padding_right = 0x7f060323
+com.example.calculator:color/primary_material_dark = 0x7f05023e
+com.example.calculator:styleable/SwitchCompat = 0x7f12008d
+com.example.calculator:color/notification_icon_bg_color = 0x7f05023b
+com.example.calculator:dimen/_62sdp = 0x7f060268
+com.example.calculator:color/mtrl_textinput_hovered_box_stroke_color = 0x7f050239
+com.example.calculator:dimen/_minus4sdp = 0x7f0602e7
+com.example.calculator:dimen/_87sdp = 0x7f06029e
+com.example.calculator:dimen/test_dimen = 0x7f060532
+com.example.calculator:color/mtrl_textinput_focused_box_stroke_color = 0x7f050238
+com.example.calculator:color/mtrl_textinput_disabled_color = 0x7f050236
+com.example.calculator:color/mtrl_text_btn_text_color_selector = 0x7f050234
+com.example.calculator:style/Widget.AppCompat.Light.ActionButton.CloseMode = 0x7f1102e9
+com.example.calculator:dimen/m3_btn_disabled_elevation = 0x7f0603bc
+com.example.calculator:style/Theme.MaterialComponents.Dialog.FixedSize = 0x7f110248
+com.example.calculator:dimen/_19sdp = 0x7f060077
+com.example.calculator:color/mtrl_tabs_ripple_color = 0x7f050233
+com.example.calculator:dimen/material_font_2_0_box_collapsed_padding_top = 0x7f060452
+com.example.calculator:attr/colorOnPrimaryContainer = 0x7f0300ee
+com.example.calculator:attr/tabSecondaryStyle = 0x7f0303bc
+com.example.calculator:dimen/_321sdp = 0x7f06010e
+com.example.calculator:color/mtrl_tabs_legacy_text_color_selector = 0x7f050232
+com.example.calculator:color/mtrl_tabs_icon_color_selector_colored = 0x7f050231
+com.example.calculator:dimen/_599sdp = 0x7f06025e
+com.example.calculator:color/mtrl_tabs_icon_color_selector = 0x7f050230
+com.example.calculator:dimen/mtrl_extended_fab_end_padding_icon = 0x7f0604c7
+com.example.calculator:style/Widget.Material3.MaterialTimePicker.Button = 0x7f11037d
+com.example.calculator:color/mtrl_tabs_colored_ripple_color = 0x7f05022f
+com.example.calculator:dimen/_285sdp = 0x7f0600e0
+com.example.calculator:dimen/mtrl_btn_icon_btn_padding_left = 0x7f06047b
+com.example.calculator:dimen/_47sdp = 0x7f0601cd
+com.example.calculator:color/mtrl_scrim_color = 0x7f05022e
+com.example.calculator:style/ThemeOverlay.Material3.BottomSheetDialog = 0x7f110273
+com.example.calculator:color/m3_ref_palette_neutral100 = 0x7f0500e2
+com.example.calculator:dimen/mtrl_extended_fab_disabled_elevation = 0x7f0604c3
+com.example.calculator:attr/goIcon = 0x7f0301d6
+com.example.calculator:dimen/m3_appbar_expanded_title_margin_bottom = 0x7f0603a1
+com.example.calculator:dimen/abc_action_bar_icon_vertical_padding_material = 0x7f0602fe
+com.example.calculator:dimen/_430sdp = 0x7f060193
+com.example.calculator:style/Base.TextAppearance.AppCompat.SearchResult = 0x7f110025
+com.example.calculator:color/mtrl_popupmenu_overlay_color = 0x7f05022d
+com.example.calculator:color/m3_default_color_secondary_text = 0x7f050079
+com.example.calculator:color/mtrl_outlined_icon_tint = 0x7f05022b
+com.example.calculator:color/mtrl_navigation_item_text_color = 0x7f050228
+com.example.calculator:dimen/m3_btn_dialog_btn_min_width = 0x7f0603ba
+com.example.calculator:styleable/ActionBar = 0x7f120000
+com.example.calculator:color/mtrl_navigation_item_icon_tint = 0x7f050227
+com.example.calculator:color/material_dynamic_tertiary10 = 0x7f0501db
+com.example.calculator:color/mtrl_navigation_item_background_color = 0x7f050226
+com.example.calculator:color/mtrl_navigation_bar_item_tint = 0x7f050224
+com.example.calculator:color/mtrl_fab_ripple_color = 0x7f05021d
+com.example.calculator:attr/closeIconEndPadding = 0x7f0300ce
+com.example.calculator:color/mtrl_fab_icon_text_color_selector = 0x7f05021c
+com.example.calculator:style/TextAppearance.M3.Sys.Typescale.BodySmall = 0x7f1101c2
+com.example.calculator:attr/buttonBarButtonStyle = 0x7f030078
+com.example.calculator:attr/textInputLayoutFocusedRectEnabled = 0x7f0303f9
+com.example.calculator:color/mtrl_error = 0x7f05021a
+com.example.calculator:color/mtrl_chip_text_color = 0x7f050216
+com.example.calculator:color/m3_ref_palette_dynamic_secondary60 = 0x7f0500c0
+com.example.calculator:dimen/mtrl_textinput_box_corner_radius_medium = 0x7f060513
+com.example.calculator:style/TextAppearance.M3.Sys.Typescale.TitleSmall = 0x7f1101ce
+com.example.calculator:dimen/_22ssp = 0x7f06009e
+com.example.calculator:dimen/material_helper_text_font_1_3_padding_top = 0x7f060455
+com.example.calculator:color/mtrl_chip_surface_color = 0x7f050215
+com.example.calculator:color/mtrl_chip_background_color = 0x7f050213
+com.example.calculator:color/mtrl_card_view_foreground = 0x7f050211
+com.example.calculator:color/mtrl_btn_text_color_disabled = 0x7f05020c
+com.example.calculator:id/material_value_index = 0x7f080157
+com.example.calculator:color/mtrl_btn_stroke_color_selector = 0x7f050209
+com.example.calculator:color/mtrl_btn_ripple_color = 0x7f050208
+com.example.calculator:color/mtrl_btn_bg_color_selector = 0x7f050207
+com.example.calculator:style/RtlOverlay.Widget.AppCompat.PopupMenuItem = 0x7f110135
+com.example.calculator:mipmap/ic_launcher = 0x7f0d0000
+com.example.calculator:dimen/_163sdp = 0x7f06004c
+com.example.calculator:dimen/material_text_size_sp = 0x7f060458
+com.example.calculator:style/Widget.AppCompat.Light.ActionBar.TabBar = 0x7f1102e2
+com.example.calculator:dimen/mtrl_alert_dialog_background_inset_end = 0x7f060462
+com.example.calculator:color/material_timepicker_clockface = 0x7f050205
+com.example.calculator:dimen/_550sdp = 0x7f060225
+com.example.calculator:styleable/Navigator = 0x7f120076
+com.example.calculator:color/material_timepicker_clock_text_color = 0x7f050204
+com.example.calculator:dimen/_54ssp = 0x7f060224
+com.example.calculator:color/material_timepicker_button_stroke = 0x7f050203
+com.example.calculator:color/material_slider_thumb_color = 0x7f050201
+com.example.calculator:styleable/ConstraintLayout_Layout = 0x7f120029
+com.example.calculator:color/material_slider_active_tick_marks_color = 0x7f0501fc
+com.example.calculator:dimen/_455sdp = 0x7f0601b0
+com.example.calculator:styleable/AlertDialog = 0x7f120007
+com.example.calculator:id/immediateStop = 0x7f080129
+com.example.calculator:color/material_on_surface_emphasis_high_type = 0x7f0501f9
+com.example.calculator:color/material_on_primary_emphasis_medium = 0x7f0501f7
+com.example.calculator:color/material_on_primary_disabled = 0x7f0501f5
+com.example.calculator:color/material_on_background_emphasis_medium = 0x7f0501f4
+com.example.calculator:style/MaterialAlertDialog.MaterialComponents.Picker.Date.Calendar = 0x7f11011c
+com.example.calculator:color/material_on_background_emphasis_high_type = 0x7f0501f3
+com.example.calculator:drawable/abc_ic_voice_search_api_material = 0x7f070028
+com.example.calculator:color/material_harmonized_color_on_error_container = 0x7f0501f1
+com.example.calculator:attr/linearProgressIndicatorStyle = 0x7f03027f
+com.example.calculator:color/material_harmonized_color_on_error = 0x7f0501f0
+com.example.calculator:color/material_harmonized_color_error = 0x7f0501ee
+com.example.calculator:color/material_grey_800 = 0x7f0501eb
+com.example.calculator:layout/support_simple_spinner_dropdown_item = 0x7f0b0074
+com.example.calculator:color/material_grey_600 = 0x7f0501ea
+com.example.calculator:dimen/abc_control_padding_material = 0x7f060312
+com.example.calculator:bool/abc_config_actionMenuItemAllCaps = 0x7f040001
+com.example.calculator:dimen/_370sdp = 0x7f060149
+com.example.calculator:attr/homeLayout = 0x7f0301ea
+com.example.calculator:color/material_grey_50 = 0x7f0501e9
+com.example.calculator:color/foreground_material_dark = 0x7f05005b
+com.example.calculator:attr/windowActionBar = 0x7f03045e
+com.example.calculator:dimen/mtrl_shape_corner_size_large_component = 0x7f0604ff
+com.example.calculator:id/custom = 0x7f0800c7
+com.example.calculator:dimen/tooltip_margin = 0x7f060541
+com.example.calculator:dimen/_469sdp = 0x7f0601c0
+com.example.calculator:color/material_grey_100 = 0x7f0501e7
+com.example.calculator:id/start = 0x7f0801e9
+com.example.calculator:id/carryVelocity = 0x7f0800a3
+com.example.calculator:color/material_dynamic_tertiary90 = 0x7f0501e4
+com.example.calculator:color/material_dynamic_tertiary80 = 0x7f0501e3
+com.example.calculator:attr/cornerSizeBottomRight = 0x7f03012a
+com.example.calculator:color/material_dynamic_tertiary60 = 0x7f0501e1
+com.example.calculator:dimen/_54sdp = 0x7f060223
+com.example.calculator:color/material_dynamic_tertiary20 = 0x7f0501dd
+com.example.calculator:color/material_dynamic_secondary99 = 0x7f0501d9
+com.example.calculator:color/material_dynamic_secondary80 = 0x7f0501d6
+com.example.calculator:color/material_dynamic_secondary70 = 0x7f0501d5
+com.example.calculator:color/design_default_color_on_primary = 0x7f050042
+com.example.calculator:color/material_dynamic_secondary50 = 0x7f0501d3
+com.example.calculator:style/Base.Widget.MaterialComponents.TextInputLayout = 0x7f11010b
+com.example.calculator:color/material_dynamic_secondary20 = 0x7f0501d0
+com.example.calculator:color/material_dynamic_secondary100 = 0x7f0501cf
+com.example.calculator:dimen/_107sdp = 0x7f060008
+com.example.calculator:string/character_counter_overflowed_content_description = 0x7f100021
+com.example.calculator:color/material_dynamic_secondary10 = 0x7f0501ce
+com.example.calculator:color/material_dynamic_primary99 = 0x7f0501cc
+com.example.calculator:style/RtlUnderlay.Widget.AppCompat.ActionButton.Overflow = 0x7f110142
+com.example.calculator:color/material_dynamic_primary95 = 0x7f0501cb
+com.example.calculator:dimen/m3_btn_text_btn_padding_left = 0x7f0603cf
+com.example.calculator:color/material_dynamic_primary30 = 0x7f0501c4
+com.example.calculator:dimen/_96ssp = 0x7f0602b3
+com.example.calculator:color/material_dynamic_primary20 = 0x7f0501c3
+com.example.calculator:dimen/design_bottom_navigation_active_text_size = 0x7f06035d
+com.example.calculator:attr/tabIndicator = 0x7f0303ab
+com.example.calculator:dimen/mtrl_extended_fab_start_padding = 0x7f0604cc
+com.example.calculator:color/material_dynamic_primary100 = 0x7f0501c2
+com.example.calculator:color/material_slider_halo_color = 0x7f0501fe
+com.example.calculator:attr/colorControlActivated = 0x7f0300e4
+com.example.calculator:color/material_dynamic_neutral_variant95 = 0x7f0501be
+com.example.calculator:attr/layout_constraintRight_toRightOf = 0x7f030259
+com.example.calculator:color/material_dynamic_neutral_variant90 = 0x7f0501bd
+com.example.calculator:style/Widget.AppCompat.Light.ActionBar.TabText = 0x7f1102e4
+com.example.calculator:style/TestThemeWithLineHeight = 0x7f11017e
+com.example.calculator:dimen/_524sdp = 0x7f060205
+com.example.calculator:attr/buttonBarPositiveButtonStyle = 0x7f03007b
+com.example.calculator:color/material_dynamic_neutral_variant40 = 0x7f0501b8
+com.example.calculator:dimen/m3_extended_fab_icon_padding = 0x7f0603e5
+com.example.calculator:color/design_snackbar_background_color = 0x7f050054
+com.example.calculator:color/material_dynamic_neutral_variant30 = 0x7f0501b7
+com.example.calculator:dimen/_344sdp = 0x7f060129
+com.example.calculator:color/material_dynamic_neutral_variant20 = 0x7f0501b6
+com.example.calculator:color/material_dynamic_neutral_variant10 = 0x7f0501b4
+com.example.calculator:color/material_dynamic_neutral_variant0 = 0x7f0501b3
+com.example.calculator:dimen/m3_bottom_nav_item_padding_bottom = 0x7f0603b2
+com.example.calculator:color/material_dynamic_neutral99 = 0x7f0501b2
+com.example.calculator:color/m3_sys_color_light_tertiary = 0x7f050188
+com.example.calculator:color/material_dynamic_neutral95 = 0x7f0501b1
+com.example.calculator:color/material_dynamic_neutral90 = 0x7f0501b0
+com.example.calculator:dimen/design_navigation_icon_padding = 0x7f060372
+com.example.calculator:attr/placeholder_emptyVisibility = 0x7f030324
+com.example.calculator:dimen/_302sdp = 0x7f0600f7
+com.example.calculator:color/material_dynamic_neutral30 = 0x7f0501aa
+com.example.calculator:color/material_dynamic_neutral20 = 0x7f0501a9
+com.example.calculator:style/Base.Widget.AppCompat.RatingBar = 0x7f1100df
+com.example.calculator:dimen/_539sdp = 0x7f060216
+com.example.calculator:dimen/_minus48sdp = 0x7f0602e5
+com.example.calculator:color/material_deep_teal_200 = 0x7f0501a3
+com.example.calculator:color/material_blue_grey_950 = 0x7f0501a1
+com.example.calculator:dimen/_354sdp = 0x7f060135
+com.example.calculator:style/ThemeOverlay.Material3.TextInputEditText.FilledBox.Dense = 0x7f110297
+com.example.calculator:color/material_blue_grey_800 = 0x7f05019f
+com.example.calculator:style/TextAppearance.AppCompat = 0x7f110180
+com.example.calculator:style/MaterialAlertDialog.Material3.Title.Panel = 0x7f110116
+com.example.calculator:dimen/m3_btn_elevated_btn_elevation = 0x7f0603be
+com.example.calculator:color/m3_timepicker_display_text_color = 0x7f05019b
+com.example.calculator:style/TextAppearance.M3.Sys.Typescale.LabelSmall = 0x7f1101cb
+com.example.calculator:color/m3_timepicker_display_stroke_color = 0x7f05019a
+com.example.calculator:dimen/m3_sys_state_focus_state_layer_opacity = 0x7f060434
+com.example.calculator:style/TextAppearance.AppCompat.Display2 = 0x7f110186
+com.example.calculator:dimen/abc_list_item_height_material = 0x7f060329
+com.example.calculator:id/material_hour_text_input = 0x7f08014b
+com.example.calculator:drawable/notification_bg_normal = 0x7f07009d
+com.example.calculator:dimen/_508sdp = 0x7f0601f1
+com.example.calculator:attr/numericModifiers = 0x7f0302ff
+com.example.calculator:dimen/_386sdp = 0x7f06015b
+com.example.calculator:color/m3_timepicker_display_ripple_color = 0x7f050199
+com.example.calculator:style/Widget.Material3.Button.TonalButton = 0x7f110335
+com.example.calculator:dimen/material_filled_edittext_font_1_3_padding_bottom = 0x7f06044d
+com.example.calculator:attr/showAnimationBehavior = 0x7f030362
+com.example.calculator:color/m3_timepicker_button_text_color = 0x7f050196
+com.example.calculator:color/m3_timepicker_button_ripple_color = 0x7f050195
+com.example.calculator:dimen/_minus5sdp = 0x7f0602f2
+com.example.calculator:dimen/_318sdp = 0x7f060109
+com.example.calculator:color/m3_timepicker_button_background_color = 0x7f050194
+com.example.calculator:id/dragUp = 0x7f0800e5
+com.example.calculator:color/m3_textfield_indicator_text_color = 0x7f050190
+com.example.calculator:id/Logx = 0x7f08000f
+com.example.calculator:dimen/m3_chip_corner_size = 0x7f0603db
+com.example.calculator:dimen/mtrl_calendar_header_toggle_margin_bottom = 0x7f0604a0
+com.example.calculator:attr/tabSelectedTextColor = 0x7f0303bd
+com.example.calculator:color/m3_text_button_ripple_color_selector = 0x7f05018e
+com.example.calculator:integer/mtrl_btn_anim_delay_ms = 0x7f090028
+com.example.calculator:color/m3_dynamic_primary_text_disable_only = 0x7f050083
+com.example.calculator:dimen/_25sdp = 0x7f0600c1
+com.example.calculator:drawable/abc_ratingbar_small_material = 0x7f07003b
+com.example.calculator:color/design_default_color_primary_dark = 0x7f050046
+com.example.calculator:color/design_fab_shadow_mid_color = 0x7f05004d
+com.example.calculator:color/m3_sys_color_light_secondary = 0x7f050184
+com.example.calculator:color/m3_sys_color_light_on_tertiary = 0x7f05017f
+com.example.calculator:color/m3_sys_color_light_on_primary_container = 0x7f05017a
+com.example.calculator:style/Theme.AppCompat.DayNight = 0x7f1101fa
+com.example.calculator:dimen/mtrl_slider_thumb_radius = 0x7f060507
+com.example.calculator:attr/actionBarItemBackground = 0x7f030004
+com.example.calculator:color/m3_ref_palette_tertiary90 = 0x7f05011e
+com.example.calculator:color/m3_sys_color_light_on_primary = 0x7f050179
+com.example.calculator:attr/shapeAppearanceOverlay = 0x7f03035f
+com.example.calculator:color/m3_sys_color_light_inverse_primary = 0x7f050174
+com.example.calculator:id/miletokm = 0x7f08015b
+com.example.calculator:color/m3_sys_color_light_error_container = 0x7f050172
+com.example.calculator:style/Widget.Material3.Chip.Assist = 0x7f11033c
+com.example.calculator:color/m3_ref_palette_secondary0 = 0x7f050107
+com.example.calculator:color/material_dynamic_tertiary100 = 0x7f0501dc
+com.example.calculator:layout/fragment_first = 0x7f0b0036
+com.example.calculator:dimen/_177sdp = 0x7f06005c
+com.example.calculator:color/m3_ref_palette_dynamic_neutral_variant100 = 0x7f0500a1
+com.example.calculator:style/Widget.Material3.MaterialCalendar.Day.Today = 0x7f110368
+com.example.calculator:attr/autoCompleteMode = 0x7f03003a
+com.example.calculator:integer/config_tooltipAnimTime = 0x7f090006
+com.example.calculator:color/m3_sys_color_light_background = 0x7f050170
+com.example.calculator:style/Widget.Material3.Button.TonalButton.Icon = 0x7f110336
+com.example.calculator:color/m3_sys_color_dynamic_light_primary = 0x7f050168
+com.example.calculator:style/Widget.AppCompat.Light.ActionBar = 0x7f1102df
+com.example.calculator:attr/shapeAppearanceSmallComponent = 0x7f030360
+com.example.calculator:anim/btn_radio_to_on_mtrl_ring_outer_path_animation = 0x7f010017
+com.example.calculator:integer/abc_config_activityDefaultDur = 0x7f090000
+com.example.calculator:dimen/_499sdp = 0x7f0601e4
+com.example.calculator:color/m3_sys_color_dynamic_light_on_secondary = 0x7f050161
+com.example.calculator:attr/toolbarStyle = 0x7f03042c
+com.example.calculator:color/m3_sys_color_dynamic_light_on_background = 0x7f05015e
+com.example.calculator:attr/passwordToggleTint = 0x7f030317
+com.example.calculator:attr/curveFit = 0x7f030135
+com.example.calculator:attr/textColorSearchUrl = 0x7f0303f3
+com.example.calculator:style/Base.ThemeOverlay.Material3.AutoCompleteTextView = 0x7f110075
+com.example.calculator:attr/backgroundInsetEnd = 0x7f030045
+com.example.calculator:attr/clockIcon = 0x7f0300ca
+com.example.calculator:attr/isMaterial3Theme = 0x7f030208
+com.example.calculator:dimen/_65ssp = 0x7f06026f
+com.example.calculator:style/ThemeOverlay.MaterialComponents.TextInputEditText.FilledBox = 0x7f1102ba
+com.example.calculator:dimen/_510sdp = 0x7f0601f5
+com.example.calculator:color/m3_sys_color_dynamic_light_inverse_primary = 0x7f05015c
+com.example.calculator:color/m3_sys_color_dynamic_light_background = 0x7f05015a
+com.example.calculator:attr/itemIconSize = 0x7f030210
+com.example.calculator:color/m3_sys_color_dynamic_dark_tertiary_container = 0x7f050159
+com.example.calculator:color/m3_sys_color_dynamic_dark_tertiary = 0x7f050158
+com.example.calculator:style/Base.Theme.MaterialComponents.Dialog.Bridge = 0x7f110060
+com.example.calculator:attr/endIconCheckable = 0x7f030177
+com.example.calculator:dimen/_319sdp = 0x7f06010a
+com.example.calculator:attr/tickMark = 0x7f030416
+com.example.calculator:color/m3_sys_color_dynamic_dark_primary_container = 0x7f050153
+com.example.calculator:dimen/_92sdp = 0x7f0602aa
+com.example.calculator:style/TestStyleWithLineHeightAppearance = 0x7f11017b
+com.example.calculator:attr/customBoolean = 0x7f030136
+com.example.calculator:color/m3_sys_color_dynamic_dark_on_secondary_container = 0x7f05014c
+com.example.calculator:dimen/_457sdp = 0x7f0601b2
+com.example.calculator:attr/dragThreshold = 0x7f03015c
+com.example.calculator:color/m3_sys_color_dynamic_dark_on_primary_container = 0x7f05014a
+com.example.calculator:attr/springBoundary = 0x7f03037a
+com.example.calculator:style/Base.TextAppearance.AppCompat.Inverse = 0x7f11001d
+com.example.calculator:color/m3_sys_color_dynamic_dark_inverse_primary = 0x7f050146
+com.example.calculator:attr/materialClockStyle = 0x7f0302b4
+com.example.calculator:color/m3_dark_primary_text_disable_only = 0x7f050077
+com.example.calculator:id/test_checkbox_app_button_tint = 0x7f080203
+com.example.calculator:color/m3_sys_color_dark_surface_variant = 0x7f050141
+com.example.calculator:styleable/Spinner = 0x7f120088
+com.example.calculator:attr/indicatorInset = 0x7f030203
+com.example.calculator:color/m3_ref_palette_primary80 = 0x7f050103
+com.example.calculator:color/m3_sys_color_dark_primary_container = 0x7f05013d
+com.example.calculator:dimen/design_fab_size_normal = 0x7f06036e
+com.example.calculator:attr/flow_verticalGap = 0x7f0301c2
+com.example.calculator:dimen/abc_list_item_height_large_material = 0x7f060328
+com.example.calculator:style/Base.Theme.MaterialComponents.Bridge = 0x7f11005c
+com.example.calculator:color/m3_sys_color_dark_on_tertiary_container = 0x7f05013a
+com.example.calculator:color/m3_sys_color_dark_on_tertiary = 0x7f050139
+com.example.calculator:string/mtrl_picker_text_input_year_abbr = 0x7f100072
+com.example.calculator:attr/textInputStyle = 0x7f0303fd
+com.example.calculator:attr/motionEffect_translationY = 0x7f0302e7
+com.example.calculator:color/bright_foreground_inverse_material_dark = 0x7f050024
+com.example.calculator:attr/layout_constraintCircle = 0x7f030243
+com.example.calculator:attr/windowFixedHeightMinor = 0x7f030462
+com.example.calculator:color/m3_sys_color_dark_on_surface = 0x7f050137
+com.example.calculator:color/m3_ref_palette_neutral_variant50 = 0x7f0500f3
+com.example.calculator:color/m3_sys_color_dark_inverse_surface = 0x7f05012f
+com.example.calculator:color/m3_sys_color_light_on_error_container = 0x7f050178
+com.example.calculator:style/Base.V14.ThemeOverlay.Material3.BottomSheetDialog = 0x7f11008d
+com.example.calculator:dimen/_448sdp = 0x7f0601a7
+com.example.calculator:dimen/_332sdp = 0x7f06011b
+com.example.calculator:attr/cornerSizeTopLeft = 0x7f03012b
+com.example.calculator:drawable/m3_radiobutton_ripple = 0x7f07007d
+com.example.calculator:dimen/_106sdp = 0x7f060007
+com.example.calculator:attr/expandedTitleTextColor = 0x7f030193
+com.example.calculator:style/Widget.AppCompat.Light.ActionBar.Solid = 0x7f1102e0
+com.example.calculator:style/Base.V21.Theme.AppCompat.Light.Dialog = 0x7f110095
+com.example.calculator:layout/mtrl_picker_header_fullscreen = 0x7f0b0062
+com.example.calculator:color/m3_switch_thumb_tint = 0x7f050128
+com.example.calculator:color/m3_ref_palette_dynamic_neutral30 = 0x7f050096
+com.example.calculator:attr/titleMargins = 0x7f030425
+com.example.calculator:color/m3_slider_inactive_track_color = 0x7f050126
+com.example.calculator:id/rtod = 0x7f0801b5
+com.example.calculator:dimen/_249sdp = 0x7f0600b4
+com.example.calculator:attr/dayTodayStyle = 0x7f030145
+com.example.calculator:color/m3_slider_halo_color = 0x7f050125
+com.example.calculator:attr/springStopThreshold = 0x7f03037e
+com.example.calculator:dimen/mtrl_bottomappbar_fab_cradle_rounded_corner_radius = 0x7f060471
+com.example.calculator:style/Base.ThemeOverlay.MaterialComponents.MaterialAlertDialog = 0x7f11007d
+com.example.calculator:attr/paddingTopNoTitle = 0x7f03030f
+com.example.calculator:color/m3_ref_palette_tertiary80 = 0x7f05011d
+com.example.calculator:dimen/_322sdp = 0x7f06010f
+com.example.calculator:attr/constraint_referenced_ids = 0x7f03010c
+com.example.calculator:attr/extendedFloatingActionButtonTertiaryStyle = 0x7f030199
+com.example.calculator:anim/nav_default_pop_exit_anim = 0x7f010023
+com.example.calculator:color/m3_ref_palette_neutral90 = 0x7f0500ea
+com.example.calculator:attr/tabTextAppearance = 0x7f0303bf
+com.example.calculator:attr/errorContentDescription = 0x7f030181
+com.example.calculator:attr/applyMotionScene = 0x7f030034
+com.example.calculator:color/m3_ref_palette_tertiary20 = 0x7f050117
+com.example.calculator:color/material_dynamic_neutral_variant80 = 0x7f0501bc
+com.example.calculator:attr/textPanY = 0x7f030402
+com.example.calculator:attr/itemIconPadding = 0x7f03020f
+com.example.calculator:attr/cardForegroundColor = 0x7f030088
+com.example.calculator:attr/chipSpacingHorizontal = 0x7f0300b3
+com.example.calculator:attr/chipStrokeWidth = 0x7f0300b8
+com.example.calculator:attr/actionModeBackground = 0x7f030013
+com.example.calculator:attr/textOutlineThickness = 0x7f030400
+com.example.calculator:color/m3_ref_palette_tertiary100 = 0x7f050116
+com.example.calculator:style/Widget.Material3.Button.ElevatedButton.Icon = 0x7f11032a
+com.example.calculator:color/m3_ref_palette_tertiary10 = 0x7f050115
+com.example.calculator:dimen/m3_chip_hovered_translation_z = 0x7f0603df
+com.example.calculator:color/m3_ref_palette_dynamic_tertiary80 = 0x7f0500cf
+com.example.calculator:color/m3_ref_palette_tertiary0 = 0x7f050114
+com.example.calculator:attr/materialAlertDialogTitlePanelStyle = 0x7f03029b
+com.example.calculator:color/m3_ref_palette_secondary80 = 0x7f050110
+com.example.calculator:attr/tabPaddingStart = 0x7f0303b9
+com.example.calculator:attr/actionModeCopyDrawable = 0x7f030017
+com.example.calculator:color/m3_ref_palette_secondary50 = 0x7f05010d
+com.example.calculator:style/Theme.AppCompat.DayNight.Dialog = 0x7f1101fc
+com.example.calculator:attr/reactiveGuide_applyToAllConstraintSets = 0x7f030341
+com.example.calculator:attr/behavior_draggable = 0x7f030059
+com.example.calculator:color/m3_ref_palette_primary95 = 0x7f050105
+com.example.calculator:dimen/abc_text_size_menu_header_material = 0x7f060342
+com.example.calculator:color/m3_ref_palette_primary50 = 0x7f050100
+com.example.calculator:dimen/mtrl_extended_fab_min_height = 0x7f0604ca
+com.example.calculator:dimen/_569sdp = 0x7f06023a
+com.example.calculator:color/m3_ref_palette_primary40 = 0x7f0500ff
+com.example.calculator:color/m3_ref_palette_dynamic_primary90 = 0x7f0500b6
+com.example.calculator:color/m3_ref_palette_neutral_variant90 = 0x7f0500f7
+com.example.calculator:color/design_default_color_surface = 0x7f05004a
+com.example.calculator:color/m3_ref_palette_neutral_variant80 = 0x7f0500f6
+com.example.calculator:color/mtrl_btn_text_btn_ripple_color = 0x7f05020b
+com.example.calculator:color/m3_ref_palette_tertiary40 = 0x7f050119
+com.example.calculator:color/m3_ref_palette_neutral_variant40 = 0x7f0500f2
+com.example.calculator:style/ShapeAppearance.Material3.Corner.Full = 0x7f110150
+com.example.calculator:attr/titleCollapseMode = 0x7f03041e
+com.example.calculator:style/Base.Theme.AppCompat.Dialog.MinWidth = 0x7f11004c
+com.example.calculator:drawable/mtrl_dropdown_arrow = 0x7f07008e
+com.example.calculator:dimen/_89ssp = 0x7f0602a3
+com.example.calculator:color/m3_ref_palette_neutral_variant30 = 0x7f0500f1
+com.example.calculator:style/Base.ThemeOverlay.AppCompat.Light = 0x7f110074
+com.example.calculator:color/m3_ref_palette_error100 = 0x7f0500d5
+com.example.calculator:color/m3_ref_palette_neutral99 = 0x7f0500ec
+com.example.calculator:attr/materialButtonOutlinedStyle = 0x7f03029d
+com.example.calculator:color/m3_ref_palette_neutral_variant95 = 0x7f0500f8
+com.example.calculator:string/mtrl_picker_range_header_title = 0x7f10006a
+com.example.calculator:id/nav_view = 0x7f080182
+com.example.calculator:dimen/compat_button_inset_horizontal_material = 0x7f060351
+com.example.calculator:dimen/_43ssp = 0x7f06019e
+com.example.calculator:color/m3_ref_palette_neutral95 = 0x7f0500eb
+com.example.calculator:color/abc_search_url_text_selected = 0x7f050010
+com.example.calculator:attr/appBarLayoutStyle = 0x7f030033
+com.example.calculator:color/m3_ref_palette_neutral60 = 0x7f0500e7
+com.example.calculator:id/path = 0x7f0801a2
+com.example.calculator:color/m3_ref_palette_neutral50 = 0x7f0500e6
+com.example.calculator:color/m3_ref_palette_neutral20 = 0x7f0500e3
+com.example.calculator:string/abc_menu_meta_shortcut_label = 0x7f10000d
+com.example.calculator:color/m3_sys_color_dynamic_dark_primary = 0x7f050152
+com.example.calculator:dimen/_minus1sdp = 0x7f0602c6
+com.example.calculator:attr/materialButtonStyle = 0x7f03029e
+com.example.calculator:attr/layout_constraintBottom_creator = 0x7f030240
+com.example.calculator:style/Base.Widget.AppCompat.Spinner.Underlined = 0x7f1100e7
+com.example.calculator:color/m3_assist_chip_icon_tint_color = 0x7f050062
+com.example.calculator:color/m3_ref_palette_neutral0 = 0x7f0500e0
+com.example.calculator:drawable/abc_list_selector_background_transition_holo_light = 0x7f070032
+com.example.calculator:color/m3_ref_palette_secondary90 = 0x7f050111
+com.example.calculator:dimen/notification_main_column_padding_top = 0x7f060529
+com.example.calculator:dimen/design_fab_translation_z_pressed = 0x7f060370
+com.example.calculator:color/m3_sys_color_dynamic_light_surface_variant = 0x7f05016d
+com.example.calculator:drawable/mtrl_ic_error = 0x7f070092
+com.example.calculator:dimen/_464sdp = 0x7f0601bb
+com.example.calculator:color/m3_ref_palette_error40 = 0x7f0500d8
+com.example.calculator:color/m3_ref_palette_error90 = 0x7f0500dd
+com.example.calculator:id/progress_circular = 0x7f0801a9
+com.example.calculator:color/m3_ref_palette_error70 = 0x7f0500db
+com.example.calculator:attr/textAppearanceHeadline6 = 0x7f0303d7
+com.example.calculator:style/ThemeOverlay.Material3.Snackbar = 0x7f110294
+com.example.calculator:color/m3_ref_palette_dynamic_tertiary95 = 0x7f0500d1
+com.example.calculator:color/material_divider_color = 0x7f0501a5
+com.example.calculator:color/m3_ref_palette_dynamic_tertiary70 = 0x7f0500ce
+com.example.calculator:style/ShapeAppearance.M3.Sys.Shape.Corner.Large.End = 0x7f110149
+com.example.calculator:id/noState = 0x7f08018e
+com.example.calculator:attr/itemVerticalPadding = 0x7f030226
+com.example.calculator:color/m3_ref_palette_dynamic_tertiary30 = 0x7f0500ca
+com.example.calculator:dimen/mtrl_btn_letter_spacing = 0x7f06047e
+com.example.calculator:color/m3_ref_palette_dynamic_secondary90 = 0x7f0500c3
+com.example.calculator:dimen/m3_bottom_sheet_elevation = 0x7f0603b5
+com.example.calculator:id/easeInOut = 0x7f0800ec
+com.example.calculator:attr/counterTextAppearance = 0x7f030131
+com.example.calculator:attr/materialCalendarTheme = 0x7f0302ad
+com.example.calculator:color/m3_ref_palette_dynamic_secondary50 = 0x7f0500bf
+com.example.calculator:color/m3_ref_palette_dynamic_secondary30 = 0x7f0500bd
+com.example.calculator:id/none = 0x7f08018f
+com.example.calculator:dimen/_115sdp = 0x7f060012
+com.example.calculator:color/m3_ref_palette_dynamic_secondary10 = 0x7f0500ba
+com.example.calculator:dimen/_479sdp = 0x7f0601cc
+com.example.calculator:id/graph_Sqrtx = 0x7f080115
+com.example.calculator:color/m3_ref_palette_dynamic_primary95 = 0x7f0500b7
+com.example.calculator:attr/layout_wrapBehaviorInParent = 0x7f030279
+com.example.calculator:dimen/_262sdp = 0x7f0600c5
+com.example.calculator:color/m3_ref_palette_dynamic_primary70 = 0x7f0500b4
+com.example.calculator:color/m3_ref_palette_neutral_variant99 = 0x7f0500f9
+com.example.calculator:attr/windowFixedWidthMinor = 0x7f030464
+com.example.calculator:attr/counterOverflowTextColor = 0x7f030130
+com.example.calculator:dimen/_2ssp = 0x7f0600f4
+com.example.calculator:color/m3_ref_palette_dynamic_primary60 = 0x7f0500b3
+com.example.calculator:dimen/_449sdp = 0x7f0601a8
+com.example.calculator:dimen/_258sdp = 0x7f0600bf
+com.example.calculator:color/m3_ref_palette_dynamic_primary0 = 0x7f0500ac
+com.example.calculator:color/m3_ref_palette_dynamic_neutral_variant99 = 0x7f0500ab
+com.example.calculator:dimen/notification_subtext_size = 0x7f06052f
+com.example.calculator:color/m3_ref_palette_dynamic_neutral_variant95 = 0x7f0500aa
+com.example.calculator:attr/listMenuViewStyle = 0x7f030286
+com.example.calculator:attr/floatingActionButtonLargeSurfaceStyle = 0x7f0301ab
+com.example.calculator:color/m3_ref_palette_dynamic_neutral_variant70 = 0x7f0500a7
+com.example.calculator:color/design_dark_default_color_surface = 0x7f05003d
+com.example.calculator:color/m3_ref_palette_dynamic_neutral_variant60 = 0x7f0500a6
+com.example.calculator:attr/thumbColor = 0x7f03040b
+com.example.calculator:attr/divider = 0x7f030152
+com.example.calculator:style/Widget.AppCompat.TextView = 0x7f11030a
+com.example.calculator:style/TextAppearance.AppCompat.Large.Inverse = 0x7f11018c
+com.example.calculator:color/m3_ref_palette_dynamic_neutral_variant40 = 0x7f0500a4
+com.example.calculator:attr/titlePositionInterpolator = 0x7f030426
+com.example.calculator:color/m3_ref_palette_dynamic_neutral_variant20 = 0x7f0500a2
+com.example.calculator:style/ThemeOverlay.Material3.FloatingActionButton.Tertiary = 0x7f110287
+com.example.calculator:color/m3_ref_palette_dynamic_neutral95 = 0x7f05009d
+com.example.calculator:dimen/_95sdp = 0x7f0602b0
+com.example.calculator:attr/materialCalendarYearNavigationButton = 0x7f0302ae
+com.example.calculator:color/m3_sys_color_dark_error_container = 0x7f05012c
+com.example.calculator:color/m3_ref_palette_primary60 = 0x7f050101
+com.example.calculator:dimen/_287sdp = 0x7f0600e2
+com.example.calculator:color/m3_ref_palette_dynamic_neutral90 = 0x7f05009c
+com.example.calculator:color/m3_ref_palette_dynamic_neutral60 = 0x7f050099
+com.example.calculator:styleable/Slider = 0x7f120085
+com.example.calculator:color/m3_tabs_icon_color = 0x7f05018a
+com.example.calculator:color/m3_radiobutton_ripple_tint = 0x7f050090
+com.example.calculator:style/Widget.Material3.Chip.Filter.Elevated = 0x7f11033f
+com.example.calculator:color/m3_popupmenu_overlay_color = 0x7f05008e
+com.example.calculator:color/m3_navigation_bar_item_with_indicator_label_tint = 0x7f050088
+com.example.calculator:attr/showMotionSpec = 0x7f030366
+com.example.calculator:style/ThemeOverlay.MaterialComponents.Light = 0x7f1102ae
+com.example.calculator:color/m3_highlighted_text = 0x7f050085
+com.example.calculator:attr/tooltipFrameBackground = 0x7f03042f
+com.example.calculator:color/m3_dynamic_hint_foreground = 0x7f050082
+com.example.calculator:dimen/design_snackbar_elevation = 0x7f06037d
+com.example.calculator:color/m3_dynamic_default_color_primary_text = 0x7f05007f
+com.example.calculator:style/Widget.MaterialComponents.NavigationRailView.Compact = 0x7f1103f4
+com.example.calculator:dimen/m3_btn_icon_only_min_width = 0x7f0603c5
+com.example.calculator:attr/isLightTheme = 0x7f030207
+com.example.calculator:attr/tabUnboundedRipple = 0x7f0303c1
+com.example.calculator:color/m3_dark_default_color_secondary_text = 0x7f050074
+com.example.calculator:color/m3_slider_active_track_color = 0x7f050124
+com.example.calculator:color/m3_dark_default_color_primary_text = 0x7f050073
+com.example.calculator:style/Base.Theme.MaterialComponents.Light.DarkActionBar.Bridge = 0x7f110067
+com.example.calculator:color/m3_chip_text_color = 0x7f050072
+com.example.calculator:dimen/_276sdp = 0x7f0600d5
+com.example.calculator:color/m3_chip_stroke_color = 0x7f050071
+com.example.calculator:attr/framePosition = 0x7f0301d3
+com.example.calculator:attr/motionDurationLong2 = 0x7f0302d7
+com.example.calculator:color/m3_card_stroke_color = 0x7f05006d
+com.example.calculator:dimen/design_snackbar_max_width = 0x7f06037f
+com.example.calculator:attr/textAppearanceDisplayLarge = 0x7f0303cf
+com.example.calculator:id/btn2 = 0x7f080076
+com.example.calculator:color/m3_calendar_item_stroke_color = 0x7f05006a
+com.example.calculator:color/m3_sys_color_dynamic_light_inverse_on_surface = 0x7f05015b
+com.example.calculator:style/TextAppearance.AppCompat.Medium.Inverse = 0x7f110192
+com.example.calculator:attr/carousel_backwardTransition = 0x7f03008d
+com.example.calculator:color/m3_calendar_item_disabled_text = 0x7f050069
+com.example.calculator:color/m3_ref_palette_dynamic_primary50 = 0x7f0500b2
+com.example.calculator:attr/carousel_forwardTransition = 0x7f030090
+com.example.calculator:attr/currentState = 0x7f030134
+com.example.calculator:style/TextAppearance.AppCompat.Medium = 0x7f110191
+com.example.calculator:string/abc_activity_chooser_view_see_all = 0x7f100004
+com.example.calculator:color/m3_button_outline_color_selector = 0x7f050066
+com.example.calculator:color/mtrl_fab_bg_color_selector = 0x7f05021b
+com.example.calculator:attr/saturation = 0x7f03034e
+com.example.calculator:color/m3_ref_palette_dynamic_tertiary90 = 0x7f0500d0
+com.example.calculator:style/Theme.Material3.Light.NoActionBar = 0x7f11022f
+com.example.calculator:color/m3_button_background_color_selector = 0x7f050064
+com.example.calculator:dimen/_513sdp = 0x7f0601f8
+com.example.calculator:attr/colorOnError = 0x7f0300eb
+com.example.calculator:color/m3_assist_chip_stroke_color = 0x7f050063
+com.example.calculator:dimen/mtrl_bottomappbar_fab_cradle_vertical_offset = 0x7f060472
+com.example.calculator:attr/cardPreventCornerOverlap = 0x7f03008a
+com.example.calculator:attr/extendedFloatingActionButtonSecondaryStyle = 0x7f030196
+com.example.calculator:color/m3_sys_color_dynamic_dark_outline = 0x7f050151
+com.example.calculator:color/highlighted_text_material_dark = 0x7f05005d
+com.example.calculator:color/dim_foreground_material_dark = 0x7f050057
+com.example.calculator:drawable/abc_list_longpressed_holo = 0x7f07002e
+com.example.calculator:color/m3_sys_color_dark_on_error = 0x7f050131
+com.example.calculator:attr/thumbTint = 0x7f030411
+com.example.calculator:color/dim_foreground_disabled_material_dark = 0x7f050055
+com.example.calculator:color/design_icon_tint = 0x7f050053
+com.example.calculator:dimen/_95ssp = 0x7f0602b1
+com.example.calculator:dimen/_155sdp = 0x7f060042
+com.example.calculator:color/design_fab_stroke_top_inner_color = 0x7f050051
+com.example.calculator:color/m3_sys_color_dark_primary = 0x7f05013c
+com.example.calculator:style/Widget.AppCompat.ActionButton.CloseMode = 0x7f1102cb
+com.example.calculator:color/material_on_background_disabled = 0x7f0501f2
+com.example.calculator:styleable/AppBarLayout_Layout = 0x7f12000d
+com.example.calculator:attr/drawableRightCompat = 0x7f030161
+com.example.calculator:styleable/Layout = 0x7f12004b
+com.example.calculator:attr/paddingBottomSystemWindowInsets = 0x7f03030a
+com.example.calculator:color/design_fab_stroke_end_outer_color = 0x7f050050
+com.example.calculator:style/Base.V21.ThemeOverlay.Material3.BottomSheetDialog = 0x7f11009b
+com.example.calculator:attr/clickAction = 0x7f0300c7
+com.example.calculator:color/m3_sys_color_dynamic_light_secondary_container = 0x7f05016b
+com.example.calculator:color/design_error = 0x7f05004b
+com.example.calculator:color/design_default_color_secondary = 0x7f050048
+com.example.calculator:attr/layout_constraintBaseline_toBaselineOf = 0x7f03023d
+com.example.calculator:attr/floatingActionButtonSurfaceStyle = 0x7f0301b0
+com.example.calculator:color/abc_btn_colored_borderless_text_material = 0x7f050002
+com.example.calculator:color/design_default_color_primary_variant = 0x7f050047
+com.example.calculator:dimen/abc_seekbar_track_background_height_material = 0x7f060330
+com.example.calculator:color/m3_ref_palette_neutral_variant100 = 0x7f0500ef
+com.example.calculator:style/Base.Widget.Material3.MaterialCalendar.NavigationButton = 0x7f1100fa
+com.example.calculator:attr/colorTertiary = 0x7f030105
+com.example.calculator:dimen/_125sdp = 0x7f06001e
+com.example.calculator:color/m3_selection_control_button_tint = 0x7f050122
+com.example.calculator:style/Base.DialogWindowTitle.AppCompat = 0x7f11000e
+com.example.calculator:id/accessibility_custom_action_4 = 0x7f080039
+com.example.calculator:dimen/_311sdp = 0x7f060102
+com.example.calculator:attr/toolbarId = 0x7f03042a
+com.example.calculator:dimen/_222sdp = 0x7f060095
+com.example.calculator:color/teal_700 = 0x7f050255
+com.example.calculator:color/m3_ref_palette_error0 = 0x7f0500d3
+com.example.calculator:dimen/_minus55sdp = 0x7f0602ed
+com.example.calculator:style/TextAppearance.AppCompat.SearchResult.Subtitle = 0x7f110194
+com.example.calculator:color/ic_launcher_calculator_background = 0x7f050060
+com.example.calculator:style/Widget.AppCompat.Light.ListPopupWindow = 0x7f1102ef
+com.example.calculator:color/design_dark_default_color_on_background = 0x7f050033
+com.example.calculator:dimen/_529sdp = 0x7f06020a
+com.example.calculator:string/fab_transformation_sheet_behavior = 0x7f100029
+com.example.calculator:color/m3_ref_palette_black = 0x7f050091
+com.example.calculator:id/deltaRelative = 0x7f0800cf
+com.example.calculator:color/material_cursor_color = 0x7f0501a2
+com.example.calculator:color/design_default_color_error = 0x7f05003f
+com.example.calculator:color/design_dark_default_color_secondary = 0x7f05003b
+com.example.calculator:attr/layout_anchor = 0x7f030235
+com.example.calculator:dimen/_349sdp = 0x7f06012e
+com.example.calculator:color/design_default_color_secondary_variant = 0x7f050049
+com.example.calculator:style/Theme.MaterialComponents.DayNight.Dialog.Alert.Bridge = 0x7f11023b
+com.example.calculator:id/match_constraint = 0x7f080143
+com.example.calculator:attr/background = 0x7f030042
+com.example.calculator:dimen/_184sdp = 0x7f060065
+com.example.calculator:color/design_dark_default_color_primary_dark = 0x7f050039
+com.example.calculator:style/ShapeAppearance.M3.Sys.Shape.Corner.Small = 0x7f11014d
+com.example.calculator:dimen/_83ssp = 0x7f060297
+com.example.calculator:attr/paddingLeftSystemWindowInsets = 0x7f03030c
+com.example.calculator:dimen/_23sdp = 0x7f0600a9
+com.example.calculator:dimen/_597sdp = 0x7f06025c
+com.example.calculator:dimen/_543sdp = 0x7f06021c
+com.example.calculator:color/material_timepicker_button_background = 0x7f050202
+com.example.calculator:color/design_dark_default_color_on_primary = 0x7f050035
+com.example.calculator:dimen/material_clock_hand_center_dot_radius = 0x7f06043c
+com.example.calculator:integer/m3_btn_anim_duration_ms = 0x7f09000b
+com.example.calculator:attr/logoAdjustViewBounds = 0x7f030290
+com.example.calculator:color/checkbox_themeable_attribute_color = 0x7f05002e
+com.example.calculator:dimen/_526sdp = 0x7f060207
+com.example.calculator:color/m3_sys_color_dynamic_dark_on_primary = 0x7f050149
+com.example.calculator:color/m3_ref_palette_dynamic_tertiary0 = 0x7f0500c6
+com.example.calculator:dimen/_7sdp = 0x7f06028e
+com.example.calculator:attr/civ_border_width = 0x7f0300c4
+com.example.calculator:id/accessibility_custom_action_2 = 0x7f08002b
+com.example.calculator:attr/mock_showLabel = 0x7f0302d4
+com.example.calculator:dimen/mtrl_navigation_item_horizontal_padding = 0x7f0604e3
+com.example.calculator:color/cardview_shadow_start_color = 0x7f05002d
+com.example.calculator:style/ShapeAppearance.M3.Sys.Shape.Corner.None = 0x7f11014c
+com.example.calculator:attr/checkedIconTint = 0x7f0300a4
+com.example.calculator:drawable/abc_scrubber_control_off_mtrl_alpha = 0x7f07003c
+com.example.calculator:color/cardview_light_background = 0x7f05002b
+com.example.calculator:attr/layout_constraintEnd_toEndOf = 0x7f030247
+com.example.calculator:anim/fragment_fast_out_extra_slow_in = 0x7f01001c
+com.example.calculator:color/m3_navigation_bar_item_with_indicator_icon_tint = 0x7f050087
+com.example.calculator:style/Base.Widget.AppCompat.ListView.Menu = 0x7f1100d9
+com.example.calculator:drawable/mtrl_ic_arrow_drop_down = 0x7f07008f
+com.example.calculator:color/m3_chip_background_color = 0x7f05006f
+com.example.calculator:dimen/material_emphasis_high_type = 0x7f06044b
+com.example.calculator:dimen/_431sdp = 0x7f060194
+com.example.calculator:attr/trackColorActive = 0x7f030438
+com.example.calculator:attr/contentInsetEndWithActions = 0x7f030112
+com.example.calculator:color/button_material_light = 0x7f050029
+com.example.calculator:style/Widget.MaterialComponents.CompoundButton.CheckBox = 0x7f1103d0
+com.example.calculator:dimen/notification_right_icon_size = 0x7f06052b
+com.example.calculator:color/button_material_dark = 0x7f050028
+com.example.calculator:color/bright_foreground_material_light = 0x7f050027
+com.example.calculator:style/Theme.Material3.DayNight.NoActionBar = 0x7f110225
+com.example.calculator:id/accessibility_custom_action_16 = 0x7f080027
+com.example.calculator:dimen/_334sdp = 0x7f06011d
+com.example.calculator:id/text_input_start_icon = 0x7f08020f
+com.example.calculator:color/bright_foreground_material_dark = 0x7f050026
+com.example.calculator:color/primary_dark_material_light = 0x7f05023d
+com.example.calculator:style/Widget.AppCompat.PopupWindow = 0x7f1102fc
+com.example.calculator:attr/minTouchTargetSize = 0x7f0302cd
+com.example.calculator:color/bright_foreground_inverse_material_light = 0x7f050025
+com.example.calculator:dimen/_284sdp = 0x7f0600df
+com.example.calculator:color/bright_foreground_disabled_material_light = 0x7f050023
+com.example.calculator:dimen/mtrl_shape_corner_size_small_component = 0x7f060501
+com.example.calculator:id/progress_horizontal = 0x7f0801aa
+com.example.calculator:color/material_dynamic_secondary60 = 0x7f0501d4
+com.example.calculator:color/black = 0x7f050021
+com.example.calculator:attr/actionBarTheme = 0x7f03000c
+com.example.calculator:style/Widget.Material3.Chip.Filter = 0x7f11033e
+com.example.calculator:attr/customColorValue = 0x7f030138
+com.example.calculator:color/m3_dynamic_highlighted_text = 0x7f050081
+com.example.calculator:dimen/material_emphasis_disabled_background = 0x7f06044a
+com.example.calculator:dimen/_14ssp = 0x7f06003c
+com.example.calculator:color/background_material_light = 0x7f050020
+com.example.calculator:color/background_material_dark = 0x7f05001f
+com.example.calculator:color/m3_card_ripple_color = 0x7f05006c
+com.example.calculator:attr/path_percent = 0x7f03031a
+com.example.calculator:attr/constraintRotate = 0x7f030108
+com.example.calculator:styleable/CoordinatorLayout = 0x7f12002e
+com.example.calculator:color/m3_sys_color_dark_on_background = 0x7f050130
+com.example.calculator:color/androidx_core_ripple_material_light = 0x7f05001b
+com.example.calculator:attr/colorPrimary = 0x7f0300f8
+com.example.calculator:color/accent_material_dark = 0x7f050019
+com.example.calculator:drawable/abc_vector_test = 0x7f070055
+com.example.calculator:color/abc_tint_switch_track = 0x7f050018
+com.example.calculator:style/Base.Widget.Material3.CompoundButton.RadioButton = 0x7f1100f3
+com.example.calculator:id/cos = 0x7f0800c4
+com.example.calculator:drawable/abc_text_cursor_material = 0x7f07004c
+com.example.calculator:dimen/_216sdp = 0x7f06008d
+com.example.calculator:color/abc_tint_edittext = 0x7f050015
+com.example.calculator:style/Widget.Material3.Chip.Input.Icon = 0x7f110342
+com.example.calculator:dimen/design_fab_border_width = 0x7f06036a
+com.example.calculator:dimen/m3_chip_dragged_translation_z = 0x7f0603dd
+com.example.calculator:dimen/_456sdp = 0x7f0601b1
+com.example.calculator:attr/drawableStartCompat = 0x7f030163
+com.example.calculator:color/abc_secondary_text_material_light = 0x7f050012
+com.example.calculator:color/abc_secondary_text_material_dark = 0x7f050011
+com.example.calculator:color/abc_search_url_text = 0x7f05000d
+com.example.calculator:attr/verticalOffsetWithText = 0x7f03044f
+com.example.calculator:color/abc_primary_text_material_light = 0x7f05000c
+com.example.calculator:dimen/m3_sys_motion_easing_legacy_decelerate_control_x2 = 0x7f060420
+com.example.calculator:attr/alertDialogCenterButtons = 0x7f030029
+com.example.calculator:attr/ttcIndex = 0x7f030448
+com.example.calculator:color/m3_ref_palette_error30 = 0x7f0500d7
+com.example.calculator:dimen/_229sdp = 0x7f06009c
+com.example.calculator:color/abc_tint_seek_thumb = 0x7f050016
+com.example.calculator:dimen/_400sdp = 0x7f06016f
+com.example.calculator:attr/layout_constraintWidth_max = 0x7f030265
+com.example.calculator:attr/layout_constraintVertical_weight = 0x7f030262
+com.example.calculator:dimen/_84ssp = 0x7f060299
+com.example.calculator:attr/colorSurfaceVariant = 0x7f030103
+com.example.calculator:color/abc_primary_text_material_dark = 0x7f05000b
+com.example.calculator:dimen/_1sdp = 0x7f060079
+com.example.calculator:attr/materialCardViewElevatedStyle = 0x7f0302af
+com.example.calculator:color/abc_hint_foreground_material_dark = 0x7f050007
+com.example.calculator:color/abc_btn_colored_text_material = 0x7f050003
+com.example.calculator:attr/data = 0x7f030140
+com.example.calculator:color/material_dynamic_tertiary0 = 0x7f0501da
+com.example.calculator:color/m3_sys_color_dynamic_light_outline = 0x7f050167
+com.example.calculator:attr/textPanX = 0x7f030401
+com.example.calculator:color/design_default_color_background = 0x7f05003e
+com.example.calculator:dimen/m3_appbar_scrim_height_trigger_medium = 0x7f0603a5
+com.example.calculator:color/m3_navigation_item_text_color = 0x7f05008d
+com.example.calculator:attr/shapeAppearanceMediumComponent = 0x7f03035e
+com.example.calculator:color/abc_primary_text_disable_only_material_light = 0x7f05000a
+com.example.calculator:color/abc_background_cache_hint_selector_material_dark = 0x7f050000
+com.example.calculator:integer/status_bar_notification_info_maxnum = 0x7f090035
+com.example.calculator:bool/mtrl_btn_textappearance_all_caps = 0x7f040002
+com.example.calculator:attr/motionPathRotate = 0x7f0302eb
+com.example.calculator:color/m3_sys_color_light_on_secondary = 0x7f05017b
+com.example.calculator:attr/defaultNavHost = 0x7f030147
+com.example.calculator:attr/yearTodayStyle = 0x7f03046a
+com.example.calculator:attr/yearSelectedStyle = 0x7f030468
+com.example.calculator:attr/windowFixedHeightMajor = 0x7f030461
+com.example.calculator:color/primary_text_disabled_material_dark = 0x7f050242
+com.example.calculator:color/m3_ref_palette_tertiary30 = 0x7f050118
+com.example.calculator:color/m3_ref_palette_dynamic_neutral_variant80 = 0x7f0500a8
+com.example.calculator:attr/maxButtonHeight = 0x7f0302be
+com.example.calculator:color/m3_ref_palette_error10 = 0x7f0500d4
+com.example.calculator:styleable/NavGraphNavigator = 0x7f12006e
+com.example.calculator:attr/windowActionBarOverlay = 0x7f03045f
+com.example.calculator:dimen/_62ssp = 0x7f060269
+com.example.calculator:dimen/_211sdp = 0x7f060088
+com.example.calculator:color/mtrl_calendar_selected_range = 0x7f050210
+com.example.calculator:style/Base.Widget.AppCompat.CompoundButton.CheckBox = 0x7f1100c5
+com.example.calculator:color/m3_ref_palette_neutral_variant20 = 0x7f0500f0
+com.example.calculator:style/Widget.Material3.Button.IconButton = 0x7f11032c
+com.example.calculator:attr/layout_constraintGuide_end = 0x7f03024a
+com.example.calculator:style/Widget.Material3.TabLayout = 0x7f110390
+com.example.calculator:style/ThemeOverlay.Material3.Toolbar.Surface = 0x7f11029a
+com.example.calculator:id/material_minute_tv = 0x7f08014f
+com.example.calculator:attr/waveShape = 0x7f03045c
+com.example.calculator:color/switch_thumb_normal_material_dark = 0x7f050252
+com.example.calculator:anim/btn_radio_to_off_mtrl_ring_outer_path_animation = 0x7f010014
+com.example.calculator:style/Widget.Material3.AutoCompleteTextView.FilledBox.Dense = 0x7f11031f
+com.example.calculator:attr/wavePhase = 0x7f03045b
+com.example.calculator:attr/warmth = 0x7f030457
+com.example.calculator:color/abc_decor_view_status_guard_light = 0x7f050006
+com.example.calculator:dimen/m3_btn_icon_btn_padding_right = 0x7f0603c1
+com.example.calculator:style/ThemeOverlay.Material3.Button.TextButton.Snackbar = 0x7f110277
+com.example.calculator:attr/tabIndicatorColor = 0x7f0303ae
+com.example.calculator:attr/textureHeight = 0x7f030406
+com.example.calculator:attr/wavePeriod = 0x7f03045a
+com.example.calculator:color/secondary_text_disabled_material_light = 0x7f05024d
+com.example.calculator:attr/uri = 0x7f03044a
+com.example.calculator:dimen/_546sdp = 0x7f06021f
+com.example.calculator:animator/m3_btn_state_list_anim = 0x7f02000e
+com.example.calculator:attr/visibilityMode = 0x7f030455
+com.example.calculator:animator/mtrl_extended_fab_change_size_collapse_motion_spec = 0x7f020017
+com.example.calculator:attr/buttonBarStyle = 0x7f03007c
+com.example.calculator:layout/test_exposed_dropdown_menu = 0x7f0b0079
+com.example.calculator:attr/waveDecay = 0x7f030458
+com.example.calculator:attr/viewTransitionOnNegativeCross = 0x7f030453
+com.example.calculator:style/Widget.Material3.MaterialCalendar.MonthNavigationButton = 0x7f110374
+com.example.calculator:attr/collapsingToolbarLayoutMediumSize = 0x7f0300dc
+com.example.calculator:attr/verticalOffset = 0x7f03044e
+com.example.calculator:attr/motionEffect_alpha = 0x7f0302e1
+com.example.calculator:attr/useMaterialThemeColors = 0x7f03044c
+com.example.calculator:dimen/_16ssp = 0x7f060054
+com.example.calculator:attr/textAppearanceHeadlineLarge = 0x7f0303d8
+com.example.calculator:string/bottom_sheet_behavior = 0x7f10001e
+com.example.calculator:id/item2 = 0x7f080130
+com.example.calculator:attr/useCompatPadding = 0x7f03044b
+com.example.calculator:style/TextAppearance.Design.CollapsingToolbar.Expanded = 0x7f1101b5
+com.example.calculator:layout/abc_select_dialog_material = 0x7f0b001a
+com.example.calculator:attr/clockHandColor = 0x7f0300c9
+com.example.calculator:id/design_menu_item_text = 0x7f0800d4
+com.example.calculator:color/m3_ref_palette_dynamic_secondary20 = 0x7f0500bc
+com.example.calculator:attr/triggerSlack = 0x7f030447
+com.example.calculator:dimen/m3_badge_with_text_radius = 0x7f0603ad
+com.example.calculator:style/Widget.Material3.MaterialCalendar.Day.Invalid = 0x7f110366
+com.example.calculator:dimen/_69ssp = 0x7f060277
+com.example.calculator:attr/dataPattern = 0x7f030141
+com.example.calculator:dimen/_50sdp = 0x7f0601f3
+com.example.calculator:attr/triggerId = 0x7f030445
+com.example.calculator:attr/behavior_halfExpandedRatio = 0x7f03005c
+com.example.calculator:drawable/abc_ic_ab_back_material = 0x7f07001c
+com.example.calculator:id/fitToContents = 0x7f080102
+com.example.calculator:color/abc_color_highlight_material = 0x7f050004
+com.example.calculator:attr/transitionEasing = 0x7f030441
+com.example.calculator:attr/trackThickness = 0x7f03043c
+com.example.calculator:dimen/m3_extended_fab_start_padding = 0x7f0603e7
+com.example.calculator:animator/linear_indeterminate_line1_head_interpolator = 0x7f020009
+com.example.calculator:style/Base.Theme.AppCompat.CompactMenu = 0x7f110048
+com.example.calculator:color/m3_ref_palette_error60 = 0x7f0500da
+com.example.calculator:attr/stackFromEnd = 0x7f030380
+com.example.calculator:attr/trackHeight = 0x7f03043b
+com.example.calculator:dimen/mtrl_card_corner_radius = 0x7f0604b8
+com.example.calculator:dimen/mtrl_badge_text_horizontal_edge_offset = 0x7f060469
+com.example.calculator:color/m3_sys_color_dynamic_dark_inverse_surface = 0x7f050147
+com.example.calculator:dimen/abc_action_bar_overflow_padding_end_material = 0x7f0602ff
+com.example.calculator:attr/srcCompat = 0x7f03037f
+com.example.calculator:dimen/_307sdp = 0x7f0600fc
+com.example.calculator:attr/layout_constraintBottom_toTopOf = 0x7f030242
+com.example.calculator:color/m3_ref_palette_dynamic_neutral_variant0 = 0x7f05009f
+com.example.calculator:attr/checkedButton = 0x7f03009d
+com.example.calculator:attr/cornerFamilyBottomRight = 0x7f030124
+com.example.calculator:attr/trackColorInactive = 0x7f030439
+com.example.calculator:style/TextAppearance.AppCompat.Headline = 0x7f110189
+com.example.calculator:attr/layout_constraintTag = 0x7f03025c
+com.example.calculator:color/m3_ref_palette_dynamic_neutral99 = 0x7f05009e
+com.example.calculator:color/material_on_surface_emphasis_medium = 0x7f0501fa
+com.example.calculator:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Title = 0x7f110032
+com.example.calculator:attr/touchAnchorSide = 0x7f030434
+com.example.calculator:dimen/_327sdp = 0x7f060114
+com.example.calculator:attr/layout_constraintHeight_max = 0x7f03024e
+com.example.calculator:attr/touchAnchorId = 0x7f030433
+com.example.calculator:color/material_deep_teal_500 = 0x7f0501a4
+com.example.calculator:attr/chipIcon = 0x7f0300ab
+com.example.calculator:attr/tooltipStyle = 0x7f030430
+com.example.calculator:style/Base.Widget.Material3.ActionBar.Solid = 0x7f1100ed
+com.example.calculator:dimen/abc_action_button_min_height_material = 0x7f060305
+com.example.calculator:color/secondary_text_default_material_light = 0x7f05024b
+com.example.calculator:style/Theme.MaterialComponents.Light.DarkActionBar = 0x7f110251
+com.example.calculator:color/mtrl_choice_chip_ripple_color = 0x7f050218
+com.example.calculator:attr/textureWidth = 0x7f030407
+com.example.calculator:attr/toolbarSurfaceStyle = 0x7f03042d
+com.example.calculator:attr/emojiCompatEnabled = 0x7f030175
+com.example.calculator:attr/enforceMaterialTheme = 0x7f03017d
+com.example.calculator:attr/titleTextStyle = 0x7f030429
+com.example.calculator:color/material_dynamic_neutral50 = 0x7f0501ac
+com.example.calculator:attr/titleTextAppearance = 0x7f030427
+com.example.calculator:style/TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse = 0x7f11019f
+com.example.calculator:drawable/mtrl_navigation_bar_item_background = 0x7f070093
+com.example.calculator:dimen/hint_pressed_alpha_material_light = 0x7f060396
+com.example.calculator:attr/fastScrollHorizontalThumbDrawable = 0x7f0301a3
+com.example.calculator:attr/titleMarginBottom = 0x7f030421
+com.example.calculator:style/TextAppearance.M3.Sys.Typescale.TitleLarge = 0x7f1101cc
+com.example.calculator:attr/listChoiceIndicatorMultipleAnimated = 0x7f030281
+com.example.calculator:drawable/navigation_empty_icon = 0x7f070097
+com.example.calculator:attr/materialDividerStyle = 0x7f0302b7
+com.example.calculator:attr/titleMargin = 0x7f030420
+com.example.calculator:drawable/abc_star_black_48dp = 0x7f070046
+com.example.calculator:attr/titleEnabled = 0x7f03041f
+com.example.calculator:dimen/compat_control_corner_material = 0x7f060355
+com.example.calculator:string/abc_capital_off = 0x7f100006
+com.example.calculator:color/m3_ref_palette_dynamic_neutral40 = 0x7f050097
+com.example.calculator:attr/titleCentered = 0x7f03041d
+com.example.calculator:layout/m3_alert_dialog_title = 0x7f0b003a
+com.example.calculator:dimen/m3_btn_icon_only_icon_padding = 0x7f0603c4
+com.example.calculator:attr/tintMode = 0x7f03041b
+com.example.calculator:dimen/_60ssp = 0x7f060265
+com.example.calculator:id/skipped = 0x7f0801d5
+com.example.calculator:color/mtrl_choice_chip_text_color = 0x7f050219
+com.example.calculator:layout/design_layout_snackbar = 0x7f0b0028
+com.example.calculator:attr/tickVisible = 0x7f030419
+com.example.calculator:dimen/_568sdp = 0x7f060239
+com.example.calculator:attr/cardMaxElevation = 0x7f030089
+com.example.calculator:dimen/_minus44sdp = 0x7f0602e1
+com.example.calculator:dimen/_536sdp = 0x7f060213
+com.example.calculator:attr/tickMarkTint = 0x7f030417
+com.example.calculator:attr/tickColorActive = 0x7f030414
+com.example.calculator:dimen/_538sdp = 0x7f060215
+com.example.calculator:attr/tickColor = 0x7f030413
+com.example.calculator:attr/cornerFamilyTopLeft = 0x7f030125
+com.example.calculator:attr/thumbTintMode = 0x7f030412
+com.example.calculator:style/Theme.AppCompat.CompactMenu = 0x7f1101f9
+com.example.calculator:attr/simpleItems = 0x7f03036c
+com.example.calculator:dimen/_33sdp = 0x7f060123
+com.example.calculator:attr/insetForeground = 0x7f030206
+com.example.calculator:color/m3_ref_palette_dynamic_secondary70 = 0x7f0500c1
+com.example.calculator:color/m3_primary_text_disable_only = 0x7f05008f
+com.example.calculator:attr/keylines = 0x7f030229
+com.example.calculator:attr/floatingActionButtonPrimaryStyle = 0x7f0301ad
+com.example.calculator:attr/closeItemLayout = 0x7f0300d3
+com.example.calculator:attr/thumbTextPadding = 0x7f030410
+com.example.calculator:attr/backgroundInsetBottom = 0x7f030044
+com.example.calculator:attr/destination = 0x7f03014d
+com.example.calculator:attr/thumbStrokeColor = 0x7f03040e
+com.example.calculator:style/Base.Widget.AppCompat.Light.ActionBar.TabText = 0x7f1100d0
+com.example.calculator:attr/dayInvalidStyle = 0x7f030142
+com.example.calculator:attr/thumbElevation = 0x7f03040c
+com.example.calculator:attr/editTextStyle = 0x7f030170
+com.example.calculator:drawable/abc_list_focused_holo = 0x7f07002d
+com.example.calculator:color/design_default_color_on_secondary = 0x7f050043
+com.example.calculator:dimen/mtrl_snackbar_margin = 0x7f06050f
+com.example.calculator:styleable/MaterialTimePicker = 0x7f12005e
+com.example.calculator:style/Base.TextAppearance.AppCompat.Small = 0x7f110028
+com.example.calculator:string/appbar_scrolling_view_behavior = 0x7f10001d
+com.example.calculator:id/centerInside = 0x7f0800a6
+com.example.calculator:dimen/_595sdp = 0x7f06025a
+com.example.calculator:anim/design_bottom_sheet_slide_out = 0x7f010019
+com.example.calculator:id/view_transition = 0x7f080238
+com.example.calculator:id/currentState = 0x7f0800c6
+com.example.calculator:attr/fabSize = 0x7f0301a1
+com.example.calculator:style/TextAppearance.Test.NoTextSize = 0x7f1101f2
+com.example.calculator:attr/textOutlineColor = 0x7f0303ff
+com.example.calculator:dimen/mtrl_calendar_day_today_stroke = 0x7f060494
+com.example.calculator:dimen/_494sdp = 0x7f0601df
+com.example.calculator:attr/strokeColor = 0x7f030391
+com.example.calculator:attr/textLocale = 0x7f0303fe
+com.example.calculator:drawable/abc_ic_menu_paste_mtrl_am_alpha = 0x7f070024
+com.example.calculator:dimen/_565sdp = 0x7f060236
+com.example.calculator:attr/textInputOutlinedExposedDropdownMenuStyle = 0x7f0303fb
+com.example.calculator:dimen/m3_btn_text_btn_icon_padding_left = 0x7f0603cd
+com.example.calculator:layout/activity_unit_converter_light = 0x7f0b0023
+com.example.calculator:animator/design_appbar_state_list_animator = 0x7f020000
+com.example.calculator:attr/textInputFilledStyle = 0x7f0303f8
+com.example.calculator:style/Widget.Material3.ActionMode = 0x7f11031c
+com.example.calculator:attr/layout_constraintRight_toLeftOf = 0x7f030258
+com.example.calculator:anim/btn_checkbox_to_unchecked_icon_null_animation = 0x7f010011
+com.example.calculator:dimen/m3_fab_border_width = 0x7f0603e9
+com.example.calculator:style/ThemeOverlay.Material3.MaterialTimePicker.Display.TextInputEditText = 0x7f110292
+com.example.calculator:dimen/_275sdp = 0x7f0600d4
+com.example.calculator:style/Theme.AppCompat.Light.Dialog = 0x7f110208
+com.example.calculator:dimen/_11ssp = 0x7f060018
+com.example.calculator:style/Base.ThemeOverlay.AppCompat.Dialog.Alert = 0x7f110073
+com.example.calculator:color/m3_ref_palette_error20 = 0x7f0500d6
+com.example.calculator:color/m3_dark_highlighted_text = 0x7f050075
+com.example.calculator:attr/textFillColor = 0x7f0303f5
+com.example.calculator:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Spinner = 0x7f1102b6
+com.example.calculator:style/ShapeAppearance.M3.Sys.Shape.Corner.ExtraSmall.Top = 0x7f110146
+com.example.calculator:style/Platform.ThemeOverlay.AppCompat = 0x7f11012a
+com.example.calculator:color/m3_navigation_item_background_color = 0x7f05008a
+com.example.calculator:dimen/abc_progress_bar_height_material = 0x7f06032d
+com.example.calculator:anim/abc_tooltip_exit = 0x7f01000b
+com.example.calculator:dimen/_527sdp = 0x7f060208
+com.example.calculator:attr/textBackgroundZoom = 0x7f0303f1
+com.example.calculator:animator/mtrl_fab_show_motion_spec = 0x7f02001d
+com.example.calculator:color/design_dark_default_color_secondary_variant = 0x7f05003c
+com.example.calculator:color/background_floating_material_light = 0x7f05001e
+com.example.calculator:attr/viewInflaterClass = 0x7f030450
+com.example.calculator:id/right_side = 0x7f0801b2
+com.example.calculator:attr/motionEffect_start = 0x7f0302e4
+com.example.calculator:dimen/_47ssp = 0x7f0601ce
+com.example.calculator:dimen/_279sdp = 0x7f0600d8
+com.example.calculator:attr/textBackgroundPanX = 0x7f0303ee
+com.example.calculator:dimen/mtrl_slider_halo_radius = 0x7f060502
+com.example.calculator:attr/textAppearanceTitleMedium = 0x7f0303eb
+com.example.calculator:dimen/_289sdp = 0x7f0600e4
+com.example.calculator:style/Base.TextAppearance.MaterialComponents.Badge = 0x7f110040
+com.example.calculator:color/material_dynamic_primary90 = 0x7f0501ca
+com.example.calculator:attr/textAppearanceTitleLarge = 0x7f0303ea
+com.example.calculator:attr/textAppearanceSubtitle2 = 0x7f0303e9
+com.example.calculator:attr/textureBlurFactor = 0x7f030404
+com.example.calculator:attr/textAppearanceSmallPopupMenu = 0x7f0303e7
+com.example.calculator:attr/textAppearanceSearchResultTitle = 0x7f0303e6
+com.example.calculator:attr/customStringValue = 0x7f03013f
+com.example.calculator:style/TextAppearance.Material3.HeadlineSmall = 0x7f1101d9
+com.example.calculator:attr/textAppearanceLargePopupMenu = 0x7f0303de
+com.example.calculator:attr/textAppearanceLabelLarge = 0x7f0303db
+com.example.calculator:attr/cornerSizeBottomLeft = 0x7f030129
+com.example.calculator:attr/chipStartPadding = 0x7f0300b6
+com.example.calculator:dimen/_497sdp = 0x7f0601e2
+com.example.calculator:attr/customNavigationLayout = 0x7f03013c
+com.example.calculator:attr/textAppearanceHeadline1 = 0x7f0303d2
+com.example.calculator:attr/textAppearanceDisplayMedium = 0x7f0303d0
+com.example.calculator:dimen/mtrl_calendar_title_baseline_to_top_fullscreen = 0x7f0604b0
+com.example.calculator:attr/switchStyle = 0x7f0303a4
+com.example.calculator:dimen/m3_btn_translation_z_base = 0x7f0603d1
+com.example.calculator:color/m3_ref_palette_neutral10 = 0x7f0500e1
+com.example.calculator:style/Widget.MaterialComponents.Toolbar.Surface = 0x7f11041e
+com.example.calculator:attr/textAppearanceCaption = 0x7f0303ce
+com.example.calculator:dimen/_minus49sdp = 0x7f0602e6
+com.example.calculator:attr/textAppearanceButton = 0x7f0303cd
+com.example.calculator:dimen/m3_sys_elevation_level5 = 0x7f06040e
+com.example.calculator:drawable/$avd_show_password__1 = 0x7f070004
+com.example.calculator:attr/colorPrimaryInverse = 0x7f0300fb
+com.example.calculator:color/mtrl_card_view_ripple = 0x7f050212
+com.example.calculator:attr/textAppearanceBodySmall = 0x7f0303cc
+com.example.calculator:styleable/SwitchMaterial = 0x7f12008e
+com.example.calculator:attr/circleRadius = 0x7f0300bb
+com.example.calculator:style/Widget.AppCompat.Button.Borderless = 0x7f1102d1
+com.example.calculator:attr/textAppearanceBody1 = 0x7f0303c8
+com.example.calculator:attr/expandedHintEnabled = 0x7f03018b
+com.example.calculator:color/m3_sys_color_dark_on_error_container = 0x7f050132
+com.example.calculator:layout/custom_dialog = 0x7f0b0025
+com.example.calculator:dimen/_466sdp = 0x7f0601bd
+com.example.calculator:attr/textAllCaps = 0x7f0303c7
+com.example.calculator:attr/seekBarStyle = 0x7f030356
+com.example.calculator:dimen/abc_dropdownitem_icon_width = 0x7f060321
+com.example.calculator:attr/flow_horizontalAlign = 0x7f0301b6
+com.example.calculator:dimen/_23ssp = 0x7f0600aa
+com.example.calculator:attr/telltales_velocityMode = 0x7f0303c6
+com.example.calculator:attr/moveWhenScrollAtTop = 0x7f0302f1
+com.example.calculator:styleable/StateSet = 0x7f12008c
+com.example.calculator:color/m3_sys_color_light_surface_variant = 0x7f050187
+com.example.calculator:attr/paddingBottomNoButtons = 0x7f030309
+com.example.calculator:attr/telltales_tailColor = 0x7f0303c4
+com.example.calculator:style/Widget.MaterialComponents.LinearProgressIndicator = 0x7f1103d7
+com.example.calculator:style/Theme.MaterialComponents.Light.BarSize = 0x7f11024e
+com.example.calculator:attr/listPreferredItemHeightSmall = 0x7f03028a
+com.example.calculator:attr/tabStyle = 0x7f0303be
+com.example.calculator:dimen/m3_sys_motion_easing_linear_control_x1 = 0x7f060423
+com.example.calculator:style/RtlOverlay.Widget.AppCompat.DialogTitle.Icon = 0x7f110134
+com.example.calculator:animator/fragment_close_exit = 0x7f020004
+com.example.calculator:color/dim_foreground_disabled_material_light = 0x7f050056
+com.example.calculator:dimen/fab_margin = 0x7f06038c
+com.example.calculator:dimen/m3_sys_state_dragged_state_layer_opacity = 0x7f060433
+com.example.calculator:attr/hintTextAppearance = 0x7f0301e7
+com.example.calculator:attr/customIntegerValue = 0x7f03013b
+com.example.calculator:color/m3_selection_control_ripple_color_selector = 0x7f050123
+com.example.calculator:styleable/RangeSlider = 0x7f12007d
+com.example.calculator:dimen/m3_card_dragged_z = 0x7f0603d3
+com.example.calculator:dimen/_323sdp = 0x7f060110
+com.example.calculator:color/m3_navigation_item_icon_tint = 0x7f05008b
+com.example.calculator:attr/drawableLeftCompat = 0x7f030160
+com.example.calculator:style/ThemeOverlay.Material3.AutoCompleteTextView.OutlinedBox = 0x7f110270
+com.example.calculator:attr/motionDurationShort2 = 0x7f0302db
+com.example.calculator:attr/tabRippleColor = 0x7f0303bb
+com.example.calculator:drawable/m3_popupmenu_background_overlay = 0x7f07007c
+com.example.calculator:color/material_dynamic_neutral_variant50 = 0x7f0501b9
+com.example.calculator:attr/tabPaddingEnd = 0x7f0303b8
+com.example.calculator:attr/tabPadding = 0x7f0303b6
+com.example.calculator:color/m3_ref_palette_secondary20 = 0x7f05010a
+com.example.calculator:style/Base.Widget.Material3.TabLayout.Secondary = 0x7f1100fe
+com.example.calculator:color/m3_sys_color_light_on_surface = 0x7f05017d
+com.example.calculator:style/Base.Widget.AppCompat.CompoundButton.Switch = 0x7f1100c7
+com.example.calculator:attr/tabMode = 0x7f0303b5
+com.example.calculator:attr/tabMinWidth = 0x7f0303b4
+com.example.calculator:id/grouping = 0x7f08011a
+com.example.calculator:dimen/m3_appbar_scrim_height_trigger = 0x7f0603a3
+com.example.calculator:color/m3_sys_color_dark_on_surface_variant = 0x7f050138
+com.example.calculator:attr/prefixTextColor = 0x7f030330
+com.example.calculator:attr/tabMaxWidth = 0x7f0303b3
+com.example.calculator:styleable/CustomAttribute = 0x7f120030
+com.example.calculator:color/material_dynamic_primary70 = 0x7f0501c8
+com.example.calculator:attr/thumbRadius = 0x7f03040d
+com.example.calculator:dimen/_30ssp = 0x7f060100
+com.example.calculator:attr/theme = 0x7f030408
+com.example.calculator:attr/tabIndicatorAnimationMode = 0x7f0303ad
+com.example.calculator:dimen/m3_navigation_rail_item_active_indicator_margin_horizontal = 0x7f0603fc
+com.example.calculator:drawable/abc_item_background_holo_light = 0x7f07002a
+com.example.calculator:attr/tabIndicatorAnimationDuration = 0x7f0303ac
+com.example.calculator:attr/editTextColor = 0x7f03016f
+com.example.calculator:animator/mtrl_fab_transformation_sheet_expand_spec = 0x7f02001f
+com.example.calculator:dimen/design_navigation_max_width = 0x7f060377
+com.example.calculator:dimen/_411sdp = 0x7f06017c
+com.example.calculator:attr/tabIconTintMode = 0x7f0303aa
+com.example.calculator:attr/tabIconTint = 0x7f0303a9
+com.example.calculator:attr/state_liftable = 0x7f03038c
+com.example.calculator:attr/tabContentStart = 0x7f0303a7
+com.example.calculator:attr/boxCornerRadiusTopEnd = 0x7f030071
+com.example.calculator:id/action_image = 0x7f08004e
+com.example.calculator:attr/layout_constraintWidth_min = 0x7f030266
+com.example.calculator:color/m3_ref_palette_primary10 = 0x7f0500fb
+com.example.calculator:attr/tabBackground = 0x7f0303a6
+com.example.calculator:style/Widget.MaterialComponents.BottomSheet.Modal = 0x7f1103b7
+com.example.calculator:attr/queryBackground = 0x7f030338
+com.example.calculator:attr/switchTextAppearance = 0x7f0303a5
+com.example.calculator:style/ShapeAppearance.Material3.SmallComponent = 0x7f110158
+com.example.calculator:attr/maxImageSize = 0x7f0302c1
+com.example.calculator:attr/percentWidth = 0x7f03031c
+com.example.calculator:color/m3_textfield_input_text_color = 0x7f050191
+com.example.calculator:style/Theme.AppCompat.Light.Dialog.Alert = 0x7f110209
+com.example.calculator:attr/suffixText = 0x7f03039e
+com.example.calculator:attr/subtitleTextStyle = 0x7f03039d
+com.example.calculator:attr/colorPrimaryDark = 0x7f0300fa
+com.example.calculator:attr/materialCardViewStyle = 0x7f0302b2
+com.example.calculator:attr/subtitleTextColor = 0x7f03039c
+com.example.calculator:attr/layout_dodgeInsetEdges = 0x7f030268
+com.example.calculator:color/m3_ref_palette_dynamic_tertiary100 = 0x7f0500c8
+com.example.calculator:color/m3_ref_palette_dynamic_primary20 = 0x7f0500af
+com.example.calculator:attr/passwordToggleDrawable = 0x7f030315
+com.example.calculator:attr/subtitleTextAppearance = 0x7f03039b
+com.example.calculator:dimen/_254sdp = 0x7f0600bb
+com.example.calculator:dimen/design_navigation_icon_size = 0x7f060373
+com.example.calculator:attr/trackCornerRadius = 0x7f03043a
+com.example.calculator:attr/subtitleCentered = 0x7f03039a
+com.example.calculator:attr/textAppearancePopupMenuHeader = 0x7f0303e4
+com.example.calculator:attr/subtitle = 0x7f030399
+com.example.calculator:dimen/mtrl_card_checked_icon_size = 0x7f0604b7
+com.example.calculator:attr/popupMenuBackground = 0x7f03032a
+com.example.calculator:attr/subMenuArrow = 0x7f030393
+com.example.calculator:layout/mtrl_navigation_rail_item = 0x7f0b005d
+com.example.calculator:dimen/_126sdp = 0x7f06001f
+com.example.calculator:attr/strokeWidth = 0x7f030392
+com.example.calculator:color/m3_timepicker_display_background_color = 0x7f050198
+com.example.calculator:attr/statusBarForeground = 0x7f03038f
+com.example.calculator:attr/layout_goneMarginBottom = 0x7f03026c
+com.example.calculator:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.Text = 0x7f110139
+com.example.calculator:attr/statusBarBackground = 0x7f03038e
+com.example.calculator:drawable/btn_radio_on_mtrl = 0x7f07005e
+com.example.calculator:dimen/m3_chip_disabled_translation_z = 0x7f0603dc
+com.example.calculator:attr/startIconTintMode = 0x7f030387
+com.example.calculator:attr/tabTextColor = 0x7f0303c0
+com.example.calculator:style/Base.V26.Theme.AppCompat = 0x7f1100a5
+com.example.calculator:id/radio = 0x7f0801ab
+com.example.calculator:attr/startIconTint = 0x7f030386
+com.example.calculator:attr/itemShapeAppearanceOverlay = 0x7f030219
+com.example.calculator:style/Base.TextAppearance.AppCompat.Display3 = 0x7f11001a
+com.example.calculator:color/m3_sys_color_dynamic_light_surface = 0x7f05016c
+com.example.calculator:dimen/material_helper_text_font_1_3_padding_horizontal = 0x7f060454
+com.example.calculator:attr/startDestination = 0x7f030382
+com.example.calculator:color/design_dark_default_color_background = 0x7f050031
+com.example.calculator:dimen/abc_action_button_min_width_overflow_material = 0x7f060307
+com.example.calculator:attr/springStiffness = 0x7f03037d
+com.example.calculator:attr/textInputFilledDenseStyle = 0x7f0303f6
+com.example.calculator:string/mtrl_picker_date_header_selected = 0x7f10005d
+com.example.calculator:attr/textAppearanceHeadline5 = 0x7f0303d6
+com.example.calculator:attr/snackbarStyle = 0x7f030373
+com.example.calculator:color/m3_sys_color_dark_inverse_on_surface = 0x7f05012d
+com.example.calculator:attr/springDamping = 0x7f03037b
+com.example.calculator:style/Widget.AppCompat.Light.ListView.DropDown = 0x7f1102f0
+com.example.calculator:attr/splitTrack = 0x7f030379
+com.example.calculator:id/scrollIndicatorUp = 0x7f0801bd
+com.example.calculator:attr/colorSurfaceInverse = 0x7f030102
+com.example.calculator:attr/spinnerDropDownItemStyle = 0x7f030377
+com.example.calculator:attr/spinBars = 0x7f030376
+com.example.calculator:id/chip = 0x7f0800ae
+com.example.calculator:dimen/_174sdp = 0x7f060059
+com.example.calculator:style/Theme.MaterialComponents.DialogWhenLarge = 0x7f11024c
+com.example.calculator:attr/snackbarTextViewStyle = 0x7f030374
+com.example.calculator:string/second_fragment_label = 0x7f100083
+com.example.calculator:id/expanded_menu = 0x7f0800f9
+com.example.calculator:attr/titleMarginStart = 0x7f030423
+com.example.calculator:attr/foregroundInsidePadding = 0x7f0301d2
+com.example.calculator:attr/sizePercent = 0x7f030370
+com.example.calculator:id/give_us_a_review_landmine_text_2 = 0x7f080111
+com.example.calculator:id/btnInverseSin = 0x7f08008c
+com.example.calculator:attr/queryHint = 0x7f030339
+com.example.calculator:color/material_slider_inactive_tick_marks_color = 0x7f0501ff
+com.example.calculator:attr/materialCalendarStyle = 0x7f0302ac
+com.example.calculator:attr/daySelectedStyle = 0x7f030143
+com.example.calculator:attr/showTitle = 0x7f030369
+com.example.calculator:attr/drawPath = 0x7f03015d
+com.example.calculator:color/m3_dynamic_default_color_secondary_text = 0x7f050080
+com.example.calculator:attr/showDividers = 0x7f030365
+com.example.calculator:attr/showDelay = 0x7f030364
+com.example.calculator:string/material_timepicker_clock_mode_description = 0x7f10004e
+com.example.calculator:color/m3_sys_color_dynamic_light_on_tertiary = 0x7f050165
+com.example.calculator:style/ShapeAppearance.M3.Sys.Shape.Corner.Full = 0x7f110147
+com.example.calculator:dimen/m3_chip_icon_size = 0x7f0603e0
+com.example.calculator:dimen/_88ssp = 0x7f0602a1
+com.example.calculator:id/visible = 0x7f08023c
+com.example.calculator:dimen/_292sdp = 0x7f0600e9
+com.example.calculator:attr/windowFixedWidthMajor = 0x7f030463
+com.example.calculator:color/bright_foreground_disabled_material_dark = 0x7f050022
+com.example.calculator:style/Base.Widget.MaterialComponents.TextView = 0x7f11010c
+com.example.calculator:dimen/_15sdp = 0x7f060047
+com.example.calculator:attr/colorOnTertiaryContainer = 0x7f0300f6
+com.example.calculator:attr/selectionRequired = 0x7f030359
+com.example.calculator:anim/abc_slide_out_bottom = 0x7f010008
+com.example.calculator:string/mtrl_picker_invalid_range = 0x7f100064
+com.example.calculator:id/material_clock_display = 0x7f080145
+com.example.calculator:attr/buttonPanelSideLayout = 0x7f030080
+com.example.calculator:dimen/_120sdp = 0x7f060019
+com.example.calculator:attr/selectableItemBackgroundBorderless = 0x7f030358
+com.example.calculator:dimen/material_cursor_inset_top = 0x7f060446
+com.example.calculator:dimen/mtrl_calendar_content_padding = 0x7f060490
+com.example.calculator:style/Base.Widget.AppCompat.Light.PopupMenu = 0x7f1100d3
+com.example.calculator:attr/onCross = 0x7f030300
+com.example.calculator:dimen/_81ssp = 0x7f060293
+com.example.calculator:attr/colorSecondaryContainer = 0x7f0300ff
+com.example.calculator:attr/behavior_expandedOffset = 0x7f03005a
+com.example.calculator:attr/searchIcon = 0x7f030354
+com.example.calculator:color/m3_ref_palette_dynamic_neutral0 = 0x7f050092
+com.example.calculator:color/design_box_stroke_color = 0x7f050030
+com.example.calculator:attr/scrimVisibleHeightTrigger = 0x7f030352
+com.example.calculator:attr/listChoiceBackgroundIndicator = 0x7f030280
+com.example.calculator:attr/scrimBackground = 0x7f030351
+com.example.calculator:color/mtrl_textinput_filled_box_default_background_color = 0x7f050237
+com.example.calculator:attr/textBackground = 0x7f0303ed
+com.example.calculator:attr/round = 0x7f03034c
+com.example.calculator:attr/springMass = 0x7f03037c
+com.example.calculator:attr/rippleColor = 0x7f03034a
+com.example.calculator:id/accessibility_custom_action_11 = 0x7f080022
+com.example.calculator:dimen/m3_sys_motion_easing_emphasized_decelerate_control_x1 = 0x7f060413
+com.example.calculator:color/m3_ref_palette_dynamic_tertiary20 = 0x7f0500c9
+com.example.calculator:dimen/_350sdp = 0x7f060131
+com.example.calculator:drawable/ic__logo = 0x7f070065
+com.example.calculator:attr/values = 0x7f03044d
+com.example.calculator:attr/materialCardViewOutlinedStyle = 0x7f0302b1
+com.example.calculator:attr/region_widthLessThan = 0x7f030347
+com.example.calculator:attr/region_heightLessThan = 0x7f030345
+com.example.calculator:dimen/_221sdp = 0x7f060094
+com.example.calculator:string/abc_action_bar_home_description = 0x7f100000
+com.example.calculator:anim/nav_default_pop_enter_anim = 0x7f010022
+com.example.calculator:color/material_dynamic_primary80 = 0x7f0501c9
+com.example.calculator:color/m3_chip_assist_text_color = 0x7f05006e
+com.example.calculator:style/Widget.AppCompat.Button.Borderless.Colored = 0x7f1102d2
+com.example.calculator:id/accessibility_custom_action_17 = 0x7f080028
+com.example.calculator:attr/dialogCornerRadius = 0x7f03014e
+com.example.calculator:style/Widget.MaterialComponents.TabLayout = 0x7f110401
+com.example.calculator:attr/recyclerViewStyle = 0x7f030344
+com.example.calculator:attr/textColorAlertDialogListItem = 0x7f0303f2
+com.example.calculator:dimen/_182sdp = 0x7f060063
+com.example.calculator:attr/tint = 0x7f03041a
+com.example.calculator:anim/btn_checkbox_to_unchecked_check_path_merged_animation = 0x7f010010
+com.example.calculator:style/Widget.AppCompat.Spinner = 0x7f110306
+com.example.calculator:dimen/_170sdp = 0x7f060055
+com.example.calculator:attr/ratingBarStyleSmall = 0x7f03033f
+com.example.calculator:drawable/notification_bg_low_normal = 0x7f07009b
+com.example.calculator:attr/ratingBarStyleIndicator = 0x7f03033e
+com.example.calculator:attr/ratingBarStyle = 0x7f03033d
+com.example.calculator:color/m3_sys_color_light_outline = 0x7f050181
+com.example.calculator:dimen/_517sdp = 0x7f0601fc
+com.example.calculator:color/m3_sys_color_light_error = 0x7f050171
+com.example.calculator:dimen/_139sdp = 0x7f06002e
+com.example.calculator:attr/carousel_nextState = 0x7f030092
+com.example.calculator:attr/rangeFillColor = 0x7f03033c
+com.example.calculator:dimen/_41ssp = 0x7f060186
+com.example.calculator:attr/setsTag = 0x7f03035b
+com.example.calculator:dimen/_66sdp = 0x7f060270
+com.example.calculator:attr/quantizeMotionSteps = 0x7f030337
+com.example.calculator:color/abc_tint_btn_checkable = 0x7f050013
+com.example.calculator:attr/quantizeMotionPhase = 0x7f030336
+com.example.calculator:dimen/mtrl_navigation_rail_margin = 0x7f0604ee
+com.example.calculator:dimen/design_snackbar_text_size = 0x7f060384
+com.example.calculator:color/material_dynamic_primary40 = 0x7f0501c5
+com.example.calculator:attr/quantizeMotionInterpolator = 0x7f030335
+com.example.calculator:attr/expandedTitleMarginBottom = 0x7f03018e
+com.example.calculator:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense = 0x7f11040d
+com.example.calculator:string/abc_prepend_shortcut_label = 0x7f100011
+com.example.calculator:color/m3_switch_track_tint = 0x7f050129
+com.example.calculator:drawable/mtrl_ic_arrow_drop_up = 0x7f070090
+com.example.calculator:attr/scaleFromTextSize = 0x7f03034f
+com.example.calculator:dimen/mtrl_low_ripple_hovered_alpha = 0x7f0604dd
+com.example.calculator:style/TextAppearance.MaterialComponents.TimePicker.Title = 0x7f1101f0
+com.example.calculator:color/m3_sys_color_dark_tertiary = 0x7f050142
+com.example.calculator:dimen/design_bottom_navigation_item_max_width = 0x7f060361
+com.example.calculator:dimen/_minus30sdp = 0x7f0602d2
+com.example.calculator:attr/duration = 0x7f03016c
+com.example.calculator:attr/pressedTranslationZ = 0x7f030332
+com.example.calculator:attr/popupWindowStyle = 0x7f03032d
+com.example.calculator:id/FUNCTION = 0x7f08000a
+com.example.calculator:dimen/material_bottom_sheet_max_width = 0x7f060439
+com.example.calculator:color/m3_ref_palette_tertiary70 = 0x7f05011c
+com.example.calculator:attr/tabPaddingTop = 0x7f0303ba
+com.example.calculator:attr/actionModeCloseContentDescription = 0x7f030015
+com.example.calculator:dimen/_minus17sdp = 0x7f0602c3
+com.example.calculator:anim/abc_grow_fade_in_from_bottom = 0x7f010002
+com.example.calculator:animator/mtrl_btn_state_list_anim = 0x7f020013
+com.example.calculator:attr/popEnterAnim = 0x7f030326
+com.example.calculator:id/btnUnitConverter = 0x7f08009b
+com.example.calculator:color/m3_ref_palette_secondary40 = 0x7f05010c
+com.example.calculator:attr/placeholderTextColor = 0x7f030323
+com.example.calculator:attr/pivotAnchor = 0x7f030320
+com.example.calculator:attr/expandedTitleMarginTop = 0x7f030191
+com.example.calculator:attr/percentY = 0x7f03031e
+com.example.calculator:dimen/_108sdp = 0x7f060009
+com.example.calculator:style/Widget.MaterialComponents.Snackbar = 0x7f1103fe
+com.example.calculator:color/abc_background_cache_hint_selector_material_light = 0x7f050001
+com.example.calculator:attr/percentHeight = 0x7f03031b
+com.example.calculator:style/Base.Theme.MaterialComponents.Dialog.FixedSize = 0x7f110061
+com.example.calculator:attr/launchSingleTop = 0x7f030230
+com.example.calculator:color/m3_timepicker_clock_text_color = 0x7f050197
+com.example.calculator:color/m3_ref_palette_dynamic_neutral70 = 0x7f05009a
+com.example.calculator:attr/listPreferredItemHeight = 0x7f030288
+com.example.calculator:color/foreground_material_light = 0x7f05005c
+com.example.calculator:dimen/_minus12sdp = 0x7f0602be
+com.example.calculator:attr/searchHintIcon = 0x7f030353
+com.example.calculator:dimen/abc_edit_text_inset_horizontal_material = 0x7f060325
+com.example.calculator:id/italic = 0x7f08012e
+com.example.calculator:id/ghost_view_holder = 0x7f08010d
+com.example.calculator:attr/panelMenuListWidth = 0x7f030313
+com.example.calculator:attr/panelMenuListTheme = 0x7f030312
+com.example.calculator:attr/motionEasingDecelerated = 0x7f0302dd
+com.example.calculator:dimen/m3_bottom_sheet_modal_elevation = 0x7f0603b6
+com.example.calculator:attr/paddingTopSystemWindowInsets = 0x7f030310
+com.example.calculator:styleable/OnClick = 0x7f120077
+com.example.calculator:color/material_dynamic_secondary30 = 0x7f0501d1
+com.example.calculator:color/m3_ref_palette_dynamic_tertiary10 = 0x7f0500c7
+com.example.calculator:attr/elevationOverlayEnabled = 0x7f030174
+com.example.calculator:style/TextAppearance.AppCompat.Widget.Switch = 0x7f1101ae
+com.example.calculator:attr/popUpTo = 0x7f030328
+com.example.calculator:attr/buttonBarNeutralButtonStyle = 0x7f03007a
+com.example.calculator:color/m3_ref_palette_dynamic_neutral_variant30 = 0x7f0500a3
+com.example.calculator:color/m3_ref_palette_tertiary99 = 0x7f050120
+com.example.calculator:attr/dividerVertical = 0x7f030159
+com.example.calculator:attr/searchViewStyle = 0x7f030355
+com.example.calculator:id/mtrl_picker_header_selection_text = 0x7f080175
+com.example.calculator:dimen/_minus8sdp = 0x7f0602f6
+com.example.calculator:style/Base.Widget.AppCompat.DrawerArrowToggle = 0x7f1100c8
+com.example.calculator:attr/paddingEnd = 0x7f03030b
+com.example.calculator:attr/popupMenuStyle = 0x7f03032b
+com.example.calculator:drawable/ic_convert = 0x7f070067
+com.example.calculator:dimen/_207sdp = 0x7f060082
+com.example.calculator:attr/itemFillColor = 0x7f03020c
+com.example.calculator:color/m3_ref_palette_dynamic_secondary40 = 0x7f0500be
+com.example.calculator:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.InternalGroup = 0x7f110136
+com.example.calculator:attr/iconPadding = 0x7f0301f1
+com.example.calculator:attr/materialCalendarFullscreenTheme = 0x7f0302a2
+com.example.calculator:attr/titleMarginEnd = 0x7f030422
+com.example.calculator:style/Widget.AppCompat.Light.DropDownItem.Spinner = 0x7f1102ee
+com.example.calculator:dimen/mtrl_calendar_year_horizontal_padding = 0x7f0604b3
+com.example.calculator:dimen/abc_star_small = 0x7f060335
+com.example.calculator:style/ShapeAppearance.Material3.Corner.Medium = 0x7f110152
+com.example.calculator:attr/errorEnabled = 0x7f030182
+com.example.calculator:dimen/_87ssp = 0x7f06029f
+com.example.calculator:attr/actionMenuTextAppearance = 0x7f030011
+com.example.calculator:color/m3_sys_color_dynamic_dark_surface_variant = 0x7f050157
+com.example.calculator:style/TextAppearance.AppCompat.Display1 = 0x7f110185
+com.example.calculator:id/always = 0x7f08005c
+com.example.calculator:attr/onNegativeCross = 0x7f030302
+com.example.calculator:style/Base.V21.Theme.MaterialComponents.Dialog = 0x7f110097
+com.example.calculator:id/fill_horizontal = 0x7f0800fc
+com.example.calculator:attr/onHide = 0x7f030301
+com.example.calculator:dimen/_94ssp = 0x7f0602af
+com.example.calculator:attr/number = 0x7f0302fe
+com.example.calculator:attr/nullable = 0x7f0302fd
+com.example.calculator:style/Widget.AppCompat.SearchView.ActionBar = 0x7f110303
+com.example.calculator:attr/layout_constraintRight_creator = 0x7f030257
+com.example.calculator:dimen/mtrl_progress_track_thickness = 0x7f0604fe
+com.example.calculator:attr/nestedScrollViewStyle = 0x7f0302fb
+com.example.calculator:drawable/abc_ic_clear_material = 0x7f07001e
+com.example.calculator:attr/navigationViewStyle = 0x7f0302f9
+com.example.calculator:attr/textInputFilledExposedDropdownMenuStyle = 0x7f0303f7
+com.example.calculator:color/m3_sys_color_dynamic_light_on_secondary_container = 0x7f050162
+com.example.calculator:attr/navigationRailStyle = 0x7f0302f8
+com.example.calculator:styleable/ViewBackgroundHelper = 0x7f12009c
+com.example.calculator:attr/hintAnimationEnabled = 0x7f0301e5
+com.example.calculator:attr/actionModeFindDrawable = 0x7f030019
+com.example.calculator:dimen/material_textinput_min_width = 0x7f06045d
+com.example.calculator:dimen/design_bottom_navigation_elevation = 0x7f06035e
+com.example.calculator:dimen/_342sdp = 0x7f060127
+com.example.calculator:style/Widget.MaterialComponents.Toolbar = 0x7f11041b
+com.example.calculator:attr/navigationIcon = 0x7f0302f5
+com.example.calculator:dimen/test_navigation_bar_item_max_width = 0x7f06053a
+com.example.calculator:style/Theme.MaterialComponents.Dialog.Bridge = 0x7f110247
+com.example.calculator:dimen/_537sdp = 0x7f060214
+com.example.calculator:id/material_clock_period_toggle = 0x7f08014a
+com.example.calculator:attr/navigationContentDescription = 0x7f0302f4
+com.example.calculator:attr/actionModeCutDrawable = 0x7f030018
+com.example.calculator:attr/nestedScrollFlags = 0x7f0302fa
+com.example.calculator:dimen/m3_sys_elevation_level3 = 0x7f06040c
+com.example.calculator:dimen/_589sdp = 0x7f060252
+com.example.calculator:style/Base.Widget.AppCompat.TextView.SpinnerItem = 0x7f1100e9
+com.example.calculator:integer/m3_sys_motion_duration_50 = 0x7f090018
+com.example.calculator:attr/track = 0x7f030436
+com.example.calculator:dimen/_326sdp = 0x7f060113
+com.example.calculator:style/Widget.AppCompat.Toolbar.Button.Navigation = 0x7f11030d
+com.example.calculator:attr/layout_marginBaseline = 0x7f030274
+com.example.calculator:color/m3_ref_palette_dynamic_neutral80 = 0x7f05009b
+com.example.calculator:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.OutlinedBox.Dense = 0x7f1102a4
+com.example.calculator:color/m3_sys_color_light_inverse_surface = 0x7f050175
+com.example.calculator:attr/imageZoom = 0x7f0301fd
+com.example.calculator:attr/motion_postLayoutCollision = 0x7f0302ef
+com.example.calculator:attr/shapeAppearanceLargeComponent = 0x7f03035d
+com.example.calculator:color/m3_ref_palette_dynamic_primary80 = 0x7f0500b5
+com.example.calculator:attr/motionPath = 0x7f0302ea
+com.example.calculator:id/constraint = 0x7f0800bd
+com.example.calculator:attr/dragDirection = 0x7f03015a
+com.example.calculator:attr/iconTint = 0x7f0301f4
+com.example.calculator:color/design_fab_stroke_end_inner_color = 0x7f05004f
+com.example.calculator:attr/motionInterpolator = 0x7f0302e9
+com.example.calculator:dimen/_294sdp = 0x7f0600eb
+com.example.calculator:attr/motionEffect_viewTransition = 0x7f0302e8
+com.example.calculator:attr/percentX = 0x7f03031d
+com.example.calculator:attr/contentInsetStartWithNavigation = 0x7f030116
+com.example.calculator:attr/mimeType = 0x7f0302c9
+com.example.calculator:attr/motionEffect_strict = 0x7f0302e5
+com.example.calculator:string/m3_ref_typeface_brand_medium = 0x7f100031
+com.example.calculator:attr/touchRegionId = 0x7f030435
+com.example.calculator:dimen/m3_sys_motion_easing_emphasized_accelerate_control_y2 = 0x7f060412
+com.example.calculator:attr/motionEffect_move = 0x7f0302e3
+com.example.calculator:color/abc_tint_spinner = 0x7f050017
+com.example.calculator:integer/m3_sys_motion_duration_700 = 0x7f09001c
+com.example.calculator:attr/thickness = 0x7f03040a
+com.example.calculator:dimen/_503sdp = 0x7f0601ec
+com.example.calculator:dimen/m3_sys_motion_easing_standard_control_x1 = 0x7f06042b
+com.example.calculator:style/Widget.Material3.MaterialCalendar.Year.Selected = 0x7f110377
+com.example.calculator:id/packed = 0x7f08019b
+com.example.calculator:dimen/_minus31sdp = 0x7f0602d3
+com.example.calculator:color/material_grey_850 = 0x7f0501ec
+com.example.calculator:style/Widget.Material3.CardView.Filled = 0x7f110339
+com.example.calculator:attr/motionEasingStandard = 0x7f0302e0
+com.example.calculator:dimen/m3_btn_dialog_btn_spacing = 0x7f0603bb
+com.example.calculator:color/m3_sys_color_dynamic_light_tertiary_container = 0x7f05016f
+com.example.calculator:dimen/abc_text_size_small_material = 0x7f060344
+com.example.calculator:styleable/ImageFilterView = 0x7f120041
+com.example.calculator:attr/motionEasingAccelerated = 0x7f0302dc
+com.example.calculator:style/Widget.AppCompat.ListView = 0x7f1102f7
+com.example.calculator:color/material_slider_inactive_track_color = 0x7f050200
+com.example.calculator:dimen/_45sdp = 0x7f0601b5
+com.example.calculator:attr/motionDurationMedium2 = 0x7f0302d9
+com.example.calculator:attr/transitionPathRotate = 0x7f030443
+com.example.calculator:dimen/_580sdp = 0x7f060249
+com.example.calculator:dimen/mtrl_high_ripple_focused_alpha = 0x7f0604d7
+com.example.calculator:attr/mock_showDiagonals = 0x7f0302d3
+com.example.calculator:dimen/m3_navigation_rail_item_min_height = 0x7f0603fe
+com.example.calculator:attr/mock_labelBackgroundColor = 0x7f0302d1
+com.example.calculator:color/m3_sys_color_dynamic_light_on_tertiary_container = 0x7f050166
+com.example.calculator:dimen/_454sdp = 0x7f0601af
+com.example.calculator:attr/enableEdgeToEdge = 0x7f030176
+com.example.calculator:attr/minSeparation = 0x7f0302cc
+com.example.calculator:style/ThemeOverlay.Material3.TextInputEditText.FilledBox = 0x7f110296
+com.example.calculator:id/value = 0x7f080235
+com.example.calculator:attr/marginRightSystemWindowInsets = 0x7f030295
+com.example.calculator:attr/methodName = 0x7f0302c8
+com.example.calculator:attr/icon = 0x7f0301ee
+com.example.calculator:dimen/_598sdp = 0x7f06025d
+com.example.calculator:color/m3_ref_palette_dynamic_primary40 = 0x7f0500b1
+com.example.calculator:attr/hideMotionSpec = 0x7f0301e2
+com.example.calculator:attr/maxLines = 0x7f0302c2
+com.example.calculator:attr/contrast = 0x7f03011f
+com.example.calculator:attr/layout_goneMarginStart = 0x7f030270
+com.example.calculator:dimen/abc_button_padding_vertical_material = 0x7f06030d
+com.example.calculator:attr/windowActionModeOverlay = 0x7f030460
+com.example.calculator:attr/maxCharacterCount = 0x7f0302bf
+com.example.calculator:id/group_divider = 0x7f080119
+com.example.calculator:dimen/_233sdp = 0x7f0600a2
+com.example.calculator:attr/listLayout = 0x7f030285
+com.example.calculator:id/kmtomile = 0x7f080137
+com.example.calculator:dimen/mtrl_progress_circular_inset_small = 0x7f0604f4
+com.example.calculator:attr/materialTimePickerStyle = 0x7f0302b9
+com.example.calculator:color/cardview_dark_background = 0x7f05002a
+com.example.calculator:attr/materialDividerHeavyStyle = 0x7f0302b6
+com.example.calculator:animator/fragment_fade_enter = 0x7f020005
+com.example.calculator:dimen/_389sdp = 0x7f06015e
+com.example.calculator:id/parentPanel = 0x7f08019e
+com.example.calculator:attr/defaultDuration = 0x7f030146
+com.example.calculator:style/ThemeOverlay.Material3.HarmonizedColors.Empty = 0x7f110289
+com.example.calculator:style/TextAppearance.AppCompat.Widget.ActionBar.Title = 0x7f1101a0
+com.example.calculator:style/Base.Widget.AppCompat.ListView = 0x7f1100d7
+com.example.calculator:attr/maxVelocity = 0x7f0302c3
+com.example.calculator:color/material_dynamic_tertiary40 = 0x7f0501df
+com.example.calculator:dimen/abc_dialog_padding_top_material = 0x7f06031d
+com.example.calculator:attr/popupTheme = 0x7f03032c
+com.example.calculator:styleable/KeyTrigger = 0x7f12004a
+com.example.calculator:attr/windowNoTitle = 0x7f030467
+com.example.calculator:color/m3_ref_palette_dynamic_neutral_variant10 = 0x7f0500a0
+com.example.calculator:attr/collapsingToolbarLayoutMediumStyle = 0x7f0300dd
+com.example.calculator:attr/cardElevation = 0x7f030087
+com.example.calculator:attr/materialCardViewFilledStyle = 0x7f0302b0
+com.example.calculator:dimen/_574sdp = 0x7f060241
+com.example.calculator:color/m3_dynamic_dark_default_color_primary_text = 0x7f05007a
+com.example.calculator:attr/defaultState = 0x7f030149
+com.example.calculator:color/material_dynamic_neutral_variant99 = 0x7f0501bf
+com.example.calculator:id/neverCompleteToStart = 0x7f08018c
+com.example.calculator:attr/materialCalendarHeaderDivider = 0x7f0302a5
+com.example.calculator:attr/statusBarScrim = 0x7f030390
+com.example.calculator:dimen/m3_divider_heavy_thickness = 0x7f0603e2
+com.example.calculator:attr/actionDropDownStyle = 0x7f03000f
+com.example.calculator:dimen/mtrl_calendar_year_width = 0x7f0604b5
+com.example.calculator:id/btn1 = 0x7f080075
+com.example.calculator:color/m3_hint_foreground = 0x7f050086
+com.example.calculator:dimen/m3_sys_motion_easing_standard_decelerate_control_y1 = 0x7f060431
+com.example.calculator:integer/mtrl_calendar_header_orientation = 0x7f09002a
+com.example.calculator:id/src_in = 0x7f0801e6
+com.example.calculator:dimen/_129sdp = 0x7f060022
+com.example.calculator:attr/materialCalendarMonth = 0x7f0302aa
+com.example.calculator:attr/cardCornerRadius = 0x7f030086
+com.example.calculator:id/scrollIndicatorDown = 0x7f0801bc
+com.example.calculator:dimen/disabled_alpha_material_light = 0x7f06038b
+com.example.calculator:color/design_dark_default_color_error = 0x7f050032
+com.example.calculator:color/material_dynamic_tertiary95 = 0x7f0501e5
+com.example.calculator:attr/flow_lastVerticalStyle = 0x7f0301bd
+com.example.calculator:string/material_motion_easing_accelerated = 0x7f100046
+com.example.calculator:dimen/design_bottom_navigation_text_size = 0x7f060366
+com.example.calculator:style/Base.AlertDialog.AppCompat = 0x7f110008
+com.example.calculator:id/frost = 0x7f08010a
+com.example.calculator:drawable/ic_m3_chip_checked_circle = 0x7f070072
+com.example.calculator:attr/layout_constraintWidth = 0x7f030263
+com.example.calculator:style/Theme.Material3.Dark.DialogWhenLarge = 0x7f11021d
+com.example.calculator:attr/materialCalendarHeaderConfirmButton = 0x7f0302a4
+com.example.calculator:attr/hideOnScroll = 0x7f0301e4
+com.example.calculator:attr/materialCalendarHeaderCancelButton = 0x7f0302a3
+com.example.calculator:drawable/abc_seekbar_thumb_material = 0x7f070041
+com.example.calculator:attr/materialAlertDialogTitleTextStyle = 0x7f03029c
+com.example.calculator:attr/onShow = 0x7f030304
+com.example.calculator:attr/materialAlertDialogButtonSpacerVisibility = 0x7f030298
+com.example.calculator:attr/materialAlertDialogBodyTextStyle = 0x7f030297
+com.example.calculator:dimen/_252sdp = 0x7f0600b9
+com.example.calculator:styleable/RecyclerView = 0x7f12007f
+com.example.calculator:attr/materialTimePickerTheme = 0x7f0302ba
+com.example.calculator:dimen/_443sdp = 0x7f0601a2
+com.example.calculator:layout/mtrl_calendar_day_of_week = 0x7f0b0052
+com.example.calculator:attr/marginTopSystemWindowInsets = 0x7f030296
+com.example.calculator:attr/logoScaleType = 0x7f030292
+com.example.calculator:styleable/MaterialRadioButton = 0x7f12005a
+com.example.calculator:color/m3_ref_palette_dynamic_primary10 = 0x7f0500ad
+com.example.calculator:dimen/mtrl_alert_dialog_background_inset_top = 0x7f060464
+com.example.calculator:style/Base.Widget.AppCompat.ActionButton = 0x7f1100b7
+com.example.calculator:dimen/_minus33sdp = 0x7f0602d5
+com.example.calculator:dimen/_387sdp = 0x7f06015c
+com.example.calculator:id/btnModx = 0x7f080091
+com.example.calculator:attr/errorTextAppearance = 0x7f030186
+com.example.calculator:attr/logoDescription = 0x7f030291
+com.example.calculator:styleable/StateListDrawableItem = 0x7f12008b
+com.example.calculator:attr/chipSurfaceColor = 0x7f0300ba
+com.example.calculator:attr/logo = 0x7f03028f
+com.example.calculator:integer/m3_sys_motion_duration_450 = 0x7f090017
+com.example.calculator:dimen/mtrl_calendar_selection_baseline_to_top_fullscreen = 0x7f0604aa
+com.example.calculator:style/Theme.Material3.Dark.BottomSheetDialog = 0x7f110219
+com.example.calculator:dimen/m3_badge_with_text_horizontal_offset = 0x7f0603ac
+com.example.calculator:attr/fontProviderFetchTimeout = 0x7f0301ca
+com.example.calculator:color/abc_search_url_text_normal = 0x7f05000e
+com.example.calculator:attr/prefixTextAppearance = 0x7f03032f
+com.example.calculator:attr/counterMaxLength = 0x7f03012e
+com.example.calculator:attr/listPreferredItemPaddingEnd = 0x7f03028b
+com.example.calculator:color/m3_ref_palette_neutral30 = 0x7f0500e4
+com.example.calculator:dimen/_209sdp = 0x7f060084
+com.example.calculator:attr/listItemLayout = 0x7f030284
+com.example.calculator:id/edittext_dropdown_noneditable = 0x7f0800f1
+com.example.calculator:dimen/_206sdp = 0x7f060081
+com.example.calculator:styleable/NavigationBarActiveIndicator = 0x7f120072
+com.example.calculator:attr/dialogTheme = 0x7f030150
+com.example.calculator:dimen/abc_action_bar_content_inset_material = 0x7f0602f8
+com.example.calculator:attr/lineSpacing = 0x7f03027e
+com.example.calculator:attr/lineHeight = 0x7f03027d
+com.example.calculator:dimen/m3_sys_motion_easing_standard_accelerate_control_y2 = 0x7f06042a
+com.example.calculator:attr/liftOnScroll = 0x7f03027a
+com.example.calculator:attr/maxAcceleration = 0x7f0302bc
+com.example.calculator:attr/content = 0x7f03010f
+com.example.calculator:attr/toolbarNavigationButtonStyle = 0x7f03042b
+com.example.calculator:attr/layout_optimizationLevel = 0x7f030275
+com.example.calculator:attr/clockNumberTextColor = 0x7f0300cb
+com.example.calculator:attr/layout_insetEdge = 0x7f030272
+com.example.calculator:style/MaterialAlertDialog.Material3.Title.Panel.CenterStacked = 0x7f110117
+com.example.calculator:id/date_picker_actions = 0x7f0800ca
+com.example.calculator:attr/layout_goneMarginRight = 0x7f03026f
+com.example.calculator:attr/layout_goneMarginLeft = 0x7f03026e
+com.example.calculator:attr/shortcutMatchRequired = 0x7f030361
+com.example.calculator:attr/targetPackage = 0x7f0303c3
+com.example.calculator:color/mtrl_filled_icon_tint = 0x7f05021f
+com.example.calculator:dimen/mtrl_card_elevation = 0x7f0604ba
+com.example.calculator:attr/shapeAppearance = 0x7f03035c
+com.example.calculator:id/mpstokmph = 0x7f080164
+com.example.calculator:dimen/mtrl_high_ripple_hovered_alpha = 0x7f0604d8
+com.example.calculator:attr/layout_editor_absoluteY = 0x7f03026a
+com.example.calculator:dimen/abc_dialog_min_width_minor = 0x7f06031b
+com.example.calculator:attr/layout_constraintWidth_default = 0x7f030264
+com.example.calculator:id/view_offset_helper = 0x7f080237
+com.example.calculator:id/disableIntraAutoTransition = 0x7f0800da
+com.example.calculator:id/btnRotate = 0x7f080095
+com.example.calculator:attr/drawerLayoutCornerSize = 0x7f030168
+com.example.calculator:dimen/mtrl_btn_hovered_z = 0x7f06047a
+com.example.calculator:attr/materialCalendarMonthNavigationButton = 0x7f0302ab
+com.example.calculator:dimen/_1ssp = 0x7f06007a
+com.example.calculator:dimen/_18ssp = 0x7f06006c
+com.example.calculator:attr/layout_constraintLeft_toRightOf = 0x7f030256
+com.example.calculator:attr/layout_constraintHeight_min = 0x7f03024f
+com.example.calculator:style/Base.Theme.MaterialComponents.Light.Dialog.FixedSize = 0x7f11006b
+com.example.calculator:id/blocking = 0x7f08006d
+com.example.calculator:attr/layout_constraintEnd_toStartOf = 0x7f030248
+com.example.calculator:drawable/btn_radio_off_to_on_mtrl_animation = 0x7f07005d
+com.example.calculator:attr/materialThemeOverlay = 0x7f0302b8
+com.example.calculator:dimen/m3_navigation_item_horizontal_padding = 0x7f0603f1
+com.example.calculator:attr/actionLayout = 0x7f030010
+com.example.calculator:dimen/_584sdp = 0x7f06024d
+com.example.calculator:attr/layout_constraintCircleRadius = 0x7f030245
+com.example.calculator:attr/checkMarkTintMode = 0x7f03009b
+com.example.calculator:styleable/BaseProgressIndicator = 0x7f120015
+com.example.calculator:attr/minHideDelay = 0x7f0302cb
+com.example.calculator:id/leftToRight = 0x7f08013b
+com.example.calculator:attr/colorOnBackground = 0x7f0300e9
+com.example.calculator:style/TextAppearance.MaterialComponents.Subtitle2 = 0x7f1101ef
+com.example.calculator:attr/layout_constraintBaseline_toBottomOf = 0x7f03023e
+com.example.calculator:attr/chipSpacing = 0x7f0300b2
+com.example.calculator:color/m3_ref_palette_error80 = 0x7f0500dc
+com.example.calculator:id/month_grid = 0x7f08015d
+com.example.calculator:attr/actionModePopupWindowStyle = 0x7f03001b
+com.example.calculator:attr/helperTextTextColor = 0x7f0301e0
+com.example.calculator:attr/materialAlertDialogTheme = 0x7f030299
+com.example.calculator:animator/mtrl_extended_fab_state_list_animator = 0x7f02001b
+com.example.calculator:dimen/m3_btn_padding_right = 0x7f0603ca
+com.example.calculator:style/Theme.AppCompat.DayNight.DialogWhenLarge = 0x7f1101ff
+com.example.calculator:dimen/notification_right_side_padding_top = 0x7f06052c
+com.example.calculator:dimen/design_snackbar_min_width = 0x7f060380
+com.example.calculator:attr/boxStrokeWidth = 0x7f030075
+com.example.calculator:dimen/m3_sys_motion_easing_legacy_accelerate_control_x2 = 0x7f060418
+com.example.calculator:dimen/item_touch_helper_swipe_escape_max_velocity = 0x7f060398
+com.example.calculator:attr/layout_collapseParallaxMultiplier = 0x7f030239
+com.example.calculator:drawable/abc_edit_text_material = 0x7f07001b
+com.example.calculator:dimen/_528sdp = 0x7f060209
+com.example.calculator:color/material_dynamic_primary50 = 0x7f0501c6
+com.example.calculator:style/Base.TextAppearance.AppCompat.Title = 0x7f11002c
+com.example.calculator:attr/boxStrokeColor = 0x7f030073
+com.example.calculator:string/icon_content_description = 0x7f10002e
+com.example.calculator:attr/constraintSet = 0x7f030109
+com.example.calculator:style/Widget.Material3.Tooltip = 0x7f1103a2
+com.example.calculator:layout/mtrl_picker_text_input_date_range = 0x7f0b0067
+com.example.calculator:attr/keyPositionType = 0x7f030227
+com.example.calculator:style/MaterialAlertDialog.MaterialComponents.Picker.Date.Spinner = 0x7f11011d
+com.example.calculator:dimen/notification_top_pad = 0x7f060530
+com.example.calculator:attr/flow_lastHorizontalStyle = 0x7f0301bb
+com.example.calculator:attr/textAppearanceOverline = 0x7f0303e3
+com.example.calculator:color/material_dynamic_neutral_variant70 = 0x7f0501bb
+com.example.calculator:attr/layout_collapseMode = 0x7f030238
+com.example.calculator:anim/btn_checkbox_to_checked_box_outer_merged_animation = 0x7f01000d
+com.example.calculator:attr/textAppearanceBodyMedium = 0x7f0303cb
+com.example.calculator:color/m3_ref_palette_dynamic_tertiary60 = 0x7f0500cd
+com.example.calculator:attr/flow_verticalBias = 0x7f0301c1
+com.example.calculator:style/TextAppearance.AppCompat.Widget.PopupMenu.Large = 0x7f1101ac
+com.example.calculator:string/abc_searchview_description_submit = 0x7f100016
+com.example.calculator:id/accessibility_custom_action_22 = 0x7f08002e
+com.example.calculator:dimen/mtrl_navigation_item_shape_horizontal_margin = 0x7f0604e6
+com.example.calculator:anim/nav_default_enter_anim = 0x7f010020
+com.example.calculator:drawable/notification_bg_low_pressed = 0x7f07009c
+com.example.calculator:anim/design_snackbar_in = 0x7f01001a
+com.example.calculator:attr/colorControlHighlight = 0x7f0300e5
+com.example.calculator:color/m3_ref_palette_primary0 = 0x7f0500fa
+com.example.calculator:id/buttonPanel = 0x7f08009d
+com.example.calculator:attr/staggered = 0x7f030381
+com.example.calculator:dimen/_3ssp = 0x7f06016e
+com.example.calculator:dimen/_minus51sdp = 0x7f0602e9
+com.example.calculator:attr/layoutDuringTransition = 0x7f030233
+com.example.calculator:attr/elevation = 0x7f030171
+com.example.calculator:attr/layoutDescription = 0x7f030232
+com.example.calculator:dimen/mtrl_tooltip_minHeight = 0x7f06051f
+com.example.calculator:dimen/_308sdp = 0x7f0600fd
+com.example.calculator:style/Widget.MaterialComponents.NavigationRailView.PrimarySurface = 0x7f1103f5
+com.example.calculator:attr/layout_constraintTop_toTopOf = 0x7f03025f
+com.example.calculator:style/Widget.Design.TextInputLayout = 0x7f11031a
+com.example.calculator:dimen/_9sdp = 0x7f0602ba
+com.example.calculator:style/Base.V14.Theme.Material3.Dark.Dialog = 0x7f110080
+com.example.calculator:attr/tooltipText = 0x7f030431
+com.example.calculator:attr/alpha = 0x7f03002d
+com.example.calculator:attr/labelStyle = 0x7f03022c
+com.example.calculator:id/accessibility_custom_action_18 = 0x7f080029
+com.example.calculator:dimen/_337sdp = 0x7f060120
+com.example.calculator:animator/mtrl_extended_fab_show_motion_spec = 0x7f02001a
+com.example.calculator:id/clear_text = 0x7f0800b5
+com.example.calculator:attr/labelBehavior = 0x7f03022b
+com.example.calculator:style/ShapeAppearanceOverlay.MaterialComponents.BottomSheet = 0x7f11016b
+com.example.calculator:attr/lStar = 0x7f03022a
+com.example.calculator:attr/suggestionRowLayout = 0x7f0303a1
+com.example.calculator:attr/motionEffect_translationX = 0x7f0302e6
+com.example.calculator:string/abc_menu_sym_shortcut_label = 0x7f100010
+com.example.calculator:drawable/abc_ic_menu_copy_mtrl_am_alpha = 0x7f070021
+com.example.calculator:attr/fabAlignmentMode = 0x7f03019b
+com.example.calculator:attr/behavior_saveFlags = 0x7f030060
+com.example.calculator:attr/arcMode = 0x7f030035
+com.example.calculator:dimen/m3_appbar_scrim_height_trigger_large = 0x7f0603a4
+com.example.calculator:dimen/_27ssp = 0x7f0600da
+com.example.calculator:dimen/_213sdp = 0x7f06008a
+com.example.calculator:attr/actionMenuTextColor = 0x7f030012
+com.example.calculator:attr/floatingActionButtonLargeStyle = 0x7f0301aa
+com.example.calculator:attr/flow_horizontalGap = 0x7f0301b8
+com.example.calculator:attr/actionModeSplitBackground = 0x7f03001e
+com.example.calculator:attr/navGraph = 0x7f0302f3
+com.example.calculator:animator/design_fab_show_motion_spec = 0x7f020002
+com.example.calculator:attr/itemTextAppearance = 0x7f030222
+com.example.calculator:color/m3_sys_color_light_inverse_on_surface = 0x7f050173
+com.example.calculator:attr/itemStrokeWidth = 0x7f030221
+com.example.calculator:dimen/_253sdp = 0x7f0600ba
+com.example.calculator:id/contentPanel = 0x7f0800c0
+com.example.calculator:attr/itemShapeInsetTop = 0x7f03021e
+com.example.calculator:attr/actionBarSplitStyle = 0x7f030007
+com.example.calculator:attr/textAppearanceTitleSmall = 0x7f0303ec
+com.example.calculator:color/ic_launcher_background = 0x7f05005f
+com.example.calculator:attr/listPreferredItemPaddingLeft = 0x7f03028c
+com.example.calculator:dimen/_89sdp = 0x7f0602a2
+com.example.calculator:attr/colorOnSurface = 0x7f0300f2
+com.example.calculator:attr/itemPadding = 0x7f030214
+com.example.calculator:attr/closeIconTint = 0x7f0300d1
+com.example.calculator:attr/viewTransitionOnPositiveCross = 0x7f030454
+com.example.calculator:attr/tickColorInactive = 0x7f030415
+com.example.calculator:style/Base.Widget.AppCompat.DropDownItem.Spinner = 0x7f1100ca
+com.example.calculator:attr/contentPaddingEnd = 0x7f030119
+com.example.calculator:dimen/mtrl_textinput_end_icon_margin_start = 0x7f060519
+com.example.calculator:attr/itemIconTint = 0x7f030211
+com.example.calculator:string/material_slider_range_end = 0x7f10004b
+com.example.calculator:attr/colorPrimaryVariant = 0x7f0300fd
+com.example.calculator:color/m3_ref_palette_dynamic_tertiary50 = 0x7f0500cc
+com.example.calculator:attr/singleSelection = 0x7f03036f
+com.example.calculator:id/action_bar_container = 0x7f080046
+com.example.calculator:dimen/_191sdp = 0x7f06006e
+com.example.calculator:attr/dividerInsetStart = 0x7f030156
+com.example.calculator:attr/itemActiveIndicatorStyle = 0x7f03020a
+com.example.calculator:color/m3_sys_color_dynamic_dark_inverse_on_surface = 0x7f050145
+com.example.calculator:id/search_bar = 0x7f0801c1
+com.example.calculator:color/mtrl_outlined_stroke_color = 0x7f05022c
+com.example.calculator:color/m3_ref_palette_tertiary50 = 0x7f05011a
+com.example.calculator:color/m3_navigation_bar_ripple_color_selector = 0x7f050089
+com.example.calculator:attr/colorContainer = 0x7f0300e3
+com.example.calculator:attr/indicatorDirectionCircular = 0x7f030201
+com.example.calculator:attr/iconStartPadding = 0x7f0301f3
+com.example.calculator:attr/onPositiveCross = 0x7f030303
+com.example.calculator:attr/actionBarWidgetTheme = 0x7f03000d
+com.example.calculator:attr/materialCalendarDayOfWeekLabel = 0x7f0302a1
+com.example.calculator:integer/m3_sys_motion_duration_150 = 0x7f090011
+com.example.calculator:attr/indicatorColor = 0x7f030200
+com.example.calculator:attr/dividerColor = 0x7f030153
+com.example.calculator:dimen/_minus24sdp = 0x7f0602cb
+com.example.calculator:style/ThemeOverlay.MaterialComponents.TextInputEditText.OutlinedBox = 0x7f1102bc
+com.example.calculator:color/m3_sys_color_dynamic_light_on_surface = 0x7f050163
+com.example.calculator:color/design_bottom_navigation_shadow_color = 0x7f05002f
+com.example.calculator:attr/itemStrokeColor = 0x7f030220
+com.example.calculator:layout/material_clock_period_toggle_land = 0x7f0b0040
+com.example.calculator:attr/indeterminateAnimationType = 0x7f0301fe
+com.example.calculator:dimen/_268sdp = 0x7f0600cb
+com.example.calculator:color/m3_ref_palette_neutral40 = 0x7f0500e5
+com.example.calculator:attr/listPreferredItemHeightLarge = 0x7f030289
+com.example.calculator:attr/textBackgroundPanY = 0x7f0303ef
+com.example.calculator:dimen/m3_extended_fab_bottom_padding = 0x7f0603e3
+com.example.calculator:dimen/_299sdp = 0x7f0600f0
+com.example.calculator:dimen/_298sdp = 0x7f0600ef
+com.example.calculator:attr/maxHeight = 0x7f0302c0
+com.example.calculator:dimen/_149sdp = 0x7f06003a
+com.example.calculator:attr/tabInlineLabel = 0x7f0303b2
+com.example.calculator:dimen/_150sdp = 0x7f06003d
+com.example.calculator:style/Base.Widget.AppCompat.ProgressBar = 0x7f1100dd
+com.example.calculator:attr/imagePanY = 0x7f0301fb
+com.example.calculator:dimen/mtrl_navigation_bar_item_default_margin = 0x7f0604e1
+com.example.calculator:dimen/_416sdp = 0x7f060181
+com.example.calculator:style/Widget.Material3.Snackbar.TextView = 0x7f11038f
+com.example.calculator:string/mtrl_picker_toggle_to_text_input_mode = 0x7f100075
+com.example.calculator:layout/text_view_with_line_height_from_appearance = 0x7f0b0080
+com.example.calculator:attr/layout_constraintLeft_creator = 0x7f030254
+com.example.calculator:attr/layout_constraintHeight = 0x7f03024c
+com.example.calculator:dimen/_50ssp = 0x7f0601f4
+com.example.calculator:styleable/Variant = 0x7f12009a
+com.example.calculator:attr/backgroundTint = 0x7f03004b
+com.example.calculator:attr/materialDisplayDividerStyle = 0x7f0302b5
+com.example.calculator:attr/layout_scrollInterpolator = 0x7f030278
+com.example.calculator:attr/dividerThickness = 0x7f030158
+com.example.calculator:attr/iconifiedByDefault = 0x7f0301f6
+com.example.calculator:attr/layout_goneMarginBaseline = 0x7f03026b
+com.example.calculator:style/Widget.MaterialComponents.Toolbar.PrimarySurface = 0x7f11041d
+com.example.calculator:dimen/m3_navigation_menu_headline_horizontal_padding = 0x7f0603f9
+com.example.calculator:styleable/Fragment = 0x7f12003c
+com.example.calculator:id/off = 0x7f080195
+com.example.calculator:anim/abc_slide_out_top = 0x7f010009
+com.example.calculator:dimen/_570sdp = 0x7f06023d
+com.example.calculator:color/m3_ref_palette_tertiary60 = 0x7f05011b
+com.example.calculator:layout/notification_action_tombstone = 0x7f0b0069
+com.example.calculator:attr/horizontalOffsetWithText = 0x7f0301ec
+com.example.calculator:attr/iconGravity = 0x7f0301f0
+com.example.calculator:dimen/material_clock_period_toggle_margin_left = 0x7f060442
+com.example.calculator:dimen/m3_bottomappbar_fab_cradle_vertical_offset = 0x7f0603b9
+com.example.calculator:attr/materialCalendarHeaderTitle = 0x7f0302a8
+com.example.calculator:attr/sliderStyle = 0x7f030371
+com.example.calculator:attr/action = 0x7f030002
+com.example.calculator:color/error_color_material_light = 0x7f05005a
+com.example.calculator:attr/homeAsUpIndicator = 0x7f0301e9
+com.example.calculator:dimen/mtrl_alert_dialog_picker_background_inset = 0x7f060465
+com.example.calculator:attr/trackTintMode = 0x7f03043e
+com.example.calculator:xml/standalone_badge_gravity_bottom_start = 0x7f130002
+com.example.calculator:attr/selectorSize = 0x7f03035a
+com.example.calculator:dimen/_566sdp = 0x7f060237
+com.example.calculator:style/TextAppearance.AppCompat.Widget.Button.Borderless.Colored = 0x7f1101a7
+com.example.calculator:dimen/_122sdp = 0x7f06001b
+com.example.calculator:style/Widget.Design.NavigationView = 0x7f110315
+com.example.calculator:attr/hintTextColor = 0x7f0301e8
+com.example.calculator:style/TextAppearance.Material3.DisplayLarge = 0x7f1101d4
+com.example.calculator:id/scale = 0x7f0801b9
+com.example.calculator:attr/colorErrorContainer = 0x7f0300e8
+com.example.calculator:dimen/m3_sys_motion_easing_legacy_control_y2 = 0x7f06041e
+com.example.calculator:attr/initialActivityCount = 0x7f030205
+com.example.calculator:attr/suffixTextColor = 0x7f0303a0
+com.example.calculator:id/tag_screen_reader_focusable = 0x7f0801fc
+com.example.calculator:dimen/_162sdp = 0x7f06004b
+com.example.calculator:dimen/notification_action_icon_size = 0x7f060523
+com.example.calculator:dimen/_310sdp = 0x7f060101
+com.example.calculator:id/snapMargins = 0x7f0801da
+com.example.calculator:attr/actionProviderClass = 0x7f030024
+com.example.calculator:attr/helperTextTextAppearance = 0x7f0301df
+com.example.calculator:color/m3_sys_color_light_on_background = 0x7f050176
+com.example.calculator:attr/height = 0x7f0301dc
+com.example.calculator:id/mtrl_anchor_parent = 0x7f080166
+com.example.calculator:dimen/mtrl_calendar_selection_text_baseline_to_top = 0x7f0604ad
+com.example.calculator:dimen/_124sdp = 0x7f06001d
+com.example.calculator:attr/viewTransitionOnCross = 0x7f030452
+com.example.calculator:attr/gestureInsetBottomIgnored = 0x7f0301d5
+com.example.calculator:attr/enforceTextAppearance = 0x7f03017e
+com.example.calculator:attr/titleTextColor = 0x7f030428
+com.example.calculator:style/Base.Widget.AppCompat.Button.Small = 0x7f1100c2
+com.example.calculator:attr/actionModeCloseButtonStyle = 0x7f030014
+com.example.calculator:style/ShapeAppearanceOverlay.MaterialComponents.ExtendedFloatingActionButton = 0x7f11016d
+com.example.calculator:color/m3_sys_color_dark_on_secondary = 0x7f050135
+com.example.calculator:style/Widget.MaterialComponents.MaterialCalendar.Fullscreen = 0x7f1103e0
+com.example.calculator:attr/submitBackground = 0x7f030398
+com.example.calculator:style/Widget.Material3.MaterialCalendar.Year.Today = 0x7f110378
+com.example.calculator:attr/fontWeight = 0x7f0301d0
+com.example.calculator:style/EmptyTheme = 0x7f110110
+com.example.calculator:id/clip_horizontal = 0x7f0800b6
+com.example.calculator:drawable/material_ic_menu_arrow_down_black_24dp = 0x7f07008b
+com.example.calculator:color/material_dynamic_neutral_variant100 = 0x7f0501b5
+com.example.calculator:attr/flow_verticalStyle = 0x7f0301c3
+com.example.calculator:attr/fontStyle = 0x7f0301ce
+com.example.calculator:attr/fontProviderSystemFontFamily = 0x7f0301cd
+com.example.calculator:style/Widget.MaterialComponents.TimePicker.Display = 0x7f110414
+com.example.calculator:style/Base.Widget.Material3.CompoundButton.CheckBox = 0x7f1100f2
+com.example.calculator:attr/fontProviderQuery = 0x7f0301cc
+com.example.calculator:dimen/_251sdp = 0x7f0600b8
+com.example.calculator:attr/fontProviderCerts = 0x7f0301c8
+com.example.calculator:attr/placeholderTextAppearance = 0x7f030322
+com.example.calculator:style/Theme.MaterialComponents.Light.BottomSheetDialog = 0x7f11024f
+com.example.calculator:attr/fontProviderAuthority = 0x7f0301c7
+com.example.calculator:attr/fontFamily = 0x7f0301c6
+com.example.calculator:integer/m3_card_anim_delay_ms = 0x7f09000c
+com.example.calculator:attr/autoSizeMinTextSize = 0x7f03003d
+com.example.calculator:attr/font = 0x7f0301c5
+com.example.calculator:drawable/ic_light_mode = 0x7f070070
+com.example.calculator:color/design_dark_default_color_primary = 0x7f050038
+com.example.calculator:color/m3_sys_color_dark_secondary = 0x7f05013e
+com.example.calculator:id/autoCompleteToStart = 0x7f080067
+com.example.calculator:attr/dayStyle = 0x7f030144
+com.example.calculator:attr/flow_wrapMode = 0x7f0301c4
+com.example.calculator:attr/coordinatorLayoutStyle = 0x7f030121
+com.example.calculator:attr/layout_constraintHeight_percent = 0x7f030250
+com.example.calculator:dimen/item_touch_helper_max_drag_scroll_per_frame = 0x7f060397
+com.example.calculator:attr/flow_maxElementsWrap = 0x7f0301be
+com.example.calculator:attr/layout_constraintWidth_percent = 0x7f030267
+com.example.calculator:attr/layout_constraintGuide_percent = 0x7f03024b
+com.example.calculator:drawable/abc_ic_menu_cut_mtrl_alpha = 0x7f070022
+com.example.calculator:color/androidx_core_secondary_text_default_material_light = 0x7f05001c
+com.example.calculator:attr/itemHorizontalPadding = 0x7f03020d
+com.example.calculator:attr/showPaths = 0x7f030367
+com.example.calculator:style/Widget.MaterialComponents.Light.ActionBar.Solid = 0x7f1103d6
+com.example.calculator:attr/actionOverflowButtonStyle = 0x7f030022
+com.example.calculator:attr/flow_horizontalStyle = 0x7f0301b9
+com.example.calculator:dimen/abc_dialog_fixed_width_minor = 0x7f060317
+com.example.calculator:styleable/FragmentContainerView = 0x7f12003d
+com.example.calculator:dimen/mtrl_alert_dialog_background_inset_start = 0x7f060463
+com.example.calculator:attr/flow_firstVerticalBias = 0x7f0301b4
+com.example.calculator:style/Base.TextAppearance.AppCompat.Widget.DropDownItem = 0x7f11003a
+com.example.calculator:id/rectangles = 0x7f0801ad
+com.example.calculator:attr/fontVariationSettings = 0x7f0301cf
+com.example.calculator:drawable/abc_scrubber_track_mtrl_alpha = 0x7f070040
+com.example.calculator:attr/flow_firstHorizontalStyle = 0x7f0301b3
+com.example.calculator:attr/textAppearanceBody2 = 0x7f0303c9
+com.example.calculator:attr/color = 0x7f0300df
+com.example.calculator:style/TextAppearance.Test.UsesSP = 0x7f1101f4
+com.example.calculator:attr/constraintSetEnd = 0x7f03010a
+com.example.calculator:style/Theme.Material3.Light.BottomSheetDialog = 0x7f11022a
+com.example.calculator:attr/layout_constraintStart_toStartOf = 0x7f03025b
+com.example.calculator:attr/flow_firstHorizontalBias = 0x7f0301b2
+com.example.calculator:id/outline = 0x7f080198
+com.example.calculator:attr/floatingActionButtonLargeTertiaryStyle = 0x7f0301ac
+com.example.calculator:id/horizontal_only = 0x7f080122
+com.example.calculator:attr/editTextBackground = 0x7f03016e
+com.example.calculator:style/Theme.AppCompat.Light = 0x7f110206
+com.example.calculator:id/btnGraph = 0x7f080088
+com.example.calculator:drawable/$avd_show_password__2 = 0x7f070005
+com.example.calculator:color/m3_slider_thumb_color = 0x7f050127
+com.example.calculator:dimen/mtrl_extended_fab_start_padding_icon = 0x7f0604cd
+com.example.calculator:attr/floatingActionButtonLargeSecondaryStyle = 0x7f0301a9
+com.example.calculator:attr/floatingActionButtonSecondaryStyle = 0x7f0301ae
+com.example.calculator:attr/imageButtonStyle = 0x7f0301f9
+com.example.calculator:id/material_clock_period_am_button = 0x7f080148
+com.example.calculator:attr/contentScrim = 0x7f03011e
+com.example.calculator:style/Base.Widget.Design.TabLayout = 0x7f1100ec
+com.example.calculator:attr/fastScrollHorizontalTrackDrawable = 0x7f0301a4
+com.example.calculator:dimen/_22sdp = 0x7f06009d
+com.example.calculator:attr/windowMinWidthMinor = 0x7f030466
+com.example.calculator:id/tag_on_apply_window_listener = 0x7f0801f9
+com.example.calculator:dimen/_minus60sdp = 0x7f0602f3
+com.example.calculator:id/dropdown_noneditable = 0x7f0800e9
+com.example.calculator:attr/listPreferredItemPaddingStart = 0x7f03028e
+com.example.calculator:attr/fabCustomSize = 0x7f0301a0
+com.example.calculator:color/m3_ref_palette_dynamic_secondary100 = 0x7f0500bb
+com.example.calculator:attr/fabCradleRoundedCornerRadius = 0x7f03019e
+com.example.calculator:attr/fabCradleMargin = 0x7f03019d
+com.example.calculator:attr/expandedTitleGravity = 0x7f03018c
+com.example.calculator:attr/chipEndPadding = 0x7f0300a9
+com.example.calculator:drawable/abc_spinner_textfield_background_material = 0x7f070045
+com.example.calculator:attr/motionStagger = 0x7f0302ed
+com.example.calculator:color/m3_default_color_primary_text = 0x7f050078
+com.example.calculator:attr/checkedIcon = 0x7f03009f
+com.example.calculator:anim/mtrl_bottom_sheet_slide_out = 0x7f01001e
+com.example.calculator:style/RtlOverlay.Widget.AppCompat.Search.DropDown = 0x7f11013b
+com.example.calculator:attr/tabIndicatorFullWidth = 0x7f0303af
+com.example.calculator:dimen/design_bottom_navigation_shadow_height = 0x7f060365
+com.example.calculator:attr/preserveIconSpacing = 0x7f030331
+com.example.calculator:dimen/m3_appbar_size_large = 0x7f0603a7
+com.example.calculator:attr/floatingActionButtonLargePrimaryStyle = 0x7f0301a8
+com.example.calculator:attr/liftOnScrollTargetViewId = 0x7f03027b
+com.example.calculator:dimen/design_fab_elevation = 0x7f06036b
+com.example.calculator:attr/extendedFloatingActionButtonStyle = 0x7f030197
+com.example.calculator:attr/layout = 0x7f030231
+com.example.calculator:attr/textureEffect = 0x7f030405
+com.example.calculator:attr/itemSpacing = 0x7f03021f
+com.example.calculator:anim/design_snackbar_out = 0x7f01001b
+com.example.calculator:color/m3_ref_palette_secondary60 = 0x7f05010e
+com.example.calculator:attr/extendMotionSpec = 0x7f030194
+com.example.calculator:style/TextAppearance.AppCompat.Title.Inverse = 0x7f11019b
+com.example.calculator:color/m3_sys_color_light_primary = 0x7f050182
+com.example.calculator:styleable/MaterialAlertDialogTheme = 0x7f120051
+com.example.calculator:attr/carousel_emptyViewsBehavior = 0x7f03008e
+com.example.calculator:style/TextAppearance.Design.Counter = 0x7f1101b6
+com.example.calculator:attr/enterAnim = 0x7f030180
+com.example.calculator:attr/mock_labelColor = 0x7f0302d2
+com.example.calculator:attr/expandedTitleTextAppearance = 0x7f030192
+com.example.calculator:dimen/mtrl_shape_corner_size_medium_component = 0x7f060500
+com.example.calculator:attr/expandedTitleMarginEnd = 0x7f03018f
+com.example.calculator:attr/expanded = 0x7f03018a
+com.example.calculator:dimen/_12sdp = 0x7f060023
+com.example.calculator:attr/gapBetweenBars = 0x7f0301d4
+com.example.calculator:attr/clockFaceBackgroundColor = 0x7f0300c8
+com.example.calculator:attr/overlay = 0x7f030308
+com.example.calculator:style/Base.Animation.AppCompat.DropDownUp = 0x7f11000b
+com.example.calculator:integer/design_tab_indicator_anim_duration_ms = 0x7f090008
+com.example.calculator:attr/errorIconTintMode = 0x7f030185
+com.example.calculator:attr/argType = 0x7f030036
+com.example.calculator:attr/errorIconDrawable = 0x7f030183
+com.example.calculator:dimen/_111sdp = 0x7f06000e
+com.example.calculator:color/teal_200 = 0x7f050254
+com.example.calculator:attr/startIconContentDescription = 0x7f030384
+com.example.calculator:color/m3_ref_palette_neutral_variant70 = 0x7f0500f5
+com.example.calculator:id/SHOW_PATH = 0x7f080014
+com.example.calculator:attr/selectableItemBackground = 0x7f030357
+com.example.calculator:color/mtrl_on_primary_text_btn_text_color_selector = 0x7f050229
+com.example.calculator:color/m3_appbar_overlay_color = 0x7f050061
+com.example.calculator:string/m3_sys_motion_easing_emphasized_path_data = 0x7f100038
+com.example.calculator:color/m3_sys_color_dynamic_dark_on_surface_variant = 0x7f05014e
+com.example.calculator:attr/fabCradleVerticalOffset = 0x7f03019f
+com.example.calculator:attr/graph = 0x7f0301d7
+com.example.calculator:id/pathRelative = 0x7f0801a3
+com.example.calculator:attr/textAppearanceListItemSecondary = 0x7f0303e1
+com.example.calculator:attr/endIconTintMode = 0x7f03017c
+com.example.calculator:attr/backgroundTintMode = 0x7f03004c
+com.example.calculator:color/m3_textfield_label_color = 0x7f050192
+com.example.calculator:dimen/_418sdp = 0x7f060183
+com.example.calculator:dimen/m3_bottom_nav_item_active_indicator_margin_horizontal = 0x7f0603b0
+com.example.calculator:dimen/abc_list_item_padding_horizontal_material = 0x7f06032b
+com.example.calculator:animator/mtrl_chip_state_list_anim = 0x7f020016
+com.example.calculator:integer/mtrl_view_gone = 0x7f090031
+com.example.calculator:attr/endIconMode = 0x7f03017a
+com.example.calculator:dimen/_554sdp = 0x7f060229
+com.example.calculator:attr/layout_constraintDimensionRatio = 0x7f030246
+com.example.calculator:color/m3_ref_palette_dynamic_neutral_variant90 = 0x7f0500a9
+com.example.calculator:attr/helperTextEnabled = 0x7f0301de
+com.example.calculator:attr/drawerArrowStyle = 0x7f030167
+com.example.calculator:color/mtrl_choice_chip_background_color = 0x7f050217
+com.example.calculator:attr/popExitAnim = 0x7f030327
+com.example.calculator:attr/textAppearanceListItemSmall = 0x7f0303e2
+com.example.calculator:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Header.Text = 0x7f1102b4
+com.example.calculator:attr/commitIcon = 0x7f030107
+com.example.calculator:attr/layout_constraintTop_toBottomOf = 0x7f03025e
+com.example.calculator:color/m3_tabs_ripple_color = 0x7f05018b
+com.example.calculator:xml/standalone_badge_gravity_bottom_end = 0x7f130001
+com.example.calculator:color/m3_sys_color_dark_outline = 0x7f05013b
+com.example.calculator:drawable/material_ic_keyboard_arrow_left_black_24dp = 0x7f070087
+com.example.calculator:attr/motionDebug = 0x7f0302d5
+com.example.calculator:style/Theme.Material3.Light.DialogWhenLarge = 0x7f11022e
+com.example.calculator:attr/itemShapeInsetStart = 0x7f03021d
+com.example.calculator:id/Sinx = 0x7f080019
+com.example.calculator:attr/elevationOverlayAccentColor = 0x7f030172
+com.example.calculator:id/btnEndBkt = 0x7f080086
+com.example.calculator:color/m3_sys_color_dynamic_light_on_primary_container = 0x7f050160
+com.example.calculator:attr/layout_constraintGuide_begin = 0x7f030249
+com.example.calculator:animator/fragment_close_enter = 0x7f020003
+com.example.calculator:style/ThemeOverlay.MaterialComponents.BottomAppBar.Surface = 0x7f1102a6
+com.example.calculator:id/btn00 = 0x7f080074
+com.example.calculator:attr/materialCalendarDay = 0x7f0302a0
+com.example.calculator:style/TextAppearance.MaterialComponents.Headline3 = 0x7f1101e9
+com.example.calculator:attr/transformPivotTarget = 0x7f03043f
+com.example.calculator:color/m3_sys_color_light_on_secondary_container = 0x7f05017c
+com.example.calculator:id/material_clock_face = 0x7f080146
+com.example.calculator:attr/lastBaselineToBottomHeight = 0x7f03022e
+com.example.calculator:color/m3_textfield_stroke_color = 0x7f050193
+com.example.calculator:attr/layout_constraintBottom_toBottomOf = 0x7f030241
+com.example.calculator:attr/SharedValueId = 0x7f030001
+com.example.calculator:style/TextAppearance.M3.Sys.Typescale.HeadlineSmall = 0x7f1101c8
+com.example.calculator:attr/contentPaddingTop = 0x7f03011d
+com.example.calculator:attr/drawableSize = 0x7f030162
+com.example.calculator:color/m3_sys_color_dynamic_dark_background = 0x7f050144
+com.example.calculator:dimen/abc_action_bar_elevation_material = 0x7f0602fd
+com.example.calculator:attr/buttonTint = 0x7f030083
+com.example.calculator:attr/dragScale = 0x7f03015b
+com.example.calculator:dimen/m3_navigation_item_shape_inset_start = 0x7f0603f5
+com.example.calculator:style/Widget.Material3.Chip.Input.Icon.Elevated = 0x7f110343
+com.example.calculator:dimen/_39sdp = 0x7f06016b
+com.example.calculator:integer/design_snackbar_text_max_lines = 0x7f090007
+com.example.calculator:dimen/_376sdp = 0x7f06014f
+com.example.calculator:dimen/test_navigation_bar_elevation = 0x7f060537
+com.example.calculator:style/Widget.AppCompat.Button.Colored = 0x7f1102d4
+com.example.calculator:color/material_dynamic_neutral40 = 0x7f0501ab
+com.example.calculator:attr/cornerFamilyBottomLeft = 0x7f030123
+com.example.calculator:attr/dividerPadding = 0x7f030157
+com.example.calculator:styleable/ConstraintLayout_placeholder = 0x7f12002b
+com.example.calculator:style/Widget.Material3.TabLayout.Secondary = 0x7f110392
+com.example.calculator:style/Theme.MaterialComponents.Light.NoActionBar.Bridge = 0x7f11025e
+com.example.calculator:attr/progressBarStyle = 0x7f030334
+com.example.calculator:color/primary_dark_material_dark = 0x7f05023c
+com.example.calculator:integer/m3_sys_motion_duration_800 = 0x7f09001d
+com.example.calculator:drawable/ic_mtrl_chip_close_circle = 0x7f070077
+com.example.calculator:attr/simpleItemLayout = 0x7f03036b
+com.example.calculator:attr/dialogPreferredPadding = 0x7f03014f
+com.example.calculator:attr/menuGravity = 0x7f0302c7
+com.example.calculator:style/Base.TextAppearance.AppCompat.Subhead = 0x7f11002a
+com.example.calculator:attr/fabAnimationMode = 0x7f03019c
+com.example.calculator:attr/errorIconTint = 0x7f030184
+com.example.calculator:attr/colorOnTertiary = 0x7f0300f5
+com.example.calculator:dimen/_92ssp = 0x7f0602ab
+com.example.calculator:color/m3_ref_palette_dynamic_neutral50 = 0x7f050098
+com.example.calculator:string/mtrl_picker_text_input_date_range_start_hint = 0x7f10006f
+com.example.calculator:attr/layout_constrainedHeight = 0x7f03023a
+com.example.calculator:attr/deriveConstraintsFrom = 0x7f03014c
+com.example.calculator:attr/flow_lastHorizontalBias = 0x7f0301ba
+com.example.calculator:animator/mtrl_extended_fab_change_size_expand_motion_spec = 0x7f020018
+com.example.calculator:dimen/_372sdp = 0x7f06014b
+com.example.calculator:attr/defaultQueryHint = 0x7f030148
+com.example.calculator:dimen/design_fab_size_mini = 0x7f06036d
+com.example.calculator:attr/drawableTint = 0x7f030164
+com.example.calculator:attr/nestedScrollable = 0x7f0302fc
+com.example.calculator:attr/borderWidth = 0x7f030065
+com.example.calculator:dimen/mtrl_calendar_header_content_padding_fullscreen = 0x7f06049a
+com.example.calculator:dimen/mtrl_btn_disabled_z = 0x7f060477
+com.example.calculator:color/m3_text_button_background_color_selector = 0x7f05018c
+com.example.calculator:attr/counterEnabled = 0x7f03012d
+com.example.calculator:animator/mtrl_fab_hide_motion_spec = 0x7f02001c
+com.example.calculator:attr/customReference = 0x7f03013e
+com.example.calculator:attr/itemHorizontalTranslationEnabled = 0x7f03020e
+com.example.calculator:attr/collapseContentDescription = 0x7f0300d4
+com.example.calculator:drawable/abc_btn_default_mtrl_shape = 0x7f07000f
+com.example.calculator:style/Base.Widget.AppCompat.ActivityChooserView = 0x7f1100bb
+com.example.calculator:attr/mock_label = 0x7f0302d0
+com.example.calculator:dimen/abc_text_size_caption_material = 0x7f06033a
+com.example.calculator:dimen/_30sdp = 0x7f0600ff
+com.example.calculator:dimen/_70sdp = 0x7f06027a
+com.example.calculator:attr/collapsingToolbarLayoutStyle = 0x7f0300de
+com.example.calculator:attr/cornerSize = 0x7f030128
+com.example.calculator:attr/cornerFamilyTopRight = 0x7f030126
+com.example.calculator:attr/textAppearanceLabelMedium = 0x7f0303dc
+com.example.calculator:dimen/_547sdp = 0x7f060220
+com.example.calculator:color/material_on_surface_disabled = 0x7f0501f8
+com.example.calculator:style/Base.TextAppearance.AppCompat.Widget.Button.Colored = 0x7f110038
+com.example.calculator:attr/itemShapeInsetBottom = 0x7f03021b
+com.example.calculator:dimen/_minus40sdp = 0x7f0602dd
+com.example.calculator:color/mtrl_calendar_item_stroke_color = 0x7f05020f
+com.example.calculator:color/m3_sys_color_dynamic_light_on_surface_variant = 0x7f050164
+com.example.calculator:dimen/_542sdp = 0x7f06021b
+com.example.calculator:dimen/_360sdp = 0x7f06013d
+com.example.calculator:attr/autoTransition = 0x7f030041
+com.example.calculator:anim/btn_radio_to_off_mtrl_ring_outer_animation = 0x7f010013
+com.example.calculator:dimen/_297sdp = 0x7f0600ee
+com.example.calculator:attr/actionModeStyle = 0x7f03001f
+com.example.calculator:styleable/ActivityChooserView = 0x7f120005
+com.example.calculator:drawable/abc_text_select_handle_middle_mtrl = 0x7f07004e
+com.example.calculator:attr/cornerFamily = 0x7f030122
+com.example.calculator:attr/contentPaddingRight = 0x7f03011b
+com.example.calculator:attr/arrowShaftLength = 0x7f030038
+com.example.calculator:color/m3_sys_color_light_tertiary_container = 0x7f050189
+com.example.calculator:color/material_dynamic_secondary95 = 0x7f0501d8
+com.example.calculator:color/abc_decor_view_status_guard = 0x7f050005
+com.example.calculator:layout/mtrl_auto_complete_simple_item = 0x7f0b0050
+com.example.calculator:color/m3_sys_color_dynamic_dark_secondary = 0x7f050154
+com.example.calculator:dimen/_70ssp = 0x7f06027b
+com.example.calculator:attr/flow_padding = 0x7f0301bf
+com.example.calculator:id/unlabeled = 0x7f080232
+com.example.calculator:dimen/material_clock_face_margin_top = 0x7f06043b
+com.example.calculator:id/mtrl_picker_fullscreen = 0x7f080173
+com.example.calculator:attr/layout_scrollEffect = 0x7f030276
+com.example.calculator:dimen/_minus34sdp = 0x7f0602d6
+com.example.calculator:attr/tickMarkTintMode = 0x7f030418
+com.example.calculator:dimen/design_tab_max_width = 0x7f060385
+com.example.calculator:style/Widget.Material3.MaterialTimePicker.ImageButton = 0x7f110384
+com.example.calculator:dimen/_minus41sdp = 0x7f0602de
+com.example.calculator:attr/contentInsetRight = 0x7f030114
+com.example.calculator:color/material_dynamic_secondary90 = 0x7f0501d7
+com.example.calculator:color/switch_thumb_disabled_material_dark = 0x7f05024e
+com.example.calculator:attr/yearStyle = 0x7f030469
+com.example.calculator:attr/transitionShapeAppearance = 0x7f030444
+com.example.calculator:dimen/_minus38sdp = 0x7f0602da
+com.example.calculator:dimen/_90sdp = 0x7f0602a6
+com.example.calculator:string/hello_first_fragment = 0x7f10002b
+com.example.calculator:attr/collapsingToolbarLayoutLargeStyle = 0x7f0300db
+com.example.calculator:style/ThemeOverlay.Material3.Light = 0x7f11028a
+com.example.calculator:id/asConfigured = 0x7f080062
+com.example.calculator:dimen/mtrl_badge_toolbar_action_menu_item_horizontal_offset = 0x7f06046b
+com.example.calculator:attr/limitBoundsTo = 0x7f03027c
+com.example.calculator:style/ShapeAppearanceOverlay.MaterialComponents.Chip = 0x7f11016c
+com.example.calculator:dimen/m3_ripple_selectable_pressed_alpha = 0x7f060405
+com.example.calculator:dimen/_380sdp = 0x7f060155
+com.example.calculator:id/disablePostScroll = 0x7f0800db
+com.example.calculator:dimen/_102sdp = 0x7f060003
+com.example.calculator:attr/textAppearanceHeadline3 = 0x7f0303d4
+com.example.calculator:style/Base.V14.Theme.MaterialComponents.Dialog.Bridge = 0x7f110087
+com.example.calculator:attr/flow_verticalAlign = 0x7f0301c0
+com.example.calculator:style/ThemeOverlay.MaterialComponents.TimePicker.Display = 0x7f1102bf
+com.example.calculator:attr/constraint_referenced_tags = 0x7f03010d
+com.example.calculator:color/m3_textfield_filled_background_color = 0x7f05018f
+com.example.calculator:attr/boxCornerRadiusBottomStart = 0x7f030070
+com.example.calculator:dimen/_57sdp = 0x7f060247
+com.example.calculator:attr/layout_constraintVertical_bias = 0x7f030260
+com.example.calculator:attr/actionModeWebSearchDrawable = 0x7f030021
+com.example.calculator:dimen/mtrl_navigation_rail_icon_margin = 0x7f0604ec
+com.example.calculator:attr/marginHorizontal = 0x7f030293
+com.example.calculator:layout/activity_unit_converter = 0x7f0b0022
+com.example.calculator:attr/isMaterialTheme = 0x7f030209
+com.example.calculator:attr/colorSecondaryVariant = 0x7f030100
+com.example.calculator:attr/startIconCheckable = 0x7f030383
+com.example.calculator:dimen/test_navigation_bar_height = 0x7f060538
+com.example.calculator:color/m3_ref_palette_dynamic_tertiary99 = 0x7f0500d2
+com.example.calculator:attr/colorPrimarySurface = 0x7f0300fc
+com.example.calculator:attr/layout_scrollFlags = 0x7f030277
+com.example.calculator:style/Base.TextAppearance.Widget.AppCompat.ExpandedMenu.Item = 0x7f110044
+com.example.calculator:layout/activity_splash_screen = 0x7f0b0021
+com.example.calculator:attr/telltales_tailScale = 0x7f0303c5
+com.example.calculator:dimen/_575sdp = 0x7f060242
+com.example.calculator:layout/mtrl_picker_dialog = 0x7f0b005f
+com.example.calculator:attr/rotationCenterId = 0x7f03034b
+com.example.calculator:dimen/_37sdp = 0x7f060153
+com.example.calculator:style/Base.Theme.Material3.Dark.BottomSheetDialog = 0x7f110056
+com.example.calculator:attr/colorOutline = 0x7f0300f7
+com.example.calculator:attr/backgroundSplit = 0x7f030049
+com.example.calculator:style/Theme.Design.Light = 0x7f110214
+com.example.calculator:drawable/ic_mtrl_chip_checked_black = 0x7f070075
+com.example.calculator:drawable/ic_mtrl_checked_circle = 0x7f070074
+com.example.calculator:dimen/mtrl_btn_snackbar_margin_horizontal = 0x7f060485
+com.example.calculator:attr/customDimension = 0x7f030139
+com.example.calculator:style/Widget.AppCompat.SearchView = 0x7f110302
+com.example.calculator:string/character_counter_content_description = 0x7f100020
+com.example.calculator:attr/helperText = 0x7f0301dd
+com.example.calculator:attr/crossfade = 0x7f030133
+com.example.calculator:style/Widget.Material3.MaterialTimePicker.Display.TextInputLayout = 0x7f110383
+com.example.calculator:id/action_bar_title = 0x7f08004a
+com.example.calculator:attr/colorOnSurfaceInverse = 0x7f0300f3
+com.example.calculator:animator/mtrl_btn_unelevated_state_list_anim = 0x7f020014
+com.example.calculator:color/material_blue_grey_900 = 0x7f0501a0
+com.example.calculator:anim/abc_fade_in = 0x7f010000
+com.example.calculator:attr/colorTertiaryContainer = 0x7f030106
+com.example.calculator:integer/m3_sys_motion_duration_550 = 0x7f09001a
+com.example.calculator:dimen/_453sdp = 0x7f0601ae
+com.example.calculator:attr/itemTextColor = 0x7f030225
+com.example.calculator:anim/nav_default_exit_anim = 0x7f010021
+com.example.calculator:attr/floatingActionButtonStyle = 0x7f0301af
+com.example.calculator:dimen/design_bottom_navigation_item_min_width = 0x7f060362
+com.example.calculator:attr/layout_goneMarginEnd = 0x7f03026d
+com.example.calculator:attr/textAppearanceLabelSmall = 0x7f0303dd
+com.example.calculator:color/m3_card_foreground_color = 0x7f05006b
+com.example.calculator:attr/colorAccent = 0x7f0300e0
+com.example.calculator:dimen/m3_sys_motion_easing_standard_accelerate_control_y1 = 0x7f060429
+com.example.calculator:attr/colorError = 0x7f0300e7
+com.example.calculator:attr/colorControlNormal = 0x7f0300e6
+com.example.calculator:color/m3_ref_palette_neutral_variant60 = 0x7f0500f4
+com.example.calculator:dimen/design_navigation_padding_bottom = 0x7f060378
+com.example.calculator:anim/abc_slide_in_bottom = 0x7f010006
+com.example.calculator:color/m3_sys_color_dark_on_primary = 0x7f050133
+com.example.calculator:attr/layout_behavior = 0x7f030237
+com.example.calculator:dimen/_203sdp = 0x7f06007e
+com.example.calculator:attr/collapsingToolbarLayoutLargeSize = 0x7f0300da
+com.example.calculator:attr/hideAnimationBehavior = 0x7f0301e1
+com.example.calculator:style/ThemeOverlayColorAccentRed = 0x7f1102c4
+com.example.calculator:dimen/_118sdp = 0x7f060015
+com.example.calculator:dimen/_166sdp = 0x7f06004f
+com.example.calculator:dimen/_583sdp = 0x7f06024c
+com.example.calculator:attr/colorOnPrimarySurface = 0x7f0300ef
+com.example.calculator:attr/chipCornerRadius = 0x7f0300a8
+com.example.calculator:dimen/test_navigation_bar_active_item_max_width = 0x7f060534
+com.example.calculator:dimen/_586sdp = 0x7f06024f
+com.example.calculator:style/TextAppearance.Compat.Notification = 0x7f1101b0
+com.example.calculator:dimen/abc_alert_dialog_button_bar_height = 0x7f060308
+com.example.calculator:animator/nav_default_pop_enter_anim = 0x7f020022
+com.example.calculator:attr/checkMarkCompat = 0x7f030099
+com.example.calculator:attr/colorButtonNormal = 0x7f0300e2
+com.example.calculator:layout/test_navigation_bar_item_layout = 0x7f0b007a
+com.example.calculator:dimen/abc_text_size_large_material = 0x7f060340
+com.example.calculator:style/Base.Widget.AppCompat.ListMenuView = 0x7f1100d5
+com.example.calculator:attr/navigationMode = 0x7f0302f7
+com.example.calculator:attr/collapsedTitleTextAppearance = 0x7f0300d8
+com.example.calculator:dimen/_564sdp = 0x7f060235
+com.example.calculator:color/abc_search_url_text_pressed = 0x7f05000f
+com.example.calculator:attr/topInsetScrimEnabled = 0x7f030432
+com.example.calculator:dimen/mtrl_bottomappbar_height = 0x7f060473
+com.example.calculator:color/notification_action_color_filter = 0x7f05023a
+com.example.calculator:attr/boxStrokeWidthFocused = 0x7f030076
+com.example.calculator:attr/closeIconVisible = 0x7f0300d2
+com.example.calculator:dimen/_minus19sdp = 0x7f0602c5
+com.example.calculator:style/ShapeAppearanceOverlay.MaterialComponents.MaterialCalendar.Window.Fullscreen = 0x7f110170
+com.example.calculator:attr/chipMinHeight = 0x7f0300b0
+com.example.calculator:attr/collapsedSize = 0x7f0300d6
+com.example.calculator:color/m3_ref_palette_tertiary95 = 0x7f05011f
+com.example.calculator:attr/colorPrimaryContainer = 0x7f0300f9
+com.example.calculator:dimen/_196sdp = 0x7f060073
+com.example.calculator:dimen/_301sdp = 0x7f0600f6
+com.example.calculator:dimen/notification_large_icon_width = 0x7f060528
+com.example.calculator:attr/chipIconEnabled = 0x7f0300ac
+com.example.calculator:dimen/_573sdp = 0x7f060240
+com.example.calculator:attr/textAppearanceHeadlineSmall = 0x7f0303da
+com.example.calculator:color/mtrl_chip_close_icon_tint = 0x7f050214
+com.example.calculator:attr/closeIconSize = 0x7f0300cf
+com.example.calculator:dimen/_367sdp = 0x7f060144
+com.example.calculator:id/mtrl_calendar_months = 0x7f08016b
+com.example.calculator:attr/materialCalendarHeaderLayout = 0x7f0302a6
+com.example.calculator:color/m3_sys_color_dynamic_dark_on_surface = 0x7f05014d
+com.example.calculator:id/textinput_counter = 0x7f080210
+com.example.calculator:id/graph = 0x7f080113
+com.example.calculator:drawable/abc_ic_menu_share_mtrl_alpha = 0x7f070026
+com.example.calculator:dimen/mtrl_calendar_action_height = 0x7f06048d
+com.example.calculator:id/staticPostLayout = 0x7f0801ee
+com.example.calculator:dimen/abc_text_size_subtitle_material_toolbar = 0x7f060346
+com.example.calculator:attr/closeIcon = 0x7f0300cc
+com.example.calculator:style/Base.V7.Widget.AppCompat.Toolbar = 0x7f1100b1
+com.example.calculator:color/m3_timepicker_secondary_text_button_ripple_color = 0x7f05019c
+com.example.calculator:attr/fontProviderPackage = 0x7f0301cb
+com.example.calculator:attr/cornerSizeTopRight = 0x7f03012c
+com.example.calculator:attr/borderRoundPercent = 0x7f030064
+com.example.calculator:dimen/_502sdp = 0x7f0601eb
+com.example.calculator:dimen/_425sdp = 0x7f06018c
+com.example.calculator:attr/suffixTextAppearance = 0x7f03039f
+com.example.calculator:dimen/mtrl_bottomappbar_fab_bottom_margin = 0x7f06046f
+com.example.calculator:style/Base.Widget.Material3.FloatingActionButton.Large = 0x7f1100f8
+com.example.calculator:id/unit_input = 0x7f08022d
+com.example.calculator:dimen/_467sdp = 0x7f0601be
+com.example.calculator:attr/fastScrollVerticalTrackDrawable = 0x7f0301a6
+com.example.calculator:attr/elevationOverlayColor = 0x7f030173
+com.example.calculator:style/Test.ShapeAppearanceOverlay.MaterialComponents.MaterialCalendar.Day = 0x7f110175
+com.example.calculator:id/TOP_END = 0x7f08001a
+com.example.calculator:color/mtrl_btn_text_btn_bg_color_selector = 0x7f05020a
+com.example.calculator:attr/cornerRadius = 0x7f030127
+com.example.calculator:attr/chipIconVisible = 0x7f0300af
+com.example.calculator:dimen/_61ssp = 0x7f060267
+com.example.calculator:color/m3_ref_palette_dynamic_primary99 = 0x7f0500b8
+com.example.calculator:dimen/_236sdp = 0x7f0600a5
+com.example.calculator:attr/clearsTag = 0x7f0300c6
+com.example.calculator:style/ShapeAppearanceOverlay.MaterialAlertDialog.Material3 = 0x7f11016a
+com.example.calculator:layout/test_toolbar = 0x7f0b007c
+com.example.calculator:attr/backgroundInsetTop = 0x7f030047
+com.example.calculator:dimen/mtrl_extended_fab_translation_z_base = 0x7f0604cf
+com.example.calculator:attr/civ_circle_background_color = 0x7f0300c5
+com.example.calculator:style/Base.TextAppearance.AppCompat.Subhead.Inverse = 0x7f11002b
+com.example.calculator:color/m3_sys_color_dynamic_light_secondary = 0x7f05016a
+com.example.calculator:drawable/ic_degree = 0x7f070069
+com.example.calculator:dimen/m3_ripple_focused_alpha = 0x7f060402
+com.example.calculator:color/m3_sys_color_dark_error = 0x7f05012b
+com.example.calculator:styleable/KeyTimeCycle = 0x7f120049
+com.example.calculator:color/m3_chip_ripple_color = 0x7f050070
+com.example.calculator:attr/civ_border_overlay = 0x7f0300c3
+com.example.calculator:style/Base.Theme.MaterialComponents.Dialog.Alert = 0x7f11005f
+com.example.calculator:color/material_on_primary_emphasis_high_type = 0x7f0501f6
+com.example.calculator:attr/switchMinWidth = 0x7f0303a2
+com.example.calculator:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Calendar = 0x7f1102b3
+com.example.calculator:attr/autoCompleteTextViewStyle = 0x7f03003b
+com.example.calculator:attr/itemRippleColor = 0x7f030217
+com.example.calculator:attr/autoSizeStepGranularity = 0x7f03003f
+com.example.calculator:attr/circularflow_radiusInDP = 0x7f0300c0
+com.example.calculator:attr/boxCornerRadiusTopStart = 0x7f030072
+com.example.calculator:color/m3_ref_palette_dynamic_secondary80 = 0x7f0500c2
+com.example.calculator:attr/colorOnContainer = 0x7f0300ea
+com.example.calculator:animator/fragment_open_exit = 0x7f020008
+com.example.calculator:attr/circularflow_defaultRadius = 0x7f0300bf
+com.example.calculator:dimen/m3_card_stroke_width = 0x7f0603d9
+com.example.calculator:dimen/_240sdp = 0x7f0600ab
+com.example.calculator:color/test_mtrl_calendar_day = 0x7f050257
+com.example.calculator:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Tertiary = 0x7f110355
+com.example.calculator:attr/circularflow_defaultAngle = 0x7f0300be
+com.example.calculator:attr/layout_constraintHorizontal_weight = 0x7f030253
+com.example.calculator:dimen/_277sdp = 0x7f0600d6
+com.example.calculator:attr/layout_constraintHorizontal_bias = 0x7f030251
+com.example.calculator:attr/circularProgressIndicatorStyle = 0x7f0300bc
+com.example.calculator:id/material_clock_period_pm_button = 0x7f080149
+com.example.calculator:color/m3_sys_color_dynamic_dark_on_background = 0x7f050148
+com.example.calculator:color/m3_ref_palette_primary20 = 0x7f0500fd
+com.example.calculator:attr/layout_constraintHorizontal_chainStyle = 0x7f030252
+com.example.calculator:attr/checkedIconEnabled = 0x7f0300a0
+com.example.calculator:id/async = 0x7f080063
+com.example.calculator:dimen/mtrl_navigation_item_icon_size = 0x7f0604e5
+com.example.calculator:attr/closeIconEnabled = 0x7f0300cd
+com.example.calculator:attr/layout_constraintBaseline_toTopOf = 0x7f03023f
+com.example.calculator:attr/chipStyle = 0x7f0300b9
+com.example.calculator:attr/progressBarPadding = 0x7f030333
+com.example.calculator:style/ThemeOverlay.Material3.MaterialCalendar = 0x7f11028e
+com.example.calculator:color/material_grey_300 = 0x7f0501e8
+com.example.calculator:style/Base.TextAppearance.AppCompat.Widget.TextView.SpinnerItem = 0x7f11003f
+com.example.calculator:id/shortcut = 0x7f0801cf
+com.example.calculator:dimen/_382sdp = 0x7f060157
+com.example.calculator:id/withinBounds = 0x7f080240
+com.example.calculator:attr/chipSpacingVertical = 0x7f0300b4
+com.example.calculator:dimen/m3_sys_motion_easing_legacy_control_x2 = 0x7f06041c
+com.example.calculator:attr/upDuration = 0x7f030449
+com.example.calculator:dimen/_17sdp = 0x7f06005f
+com.example.calculator:attr/minWidth = 0x7f0302ce
+com.example.calculator:id/action_mode_bar_stub = 0x7f080052
+com.example.calculator:attr/boxStrokeErrorColor = 0x7f030074
+com.example.calculator:attr/keyboardIcon = 0x7f030228
+com.example.calculator:dimen/abc_dialog_list_padding_top_no_title = 0x7f060319
+com.example.calculator:style/Base.Widget.AppCompat.Light.ActionBar.Solid = 0x7f1100ce
+com.example.calculator:color/m3_ref_palette_primary100 = 0x7f0500fc
+com.example.calculator:style/TextAppearance.AppCompat.Menu = 0x7f110193
+com.example.calculator:dimen/_520sdp = 0x7f060201
+com.example.calculator:attr/carousel_previousState = 0x7f030093
+com.example.calculator:attr/state_collapsible = 0x7f03038a
+com.example.calculator:attr/chipIconTint = 0x7f0300ae
+com.example.calculator:dimen/_445sdp = 0x7f0601a4
+com.example.calculator:style/Theme.AppCompat.Light.Dialog.MinWidth = 0x7f11020a
+com.example.calculator:attr/bottomAppBarStyle = 0x7f030067
+com.example.calculator:styleable/Motion = 0x7f120064
+com.example.calculator:dimen/tooltip_corner_radius = 0x7f06053f
+com.example.calculator:color/m3_button_ripple_color_selector = 0x7f050068
+com.example.calculator:style/Widget.MaterialComponents.CollapsingToolbar = 0x7f1103cf
+com.example.calculator:color/m3_sys_color_dark_inverse_primary = 0x7f05012e
+com.example.calculator:attr/startIconDrawable = 0x7f030385
+com.example.calculator:attr/chipIconSize = 0x7f0300ad
+com.example.calculator:id/screen = 0x7f0801ba
+com.example.calculator:attr/chipGroupStyle = 0x7f0300aa
+com.example.calculator:id/btn7 = 0x7f08007b
+com.example.calculator:attr/buttonStyle = 0x7f030081
+com.example.calculator:attr/checkedIconGravity = 0x7f0300a1
+com.example.calculator:attr/carousel_infinite = 0x7f030091
+com.example.calculator:style/Widget.MaterialComponents.MaterialCalendar.HeaderSelection.Fullscreen = 0x7f1103e6
+com.example.calculator:style/Base.Widget.AppCompat.TextView = 0x7f1100e8
+com.example.calculator:dimen/material_clock_number_text_size = 0x7f060440
+com.example.calculator:color/material_grey_900 = 0x7f0501ed
+com.example.calculator:style/Widget.MaterialComponents.MaterialCalendar.YearNavigationButton = 0x7f1103ef
+com.example.calculator:attr/flow_lastVerticalBias = 0x7f0301bc
+com.example.calculator:anim/btn_checkbox_to_checked_icon_null_animation = 0x7f01000e
+com.example.calculator:color/material_dynamic_tertiary70 = 0x7f0501e2
+com.example.calculator:anim/btn_radio_to_off_mtrl_dot_group_animation = 0x7f010012
+com.example.calculator:style/Widget.AppCompat.ActionButton.Overflow = 0x7f1102cc
+com.example.calculator:style/Theme.MaterialComponents.Light.Dialog.MinWidth = 0x7f110259
+com.example.calculator:attr/carousel_touchUp_velocityThreshold = 0x7f030096
+com.example.calculator:attr/queryPatterns = 0x7f03033a
+com.example.calculator:anim/abc_popup_enter = 0x7f010003
+com.example.calculator:attr/checkboxStyle = 0x7f03009c
+com.example.calculator:attr/colorSecondary = 0x7f0300fe
+com.example.calculator:attr/blendSrc = 0x7f030062
+com.example.calculator:attr/placeholderText = 0x7f030321
+com.example.calculator:attr/checkMarkTint = 0x7f03009a
+com.example.calculator:style/Theme.MaterialComponents.Light.Dialog.FixedSize.Bridge = 0x7f110258
+com.example.calculator:attr/motionTarget = 0x7f0302ee
+com.example.calculator:attr/chainUseRtl = 0x7f030098
+com.example.calculator:attr/extendedFloatingActionButtonSurfaceStyle = 0x7f030198
+com.example.calculator:style/Widget.AppCompat.ProgressBar.Horizontal = 0x7f1102fe
+com.example.calculator:attr/actionBarPopupTheme = 0x7f030005
+com.example.calculator:attr/showText = 0x7f030368
+com.example.calculator:id/accessibility_custom_action_30 = 0x7f080037
+com.example.calculator:attr/actionBarTabBarStyle = 0x7f030009
+com.example.calculator:attr/carousel_touchUpMode = 0x7f030094
+com.example.calculator:attr/colorOnPrimary = 0x7f0300ed
+com.example.calculator:style/Platform.V25.AppCompat.Light = 0x7f110130
+com.example.calculator:dimen/tooltip_horizontal_padding = 0x7f060540
+com.example.calculator:id/enterAlways = 0x7f0800f5
+com.example.calculator:attr/carousel_firstView = 0x7f03008f
+com.example.calculator:id/material_timepicker_edit_text = 0x7f080153
+com.example.calculator:attr/behavior_hideable = 0x7f03005d
+com.example.calculator:dimen/_minus56sdp = 0x7f0602ee
+com.example.calculator:attr/guidelineUseRtl = 0x7f0301d8
+com.example.calculator:color/purple_500 = 0x7f050245
+com.example.calculator:attr/deltaPolarRadius = 0x7f03014b
+com.example.calculator:dimen/abc_control_corner_material = 0x7f060310
+com.example.calculator:attr/layout_constraintTop_creator = 0x7f03025d
+com.example.calculator:integer/m3_sys_motion_duration_900 = 0x7f09001e
+com.example.calculator:attr/activityChooserViewStyle = 0x7f030027
+com.example.calculator:dimen/_91sdp = 0x7f0602a8
+com.example.calculator:animator/linear_indeterminate_line1_tail_interpolator = 0x7f02000a
+com.example.calculator:attr/lastItemDecorated = 0x7f03022f
+com.example.calculator:attr/overlapAnchor = 0x7f030307
+com.example.calculator:dimen/_minus6sdp = 0x7f0602f4
+com.example.calculator:attr/cardBackgroundColor = 0x7f030085
+com.example.calculator:dimen/_399sdp = 0x7f06016a
+com.example.calculator:attr/textAppearanceHeadlineMedium = 0x7f0303d9
+com.example.calculator:attr/contentPaddingStart = 0x7f03011c
+com.example.calculator:attr/alertDialogStyle = 0x7f03002a
+com.example.calculator:styleable/SnackbarLayout = 0x7f120087
+com.example.calculator:id/edittext_dropdown_editable = 0x7f0800f0
+com.example.calculator:attr/contentPadding = 0x7f030117
+com.example.calculator:dimen/mtrl_progress_circular_track_thickness_medium = 0x7f0604fb
+com.example.calculator:attr/actionBarStyle = 0x7f030008
+com.example.calculator:animator/linear_indeterminate_line2_tail_interpolator = 0x7f02000c
+com.example.calculator:attr/contentInsetLeft = 0x7f030113
+com.example.calculator:attr/boxCornerRadiusBottomEnd = 0x7f03006f
+com.example.calculator:attr/barrierDirection = 0x7f030055
+com.example.calculator:style/ThemeOverlay.Material3.MaterialAlertDialog.Centered = 0x7f11028d
+com.example.calculator:attr/brightness = 0x7f030077
+com.example.calculator:attr/closeIconStartPadding = 0x7f0300d0
+com.example.calculator:string/error_icon_content_description = 0x7f100026
+com.example.calculator:color/mtrl_navigation_bar_colored_ripple_color = 0x7f050223
+com.example.calculator:attr/checkedIconSize = 0x7f0300a3
+com.example.calculator:style/Base.Widget.MaterialComponents.Chip = 0x7f110101
+com.example.calculator:attr/drawableEndCompat = 0x7f03015f
+com.example.calculator:color/m3_ref_palette_primary99 = 0x7f050106
+com.example.calculator:id/onInterceptTouchReturnSwipe = 0x7f080197
+com.example.calculator:color/m3_ref_palette_dynamic_neutral_variant50 = 0x7f0500a5
+com.example.calculator:style/Widget.MaterialComponents.TimePicker.Display.TextInputEditText = 0x7f110417
+com.example.calculator:attr/layout_editor_absoluteX = 0x7f030269
+com.example.calculator:dimen/_504sdp = 0x7f0601ed
+com.example.calculator:attr/layout_constraintCircleAngle = 0x7f030244
+com.example.calculator:style/MaterialAlertDialog.MaterialComponents.Title.Icon.CenterStacked = 0x7f11011f
+com.example.calculator:attr/animationMode = 0x7f030032
+com.example.calculator:id/tag_on_receive_content_mime_types = 0x7f0801fb
+com.example.calculator:id/nav_host_fragment_content_main = 0x7f080181
+com.example.calculator:dimen/m3_sys_state_pressed_state_layer_opacity = 0x7f060436
+com.example.calculator:style/Widget.MaterialComponents.TimePicker = 0x7f110411
+com.example.calculator:animator/m3_card_elevated_state_list_anim = 0x7f02000f
+com.example.calculator:attr/actionModePasteDrawable = 0x7f03001a
+com.example.calculator:attr/attributeName = 0x7f030039
+com.example.calculator:dimen/_241sdp = 0x7f0600ac
+com.example.calculator:attr/cardUseCompatPadding = 0x7f03008b
+com.example.calculator:dimen/_96sdp = 0x7f0602b2
+com.example.calculator:attr/indicatorSize = 0x7f030204
+com.example.calculator:attr/actionBarSize = 0x7f030006
+com.example.calculator:attr/state_collapsed = 0x7f030389
+com.example.calculator:drawable/$avd_show_password__0 = 0x7f070003
+com.example.calculator:attr/passwordToggleEnabled = 0x7f030316
+com.example.calculator:attr/imageRotate = 0x7f0301fc
+com.example.calculator:id/btnEqual = 0x7f080087
+com.example.calculator:dimen/_404sdp = 0x7f060173
+com.example.calculator:attr/backgroundColor = 0x7f030043
+com.example.calculator:style/Widget.Design.ScrimInsetsFrameLayout = 0x7f110316
+com.example.calculator:layout/abc_popup_menu_header_item_layout = 0x7f0b0012
+com.example.calculator:attr/badgeWidePadding = 0x7f030051
+com.example.calculator:dimen/_313sdp = 0x7f060104
+com.example.calculator:style/Widget.MaterialComponents.ShapeableImageView = 0x7f1103fc
+com.example.calculator:layout/activity_graph = 0x7f0b001c
+com.example.calculator:id/spread = 0x7f0801e1
+com.example.calculator:attr/actionModeTheme = 0x7f030020
+com.example.calculator:animator/mtrl_card_state_list_anim = 0x7f020015
+com.example.calculator:dimen/mtrl_progress_circular_inset = 0x7f0604f1
+com.example.calculator:attr/materialButtonToggleGroupStyle = 0x7f03029f
+com.example.calculator:style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Large = 0x7f11018f
+com.example.calculator:dimen/mtrl_navigation_item_shape_vertical_margin = 0x7f0604e7
+com.example.calculator:color/m3_ref_palette_secondary95 = 0x7f050112
+com.example.calculator:attr/headerLayout = 0x7f0301db
+com.example.calculator:dimen/_97sdp = 0x7f0602b4
+com.example.calculator:attr/barrierAllowsGoneWidgets = 0x7f030054
+com.example.calculator:attr/bottomSheetStyle = 0x7f03006b
+com.example.calculator:attr/thumbStrokeWidth = 0x7f03040f
+com.example.calculator:attr/buttonStyleSmall = 0x7f030082
+com.example.calculator:attr/bottomSheetDialogTheme = 0x7f03006a
+com.example.calculator:style/Theme.MaterialComponents.NoActionBar.Bridge = 0x7f110260
+com.example.calculator:anim/abc_tooltip_enter = 0x7f01000a
+com.example.calculator:color/secondary_text_default_material_dark = 0x7f05024a
+com.example.calculator:style/Widget.AppCompat.ImageButton = 0x7f1102de
+com.example.calculator:style/Base.Theme.MaterialComponents.Light.Dialog.Alert = 0x7f110069
+com.example.calculator:attr/iconSize = 0x7f0301f2
+com.example.calculator:style/Widget.Material3.Button.TextButton.Dialog.Icon = 0x7f110332
+com.example.calculator:drawable/ic_graph = 0x7f07006a
+com.example.calculator:dimen/m3_alert_dialog_icon_size = 0x7f06039f
+com.example.calculator:attr/polarRelativeTo = 0x7f030325
+com.example.calculator:attr/indicatorDirectionLinear = 0x7f030202
+com.example.calculator:layout/abc_activity_chooser_view_list_item = 0x7f0b0007
+com.example.calculator:dimen/mtrl_calendar_header_height = 0x7f06049c
+com.example.calculator:attr/behavior_fitToContents = 0x7f03005b
+com.example.calculator:style/Widget.AppCompat.RatingBar.Small = 0x7f110301
+com.example.calculator:id/scrollable = 0x7f0801bf
+com.example.calculator:color/material_dynamic_neutral0 = 0x7f0501a6
+com.example.calculator:color/design_default_color_on_surface = 0x7f050044
+com.example.calculator:attr/itemMinHeight = 0x7f030213
+com.example.calculator:dimen/_minus10sdp = 0x7f0602bc
+com.example.calculator:color/test_color = 0x7f050256
+com.example.calculator:attr/dropdownListPreferredItemHeight = 0x7f03016b
+com.example.calculator:attr/backgroundInsetStart = 0x7f030046
+com.example.calculator:attr/itemShapeInsetEnd = 0x7f03021c
+com.example.calculator:style/Widget.Material3.Button.Icon = 0x7f11032b
+com.example.calculator:color/material_dynamic_neutral60 = 0x7f0501ad
+com.example.calculator:color/m3_ref_palette_dynamic_neutral100 = 0x7f050094
+com.example.calculator:dimen/m3_card_elevation = 0x7f0603d7
+com.example.calculator:color/m3_ref_palette_dynamic_tertiary40 = 0x7f0500cb
+com.example.calculator:dimen/_144sdp = 0x7f060035
+com.example.calculator:color/design_dark_default_color_on_error = 0x7f050034
+com.example.calculator:dimen/_197sdp = 0x7f060074
+com.example.calculator:interpolator/mtrl_fast_out_linear_in = 0x7f0a0007
+com.example.calculator:attr/haloColor = 0x7f0301d9
+com.example.calculator:color/m3_dark_hint_foreground = 0x7f050076
+com.example.calculator:attr/behavior_skipCollapsed = 0x7f030061
+com.example.calculator:dimen/m3_timepicker_window_elevation = 0x7f060438
+com.example.calculator:color/m3_sys_color_dynamic_dark_on_tertiary_container = 0x7f050150
+com.example.calculator:color/m3_button_ripple_color = 0x7f050067
+com.example.calculator:style/ThemeOverlay.MaterialComponents.Dialog.Alert = 0x7f1102ac
+com.example.calculator:attr/shrinkMotionSpec = 0x7f03036a
+com.example.calculator:attr/colorOnErrorContainer = 0x7f0300ec
+com.example.calculator:attr/iconTintMode = 0x7f0301f5
+com.example.calculator:attr/drawableBottomCompat = 0x7f03015e
+com.example.calculator:attr/borderlessButtonStyle = 0x7f030066
+com.example.calculator:color/m3_sys_color_dark_secondary_container = 0x7f05013f
+com.example.calculator:style/ThemeOverlay.MaterialComponents.Dialog = 0x7f1102ab
+com.example.calculator:dimen/mtrl_textinput_box_corner_radius_small = 0x7f060514
+com.example.calculator:dimen/_minus11sdp = 0x7f0602bd
+com.example.calculator:layout/activity_main_light = 0x7f0b001f
+com.example.calculator:anim/abc_slide_in_top = 0x7f010007
+com.example.calculator:attr/maxWidth = 0x7f0302c4
+com.example.calculator:id/accessibility_custom_action_31 = 0x7f080038
+com.example.calculator:attr/badgeWithTextRadius = 0x7f030052
+com.example.calculator:attr/actionBarTabTextStyle = 0x7f03000b
+com.example.calculator:dimen/material_filled_edittext_font_2_0_padding_bottom = 0x7f06044f
+com.example.calculator:style/Theme.Calculator = 0x7f11020e
+com.example.calculator:id/up = 0x7f080233
+com.example.calculator:attr/borderRound = 0x7f030063
+com.example.calculator:attr/contentInsetEnd = 0x7f030111
+com.example.calculator:dimen/_571sdp = 0x7f06023e
+com.example.calculator:attr/state_dragged = 0x7f03038b
+com.example.calculator:attr/badgeTextColor = 0x7f030050
+com.example.calculator:attr/listDividerAlertDialog = 0x7f030283
+com.example.calculator:attr/checkedIconVisible = 0x7f0300a5
+com.example.calculator:dimen/_230sdp = 0x7f06009f
+com.example.calculator:style/Theme.MaterialComponents.Dialog.Alert.Bridge = 0x7f110246
+com.example.calculator:attr/textInputOutlinedDenseStyle = 0x7f0303fa
+com.example.calculator:interpolator/mtrl_linear = 0x7f0a0009
+com.example.calculator:attr/dividerHorizontal = 0x7f030154
+com.example.calculator:attr/actionButtonStyle = 0x7f03000e
+com.example.calculator:id/btn3 = 0x7f080077
+com.example.calculator:attr/customColorDrawableValue = 0x7f030137
+com.example.calculator:color/m3_sys_color_dynamic_dark_secondary_container = 0x7f050155
+com.example.calculator:attr/behavior_autoHide = 0x7f030057
+com.example.calculator:attr/subheaderInsetStart = 0x7f030396
+com.example.calculator:attr/tabGravity = 0x7f0303a8
+com.example.calculator:attr/itemPaddingBottom = 0x7f030215
+com.example.calculator:attr/dropDownListViewStyle = 0x7f03016a
+com.example.calculator:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.FilledBox = 0x7f1102a1
+com.example.calculator:attr/iconEndPadding = 0x7f0301ef
+com.example.calculator:color/design_fab_stroke_top_outer_color = 0x7f050052
+com.example.calculator:attr/prefixText = 0x7f03032e
+com.example.calculator:id/west = 0x7f08023e
+com.example.calculator:color/design_default_color_on_background = 0x7f050040
+com.example.calculator:dimen/_7ssp = 0x7f06028f
+com.example.calculator:dimen/_79sdp = 0x7f06028c
+com.example.calculator:attr/deltaPolarAngle = 0x7f03014a
+com.example.calculator:attr/drawableTopCompat = 0x7f030166
+com.example.calculator:attr/animateRelativeTo = 0x7f030031
+com.example.calculator:attr/boxCollapsedPaddingTop = 0x7f03006e
+com.example.calculator:dimen/mtrl_badge_text_size = 0x7f06046a
+com.example.calculator:attr/altSrc = 0x7f03002f
+com.example.calculator:styleable/ScrimInsetsFrameLayout = 0x7f120080
+com.example.calculator:id/withText = 0x7f08023f
+com.example.calculator:color/m3_tonal_button_ripple_color_selector = 0x7f05019e
+com.example.calculator:string/hello_second_fragment = 0x7f10002c
+com.example.calculator:attr/contentPaddingLeft = 0x7f03011a
+com.example.calculator:dimen/_436sdp = 0x7f060199
+com.example.calculator:color/mtrl_navigation_bar_colored_item_tint = 0x7f050222
+com.example.calculator:attr/materialCircleRadius = 0x7f0302b3
+com.example.calculator:style/ShapeAppearanceOverlay.Material3.FloatingActionButton = 0x7f110167
+com.example.calculator:color/m3_sys_color_light_secondary_container = 0x7f050185
+com.example.calculator:style/Widget.Material3.FloatingActionButton.Large.Primary = 0x7f11035a
+com.example.calculator:color/m3_sys_color_light_on_surface_variant = 0x7f05017e
+com.example.calculator:animator/m3_chip_state_list_anim = 0x7f020011
+com.example.calculator:dimen/abc_dialog_padding_material = 0x7f06031c
+com.example.calculator:styleable/ActionMenuView = 0x7f120003
+com.example.calculator:style/Base.Widget.AppCompat.Toolbar.Button.Navigation = 0x7f1100eb
+com.example.calculator:attr/alphabeticModifiers = 0x7f03002e
+com.example.calculator:style/ThemeOverlay.Material3.Dark.ActionBar = 0x7f11027c
+com.example.calculator:color/m3_sys_color_dark_on_secondary_container = 0x7f050136
+com.example.calculator:attr/targetId = 0x7f0303c2
+com.example.calculator:dimen/_291sdp = 0x7f0600e8
+com.example.calculator:attr/badgeRadius = 0x7f03004e
+com.example.calculator:attr/extendedFloatingActionButtonPrimaryStyle = 0x7f030195
+com.example.calculator:attr/ifTagNotSet = 0x7f0301f7
+com.example.calculator:style/ThemeOverlay.AppCompat.Dialog.Alert = 0x7f110268
+com.example.calculator:id/actions = 0x7f080055
+com.example.calculator:attr/actionViewClass = 0x7f030026
+com.example.calculator:attr/checkedIconMargin = 0x7f0300a2
+com.example.calculator:style/Animation.MaterialComponents.BottomSheetDialog = 0x7f110007
+com.example.calculator:drawable/ic_m3_chip_check = 0x7f070071
+com.example.calculator:attr/actionTextColorAlpha = 0x7f030025
+com.example.calculator:styleable/TextAppearance = 0x7f120091
+com.example.calculator:color/material_harmonized_color_error_container = 0x7f0501ef
+com.example.calculator:style/ThemeOverlay.Material3.AutoCompleteTextView = 0x7f11026d
+com.example.calculator:id/btn8 = 0x7f08007c
+com.example.calculator:animator/nav_default_enter_anim = 0x7f020020
+com.example.calculator:attr/region_heightMoreThan = 0x7f030346
+com.example.calculator:style/Base.V7.Theme.AppCompat.Light = 0x7f1100ac
+com.example.calculator:string/abc_searchview_description_query = 0x7f100014
+com.example.calculator:dimen/mtrl_exposed_dropdown_menu_popup_vertical_offset = 0x7f0604bf
+com.example.calculator:color/m3_ref_palette_dynamic_secondary95 = 0x7f0500c4
+com.example.calculator:attr/actionModeShareDrawable = 0x7f03001d
+com.example.calculator:dimen/cardview_default_radius = 0x7f06034f
+com.example.calculator:styleable/ForegroundLinearLayout = 0x7f12003b
+com.example.calculator:color/m3_elevated_chip_background_color = 0x7f050084
+com.example.calculator:styleable/MaterialCalendarItem = 0x7f120056
+com.example.calculator:integer/app_bar_elevation_anim_duration = 0x7f090002
+com.example.calculator:drawable/avd_hide_password = 0x7f070056
+com.example.calculator:dimen/abc_edit_text_inset_bottom_material = 0x7f060324
+com.example.calculator:color/m3_sys_color_light_on_error = 0x7f050177
+com.example.calculator:id/titleDividerNoCustom = 0x7f08021a
+com.example.calculator:color/m3_sys_color_dynamic_dark_on_secondary = 0x7f05014b
+com.example.calculator:dimen/design_textinput_caption_translate_y = 0x7f060389
+com.example.calculator:dimen/m3_large_fab_size = 0x7f0603ee
+com.example.calculator:color/m3_dynamic_dark_primary_text_disable_only = 0x7f05007e
+com.example.calculator:attr/actionModeCloseDrawable = 0x7f030016
+com.example.calculator:attr/actionBarTabStyle = 0x7f03000a
+com.example.calculator:dimen/_52ssp = 0x7f06020c
+com.example.calculator:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Query = 0x7f11013e
+com.example.calculator:attr/boxBackgroundMode = 0x7f03006d
+com.example.calculator:attr/transitionDisable = 0x7f030440
+com.example.calculator:attr/boxBackgroundColor = 0x7f03006c
+com.example.calculator:attr/collapsedTitleGravity = 0x7f0300d7
+com.example.calculator:color/cardview_shadow_end_color = 0x7f05002c
+com.example.calculator:attr/radioButtonStyle = 0x7f03033b
+com.example.calculator:drawable/abc_ic_arrow_drop_right_black_24dp = 0x7f07001d
+com.example.calculator:color/mtrl_on_surface_ripple_color = 0x7f05022a
+com.example.calculator:animator/nav_default_pop_exit_anim = 0x7f020023
+com.example.calculator:dimen/_333sdp = 0x7f06011c
+com.example.calculator:attr/buttonGravity = 0x7f03007e
+com.example.calculator:dimen/design_navigation_item_vertical_padding = 0x7f060376
+com.example.calculator:mipmap/ic_launcher_calculator_round = 0x7f0d0003
+com.example.calculator:dimen/_151sdp = 0x7f06003e
+com.example.calculator:attr/arrowHeadLength = 0x7f030037
+com.example.calculator:attr/controlBackground = 0x7f030120
+com.example.calculator:dimen/_212sdp = 0x7f060089
+com.example.calculator:id/reverseSawtooth = 0x7f0801ae
+com.example.calculator:dimen/_117sdp = 0x7f060014
+com.example.calculator:color/m3_ref_palette_neutral_variant10 = 0x7f0500ee
+com.example.calculator:layout/material_timepicker_dialog = 0x7f0b0048
+com.example.calculator:attr/reactiveGuide_animateChange = 0x7f030340
+com.example.calculator:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Icon1 = 0x7f11013c
+com.example.calculator:layout/sdp_example = 0x7f0b006e
+com.example.calculator:attr/itemPaddingTop = 0x7f030216
+com.example.calculator:color/m3_ref_palette_dynamic_neutral20 = 0x7f050095
+com.example.calculator:style/Widget.MaterialComponents.Slider = 0x7f1103fd
+com.example.calculator:dimen/mtrl_snackbar_message_margin_horizontal = 0x7f060510
+com.example.calculator:attr/viewTransitionMode = 0x7f030451
+com.example.calculator:interpolator/mtrl_fast_out_slow_in = 0x7f0a0008
+com.example.calculator:drawable/design_ic_visibility_off = 0x7f070062
+com.example.calculator:dimen/m3_btn_icon_btn_padding_left = 0x7f0603c0
+com.example.calculator:attr/textInputOutlinedStyle = 0x7f0303fc
+com.example.calculator:id/south = 0x7f0801db
+com.example.calculator:attr/textAppearanceLineHeightEnabled = 0x7f0303df
+com.example.calculator:color/m3_sys_color_light_surface = 0x7f050186
+com.example.calculator:style/Theme.Material3.Light.Dialog.Alert = 0x7f11022c
+com.example.calculator:anim/btn_checkbox_to_unchecked_box_inner_merged_animation = 0x7f01000f
+com.example.calculator:dimen/mtrl_calendar_day_height = 0x7f060492
+com.example.calculator:style/ThemeOverlay.Material3.Dialog.Alert.Framework = 0x7f110280
+com.example.calculator:attr/trackColor = 0x7f030437
+com.example.calculator:attr/alertDialogButtonGroupStyle = 0x7f030028
+com.example.calculator:style/Base.Widget.MaterialComponents.MaterialCalendar.HeaderToggleButton = 0x7f110102
+com.example.calculator:anim/btn_radio_to_on_mtrl_dot_group_animation = 0x7f010015
+com.example.calculator:style/Widget.MaterialComponents.MaterialDivider = 0x7f1103f0
+com.example.calculator:dimen/notification_top_pad_large_text = 0x7f060531
+com.example.calculator:animator/mtrl_extended_fab_hide_motion_spec = 0x7f020019
+com.example.calculator:dimen/_38sdp = 0x7f06015f
+com.example.calculator:dimen/_141sdp = 0x7f060032
+com.example.calculator:animator/nav_default_exit_anim = 0x7f020021
+com.example.calculator:attr/contentDescription = 0x7f030110
+com.example.calculator:attr/behavior_autoShrink = 0x7f030058
+com.example.calculator:dimen/_46sdp = 0x7f0601c1
+com.example.calculator:attr/textAppearanceSearchResultSubtitle = 0x7f0303e5
+com.example.calculator:color/material_dynamic_secondary0 = 0x7f0501cd
+com.example.calculator:color/material_dynamic_primary60 = 0x7f0501c7
+com.example.calculator:anim/mtrl_card_lowers_interpolator = 0x7f01001f
+com.example.calculator:drawable/material_ic_keyboard_arrow_next_black_24dp = 0x7f070088
+com.example.calculator:drawable/material_ic_clear_black_24dp = 0x7f070085
+com.example.calculator:anim/btn_radio_to_on_mtrl_ring_outer_animation = 0x7f010016
+com.example.calculator:style/Base.V14.Theme.MaterialComponents.Light.Dialog = 0x7f11008b
+com.example.calculator:id/direct = 0x7f0800d8
+com.example.calculator:attr/dividerInsetEnd = 0x7f030155
+com.example.calculator:style/ShapeAppearance.Material3.Tooltip = 0x7f110159
+com.example.calculator:attr/layout_keyline = 0x7f030273
+com.example.calculator:style/Platform.MaterialComponents.Dialog = 0x7f110127
+com.example.calculator:attr/expandedTitleMarginStart = 0x7f030190
+com.example.calculator:color/m3_sys_color_dark_on_primary_container = 0x7f050134
+com.example.calculator:attr/exitAnim = 0x7f030188
+com.example.calculator:integer/mtrl_tab_indicator_anim_duration_ms = 0x7f090030
+com.example.calculator:attr/title = 0x7f03041c
+com.example.calculator:dimen/m3_chip_elevated_elevation = 0x7f0603de
+com.example.calculator:color/m3_dynamic_dark_highlighted_text = 0x7f05007c
+com.example.calculator:styleable/LinearLayoutCompat_Layout = 0x7f12004d
+com.example.calculator:dimen/m3_sys_motion_easing_standard_control_x2 = 0x7f06042c
+com.example.calculator:dimen/material_clock_hand_stroke_width = 0x7f06043e
+com.example.calculator:color/material_dynamic_neutral100 = 0x7f0501a8
+com.example.calculator:attr/itemBackground = 0x7f03020b
+com.example.calculator:attr/circularflow_angles = 0x7f0300bd
+com.example.calculator:attr/firstBaselineToTopHeight = 0x7f0301a7
+com.example.calculator:color/material_dynamic_neutral80 = 0x7f0501af
+com.example.calculator:style/Base.TextAppearance.AppCompat.Display2 = 0x7f110019
+com.example.calculator:animator/m3_elevated_chip_state_list_anim = 0x7f020012
+com.example.calculator:drawable/ic_launcher_background = 0x7f07006e
+com.example.calculator:animator/m3_card_state_list_anim = 0x7f020010
+com.example.calculator:attr/imagePanX = 0x7f0301fa
+com.example.calculator:attr/paddingRightSystemWindowInsets = 0x7f03030d
+com.example.calculator:attr/fastScrollEnabled = 0x7f0301a2
+com.example.calculator:dimen/m3_btn_inset = 0x7f0603c6
+com.example.calculator:layout/abc_list_menu_item_layout = 0x7f0b0010
+com.example.calculator:animator/fragment_fade_exit = 0x7f020006
+com.example.calculator:style/ThemeOverlay.MaterialComponents.BottomAppBar.Primary = 0x7f1102a5
+com.example.calculator:style/ThemeOverlay.Material3.MaterialAlertDialog = 0x7f11028c
+com.example.calculator:string/abc_activitychooserview_choose_application = 0x7f100005
+com.example.calculator:animator/design_fab_hide_motion_spec = 0x7f020001
+com.example.calculator:attr/ensureMinTouchTargetSize = 0x7f03017f
+com.example.calculator:dimen/material_font_1_3_box_collapsed_padding_top = 0x7f060451
+com.example.calculator:id/supportScrollUp = 0x7f0801f3
+com.example.calculator:color/mtrl_textinput_default_box_stroke_color = 0x7f050235
+com.example.calculator:color/m3_ref_palette_primary30 = 0x7f0500fe
+com.example.calculator:color/m3_ref_palette_secondary10 = 0x7f050108
+com.example.calculator:dimen/_142sdp = 0x7f060033
+com.example.calculator:attr/motion_triggerOnCollision = 0x7f0302f0
+com.example.calculator:dimen/m3_chip_checked_hovered_translation_z = 0x7f0603da
+com.example.calculator:id/action_SecondFragment_to_FirstFragment = 0x7f080043
+com.example.calculator:attr/themeLineHeight = 0x7f030409
+com.example.calculator:id/collapseActionView = 0x7f0800ba
+com.example.calculator:dimen/_33ssp = 0x7f060124
+com.example.calculator:dimen/_40ssp = 0x7f06017a
+com.example.calculator:attr/behavior_overlapTop = 0x7f03005e
+com.example.calculator:color/design_dark_default_color_primary_variant = 0x7f05003a
+com.example.calculator:attr/allowStacking = 0x7f03002c
+com.example.calculator:style/Base.TextAppearance.AppCompat.Menu = 0x7f110024
+com.example.calculator:dimen/_530sdp = 0x7f06020d
+com.example.calculator:attr/chipStandaloneStyle = 0x7f0300b5
+com.example.calculator:anim/abc_shrink_fade_out_from_bottom = 0x7f010005
+com.example.calculator:id/anticipate = 0x7f080060
+com.example.calculator:dimen/mtrl_navigation_rail_elevation = 0x7f0604eb
+com.example.calculator:dimen/_minus52sdp = 0x7f0602ea
+com.example.calculator:attr/textAppearanceDisplaySmall = 0x7f0303d1
+com.example.calculator:color/m3_sys_color_dynamic_light_tertiary = 0x7f05016e
+com.example.calculator:dimen/_45ssp = 0x7f0601b6
+com.example.calculator:anim/design_bottom_sheet_slide_in = 0x7f010018
+com.example.calculator:attr/errorTextColor = 0x7f030187
+com.example.calculator:attr/circularflow_viewCenter = 0x7f0300c1
+com.example.calculator:style/TestStyleWithLineHeight = 0x7f11017a
+com.example.calculator:attr/badgeGravity = 0x7f03004d
+com.example.calculator:anim/mtrl_bottom_sheet_slide_in = 0x7f01001d
+com.example.calculator:dimen/activity_horizontal_margin = 0x7f06034a
+com.example.calculator:color/switch_thumb_material_dark = 0x7f050250
+com.example.calculator:attr/fontProviderFetchStrategy = 0x7f0301c9
+com.example.calculator:style/Widget.MaterialComponents.Button.TextButton.Dialog.Flush = 0x7f1103be
+com.example.calculator:animator/fragment_open_enter = 0x7f020007
+com.example.calculator:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Header.Text.Day = 0x7f1102b5
+com.example.calculator:string/open = 0x7f10007b
+com.example.calculator:dimen/mtrl_navigation_rail_text_size = 0x7f0604f0
+com.example.calculator:attr/pathMotionArc = 0x7f030319
+com.example.calculator:id/antiClockwise = 0x7f08005f
+com.example.calculator:drawable/abc_action_bar_item_background_material = 0x7f070008
+com.example.calculator:style/Widget.MaterialComponents.Button.OutlinedButton.Icon = 0x7f1103bb
+com.example.calculator:style/Theme.MaterialComponents.Dialog.MinWidth = 0x7f11024a
+com.example.calculator:dimen/m3_sys_motion_easing_standard_decelerate_control_y2 = 0x7f060432
+com.example.calculator:attr/hideOnContentScroll = 0x7f0301e3
+com.example.calculator:color/m3_sys_color_dynamic_light_primary_container = 0x7f050169
+com.example.calculator:style/Platform.MaterialComponents.Light.Dialog = 0x7f110129
+com.example.calculator:attr/expandedTitleMargin = 0x7f03018d
+com.example.calculator:drawable/abc_btn_switch_to_on_mtrl_00012 = 0x7f070015
+com.example.calculator:id/x_left = 0x7f080244
+com.example.calculator:id/tag_accessibility_clickable_spans = 0x7f0801f6
+com.example.calculator:drawable/abc_ab_share_pack_mtrl_alpha = 0x7f070007
+com.example.calculator:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog = 0x7f1102b0
+com.example.calculator:id/x_right = 0x7f080245
+com.example.calculator:attr/customFloatValue = 0x7f03013a
+com.example.calculator:attr/mock_diagonalsColor = 0x7f0302cf
+com.example.calculator:layout/design_layout_tab_text = 0x7f0b002b
+com.example.calculator:dimen/m3_bottom_nav_item_padding_top = 0x7f0603b3
+com.example.calculator:id/item4 = 0x7f080132
+com.example.calculator:color/material_dynamic_tertiary50 = 0x7f0501e0
diff --git a/Calculator/app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt b/Calculator/app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt
new file mode 100644
index 0000000..44a3bc3
--- /dev/null
+++ b/Calculator/app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt
@@ -0,0 +1,5471 @@
+com.example.calculator
+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 mtrl_bottom_sheet_slide_in
+anim mtrl_bottom_sheet_slide_out
+anim mtrl_card_lowers_interpolator
+anim nav_default_enter_anim
+anim nav_default_exit_anim
+anim nav_default_pop_enter_anim
+anim nav_default_pop_exit_anim
+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 linear_indeterminate_line1_head_interpolator
+animator linear_indeterminate_line1_tail_interpolator
+animator linear_indeterminate_line2_head_interpolator
+animator linear_indeterminate_line2_tail_interpolator
+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 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
+animator nav_default_enter_anim
+animator nav_default_exit_anim
+animator nav_default_pop_enter_anim
+animator nav_default_pop_exit_anim
+attr SharedValue
+attr SharedValueId
+attr action
+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 alertDialogButtonGroupStyle
+attr alertDialogCenterButtons
+attr alertDialogStyle
+attr alertDialogTheme
+attr allowStacking
+attr alpha
+attr alphabeticModifiers
+attr altSrc
+attr animateCircleAngleTo
+attr animateRelativeTo
+attr animationMode
+attr appBarLayoutStyle
+attr applyMotionScene
+attr arcMode
+attr argType
+attr arrowHeadLength
+attr arrowShaftLength
+attr attributeName
+attr autoCompleteMode
+attr autoCompleteTextViewStyle
+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_skipCollapsed
+attr blendSrc
+attr borderRound
+attr borderRoundPercent
+attr borderWidth
+attr borderlessButtonStyle
+attr bottomAppBarStyle
+attr bottomInsetScrimEnabled
+attr bottomNavigationStyle
+attr bottomSheetDialogTheme
+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 buttonIconDimen
+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 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 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 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 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 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 data
+attr dataPattern
+attr dayInvalidStyle
+attr daySelectedStyle
+attr dayStyle
+attr dayTodayStyle
+attr defaultDuration
+attr defaultNavHost
+attr defaultQueryHint
+attr defaultState
+attr deltaPolarAngle
+attr deltaPolarRadius
+attr deriveConstraintsFrom
+attr destination
+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 endIconMode
+attr endIconTint
+attr endIconTintMode
+attr enforceMaterialTheme
+attr enforceTextAppearance
+attr ensureMinTouchTargetSize
+attr enterAnim
+attr errorContentDescription
+attr errorEnabled
+attr errorIconDrawable
+attr errorIconTint
+attr errorIconTintMode
+attr errorTextAppearance
+attr errorTextColor
+attr exitAnim
+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 extendedFloatingActionButtonPrimaryStyle
+attr extendedFloatingActionButtonSecondaryStyle
+attr extendedFloatingActionButtonStyle
+attr extendedFloatingActionButtonSurfaceStyle
+attr extendedFloatingActionButtonTertiaryStyle
+attr extraMultilineHeightEnabled
+attr fabAlignmentMode
+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 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 foregroundInsidePadding
+attr framePosition
+attr gapBetweenBars
+attr gestureInsetBottomIgnored
+attr goIcon
+attr graph
+attr guidelineUseRtl
+attr haloColor
+attr haloRadius
+attr headerLayout
+attr height
+attr helperText
+attr helperTextEnabled
+attr helperTextTextAppearance
+attr helperTextTextColor
+attr hideAnimationBehavior
+attr hideMotionSpec
+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 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 launchSingleTop
+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 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 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 menuGravity
+attr methodName
+attr mimeType
+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 motionDurationLong1
+attr motionDurationLong2
+attr motionDurationMedium1
+attr motionDurationMedium2
+attr motionDurationShort1
+attr motionDurationShort2
+attr motionEasingAccelerated
+attr motionEasingDecelerated
+attr motionEasingEmphasized
+attr motionEasingLinear
+attr motionEasingStandard
+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 navGraph
+attr navigationContentDescription
+attr navigationIcon
+attr navigationIconTint
+attr navigationMode
+attr navigationRailStyle
+attr navigationViewStyle
+attr nestedScrollFlags
+attr nestedScrollViewStyle
+attr nestedScrollable
+attr nullable
+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 popEnterAnim
+attr popExitAnim
+attr popUpTo
+attr popUpToInclusive
+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 reverseLayout
+attr rippleColor
+attr rotationCenterId
+attr round
+attr roundPercent
+attr saturation
+attr scaleFromTextSize
+attr scrimAnimationDuration
+attr scrimBackground
+attr scrimVisibleHeightTrigger
+attr searchHintIcon
+attr searchIcon
+attr searchViewStyle
+attr seekBarStyle
+attr selectableItemBackground
+attr selectableItemBackgroundBorderless
+attr selectionRequired
+attr selectorSize
+attr setsTag
+attr shapeAppearance
+attr shapeAppearanceLargeComponent
+attr shapeAppearanceMediumComponent
+attr shapeAppearanceOverlay
+attr shapeAppearanceSmallComponent
+attr shortcutMatchRequired
+attr showAnimationBehavior
+attr showAsAction
+attr showDelay
+attr showDividers
+attr showMotionSpec
+attr showPaths
+attr showText
+attr showTitle
+attr shrinkMotionSpec
+attr simpleItemLayout
+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 startDestination
+attr startIconCheckable
+attr startIconContentDescription
+attr startIconDrawable
+attr startIconTint
+attr startIconTintMode
+attr state_above_anchor
+attr state_collapsed
+attr state_collapsible
+attr state_dragged
+attr state_liftable
+attr state_lifted
+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 tabSelectedTextColor
+attr tabStyle
+attr tabTextAppearance
+attr tabTextColor
+attr tabUnboundedRipple
+attr targetId
+attr targetPackage
+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 themeLineHeight
+attr thickness
+attr thumbColor
+attr thumbElevation
+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 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 titleTextStyle
+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 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 uri
+attr useCompatPadding
+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 checkbox_themeable_attribute_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 highlighted_text_material_dark
+color highlighted_text_material_light
+color ic_launcher_background
+color ic_launcher_calculator_background
+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_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_elevated_chip_background_color
+color m3_highlighted_text
+color m3_hint_foreground
+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_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_button_tint
+color m3_selection_control_ripple_color_selector
+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_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_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_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_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_ripple_color
+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_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_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 radiobutton_themeable_attribute_color
+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 test_color
+color test_mtrl_calendar_day
+color test_mtrl_calendar_day_selected
+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 action_bar_size
+dimen activity_horizontal_margin
+dimen activity_vertical_margin
+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 default_dimension
+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 fab_margin
+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_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_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_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_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_slider_thumb_elevation
+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 material_bottom_sheet_max_width
+dimen material_clock_display_padding
+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_padding
+dimen material_clock_number_text_size
+dimen material_clock_period_toggle_height
+dimen material_clock_period_toggle_margin_left
+dimen material_clock_period_toggle_width
+dimen material_clock_size
+dimen material_cursor_inset_bottom
+dimen material_cursor_inset_top
+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_text_size_dp
+dimen material_text_size_sp
+dimen material_text_view_test_line_height
+dimen material_text_view_test_line_height_override
+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_corner_radius
+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_large_touch_target
+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_track_top
+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_thumb_elevation
+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 test_dimen
+dimen test_mtrl_calendar_day_cornerSize
+dimen test_navigation_bar_active_item_max_width
+dimen test_navigation_bar_active_item_min_width
+dimen test_navigation_bar_active_text_size
+dimen test_navigation_bar_elevation
+dimen test_navigation_bar_height
+dimen test_navigation_bar_icon_size
+dimen test_navigation_bar_item_max_width
+dimen test_navigation_bar_item_min_width
+dimen test_navigation_bar_label_padding
+dimen test_navigation_bar_shadow_height
+dimen test_navigation_bar_text_size
+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 avd_hide_password
+drawable avd_show_password
+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 design_fab_background
+drawable design_ic_visibility
+drawable design_ic_visibility_off
+drawable design_password_eye
+drawable design_snackbar_background
+drawable ic__logo
+drawable ic_clock_black_24dp
+drawable ic_convert
+drawable ic_dark_mode
+drawable ic_degree
+drawable ic_graph
+drawable ic_home
+drawable ic_icon_calculator
+drawable ic_keyboard_black_24dp
+drawable ic_launcher_background
+drawable ic_launcher_foreground
+drawable ic_light_mode
+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_scale
+drawable ic_speed
+drawable ic_temp
+drawable m3_appbar_background
+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_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_error
+drawable mtrl_navigation_bar_item_background
+drawable mtrl_popupmenu_background
+drawable mtrl_popupmenu_background_overlay
+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 test_custom_background
+drawable test_level_drawable
+drawable tooltip_frame_dark
+drawable tooltip_frame_light
+id ALT
+id BOTTOM_END
+id BOTTOM_START
+id CTRL
+id Cosecx
+id Cosx
+id Cotx
+id CtoF
+id Cubex
+id Equal
+id FUNCTION
+id FirstFragment
+id FtoC
+id FtoK
+id KtoF
+id Logx
+id META
+id NO_DEBUG
+id SHIFT
+id SHOW_ALL
+id SHOW_PATH
+id SHOW_PROGRESS
+id SYM
+id SecondFragment
+id Secx
+id Sinx
+id TOP_END
+id TOP_START
+id Tanx
+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_FirstFragment_to_SecondFragment
+id action_SecondFragment_to_FirstFragment
+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 blocking
+id bottom
+id bounce
+id bounceBoth
+id bounceEnd
+id bounceStart
+id btn0
+id btn00
+id btn1
+id btn2
+id btn3
+id btn4
+id btn5
+id btn6
+id btn7
+id btn8
+id btn9
+id btnAdd
+id btnBack
+id btnClear
+id btnCos
+id btnDecimal
+id btnDivide
+id btnE
+id btnEPowerx
+id btnEndBkt
+id btnEqual
+id btnGraph
+id btnHistory
+id btnHome
+id btnInverseCos
+id btnInverseSin
+id btnInversetan
+id btnLog
+id btnMatrix
+id btnMinus
+id btnModx
+id btnMultiply
+id btnOpenBkt
+id btnPi
+id btnRotate
+id btnSin
+id btnSqrt
+id btnSquarex
+id btnTan
+id btnThemeConverter
+id btnUnitConverter
+id btnXPowerY
+id buttonPanel
+id button_first
+id button_second
+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 chip
+id chip1
+id chip2
+id chip3
+id chip_group
+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 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 dragAnticlockwise
+id dragClockwise
+id dragDown
+id dragEnd
+id dragLeft
+id dragRight
+id dragStart
+id dragUp
+id drawerLayout
+id dropdown_editable
+id dropdown_menu
+id dropdown_noneditable
+id dtor
+id easeIn
+id easeInOut
+id easeOut
+id east
+id edit_query
+id edittext_dropdown_editable
+id edittext_dropdown_noneditable
+id elastic
+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 foottom
+id forever
+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_Cubex
+id graph_Sqrtx
+id graph_SquareX
+id graph_wrap
+id graph_x
+id group_divider
+id grouping
+id groups
+id guideline
+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 immediateStop
+id included
+id info
+id invisible
+id inward
+id italic
+id item1
+id item2
+id item3
+id item4
+id item_touch_helper_previous_elevation
+id jumpToEnd
+id jumpToStart
+id kmphtomps
+id kmtomile
+id labeled
+id layout
+id left
+id leftToRight
+id legacy
+id line1
+id line3
+id linear
+id listMode
+id list_item
+id masked
+id match_constraint
+id match_parent
+id material_clock_display
+id material_clock_face
+id material_clock_hand
+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_edit_text
+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 miletokm
+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 mpstokmph
+id mtofoot
+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 nav_controller_view_tag
+id nav_graph
+id nav_host_fragment_container
+id nav_host_fragment_content_main
+id nav_view
+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_toggle
+id path
+id pathRelative
+id peekHeight
+id percent
+id pin
+id position
+id postLayout
+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 rtod
+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_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_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 splash_icon
+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 test_checkbox_android_button_tint
+id test_checkbox_app_button_tint
+id test_radiobutton_android_button_tint
+id test_radiobutton_app_button_tint
+id text
+id text2
+id textEnd
+id textSpacerNoButtons
+id textSpacerNoTitle
+id textStart
+id textTop
+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 textview_first
+id textview_second
+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 tvInput
+id tvResult
+id unchecked
+id uniform
+id unit_degree
+id unit_input
+id unit_length
+id unit_output
+id unit_speed
+id unit_temp
+id unlabeled
+id up
+id useLogo
+id value
+id vertical_only
+id view_offset_helper
+id view_transition
+id view_tree_lifecycle_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 withinBounds
+id wrap
+id wrap_content
+id wrap_content_constrained
+id x_left
+id x_right
+id zero_corner_chip
+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_navAnimTime
+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_100
+integer m3_sys_motion_duration_1000
+integer m3_sys_motion_duration_150
+integer m3_sys_motion_duration_200
+integer m3_sys_motion_duration_250
+integer m3_sys_motion_duration_300
+integer m3_sys_motion_duration_350
+integer m3_sys_motion_duration_400
+integer m3_sys_motion_duration_450
+integer m3_sys_motion_duration_50
+integer m3_sys_motion_duration_500
+integer m3_sys_motion_duration_550
+integer m3_sys_motion_duration_600
+integer m3_sys_motion_duration_700
+integer m3_sys_motion_duration_800
+integer m3_sys_motion_duration_900
+integer m3_sys_motion_path
+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_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 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_graph
+layout activity_graph_light
+layout activity_main
+layout activity_main_light
+layout activity_plotting_graph
+layout activity_splash_screen
+layout activity_unit_converter
+layout activity_unit_converter_light
+layout content_main
+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 fragment_first
+layout fragment_second
+layout m3_alert_dialog
+layout m3_alert_dialog_actions
+layout m3_alert_dialog_title
+layout m3_auto_complete_simple_item
+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 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
+layout test_action_chip
+layout test_chip_zero_corner_radius
+layout test_design_checkbox
+layout test_design_radiobutton
+layout test_exposed_dropdown_menu
+layout test_navigation_bar_item_layout
+layout test_reflow_chipgroup
+layout test_toolbar
+layout test_toolbar_custom_background
+layout test_toolbar_elevation
+layout test_toolbar_surface
+layout text_view_with_line_height_from_appearance
+layout text_view_with_line_height_from_layout
+layout text_view_with_line_height_from_style
+layout text_view_with_theme_line_height
+layout text_view_without_line_height
+menu example_menu
+menu example_menu2
+menu nav_menu_unit_converter
+mipmap ic_launcher
+mipmap ic_launcher_calculator
+mipmap ic_launcher_calculator_foreground
+mipmap ic_launcher_calculator_round
+mipmap ic_launcher_round
+navigation nav_graph
+plurals mtrl_badge_content_description
+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_expand_halfway
+string character_counter_content_description
+string character_counter_overflowed_content_description
+string character_counter_pattern
+string chip_text
+string clear_text_end_icon_content_description
+string close
+string error_icon_content_description
+string exposed_dropdown_menu_content_description
+string fab_transformation_scrim_behavior
+string fab_transformation_sheet_behavior
+string first_fragment_label
+string hello_first_fragment
+string hello_second_fragment
+string hide_bottom_view_on_scroll_behavior
+string icon_content_description
+string item_view_role_description
+string label
+string m3_ref_typeface_brand_medium
+string m3_ref_typeface_brand_regular
+string m3_ref_typeface_plain_medium
+string m3_ref_typeface_plain_regular
+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_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_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_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_selection
+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_invalid_format
+string mtrl_picker_invalid_format_example
+string mtrl_picker_invalid_format_use
+string mtrl_picker_invalid_range
+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_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_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_timepicker_confirm
+string nav_app_bar_navigate_up_description
+string nav_app_bar_open_drawer_description
+string next
+string open
+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 previous
+string search_menu_title
+string second_fragment_label
+string status_bar_notification_info_overflow
+string title_activity_main2
+style AlertDialog_AppCompat
+style AlertDialog_AppCompat_Light
+style AndroidThemeColorAccentYellow
+style Animation_AppCompat_Dialog
+style Animation_AppCompat_DropDownUp
+style Animation_AppCompat_Tooltip
+style Animation_Design_BottomSheetDialog
+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_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_Light
+style Base_Theme_Material3_Light_BottomSheetDialog
+style Base_Theme_Material3_Light_Dialog
+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_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_Light
+style Base_V14_Theme_Material3_Light_BottomSheetDialog
+style Base_V14_Theme_Material3_Light_Dialog
+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_MaterialComponents_BottomSheetDialog
+style Base_V14_ThemeOverlay_MaterialComponents_Dialog
+style Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert
+style Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog
+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_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_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_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 CardView
+style CardView_Dark
+style CardView_Light
+style EmptyTheme
+style MaterialAlertDialog_Material3
+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_Sys_Shape_Corner_ExtraLarge
+style ShapeAppearance_M3_Sys_Shape_Corner_ExtraLarge_Top
+style ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall
+style ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall_Top
+style ShapeAppearance_M3_Sys_Shape_Corner_Full
+style ShapeAppearance_M3_Sys_Shape_Corner_Large
+style ShapeAppearance_M3_Sys_Shape_Corner_Large_End
+style ShapeAppearance_M3_Sys_Shape_Corner_Large_Top
+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_Test
+style ShapeAppearance_MaterialComponents_Tooltip
+style ShapeAppearanceOverlay
+style ShapeAppearanceOverlay_BottomLeftDifferentCornerSize
+style ShapeAppearanceOverlay_BottomRightCut
+style ShapeAppearanceOverlay_Cut
+style ShapeAppearanceOverlay_DifferentCornerSize
+style ShapeAppearanceOverlay_Material3_Button
+style ShapeAppearanceOverlay_Material3_Chip
+style ShapeAppearanceOverlay_Material3_FloatingActionButton
+style ShapeAppearanceOverlay_Material3_NavigationView_Item
+style ShapeAppearanceOverlay_Material3_TextField_Filled
+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 ShapeAppearanceOverlay_TopLeftCut
+style ShapeAppearanceOverlay_TopRightDifferentCornerSize
+style Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day
+style Test_Theme_MaterialComponents_MaterialCalendar
+style Test_Widget_MaterialComponents_MaterialCalendar
+style Test_Widget_MaterialComponents_MaterialCalendar_Day
+style Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected
+style TestStyleWithLineHeight
+style TestStyleWithLineHeightAppearance
+style TestStyleWithThemeLineHeightAttribute
+style TestStyleWithoutLineHeight
+style TestThemeWithLineHeight
+style TestThemeWithLineHeightDisabled
+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_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_Test_NoTextSize
+style TextAppearance_Test_UsesDp
+style TextAppearance_Test_UsesSP
+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_Calculator
+style Theme_Calculator_AppBarOverlay
+style Theme_Calculator_NoActionBar
+style Theme_Calculator_PopupOverlay
+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_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_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_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_BarSize
+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_LargeTouch
+style Theme_MaterialComponents_Light_NoActionBar
+style Theme_MaterialComponents_Light_NoActionBar_Bridge
+style Theme_MaterialComponents_NoActionBar
+style Theme_MaterialComponents_NoActionBar_Bridge
+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_BottomSheetDialog
+style ThemeOverlay_Material3_Button
+style ThemeOverlay_Material3_Button_ElevatedButton
+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_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_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_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 ThemeOverlayColorAccentRed
+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_BottomNavigationView
+style Widget_Material3_BottomNavigationView_ActiveIndicator
+style Widget_Material3_BottomSheet
+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_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_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_Surface
+style Widget_Material3_FloatingActionButton_Tertiary
+style Widget_Material3_Light_ActionBar_Solid
+style Widget_Material3_LinearProgressIndicator
+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_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_Slider
+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_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
+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 ActivityNavigator android_name action data dataPattern targetPackage
+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 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 backgroundTint elevation fabAlignmentMode fabAnimationMode fabCradleMargin fabCradleRoundedCornerRadius fabCradleVerticalOffset hideOnScroll navigationIconTint paddingBottomSystemWindowInsets paddingLeftSystemWindowInsets paddingRightSystemWindowInsets
+styleable BottomNavigationView android_minHeight 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_skipCollapsed gestureInsetBottomIgnored marginLeftSystemWindowInsets marginRightSystemWindowInsets marginTopSystemWindowInsets paddingBottomSystemWindowInsets paddingLeftSystemWindowInsets paddingRightSystemWindowInsets paddingTopSystemWindowInsets shapeAppearance shapeAppearanceOverlay
+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 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 DialogFragmentNavigator android_name
+styleable DrawerArrowToggle arrowHeadLength arrowShaftLength barLength color drawableSize gapBetweenBars spinBars thickness
+styleable DrawerLayout elevation
+styleable ExtendedFloatingActionButton collapsedSize elevation extendMotionSpec 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 FragmentNavigator android_name
+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 simpleItemLayout 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
+styleable MaterialButtonToggleGroup 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 buttonTint centerIfNoTextEnabled useMaterialThemeColors
+styleable MaterialDivider dividerColor dividerInsetEnd dividerInsetStart dividerThickness lastItemDecorated
+styleable MaterialRadioButton buttonTint useMaterialThemeColors
+styleable MaterialShape shapeAppearance shapeAppearanceOverlay
+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 NavAction android_id destination enterAnim exitAnim launchSingleTop popEnterAnim popExitAnim popUpTo popUpToInclusive
+styleable NavArgument android_name android_defaultValue argType nullable
+styleable NavDeepLink android_autoVerify action mimeType uri
+styleable NavGraphNavigator startDestination
+styleable NavHost navGraph
+styleable NavHostFragment defaultNavHost
+styleable NavInclude graph
+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 Navigator android_label android_id
+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 SearchView android_focusable android_maxWidth android_inputType android_imeOptions closeIcon commitIcon defaultQueryHint goIcon iconifiedByDefault layout queryBackground queryHint searchHintIcon searchIcon submitBackground suggestionRowLayout 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 Slider android_enabled android_value android_stepSize android_valueFrom android_valueTo haloColor haloRadius labelBehavior labelStyle 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
+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 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 endIconMode endIconTint endIconTintMode 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 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 standalone_badge
+xml standalone_badge_gravity_bottom_end
+xml standalone_badge_gravity_bottom_start
+xml standalone_badge_gravity_top_start
+xml standalone_badge_offset
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab
new file mode 100644
index 0000000..c48e777
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream
new file mode 100644
index 0000000..c87fd6c
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len
new file mode 100644
index 0000000..4c69d8b
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len
new file mode 100644
index 0000000..fa606b6
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at
new file mode 100644
index 0000000..1cc95d2
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i
new file mode 100644
index 0000000..4065a6a
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len
new file mode 100644
index 0000000..131e265
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab
new file mode 100644
index 0000000..d6badde
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream
new file mode 100644
index 0000000..2188f5c
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len
new file mode 100644
index 0000000..b3a73b5
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len
new file mode 100644
index 0000000..fa606b6
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at
new file mode 100644
index 0000000..de0b0a4
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i
new file mode 100644
index 0000000..426a40b
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len
new file mode 100644
index 0000000..131e265
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab
new file mode 100644
index 0000000..c595bd1
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream
new file mode 100644
index 0000000..2188f5c
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len
new file mode 100644
index 0000000..b3a73b5
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len
new file mode 100644
index 0000000..fa606b6
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at
new file mode 100644
index 0000000..6cc99e6
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i
new file mode 100644
index 0000000..426a40b
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len
new file mode 100644
index 0000000..131e265
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab
new file mode 100644
index 0000000..c595bd1
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream
new file mode 100644
index 0000000..7371f79
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len
new file mode 100644
index 0000000..b3a73b5
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len
new file mode 100644
index 0000000..fa606b6
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at
new file mode 100644
index 0000000..6cc99e6
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i
new file mode 100644
index 0000000..22c34b3
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len
new file mode 100644
index 0000000..131e265
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab
new file mode 100644
index 0000000..f7c1965
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream
new file mode 100644
index 0000000..583e2d7
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len
new file mode 100644
index 0000000..c14ff15
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len
new file mode 100644
index 0000000..eb0b8a0
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at
new file mode 100644
index 0000000..83424a9
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i
new file mode 100644
index 0000000..c948672
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len
new file mode 100644
index 0000000..131e265
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab
new file mode 100644
index 0000000..4d097d9
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream
new file mode 100644
index 0000000..05fe877
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len
new file mode 100644
index 0000000..4c69d8b
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len
new file mode 100644
index 0000000..fa606b6
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at
new file mode 100644
index 0000000..b883720
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i
new file mode 100644
index 0000000..dd29a2a
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len
new file mode 100644
index 0000000..131e265
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab
new file mode 100644
index 0000000..bdf584a
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream
new file mode 100644
index 0000000..4629e11
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len
new file mode 100644
index 0000000..a0ecf07
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len
new file mode 100644
index 0000000..2a17e6e
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at
new file mode 100644
index 0000000..a4c0cf8
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i
new file mode 100644
index 0000000..b433955
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len
new file mode 100644
index 0000000..131e265
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab
new file mode 100644
index 0000000..47d361c
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream
new file mode 100644
index 0000000..2188f5c
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len
new file mode 100644
index 0000000..b3a73b5
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len
new file mode 100644
index 0000000..fa606b6
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at
new file mode 100644
index 0000000..4810ef1
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i
new file mode 100644
index 0000000..426a40b
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len
new file mode 100644
index 0000000..131e265
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab
new file mode 100644
index 0000000..f2c67d0
--- /dev/null
+++ b/Calculator/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/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab
new file mode 100644
index 0000000..249a3b5
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream
new file mode 100644
index 0000000..05fe877
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len
new file mode 100644
index 0000000..4c69d8b
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len
new file mode 100644
index 0000000..fa606b6
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at
new file mode 100644
index 0000000..6a3671f
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i
new file mode 100644
index 0000000..ecaaf50
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len
new file mode 100644
index 0000000..131e265
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab
new file mode 100644
index 0000000..24aa241
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream
new file mode 100644
index 0000000..ce37c13
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len
new file mode 100644
index 0000000..d9e6aa6
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len
new file mode 100644
index 0000000..fa606b6
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at
new file mode 100644
index 0000000..6cc99e6
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i
new file mode 100644
index 0000000..37f0862
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len
new file mode 100644
index 0000000..131e265
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab
new file mode 100644
index 0000000..5045076
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream
new file mode 100644
index 0000000..097aea1
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len
new file mode 100644
index 0000000..74d3c5f
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len
new file mode 100644
index 0000000..a32ade1
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at
new file mode 100644
index 0000000..c6f670c
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i
new file mode 100644
index 0000000..c997b17
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len
new file mode 100644
index 0000000..131e265
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/last-build.bin b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/last-build.bin
new file mode 100644
index 0000000..613e91a
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/cacheable/last-build.bin differ
diff --git a/Calculator/app/build/kotlin/compileDebugKotlin/localstate/build-history.bin b/Calculator/app/build/kotlin/compileDebugKotlin/localstate/build-history.bin
new file mode 100644
index 0000000..3286047
Binary files /dev/null and b/Calculator/app/build/kotlin/compileDebugKotlin/localstate/build-history.bin differ
diff --git a/Calculator/app/build/outputs/logs/manifest-merger-debug-report.txt b/Calculator/app/build/outputs/logs/manifest-merger-debug-report.txt
new file mode 100644
index 0000000..1bd3604
--- /dev/null
+++ b/Calculator/app/build/outputs/logs/manifest-merger-debug-report.txt
@@ -0,0 +1,336 @@
+-- Merging decision tree log ---
+manifest
+ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:2:1-53:12
+INJECTED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:2:1-53:12
+INJECTED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:2:1-53:12
+INJECTED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:2:1-53:12
+MERGED from [androidx.databinding:viewbinding:7.1.2] C:\Users\manas\.gradle\caches\transforms-3\4df84a718afd7130e6454b07f627c9d2\transformed\viewbinding-7.1.2\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.navigation:navigation-fragment-ktx:2.3.5] C:\Users\manas\.gradle\caches\transforms-3\0b4503d7c0d17263a1885415285cd710\transformed\navigation-fragment-ktx-2.3.5\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.fragment:fragment-ktx:1.2.4] C:\Users\manas\.gradle\caches\transforms-3\4f7be6b0d6383b98e1063e5e5f9db909\transformed\fragment-ktx-1.2.4\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.navigation:navigation-ui-ktx:2.3.5] C:\Users\manas\.gradle\caches\transforms-3\669d636b4c471ea6c629b97217eff63a\transformed\navigation-ui-ktx-2.3.5\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.navigation:navigation-runtime-ktx:2.3.5] C:\Users\manas\.gradle\caches\transforms-3\ad69c01f5e261aa2f8646cc0af870491\transformed\navigation-runtime-ktx-2.3.5\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.navigation:navigation-common-ktx:2.3.5] C:\Users\manas\.gradle\caches\transforms-3\85e08bfbbd53212ed6a751f5d254ac91\transformed\navigation-common-ktx-2.3.5\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.activity:activity-ktx:1.1.0] C:\Users\manas\.gradle\caches\transforms-3\fea76a11bcb6c6cf21705b11dfef94b9\transformed\activity-ktx-1.1.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.core:core-ktx:1.7.0] C:\Users\manas\.gradle\caches\transforms-3\65c0bb641c5cc15378c451a1cda89bde\transformed\core-ktx-1.7.0\AndroidManifest.xml:2:1-9:12
+MERGED from [androidx.navigation:navigation-ui:2.3.5] C:\Users\manas\.gradle\caches\transforms-3\148508f0857a78904ce9c50768d3ff65\transformed\navigation-ui-2.3.5\AndroidManifest.xml:17:1-24:12
+MERGED from [com.google.android.material:material:1.6.1] C:\Users\manas\.gradle\caches\transforms-3\ded13e77e5e93b232fadd0ff264f4bf0\transformed\material-1.6.1\AndroidManifest.xml:17:1-26:12
+MERGED from [androidx.constraintlayout:constraintlayout:2.1.4] C:\Users\manas\.gradle\caches\transforms-3\6fcea0fddd862b470e39af4793f0e5ac\transformed\constraintlayout-2.1.4\AndroidManifest.xml:2:1-11:12
+MERGED from [androidx.appcompat:appcompat:1.4.2] C:\Users\manas\.gradle\caches\transforms-3\6f1a5473015089bd0e4bba8540b9c236\transformed\appcompat-1.4.2\AndroidManifest.xml:17:1-24:12
+MERGED from [com.intuit.ssp:ssp-android:1.0.5] C:\Users\manas\.gradle\caches\transforms-3\81a97fbcc28b0d90925fa5d073a88b18\transformed\ssp-android-1.0.5\AndroidManifest.xml:2:1-11:12
+MERGED from [com.intuit.sdp:sdp-android:1.0.5] C:\Users\manas\.gradle\caches\transforms-3\29c0882309e202255de0b5e38740c012\transformed\sdp-android-1.0.5\AndroidManifest.xml:2:1-11:12
+MERGED from [de.hdodenhof:circleimageview:3.1.0] C:\Users\manas\.gradle\caches\transforms-3\0af8d5430e18045cb3ab0a40f0dcf1a4\transformed\circleimageview-3.1.0\AndroidManifest.xml:2:1-11:12
+MERGED from [androidx.viewpager2:viewpager2:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\f4bf4d7849870cb3b43f118c3b4dfaba\transformed\viewpager2-1.0.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.navigation:navigation-fragment:2.3.5] C:\Users\manas\.gradle\caches\transforms-3\e563e2bdc60b9f82e90bf50295d075af\transformed\navigation-fragment-2.3.5\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.fragment:fragment:1.3.6] C:\Users\manas\.gradle\caches\transforms-3\9f2d8595c2f999f56dce99dd1b21244a\transformed\fragment-1.3.6\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.navigation:navigation-runtime:2.3.5] C:\Users\manas\.gradle\caches\transforms-3\fce62c762cbe9b9f1fbebe7ca652ca98\transformed\navigation-runtime-2.3.5\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.activity:activity:1.2.4] C:\Users\manas\.gradle\caches\transforms-3\06c19c4d11a9c9950655fec5d0fe967b\transformed\activity-1.2.4\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.appcompat:appcompat-resources:1.4.2] C:\Users\manas\.gradle\caches\transforms-3\a3232be58d9dc84b0bfd17b52c37edfe\transformed\appcompat-resources-1.4.2\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.emoji2:emoji2-views-helper:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\9f377025da905027aba5c326aa4101ad\transformed\emoji2-views-helper-1.0.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.emoji2:emoji2:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\1bdca88ebac9582d03a2e0b002aaa769\transformed\emoji2-1.0.0\AndroidManifest.xml:17:1-37:12
+MERGED from [androidx.drawerlayout:drawerlayout:1.1.1] C:\Users\manas\.gradle\caches\transforms-3\b161cc2f7615ed4cb1f20bfc21c45398\transformed\drawerlayout-1.1.1\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.coordinatorlayout:coordinatorlayout:1.1.0] C:\Users\manas\.gradle\caches\transforms-3\7abe03695b40b01d1a518cf5b2c37455\transformed\coordinatorlayout-1.1.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.dynamicanimation:dynamicanimation:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\3122b5e631d6a3012215907953b46bfe\transformed\dynamicanimation-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.vectordrawable:vectordrawable-animated:1.1.0] C:\Users\manas\.gradle\caches\transforms-3\4efa862ab5406a71be597b9c84deabf2\transformed\vectordrawable-animated-1.1.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.vectordrawable:vectordrawable:1.1.0] C:\Users\manas\.gradle\caches\transforms-3\982b7d8797e83455120adf8f19cd5fc7\transformed\vectordrawable-1.1.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.viewpager:viewpager:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\f73cbfaefa86458346f3e90712b6e500\transformed\viewpager-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.legacy:legacy-support-core-utils:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\a9b3f2c945b004c6a240aeeed4928022\transformed\legacy-support-core-utils-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.loader:loader:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\c4235359db42d975bd51bf71f6d2d79d\transformed\loader-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.recyclerview:recyclerview:1.1.0] C:\Users\manas\.gradle\caches\transforms-3\cfdc3459c006d876faf5804efae3c573\transformed\recyclerview-1.1.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.customview:customview:1.1.0] C:\Users\manas\.gradle\caches\transforms-3\69700f1cb5a31a1ab69d351b9bd18fbb\transformed\customview-1.1.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.transition:transition:1.3.0] C:\Users\manas\.gradle\caches\transforms-3\f74f14ba9790f8acde7bce63a6fd357a\transformed\transition-1.3.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.navigation:navigation-common:2.3.5] C:\Users\manas\.gradle\caches\transforms-3\f9a627f29bebda016933e369a5e6b1ae\transformed\navigation-common-2.3.5\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.core:core:1.7.0] C:\Users\manas\.gradle\caches\transforms-3\aec237d7615e5b5f19aac02e97eeb357\transformed\core-1.7.0\AndroidManifest.xml:17:1-26:12
+MERGED from [androidx.cursoradapter:cursoradapter:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\659b2094d62f8bc4d9da20eb2a1c25e6\transformed\cursoradapter-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1] C:\Users\manas\.gradle\caches\transforms-3\63edaeb26d5f1b3d2140f8bba18afe3c\transformed\lifecycle-viewmodel-savedstate-2.3.1\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.savedstate:savedstate:1.1.0] C:\Users\manas\.gradle\caches\transforms-3\f583fade69ac8f10ed6c2dd86204e845\transformed\savedstate-1.1.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0] C:\Users\manas\.gradle\caches\transforms-3\6f36cd1dccd514cfe52aa47be0ae213b\transformed\lifecycle-viewmodel-ktx-2.2.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.lifecycle:lifecycle-viewmodel:2.3.1] C:\Users\manas\.gradle\caches\transforms-3\da302ec0f620c8ed1223d440c00328e8\transformed\lifecycle-viewmodel-2.3.1\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.cardview:cardview:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\4d2e43fee4df2f875a86cdd4651c633b\transformed\cardview-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] C:\Users\manas\.gradle\caches\transforms-3\352118343ae527168a6bdccb10b42ca1\transformed\versionedparcelable-1.1.1\AndroidManifest.xml:17:1-27:12
+MERGED from [androidx.lifecycle:lifecycle-process:2.4.0] C:\Users\manas\.gradle\caches\transforms-3\820b2b240fd5ed0ed96ea7fe618e8d85\transformed\lifecycle-process-2.4.0\AndroidManifest.xml:17:1-37:12
+MERGED from [androidx.startup:startup-runtime:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\cf2bb33f57752a6d4568a61d5c2cf52f\transformed\startup-runtime-1.0.0\AndroidManifest.xml:17:1-33:12
+MERGED from [androidx.tracing:tracing:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\eda80245bbf44f4fed04081336ae8f9c\transformed\tracing-1.0.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.lifecycle:lifecycle-livedata-core-ktx:2.2.0] C:\Users\manas\.gradle\caches\transforms-3\4851c7f3520cb09977aac2501867ba59\transformed\lifecycle-livedata-core-ktx-2.2.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.lifecycle:lifecycle-livedata:2.0.0] C:\Users\manas\.gradle\caches\transforms-3\88380f9426351a6f4e258ef92b7556bb\transformed\lifecycle-livedata-2.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.lifecycle:lifecycle-livedata-core:2.3.1] C:\Users\manas\.gradle\caches\transforms-3\0fec70ec4c6485ad02edcddd7996e4a0\transformed\lifecycle-livedata-core-2.3.1\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.lifecycle:lifecycle-runtime-ktx:2.2.0] C:\Users\manas\.gradle\caches\transforms-3\9172da57200498a278700eba1d554fbb\transformed\lifecycle-runtime-ktx-2.2.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.lifecycle:lifecycle-runtime:2.4.0] C:\Users\manas\.gradle\caches\transforms-3\268aaa06985d5597202e13ffe6312652\transformed\lifecycle-runtime-2.4.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.arch.core:core-runtime:2.1.0] C:\Users\manas\.gradle\caches\transforms-3\ba5a86d9af159cb6227150f82a9a5157\transformed\core-runtime-2.1.0\AndroidManifest.xml:17:1-24:12
+MERGED from [androidx.interpolator:interpolator:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\ee9a064dac6a324fa16278dac4821242\transformed\interpolator-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.documentfile:documentfile:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\0a4ad3e9b3d24ebc5b11a845131467e4\transformed\documentfile-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.localbroadcastmanager:localbroadcastmanager:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\2fe16a520b0bfb032a788a3d802e6d59\transformed\localbroadcastmanager-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.print:print:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\7065d7f59015c8ea79df9e21d87bb5db\transformed\print-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.annotation:annotation-experimental:1.1.0] C:\Users\manas\.gradle\caches\transforms-3\afb13ffca8cf2864f5bd087f44c754c9\transformed\annotation-experimental-1.1.0\AndroidManifest.xml:17:1-24:12
+INJECTED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:2:1-53:12
+INJECTED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:2:1-53:12
+INJECTED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:2:1-53:12
+ package
+ ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:3:5-37
+ INJECTED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml
+ INJECTED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml
+ android:versionName
+ INJECTED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml
+ ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:2:1-53:12
+ INJECTED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml
+ android:versionCode
+ INJECTED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml
+ ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:2:1-53:12
+ INJECTED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml
+ xmlns:android
+ ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:2:11-69
+application
+ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:5:5-51:19
+MERGED from [com.google.android.material:material:1.6.1] C:\Users\manas\.gradle\caches\transforms-3\ded13e77e5e93b232fadd0ff264f4bf0\transformed\material-1.6.1\AndroidManifest.xml:24:5-20
+MERGED from [com.google.android.material:material:1.6.1] C:\Users\manas\.gradle\caches\transforms-3\ded13e77e5e93b232fadd0ff264f4bf0\transformed\material-1.6.1\AndroidManifest.xml:24:5-20
+MERGED from [androidx.constraintlayout:constraintlayout:2.1.4] C:\Users\manas\.gradle\caches\transforms-3\6fcea0fddd862b470e39af4793f0e5ac\transformed\constraintlayout-2.1.4\AndroidManifest.xml:9:5-20
+MERGED from [androidx.constraintlayout:constraintlayout:2.1.4] C:\Users\manas\.gradle\caches\transforms-3\6fcea0fddd862b470e39af4793f0e5ac\transformed\constraintlayout-2.1.4\AndroidManifest.xml:9:5-20
+MERGED from [de.hdodenhof:circleimageview:3.1.0] C:\Users\manas\.gradle\caches\transforms-3\0af8d5430e18045cb3ab0a40f0dcf1a4\transformed\circleimageview-3.1.0\AndroidManifest.xml:9:5-20
+MERGED from [de.hdodenhof:circleimageview:3.1.0] C:\Users\manas\.gradle\caches\transforms-3\0af8d5430e18045cb3ab0a40f0dcf1a4\transformed\circleimageview-3.1.0\AndroidManifest.xml:9:5-20
+MERGED from [androidx.emoji2:emoji2:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\1bdca88ebac9582d03a2e0b002aaa769\transformed\emoji2-1.0.0\AndroidManifest.xml:25:5-35:19
+MERGED from [androidx.emoji2:emoji2:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\1bdca88ebac9582d03a2e0b002aaa769\transformed\emoji2-1.0.0\AndroidManifest.xml:25:5-35:19
+MERGED from [androidx.core:core:1.7.0] C:\Users\manas\.gradle\caches\transforms-3\aec237d7615e5b5f19aac02e97eeb357\transformed\core-1.7.0\AndroidManifest.xml:24:5-89
+MERGED from [androidx.core:core:1.7.0] C:\Users\manas\.gradle\caches\transforms-3\aec237d7615e5b5f19aac02e97eeb357\transformed\core-1.7.0\AndroidManifest.xml:24:5-89
+MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] C:\Users\manas\.gradle\caches\transforms-3\352118343ae527168a6bdccb10b42ca1\transformed\versionedparcelable-1.1.1\AndroidManifest.xml:24:5-25:19
+MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] C:\Users\manas\.gradle\caches\transforms-3\352118343ae527168a6bdccb10b42ca1\transformed\versionedparcelable-1.1.1\AndroidManifest.xml:24:5-25:19
+MERGED from [androidx.lifecycle:lifecycle-process:2.4.0] C:\Users\manas\.gradle\caches\transforms-3\820b2b240fd5ed0ed96ea7fe618e8d85\transformed\lifecycle-process-2.4.0\AndroidManifest.xml:25:5-35:19
+MERGED from [androidx.lifecycle:lifecycle-process:2.4.0] C:\Users\manas\.gradle\caches\transforms-3\820b2b240fd5ed0ed96ea7fe618e8d85\transformed\lifecycle-process-2.4.0\AndroidManifest.xml:25:5-35:19
+MERGED from [androidx.startup:startup-runtime:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\cf2bb33f57752a6d4568a61d5c2cf52f\transformed\startup-runtime-1.0.0\AndroidManifest.xml:25:5-31:19
+MERGED from [androidx.startup:startup-runtime:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\cf2bb33f57752a6d4568a61d5c2cf52f\transformed\startup-runtime-1.0.0\AndroidManifest.xml:25:5-31:19
+ android:appComponentFactory
+ ADDED from [androidx.core:core:1.7.0] C:\Users\manas\.gradle\caches\transforms-3\aec237d7615e5b5f19aac02e97eeb357\transformed\core-1.7.0\AndroidManifest.xml:24:18-86
+ android:supportsRtl
+ ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:10:9-35
+ android:label
+ ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:8:9-41
+ android:roundIcon
+ ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:9:9-54
+ android:icon
+ ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:7:9-43
+ android:allowBackup
+ ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:6:9-35
+ android:theme
+ ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:11:9-48
+activity#com.example.calculator.SplashScreen
+ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:12:9-22:20
+ android:exported
+ ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:14:13-36
+ android:name
+ ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:13:13-41
+intent-filter#action:name:android.intent.action.MAIN+category:name:android.intent.category.LAUNCHER
+ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:16:13-20:29
+action#android.intent.action.MAIN
+ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:17:17-69
+ android:name
+ ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:17:25-66
+category#android.intent.category.LAUNCHER
+ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:19:17-77
+ android:name
+ ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:19:27-74
+activity#com.example.calculator.Unit_Converter_Light
+ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:24:9-27:64
+ android:parentActivityName
+ ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:27:13-61
+ android:exported
+ ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:26:13-37
+ android:name
+ ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:25:13-49
+activity#com.example.calculator.Graph_Light
+ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:28:9-31:64
+ android:parentActivityName
+ ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:31:13-61
+ android:exported
+ ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:30:13-37
+ android:name
+ ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:29:13-40
+activity#com.example.calculator.Unit_Converter
+ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:32:9-35:58
+ android:parentActivityName
+ ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:35:13-55
+ android:exported
+ ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:34:13-37
+ android:name
+ ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:33:13-43
+activity#com.example.calculator.MainActivity_Light
+ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:36:9-39:58
+ android:parentActivityName
+ ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:39:13-55
+ android:exported
+ ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:38:13-37
+ android:name
+ ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:37:13-47
+activity#com.example.calculator.PlottingGraph
+ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:40:9-43:51
+ android:parentActivityName
+ ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:43:13-48
+ android:exported
+ ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:42:13-37
+ android:name
+ ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:41:13-42
+activity#com.example.calculator.Graph
+ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:44:9-47:58
+ android:parentActivityName
+ ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:47:13-55
+ android:exported
+ ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:46:13-37
+ android:name
+ ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:45:13-34
+activity#com.example.calculator.MainActivity
+ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:48:9-50:39
+ android:exported
+ ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:50:13-37
+ android:name
+ ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml:49:13-41
+uses-sdk
+INJECTED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml reason: use-sdk injection requested
+INJECTED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml
+INJECTED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml
+MERGED from [androidx.databinding:viewbinding:7.1.2] C:\Users\manas\.gradle\caches\transforms-3\4df84a718afd7130e6454b07f627c9d2\transformed\viewbinding-7.1.2\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.databinding:viewbinding:7.1.2] C:\Users\manas\.gradle\caches\transforms-3\4df84a718afd7130e6454b07f627c9d2\transformed\viewbinding-7.1.2\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.navigation:navigation-fragment-ktx:2.3.5] C:\Users\manas\.gradle\caches\transforms-3\0b4503d7c0d17263a1885415285cd710\transformed\navigation-fragment-ktx-2.3.5\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.navigation:navigation-fragment-ktx:2.3.5] C:\Users\manas\.gradle\caches\transforms-3\0b4503d7c0d17263a1885415285cd710\transformed\navigation-fragment-ktx-2.3.5\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.fragment:fragment-ktx:1.2.4] C:\Users\manas\.gradle\caches\transforms-3\4f7be6b0d6383b98e1063e5e5f9db909\transformed\fragment-ktx-1.2.4\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.fragment:fragment-ktx:1.2.4] C:\Users\manas\.gradle\caches\transforms-3\4f7be6b0d6383b98e1063e5e5f9db909\transformed\fragment-ktx-1.2.4\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.navigation:navigation-ui-ktx:2.3.5] C:\Users\manas\.gradle\caches\transforms-3\669d636b4c471ea6c629b97217eff63a\transformed\navigation-ui-ktx-2.3.5\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.navigation:navigation-ui-ktx:2.3.5] C:\Users\manas\.gradle\caches\transforms-3\669d636b4c471ea6c629b97217eff63a\transformed\navigation-ui-ktx-2.3.5\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.navigation:navigation-runtime-ktx:2.3.5] C:\Users\manas\.gradle\caches\transforms-3\ad69c01f5e261aa2f8646cc0af870491\transformed\navigation-runtime-ktx-2.3.5\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.navigation:navigation-runtime-ktx:2.3.5] C:\Users\manas\.gradle\caches\transforms-3\ad69c01f5e261aa2f8646cc0af870491\transformed\navigation-runtime-ktx-2.3.5\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.navigation:navigation-common-ktx:2.3.5] C:\Users\manas\.gradle\caches\transforms-3\85e08bfbbd53212ed6a751f5d254ac91\transformed\navigation-common-ktx-2.3.5\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.navigation:navigation-common-ktx:2.3.5] C:\Users\manas\.gradle\caches\transforms-3\85e08bfbbd53212ed6a751f5d254ac91\transformed\navigation-common-ktx-2.3.5\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.activity:activity-ktx:1.1.0] C:\Users\manas\.gradle\caches\transforms-3\fea76a11bcb6c6cf21705b11dfef94b9\transformed\activity-ktx-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.activity:activity-ktx:1.1.0] C:\Users\manas\.gradle\caches\transforms-3\fea76a11bcb6c6cf21705b11dfef94b9\transformed\activity-ktx-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.core:core-ktx:1.7.0] C:\Users\manas\.gradle\caches\transforms-3\65c0bb641c5cc15378c451a1cda89bde\transformed\core-ktx-1.7.0\AndroidManifest.xml:5:5-7:41
+MERGED from [androidx.core:core-ktx:1.7.0] C:\Users\manas\.gradle\caches\transforms-3\65c0bb641c5cc15378c451a1cda89bde\transformed\core-ktx-1.7.0\AndroidManifest.xml:5:5-7:41
+MERGED from [androidx.navigation:navigation-ui:2.3.5] C:\Users\manas\.gradle\caches\transforms-3\148508f0857a78904ce9c50768d3ff65\transformed\navigation-ui-2.3.5\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.navigation:navigation-ui:2.3.5] C:\Users\manas\.gradle\caches\transforms-3\148508f0857a78904ce9c50768d3ff65\transformed\navigation-ui-2.3.5\AndroidManifest.xml:20:5-22:41
+MERGED from [com.google.android.material:material:1.6.1] C:\Users\manas\.gradle\caches\transforms-3\ded13e77e5e93b232fadd0ff264f4bf0\transformed\material-1.6.1\AndroidManifest.xml:20:5-22:41
+MERGED from [com.google.android.material:material:1.6.1] C:\Users\manas\.gradle\caches\transforms-3\ded13e77e5e93b232fadd0ff264f4bf0\transformed\material-1.6.1\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.constraintlayout:constraintlayout:2.1.4] C:\Users\manas\.gradle\caches\transforms-3\6fcea0fddd862b470e39af4793f0e5ac\transformed\constraintlayout-2.1.4\AndroidManifest.xml:5:5-7:41
+MERGED from [androidx.constraintlayout:constraintlayout:2.1.4] C:\Users\manas\.gradle\caches\transforms-3\6fcea0fddd862b470e39af4793f0e5ac\transformed\constraintlayout-2.1.4\AndroidManifest.xml:5:5-7:41
+MERGED from [androidx.appcompat:appcompat:1.4.2] C:\Users\manas\.gradle\caches\transforms-3\6f1a5473015089bd0e4bba8540b9c236\transformed\appcompat-1.4.2\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.appcompat:appcompat:1.4.2] C:\Users\manas\.gradle\caches\transforms-3\6f1a5473015089bd0e4bba8540b9c236\transformed\appcompat-1.4.2\AndroidManifest.xml:20:5-22:41
+MERGED from [com.intuit.ssp:ssp-android:1.0.5] C:\Users\manas\.gradle\caches\transforms-3\81a97fbcc28b0d90925fa5d073a88b18\transformed\ssp-android-1.0.5\AndroidManifest.xml:7:5-9:41
+MERGED from [com.intuit.ssp:ssp-android:1.0.5] C:\Users\manas\.gradle\caches\transforms-3\81a97fbcc28b0d90925fa5d073a88b18\transformed\ssp-android-1.0.5\AndroidManifest.xml:7:5-9:41
+MERGED from [com.intuit.sdp:sdp-android:1.0.5] C:\Users\manas\.gradle\caches\transforms-3\29c0882309e202255de0b5e38740c012\transformed\sdp-android-1.0.5\AndroidManifest.xml:7:5-9:41
+MERGED from [com.intuit.sdp:sdp-android:1.0.5] C:\Users\manas\.gradle\caches\transforms-3\29c0882309e202255de0b5e38740c012\transformed\sdp-android-1.0.5\AndroidManifest.xml:7:5-9:41
+MERGED from [de.hdodenhof:circleimageview:3.1.0] C:\Users\manas\.gradle\caches\transforms-3\0af8d5430e18045cb3ab0a40f0dcf1a4\transformed\circleimageview-3.1.0\AndroidManifest.xml:5:5-7:41
+MERGED from [de.hdodenhof:circleimageview:3.1.0] C:\Users\manas\.gradle\caches\transforms-3\0af8d5430e18045cb3ab0a40f0dcf1a4\transformed\circleimageview-3.1.0\AndroidManifest.xml:5:5-7:41
+MERGED from [androidx.viewpager2:viewpager2:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\f4bf4d7849870cb3b43f118c3b4dfaba\transformed\viewpager2-1.0.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.viewpager2:viewpager2:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\f4bf4d7849870cb3b43f118c3b4dfaba\transformed\viewpager2-1.0.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.navigation:navigation-fragment:2.3.5] C:\Users\manas\.gradle\caches\transforms-3\e563e2bdc60b9f82e90bf50295d075af\transformed\navigation-fragment-2.3.5\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.navigation:navigation-fragment:2.3.5] C:\Users\manas\.gradle\caches\transforms-3\e563e2bdc60b9f82e90bf50295d075af\transformed\navigation-fragment-2.3.5\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.fragment:fragment:1.3.6] C:\Users\manas\.gradle\caches\transforms-3\9f2d8595c2f999f56dce99dd1b21244a\transformed\fragment-1.3.6\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.fragment:fragment:1.3.6] C:\Users\manas\.gradle\caches\transforms-3\9f2d8595c2f999f56dce99dd1b21244a\transformed\fragment-1.3.6\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.navigation:navigation-runtime:2.3.5] C:\Users\manas\.gradle\caches\transforms-3\fce62c762cbe9b9f1fbebe7ca652ca98\transformed\navigation-runtime-2.3.5\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.navigation:navigation-runtime:2.3.5] C:\Users\manas\.gradle\caches\transforms-3\fce62c762cbe9b9f1fbebe7ca652ca98\transformed\navigation-runtime-2.3.5\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.activity:activity:1.2.4] C:\Users\manas\.gradle\caches\transforms-3\06c19c4d11a9c9950655fec5d0fe967b\transformed\activity-1.2.4\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.activity:activity:1.2.4] C:\Users\manas\.gradle\caches\transforms-3\06c19c4d11a9c9950655fec5d0fe967b\transformed\activity-1.2.4\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.appcompat:appcompat-resources:1.4.2] C:\Users\manas\.gradle\caches\transforms-3\a3232be58d9dc84b0bfd17b52c37edfe\transformed\appcompat-resources-1.4.2\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.appcompat:appcompat-resources:1.4.2] C:\Users\manas\.gradle\caches\transforms-3\a3232be58d9dc84b0bfd17b52c37edfe\transformed\appcompat-resources-1.4.2\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.emoji2:emoji2-views-helper:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\9f377025da905027aba5c326aa4101ad\transformed\emoji2-views-helper-1.0.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.emoji2:emoji2-views-helper:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\9f377025da905027aba5c326aa4101ad\transformed\emoji2-views-helper-1.0.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.emoji2:emoji2:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\1bdca88ebac9582d03a2e0b002aaa769\transformed\emoji2-1.0.0\AndroidManifest.xml:21:5-23:41
+MERGED from [androidx.emoji2:emoji2:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\1bdca88ebac9582d03a2e0b002aaa769\transformed\emoji2-1.0.0\AndroidManifest.xml:21:5-23:41
+MERGED from [androidx.drawerlayout:drawerlayout:1.1.1] C:\Users\manas\.gradle\caches\transforms-3\b161cc2f7615ed4cb1f20bfc21c45398\transformed\drawerlayout-1.1.1\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.drawerlayout:drawerlayout:1.1.1] C:\Users\manas\.gradle\caches\transforms-3\b161cc2f7615ed4cb1f20bfc21c45398\transformed\drawerlayout-1.1.1\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.coordinatorlayout:coordinatorlayout:1.1.0] C:\Users\manas\.gradle\caches\transforms-3\7abe03695b40b01d1a518cf5b2c37455\transformed\coordinatorlayout-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.coordinatorlayout:coordinatorlayout:1.1.0] C:\Users\manas\.gradle\caches\transforms-3\7abe03695b40b01d1a518cf5b2c37455\transformed\coordinatorlayout-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.dynamicanimation:dynamicanimation:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\3122b5e631d6a3012215907953b46bfe\transformed\dynamicanimation-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.dynamicanimation:dynamicanimation:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\3122b5e631d6a3012215907953b46bfe\transformed\dynamicanimation-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.vectordrawable:vectordrawable-animated:1.1.0] C:\Users\manas\.gradle\caches\transforms-3\4efa862ab5406a71be597b9c84deabf2\transformed\vectordrawable-animated-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.vectordrawable:vectordrawable-animated:1.1.0] C:\Users\manas\.gradle\caches\transforms-3\4efa862ab5406a71be597b9c84deabf2\transformed\vectordrawable-animated-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.vectordrawable:vectordrawable:1.1.0] C:\Users\manas\.gradle\caches\transforms-3\982b7d8797e83455120adf8f19cd5fc7\transformed\vectordrawable-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.vectordrawable:vectordrawable:1.1.0] C:\Users\manas\.gradle\caches\transforms-3\982b7d8797e83455120adf8f19cd5fc7\transformed\vectordrawable-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.viewpager:viewpager:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\f73cbfaefa86458346f3e90712b6e500\transformed\viewpager-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.viewpager:viewpager:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\f73cbfaefa86458346f3e90712b6e500\transformed\viewpager-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.legacy:legacy-support-core-utils:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\a9b3f2c945b004c6a240aeeed4928022\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\manas\.gradle\caches\transforms-3\a9b3f2c945b004c6a240aeeed4928022\transformed\legacy-support-core-utils-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.loader:loader:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\c4235359db42d975bd51bf71f6d2d79d\transformed\loader-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.loader:loader:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\c4235359db42d975bd51bf71f6d2d79d\transformed\loader-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.recyclerview:recyclerview:1.1.0] C:\Users\manas\.gradle\caches\transforms-3\cfdc3459c006d876faf5804efae3c573\transformed\recyclerview-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.recyclerview:recyclerview:1.1.0] C:\Users\manas\.gradle\caches\transforms-3\cfdc3459c006d876faf5804efae3c573\transformed\recyclerview-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.customview:customview:1.1.0] C:\Users\manas\.gradle\caches\transforms-3\69700f1cb5a31a1ab69d351b9bd18fbb\transformed\customview-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.customview:customview:1.1.0] C:\Users\manas\.gradle\caches\transforms-3\69700f1cb5a31a1ab69d351b9bd18fbb\transformed\customview-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.transition:transition:1.3.0] C:\Users\manas\.gradle\caches\transforms-3\f74f14ba9790f8acde7bce63a6fd357a\transformed\transition-1.3.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.transition:transition:1.3.0] C:\Users\manas\.gradle\caches\transforms-3\f74f14ba9790f8acde7bce63a6fd357a\transformed\transition-1.3.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.navigation:navigation-common:2.3.5] C:\Users\manas\.gradle\caches\transforms-3\f9a627f29bebda016933e369a5e6b1ae\transformed\navigation-common-2.3.5\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.navigation:navigation-common:2.3.5] C:\Users\manas\.gradle\caches\transforms-3\f9a627f29bebda016933e369a5e6b1ae\transformed\navigation-common-2.3.5\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.core:core:1.7.0] C:\Users\manas\.gradle\caches\transforms-3\aec237d7615e5b5f19aac02e97eeb357\transformed\core-1.7.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.core:core:1.7.0] C:\Users\manas\.gradle\caches\transforms-3\aec237d7615e5b5f19aac02e97eeb357\transformed\core-1.7.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.cursoradapter:cursoradapter:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\659b2094d62f8bc4d9da20eb2a1c25e6\transformed\cursoradapter-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.cursoradapter:cursoradapter:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\659b2094d62f8bc4d9da20eb2a1c25e6\transformed\cursoradapter-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1] C:\Users\manas\.gradle\caches\transforms-3\63edaeb26d5f1b3d2140f8bba18afe3c\transformed\lifecycle-viewmodel-savedstate-2.3.1\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1] C:\Users\manas\.gradle\caches\transforms-3\63edaeb26d5f1b3d2140f8bba18afe3c\transformed\lifecycle-viewmodel-savedstate-2.3.1\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.savedstate:savedstate:1.1.0] C:\Users\manas\.gradle\caches\transforms-3\f583fade69ac8f10ed6c2dd86204e845\transformed\savedstate-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.savedstate:savedstate:1.1.0] C:\Users\manas\.gradle\caches\transforms-3\f583fade69ac8f10ed6c2dd86204e845\transformed\savedstate-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0] C:\Users\manas\.gradle\caches\transforms-3\6f36cd1dccd514cfe52aa47be0ae213b\transformed\lifecycle-viewmodel-ktx-2.2.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0] C:\Users\manas\.gradle\caches\transforms-3\6f36cd1dccd514cfe52aa47be0ae213b\transformed\lifecycle-viewmodel-ktx-2.2.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.lifecycle:lifecycle-viewmodel:2.3.1] C:\Users\manas\.gradle\caches\transforms-3\da302ec0f620c8ed1223d440c00328e8\transformed\lifecycle-viewmodel-2.3.1\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.lifecycle:lifecycle-viewmodel:2.3.1] C:\Users\manas\.gradle\caches\transforms-3\da302ec0f620c8ed1223d440c00328e8\transformed\lifecycle-viewmodel-2.3.1\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.cardview:cardview:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\4d2e43fee4df2f875a86cdd4651c633b\transformed\cardview-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.cardview:cardview:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\4d2e43fee4df2f875a86cdd4651c633b\transformed\cardview-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] C:\Users\manas\.gradle\caches\transforms-3\352118343ae527168a6bdccb10b42ca1\transformed\versionedparcelable-1.1.1\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] C:\Users\manas\.gradle\caches\transforms-3\352118343ae527168a6bdccb10b42ca1\transformed\versionedparcelable-1.1.1\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.lifecycle:lifecycle-process:2.4.0] C:\Users\manas\.gradle\caches\transforms-3\820b2b240fd5ed0ed96ea7fe618e8d85\transformed\lifecycle-process-2.4.0\AndroidManifest.xml:21:5-23:41
+MERGED from [androidx.lifecycle:lifecycle-process:2.4.0] C:\Users\manas\.gradle\caches\transforms-3\820b2b240fd5ed0ed96ea7fe618e8d85\transformed\lifecycle-process-2.4.0\AndroidManifest.xml:21:5-23:41
+MERGED from [androidx.startup:startup-runtime:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\cf2bb33f57752a6d4568a61d5c2cf52f\transformed\startup-runtime-1.0.0\AndroidManifest.xml:21:5-23:41
+MERGED from [androidx.startup:startup-runtime:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\cf2bb33f57752a6d4568a61d5c2cf52f\transformed\startup-runtime-1.0.0\AndroidManifest.xml:21:5-23:41
+MERGED from [androidx.tracing:tracing:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\eda80245bbf44f4fed04081336ae8f9c\transformed\tracing-1.0.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.tracing:tracing:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\eda80245bbf44f4fed04081336ae8f9c\transformed\tracing-1.0.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.lifecycle:lifecycle-livedata-core-ktx:2.2.0] C:\Users\manas\.gradle\caches\transforms-3\4851c7f3520cb09977aac2501867ba59\transformed\lifecycle-livedata-core-ktx-2.2.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.lifecycle:lifecycle-livedata-core-ktx:2.2.0] C:\Users\manas\.gradle\caches\transforms-3\4851c7f3520cb09977aac2501867ba59\transformed\lifecycle-livedata-core-ktx-2.2.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.lifecycle:lifecycle-livedata:2.0.0] C:\Users\manas\.gradle\caches\transforms-3\88380f9426351a6f4e258ef92b7556bb\transformed\lifecycle-livedata-2.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.lifecycle:lifecycle-livedata:2.0.0] C:\Users\manas\.gradle\caches\transforms-3\88380f9426351a6f4e258ef92b7556bb\transformed\lifecycle-livedata-2.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.lifecycle:lifecycle-livedata-core:2.3.1] C:\Users\manas\.gradle\caches\transforms-3\0fec70ec4c6485ad02edcddd7996e4a0\transformed\lifecycle-livedata-core-2.3.1\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.lifecycle:lifecycle-livedata-core:2.3.1] C:\Users\manas\.gradle\caches\transforms-3\0fec70ec4c6485ad02edcddd7996e4a0\transformed\lifecycle-livedata-core-2.3.1\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.lifecycle:lifecycle-runtime-ktx:2.2.0] C:\Users\manas\.gradle\caches\transforms-3\9172da57200498a278700eba1d554fbb\transformed\lifecycle-runtime-ktx-2.2.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.lifecycle:lifecycle-runtime-ktx:2.2.0] C:\Users\manas\.gradle\caches\transforms-3\9172da57200498a278700eba1d554fbb\transformed\lifecycle-runtime-ktx-2.2.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.lifecycle:lifecycle-runtime:2.4.0] C:\Users\manas\.gradle\caches\transforms-3\268aaa06985d5597202e13ffe6312652\transformed\lifecycle-runtime-2.4.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.lifecycle:lifecycle-runtime:2.4.0] C:\Users\manas\.gradle\caches\transforms-3\268aaa06985d5597202e13ffe6312652\transformed\lifecycle-runtime-2.4.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.arch.core:core-runtime:2.1.0] C:\Users\manas\.gradle\caches\transforms-3\ba5a86d9af159cb6227150f82a9a5157\transformed\core-runtime-2.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.arch.core:core-runtime:2.1.0] C:\Users\manas\.gradle\caches\transforms-3\ba5a86d9af159cb6227150f82a9a5157\transformed\core-runtime-2.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.interpolator:interpolator:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\ee9a064dac6a324fa16278dac4821242\transformed\interpolator-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.interpolator:interpolator:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\ee9a064dac6a324fa16278dac4821242\transformed\interpolator-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.documentfile:documentfile:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\0a4ad3e9b3d24ebc5b11a845131467e4\transformed\documentfile-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.documentfile:documentfile:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\0a4ad3e9b3d24ebc5b11a845131467e4\transformed\documentfile-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.localbroadcastmanager:localbroadcastmanager:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\2fe16a520b0bfb032a788a3d802e6d59\transformed\localbroadcastmanager-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.localbroadcastmanager:localbroadcastmanager:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\2fe16a520b0bfb032a788a3d802e6d59\transformed\localbroadcastmanager-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.print:print:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\7065d7f59015c8ea79df9e21d87bb5db\transformed\print-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.print:print:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\7065d7f59015c8ea79df9e21d87bb5db\transformed\print-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.annotation:annotation-experimental:1.1.0] C:\Users\manas\.gradle\caches\transforms-3\afb13ffca8cf2864f5bd087f44c754c9\transformed\annotation-experimental-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.annotation:annotation-experimental:1.1.0] C:\Users\manas\.gradle\caches\transforms-3\afb13ffca8cf2864f5bd087f44c754c9\transformed\annotation-experimental-1.1.0\AndroidManifest.xml:20:5-22:41
+INJECTED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml
+INJECTED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml
+ android:targetSdkVersion
+ INJECTED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml
+ ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml
+ INJECTED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml
+ android:minSdkVersion
+ INJECTED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml
+ ADDED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml
+ INJECTED from C:\Users\manas\StudioProjects\Calculator\app\src\main\AndroidManifest.xml
+provider#androidx.startup.InitializationProvider
+ADDED from [androidx.emoji2:emoji2:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\1bdca88ebac9582d03a2e0b002aaa769\transformed\emoji2-1.0.0\AndroidManifest.xml:26:9-34:20
+MERGED from [androidx.lifecycle:lifecycle-process:2.4.0] C:\Users\manas\.gradle\caches\transforms-3\820b2b240fd5ed0ed96ea7fe618e8d85\transformed\lifecycle-process-2.4.0\AndroidManifest.xml:26:9-34:20
+MERGED from [androidx.lifecycle:lifecycle-process:2.4.0] C:\Users\manas\.gradle\caches\transforms-3\820b2b240fd5ed0ed96ea7fe618e8d85\transformed\lifecycle-process-2.4.0\AndroidManifest.xml:26:9-34:20
+MERGED from [androidx.startup:startup-runtime:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\cf2bb33f57752a6d4568a61d5c2cf52f\transformed\startup-runtime-1.0.0\AndroidManifest.xml:26:9-30:34
+MERGED from [androidx.startup:startup-runtime:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\cf2bb33f57752a6d4568a61d5c2cf52f\transformed\startup-runtime-1.0.0\AndroidManifest.xml:26:9-30:34
+ tools:node
+ ADDED from [androidx.emoji2:emoji2:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\1bdca88ebac9582d03a2e0b002aaa769\transformed\emoji2-1.0.0\AndroidManifest.xml:30:13-31
+ android:authorities
+ ADDED from [androidx.emoji2:emoji2:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\1bdca88ebac9582d03a2e0b002aaa769\transformed\emoji2-1.0.0\AndroidManifest.xml:28:13-68
+ android:exported
+ ADDED from [androidx.emoji2:emoji2:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\1bdca88ebac9582d03a2e0b002aaa769\transformed\emoji2-1.0.0\AndroidManifest.xml:29:13-37
+ android:name
+ ADDED from [androidx.emoji2:emoji2:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\1bdca88ebac9582d03a2e0b002aaa769\transformed\emoji2-1.0.0\AndroidManifest.xml:27:13-67
+meta-data#androidx.emoji2.text.EmojiCompatInitializer
+ADDED from [androidx.emoji2:emoji2:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\1bdca88ebac9582d03a2e0b002aaa769\transformed\emoji2-1.0.0\AndroidManifest.xml:31:13-33:52
+ android:value
+ ADDED from [androidx.emoji2:emoji2:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\1bdca88ebac9582d03a2e0b002aaa769\transformed\emoji2-1.0.0\AndroidManifest.xml:33:17-49
+ android:name
+ ADDED from [androidx.emoji2:emoji2:1.0.0] C:\Users\manas\.gradle\caches\transforms-3\1bdca88ebac9582d03a2e0b002aaa769\transformed\emoji2-1.0.0\AndroidManifest.xml:32:17-75
+meta-data#androidx.lifecycle.ProcessLifecycleInitializer
+ADDED from [androidx.lifecycle:lifecycle-process:2.4.0] C:\Users\manas\.gradle\caches\transforms-3\820b2b240fd5ed0ed96ea7fe618e8d85\transformed\lifecycle-process-2.4.0\AndroidManifest.xml:31:13-33:52
+ android:value
+ ADDED from [androidx.lifecycle:lifecycle-process:2.4.0] C:\Users\manas\.gradle\caches\transforms-3\820b2b240fd5ed0ed96ea7fe618e8d85\transformed\lifecycle-process-2.4.0\AndroidManifest.xml:33:17-49
+ android:name
+ ADDED from [androidx.lifecycle:lifecycle-process:2.4.0] C:\Users\manas\.gradle\caches\transforms-3\820b2b240fd5ed0ed96ea7fe618e8d85\transformed\lifecycle-process-2.4.0\AndroidManifest.xml:32:17-78
diff --git a/Calculator/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin b/Calculator/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin
new file mode 100644
index 0000000..0ed76ee
Binary files /dev/null and b/Calculator/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin differ
diff --git a/Calculator/app/build/tmp/kotlin-classes/debug/META-INF/app_debug.kotlin_module b/Calculator/app/build/tmp/kotlin-classes/debug/META-INF/app_debug.kotlin_module
new file mode 100644
index 0000000..3a4e3bf
Binary files /dev/null and b/Calculator/app/build/tmp/kotlin-classes/debug/META-INF/app_debug.kotlin_module differ
diff --git a/Calculator/app/build/tmp/kotlin-classes/debug/com/example/calculator/Graph.class b/Calculator/app/build/tmp/kotlin-classes/debug/com/example/calculator/Graph.class
new file mode 100644
index 0000000..8cef5de
Binary files /dev/null and b/Calculator/app/build/tmp/kotlin-classes/debug/com/example/calculator/Graph.class differ
diff --git a/Calculator/app/build/tmp/kotlin-classes/debug/com/example/calculator/Graph_Light.class b/Calculator/app/build/tmp/kotlin-classes/debug/com/example/calculator/Graph_Light.class
new file mode 100644
index 0000000..4c3f492
Binary files /dev/null and b/Calculator/app/build/tmp/kotlin-classes/debug/com/example/calculator/Graph_Light.class differ
diff --git a/Calculator/app/build/tmp/kotlin-classes/debug/com/example/calculator/MainActivity.class b/Calculator/app/build/tmp/kotlin-classes/debug/com/example/calculator/MainActivity.class
new file mode 100644
index 0000000..a173a8e
Binary files /dev/null and b/Calculator/app/build/tmp/kotlin-classes/debug/com/example/calculator/MainActivity.class differ
diff --git a/Calculator/app/build/tmp/kotlin-classes/debug/com/example/calculator/MainActivity_Light.class b/Calculator/app/build/tmp/kotlin-classes/debug/com/example/calculator/MainActivity_Light.class
new file mode 100644
index 0000000..6bcfeb1
Binary files /dev/null and b/Calculator/app/build/tmp/kotlin-classes/debug/com/example/calculator/MainActivity_Light.class differ
diff --git a/Calculator/app/build/tmp/kotlin-classes/debug/com/example/calculator/PlottingGraph.class b/Calculator/app/build/tmp/kotlin-classes/debug/com/example/calculator/PlottingGraph.class
new file mode 100644
index 0000000..55425aa
Binary files /dev/null and b/Calculator/app/build/tmp/kotlin-classes/debug/com/example/calculator/PlottingGraph.class differ
diff --git a/Calculator/app/build/tmp/kotlin-classes/debug/com/example/calculator/SplashScreen.class b/Calculator/app/build/tmp/kotlin-classes/debug/com/example/calculator/SplashScreen.class
new file mode 100644
index 0000000..ac1ef57
Binary files /dev/null and b/Calculator/app/build/tmp/kotlin-classes/debug/com/example/calculator/SplashScreen.class differ
diff --git a/Calculator/app/build/tmp/kotlin-classes/debug/com/example/calculator/Unit_Converter.class b/Calculator/app/build/tmp/kotlin-classes/debug/com/example/calculator/Unit_Converter.class
new file mode 100644
index 0000000..04fa8e9
Binary files /dev/null and b/Calculator/app/build/tmp/kotlin-classes/debug/com/example/calculator/Unit_Converter.class differ
diff --git a/Calculator/app/build/tmp/kotlin-classes/debug/com/example/calculator/Unit_Converter_Light.class b/Calculator/app/build/tmp/kotlin-classes/debug/com/example/calculator/Unit_Converter_Light.class
new file mode 100644
index 0000000..325b898
Binary files /dev/null and b/Calculator/app/build/tmp/kotlin-classes/debug/com/example/calculator/Unit_Converter_Light.class differ
diff --git a/Calculator/app/libs/GraphView-4.0.1.jar b/Calculator/app/libs/GraphView-4.0.1.jar
new file mode 100644
index 0000000..693245b
Binary files /dev/null and b/Calculator/app/libs/GraphView-4.0.1.jar differ
diff --git a/Calculator/app/proguard-rules.pro b/Calculator/app/proguard-rules.pro
new file mode 100644
index 0000000..481bb43
--- /dev/null
+++ b/Calculator/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/Calculator/app/src/androidTest/java/com/example/calculator/ExampleInstrumentedTest.kt b/Calculator/app/src/androidTest/java/com/example/calculator/ExampleInstrumentedTest.kt
new file mode 100644
index 0000000..c246c34
--- /dev/null
+++ b/Calculator/app/src/androidTest/java/com/example/calculator/ExampleInstrumentedTest.kt
@@ -0,0 +1,24 @@
+package com.example.calculator
+
+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.calculator", appContext.packageName)
+ }
+}
\ No newline at end of file
diff --git a/Calculator/app/src/main/AndroidManifest.xml b/Calculator/app/src/main/AndroidManifest.xml
new file mode 100644
index 0000000..3be8ba9
--- /dev/null
+++ b/Calculator/app/src/main/AndroidManifest.xml
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/src/main/ic_launcher-playstore.png b/Calculator/app/src/main/ic_launcher-playstore.png
new file mode 100644
index 0000000..42765fb
Binary files /dev/null and b/Calculator/app/src/main/ic_launcher-playstore.png differ
diff --git a/Calculator/app/src/main/ic_launcher_calculator-playstore.png b/Calculator/app/src/main/ic_launcher_calculator-playstore.png
new file mode 100644
index 0000000..42765fb
Binary files /dev/null and b/Calculator/app/src/main/ic_launcher_calculator-playstore.png differ
diff --git a/Calculator/app/src/main/java/com/example/calculator/Graph.kt b/Calculator/app/src/main/java/com/example/calculator/Graph.kt
new file mode 100644
index 0000000..6b17c3f
--- /dev/null
+++ b/Calculator/app/src/main/java/com/example/calculator/Graph.kt
@@ -0,0 +1,43 @@
+package com.example.calculator
+
+import android.content.Intent
+import androidx.appcompat.app.AppCompatActivity
+import android.os.Bundle
+import android.view.View
+import android.widget.Button
+import android.widget.TextView
+
+class Graph : AppCompatActivity() {
+
+ private lateinit var value: TextView
+
+
+ override fun onCreate(savedInstanceState: Bundle?) {
+ super.onCreate(savedInstanceState)
+ setContentView(R.layout.activity_graph)
+
+ val actionBar = supportActionBar
+ actionBar!!.title = "Graph"
+
+ actionBar.setDisplayHomeAsUpEnabled(true)
+
+ value = findViewById(R.id.value)
+ }
+
+ fun onClick(view: View) {
+ value.append((view as Button).text)
+ }
+
+ fun onGraphPlot(view: View) {
+ val intent = Intent(this, PlottingGraph::class.java)
+ val value = value.text.toString()
+ intent.putExtra("value_key", value)
+ startActivity(intent)
+ }
+
+ fun onTheme(view: View) {
+ val intent = Intent(this, Graph_Light::class.java)
+ startActivity(intent)
+ overridePendingTransition(android.R.anim.fade_in, android.R.anim.fade_out)
+ }
+}
\ No newline at end of file
diff --git a/Calculator/app/src/main/java/com/example/calculator/Graph_Light.kt b/Calculator/app/src/main/java/com/example/calculator/Graph_Light.kt
new file mode 100644
index 0000000..4e0581b
--- /dev/null
+++ b/Calculator/app/src/main/java/com/example/calculator/Graph_Light.kt
@@ -0,0 +1,43 @@
+package com.example.calculator
+
+import android.content.Intent
+import androidx.appcompat.app.AppCompatActivity
+import android.os.Bundle
+import android.view.View
+import android.widget.Button
+import android.widget.TextView
+
+class Graph_Light : AppCompatActivity() {
+
+ private lateinit var value: TextView
+
+
+ override fun onCreate(savedInstanceState: Bundle?) {
+ super.onCreate(savedInstanceState)
+ setContentView(R.layout.activity_graph_light)
+
+ val actionBar = supportActionBar
+ actionBar!!.title = "Graph"
+
+ actionBar.setDisplayHomeAsUpEnabled(true)
+
+ value = findViewById(R.id.value)
+ }
+
+ fun onClick(view: View) {
+ value.append((view as Button).text)
+ }
+
+ fun onGraphPlot(view: View) {
+ val intent = Intent(this, PlottingGraph::class.java)
+ val value = value.text.toString()
+ intent.putExtra("value_key", value)
+ startActivity(intent)
+ }
+
+ fun onTheme(view: View) {
+ val intent = Intent(this, Graph::class.java)
+ startActivity(intent)
+ overridePendingTransition(android.R.anim.fade_in, android.R.anim.fade_out)
+ }
+}
\ No newline at end of file
diff --git a/Calculator/app/src/main/java/com/example/calculator/MainActivity.kt b/Calculator/app/src/main/java/com/example/calculator/MainActivity.kt
new file mode 100644
index 0000000..7fd71c5
--- /dev/null
+++ b/Calculator/app/src/main/java/com/example/calculator/MainActivity.kt
@@ -0,0 +1,222 @@
+package com.example.calculator
+
+import android.content.Intent
+import android.content.pm.ActivityInfo
+import androidx.appcompat.app.AppCompatActivity
+import android.os.Bundle
+import android.view.View
+import android.widget.Button
+import android.widget.EditText
+import android.widget.TextView
+import net.objecthunter.exp4j.ExpressionBuilder
+
+class MainActivity : AppCompatActivity() {
+
+ private lateinit var tvResult:TextView
+ private lateinit var tvInput: EditText
+
+ var onClearDecimal = false
+ var operator = false
+ var operator1 = false
+ var isPortrait = true
+
+ override fun onCreate(savedInstanceState: Bundle?) {
+ super.onCreate(savedInstanceState)
+ setContentView(R.layout.activity_main)
+
+ val actionBar = supportActionBar
+ actionBar!!.title = "Calculator"
+
+ tvResult = findViewById(R.id.tvResult)
+ tvInput = findViewById(R.id.tvInput)
+ }
+
+ private fun updateText(strToAdd:String){
+
+ val oldStr = tvInput.text.toString()
+ val cursorPs = tvInput.selectionStart
+ val leftStr = oldStr.substring(0,cursorPs)
+ val rightStr = oldStr.substring(cursorPs)
+ tvInput.setText(String.format("%s%s%s",leftStr,strToAdd,rightStr))
+ tvInput.setSelection(cursorPs + strToAdd.length)
+ }
+
+ fun onDigit(view: View) {
+ tvInput.append((view as Button).text)
+ onClearDecimal = false
+ operator1 = false
+ }
+
+
+ fun onOperator (view: View) {
+ val tvInput = findViewById(R.id.tvInput)
+ if(!operator1) {
+ tvInput.append((view as Button).text)
+ operator = true
+ onClearDecimal = false
+ operator1 = true
+ }
+ }
+
+ fun onClear(view: View) {
+ val tvInput = findViewById(R.id.tvInput)
+ val tvResult = findViewById(R.id.tvResult)
+ tvInput.text = ""
+ tvResult.text = ""
+ onClearDecimal = true
+ }
+
+ fun onBack(view: View) {
+ val tvInput = findViewById(R.id.tvInput)
+ val tvResult = findViewById(R.id.tvResult)
+ val tvInputLength = findViewById(R.id.tvInput).length()
+ if (tvInputLength != 0) {
+ tvInput.text = tvInput.text.subSequence(0, tvInputLength - 1)
+ tvInput.text = tvInput.text
+ }
+ tvResult.text = ""
+ }
+
+ fun onDecimal (view: View) {
+ val tvInput = findViewById(R.id.tvInput)
+ if (operator || !isDecimalAdded(tvInput.text.toString())) {
+ tvInput.append(".")
+ onClearDecimal = false
+ operator = false
+ }
+
+ else if (onClearDecimal) {
+ tvInput.append("0.")
+ onClearDecimal = false
+ }
+ }
+
+ private fun isDecimalAdded(value: String) : Boolean {
+ return value.contains(".")
+ }
+
+ fun onEqual (view:View) {
+
+ val expression = ExpressionBuilder(tvInput.text.toString()).build()
+ val result = expression.evaluate()
+ val longResult = result.toLong()
+
+ if(result == longResult.toDouble()) {
+ tvResult.text = "= " + longResult.toString()
+ }
+ else {
+ tvResult.text = "= " + result.toString()
+ }
+ }
+
+// Trigonometric Input
+
+ fun onSin(view: View) {
+ onClearDecimal = false
+ operator1 = false
+ updateText("sin(")
+ }
+
+ fun onCos(view: View) {
+ onClearDecimal = false
+ operator1 = false
+ updateText("cos(")
+ }
+
+ fun onTan(view: View) {
+ onClearDecimal = false
+ operator1 = false
+ updateText("tan(")
+ }
+
+ fun onArcSin(view: View) {
+ onClearDecimal = false
+ operator1 = false
+ updateText("asin(")
+ }
+
+ fun onArcCos(view: View) {
+ onClearDecimal = false
+ operator1 = false
+ updateText("acos(")
+ }
+
+ fun onArcTan(view: View) {
+ onClearDecimal = false
+ operator1 = false
+ updateText("atan(")
+ }
+
+// Scientific Input
+
+ fun onLog(view: View) {
+ onClearDecimal = false
+ operator1 = false
+ updateText("log(")
+ }
+
+ fun onPrime(view: View) {
+ updateText("isprc(")
+ }
+
+ fun onSqrt(view: View) {
+ updateText("sqrt(")
+ }
+
+ fun onEX(view: View) {
+ updateText("e^(")
+ }
+
+ fun onABS(view: View) {
+ updateText("abs(")
+ }
+
+ fun onSq(view: View) {
+ updateText("^(2)")
+ }
+
+ fun onPower(view: View) {
+ updateText("^(")
+ }
+
+ fun onCube(view: View) {
+ updateText("^(3)")
+ }
+
+// Plotting Graph
+ fun onGraph(view: View) {
+ val intent = Intent(this, Graph::class.java)
+ startActivity(intent)
+ }
+
+ fun onTheme(view: View) {
+ val intent = Intent(this, MainActivity_Light::class.java)
+ startActivity(intent)
+ overridePendingTransition(android.R.anim.fade_in, android.R.anim.fade_out)
+ }
+
+ fun onUnit(view: View) {
+ val intent = Intent(this, Unit_Converter::class.java)
+ startActivity(intent)
+ }
+
+ fun onRotate(view:View){
+
+ requestedOrientation = if (isPortrait){
+ ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE
+ }
+ else{
+ ActivityInfo.SCREEN_ORIENTATION_PORTRAIT
+ }
+ isPortrait = !isPortrait
+ }
+
+ fun onMatrix(view: View) {
+
+ }
+
+ fun onHostory(view: View) {
+
+ }
+
+}
\ No newline at end of file
diff --git a/Calculator/app/src/main/java/com/example/calculator/MainActivity_Light.kt b/Calculator/app/src/main/java/com/example/calculator/MainActivity_Light.kt
new file mode 100644
index 0000000..832015e
--- /dev/null
+++ b/Calculator/app/src/main/java/com/example/calculator/MainActivity_Light.kt
@@ -0,0 +1,221 @@
+package com.example.calculator
+
+import android.content.Intent
+import android.content.pm.ActivityInfo
+import androidx.appcompat.app.AppCompatActivity
+import android.os.Bundle
+import android.view.View
+import android.widget.Button
+import android.widget.EditText
+import android.widget.TextView
+import net.objecthunter.exp4j.ExpressionBuilder
+
+class MainActivity_Light : AppCompatActivity() {
+ private lateinit var tvResult: TextView
+ private lateinit var tvInput: EditText
+
+ var onClearDecimal = false
+ var operator = false
+ var operator1 = false
+ var isPortrait = true
+
+ override fun onCreate(savedInstanceState: Bundle?) {
+ super.onCreate(savedInstanceState)
+ setContentView(R.layout.activity_main_light)
+
+ val actionBar = supportActionBar
+ actionBar!!.title = "Calculator"
+
+ tvResult = findViewById(R.id.tvResult)
+ tvInput = findViewById(R.id.tvInput)
+ }
+
+ private fun updateText(strToAdd:String){
+
+ val oldStr = tvInput.text.toString()
+ val cursorPs = tvInput.selectionStart
+ val leftStr = oldStr.substring(0,cursorPs)
+ val rightStr = oldStr.substring(cursorPs)
+ tvInput.setText(String.format("%s%s%s",leftStr,strToAdd,rightStr))
+ tvInput.setSelection(cursorPs + strToAdd.length)
+ }
+
+ fun onDigit(view: View) {
+ tvInput.append((view as Button).text)
+ onClearDecimal = false
+ operator1 = false
+ }
+
+
+ fun onOperator (view: View) {
+ val tvInput = findViewById(R.id.tvInput)
+ if(!operator1) {
+ tvInput.append((view as Button).text)
+ operator = true
+ onClearDecimal = false
+ operator1 = true
+ }
+ }
+
+ fun onClear(view: View) {
+ val tvInput = findViewById(R.id.tvInput)
+ val tvResult = findViewById(R.id.tvResult)
+ tvInput.text = ""
+ tvResult.text = ""
+ onClearDecimal = true
+ }
+
+ fun onBack(view: View) {
+ val tvInput = findViewById(R.id.tvInput)
+ val tvResult = findViewById(R.id.tvResult)
+ val tvInputLength = findViewById(R.id.tvInput).length()
+ if (tvInputLength != 0) {
+ tvInput.text = tvInput.text.subSequence(0, tvInputLength - 1)
+ tvInput.text = tvInput.text
+ }
+ tvResult.text = ""
+ }
+
+ fun onDecimal (view: View) {
+ val tvInput = findViewById(R.id.tvInput)
+ if (operator || !isDecimalAdded(tvInput.text.toString())) {
+ tvInput.append(".")
+ onClearDecimal = false
+ operator = false
+ }
+
+ else if (onClearDecimal) {
+ tvInput.append("0.")
+ onClearDecimal = false
+ }
+ }
+
+ private fun isDecimalAdded(value: String) : Boolean {
+ return value.contains(".")
+ }
+
+ fun onEqual (view: View) {
+
+ val expression = ExpressionBuilder(tvInput.text.toString()).build()
+ val result = expression.evaluate()
+ val longResult = result.toLong()
+
+ if(result == longResult.toDouble()) {
+ tvResult.text = "= " + longResult.toString()
+ }
+ else {
+ tvResult.text = "= " + result.toString()
+ }
+ }
+
+// Trigonometric Input
+
+ fun onSin(view: View) {
+ onClearDecimal = false
+ operator1 = false
+ updateText("sin(")
+ }
+
+ fun onCos(view: View) {
+ onClearDecimal = false
+ operator1 = false
+ updateText("cos(")
+ }
+
+ fun onTan(view: View) {
+ onClearDecimal = false
+ operator1 = false
+ updateText("tan(")
+ }
+
+ fun onArcSin(view: View) {
+ onClearDecimal = false
+ operator1 = false
+ updateText("asin(")
+ }
+
+ fun onArcCos(view: View) {
+ onClearDecimal = false
+ operator1 = false
+ updateText("acos(")
+ }
+
+ fun onArcTan(view: View) {
+ onClearDecimal = false
+ operator1 = false
+ updateText("atan(")
+ }
+
+// Scientific Input
+
+ fun onLog(view: View) {
+ onClearDecimal = false
+ operator1 = false
+ updateText("log(")
+ }
+
+ fun onPrime(view: View) {
+ updateText("isprc(")
+ }
+
+ fun onSqrt(view: View) {
+ updateText("sqrt(")
+ }
+
+ fun onEX(view: View) {
+ updateText("e^(")
+ }
+
+ fun onABS(view: View) {
+ updateText("abs(")
+ }
+
+ fun onSq(view: View) {
+ updateText("^(2)")
+ }
+
+ fun onPower(view: View) {
+ updateText("^(")
+ }
+
+ fun onCube(view: View) {
+ updateText("^(3)")
+ }
+
+// Switch between activities
+
+ fun onGraph(view: View) {
+ val intent = Intent(this, Graph_Light::class.java)
+ startActivity(intent)
+ }
+
+ fun onTheme(view: View) {
+ val intent = Intent(this, MainActivity::class.java)
+ startActivity(intent)
+ overridePendingTransition(android.R.anim.fade_in, android.R.anim.fade_out)
+ }
+
+ fun onUnit(view: View) {
+ val intent = Intent(this, Unit_Converter::class.java)
+ startActivity(intent)
+ }
+
+ fun onRotate(view: View){
+
+ requestedOrientation = if (isPortrait){
+ ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE
+ }
+ else{
+ ActivityInfo.SCREEN_ORIENTATION_PORTRAIT
+ }
+ isPortrait = !isPortrait
+ }
+
+ fun onMatrix(view: View) {
+
+ }
+
+ fun onHostory(view: View) {
+
+ }
+}
\ No newline at end of file
diff --git a/Calculator/app/src/main/java/com/example/calculator/PlottingGraph.kt b/Calculator/app/src/main/java/com/example/calculator/PlottingGraph.kt
new file mode 100644
index 0000000..88a0202
--- /dev/null
+++ b/Calculator/app/src/main/java/com/example/calculator/PlottingGraph.kt
@@ -0,0 +1,54 @@
+package com.example.calculator
+
+import android.os.Bundle
+import android.view.View
+import androidx.appcompat.app.AppCompatActivity
+import com.jjoe64.graphview.GraphView
+import com.jjoe64.graphview.series.DataPoint
+import com.jjoe64.graphview.series.LineGraphSeries
+
+class PlottingGraph : AppCompatActivity() {
+
+ var series: LineGraphSeries? = null
+
+ override fun onCreate(savedInstanceState: Bundle?) {
+ super.onCreate(savedInstanceState)
+ setContentView(R.layout.activity_plotting_graph)
+
+ val actionBar = supportActionBar
+ actionBar!!.title = "Plotting Graph"
+
+ actionBar.setDisplayHomeAsUpEnabled(true)
+
+ var y: Double
+ var x: Double = 0.0
+
+ val graph = findViewById(R.id.graph) as GraphView
+ series = LineGraphSeries()
+ for (i in 0..99) {
+ x += 0.1
+
+ val value = intent.getStringExtra("value_key")
+
+ y = 0.0
+ when(value) {
+ "sin(x)" -> y = Math.sin(x)
+ "cos(x)" -> y = Math.cos(x)
+ "tan(x)" -> y = Math.tan(x)
+ "csc(x)" -> y = 1/(Math.sin(x))
+ "sec(x)" -> y = 1/(Math.cos(x))
+ "cot(x)" -> y = 1/Math.tan(x)
+ "x²" -> y = x*x
+ "x³" -> y = x*x*x
+ "√x" -> Math.sqrt(x)
+ "x" -> y = x
+ "log(x)" -> y = Math.log10(x)
+ }
+
+ series!!.appendData(DataPoint(x, y), true, 100)
+ }
+ graph.addSeries(series)
+
+ }
+
+}
diff --git a/Calculator/app/src/main/java/com/example/calculator/SplashScreen.kt b/Calculator/app/src/main/java/com/example/calculator/SplashScreen.kt
new file mode 100644
index 0000000..004895f
--- /dev/null
+++ b/Calculator/app/src/main/java/com/example/calculator/SplashScreen.kt
@@ -0,0 +1,22 @@
+package com.example.calculator
+
+import android.content.Intent
+import androidx.appcompat.app.AppCompatActivity
+import android.os.Bundle
+import android.os.Handler
+
+class SplashScreen : AppCompatActivity() {
+ override fun onCreate(savedInstanceState: Bundle?) {
+ super.onCreate(savedInstanceState)
+ setContentView(R.layout.activity_splash_screen)
+
+ supportActionBar?.hide()
+
+ Handler().postDelayed({
+ val intent = Intent(this, MainActivity::class.java)
+ startActivity(intent)
+ finish()
+ }, 1000)
+
+ }
+}
\ No newline at end of file
diff --git a/Calculator/app/src/main/java/com/example/calculator/Unit_Converter.kt b/Calculator/app/src/main/java/com/example/calculator/Unit_Converter.kt
new file mode 100644
index 0000000..4f4eac1
--- /dev/null
+++ b/Calculator/app/src/main/java/com/example/calculator/Unit_Converter.kt
@@ -0,0 +1,237 @@
+package com.example.calculator
+
+import android.content.Intent
+import androidx.appcompat.app.AppCompatActivity
+import android.os.Bundle
+import android.view.MenuItem
+import android.view.View
+import android.widget.Button
+import android.widget.EditText
+import android.widget.TextView
+import android.widget.Toast
+import androidx.appcompat.app.ActionBarDrawerToggle
+import androidx.drawerlayout.widget.DrawerLayout
+import com.google.android.material.navigation.NavigationView
+
+class Unit_Converter : AppCompatActivity() {
+
+ lateinit var toggle : ActionBarDrawerToggle
+
+ lateinit var UnitInput: EditText
+
+ var onClearDecimal = false
+ var operator = false
+ var operator1 = false
+
+ override fun onCreate(savedInstanceState: Bundle?) {
+ super.onCreate(savedInstanceState)
+ setContentView(R.layout.activity_unit_converter)
+
+ UnitInput = findViewById(R.id.unit_input)
+
+ val actionBar = supportActionBar
+ actionBar!!.title = "Unit Converter"
+
+ actionBar.setDisplayHomeAsUpEnabled(true)
+
+ val drawerLayout : DrawerLayout = findViewById(R.id.drawerLayout)
+ val navView : NavigationView = findViewById(R.id.nav_view)
+
+ toggle = ActionBarDrawerToggle(this,drawerLayout,R.string.open,R.string.close)
+ drawerLayout.addDrawerListener(toggle)
+ toggle.syncState()
+
+ supportActionBar?.setDisplayHomeAsUpEnabled(true)
+
+ navView.setNavigationItemSelectedListener {
+
+ when(it.itemId){
+
+ R.id.miletokm -> miletokm()
+ R.id.kmtomile -> kmtomile()
+ R.id.foottom -> foottom()
+ R.id.mtofoot -> mtofoot()
+ R.id.KtoF -> KtoF()
+ R.id.FtoK -> FtoK()
+ R.id.CtoF -> CtoF()
+ R.id.FtoC -> FtoC()
+ R.id.kmphtomps -> kmphtomps()
+ R.id.mpstokmph -> mpstokmph()
+ R.id.rtod -> rtod()
+ R.id.dtor -> dtor()
+
+ }
+
+ true
+
+ }
+
+ }
+
+ fun miletokm() {
+ val UnitOutput = findViewById(R.id.unit_output)
+ var input = UnitInput.text.toString()
+ var km: Double = input.toDouble()
+ var mile: Double = km*1.60926
+ UnitOutput.text = mile.toString()
+ }
+
+ fun kmtomile() {
+ val UnitOutput = findViewById(R.id.unit_output)
+ var input = UnitInput.text.toString()
+ var mile: Double = input.toDouble()
+ var km: Double = mile*0.6214
+ UnitOutput.text = km.toString()
+ }
+
+ fun foottom() {
+ val UnitOutput = findViewById(R.id.unit_output)
+ var input = UnitInput.text.toString()
+ var foot: Double = input.toDouble()
+ var m: Double = foot*0.30479
+ UnitOutput.text = m.toString()
+ }
+
+ fun mtofoot() {
+ val UnitOutput = findViewById(R.id.unit_output)
+ var input = UnitInput.text.toString()
+ var m: Double = input.toDouble()
+ var foot: Double = m*3.2808
+ UnitOutput.text = foot.toString()
+ }
+
+ fun KtoF() {
+ val UnitOutput = findViewById(R.id.unit_output)
+ var input = UnitInput.text.toString()
+ var K: Double = input.toDouble()
+ var F: Double = ((K-273.15)*(9/5))+32
+ UnitOutput.text = F.toString()
+ }
+
+ fun FtoK() {
+ val UnitOutput = findViewById(R.id.unit_output)
+ var input = UnitInput.text.toString()
+ var F: Double = input.toDouble()
+ var K: Double = ((F-32)*(5/9))+273.15
+ UnitOutput.text = K.toString()
+ }
+
+ fun FtoC() {
+ val UnitOutput = findViewById(R.id.unit_output)
+ var input = UnitInput.text.toString()
+ var F: Double = input.toDouble()
+ var C: Double = ((F-32)*(5/9))
+ UnitOutput.text = C.toString()
+ }
+
+ fun CtoF() {
+ val UnitOutput = findViewById(R.id.unit_output)
+ var input = UnitInput.text.toString()
+ var C: Double = input.toDouble()
+ var F: Double = (C*(9/5))+32
+ UnitOutput.text = F.toString()
+ }
+
+ fun kmphtomps() {
+ val UnitOutput = findViewById(R.id.unit_output)
+ var input = UnitInput.text.toString()
+ var kmph: Double = input.toDouble()
+ var mps: Double = kmph/3.6
+ UnitOutput.text = mps.toString()
+ }
+
+ fun mpstokmph() {
+ val UnitOutput = findViewById(R.id.unit_output)
+ var input = UnitInput.text.toString()
+ var mps: Double = input.toDouble()
+ var kmph: Double = mps*3.6
+ UnitOutput.text = kmph.toString()
+ }
+
+ fun rtod() {
+ val UnitOutput = findViewById(R.id.unit_output)
+ var input = UnitInput.text.toString()
+ var r: Double = input.toDouble()
+ var d: Double = r*57.2958
+ UnitOutput.text = d.toString()
+ }
+
+ fun dtor() {
+ val UnitOutput = findViewById(R.id.unit_output)
+ var input = UnitInput.text.toString()
+ var d: Double = input.toDouble()
+ var r: Double = d*0.01745
+ UnitOutput.text = r.toString()
+ }
+
+
+
+ override fun onOptionsItemSelected(item: MenuItem): Boolean {
+
+ if (toggle.onOptionsItemSelected(item)){
+
+ return true
+
+ }
+ return super.onOptionsItemSelected(item)
+ }
+
+ fun onHome(view: View) {
+ val intent = Intent(this, MainActivity::class.java)
+ startActivity(intent)
+ }
+
+ fun onDigit(view: View) {
+ UnitInput.append((view as Button).text)
+ onClearDecimal = false
+ operator1 = false
+ }
+
+ fun onClear(view: View) {
+ val UnitOutput = findViewById(R.id.unit_output)
+ UnitInput.text = null
+ UnitOutput.text = ""
+ onClearDecimal = true
+ }
+
+ fun onBack(view: View) {
+ val UnitInput = findViewById(R.id.unit_input)
+ val UnitOutput = findViewById(R.id.unit_output)
+ val tvInputLength = findViewById(R.id.unit_input).length()
+ if (tvInputLength != 0) {
+ UnitInput.text = UnitInput.text.subSequence(0, tvInputLength - 1)
+ UnitInput.text = UnitInput.text
+ }
+ UnitOutput.text = ""
+ }
+
+ fun onDecimal (view: View) {
+ val UnitInput = findViewById(R.id.unit_input)
+ if (operator || !isDecimalAdded(UnitInput.text.toString())) {
+ UnitInput.append(".")
+ onClearDecimal = false
+ operator = false
+ }
+
+ else if (onClearDecimal) {
+ UnitInput.append("0.")
+ onClearDecimal = false
+ }
+ }
+
+ private fun isDecimalAdded(value: String) : Boolean {
+ return value.contains(".")
+ }
+
+ fun onEqual (view: View) {
+
+ }
+
+ fun onTheme(view: View) {
+ val intent = Intent(this, Unit_Converter_Light::class.java)
+ startActivity(intent)
+ overridePendingTransition(android.R.anim.fade_in, android.R.anim.fade_out)
+ }
+
+
+}
\ No newline at end of file
diff --git a/Calculator/app/src/main/java/com/example/calculator/Unit_Converter_Light.kt b/Calculator/app/src/main/java/com/example/calculator/Unit_Converter_Light.kt
new file mode 100644
index 0000000..23bd13d
--- /dev/null
+++ b/Calculator/app/src/main/java/com/example/calculator/Unit_Converter_Light.kt
@@ -0,0 +1,237 @@
+package com.example.calculator
+
+import android.content.Intent
+import androidx.appcompat.app.AppCompatActivity
+import android.os.Bundle
+import android.view.MenuItem
+import android.view.View
+import android.widget.Button
+import android.widget.EditText
+import android.widget.TextView
+import android.widget.Toast
+import androidx.appcompat.app.ActionBarDrawerToggle
+import androidx.drawerlayout.widget.DrawerLayout
+import com.google.android.material.navigation.NavigationView
+
+class Unit_Converter_Light : AppCompatActivity() {
+
+ lateinit var toggle : ActionBarDrawerToggle
+
+ lateinit var UnitInput: EditText
+
+ var onClearDecimal = false
+ var operator = false
+ var operator1 = false
+
+ override fun onCreate(savedInstanceState: Bundle?) {
+ super.onCreate(savedInstanceState)
+ setContentView(R.layout.activity_unit_converter_light)
+
+ UnitInput = findViewById(R.id.unit_input)
+
+ val actionBar = supportActionBar
+ actionBar!!.title = "Unit Converter"
+
+ actionBar.setDisplayHomeAsUpEnabled(true)
+
+ val drawerLayout : DrawerLayout = findViewById(R.id.drawerLayout)
+ val navView : NavigationView = findViewById(R.id.nav_view)
+
+ toggle = ActionBarDrawerToggle(this,drawerLayout,R.string.open,R.string.close)
+ drawerLayout.addDrawerListener(toggle)
+ toggle.syncState()
+
+ supportActionBar?.setDisplayHomeAsUpEnabled(true)
+
+ navView.setNavigationItemSelectedListener {
+
+ when(it.itemId){
+
+ R.id.miletokm -> miletokm()
+ R.id.kmtomile -> kmtomile()
+ R.id.foottom -> foottom()
+ R.id.mtofoot -> mtofoot()
+ R.id.KtoF -> KtoF()
+ R.id.FtoK -> FtoK()
+ R.id.CtoF -> CtoF()
+ R.id.FtoC -> FtoC()
+ R.id.kmphtomps -> kmphtomps()
+ R.id.mpstokmph -> mpstokmph()
+ R.id.rtod -> rtod()
+ R.id.dtor -> dtor()
+
+ }
+
+ true
+
+ }
+
+ }
+
+ fun miletokm() {
+ val UnitOutput = findViewById(R.id.unit_output)
+ var input = UnitInput.text.toString()
+ var km: Double = input.toDouble()
+ var mile: Double = km*1.60926
+ UnitOutput.text = mile.toString()
+ }
+
+ fun kmtomile() {
+ val UnitOutput = findViewById(R.id.unit_output)
+ var input = UnitInput.text.toString()
+ var mile: Double = input.toDouble()
+ var km: Double = mile*0.6214
+ UnitOutput.text = km.toString()
+ }
+
+ fun foottom() {
+ val UnitOutput = findViewById(R.id.unit_output)
+ var input = UnitInput.text.toString()
+ var foot: Double = input.toDouble()
+ var m: Double = foot*0.30479
+ UnitOutput.text = m.toString()
+ }
+
+ fun mtofoot() {
+ val UnitOutput = findViewById(R.id.unit_output)
+ var input = UnitInput.text.toString()
+ var m: Double = input.toDouble()
+ var foot: Double = m*3.2808
+ UnitOutput.text = foot.toString()
+ }
+
+ fun KtoF() {
+ val UnitOutput = findViewById(R.id.unit_output)
+ var input = UnitInput.text.toString()
+ var K: Double = input.toDouble()
+ var F: Double = ((K-273.15)*(9/5))+32
+ UnitOutput.text = F.toString()
+ }
+
+ fun FtoK() {
+ val UnitOutput = findViewById(R.id.unit_output)
+ var input = UnitInput.text.toString()
+ var F: Double = input.toDouble()
+ var K: Double = ((F-32)*(5/9))+273.15
+ UnitOutput.text = K.toString()
+ }
+
+ fun FtoC() {
+ val UnitOutput = findViewById(R.id.unit_output)
+ var input = UnitInput.text.toString()
+ var F: Double = input.toDouble()
+ var C: Double = ((F-32)*(5/9))
+ UnitOutput.text = C.toString()
+ }
+
+ fun CtoF() {
+ val UnitOutput = findViewById(R.id.unit_output)
+ var input = UnitInput.text.toString()
+ var C: Double = input.toDouble()
+ var F: Double = (C*(9/5))+32
+ UnitOutput.text = F.toString()
+ }
+
+ fun kmphtomps() {
+ val UnitOutput = findViewById(R.id.unit_output)
+ var input = UnitInput.text.toString()
+ var kmph: Double = input.toDouble()
+ var mps: Double = kmph/3.6
+ UnitOutput.text = mps.toString()
+ }
+
+ fun mpstokmph() {
+ val UnitOutput = findViewById(R.id.unit_output)
+ var input = UnitInput.text.toString()
+ var mps: Double = input.toDouble()
+ var kmph: Double = mps*3.6
+ UnitOutput.text = kmph.toString()
+ }
+
+ fun rtod() {
+ val UnitOutput = findViewById(R.id.unit_output)
+ var input = UnitInput.text.toString()
+ var r: Double = input.toDouble()
+ var d: Double = r*57.2958
+ UnitOutput.text = d.toString()
+ }
+
+ fun dtor() {
+ val UnitOutput = findViewById(R.id.unit_output)
+ var input = UnitInput.text.toString()
+ var d: Double = input.toDouble()
+ var r: Double = d*0.01745
+ UnitOutput.text = r.toString()
+ }
+
+
+
+ override fun onOptionsItemSelected(item: MenuItem): Boolean {
+
+ if (toggle.onOptionsItemSelected(item)){
+
+ return true
+
+ }
+ return super.onOptionsItemSelected(item)
+ }
+
+ fun onHome(view: View) {
+ val intent = Intent(this, MainActivity::class.java)
+ startActivity(intent)
+ }
+
+ fun onDigit(view: View) {
+ UnitInput.append((view as Button).text)
+ onClearDecimal = false
+ operator1 = false
+ }
+
+ fun onClear(view: View) {
+ val UnitOutput = findViewById(R.id.unit_output)
+ UnitInput.text = null
+ UnitOutput.text = ""
+ onClearDecimal = true
+ }
+
+ fun onBack(view: View) {
+ val UnitInput = findViewById(R.id.unit_input)
+ val UnitOutput = findViewById(R.id.unit_output)
+ val tvInputLength = findViewById(R.id.unit_input).length()
+ if (tvInputLength != 0) {
+ UnitInput.text = UnitInput.text.subSequence(0, tvInputLength - 1)
+ UnitInput.text = UnitInput.text
+ }
+ UnitOutput.text = ""
+ }
+
+ fun onDecimal (view: View) {
+ val UnitInput = findViewById(R.id.unit_input)
+ if (operator || !isDecimalAdded(UnitInput.text.toString())) {
+ UnitInput.append(".")
+ onClearDecimal = false
+ operator = false
+ }
+
+ else if (onClearDecimal) {
+ UnitInput.append("0.")
+ onClearDecimal = false
+ }
+ }
+
+ private fun isDecimalAdded(value: String) : Boolean {
+ return value.contains(".")
+ }
+
+ fun onEqual (view: View) {
+
+ }
+
+ fun onTheme(view: View) {
+ val intent = Intent(this, Unit_Converter::class.java)
+ startActivity(intent)
+ overridePendingTransition(android.R.anim.fade_in, android.R.anim.fade_out)
+ }
+
+
+}
\ No newline at end of file
diff --git a/Calculator/app/src/main/res/drawable-anydpi/ic_convert.xml b/Calculator/app/src/main/res/drawable-anydpi/ic_convert.xml
new file mode 100644
index 0000000..d514faa
--- /dev/null
+++ b/Calculator/app/src/main/res/drawable-anydpi/ic_convert.xml
@@ -0,0 +1,11 @@
+
+
+
diff --git a/Calculator/app/src/main/res/drawable-anydpi/ic_dark_mode.xml b/Calculator/app/src/main/res/drawable-anydpi/ic_dark_mode.xml
new file mode 100644
index 0000000..420ec8a
--- /dev/null
+++ b/Calculator/app/src/main/res/drawable-anydpi/ic_dark_mode.xml
@@ -0,0 +1,11 @@
+
+
+
diff --git a/Calculator/app/src/main/res/drawable-anydpi/ic_degree.xml b/Calculator/app/src/main/res/drawable-anydpi/ic_degree.xml
new file mode 100644
index 0000000..e1582d9
--- /dev/null
+++ b/Calculator/app/src/main/res/drawable-anydpi/ic_degree.xml
@@ -0,0 +1,12 @@
+
+
+
diff --git a/Calculator/app/src/main/res/drawable-anydpi/ic_graph.xml b/Calculator/app/src/main/res/drawable-anydpi/ic_graph.xml
new file mode 100644
index 0000000..4566deb
--- /dev/null
+++ b/Calculator/app/src/main/res/drawable-anydpi/ic_graph.xml
@@ -0,0 +1,11 @@
+
+
+
diff --git a/Calculator/app/src/main/res/drawable-anydpi/ic_home.xml b/Calculator/app/src/main/res/drawable-anydpi/ic_home.xml
new file mode 100644
index 0000000..cd6cfd6
--- /dev/null
+++ b/Calculator/app/src/main/res/drawable-anydpi/ic_home.xml
@@ -0,0 +1,11 @@
+
+
+
diff --git a/Calculator/app/src/main/res/drawable-anydpi/ic_icon_calculator.xml b/Calculator/app/src/main/res/drawable-anydpi/ic_icon_calculator.xml
new file mode 100644
index 0000000..79c8ad4
--- /dev/null
+++ b/Calculator/app/src/main/res/drawable-anydpi/ic_icon_calculator.xml
@@ -0,0 +1,11 @@
+
+
+
diff --git a/Calculator/app/src/main/res/drawable-anydpi/ic_light_mode.xml b/Calculator/app/src/main/res/drawable-anydpi/ic_light_mode.xml
new file mode 100644
index 0000000..9d18533
--- /dev/null
+++ b/Calculator/app/src/main/res/drawable-anydpi/ic_light_mode.xml
@@ -0,0 +1,11 @@
+
+
+
diff --git a/Calculator/app/src/main/res/drawable-anydpi/ic_scale.xml b/Calculator/app/src/main/res/drawable-anydpi/ic_scale.xml
new file mode 100644
index 0000000..2f7e810
--- /dev/null
+++ b/Calculator/app/src/main/res/drawable-anydpi/ic_scale.xml
@@ -0,0 +1,11 @@
+
+
+
diff --git a/Calculator/app/src/main/res/drawable-anydpi/ic_speed.xml b/Calculator/app/src/main/res/drawable-anydpi/ic_speed.xml
new file mode 100644
index 0000000..798ace5
--- /dev/null
+++ b/Calculator/app/src/main/res/drawable-anydpi/ic_speed.xml
@@ -0,0 +1,11 @@
+
+
+
diff --git a/Calculator/app/src/main/res/drawable-anydpi/ic_temp.xml b/Calculator/app/src/main/res/drawable-anydpi/ic_temp.xml
new file mode 100644
index 0000000..40734be
--- /dev/null
+++ b/Calculator/app/src/main/res/drawable-anydpi/ic_temp.xml
@@ -0,0 +1,11 @@
+
+
+
diff --git a/Calculator/app/src/main/res/drawable-hdpi/ic_convert.png b/Calculator/app/src/main/res/drawable-hdpi/ic_convert.png
new file mode 100644
index 0000000..e50d2ae
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-hdpi/ic_convert.png differ
diff --git a/Calculator/app/src/main/res/drawable-hdpi/ic_dark_mode.png b/Calculator/app/src/main/res/drawable-hdpi/ic_dark_mode.png
new file mode 100644
index 0000000..f4e233f
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-hdpi/ic_dark_mode.png differ
diff --git a/Calculator/app/src/main/res/drawable-hdpi/ic_degree.png b/Calculator/app/src/main/res/drawable-hdpi/ic_degree.png
new file mode 100644
index 0000000..be64f1c
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-hdpi/ic_degree.png differ
diff --git a/Calculator/app/src/main/res/drawable-hdpi/ic_graph.png b/Calculator/app/src/main/res/drawable-hdpi/ic_graph.png
new file mode 100644
index 0000000..2bb0865
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-hdpi/ic_graph.png differ
diff --git a/Calculator/app/src/main/res/drawable-hdpi/ic_home.png b/Calculator/app/src/main/res/drawable-hdpi/ic_home.png
new file mode 100644
index 0000000..c6da75f
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-hdpi/ic_home.png differ
diff --git a/Calculator/app/src/main/res/drawable-hdpi/ic_icon_calculator.png b/Calculator/app/src/main/res/drawable-hdpi/ic_icon_calculator.png
new file mode 100644
index 0000000..a2ef706
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-hdpi/ic_icon_calculator.png differ
diff --git a/Calculator/app/src/main/res/drawable-hdpi/ic_light_mode.png b/Calculator/app/src/main/res/drawable-hdpi/ic_light_mode.png
new file mode 100644
index 0000000..5edb87c
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-hdpi/ic_light_mode.png differ
diff --git a/Calculator/app/src/main/res/drawable-hdpi/ic_scale.png b/Calculator/app/src/main/res/drawable-hdpi/ic_scale.png
new file mode 100644
index 0000000..b2638ad
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-hdpi/ic_scale.png differ
diff --git a/Calculator/app/src/main/res/drawable-hdpi/ic_speed.png b/Calculator/app/src/main/res/drawable-hdpi/ic_speed.png
new file mode 100644
index 0000000..66fd34e
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-hdpi/ic_speed.png differ
diff --git a/Calculator/app/src/main/res/drawable-hdpi/ic_temp.png b/Calculator/app/src/main/res/drawable-hdpi/ic_temp.png
new file mode 100644
index 0000000..4980836
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-hdpi/ic_temp.png differ
diff --git a/Calculator/app/src/main/res/drawable-mdpi/ic_convert.png b/Calculator/app/src/main/res/drawable-mdpi/ic_convert.png
new file mode 100644
index 0000000..57d27a5
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-mdpi/ic_convert.png differ
diff --git a/Calculator/app/src/main/res/drawable-mdpi/ic_dark_mode.png b/Calculator/app/src/main/res/drawable-mdpi/ic_dark_mode.png
new file mode 100644
index 0000000..1bfebac
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-mdpi/ic_dark_mode.png differ
diff --git a/Calculator/app/src/main/res/drawable-mdpi/ic_degree.png b/Calculator/app/src/main/res/drawable-mdpi/ic_degree.png
new file mode 100644
index 0000000..eeedfc9
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-mdpi/ic_degree.png differ
diff --git a/Calculator/app/src/main/res/drawable-mdpi/ic_graph.png b/Calculator/app/src/main/res/drawable-mdpi/ic_graph.png
new file mode 100644
index 0000000..e1bec36
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-mdpi/ic_graph.png differ
diff --git a/Calculator/app/src/main/res/drawable-mdpi/ic_home.png b/Calculator/app/src/main/res/drawable-mdpi/ic_home.png
new file mode 100644
index 0000000..cb1f92f
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-mdpi/ic_home.png differ
diff --git a/Calculator/app/src/main/res/drawable-mdpi/ic_icon_calculator.png b/Calculator/app/src/main/res/drawable-mdpi/ic_icon_calculator.png
new file mode 100644
index 0000000..75cbde9
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-mdpi/ic_icon_calculator.png differ
diff --git a/Calculator/app/src/main/res/drawable-mdpi/ic_light_mode.png b/Calculator/app/src/main/res/drawable-mdpi/ic_light_mode.png
new file mode 100644
index 0000000..255c9db
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-mdpi/ic_light_mode.png differ
diff --git a/Calculator/app/src/main/res/drawable-mdpi/ic_scale.png b/Calculator/app/src/main/res/drawable-mdpi/ic_scale.png
new file mode 100644
index 0000000..eb46ed0
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-mdpi/ic_scale.png differ
diff --git a/Calculator/app/src/main/res/drawable-mdpi/ic_speed.png b/Calculator/app/src/main/res/drawable-mdpi/ic_speed.png
new file mode 100644
index 0000000..d6a5a17
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-mdpi/ic_speed.png differ
diff --git a/Calculator/app/src/main/res/drawable-mdpi/ic_temp.png b/Calculator/app/src/main/res/drawable-mdpi/ic_temp.png
new file mode 100644
index 0000000..1ab6dd5
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-mdpi/ic_temp.png differ
diff --git a/Calculator/app/src/main/res/drawable-v24/ic_launcher_foreground.xml b/Calculator/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
new file mode 100644
index 0000000..2b068d1
--- /dev/null
+++ b/Calculator/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/src/main/res/drawable-xhdpi/ic_convert.png b/Calculator/app/src/main/res/drawable-xhdpi/ic_convert.png
new file mode 100644
index 0000000..3583123
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-xhdpi/ic_convert.png differ
diff --git a/Calculator/app/src/main/res/drawable-xhdpi/ic_dark_mode.png b/Calculator/app/src/main/res/drawable-xhdpi/ic_dark_mode.png
new file mode 100644
index 0000000..f9702bc
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-xhdpi/ic_dark_mode.png differ
diff --git a/Calculator/app/src/main/res/drawable-xhdpi/ic_degree.png b/Calculator/app/src/main/res/drawable-xhdpi/ic_degree.png
new file mode 100644
index 0000000..37be6d4
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-xhdpi/ic_degree.png differ
diff --git a/Calculator/app/src/main/res/drawable-xhdpi/ic_graph.png b/Calculator/app/src/main/res/drawable-xhdpi/ic_graph.png
new file mode 100644
index 0000000..f890dbd
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-xhdpi/ic_graph.png differ
diff --git a/Calculator/app/src/main/res/drawable-xhdpi/ic_home.png b/Calculator/app/src/main/res/drawable-xhdpi/ic_home.png
new file mode 100644
index 0000000..f6c17d5
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-xhdpi/ic_home.png differ
diff --git a/Calculator/app/src/main/res/drawable-xhdpi/ic_icon_calculator.png b/Calculator/app/src/main/res/drawable-xhdpi/ic_icon_calculator.png
new file mode 100644
index 0000000..dafd9e1
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-xhdpi/ic_icon_calculator.png differ
diff --git a/Calculator/app/src/main/res/drawable-xhdpi/ic_light_mode.png b/Calculator/app/src/main/res/drawable-xhdpi/ic_light_mode.png
new file mode 100644
index 0000000..a08361a
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-xhdpi/ic_light_mode.png differ
diff --git a/Calculator/app/src/main/res/drawable-xhdpi/ic_scale.png b/Calculator/app/src/main/res/drawable-xhdpi/ic_scale.png
new file mode 100644
index 0000000..a0f36a4
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-xhdpi/ic_scale.png differ
diff --git a/Calculator/app/src/main/res/drawable-xhdpi/ic_speed.png b/Calculator/app/src/main/res/drawable-xhdpi/ic_speed.png
new file mode 100644
index 0000000..0963777
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-xhdpi/ic_speed.png differ
diff --git a/Calculator/app/src/main/res/drawable-xhdpi/ic_temp.png b/Calculator/app/src/main/res/drawable-xhdpi/ic_temp.png
new file mode 100644
index 0000000..b4f7684
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-xhdpi/ic_temp.png differ
diff --git a/Calculator/app/src/main/res/drawable-xxhdpi/ic_convert.png b/Calculator/app/src/main/res/drawable-xxhdpi/ic_convert.png
new file mode 100644
index 0000000..5873eff
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-xxhdpi/ic_convert.png differ
diff --git a/Calculator/app/src/main/res/drawable-xxhdpi/ic_dark_mode.png b/Calculator/app/src/main/res/drawable-xxhdpi/ic_dark_mode.png
new file mode 100644
index 0000000..b870b4e
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-xxhdpi/ic_dark_mode.png differ
diff --git a/Calculator/app/src/main/res/drawable-xxhdpi/ic_degree.png b/Calculator/app/src/main/res/drawable-xxhdpi/ic_degree.png
new file mode 100644
index 0000000..f91b6a0
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-xxhdpi/ic_degree.png differ
diff --git a/Calculator/app/src/main/res/drawable-xxhdpi/ic_graph.png b/Calculator/app/src/main/res/drawable-xxhdpi/ic_graph.png
new file mode 100644
index 0000000..46d511b
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-xxhdpi/ic_graph.png differ
diff --git a/Calculator/app/src/main/res/drawable-xxhdpi/ic_home.png b/Calculator/app/src/main/res/drawable-xxhdpi/ic_home.png
new file mode 100644
index 0000000..40d14fb
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-xxhdpi/ic_home.png differ
diff --git a/Calculator/app/src/main/res/drawable-xxhdpi/ic_icon_calculator.png b/Calculator/app/src/main/res/drawable-xxhdpi/ic_icon_calculator.png
new file mode 100644
index 0000000..dbb589c
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-xxhdpi/ic_icon_calculator.png differ
diff --git a/Calculator/app/src/main/res/drawable-xxhdpi/ic_light_mode.png b/Calculator/app/src/main/res/drawable-xxhdpi/ic_light_mode.png
new file mode 100644
index 0000000..9d8d34c
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-xxhdpi/ic_light_mode.png differ
diff --git a/Calculator/app/src/main/res/drawable-xxhdpi/ic_scale.png b/Calculator/app/src/main/res/drawable-xxhdpi/ic_scale.png
new file mode 100644
index 0000000..93eb209
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-xxhdpi/ic_scale.png differ
diff --git a/Calculator/app/src/main/res/drawable-xxhdpi/ic_speed.png b/Calculator/app/src/main/res/drawable-xxhdpi/ic_speed.png
new file mode 100644
index 0000000..74634a4
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-xxhdpi/ic_speed.png differ
diff --git a/Calculator/app/src/main/res/drawable-xxhdpi/ic_temp.png b/Calculator/app/src/main/res/drawable-xxhdpi/ic_temp.png
new file mode 100644
index 0000000..319df11
Binary files /dev/null and b/Calculator/app/src/main/res/drawable-xxhdpi/ic_temp.png differ
diff --git a/Calculator/app/src/main/res/drawable/ic__logo.xml b/Calculator/app/src/main/res/drawable/ic__logo.xml
new file mode 100644
index 0000000..b15c118
--- /dev/null
+++ b/Calculator/app/src/main/res/drawable/ic__logo.xml
@@ -0,0 +1,10 @@
+
+
+
diff --git a/Calculator/app/src/main/res/drawable/ic_launcher_background.xml b/Calculator/app/src/main/res/drawable/ic_launcher_background.xml
new file mode 100644
index 0000000..07d5da9
--- /dev/null
+++ b/Calculator/app/src/main/res/drawable/ic_launcher_background.xml
@@ -0,0 +1,170 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Calculator/app/src/main/res/layout-land/activity_main.xml b/Calculator/app/src/main/res/layout-land/activity_main.xml
new file mode 100644
index 0000000..2dd6d12
--- /dev/null
+++ b/Calculator/app/src/main/res/layout-land/activity_main.xml
@@ -0,0 +1,615 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/src/main/res/layout-land/activity_main_light.xml b/Calculator/app/src/main/res/layout-land/activity_main_light.xml
new file mode 100644
index 0000000..b206283
--- /dev/null
+++ b/Calculator/app/src/main/res/layout-land/activity_main_light.xml
@@ -0,0 +1,615 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/src/main/res/layout/activity_graph.xml b/Calculator/app/src/main/res/layout/activity_graph.xml
new file mode 100644
index 0000000..52370f7
--- /dev/null
+++ b/Calculator/app/src/main/res/layout/activity_graph.xml
@@ -0,0 +1,276 @@
+
+
+
+ z
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/src/main/res/layout/activity_graph_light.xml b/Calculator/app/src/main/res/layout/activity_graph_light.xml
new file mode 100644
index 0000000..bc40135
--- /dev/null
+++ b/Calculator/app/src/main/res/layout/activity_graph_light.xml
@@ -0,0 +1,276 @@
+
+
+
+ z
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/src/main/res/layout/activity_main.xml b/Calculator/app/src/main/res/layout/activity_main.xml
new file mode 100644
index 0000000..15c2aa8
--- /dev/null
+++ b/Calculator/app/src/main/res/layout/activity_main.xml
@@ -0,0 +1,461 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/src/main/res/layout/activity_main_light.xml b/Calculator/app/src/main/res/layout/activity_main_light.xml
new file mode 100644
index 0000000..7dd85eb
--- /dev/null
+++ b/Calculator/app/src/main/res/layout/activity_main_light.xml
@@ -0,0 +1,456 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/src/main/res/layout/activity_plotting_graph.xml b/Calculator/app/src/main/res/layout/activity_plotting_graph.xml
new file mode 100644
index 0000000..b70891b
--- /dev/null
+++ b/Calculator/app/src/main/res/layout/activity_plotting_graph.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/src/main/res/layout/activity_splash_screen.xml b/Calculator/app/src/main/res/layout/activity_splash_screen.xml
new file mode 100644
index 0000000..370b756
--- /dev/null
+++ b/Calculator/app/src/main/res/layout/activity_splash_screen.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/src/main/res/layout/activity_unit_converter.xml b/Calculator/app/src/main/res/layout/activity_unit_converter.xml
new file mode 100644
index 0000000..01fdb14
--- /dev/null
+++ b/Calculator/app/src/main/res/layout/activity_unit_converter.xml
@@ -0,0 +1,368 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/src/main/res/layout/activity_unit_converter_light.xml b/Calculator/app/src/main/res/layout/activity_unit_converter_light.xml
new file mode 100644
index 0000000..32bc26a
--- /dev/null
+++ b/Calculator/app/src/main/res/layout/activity_unit_converter_light.xml
@@ -0,0 +1,368 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/src/main/res/layout/content_main.xml b/Calculator/app/src/main/res/layout/content_main.xml
new file mode 100644
index 0000000..7867fa2
--- /dev/null
+++ b/Calculator/app/src/main/res/layout/content_main.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/src/main/res/layout/fragment_first.xml b/Calculator/app/src/main/res/layout/fragment_first.xml
new file mode 100644
index 0000000..8a8ce58
--- /dev/null
+++ b/Calculator/app/src/main/res/layout/fragment_first.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/src/main/res/layout/fragment_second.xml b/Calculator/app/src/main/res/layout/fragment_second.xml
new file mode 100644
index 0000000..0cdc85a
--- /dev/null
+++ b/Calculator/app/src/main/res/layout/fragment_second.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/src/main/res/menu/nav_menu_unit_converter.xml b/Calculator/app/src/main/res/menu/nav_menu_unit_converter.xml
new file mode 100644
index 0000000..451459d
--- /dev/null
+++ b/Calculator/app/src/main/res/menu/nav_menu_unit_converter.xml
@@ -0,0 +1,110 @@
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/Calculator/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
new file mode 100644
index 0000000..eca70cf
--- /dev/null
+++ b/Calculator/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/src/main/res/mipmap-anydpi-v26/ic_launcher_calculator.xml b/Calculator/app/src/main/res/mipmap-anydpi-v26/ic_launcher_calculator.xml
new file mode 100644
index 0000000..39bf046
--- /dev/null
+++ b/Calculator/app/src/main/res/mipmap-anydpi-v26/ic_launcher_calculator.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/src/main/res/mipmap-anydpi-v26/ic_launcher_calculator_round.xml b/Calculator/app/src/main/res/mipmap-anydpi-v26/ic_launcher_calculator_round.xml
new file mode 100644
index 0000000..39bf046
--- /dev/null
+++ b/Calculator/app/src/main/res/mipmap-anydpi-v26/ic_launcher_calculator_round.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/Calculator/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
new file mode 100644
index 0000000..eca70cf
--- /dev/null
+++ b/Calculator/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/src/main/res/mipmap-hdpi/ic_launcher.webp b/Calculator/app/src/main/res/mipmap-hdpi/ic_launcher.webp
new file mode 100644
index 0000000..c209e78
Binary files /dev/null and b/Calculator/app/src/main/res/mipmap-hdpi/ic_launcher.webp differ
diff --git a/Calculator/app/src/main/res/mipmap-hdpi/ic_launcher_calculator.png b/Calculator/app/src/main/res/mipmap-hdpi/ic_launcher_calculator.png
new file mode 100644
index 0000000..a47c1f7
Binary files /dev/null and b/Calculator/app/src/main/res/mipmap-hdpi/ic_launcher_calculator.png differ
diff --git a/Calculator/app/src/main/res/mipmap-hdpi/ic_launcher_calculator_foreground.png b/Calculator/app/src/main/res/mipmap-hdpi/ic_launcher_calculator_foreground.png
new file mode 100644
index 0000000..22d710c
Binary files /dev/null and b/Calculator/app/src/main/res/mipmap-hdpi/ic_launcher_calculator_foreground.png differ
diff --git a/Calculator/app/src/main/res/mipmap-hdpi/ic_launcher_calculator_round.png b/Calculator/app/src/main/res/mipmap-hdpi/ic_launcher_calculator_round.png
new file mode 100644
index 0000000..9997fd5
Binary files /dev/null and b/Calculator/app/src/main/res/mipmap-hdpi/ic_launcher_calculator_round.png differ
diff --git a/Calculator/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp b/Calculator/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp
new file mode 100644
index 0000000..b2dfe3d
Binary files /dev/null and b/Calculator/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp differ
diff --git a/Calculator/app/src/main/res/mipmap-mdpi/ic_launcher.webp b/Calculator/app/src/main/res/mipmap-mdpi/ic_launcher.webp
new file mode 100644
index 0000000..4f0f1d6
Binary files /dev/null and b/Calculator/app/src/main/res/mipmap-mdpi/ic_launcher.webp differ
diff --git a/Calculator/app/src/main/res/mipmap-mdpi/ic_launcher_calculator.png b/Calculator/app/src/main/res/mipmap-mdpi/ic_launcher_calculator.png
new file mode 100644
index 0000000..1bdf808
Binary files /dev/null and b/Calculator/app/src/main/res/mipmap-mdpi/ic_launcher_calculator.png differ
diff --git a/Calculator/app/src/main/res/mipmap-mdpi/ic_launcher_calculator_foreground.png b/Calculator/app/src/main/res/mipmap-mdpi/ic_launcher_calculator_foreground.png
new file mode 100644
index 0000000..cbb1fa3
Binary files /dev/null and b/Calculator/app/src/main/res/mipmap-mdpi/ic_launcher_calculator_foreground.png differ
diff --git a/Calculator/app/src/main/res/mipmap-mdpi/ic_launcher_calculator_round.png b/Calculator/app/src/main/res/mipmap-mdpi/ic_launcher_calculator_round.png
new file mode 100644
index 0000000..29c0c79
Binary files /dev/null and b/Calculator/app/src/main/res/mipmap-mdpi/ic_launcher_calculator_round.png differ
diff --git a/Calculator/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp b/Calculator/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp
new file mode 100644
index 0000000..62b611d
Binary files /dev/null and b/Calculator/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp differ
diff --git a/Calculator/app/src/main/res/mipmap-xhdpi/ic_launcher.webp b/Calculator/app/src/main/res/mipmap-xhdpi/ic_launcher.webp
new file mode 100644
index 0000000..948a307
Binary files /dev/null and b/Calculator/app/src/main/res/mipmap-xhdpi/ic_launcher.webp differ
diff --git a/Calculator/app/src/main/res/mipmap-xhdpi/ic_launcher_calculator.png b/Calculator/app/src/main/res/mipmap-xhdpi/ic_launcher_calculator.png
new file mode 100644
index 0000000..fbdf8c2
Binary files /dev/null and b/Calculator/app/src/main/res/mipmap-xhdpi/ic_launcher_calculator.png differ
diff --git a/Calculator/app/src/main/res/mipmap-xhdpi/ic_launcher_calculator_foreground.png b/Calculator/app/src/main/res/mipmap-xhdpi/ic_launcher_calculator_foreground.png
new file mode 100644
index 0000000..148ce69
Binary files /dev/null and b/Calculator/app/src/main/res/mipmap-xhdpi/ic_launcher_calculator_foreground.png differ
diff --git a/Calculator/app/src/main/res/mipmap-xhdpi/ic_launcher_calculator_round.png b/Calculator/app/src/main/res/mipmap-xhdpi/ic_launcher_calculator_round.png
new file mode 100644
index 0000000..459525e
Binary files /dev/null and b/Calculator/app/src/main/res/mipmap-xhdpi/ic_launcher_calculator_round.png differ
diff --git a/Calculator/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp b/Calculator/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp
new file mode 100644
index 0000000..1b9a695
Binary files /dev/null and b/Calculator/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp differ
diff --git a/Calculator/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp b/Calculator/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp
new file mode 100644
index 0000000..28d4b77
Binary files /dev/null and b/Calculator/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp differ
diff --git a/Calculator/app/src/main/res/mipmap-xxhdpi/ic_launcher_calculator.png b/Calculator/app/src/main/res/mipmap-xxhdpi/ic_launcher_calculator.png
new file mode 100644
index 0000000..af89707
Binary files /dev/null and b/Calculator/app/src/main/res/mipmap-xxhdpi/ic_launcher_calculator.png differ
diff --git a/Calculator/app/src/main/res/mipmap-xxhdpi/ic_launcher_calculator_foreground.png b/Calculator/app/src/main/res/mipmap-xxhdpi/ic_launcher_calculator_foreground.png
new file mode 100644
index 0000000..7d0d6b9
Binary files /dev/null and b/Calculator/app/src/main/res/mipmap-xxhdpi/ic_launcher_calculator_foreground.png differ
diff --git a/Calculator/app/src/main/res/mipmap-xxhdpi/ic_launcher_calculator_round.png b/Calculator/app/src/main/res/mipmap-xxhdpi/ic_launcher_calculator_round.png
new file mode 100644
index 0000000..0110d56
Binary files /dev/null and b/Calculator/app/src/main/res/mipmap-xxhdpi/ic_launcher_calculator_round.png differ
diff --git a/Calculator/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp b/Calculator/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp
new file mode 100644
index 0000000..9287f50
Binary files /dev/null and b/Calculator/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp differ
diff --git a/Calculator/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp b/Calculator/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
new file mode 100644
index 0000000..aa7d642
Binary files /dev/null and b/Calculator/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp differ
diff --git a/Calculator/app/src/main/res/mipmap-xxxhdpi/ic_launcher_calculator.png b/Calculator/app/src/main/res/mipmap-xxxhdpi/ic_launcher_calculator.png
new file mode 100644
index 0000000..6f39809
Binary files /dev/null and b/Calculator/app/src/main/res/mipmap-xxxhdpi/ic_launcher_calculator.png differ
diff --git a/Calculator/app/src/main/res/mipmap-xxxhdpi/ic_launcher_calculator_foreground.png b/Calculator/app/src/main/res/mipmap-xxxhdpi/ic_launcher_calculator_foreground.png
new file mode 100644
index 0000000..6d41d06
Binary files /dev/null and b/Calculator/app/src/main/res/mipmap-xxxhdpi/ic_launcher_calculator_foreground.png differ
diff --git a/Calculator/app/src/main/res/mipmap-xxxhdpi/ic_launcher_calculator_round.png b/Calculator/app/src/main/res/mipmap-xxxhdpi/ic_launcher_calculator_round.png
new file mode 100644
index 0000000..2be0e34
Binary files /dev/null and b/Calculator/app/src/main/res/mipmap-xxxhdpi/ic_launcher_calculator_round.png differ
diff --git a/Calculator/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp b/Calculator/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp
new file mode 100644
index 0000000..9126ae3
Binary files /dev/null and b/Calculator/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp differ
diff --git a/Calculator/app/src/main/res/navigation/nav_graph.xml b/Calculator/app/src/main/res/navigation/nav_graph.xml
new file mode 100644
index 0000000..ccc1de9
--- /dev/null
+++ b/Calculator/app/src/main/res/navigation/nav_graph.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/src/main/res/values-land/dimens.xml b/Calculator/app/src/main/res/values-land/dimens.xml
new file mode 100644
index 0000000..f3962cd
--- /dev/null
+++ b/Calculator/app/src/main/res/values-land/dimens.xml
@@ -0,0 +1,4 @@
+
+ 16dp
+ 16dp
+
\ No newline at end of file
diff --git a/Calculator/app/src/main/res/values-night/themes.xml b/Calculator/app/src/main/res/values-night/themes.xml
new file mode 100644
index 0000000..a9fa328
--- /dev/null
+++ b/Calculator/app/src/main/res/values-night/themes.xml
@@ -0,0 +1,16 @@
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/src/main/res/values-w1240dp/dimens.xml b/Calculator/app/src/main/res/values-w1240dp/dimens.xml
new file mode 100644
index 0000000..98f46b4
--- /dev/null
+++ b/Calculator/app/src/main/res/values-w1240dp/dimens.xml
@@ -0,0 +1,3 @@
+
+ 200dp
+
\ No newline at end of file
diff --git a/Calculator/app/src/main/res/values-w600dp/dimens.xml b/Calculator/app/src/main/res/values-w600dp/dimens.xml
new file mode 100644
index 0000000..14991b4
--- /dev/null
+++ b/Calculator/app/src/main/res/values-w600dp/dimens.xml
@@ -0,0 +1,3 @@
+
+ 48dp
+
\ No newline at end of file
diff --git a/Calculator/app/src/main/res/values/colors.xml b/Calculator/app/src/main/res/values/colors.xml
new file mode 100644
index 0000000..f8c6127
--- /dev/null
+++ b/Calculator/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/Calculator/app/src/main/res/values/dimens.xml b/Calculator/app/src/main/res/values/dimens.xml
new file mode 100644
index 0000000..51c43ef
--- /dev/null
+++ b/Calculator/app/src/main/res/values/dimens.xml
@@ -0,0 +1,4 @@
+
+ 16dp
+ 16dp
+
\ No newline at end of file
diff --git a/Calculator/app/src/main/res/values/ic_launcher_background.xml b/Calculator/app/src/main/res/values/ic_launcher_background.xml
new file mode 100644
index 0000000..4e823a0
--- /dev/null
+++ b/Calculator/app/src/main/res/values/ic_launcher_background.xml
@@ -0,0 +1,4 @@
+
+
+ #3DDC84
+
\ No newline at end of file
diff --git a/Calculator/app/src/main/res/values/ic_launcher_calculator_background.xml b/Calculator/app/src/main/res/values/ic_launcher_calculator_background.xml
new file mode 100644
index 0000000..731a8e1
--- /dev/null
+++ b/Calculator/app/src/main/res/values/ic_launcher_calculator_background.xml
@@ -0,0 +1,4 @@
+
+
+ #FFFFFF
+
\ No newline at end of file
diff --git a/Calculator/app/src/main/res/values/strings.xml b/Calculator/app/src/main/res/values/strings.xml
new file mode 100644
index 0000000..72fd2c9
--- /dev/null
+++ b/Calculator/app/src/main/res/values/strings.xml
@@ -0,0 +1,15 @@
+
+ Calculator
+ MainActivity2
+
+ First Fragment
+ Second Fragment
+ Next
+ Previous
+
+ Hello first fragment
+ Hello second fragment. Arg: %1$s
+ Open
+ Close
+
+
\ No newline at end of file
diff --git a/Calculator/app/src/main/res/values/themes.xml b/Calculator/app/src/main/res/values/themes.xml
new file mode 100644
index 0000000..8c724ea
--- /dev/null
+++ b/Calculator/app/src/main/res/values/themes.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Calculator/app/src/test/java/com/example/calculator/ExampleUnitTest.kt b/Calculator/app/src/test/java/com/example/calculator/ExampleUnitTest.kt
new file mode 100644
index 0000000..082062d
--- /dev/null
+++ b/Calculator/app/src/test/java/com/example/calculator/ExampleUnitTest.kt
@@ -0,0 +1,17 @@
+package com.example.calculator
+
+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/Calculator/build.gradle b/Calculator/build.gradle
new file mode 100644
index 0000000..0932efc
--- /dev/null
+++ b/Calculator/build.gradle
@@ -0,0 +1,10 @@
+// Top-level build file where you can add configuration options common to all sub-projects/modules.
+plugins {
+ id 'com.android.application' version '7.1.2' apply false
+ id 'com.android.library' version '7.1.2' apply false
+ id 'org.jetbrains.kotlin.android' version '1.6.21' apply false
+}
+
+task clean(type: Delete) {
+ delete rootProject.buildDir
+}
\ No newline at end of file
diff --git a/Calculator/gradle.properties b/Calculator/gradle.properties
new file mode 100644
index 0000000..cd0519b
--- /dev/null
+++ b/Calculator/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/Calculator/gradle/wrapper/gradle-wrapper.jar b/Calculator/gradle/wrapper/gradle-wrapper.jar
new file mode 100644
index 0000000..e708b1c
Binary files /dev/null and b/Calculator/gradle/wrapper/gradle-wrapper.jar differ
diff --git a/Calculator/gradle/wrapper/gradle-wrapper.properties b/Calculator/gradle/wrapper/gradle-wrapper.properties
new file mode 100644
index 0000000..5898625
--- /dev/null
+++ b/Calculator/gradle/wrapper/gradle-wrapper.properties
@@ -0,0 +1,6 @@
+#Tue Jul 19 12:47:26 IST 2022
+distributionBase=GRADLE_USER_HOME
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
+distributionPath=wrapper/dists
+zipStorePath=wrapper/dists
+zipStoreBase=GRADLE_USER_HOME
diff --git a/Calculator/gradlew b/Calculator/gradlew
new file mode 100644
index 0000000..4f906e0
--- /dev/null
+++ b/Calculator/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/Calculator/gradlew.bat b/Calculator/gradlew.bat
new file mode 100644
index 0000000..107acd3
--- /dev/null
+++ b/Calculator/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/Calculator/settings.gradle b/Calculator/settings.gradle
new file mode 100644
index 0000000..84bf8d2
--- /dev/null
+++ b/Calculator/settings.gradle
@@ -0,0 +1,16 @@
+pluginManagement {
+ repositories {
+ gradlePluginPortal()
+ google()
+ mavenCentral()
+ }
+}
+dependencyResolutionManagement {
+ repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
+ repositories {
+ google()
+ mavenCentral()
+ }
+}
+rootProject.name = "Calculator"
+include ':app'