diff --git a/summer_coding_android/app/build/generated/data_binding_base_class_source_out/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityCkgod2Binding.java b/summer_coding_android/app/build/generated/data_binding_base_class_source_out/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityCkgod2Binding.java new file mode 100644 index 0000000..a01cf71 --- /dev/null +++ b/summer_coding_android/app/build/generated/data_binding_base_class_source_out/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityCkgod2Binding.java @@ -0,0 +1,80 @@ +// Generated by view binder compiler. Do not edit! +package kr.co.landvibe.summer_coding_android.databinding; + +import android.view.LayoutInflater; +import android.view.View; +import android.view.ViewGroup; +import android.widget.TextView; +import androidx.annotation.NonNull; +import androidx.annotation.Nullable; +import androidx.appcompat.widget.AppCompatButton; +import androidx.constraintlayout.widget.ConstraintLayout; +import androidx.viewbinding.ViewBinding; +import androidx.viewbinding.ViewBindings; +import java.lang.NullPointerException; +import java.lang.Override; +import java.lang.String; +import kr.co.landvibe.summer_coding_android.R; + +public final class ActivityCkgod2Binding implements ViewBinding { + @NonNull + private final ConstraintLayout rootView; + + @NonNull + public final AppCompatButton btnTmp; + + @NonNull + public final TextView tvTmp; + + private ActivityCkgod2Binding(@NonNull ConstraintLayout rootView, @NonNull AppCompatButton btnTmp, + @NonNull TextView tvTmp) { + this.rootView = rootView; + this.btnTmp = btnTmp; + this.tvTmp = tvTmp; + } + + @Override + @NonNull + public ConstraintLayout getRoot() { + return rootView; + } + + @NonNull + public static ActivityCkgod2Binding inflate(@NonNull LayoutInflater inflater) { + return inflate(inflater, null, false); + } + + @NonNull + public static ActivityCkgod2Binding inflate(@NonNull LayoutInflater inflater, + @Nullable ViewGroup parent, boolean attachToParent) { + View root = inflater.inflate(R.layout.activity_ckgod2, parent, false); + if (attachToParent) { + parent.addView(root); + } + return bind(root); + } + + @NonNull + public static ActivityCkgod2Binding 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.btnTmp; + AppCompatButton btnTmp = ViewBindings.findChildViewById(rootView, id); + if (btnTmp == null) { + break missingId; + } + + id = R.id.tvTmp; + TextView tvTmp = ViewBindings.findChildViewById(rootView, id); + if (tvTmp == null) { + break missingId; + } + + return new ActivityCkgod2Binding((ConstraintLayout) rootView, btnTmp, tvTmp); + } + String missingId = rootView.getResources().getResourceName(id); + throw new NullPointerException("Missing required view with ID: ".concat(missingId)); + } +} diff --git a/summer_coding_android/app/build/generated/data_binding_base_class_source_out/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityCkgodBinding.java b/summer_coding_android/app/build/generated/data_binding_base_class_source_out/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityCkgodBinding.java new file mode 100644 index 0000000..e1caace --- /dev/null +++ b/summer_coding_android/app/build/generated/data_binding_base_class_source_out/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityCkgodBinding.java @@ -0,0 +1,195 @@ +// Generated by view binder compiler. Do not edit! +package kr.co.landvibe.summer_coding_android.databinding; + +import android.view.LayoutInflater; +import android.view.View; +import android.view.ViewGroup; +import android.widget.TextView; +import androidx.annotation.NonNull; +import androidx.annotation.Nullable; +import androidx.constraintlayout.widget.ConstraintLayout; +import androidx.viewbinding.ViewBinding; +import androidx.viewbinding.ViewBindings; +import java.lang.NullPointerException; +import java.lang.Override; +import java.lang.String; +import kr.co.landvibe.summer_coding_android.R; + +public final class ActivityCkgodBinding implements ViewBinding { + @NonNull + private final ConstraintLayout rootView; + + @NonNull + public final ConstraintLayout clAccount; + + @NonNull + public final ConstraintLayout clAddGroup; + + @NonNull + public final ConstraintLayout clGroup; + + @NonNull + public final ConstraintLayout clSafeBox; + + @NonNull + public final View divider; + + @NonNull + public final TextView tvAccountNumber; + + @NonNull + public final TextView tvMainMoneyCount; + + @NonNull + public final TextView tvMainMoneyUnit; + + @NonNull + public final TextView tvName; + + @NonNull + public final TextView tvPassBookName; + + @NonNull + public final TextView tvSafeBox; + + @NonNull + public final TextView tvTransfer; + + @NonNull + public final TextView tvUsageCard; + + private ActivityCkgodBinding(@NonNull ConstraintLayout rootView, + @NonNull ConstraintLayout clAccount, @NonNull ConstraintLayout clAddGroup, + @NonNull ConstraintLayout clGroup, @NonNull ConstraintLayout clSafeBox, @NonNull View divider, + @NonNull TextView tvAccountNumber, @NonNull TextView tvMainMoneyCount, + @NonNull TextView tvMainMoneyUnit, @NonNull TextView tvName, @NonNull TextView tvPassBookName, + @NonNull TextView tvSafeBox, @NonNull TextView tvTransfer, @NonNull TextView tvUsageCard) { + this.rootView = rootView; + this.clAccount = clAccount; + this.clAddGroup = clAddGroup; + this.clGroup = clGroup; + this.clSafeBox = clSafeBox; + this.divider = divider; + this.tvAccountNumber = tvAccountNumber; + this.tvMainMoneyCount = tvMainMoneyCount; + this.tvMainMoneyUnit = tvMainMoneyUnit; + this.tvName = tvName; + this.tvPassBookName = tvPassBookName; + this.tvSafeBox = tvSafeBox; + this.tvTransfer = tvTransfer; + this.tvUsageCard = tvUsageCard; + } + + @Override + @NonNull + public ConstraintLayout getRoot() { + return rootView; + } + + @NonNull + public static ActivityCkgodBinding inflate(@NonNull LayoutInflater inflater) { + return inflate(inflater, null, false); + } + + @NonNull + public static ActivityCkgodBinding inflate(@NonNull LayoutInflater inflater, + @Nullable ViewGroup parent, boolean attachToParent) { + View root = inflater.inflate(R.layout.activity_ckgod, parent, false); + if (attachToParent) { + parent.addView(root); + } + return bind(root); + } + + @NonNull + public static ActivityCkgodBinding 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.clAccount; + ConstraintLayout clAccount = ViewBindings.findChildViewById(rootView, id); + if (clAccount == null) { + break missingId; + } + + id = R.id.clAddGroup; + ConstraintLayout clAddGroup = ViewBindings.findChildViewById(rootView, id); + if (clAddGroup == null) { + break missingId; + } + + id = R.id.clGroup; + ConstraintLayout clGroup = ViewBindings.findChildViewById(rootView, id); + if (clGroup == null) { + break missingId; + } + + id = R.id.clSafeBox; + ConstraintLayout clSafeBox = ViewBindings.findChildViewById(rootView, id); + if (clSafeBox == null) { + break missingId; + } + + id = R.id.divider; + View divider = ViewBindings.findChildViewById(rootView, id); + if (divider == null) { + break missingId; + } + + id = R.id.tvAccountNumber; + TextView tvAccountNumber = ViewBindings.findChildViewById(rootView, id); + if (tvAccountNumber == null) { + break missingId; + } + + id = R.id.tvMainMoneyCount; + TextView tvMainMoneyCount = ViewBindings.findChildViewById(rootView, id); + if (tvMainMoneyCount == null) { + break missingId; + } + + id = R.id.tvMainMoneyUnit; + TextView tvMainMoneyUnit = ViewBindings.findChildViewById(rootView, id); + if (tvMainMoneyUnit == null) { + break missingId; + } + + id = R.id.tvName; + TextView tvName = ViewBindings.findChildViewById(rootView, id); + if (tvName == null) { + break missingId; + } + + id = R.id.tvPassBookName; + TextView tvPassBookName = ViewBindings.findChildViewById(rootView, id); + if (tvPassBookName == null) { + break missingId; + } + + id = R.id.tvSafeBox; + TextView tvSafeBox = ViewBindings.findChildViewById(rootView, id); + if (tvSafeBox == null) { + break missingId; + } + + id = R.id.tvTransfer; + TextView tvTransfer = ViewBindings.findChildViewById(rootView, id); + if (tvTransfer == null) { + break missingId; + } + + id = R.id.tvUsageCard; + TextView tvUsageCard = ViewBindings.findChildViewById(rootView, id); + if (tvUsageCard == null) { + break missingId; + } + + return new ActivityCkgodBinding((ConstraintLayout) rootView, clAccount, clAddGroup, clGroup, + clSafeBox, divider, tvAccountNumber, tvMainMoneyCount, tvMainMoneyUnit, tvName, + tvPassBookName, tvSafeBox, tvTransfer, tvUsageCard); + } + String missingId = rootView.getResources().getResourceName(id); + throw new NullPointerException("Missing required view with ID: ".concat(missingId)); + } +} diff --git a/summer_coding_android/app/build/generated/data_binding_base_class_source_out/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityD11210920Binding.java b/summer_coding_android/app/build/generated/data_binding_base_class_source_out/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityD11210920Binding.java new file mode 100644 index 0000000..a7e8a9b --- /dev/null +++ b/summer_coding_android/app/build/generated/data_binding_base_class_source_out/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityD11210920Binding.java @@ -0,0 +1,52 @@ +// Generated by view binder compiler. Do not edit! +package kr.co.landvibe.summer_coding_android.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 java.lang.NullPointerException; +import java.lang.Override; +import kr.co.landvibe.summer_coding_android.R; + +public final class ActivityD11210920Binding implements ViewBinding { + @NonNull + private final ConstraintLayout rootView; + + private ActivityD11210920Binding(@NonNull ConstraintLayout rootView) { + this.rootView = rootView; + } + + @Override + @NonNull + public ConstraintLayout getRoot() { + return rootView; + } + + @NonNull + public static ActivityD11210920Binding inflate(@NonNull LayoutInflater inflater) { + return inflate(inflater, null, false); + } + + @NonNull + public static ActivityD11210920Binding inflate(@NonNull LayoutInflater inflater, + @Nullable ViewGroup parent, boolean attachToParent) { + View root = inflater.inflate(R.layout.activity_d11210920, parent, false); + if (attachToParent) { + parent.addView(root); + } + return bind(root); + } + + @NonNull + public static ActivityD11210920Binding bind(@NonNull View rootView) { + if (rootView == null) { + throw new NullPointerException("rootView"); + } + + return new ActivityD11210920Binding((ConstraintLayout) rootView); + } +} diff --git a/summer_coding_android/app/build/generated/data_binding_base_class_source_out/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityGok5959Binding.java b/summer_coding_android/app/build/generated/data_binding_base_class_source_out/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityGok5959Binding.java new file mode 100644 index 0000000..621534a --- /dev/null +++ b/summer_coding_android/app/build/generated/data_binding_base_class_source_out/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityGok5959Binding.java @@ -0,0 +1,52 @@ +// Generated by view binder compiler. Do not edit! +package kr.co.landvibe.summer_coding_android.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 java.lang.NullPointerException; +import java.lang.Override; +import kr.co.landvibe.summer_coding_android.R; + +public final class ActivityGok5959Binding implements ViewBinding { + @NonNull + private final ConstraintLayout rootView; + + private ActivityGok5959Binding(@NonNull ConstraintLayout rootView) { + this.rootView = rootView; + } + + @Override + @NonNull + public ConstraintLayout getRoot() { + return rootView; + } + + @NonNull + public static ActivityGok5959Binding inflate(@NonNull LayoutInflater inflater) { + return inflate(inflater, null, false); + } + + @NonNull + public static ActivityGok5959Binding inflate(@NonNull LayoutInflater inflater, + @Nullable ViewGroup parent, boolean attachToParent) { + View root = inflater.inflate(R.layout.activity_gok5959, parent, false); + if (attachToParent) { + parent.addView(root); + } + return bind(root); + } + + @NonNull + public static ActivityGok5959Binding bind(@NonNull View rootView) { + if (rootView == null) { + throw new NullPointerException("rootView"); + } + + return new ActivityGok5959Binding((ConstraintLayout) rootView); + } +} diff --git a/summer_coding_android/app/build/generated/data_binding_base_class_source_out/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityJjjoonnggBinding.java b/summer_coding_android/app/build/generated/data_binding_base_class_source_out/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityJjjoonnggBinding.java new file mode 100644 index 0000000..021cdc1 --- /dev/null +++ b/summer_coding_android/app/build/generated/data_binding_base_class_source_out/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityJjjoonnggBinding.java @@ -0,0 +1,52 @@ +// Generated by view binder compiler. Do not edit! +package kr.co.landvibe.summer_coding_android.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 java.lang.NullPointerException; +import java.lang.Override; +import kr.co.landvibe.summer_coding_android.R; + +public final class ActivityJjjoonnggBinding implements ViewBinding { + @NonNull + private final ConstraintLayout rootView; + + private ActivityJjjoonnggBinding(@NonNull ConstraintLayout rootView) { + this.rootView = rootView; + } + + @Override + @NonNull + public ConstraintLayout getRoot() { + return rootView; + } + + @NonNull + public static ActivityJjjoonnggBinding inflate(@NonNull LayoutInflater inflater) { + return inflate(inflater, null, false); + } + + @NonNull + public static ActivityJjjoonnggBinding inflate(@NonNull LayoutInflater inflater, + @Nullable ViewGroup parent, boolean attachToParent) { + View root = inflater.inflate(R.layout.activity_jjjoonngg, parent, false); + if (attachToParent) { + parent.addView(root); + } + return bind(root); + } + + @NonNull + public static ActivityJjjoonnggBinding bind(@NonNull View rootView) { + if (rootView == null) { + throw new NullPointerException("rootView"); + } + + return new ActivityJjjoonnggBinding((ConstraintLayout) rootView); + } +} diff --git a/summer_coding_android/app/build/generated/data_binding_base_class_source_out/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityMainBinding.java b/summer_coding_android/app/build/generated/data_binding_base_class_source_out/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityMainBinding.java new file mode 100644 index 0000000..8d826d5 --- /dev/null +++ b/summer_coding_android/app/build/generated/data_binding_base_class_source_out/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityMainBinding.java @@ -0,0 +1,122 @@ +// Generated by view binder compiler. Do not edit! +package kr.co.landvibe.summer_coding_android.databinding; + +import android.view.LayoutInflater; +import android.view.View; +import android.view.ViewGroup; +import androidx.annotation.NonNull; +import androidx.annotation.Nullable; +import androidx.appcompat.widget.AppCompatButton; +import androidx.constraintlayout.widget.ConstraintLayout; +import androidx.viewbinding.ViewBinding; +import androidx.viewbinding.ViewBindings; +import java.lang.NullPointerException; +import java.lang.Override; +import java.lang.String; +import kr.co.landvibe.summer_coding_android.R; + +public final class ActivityMainBinding implements ViewBinding { + @NonNull + private final ConstraintLayout rootView; + + @NonNull + public final AppCompatButton btnCkg; + + @NonNull + public final AppCompatButton btnD11; + + @NonNull + public final AppCompatButton btnGok; + + @NonNull + public final AppCompatButton btnJJJoonngg; + + @NonNull + public final AppCompatButton btnLee; + + @NonNull + public final AppCompatButton btnYes; + + private ActivityMainBinding(@NonNull ConstraintLayout rootView, @NonNull AppCompatButton btnCkg, + @NonNull AppCompatButton btnD11, @NonNull AppCompatButton btnGok, + @NonNull AppCompatButton btnJJJoonngg, @NonNull AppCompatButton btnLee, + @NonNull AppCompatButton btnYes) { + this.rootView = rootView; + this.btnCkg = btnCkg; + this.btnD11 = btnD11; + this.btnGok = btnGok; + this.btnJJJoonngg = btnJJJoonngg; + this.btnLee = btnLee; + this.btnYes = btnYes; + } + + @Override + @NonNull + public ConstraintLayout getRoot() { + return rootView; + } + + @NonNull + public static ActivityMainBinding inflate(@NonNull LayoutInflater inflater) { + return inflate(inflater, null, false); + } + + @NonNull + public static ActivityMainBinding inflate(@NonNull LayoutInflater inflater, + @Nullable ViewGroup parent, boolean attachToParent) { + View root = inflater.inflate(R.layout.activity_main, parent, false); + if (attachToParent) { + parent.addView(root); + } + return bind(root); + } + + @NonNull + public static ActivityMainBinding bind(@NonNull View rootView) { + // The body of this method is generated in a way you would not otherwise write. + // This is done to optimize the compiled bytecode for size and performance. + int id; + missingId: { + id = R.id.btnCkg; + AppCompatButton btnCkg = ViewBindings.findChildViewById(rootView, id); + if (btnCkg == null) { + break missingId; + } + + id = R.id.btnD11; + AppCompatButton btnD11 = ViewBindings.findChildViewById(rootView, id); + if (btnD11 == null) { + break missingId; + } + + id = R.id.btnGok; + AppCompatButton btnGok = ViewBindings.findChildViewById(rootView, id); + if (btnGok == null) { + break missingId; + } + + id = R.id.btnJJJoonngg; + AppCompatButton btnJJJoonngg = ViewBindings.findChildViewById(rootView, id); + if (btnJJJoonngg == null) { + break missingId; + } + + id = R.id.btnLee; + AppCompatButton btnLee = ViewBindings.findChildViewById(rootView, id); + if (btnLee == null) { + break missingId; + } + + id = R.id.btnYes; + AppCompatButton btnYes = ViewBindings.findChildViewById(rootView, id); + if (btnYes == null) { + break missingId; + } + + return new ActivityMainBinding((ConstraintLayout) rootView, btnCkg, btnD11, btnGok, + btnJJJoonngg, btnLee, btnYes); + } + String missingId = rootView.getResources().getResourceName(id); + throw new NullPointerException("Missing required view with ID: ".concat(missingId)); + } +} diff --git a/summer_coding_android/app/build/generated/data_binding_base_class_source_out/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityWeek2Leesc0893Binding.java b/summer_coding_android/app/build/generated/data_binding_base_class_source_out/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityWeek2Leesc0893Binding.java new file mode 100644 index 0000000..663ee21 --- /dev/null +++ b/summer_coding_android/app/build/generated/data_binding_base_class_source_out/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityWeek2Leesc0893Binding.java @@ -0,0 +1,170 @@ +// Generated by view binder compiler. Do not edit! +package kr.co.landvibe.summer_coding_android.databinding; + +import android.view.LayoutInflater; +import android.view.View; +import android.view.ViewGroup; +import android.widget.HorizontalScrollView; +import android.widget.TextView; +import androidx.annotation.NonNull; +import androidx.annotation.Nullable; +import androidx.appcompat.widget.AppCompatButton; +import androidx.appcompat.widget.AppCompatImageButton; +import androidx.appcompat.widget.AppCompatImageView; +import androidx.constraintlayout.widget.ConstraintLayout; +import androidx.viewbinding.ViewBinding; +import androidx.viewbinding.ViewBindings; +import java.lang.NullPointerException; +import java.lang.Override; +import java.lang.String; +import kr.co.landvibe.summer_coding_android.R; + +public final class ActivityWeek2Leesc0893Binding implements ViewBinding { + @NonNull + private final ConstraintLayout rootView; + + @NonNull + public final AppCompatButton createProjectButton; + + @NonNull + public final HorizontalScrollView horizontalScrollView; + + @NonNull + public final AppCompatImageView imageView1; + + @NonNull + public final AppCompatImageView imageView2; + + @NonNull + public final AppCompatImageView imageView3; + + @NonNull + public final AppCompatImageView imageView4; + + @NonNull + public final AppCompatImageView imageView5; + + @NonNull + public final AppCompatImageView imageView6; + + @NonNull + public final AppCompatImageButton playButton; + + @NonNull + public final TextView titleTextView; + + private ActivityWeek2Leesc0893Binding(@NonNull ConstraintLayout rootView, + @NonNull AppCompatButton createProjectButton, + @NonNull HorizontalScrollView horizontalScrollView, @NonNull AppCompatImageView imageView1, + @NonNull AppCompatImageView imageView2, @NonNull AppCompatImageView imageView3, + @NonNull AppCompatImageView imageView4, @NonNull AppCompatImageView imageView5, + @NonNull AppCompatImageView imageView6, @NonNull AppCompatImageButton playButton, + @NonNull TextView titleTextView) { + this.rootView = rootView; + this.createProjectButton = createProjectButton; + this.horizontalScrollView = horizontalScrollView; + this.imageView1 = imageView1; + this.imageView2 = imageView2; + this.imageView3 = imageView3; + this.imageView4 = imageView4; + this.imageView5 = imageView5; + this.imageView6 = imageView6; + this.playButton = playButton; + this.titleTextView = titleTextView; + } + + @Override + @NonNull + public ConstraintLayout getRoot() { + return rootView; + } + + @NonNull + public static ActivityWeek2Leesc0893Binding inflate(@NonNull LayoutInflater inflater) { + return inflate(inflater, null, false); + } + + @NonNull + public static ActivityWeek2Leesc0893Binding inflate(@NonNull LayoutInflater inflater, + @Nullable ViewGroup parent, boolean attachToParent) { + View root = inflater.inflate(R.layout.activity_week2_leesc0893, parent, false); + if (attachToParent) { + parent.addView(root); + } + return bind(root); + } + + @NonNull + public static ActivityWeek2Leesc0893Binding 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.createProjectButton; + AppCompatButton createProjectButton = ViewBindings.findChildViewById(rootView, id); + if (createProjectButton == null) { + break missingId; + } + + id = R.id.horizontalScrollView; + HorizontalScrollView horizontalScrollView = ViewBindings.findChildViewById(rootView, id); + if (horizontalScrollView == null) { + break missingId; + } + + id = R.id.imageView1; + AppCompatImageView imageView1 = ViewBindings.findChildViewById(rootView, id); + if (imageView1 == null) { + break missingId; + } + + id = R.id.imageView2; + AppCompatImageView imageView2 = ViewBindings.findChildViewById(rootView, id); + if (imageView2 == null) { + break missingId; + } + + id = R.id.imageView3; + AppCompatImageView imageView3 = ViewBindings.findChildViewById(rootView, id); + if (imageView3 == null) { + break missingId; + } + + id = R.id.imageView4; + AppCompatImageView imageView4 = ViewBindings.findChildViewById(rootView, id); + if (imageView4 == null) { + break missingId; + } + + id = R.id.imageView5; + AppCompatImageView imageView5 = ViewBindings.findChildViewById(rootView, id); + if (imageView5 == null) { + break missingId; + } + + id = R.id.imageView6; + AppCompatImageView imageView6 = ViewBindings.findChildViewById(rootView, id); + if (imageView6 == null) { + break missingId; + } + + id = R.id.playButton; + AppCompatImageButton playButton = ViewBindings.findChildViewById(rootView, id); + if (playButton == null) { + break missingId; + } + + id = R.id.titleTextView; + TextView titleTextView = ViewBindings.findChildViewById(rootView, id); + if (titleTextView == null) { + break missingId; + } + + return new ActivityWeek2Leesc0893Binding((ConstraintLayout) rootView, createProjectButton, + horizontalScrollView, imageView1, imageView2, imageView3, imageView4, imageView5, + imageView6, playButton, titleTextView); + } + String missingId = rootView.getResources().getResourceName(id); + throw new NullPointerException("Missing required view with ID: ".concat(missingId)); + } +} diff --git a/summer_coding_android/app/build/generated/data_binding_base_class_source_out/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityWeek2SlideshowLeesc0893Binding.java b/summer_coding_android/app/build/generated/data_binding_base_class_source_out/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityWeek2SlideshowLeesc0893Binding.java new file mode 100644 index 0000000..8be7260 --- /dev/null +++ b/summer_coding_android/app/build/generated/data_binding_base_class_source_out/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityWeek2SlideshowLeesc0893Binding.java @@ -0,0 +1,80 @@ +// Generated by view binder compiler. Do not edit! +package kr.co.landvibe.summer_coding_android.databinding; + +import android.view.LayoutInflater; +import android.view.View; +import android.view.ViewGroup; +import androidx.annotation.NonNull; +import androidx.annotation.Nullable; +import androidx.appcompat.widget.AppCompatImageView; +import androidx.constraintlayout.widget.ConstraintLayout; +import androidx.viewbinding.ViewBinding; +import androidx.viewbinding.ViewBindings; +import java.lang.NullPointerException; +import java.lang.Override; +import java.lang.String; +import kr.co.landvibe.summer_coding_android.R; + +public final class ActivityWeek2SlideshowLeesc0893Binding implements ViewBinding { + @NonNull + private final ConstraintLayout rootView; + + @NonNull + public final AppCompatImageView backImageView; + + @NonNull + public final AppCompatImageView frontImageView; + + private ActivityWeek2SlideshowLeesc0893Binding(@NonNull ConstraintLayout rootView, + @NonNull AppCompatImageView backImageView, @NonNull AppCompatImageView frontImageView) { + this.rootView = rootView; + this.backImageView = backImageView; + this.frontImageView = frontImageView; + } + + @Override + @NonNull + public ConstraintLayout getRoot() { + return rootView; + } + + @NonNull + public static ActivityWeek2SlideshowLeesc0893Binding inflate(@NonNull LayoutInflater inflater) { + return inflate(inflater, null, false); + } + + @NonNull + public static ActivityWeek2SlideshowLeesc0893Binding inflate(@NonNull LayoutInflater inflater, + @Nullable ViewGroup parent, boolean attachToParent) { + View root = inflater.inflate(R.layout.activity_week2_slideshow_leesc0893, parent, false); + if (attachToParent) { + parent.addView(root); + } + return bind(root); + } + + @NonNull + public static ActivityWeek2SlideshowLeesc0893Binding 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.backImageView; + AppCompatImageView backImageView = ViewBindings.findChildViewById(rootView, id); + if (backImageView == null) { + break missingId; + } + + id = R.id.frontImageView; + AppCompatImageView frontImageView = ViewBindings.findChildViewById(rootView, id); + if (frontImageView == null) { + break missingId; + } + + return new ActivityWeek2SlideshowLeesc0893Binding((ConstraintLayout) rootView, backImageView, + frontImageView); + } + String missingId = rootView.getResources().getResourceName(id); + throw new NullPointerException("Missing required view with ID: ".concat(missingId)); + } +} diff --git a/summer_coding_android/app/build/generated/data_binding_base_class_source_out/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityYesxonBinding.java b/summer_coding_android/app/build/generated/data_binding_base_class_source_out/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityYesxonBinding.java new file mode 100644 index 0000000..58bf4ba --- /dev/null +++ b/summer_coding_android/app/build/generated/data_binding_base_class_source_out/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityYesxonBinding.java @@ -0,0 +1,52 @@ +// Generated by view binder compiler. Do not edit! +package kr.co.landvibe.summer_coding_android.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 java.lang.NullPointerException; +import java.lang.Override; +import kr.co.landvibe.summer_coding_android.R; + +public final class ActivityYesxonBinding implements ViewBinding { + @NonNull + private final ConstraintLayout rootView; + + private ActivityYesxonBinding(@NonNull ConstraintLayout rootView) { + this.rootView = rootView; + } + + @Override + @NonNull + public ConstraintLayout getRoot() { + return rootView; + } + + @NonNull + public static ActivityYesxonBinding inflate(@NonNull LayoutInflater inflater) { + return inflate(inflater, null, false); + } + + @NonNull + public static ActivityYesxonBinding inflate(@NonNull LayoutInflater inflater, + @Nullable ViewGroup parent, boolean attachToParent) { + View root = inflater.inflate(R.layout.activity_yesxon, parent, false); + if (attachToParent) { + parent.addView(root); + } + return bind(root); + } + + @NonNull + public static ActivityYesxonBinding bind(@NonNull View rootView) { + if (rootView == null) { + throw new NullPointerException("rootView"); + } + + return new ActivityYesxonBinding((ConstraintLayout) rootView); + } +} diff --git a/summer_coding_android/app/build/generated/source/buildConfig/debug/kr/co/landvibe/summer_coding_android/BuildConfig.java b/summer_coding_android/app/build/generated/source/buildConfig/debug/kr/co/landvibe/summer_coding_android/BuildConfig.java new file mode 100644 index 0000000..f9e64b0 --- /dev/null +++ b/summer_coding_android/app/build/generated/source/buildConfig/debug/kr/co/landvibe/summer_coding_android/BuildConfig.java @@ -0,0 +1,12 @@ +/** + * Automatically generated file. DO NOT MODIFY + */ +package kr.co.landvibe.summer_coding_android; + +public final class BuildConfig { + public static final boolean DEBUG = Boolean.parseBoolean("true"); + public static final String APPLICATION_ID = "kr.co.landvibe.summer_coding_android"; + 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/summer_coding_android/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json b/summer_coding_android/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/summer_coding_android/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/apk/debug/app-debug.apk b/summer_coding_android/app/build/intermediates/apk/debug/app-debug.apk new file mode 100644 index 0000000..01ecc25 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/apk/debug/app-debug.apk differ diff --git a/summer_coding_android/app/build/intermediates/apk/debug/output-metadata.json b/summer_coding_android/app/build/intermediates/apk/debug/output-metadata.json new file mode 100644 index 0000000..6e73657 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/apk/debug/output-metadata.json @@ -0,0 +1,20 @@ +{ + "version": 3, + "artifactType": { + "type": "APK", + "kind": "Directory" + }, + "applicationId": "kr.co.landvibe.summer_coding_android", + "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/summer_coding_android/app/build/intermediates/apk_ide_redirect_file/debug/redirect.txt b/summer_coding_android/app/build/intermediates/apk_ide_redirect_file/debug/redirect.txt new file mode 100644 index 0000000..46dacc6 --- /dev/null +++ b/summer_coding_android/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/summer_coding_android/app/build/intermediates/app_metadata/debug/app-metadata.properties b/summer_coding_android/app/build/intermediates/app_metadata/debug/app-metadata.properties new file mode 100644 index 0000000..8e76e6f --- /dev/null +++ b/summer_coding_android/app/build/intermediates/app_metadata/debug/app-metadata.properties @@ -0,0 +1,2 @@ +appMetadataVersion=1.1 +androidGradlePluginVersion=7.1.0 diff --git a/summer_coding_android/app/build/intermediates/compatible_screen_manifest/debug/output-metadata.json b/summer_coding_android/app/build/intermediates/compatible_screen_manifest/debug/output-metadata.json new file mode 100644 index 0000000..cfc28ab --- /dev/null +++ b/summer_coding_android/app/build/intermediates/compatible_screen_manifest/debug/output-metadata.json @@ -0,0 +1,10 @@ +{ + "version": 3, + "artifactType": { + "type": "COMPATIBLE_SCREEN_MANIFEST", + "kind": "Directory" + }, + "applicationId": "kr.co.landvibe.summer_coding_android", + "variantName": "debug", + "elements": [] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar b/summer_coding_android/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar new file mode 100644 index 0000000..45d14e9 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar differ diff --git a/summer_coding_android/app/build/intermediates/data_binding_base_class_log_artifact/debug/out/kr.co.landvibe.summer_coding_android-binding_classes.json b/summer_coding_android/app/build/intermediates/data_binding_base_class_log_artifact/debug/out/kr.co.landvibe.summer_coding_android-binding_classes.json new file mode 100644 index 0000000..3ce7797 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/data_binding_base_class_log_artifact/debug/out/kr.co.landvibe.summer_coding_android-binding_classes.json differ diff --git a/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_ckgod-layout.xml b/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_ckgod-layout.xml new file mode 100644 index 0000000..34f3371 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_ckgod-layout.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_ckgod2-layout.xml b/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_ckgod2-layout.xml new file mode 100644 index 0000000..204fc05 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_ckgod2-layout.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_d11210920-layout.xml b/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_d11210920-layout.xml new file mode 100644 index 0000000..61c3261 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_d11210920-layout.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_gok5959-layout.xml b/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_gok5959-layout.xml new file mode 100644 index 0000000..19d04f3 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_gok5959-layout.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_jjjoonngg-layout.xml b/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_jjjoonngg-layout.xml new file mode 100644 index 0000000..359ccd3 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_jjjoonngg-layout.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_main-layout.xml b/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_main-layout.xml new file mode 100644 index 0000000..028116c --- /dev/null +++ b/summer_coding_android/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/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_week2_leesc0893-layout.xml b/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_week2_leesc0893-layout.xml new file mode 100644 index 0000000..ad759d5 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_week2_leesc0893-layout.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_week2_slideshow_leesc0893-layout.xml b/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_week2_slideshow_leesc0893-layout.xml new file mode 100644 index 0000000..c983878 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_week2_slideshow_leesc0893-layout.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_yesxon-layout.xml b/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_yesxon-layout.xml new file mode 100644 index 0000000..1afd928 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_merge/debug/out/activity_yesxon-layout.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_ckgod-layout.xml b/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_ckgod-layout.xml new file mode 100644 index 0000000..34f3371 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_ckgod-layout.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_ckgod2-layout.xml b/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_ckgod2-layout.xml new file mode 100644 index 0000000..204fc05 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_ckgod2-layout.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_d11210920-layout.xml b/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_d11210920-layout.xml new file mode 100644 index 0000000..61c3261 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_d11210920-layout.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_gok5959-layout.xml b/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_gok5959-layout.xml new file mode 100644 index 0000000..19d04f3 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_gok5959-layout.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_jjjoonngg-layout.xml b/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_jjjoonngg-layout.xml new file mode 100644 index 0000000..359ccd3 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_jjjoonngg-layout.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_main-layout.xml b/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_main-layout.xml new file mode 100644 index 0000000..028116c --- /dev/null +++ b/summer_coding_android/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/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_week2_leesc0893-layout.xml b/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_week2_leesc0893-layout.xml new file mode 100644 index 0000000..ad759d5 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_week2_leesc0893-layout.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_week2_slideshow_leesc0893-layout.xml b/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_week2_slideshow_leesc0893-layout.xml new file mode 100644 index 0000000..c983878 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_week2_slideshow_leesc0893-layout.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_yesxon-layout.xml b/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_yesxon-layout.xml new file mode 100644 index 0000000..1afd928 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/data_binding_layout_info_type_package/debug/out/activity_yesxon-layout.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin b/summer_coding_android/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/summer_coding_android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin differ diff --git a/summer_coding_android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin b/summer_coding_android/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/summer_coding_android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin differ diff --git a/summer_coding_android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_2/graph.bin b/summer_coding_android/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/summer_coding_android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_2/graph.bin differ diff --git a/summer_coding_android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_3/graph.bin b/summer_coding_android/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/summer_coding_android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_3/graph.bin differ diff --git a/summer_coding_android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_e3d46e33a1b7c465c0a5d746188977c38bbfddc4feff77168523f561836b9dd1_bucket_0/graph.bin b/summer_coding_android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_e3d46e33a1b7c465c0a5d746188977c38bbfddc4feff77168523f561836b9dd1_bucket_0/graph.bin new file mode 100644 index 0000000..601f245 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_e3d46e33a1b7c465c0a5d746188977c38bbfddc4feff77168523f561836b9dd1_bucket_0/graph.bin differ diff --git a/summer_coding_android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_e3d46e33a1b7c465c0a5d746188977c38bbfddc4feff77168523f561836b9dd1_bucket_1/graph.bin b/summer_coding_android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_e3d46e33a1b7c465c0a5d746188977c38bbfddc4feff77168523f561836b9dd1_bucket_1/graph.bin new file mode 100644 index 0000000..601f245 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_e3d46e33a1b7c465c0a5d746188977c38bbfddc4feff77168523f561836b9dd1_bucket_1/graph.bin differ diff --git a/summer_coding_android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_e3d46e33a1b7c465c0a5d746188977c38bbfddc4feff77168523f561836b9dd1_bucket_2/graph.bin b/summer_coding_android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_e3d46e33a1b7c465c0a5d746188977c38bbfddc4feff77168523f561836b9dd1_bucket_2/graph.bin new file mode 100644 index 0000000..601f245 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_e3d46e33a1b7c465c0a5d746188977c38bbfddc4feff77168523f561836b9dd1_bucket_2/graph.bin differ diff --git a/summer_coding_android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_e3d46e33a1b7c465c0a5d746188977c38bbfddc4feff77168523f561836b9dd1_bucket_3/graph.bin b/summer_coding_android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_e3d46e33a1b7c465c0a5d746188977c38bbfddc4feff77168523f561836b9dd1_bucket_3/graph.bin new file mode 100644 index 0000000..601f245 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_e3d46e33a1b7c465c0a5d746188977c38bbfddc4feff77168523f561836b9dd1_bucket_3/graph.bin differ diff --git a/summer_coding_android/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex b/summer_coding_android/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex new file mode 100644 index 0000000..c788829 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex differ diff --git a/summer_coding_android/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex b/summer_coding_android/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex new file mode 100644 index 0000000..3a82b49 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex differ diff --git a/summer_coding_android/app/build/intermediates/dex/debug/mergeProjectDexDebug/1/classes.dex b/summer_coding_android/app/build/intermediates/dex/debug/mergeProjectDexDebug/1/classes.dex new file mode 100644 index 0000000..c3183ac Binary files /dev/null and b/summer_coding_android/app/build/intermediates/dex/debug/mergeProjectDexDebug/1/classes.dex differ diff --git a/summer_coding_android/app/build/intermediates/dex/debug/mergeProjectDexDebug/14/classes.dex b/summer_coding_android/app/build/intermediates/dex/debug/mergeProjectDexDebug/14/classes.dex new file mode 100644 index 0000000..1d53b5c Binary files /dev/null and b/summer_coding_android/app/build/intermediates/dex/debug/mergeProjectDexDebug/14/classes.dex differ diff --git a/summer_coding_android/app/build/intermediates/dex/debug/mergeProjectDexDebug/15/classes.dex b/summer_coding_android/app/build/intermediates/dex/debug/mergeProjectDexDebug/15/classes.dex new file mode 100644 index 0000000..8f3270a Binary files /dev/null and b/summer_coding_android/app/build/intermediates/dex/debug/mergeProjectDexDebug/15/classes.dex differ diff --git a/summer_coding_android/app/build/intermediates/dex/debug/mergeProjectDexDebug/5/classes.dex b/summer_coding_android/app/build/intermediates/dex/debug/mergeProjectDexDebug/5/classes.dex new file mode 100644 index 0000000..983d901 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/dex/debug/mergeProjectDexDebug/5/classes.dex differ diff --git a/summer_coding_android/app/build/intermediates/dex/debug/mergeProjectDexDebug/6/classes.dex b/summer_coding_android/app/build/intermediates/dex/debug/mergeProjectDexDebug/6/classes.dex new file mode 100644 index 0000000..8daa868 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/dex/debug/mergeProjectDexDebug/6/classes.dex differ diff --git a/summer_coding_android/app/build/intermediates/dex/debug/mergeProjectDexDebug/8/classes.dex b/summer_coding_android/app/build/intermediates/dex/debug/mergeProjectDexDebug/8/classes.dex new file mode 100644 index 0000000..6d7a2c7 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/dex/debug/mergeProjectDexDebug/8/classes.dex differ diff --git a/summer_coding_android/app/build/intermediates/dex_archive_input_jar_hashes/debug/out b/summer_coding_android/app/build/intermediates/dex_archive_input_jar_hashes/debug/out new file mode 100644 index 0000000..175a956 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/dex_archive_input_jar_hashes/debug/out differ diff --git a/summer_coding_android/app/build/intermediates/dex_number_of_buckets_file/debug/out b/summer_coding_android/app/build/intermediates/dex_number_of_buckets_file/debug/out new file mode 100644 index 0000000..bf0d87a --- /dev/null +++ b/summer_coding_android/app/build/intermediates/dex_number_of_buckets_file/debug/out @@ -0,0 +1 @@ +4 \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/dataBindingGenBaseClassesDebug/base_builder_log.json b/summer_coding_android/app/build/intermediates/incremental/dataBindingGenBaseClassesDebug/base_builder_log.json new file mode 100644 index 0000000..e810474 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/dataBindingGenBaseClassesDebug/base_builder_log.json differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state new file mode 100644 index 0000000..5484b62 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0Zjnp7lXTE+++d8_q3GgF5GpYJY= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0Zjnp7lXTE+++d8_q3GgF5GpYJY= new file mode 100644 index 0000000..2c40dd3 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0Zjnp7lXTE+++d8_q3GgF5GpYJY= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0k9oJ9o_gx+zKJhhVzB4Ul156j0= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0k9oJ9o_gx+zKJhhVzB4Ul156j0= new file mode 100644 index 0000000..2e07982 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0k9oJ9o_gx+zKJhhVzB4Ul156j0= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1qKCuS7FjGVJuDgtyQls0qcNZ74= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1qKCuS7FjGVJuDgtyQls0qcNZ74= new file mode 100644 index 0000000..1ffce77 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1qKCuS7FjGVJuDgtyQls0qcNZ74= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4V_8zDcISM0vQRthTjZS2JRqZWc= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4V_8zDcISM0vQRthTjZS2JRqZWc= new file mode 100644 index 0000000..7f6506d Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4V_8zDcISM0vQRthTjZS2JRqZWc= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5_4c9Y_LWbT_lL2pXK5WFzrdPuo= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5_4c9Y_LWbT_lL2pXK5WFzrdPuo= new file mode 100644 index 0000000..ef898ee Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5_4c9Y_LWbT_lL2pXK5WFzrdPuo= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/7l5ErAIVmTIscWsmoq6f+46nTfw= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/7l5ErAIVmTIscWsmoq6f+46nTfw= new file mode 100644 index 0000000..4435f5f Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/7l5ErAIVmTIscWsmoq6f+46nTfw= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9OdHs5OtiyDypJHNgH0+j089Bj4= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9OdHs5OtiyDypJHNgH0+j089Bj4= new file mode 100644 index 0000000..88f5191 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9OdHs5OtiyDypJHNgH0+j089Bj4= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9WP619VG9UA0bGe0Rvz5A9AZ7+U= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9WP619VG9UA0bGe0Rvz5A9AZ7+U= new file mode 100644 index 0000000..c3eef53 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9WP619VG9UA0bGe0Rvz5A9AZ7+U= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/DOARMmWqbdT4VV+Ol0r657WfRVw= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/DOARMmWqbdT4VV+Ol0r657WfRVw= new file mode 100644 index 0000000..da323a9 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/DOARMmWqbdT4VV+Ol0r657WfRVw= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/E99z87G0yh_SsghizzUTZ_LkxuQ= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/E99z87G0yh_SsghizzUTZ_LkxuQ= new file mode 100644 index 0000000..37b8328 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/E99z87G0yh_SsghizzUTZ_LkxuQ= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GYAYwdtKHCvOC8bKGvhn9vfp2qI= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GYAYwdtKHCvOC8bKGvhn9vfp2qI= new file mode 100644 index 0000000..22bdb4e Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GYAYwdtKHCvOC8bKGvhn9vfp2qI= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/H+K0vnM2_QdwM0t6IAnytvLDfg0= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/H+K0vnM2_QdwM0t6IAnytvLDfg0= new file mode 100644 index 0000000..4faab6e Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/H+K0vnM2_QdwM0t6IAnytvLDfg0= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JwqIot+rlq1D_1xzh4Bm034awAE= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JwqIot+rlq1D_1xzh4Bm034awAE= new file mode 100644 index 0000000..c68ea7a Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JwqIot+rlq1D_1xzh4Bm034awAE= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Ldfje4Nra89Yg9xlDmqlZqCwJQ8= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Ldfje4Nra89Yg9xlDmqlZqCwJQ8= new file mode 100644 index 0000000..2510a5a Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Ldfje4Nra89Yg9xlDmqlZqCwJQ8= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MGSkDo00MJe1k2TGd61mh1xe_Xc= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MGSkDo00MJe1k2TGd61mh1xe_Xc= new file mode 100644 index 0000000..8fd6cd4 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MGSkDo00MJe1k2TGd61mh1xe_Xc= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/N3ShgMRmOcTyF5npz+XQVPebtrg= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/N3ShgMRmOcTyF5npz+XQVPebtrg= new file mode 100644 index 0000000..5dd6acd Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/N3ShgMRmOcTyF5npz+XQVPebtrg= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/OpVmAvkE0P5NgYT+0scKuED0ab8= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/OpVmAvkE0P5NgYT+0scKuED0ab8= new file mode 100644 index 0000000..5c88b2b Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/OpVmAvkE0P5NgYT+0scKuED0ab8= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/P8HrC7TT2d9nvijsdflgsj43TnY= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/P8HrC7TT2d9nvijsdflgsj43TnY= new file mode 100644 index 0000000..10c7c9d Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/P8HrC7TT2d9nvijsdflgsj43TnY= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/S7uHrY_Ovh_UVIPhkPpl3+episo= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/S7uHrY_Ovh_UVIPhkPpl3+episo= new file mode 100644 index 0000000..21eb307 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/S7uHrY_Ovh_UVIPhkPpl3+episo= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TCcu5eVMBfUtkiwK+cP5kU0ZEWQ= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TCcu5eVMBfUtkiwK+cP5kU0ZEWQ= new file mode 100644 index 0000000..8568b5b Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/TCcu5eVMBfUtkiwK+cP5kU0ZEWQ= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UMW3nwWi0DpDlb3TfoUCaQgD0rk= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UMW3nwWi0DpDlb3TfoUCaQgD0rk= new file mode 100644 index 0000000..a631075 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UMW3nwWi0DpDlb3TfoUCaQgD0rk= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UqfPAkyTXNlYPzadltrXNo0VPtM= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UqfPAkyTXNlYPzadltrXNo0VPtM= new file mode 100644 index 0000000..1c472d0 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UqfPAkyTXNlYPzadltrXNo0VPtM= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UvugmDM_x5Bw8bGaLc2dy9f8vNc= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UvugmDM_x5Bw8bGaLc2dy9f8vNc= new file mode 100644 index 0000000..538e871 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UvugmDM_x5Bw8bGaLc2dy9f8vNc= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/VQy+5A2uwGl3lq27yGat31dNyYU= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/VQy+5A2uwGl3lq27yGat31dNyYU= new file mode 100644 index 0000000..9092397 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/VQy+5A2uwGl3lq27yGat31dNyYU= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/V_tbxfzXlGua64ac1_AKsZSEKZI= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/V_tbxfzXlGua64ac1_AKsZSEKZI= new file mode 100644 index 0000000..ab6eb53 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/V_tbxfzXlGua64ac1_AKsZSEKZI= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WR_ZyJHgYt+VBJCGRs+7N8_gbZY= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WR_ZyJHgYt+VBJCGRs+7N8_gbZY= new file mode 100644 index 0000000..9426e40 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WR_ZyJHgYt+VBJCGRs+7N8_gbZY= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WRtFfy0UIJmjGNqkUJ+g8udbi44= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WRtFfy0UIJmjGNqkUJ+g8udbi44= new file mode 100644 index 0000000..fb794be Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WRtFfy0UIJmjGNqkUJ+g8udbi44= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Wbmy7vv9xtvGyh0IvqHqpuHH5Os= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Wbmy7vv9xtvGyh0IvqHqpuHH5Os= new file mode 100644 index 0000000..5e67692 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Wbmy7vv9xtvGyh0IvqHqpuHH5Os= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/XaXSdpRJVX0XTOfeXnPnvBOdnh4= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/XaXSdpRJVX0XTOfeXnPnvBOdnh4= new file mode 100644 index 0000000..de755d1 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/XaXSdpRJVX0XTOfeXnPnvBOdnh4= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YwxyArGth604kSb4Ac9QvgJsBE4= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YwxyArGth604kSb4Ac9QvgJsBE4= new file mode 100644 index 0000000..6ccda32 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YwxyArGth604kSb4Ac9QvgJsBE4= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZQQuNVxXQaBx2A8ZhI74_FHuH08= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZQQuNVxXQaBx2A8ZhI74_FHuH08= new file mode 100644 index 0000000..d0c8d7e Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZQQuNVxXQaBx2A8ZhI74_FHuH08= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Zu9HMcOSoX5qE4jZ+yR4NB8lt2E= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Zu9HMcOSoX5qE4jZ+yR4NB8lt2E= new file mode 100644 index 0000000..dc7b90e Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Zu9HMcOSoX5qE4jZ+yR4NB8lt2E= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_kd0ZIC76gnEj0WOWohwe5dxGqI= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_kd0ZIC76gnEj0WOWohwe5dxGqI= new file mode 100644 index 0000000..ff3d698 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_kd0ZIC76gnEj0WOWohwe5dxGqI= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/b85vjBDNb+OxW1dFd31QpIgn+ds= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/b85vjBDNb+OxW1dFd31QpIgn+ds= new file mode 100644 index 0000000..cb027fc Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/b85vjBDNb+OxW1dFd31QpIgn+ds= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dBt1y5Jwjy8DjRqYdDccAeAd7uw= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dBt1y5Jwjy8DjRqYdDccAeAd7uw= new file mode 100644 index 0000000..44a52c1 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dBt1y5Jwjy8DjRqYdDccAeAd7uw= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dDb5yH2troCroaJ4o7A2KVzxkvk= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dDb5yH2troCroaJ4o7A2KVzxkvk= new file mode 100644 index 0000000..40f58a5 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dDb5yH2troCroaJ4o7A2KVzxkvk= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dPIXC40OpYG1MGNIx_zNWgxR5nY= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dPIXC40OpYG1MGNIx_zNWgxR5nY= new file mode 100644 index 0000000..f9e8870 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dPIXC40OpYG1MGNIx_zNWgxR5nY= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/fzqwbrAzlyCD00OknSLK29NMJDo= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/fzqwbrAzlyCD00OknSLK29NMJDo= new file mode 100644 index 0000000..7fefd79 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/fzqwbrAzlyCD00OknSLK29NMJDo= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gipsF+Ms2_goHWGUoZXq2_2rLWk= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gipsF+Ms2_goHWGUoZXq2_2rLWk= new file mode 100644 index 0000000..d0a17a9 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gipsF+Ms2_goHWGUoZXq2_2rLWk= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/h6l+Rudn5bECZlatCWH4uIamd+E= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/h6l+Rudn5bECZlatCWH4uIamd+E= new file mode 100644 index 0000000..4c9f52f Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/h6l+Rudn5bECZlatCWH4uIamd+E= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hvN7KOjBO165Ph8nTFZnp2OZlsU= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hvN7KOjBO165Ph8nTFZnp2OZlsU= new file mode 100644 index 0000000..176918b Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hvN7KOjBO165Ph8nTFZnp2OZlsU= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/id5hNFf+EU7Hh8CgThvkaNAdhyU= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/id5hNFf+EU7Hh8CgThvkaNAdhyU= new file mode 100644 index 0000000..73aa47d Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/id5hNFf+EU7Hh8CgThvkaNAdhyU= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lGz7qhiY6UTnMo1uANCjhVJv4Wk= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lGz7qhiY6UTnMo1uANCjhVJv4Wk= new file mode 100644 index 0000000..ec7c4b4 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lGz7qhiY6UTnMo1uANCjhVJv4Wk= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/n+Mf+BdbzQ5W+tA3AizkLT_LGOw= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/n+Mf+BdbzQ5W+tA3AizkLT_LGOw= new file mode 100644 index 0000000..ba19014 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/n+Mf+BdbzQ5W+tA3AizkLT_LGOw= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/n6ff3_PPn397j6qe1wVaE1AmNjQ= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/n6ff3_PPn397j6qe1wVaE1AmNjQ= new file mode 100644 index 0000000..2cec677 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/n6ff3_PPn397j6qe1wVaE1AmNjQ= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/n9ATBPq_wVsbKoBMfTcQuvNkvXk= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/n9ATBPq_wVsbKoBMfTcQuvNkvXk= new file mode 100644 index 0000000..9cade31 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/n9ATBPq_wVsbKoBMfTcQuvNkvXk= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nRdUqPd+DcVFE0r21HSvrAG25iQ= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nRdUqPd+DcVFE0r21HSvrAG25iQ= new file mode 100644 index 0000000..6888d08 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nRdUqPd+DcVFE0r21HSvrAG25iQ= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rDhQcxENh03ass1uw9zP2SrSZd4= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rDhQcxENh03ass1uw9zP2SrSZd4= new file mode 100644 index 0000000..6020b54 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rDhQcxENh03ass1uw9zP2SrSZd4= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tADkRtbMr9zT5p2j8j7GUcS8Uhs= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tADkRtbMr9zT5p2j8j7GUcS8Uhs= new file mode 100644 index 0000000..160357a Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tADkRtbMr9zT5p2j8j7GUcS8Uhs= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tHrHbEABRTkJWlfXSnBfbCNxeXo= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tHrHbEABRTkJWlfXSnBfbCNxeXo= new file mode 100644 index 0000000..8fa5c13 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tHrHbEABRTkJWlfXSnBfbCNxeXo= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/u3A5m2ggigvXuizR7ncui_yp+2Y= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/u3A5m2ggigvXuizR7ncui_yp+2Y= new file mode 100644 index 0000000..846dea1 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/u3A5m2ggigvXuizR7ncui_yp+2Y= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uh6lehNgYVg1YTqor5xyQA2dnjI= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uh6lehNgYVg1YTqor5xyQA2dnjI= new file mode 100644 index 0000000..c6661be Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uh6lehNgYVg1YTqor5xyQA2dnjI= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vqkxhT7a8oFjcQqprsRE+K0yLN4= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vqkxhT7a8oFjcQqprsRE+K0yLN4= new file mode 100644 index 0000000..761fe3b Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vqkxhT7a8oFjcQqprsRE+K0yLN4= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wHjUnn09FTrtdFUmKi5cHNz+Bnc= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wHjUnn09FTrtdFUmKi5cHNz+Bnc= new file mode 100644 index 0000000..c703ef4 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wHjUnn09FTrtdFUmKi5cHNz+Bnc= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yW+JpvnxYtP1jxfV1gCoWEC1KxI= b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yW+JpvnxYtP1jxfV1gCoWEC1KxI= new file mode 100644 index 0000000..dd51769 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yW+JpvnxYtP1jxfV1gCoWEC1KxI= differ diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugAssets/merger.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugAssets/merger.xml new file mode 100644 index 0000000..61e1a6b --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugAssets/merger.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml new file mode 100644 index 0000000..9ceaf2b --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties new file mode 100644 index 0000000..4820e7c --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties @@ -0,0 +1,28 @@ +#Wed Aug 03 00:44:04 KST 2022 +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_round.webp.flat +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/mipmap-mdpi/ic_launcher.webp=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher.webp.flat +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/drawable/btn_background.xml=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/drawable_btn_background.xml.flat +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_ckgod2.xml=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_ckgod2.xml.flat +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_yesxon.xml=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_yesxon.xml.flat +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_ckgod.xml=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_ckgod.xml.flat +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/mipmap-hdpi/ic_launcher.webp=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher.webp.flat +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/drawable/ic_launcher_background.xml=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/drawable_ic_launcher_background.xml.flat +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_round.webp.flat +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher.webp.flat +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher.webp.flat +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_round.webp.flat +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_d11210920.xml=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_d11210920.xml.flat +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_main.xml=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_main.xml.flat +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/font/bmhannaprooft.otf=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/font_bmhannaprooft.otf.flat +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_round.webp.flat +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher_round.xml.flat +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_round.webp.flat +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/drawable-v24_ic_launcher_foreground.xml.flat +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher.webp.flat +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_gok5959.xml=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_gok5959.xml.flat +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_week2_slideshow_leesc0893.xml=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_week2_slideshow_leesc0893.xml.flat +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/drawable/round_border.xml=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/drawable_round_border.xml.flat +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher.xml.flat +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/drawable/play.xml=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/drawable_play.xml.flat +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_jjjoonngg.xml=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_jjjoonngg.xml.flat +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_week2_leesc0893.xml=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_week2_leesc0893.xml.flat diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-af/values-af.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-af/values-af.xml new file mode 100644 index 0000000..9f5ba7a --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-af/values-af.xml @@ -0,0 +1,90 @@ + + + + %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 + Wys wagwoord + "Soek" + "999+" + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-am/values-am.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-am/values-am.xml new file mode 100644 index 0000000..2ad537c --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-am/values-am.xml @@ -0,0 +1,90 @@ + + + + %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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ar/values-ar.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ar/values-ar.xml new file mode 100644 index 0000000..d403729 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ar/values-ar.xml @@ -0,0 +1,94 @@ + + + + %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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-as/values-as.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-as/values-as.xml new file mode 100644 index 0000000..e55ad2f --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-as/values-as.xml @@ -0,0 +1,90 @@ + + + + %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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-az/values-az.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-az/values-az.xml new file mode 100644 index 0000000..4c91a08 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-az/values-az.xml @@ -0,0 +1,90 @@ + + + + %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ə + + 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 + "Axtarın" + "999+" + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-b+es+419/values-b+es+419.xml b/summer_coding_android/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/summer_coding_android/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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml new file mode 100644 index 0000000..88272c4 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml @@ -0,0 +1,91 @@ + + + + %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 + Prikaži lozinku + "Pretražite" + "999+" + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-be/values-be.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-be/values-be.xml new file mode 100644 index 0000000..4c4dc18 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-be/values-be.xml @@ -0,0 +1,92 @@ + + + + %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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bg/values-bg.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bg/values-bg.xml new file mode 100644 index 0000000..2487b1d --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bg/values-bg.xml @@ -0,0 +1,90 @@ + + + + %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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bn/values-bn.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bn/values-bn.xml new file mode 100644 index 0000000..c959c22 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bn/values-bn.xml @@ -0,0 +1,90 @@ + + + + %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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bs/values-bs.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bs/values-bs.xml new file mode 100644 index 0000000..dcfd140 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bs/values-bs.xml @@ -0,0 +1,91 @@ + + + + %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 + Prikaži lozinku + "Pretražite" + "999+" + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ca/values-ca.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ca/values-ca.xml new file mode 100644 index 0000000..abb3286 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ca/values-ca.xml @@ -0,0 +1,90 @@ + + + + %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 + Mostra la contrasenya + "Cerca" + "999+" + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-cs/values-cs.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-cs/values-cs.xml new file mode 100644 index 0000000..d5f45bb --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-cs/values-cs.xml @@ -0,0 +1,92 @@ + + + + %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 + Zobrazit heslo + "Hledat" + "999+" + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-da/values-da.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-da/values-da.xml new file mode 100644 index 0000000..c152e4a --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-da/values-da.xml @@ -0,0 +1,90 @@ + + + + %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 + Vis adgangskode + "Søg" + "999+" + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-de/values-de.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-de/values-de.xml new file mode 100644 index 0000000..e2a52ee --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-de/values-de.xml @@ -0,0 +1,90 @@ + + + + %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 + Passwort anzeigen + "Suche" + "999+" + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-el/values-el.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-el/values-el.xml new file mode 100644 index 0000000..f2eeec9 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-el/values-el.xml @@ -0,0 +1,90 @@ + + + + %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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml new file mode 100644 index 0000000..78c5a56 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml @@ -0,0 +1,32 @@ + + + "Navigate home" + "Navigate up" + "More options" + "Done" + "See all" + "Choose an app" + "OFF" + "ON" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "space" + "Sym+" + "Menu+" + "Search…" + "Clear query" + "Search query" + "Search" + "Submit query" + "Voice search" + "Share with" + "Share with %s" + "Collapse" + "Search" + "999+" + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml new file mode 100644 index 0000000..78c5a56 --- /dev/null +++ b/summer_coding_android/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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml new file mode 100644 index 0000000..2bb4640 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml @@ -0,0 +1,90 @@ + + + + %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 + Show password + "Search" + "999+" + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml new file mode 100644 index 0000000..78c5a56 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml @@ -0,0 +1,32 @@ + + + "Navigate home" + "Navigate up" + "More options" + "Done" + "See all" + "Choose an app" + "OFF" + "ON" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "space" + "Sym+" + "Menu+" + "Search…" + "Clear query" + "Search query" + "Search" + "Submit query" + "Voice search" + "Share with" + "Share with %s" + "Collapse" + "Search" + "999+" + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml new file mode 100644 index 0000000..14b21fa --- /dev/null +++ b/summer_coding_android/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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml new file mode 100644 index 0000000..7d75b9b --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml @@ -0,0 +1,90 @@ + + + + %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 + Mostrar contraseña + "Buscar" + "999+" + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es/values-es.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es/values-es.xml new file mode 100644 index 0000000..0f0e49d --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es/values-es.xml @@ -0,0 +1,90 @@ + + + + %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 + Mostrar contraseña + "Buscar" + "999+" + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-et/values-et.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-et/values-et.xml new file mode 100644 index 0000000..090540d --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-et/values-et.xml @@ -0,0 +1,90 @@ + + + + %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 + Parooli kuvamine + "Otsing" + "999+" + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-eu/values-eu.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-eu/values-eu.xml new file mode 100644 index 0000000..226e10d --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-eu/values-eu.xml @@ -0,0 +1,90 @@ + + + + %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 + Erakutsi pasahitza + "Bilatu" + "999+" + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fa/values-fa.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fa/values-fa.xml new file mode 100644 index 0000000..b9c60a4 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fa/values-fa.xml @@ -0,0 +1,90 @@ + + + + %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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fi/values-fi.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fi/values-fi.xml new file mode 100644 index 0000000..2897b85 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fi/values-fi.xml @@ -0,0 +1,90 @@ + + + + %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 + Näytä salasana + "Haku" + "999+" + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml new file mode 100644 index 0000000..0cb0cde --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml @@ -0,0 +1,90 @@ + + + + %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 + Afficher le mot de passe + "Rechercher" + "999+" + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr/values-fr.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr/values-fr.xml new file mode 100644 index 0000000..3c20ee1 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr/values-fr.xml @@ -0,0 +1,90 @@ + + + + %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 + Afficher le mot de passe + "Rechercher" + "999+" + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gl/values-gl.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gl/values-gl.xml new file mode 100644 index 0000000..63b0408 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gl/values-gl.xml @@ -0,0 +1,90 @@ + + + + %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 + Mostra o contrasinal + "Buscar" + ">999" + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gu/values-gu.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gu/values-gu.xml new file mode 100644 index 0000000..7db7b93 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gu/values-gu.xml @@ -0,0 +1,90 @@ + + + + %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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h320dp-port-v13/values-h320dp-port-v13.xml b/summer_coding_android/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/summer_coding_android/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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h360dp-land-v13/values-h360dp-land-v13.xml b/summer_coding_android/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/summer_coding_android/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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h480dp-land-v13/values-h480dp-land-v13.xml b/summer_coding_android/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/summer_coding_android/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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h550dp-port-v13/values-h550dp-port-v13.xml b/summer_coding_android/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/summer_coding_android/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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml new file mode 100644 index 0000000..e38bb90 --- /dev/null +++ b/summer_coding_android/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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml new file mode 100644 index 0000000..d5a138e --- /dev/null +++ b/summer_coding_android/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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hi/values-hi.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hi/values-hi.xml new file mode 100644 index 0000000..db27a74 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hi/values-hi.xml @@ -0,0 +1,90 @@ + + + + %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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hr/values-hr.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hr/values-hr.xml new file mode 100644 index 0000000..5e1778d --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hr/values-hr.xml @@ -0,0 +1,91 @@ + + + + %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 + Prikaži zaporku + "Pretraži" + "999+" + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hu/values-hu.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hu/values-hu.xml new file mode 100644 index 0000000..5c019ea --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hu/values-hu.xml @@ -0,0 +1,90 @@ + + + + %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 + Jelszó megjelenítése + "Keresés" + "999+" + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hy/values-hy.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hy/values-hy.xml new file mode 100644 index 0000000..f68a610 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hy/values-hy.xml @@ -0,0 +1,90 @@ + + + + %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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-in/values-in.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-in/values-in.xml new file mode 100644 index 0000000..be9c2bb --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-in/values-in.xml @@ -0,0 +1,90 @@ + + + + %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 + Tampilkan sandi + "Telusuri" + "999+" + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-is/values-is.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-is/values-is.xml new file mode 100644 index 0000000..59c7534 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-is/values-is.xml @@ -0,0 +1,90 @@ + + + + %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 + Sýna aðgangsorð + "Leit" + "999+" + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-it/values-it.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-it/values-it.xml new file mode 100644 index 0000000..7e73a38 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-it/values-it.xml @@ -0,0 +1,90 @@ + + + + %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 + Mostra password + "Cerca" + "999+" + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-iw/values-iw.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-iw/values-iw.xml new file mode 100644 index 0000000..e305ea0 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-iw/values-iw.xml @@ -0,0 +1,92 @@ + + + + התראה חדשה אחת (%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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ja/values-ja.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ja/values-ja.xml new file mode 100644 index 0000000..b49be74 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ja/values-ja.xml @@ -0,0 +1,90 @@ + + + + %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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ka/values-ka.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ka/values-ka.xml new file mode 100644 index 0000000..cedb6c0 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ka/values-ka.xml @@ -0,0 +1,90 @@ + + + + %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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kk/values-kk.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kk/values-kk.xml new file mode 100644 index 0000000..4dd0652 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kk/values-kk.xml @@ -0,0 +1,90 @@ + + + + %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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-km/values-km.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-km/values-km.xml new file mode 100644 index 0000000..44195f5 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-km/values-km.xml @@ -0,0 +1,90 @@ + + + + ការជូនដំណឹងថ្មី %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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kn/values-kn.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kn/values-kn.xml new file mode 100644 index 0000000..add883e --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kn/values-kn.xml @@ -0,0 +1,90 @@ + + + + %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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ko/values-ko.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ko/values-ko.xml new file mode 100644 index 0000000..8342973 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ko/values-ko.xml @@ -0,0 +1,90 @@ + + + + 새 알림 %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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ky/values-ky.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ky/values-ky.xml new file mode 100644 index 0000000..7d5c25f --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ky/values-ky.xml @@ -0,0 +1,90 @@ + + + + %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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-land/values-land.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-land/values-land.xml new file mode 100644 index 0000000..714acdf --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-land/values-land.xml @@ -0,0 +1,44 @@ + + + 48dp + 12dp + 14dp + 450dp + 600dp + 24dp + 24dp + 24dp + 24dp + 20dp + 4dp + 96dp + 0dp + 0dp + 104dp + 68dp + 28dp + 64dp + 32dp + 24dp + 32dp + 0 + 6 + + + + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml new file mode 100644 index 0000000..3f2799b --- /dev/null +++ b/summer_coding_android/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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ldltr-v21/values-ldltr-v21.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ldltr-v21/values-ldltr-v21.xml new file mode 100644 index 0000000..1bdd835 --- /dev/null +++ b/summer_coding_android/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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ta/values-ta.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ta/values-ta.xml new file mode 100644 index 0000000..34263c1 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ta/values-ta.xml @@ -0,0 +1,90 @@ + + + + %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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-te/values-te.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-te/values-te.xml new file mode 100644 index 0000000..1d3efde --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-te/values-te.xml @@ -0,0 +1,90 @@ + + + + %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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-th/values-th.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-th/values-th.xml new file mode 100644 index 0000000..ae49a79 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-th/values-th.xml @@ -0,0 +1,90 @@ + + + + การแจ้งเตือนใหม่ %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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tl/values-tl.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tl/values-tl.xml new file mode 100644 index 0000000..c660b55 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tl/values-tl.xml @@ -0,0 +1,90 @@ + + + + %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 + Ipakita ang password + "Maghanap" + "999+" + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tr/values-tr.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tr/values-tr.xml new file mode 100644 index 0000000..527bbce --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tr/values-tr.xml @@ -0,0 +1,90 @@ + + + + %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 + Şifreyi göster + "Ara" + "999+" + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uk/values-uk.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uk/values-uk.xml new file mode 100644 index 0000000..0c0ffb5 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uk/values-uk.xml @@ -0,0 +1,92 @@ + + + + %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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ur/values-ur.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ur/values-ur.xml new file mode 100644 index 0000000..8bedb22 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ur/values-ur.xml @@ -0,0 +1,90 @@ + + + + %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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uz/values-uz.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uz/values-uz.xml new file mode 100644 index 0000000..3cf7edc --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uz/values-uz.xml @@ -0,0 +1,90 @@ + + + + %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 + Parol ochiq tursin + "Qidiruv" + "999+" + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v16/values-v16.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v16/values-v16.xml new file mode 100644 index 0000000..5ee2feb --- /dev/null +++ b/summer_coding_android/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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v17/values-v17.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v17/values-v17.xml new file mode 100644 index 0000000..f85a197 --- /dev/null +++ b/summer_coding_android/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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v18/values-v18.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v18/values-v18.xml new file mode 100644 index 0000000..7dad77f --- /dev/null +++ b/summer_coding_android/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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v21/values-v21.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v21/values-v21.xml new file mode 100644 index 0000000..48028a4 --- /dev/null +++ b/summer_coding_android/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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v22/values-v22.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v22/values-v22.xml new file mode 100644 index 0000000..d4a514a --- /dev/null +++ b/summer_coding_android/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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v23/values-v23.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v23/values-v23.xml new file mode 100644 index 0000000..02e3dd3 --- /dev/null +++ b/summer_coding_android/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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v24/values-v24.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v24/values-v24.xml new file mode 100644 index 0000000..abd5319 --- /dev/null +++ b/summer_coding_android/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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v25/values-v25.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v25/values-v25.xml new file mode 100644 index 0000000..483ae0c --- /dev/null +++ b/summer_coding_android/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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v26/values-v26.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v26/values-v26.xml new file mode 100644 index 0000000..8b28a46 --- /dev/null +++ b/summer_coding_android/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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v31/values-v31.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v31/values-v31.xml new file mode 100644 index 0000000..e7d3945 --- /dev/null +++ b/summer_coding_android/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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-vi/values-vi.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-vi/values-vi.xml new file mode 100644 index 0000000..86ce20e --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-vi/values-vi.xml @@ -0,0 +1,90 @@ + + + + %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 + Hiện mật khẩu + "Tìm kiếm" + "999+" + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w320dp-land-v13/values-w320dp-land-v13.xml b/summer_coding_android/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/summer_coding_android/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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w360dp-port-v13/values-w360dp-port-v13.xml b/summer_coding_android/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/summer_coding_android/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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w480dp-port-v13/values-w480dp-port-v13.xml b/summer_coding_android/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/summer_coding_android/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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w600dp-land-v13/values-w600dp-land-v13.xml b/summer_coding_android/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/summer_coding_android/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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-watch-v20/values-watch-v20.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-watch-v20/values-watch-v20.xml new file mode 100644 index 0000000..2d85812 --- /dev/null +++ b/summer_coding_android/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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-watch-v21/values-watch-v21.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-watch-v21/values-watch-v21.xml new file mode 100644 index 0000000..deecc9e --- /dev/null +++ b/summer_coding_android/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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml new file mode 100644 index 0000000..b499d2c --- /dev/null +++ b/summer_coding_android/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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml new file mode 100644 index 0000000..b8332a4 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml @@ -0,0 +1,90 @@ + + + + %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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml new file mode 100644 index 0000000..07f670f --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml @@ -0,0 +1,90 @@ + + + + %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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml new file mode 100644 index 0000000..f0d7c80 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml @@ -0,0 +1,90 @@ + + + + %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/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zu/values-zu.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zu/values-zu.xml new file mode 100644 index 0000000..91dfa69 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zu/values-zu.xml @@ -0,0 +1,90 @@ + + + + %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 + Bonisa iphasiwedi + "Sesha" + "999+" + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml new file mode 100644 index 0000000..41d6558 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml @@ -0,0 +1,12646 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + #9ACD32 + #6B8E23 + #6680cbc4 + #66009688 + #333A58 + #252A3F + #8f949f + #DEE8EF + #FEE300 + #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 + #696F7F + 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 + 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 + 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 + 3333-10-576-2551 + androidx.startup + Summer coding android + mySlideShow + Silde Show + 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 + 혁준 + Alcohol Pro + 7979-42-42458 + 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 + 고창국의 통장 + 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 + 세이프박스 + Search + 999+ + 이체 + + 예선 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merger.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merger.xml new file mode 100644 index 0000000..8aec817 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merger.xml @@ -0,0 +1,14194 @@ + +androidx.startup#FF424242#FFFFFFFF#03000000#37000000 + + + + + + + + + + + + + + + + + + + + + + + + + + + 1dp2dp2dp@color/androidx_core_secondary_text_default_material_light0dp0dp12dp"999+""999+"">999""999+"4dp"999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""९९९+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+"#1f000000#8a000000#ffffffff#ff9e9e9e4dp6dp8dp4dp2dp320dp320dp32dp13sp12dp8dp64dp64dp10dp@dimen/notification_content_margin_start16dp2dp3dp24dp13sp10dp5dp#3333B5E5#0cffffff999999+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 10dp + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 24dp80dp64dp8dp8dp580dp16dp20dp"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""enter""Function+""Meta+""Shift+""స్పేస్""Sym+""Menu+""సెర్చ్ చేయండి…""ప్రశ్నను తీసివేస్తుంది""సెర్చ్ క్వెరీ""సెర్చ్""ప్రశ్నని సమర్పిస్తుంది""వాయిస్ సెర్చ్""వీరితో షేర్ చేస్తుంది""%sతో షేర్ చేస్తుంది""కుదిస్తుంది""సెర్చ్"0px"Перейти на главный экран""Перейти вверх""Ещё""Готово""Показать все""Выберите приложение""ВЫКЛ""ВКЛ""Alt +""Ctrl +""Delete""Ввод""Fn +""Meta +""Shift +""Пробел""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""瀏覽首頁""向上瀏覽""更多選項""完成""查看全部""選擇應用程式""關閉""開啟""Alt +""Ctrl +""Delete 鍵""Enter 鍵""Fn +""Meta +""Shift +""空格鍵""Sym +""Menu +""搜尋…""清除查詢""搜尋查詢""搜尋""提交查詢""語音搜尋""分享對象""與「%s」分享""收合""搜尋""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""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""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""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""转到首页""转到上一层级""更多选项""完成""查看全部""选择应用""关闭""开启""Alt+""Ctrl+""Delete 键""Enter 键""Fn+""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""ホームに戻る""前に戻る""その他のオプション""完了""すべて表示""アプリの選択""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+""ลบ""Enter""Function+""Meta+""Shift+""Space""Sym+""เมนู+""ค้นหา…""ล้างคำค้นหา""คำค้นหา""ค้นหา""ส่งคำค้นหา""ค้นหาด้วยเสียง""แชร์กับ""แชร์ทาง %s""ยุบ""ค้นหา""پیمایش به صفحه اصلی""رفتن به بالا""گزینه‌های بیشتر""تمام""دیدن همه""انتخاب برنامه""خاموش""روشن""‎Alt+‎""‎Ctrl+‎""حذف""enter""‎Function+‎""‎Meta+‎""‎Shift+‎""فاصله""‎Sym+‎""منو+""جستجو…‏""پاک کردن پُرسمان""درخواست جستجو""جستجو""ارسال پُرسمان""جستجوی گفتاری""هم‌رسانی با""هم‌رسانی با %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""ହୋମ୍ ପେଜ୍‌କୁ ନେଭିଗେଟ୍ କରନ୍ତୁ""ଉପରକୁ ନେଭିଗେଟ୍ କରନ୍ତୁ""ଅଧିକ ବିକଳ୍ପ""ହୋଇଗଲା""ସବୁ ଦେଖନ୍ତୁ""ଗୋଟିଏ ଆପ୍‍ ବାଛନ୍ତୁ""ବନ୍ଦ""ଚାଲୁ ଅଛି""Alt+""Ctrl+""ଡିଲିଟ୍‌ କରନ୍ତୁ""ଏଣ୍ଟର୍""Function+""Meta+""Shift+""ସ୍ପେସ୍‍""Sym+""ମେନୁ""ସର୍ଚ୍ଚ କରନ୍ତୁ…""କ୍ୱେରୀ ଖାଲି କରନ୍ତୁ""ସର୍ଚ୍ଚ କ୍ୱେରୀ""ସନ୍ଧାନ କରନ୍ତୁ""କ୍ୱେରୀ ଦାଖଲ କରନ୍ତୁ""ଭଏସ୍‌ ସର୍ଚ୍ଚ""ଏହାଙ୍କ ସହ ସେୟାର୍‌ କରନ୍ତୁ""%s ସହ ସେୟାର୍‍ କରନ୍ତୁ""ସଂକୁଚିତ କରନ୍ତୁ""ସନ୍ଧାନ କରନ୍ତୁ""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+""Menu+""ຊອກຫາ…""ລຶບຂໍ້ຄວາມຊອກຫາ""ຄຳສຳລັບຄົ້ນຫາ""ຊອກຫາ""ສົ່ງຂໍ້ມູນ""ຊອກຫາດ້ວຍສຽງ""ແບ່ງປັນກັບ""ແບ່ງປັນດ້ວຍ %s""ຫຍໍ້ລົງ""ຊອກຫາ""ניווט לדף הבית""ניווט למעלה""עוד אפשרויות""סיום""הצגת הכול""בחירת אפליקציה""כבוי""מופעל""Alt+""Ctrl+‎""מחיקה""Enter""Function+""Meta+""Shift+""רווח""Sym+""תפריט+""חיפוש…""מחיקת השאילתה""שאילתת חיפוש""חיפוש""שליחת שאילתה""חיפוש קולי""שיתוף עם""שיתוף עם %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""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"320dp0dp2dp24dp576dp320dp@dimen/design_snackbar_padding_vertical + 160dp64dp64dp1 + %d notificare nouă + %d notificări noi + %d de notificări noi + Extinde pe ecran completCaractere introduse: %1$d din %2$dLimita de caractere a depășit %1$d din %2$dȘtergeți textulEroareAfișați meniul drop-downPictogramă de dialogFilăSelectați oraSelectați oraOra %1$sSelectați minutele%1$s minutea.m.Pentru a introduce ora, comutați la modul ceas.OraMinutp.m.Selectați oraPentru a introduce ora, comutați la modul de introducere a textului.Notificare nouăEliminați %1$sPeste %1$d notificări noiTreceți la luna următoareTreceți la luna anterioarăSelecția actuală: %1$s@android:string/ok%1$sSelectați dataData selectatăColoana cu zile: %1$sFormat nevalid.Exemplu: %1$sFolosiți: %1$sInterval nevalid.Navigați la anul %1$sFără acoperire: %1$sData de începere – %1$s%1$s – data de încheiere%1$s – %2$sSelectați intervalulData de începere – data de încheiereSalvațiDatăData de încheiereData de începerezlaComutați la modul introducere în calendarAtingeți pentru a comuta la selectarea unei zileComutați la modul de introducere a textuluiAtingeți pentru a comuta la selectarea unui anAfișați parola + %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 новых уведомления + %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 gitnaMga character na nailagay %1$d sa %2$dLumampas sa limitasyon sa bilang ng character %1$d sa %2$dI-clear ang textErrorIpakita ang dropdown na menuIcon ng DialogTabPiliin ang AM o PMPumili ng oras%1$s o\'clockPumili ng mga minuto%1$s (na) minutoAMLumipat sa mode ng orasan para sa input na oras.OrasMinutoPMPumili ng orasLumipat sa pamamaraan ng pag-input ng text para sa input na oras.Bagong notificationAlisin ang %1$sMahigit %1$d (na) bagong notificationLumipat sa susunod na buwanLumipat sa nakaraang buwanKasalukuyang seleksyon: %1$s@android:string/ok%1$sPumili ng PetsaPiniling petsaColumn ng mga araw: %1$sInvalid na format.Halimbawa: %1$sGamitin: %1$sInvalid na hanay.Mag-navigate patungo sa taong %1$sWala sa sakop: %1$sPetsa ng pagsisimula – %1$s%1$s – Petsa ng pagtatapos%1$s – %2$sPumili ng RangePetsa ng pagsisimula – Petsa ng pagtataposI-savePetsaPetsa ng pagtataposPetsa ng pagsisimuladmyLumipat sa pamamaraan ng pag-input ng kalendaryoI-tap para lumipat sa pagpili ng arawLumipat sa pamamaraan ng pag-input ng textI-tap para lumipat sa pagpili ng taonIpakita ang password + %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選取範圍開始日期 - 結束日期儲存日期結束日期開始日期dmy切換至日曆輸入模式輕觸即可切換為選取星期幾切換至文字輸入模式輕觸即可切換為選取年份顯示密碼64dp + %d nuova notifica + %d nuove notifiche + Espandi a metà%1$d caratteri inserirti su %2$dSono presenti %2$d caratteri in più rispetto al limite di %1$dCancella testoErroreMostra il menu a discesaIcona della finestra di dialogoSchedaSeleziona AM o PMSeleziona l\'ora%1$s in puntoSeleziona i minuti%1$s minutiamPassa alla modalità orologio per inserire l\'ora.OraMinutopmSeleziona l\'oraPassa alla modalità di immissione testo per inserire l\'ora.Nuova notificaRimuovi %1$sPiù di %1$d nuove notifichePassa al mese successivoPassa al mese precedenteSelezione attuale: %1$s@android:string/ok%1$sSeleziona dataData selezionataColonna dei giorni: %1$sFormato non valido.Esempio: %1$sUsa: %1$sIntervallo non valido.Vai all\'anno %1$sNon compresa nell\'intervallo: %1$sData di inizio - %1$s%1$s - Data di fine%1$s - %2$sSeleziona intervalloData di inizio - Data di fineSalvaDataData di fineData di iniziogmaPassa alla modalità di immissione CalendarioTocca per passare alla selezione di un giornoPassa alla modalità di immissione TestoTocca per passare alla selezione di un annoMostra password + %d notificació nova + %d notificacions noves + Desplega fins a la meitatCaràcters introduïts: %1$d de %2$dS\'ha superat el límit de caràcters (%1$d de %2$d)Esborra el textErrorMostra el menú desplegableIcona del quadre de diàlegTabuladorSelecciona a. m. o p. m.Seleccioneu l\'hora%1$s en puntSelecciona els minuts%1$s minutsa. m.Canvia al mode de rellotge per introduir l\'hora.HoraMinutp. m.Selecció de l\'horaCanvia al mode d\'introducció de text per introduir l\'hora.Notificació novaSuprimeix %1$sMés de %1$d notificacions novesCanvia al mes següentCanvia al mes anteriorSelecció actual: %1$s@android:string/ok%1$sSelecciona una dataData seleccionadaColumna de dies: %1$sEl format no és vàlid.Exemple: %1$sUtilitza: %1$sL\'interval no és vàlid.Canvia a l\'any %1$sLa data està fora de l\'interval: %1$sData d\'inici - %1$s%1$s - data de finalització%1$s - %2$sSelecciona un intervalData d\'inici - data de finalitzacióDesaDataData de finalitzacióData d\'inicidmaCanvia al mode d\'introducció de dades del calendariToca per canviar a la selecció del diaCanvia al mode d\'introducció de textToca per canviar a la selecció de l\'anyMostra la contrasenya + %d ný tilkynning + %d nýjar tilkynningar + Stækka til hálfsInnslegnir stafir %1$d af %2$dYfir hámarksstafafjölda, %1$d af %2$dHreinsa textaVillaSýna fellivalmyndGluggatáknFlipiVelja f.h. eða e.h.Velja tímaklukkan %1$sVeldu mínútur%1$s mínúturf.h.Skipta yfir í klukkustillingu til að færa inn tíma.KlukkustundMínútae.h.Veldu tímaSkipta yfir í textastillingu til að færa inn tíma.Ný tilkynningFjarlægja %1$sYfir %1$d nýjar tilkynningarBreyta í næsta mánuðBreyta í fyrri mánuðNúverandi val: %1$s@android:string/ok%1$sVeldu dagsetninguValin dagsetningDálkur með dögum: %1$sÓgilt snið.Dæmi: %1$sNota: %1$sÓgilt svið.Fara í árið %1$sUtan sviðs: %1$sUpphafsdagur – %1$s%1$s – lokadagur%1$s – %2$sVeldu tímabilUpphafsdagur – lokadagurVistaDagsetningLokadagurUpphafsdagurdmáSkipta yfir í innfærsluaðferð fyrir dagatalÝttu til að skipta yfir í að velja dagSkipta yfir í innfærsluaðferð fyrir textaÝttu til að skipta yfir í að velja árSýna aðgangsorð + %d nové oznámení + %d nová oznámení + %d nového oznámení + %d nových oznámení + Rozbalit napůlZadané znaky: %1$d z %2$dByl překročen povolený počet znaků (%1$d z %2$d)Vymazat textChybaZobrazit rozbalovací nabídkuIkona dialogového oknaKartaVyberte AM nebo PMVyberte hodinu%1$sZvolte minuty%1$s minAMChcete-li zadat čas, přepněte na režim hodin.HodinaMinutaPMVyberte časChcete-li zadat čas, přepněte na režim textu.Nové oznámeníOdstranit položku %1$sVíce než %1$d nových oznámeníPřejít na další měsícPřejít na předchozí měsícAktuální výběr: %1$s@android:string/ok%1$sVyberte datumVybrané datumSloupec dnů: %1$sNeplatný formát.Příklad: %1$sPoužijte: %1$sNeplatný rozsah.Přejít na rok %1$sMimo rozsah: %1$sDatum zahájení – %1$s%1$s – datum ukončení%1$s – %2$sVyberte rozsahDatum zahájení – datum ukončeníUložitDatumDatum ukončeníDatum zahájenídmrPřepnout na režim zadávání do kalendářeKlepnutím přepnete na výběr dnePřepnout na režim zadávání textuKlepnutím přepnete na výběr rokuZobrazit heslo0dp22dp48dp2dp2dp48dp20dp168dp0dp + %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请选择范围开始日期 - 结束日期保存日期结束日期开始日期dmy切换到日历输入模式点按即可切换到选择某天切换到文本字段输入模式点按即可切换到选择某年显示密码 + %d notifikasi baru + %d notifikasi baru + Luaskan setengahKarakter yang dimasukkan %1$d dari %2$dMelebihi batas karakter %1$d dari %2$dMenghapus teksErrorTampilkan menu dropdownIkon DialogTabPilih AM atau PMPilih jamPukul %1$sPilih menit%1$s menitAMBeralih ke mode jam untuk masukan waktu.JamMenitPMPilih waktuBeralih ke mode masukan teks untuk masukan waktu.Notifikasi baruMenghapus %1$sLebih dari %1$d notifikasi baruUbah ke bulan berikutnyaUbah ke bulan sebelumnyaPilihan saat ini: %1$s@android:string/ok%1$sPilih TanggalTanggal yang dipilihKolom hari: %1$sFormat tidak valid.Contoh: %1$sGunakan: %1$sRentang tidak valid.Buka tahun %1$sDi luar rentang: %1$sTanggal mulai – %1$s%1$s – Tanggal akhir%1$s – %2$sPilih RentangTanggal mulai – Tanggal akhirSimpanTanggalTanggal akhirTanggal mulaihbtBeralih ke mode masukan kalenderKetuk untuk beralih ke memilih hariBeralih ke mode masukan teksKetuk untuk beralih ke memilih tahunTampilkan sandi + %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期間を選択してください開始日~終了日保存日付終了日開始日dmyカレンダー入力モードに切り替えタップすると、日の選択に切り替わりますテキスト入力モードに切り替えタップすると、年の選択に切り替わりますパスワードを表示 + %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 jaunu paziņojumu + %d jauns paziņojums + %d jauni paziņojumi + Izvērst līdz puseiIevadītās rakstzīmes: %1$d no %2$dPārsniegts rakstzīmju skaita ierobežojums (%1$d no %2$d)Notīrīt tekstuKļūdaRādīt nolaižamo izvēlniDialoglodziņa ikonaCilneAtlasiet “AM” (priekšpusdienā) vai “PM” (pēcpusdienā).Atlasiet stunduplkst. %1$sAtlasiet minūtes.%1$s minAMLai ievadītu laiku, ieslēdziet pulksteņa režīmu.StundaMinūtePMLaika atlasīšanaLai ievadītu laiku, ieslēdziet teksta ievades režīmu.Jauns paziņojumsNoņemt: %1$sVairāk nekā %1$d jauni paziņojumiPāriet uz nākamo mēnesiPāriet uz iepriekšējo mēnesiPašreizējā atlase: %1$s@android:string/ok%1$sAtlasiet datumuAtlasītais datumsDienu sleja: %1$sNederīgs formāts.Piemērs: %1$sIzmantojiet: %1$sNederīgs diapazons.Pāriet uz šo gadu: %1$sĀrpus diapazona: %1$sSākuma datums–%1$s%1$s–beigu datums%1$s–%2$sAtlasiet diapazonuSākuma datums–beigu datumsSaglabātDatumsBeigu datumsSākuma datumsdmgPārslēgties uz kalendāra ievades režīmuPieskarties, lai pārslēgtos uz dienas atlasīšanuPārslēgties uz teksta ievades režīmuPieskarties, lai pārslēgtos uz gada atlasīšanuRādīt paroli24dp36dp0dp22dp48dp2dp2dp48dp48dp0dp + %d ny notifikation + %d nye notifikationer + Udvid halvdelenDu har brugt %1$d ud af %2$d tegnDu har brugt %1$d tegn og dermed overskredet tegnbegrænsningen på %2$d.Ryd tekstFejlVis rullemenuenIkon for dialogboksFaneVælg AM eller PMVælg timeklokken %1$sVælg minutter%1$s minutterf.m.Skift til urtilstand for at angive klokkeslæt.TimeMinute.m.Vælg tidspunktSkift til teksttilstand for at angive klokkeslæt.Ny notifikationFjern %1$sFlere end %1$d nye notifikationerSkift til næste månedSkift til forrige månedAktuelt valg: %1$s@android:string/ok%1$sVælg datoValgt datoKolonne med dage: %1$sUgyldigt format.Eksempel: %1$sBrug: %1$sUgyldigt interval.Gå til år %1$sUden for interval: %1$sStartdato – %1$s%1$s – slutdato%1$s – %2$sVælg intervalStartdato – slutdatoGemDatoSlutdatoStartdatodmåSkift til input-tilstand for kalenderTryk for at gå til valg af dagSkift til input-tilstand for tekstTryk for at gå til valg af årVis adgangskode + %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 жаңы билдирме + Жарымын жайып көрсөтүү%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શ્રેણી પસંદ કરોશરૂ કરવાની તારીખ – સમાપ્તિની તારીખસાચવોતારીખસમાપ્તિની તારીખશરૂ કરવાની તારીખdmyકૅલેન્ડર ઇનપુટ મોડ પર સ્વિચ કરોદિવસની પસંદગી પર સ્વિચ કરવા માટે ટૅપ કરોટેક્સ્ટ ઇનપુટ મોડ પર સ્વિચ કરોવર્ષની પસંદગી પર સ્વિચ કરવા માટે ટૅપ કરોપાસવર્ડ બતાવો + %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Муж сонгохЭхлэх огноо – Дуусах огнооХадгалахОгнооДуусах огнооЭхлэх огнооөсжКалендарийн орох горим руу сэлгэхӨдөр сонгох руу сэлгэхийн тулд товшино ууТекстийн орох горим руу сэлгэхОн сонгох руу сэлгэхийн тулд товшино ууНууц үгийг харуулах8dp + %d pemberitahuan baharu + %d pemberitahuan baharu + Kembangkan helaian bawahAksara dimasukkan %1$d daripada %2$dMelebihi had aksara %1$d daripada %2$dKosongkan teksRalatTunjukkan menu lungsurIkon DialogTabPilih AM atau PMPilih jamPukul %1$sPilih minit%1$s minitPGBeralih ke mod jam untuk input masa.JamMinitP/MPilih masaBeralih ke mod input teks untuk input masa.Pemberitahuan baharuAlih keluar %1$sLebih daripada %1$d pemberitahuan baharuTukar kepada bulan seterusnyaTukar kepada bulan sebelumnyaPilihan semasa: %1$s@android:string/ok%1$sPilih TarikhTarikh dipilihLajur hari: %1$sFormat tidak sah.Contoh: %1$sGunakan: %1$sJulat tidak sah.Navigasi ke tahun %1$sDi luar julat: %1$sTarikh mula – %1$s%1$s – Tarikh tamat%1$s – %2$sPilih JulatTarikh mula – Tarikh tamatSimpanTarikhTarikh tamatTarikh mulahbtBeralih kepada mod input kalendarKetik untuk beralih kepada pemilihan hariBeralih kepada mod input teksKetik untuk beralih kepada pemilihan tahunTunjukkan kata laluan + %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សម្អាតអក្សរបញ្ហាបង្ហាញ​ម៉ឺនុយ​ធ្លាក់ចុះរូប​ប្រអប់បញ្ចូលផ្ទាំងជ្រើសរើស 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 nova notificação + %d novas notificações + Expandir até a metadeCaracteres inseridos: %1$d de %2$dLimite de %2$d caracteres excedido em %1$dLimpar textoErroMostrar menu suspensoÍcone de caixa de diálogoGuiaSelecionar AM ou PMSelecionar horário%1$s em pontoSelecione os minutos%1$s minutosAMAlterne para o modo de relógio para informar o horário.HoraMinutoPMSelecionar horárioAlterne para o modo de entrada de texto para informar o horário.Nova notificaçãoRemover %1$sMais de %1$d novas notificaçõesAlterar para o próximo mêsAlterar para o mês anteriorSeleção atual: %1$s@android:string/ok%1$sSelecionar dataData selecionadaColuna de dias: %1$sFormato inválido.Exemplo: %1$sUsar %1$sIntervalo inválido.Ir para o ano %1$sFora do intervalo: %1$sData de início – %1$s%1$s – Data de término%1$s – %2$sSelecionar intervaloData de início – Data de términoSalvarDataData de términoData de iníciodmaAlternar para o modo de entrada da agendaToque para alternar para a seleção de um diaAlternar para o modo de entrada de textoToque para alternar para a seleção de um anoExibir senha + %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 ደቂቃዎችጥዋትለጊዜ ግቤቱ ወደ የሰዓት ሁነታ ቀይር።ሰዓትደቂቃከሰዓትጊዜ ምረጥለጊዜ ግቤቱ ወደ የጽሑፍ ግቤት ሁነታ ቀይር።አዲስ ማሳወቂያ%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 новага апавяшчэння + Разгарнуць напаловуУведзена сімвалаў: %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Выберыце дыяпазон датДата пачатку – дата заканчэнняЗахавацьДатаДата заканчэнняДата пачаткудмгПераключыцца ў рэжым уводу \"Каляндар\"Дакраніцеся, каб пераключыцца на выбар дняПераключыцца ў рэжым уводу \"Тэкст\"Дакраніцеся, каб пераключыцца на выбар годаПаказаць пароль450dp600dp24dp24dp24dp24dp20dp4dp96dp0dp0dp104dp68dp28dp64dp32dp24dp32dp06 + + + 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#00016dp16dp64dp100dp4dp168dp96dp14sp8dp56dp24dp96dp56dp10dp8dp1dp12sp8dp16dp64dp0.5dp6dp24dp40dp56dp6dp6dp16dp32dp24dp16dp32dp4dp280dp8dp8dp128dp1.00dp6dp0dp-1px-1px12dp14dp16dp14sp264dp72dp14sp12sp5dp14dp14dp28dp@dimen/m3_sys_elevation_level316dp24dp16dp16dp16dp96dp112dp112dp64dp152dp112dp1.5dp3dp1.5dp3dp7dp4dp32dp4dp64dp16dp12dp80dp@dimen/m3_sys_elevation_level2@dimen/m3_sys_elevation_level36dp4dp12dp64dp8dp0dp0dp1dp0dp16dp24dp10dp20dp0dp20dp4dp320dp6dp24dp24dp6dp1dp12dp16dp12dp12dp0dp1dp@dimen/m3_sys_elevation_level37dp@dimen/m3_sys_elevation_level12dp@dimen/m3_sys_elevation_level0@dimen/m3_sys_elevation_level11dp1dp8dp-1dp7dp1dp2dp18dp@dimen/m3_sys_elevation_level18dp8dp20dp12dp56dp16dp8dp0dp30%2dp6dp36dp96dp@dimen/m3_sys_elevation_level216dp28dp12dp0dp12dp12dp0dp4dp28dp28dp80dp32dp4dp56dp60dp8dp4dp@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_opacity2dp1.08dp0dp1dp3dp6dp8dp12dp0.30.80.00.20.10.10.71.00.41.00.01.00.40.20.01.00.00.20.01.00.01.00.01.00.31.00.01.00.20.00.01.00.00.00.01.00.160.120.080.122dp@dimen/m3_sys_elevation_level3640dp24dp44dp4dp4dp2dp20dp15dp96dp12dp52dp256dp-6dp-12dp2dp1dp0.380.120.870.612dp23dp8dp32dp4dp8dp4dp12dp8dp2dp14dp14sp200px100px245dp488dp56dp560dp340dp24dp80dp24dp24dp80dp24dp4dp4dp4dp6dp10sp12dp12dp8dp60dp16dp5dp8dp0dp56dp4dp64dp0dp0dp2dp2dp2dp12dp8dp6dp0.07320dp4dp16dp16dp4dp6dp8dp1dp4dp8dp8dp14sp0dp64dp52dp8dp0dp12dp15dp32dp3dp1dp1dp36dp24dp16dp12dp4dp1dp120dp128dp32dp12dp8dp24dp0dp480dp2dp0dp4dp48dp4dp8dp104dp20dp24dp100dp16dp28dp68dp18dp52dp8dp8dp88dp8dp24dp4dp5dp1dp8dp3dp14sp8dp-8dp8dp12dp24dp0dp0dp6dp20dp20dp24dp12dp48dp120dp20dp12dp12dp0dp2dp6dp6dp48dp2dp6dp0.000.240.080.24100dp0.000.120.040.1248dp24dp8dp0dp22dp14dp24dp8dp4dp14dp56dp72dp8dp14dp24dp8dp16dp12dp4dp2dp4dp4dp18dp40dp20dp40dp28dp2.5dp4dp3dp2dp4dp0dp4dp4dp24dp4dp13dp26dp1dp10dp4dp16dp24dp48dp0.54dp0.88dp8dp8dp4dp4dp0dp4dp1dp2dp16dp4dp16dp4dp56dp14dp4dp32dp32dp12dp30dp2dp52dp168dp96dp14sp8dp56dp24dp96dp56dp10dp1dp12sp@drawable/material_ic_keyboard_arrow_right_black_24dp@drawable/material_ic_keyboard_arrow_left_black_24dp1501502300320100100751201001001000150200250300350400450505005506007008009000300350200250751500410010011375120100250210200 + %d new notification + %d new notifications + com.google.android.material.appbar.AppBarLayout$ScrollingViewBehaviorcom.google.android.material.bottomsheet.BottomSheetBehaviorExpand halfwayCharacters entered %1$d of %2$dCharacter limit exceeded %1$d of %2$d%1$d/%2$dChip textClear textErrorShow dropdown menucom.google.android.material.transformation.FabTransformationScrimBehaviorcom.google.android.material.transformation.FabTransformationSheetBehaviorcom.google.android.material.behavior.HideBottomViewOnScrollBehaviorDialog IconTabLabelsans-serif-mediumsans-serifsans-serif-mediumsans-serifpath(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, 1cubic-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 PMSelect 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, AMSwitch to clock mode for the time input.HourMinutePMSelect timeSwitch to text input mode for the time input.New notificationRemove %1$sMore than %1$d new notifications%1$d%2$sChange to next monthChange to previous monthCurrent selection: %1$s@android:string/cancelOK%1$sSelect DateSelected dateColumn of days: %1$sInvalid format.Example: %1$sUse: %1$sInvalid range.Navigate to year %1$sOut of range: %1$sStart date – %1$s%1$s – End date%1$s – %2$sSelect RangeStart date – End dateSaveDateEnd dateStart datedmySwitch to calendar input modeTap to switch to selecting a daySwitch to text input modeTap to switch to selecting a yearOKShow passwordM12,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,-3zM2,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 ZM2,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 ZM3.27,4.27 L19.74,20.74 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + %d ta yangi bildirishnoma + %d ta yangi bildirishnoma + Yarmiga kengaytirish%1$d/%2$d ta belgi kiritildiHarflar soni (%1$d) cheklovdan (%2$d) oshib ketdiMatnni tozalashXatoPastga ochiluvchi menyuni ochishMuloqot ikonkasiTab : VaraqTushdan oldin yoki keyinligini tanlangSoatni tanlang%1$s soatDaqiqalarni tanlash%1$s daqiqaAMVaqtni kiritish uchun soat rejimiga o‘ting.SoatDaqiqaPMVaqtni tanlangVaqtni kiritish uchun matn kiritish rejimiga o‘ting.Yangi bildirishnomaOlib tashlash: %1$sYana %1$d dan ortiq bildirishnomaKeyingi oyga oʻzgartirishAvvalgi oyga oʻzgartirishJoriy tanlov: %1$s@android:string/ok%1$sSanani tanlangTanlangan sanaKunlar ustuni: %1$sYaroqsiz format.Masalan: %1$sIshlatish: %1$sYaroqsiz oraliq.Yilga nazar solish: %1$sChegaradan tashqari: %1$sBoshlanish sanasi – %1$s%1$s – Tugash sanasi%1$s – %2$sOraliqni tanlangBoshlanishi – TugashiSaqlashSanaTugash sanasiBoshlanish sanasikoyTaqvim kiritish rejimiga oʻtishKunni tanlash uchun bosingMatn kiritish rejimiga oʻtishYilni tanlash uchun bosingParol ochiq tursin + %d nouvelle notification + %d nouvelles notifications + Développer à moitiéCaractères entrés : %1$d sur %2$dLimite de caractère dépassée : %1$d sur %2$dEffacer le texteErreurAfficher le menu déroulantIcône de boîte de dialogueOngletSélectionner AM ou PMSélectionner l\'heure%1$s heuresSélectionnez les minutes%1$s minutesAMPasser au mode Horloge pour entrer l\'heure.HeureMinutePMSélectionner l\'heurePasser au mode Entrée de texte pour entrer l\'heure.Nouvelle notificationSupprimer %1$sPlus de %1$d nouvelles notificationsPasser au mois suivantPasser au mois précédentSélection actuelle : %1$s@android:string/ok%1$sSélectionnez la dateDate sélectionnéeColonne des jours : %1$sFormat incorrectExemple : %1$sUtiliser : %1$sPlage incorrecte.Naviguer vers l\'année %1$sHors de la plage : %1$sDu (date de début) au %1$sDu %1$s au (date de fin)Du %1$s au %2$sSélectionnez la plageDu (date de début) au (date de fin)EnregistrerDateDate de finDate de débutjmaPasser au mode d\'entrée AgendaTouchez pour passer à la sélection de jourPasser au mode d\'entrée TexteTouchez pour passer à la sélection d\'annéeAfficher le mot de passe + %d nowe powiadomienie + %d nowe powiadomienia + %d nowych powiadomień + %d nowego powiadomienia + Rozwiń do połowy%1$d z %2$d znakówPrzekroczono limit znaków (%1$d z %2$d)Wyczyść tekstBłądPokaż menuIkona oknaKartaWybierz: przed południem czy po południuWybierz godzinę%1$sWybierz minuty%1$s minutAMAby wprowadzić czas, włącz tryb zegara.GodzinaMinutaPMOkreśl czasAby wprowadzić czas, włącz tryb wprowadzania tekstu.Nowe powiadomienieUsuń: (%1$s)Liczba nowych powiadomień przekracza %1$dZmień na następny miesiącZmień na poprzedni miesiącBieżący wybór: %1$s@android:string/ok%1$sWybierz datęWybrana dataKolumna z dniami: %1$sNieprawidłowy format.Przykład: %1$sUżyj formatu: %1$sNieprawidłowy zakres.Przejdź do roku %1$sPoza zakresem: %1$sData rozpoczęcia – %1$s%1$s – data zakończenia%1$s–%2$sWybierz zakresData rozpoczęcia – data zakończeniaZapiszDataData zakończeniaData rozpoczęciadmrWłącz kalendarzowy tryb wprowadzaniaKliknij, by wybrać dzieńWłącz tekstowy tryb wprowadzaniaKliknij, by wybrać rokPokaż hasło + %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$dXóa văn bảnLỗiHiển thị menu thả xuốngBiểu tượng hộp thoạiThẻChọn SA hoặc CHChọn giờ%1$s giờChọn phút%1$s phútSAChuyển sang chế độ đồng hồ để nhập thời gian.GiờPhútCHChọn thời gianChuyển sang chế độ nhập văn bản để nhập thời gian.Thông báo mớiXóa %1$sHơn %1$d thông báo mớiChuyển sang tháng tiếp theoChuyển về tháng trướcLựa chọn hiện tại: %1$s@android:string/ok%1$sChọn ngàyNgày đã chọnCột ngày: %1$sĐịnh dạng không hợp lệ.Ví dụ: %1$sSử dụng: %1$sPhạm vi không hợp lệ.Chuyển tới năm %1$sNằm ngoài phạm vi: %1$sNgày bắt đầu – %1$s%1$s – Ngày kết thúc%1$s – %2$sChọn dải ôNgày bắt đầu – Ngày kết thúcLưuNgàyNgày kết thúcNgày bắt đầudmyChuyển sang chế độ nhập lịchNhấn để chuyển sang chế độ chọn một ngàyChuyển sang chế độ nhập văn bảnNhấn để chuyển sang chế độ chọn một nămHiện mật khẩu + %d njoftim i ri + %d njoftime të reja + Zgjeroje deri në gjysmëKarakteret e futura: %1$d nga %2$dKufiri i karaktereve është kaluar: %1$d nga %2$dPastro tekstinGabimShfaq menynë me lëshim poshtëIkona e dialogutTabZgjidh paradite ose pasditeZgjidh orën%1$s fiksPërzgjidh minutat%1$s minutaPDKalo te modaliteti i orës për hyrjen e kohës.OraMinutaPDZgjidh orënKalo te modaliteti i hyrjes së tekstit për hyrjen e kohës.Njoftim i riHiq %1$sMë shumë se %1$d njoftime të rejaNdrysho te muaji i ardhshëmNdrysho te muaji i kaluarZgjedhja aktuale: %1$s@android:string/ok%1$sZgjidh datënData e zgjedhurKolona e ditëve: %1$sFormat i pavlefshëm.Shembull: %1$sPërdor: %1$sGamë e pavlefshme.Navigo te viti %1$sJashtë gamës: %1$sData e fillimit – %1$s%1$s – data e përfundimit%1$s - %2$sZgjidh gamënData e fillimit - data e përfundimitRuajDataData e përfundimitData e fillimitdmvKalo te modaliteti i \"Hyrjes së kalendarit\"Trokit për të kaluar te zgjedhja e një diteKalo te modaliteti i \"Hyrjes së tekstit\"Trokit për të kaluar te zgjedhja e një vitiShfaq fjalëkalimin + %d ny avisering + %d nya aviseringar + Utöka till hälften%1$d av %2$d tecken har angettsTeckengränsen har överskridits: %1$d av %2$dRensa textFelVisa rullgardinsmenynDialogikonFlikVälj mellan FM och EMAnge timmeKlockan %1$sVälj minuter%1$s minuterFMByt till klockläget och ange tid.TimmeMinutEMVälj tidByt till textinmatningsläget och ange tid.Ny aviseringTa bort (%1$s)Fler än %1$d nya aviseringarÄndra till nästa månadÄndra till föregående månadAktuellt val: %1$s@android:string/ok%1$sVälj datumValt datumKolumn med dagar: %1$sOgiltigt format.Exempel: %1$sAnvänd %1$sOgiltigt intervall.Navigera till år %1$sUtanför intervallet: %1$sStartdatum–%1$s%1$s–slutdatum%1$s–%2$sVälj intervallStartdatum–slutdatumSparaDatumSlutdatumStartdatumdmåByt till kalender som inmatningslägeByt till att välja en dag genom att tryckaByt till text som inmatningslägeByt till att välja ett år genom att tryckaVisa lösenord + %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$dOmejitev števila znakov je presegla %1$d od %2$dIzbris besedilaNapakaPrikaz spustnega menijaIkona pogovornega oknaZavihekIzberite dopoldanski ali popoldanski čas.Izberite uro%1$sIzberite minute%1$s mindop.Preklopite na način ure, da vnesete čas.UraMinutapop.Izberite uroPreklopite na način za vnašanje besedila, da vnesete čas.Novo obvestiloOdstranite %1$sVeč kot toliko novih obvestil: %1$dSpremeni na naslednji mesecSpremeni na prejšnji mesecTrenutna izbira: %1$s@android:string/ok%1$sIzberite datumIzbrani datumStolpec dni: %1$sNeveljavna oblika.Primer: %1$sUporabite: %1$sNeveljaven razpon.Pomik na leto %1$sZunaj razpona: %1$sZačetni datum–%1$s%1$s–končni datum%1$s–%2$sIzberite obsegZačetni datum–končni datumShraniDatumKončni datumZačetni datumdmlPreklop na način vnosa v koledarDotik za preklop na izbiro dnevaPreklop na način vnosa besedilaDotik za preklop na izbiro letaPrikaz gesla + %d nové upozornenie + %d nové upozornenia + %d new notifications + %d nových upozornení + Rozbaliť napolyZadané znaky: %1$d z %2$dBol prekročený povolený počet znakov (%1$d z %2$d)Vymazať textChybaZobraziť rozbaľovaciu ponukuIkona dialógového oknaTabulátorVyberte AM alebo PMVybrať hodinu%1$sVyberte minúty%1$s minAMAk chcete zadať čas, prepnite na režim hodín.HodinaMinútaPMVyberte časAk chcete zadať čas, prepnite na textový režim vstupuNové upozornenieOdstrániť položku %1$sViac než %1$d nových upozorneníĎalší mesiacPredchádzajúci mesiacAktuálny výber: %1$s@android:string/ok%1$sVyberte dátumVybraný dátumStĺpec dní: %1$sNeplatný formát.Príklad: %1$sPoužite: %1$sNeplatný rozsah.Prejsť na rok %1$sMimo rozsahu: %1$sDátum začatia – %1$s%1$s – dátum ukončenia%1$s – %2$sVyberte rozsahDátum začatia – dátum ukončeniaUložiťDátumDátum ukončeniaDátum začatiadmrPrepnúť na kalendárový režim vstupuKlepnutím prepnete na výber dňaPrepnúť na textový režim vstupuKlepnutím prepnete na výber rokaZobraziť heslo + %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رینج منتخب کریںتاریخ آغاز - تاریخ اختتاممحفوظ کریںتاریختاریخ اختتامتاریخ آغازdmyکیلنڈر ان پٹ وضع پر سوئچ کریںدن کو منتخب کرنے کے ليے سوئچ پر تھپتھپائیںمتنی ان پٹ وضع پر سوئچ کریںسال کو منتخب کرنے کے ليے سوئچ پر تھپتھپائیںپاس ورڈ دکھائیں + Arifa %d mpya + Arifa %d mpya + Panua nusuUmeweka herufi %1$d kati ya %2$dUmepitisha idadi ya juu ya herufi %1$d kati ya %2$dFuta maandishiHitilafuOnyesha menyu kunjuziAikoni ya KidirishaKichupoChagua AM au PMChagua saaSaa %1$s kamiliChagua dakikaDakika %1$sAMBadilisha umbo liwe la saa ya mishale wakati wa kuweka muda.SaaDakikaPMChagua wakatiBadilisha iwe katika hali ya maandishi wakati wa kuweka muda.Arifa mpyaOndoa %1$sZaidi ya arifa %1$d mpyaNenda kwenye mwezi unaofuataRudi kwenye mwezi uliotanguliaUteuzi wa sasa: %1$s@android:string/ok%1$sChagua TareheTarehe uliyochaguaSafu wima ya siku: %1$sMuundo si sahihiMfano: %1$sTumia: %1$sKipindi si sahihi.Sogeza kwenye mwaka wa %1$sNje ya kipindi: %1$sTarehe ya kuanza – %1$s%1$s – Tarehe ya mwisho%1$s – %2$sChagua Kipindi cha TareheTarehe ya kuanza – Tarehe ya mwishoHifadhiTareheTarehe ya mwishoTarehe ya kuanzadmyTumia programu ya kuingiza data kwenye kalendaGusa ili uende kwenye sehemu ya kuchagua sikuTumia programu ya kuingiza data ya maandishiGusa ili uende kwenye sehemu ya kuchagua mwakaOnyesha nenosiri + %d nova notificação + %d novas notificações + Expandir até metadeCarateres introduzidos: %1$d de %2$dLimite de carateres excedido: %1$d de %2$dLimpar textoErroMostrar menu pendenteÍcone de caixa de diálogoSeparadorSelecionar AM ou PMSelecionar hora%1$s hora(s)Selecionar minutos%1$s minutosAMMude para o modo de relógio para a introdução da hora.HoraMinutoPMSelecionar horaMude para o modo de introdução de texto para a introdução da hora.Nova notificaçãoRemover %1$sMais de %1$d notificações novasMudar para o mês seguinteMudar para o mês anteriorSeleção atual: %1$s@android:string/ok%1$sSelecione a dataData selecionadaColuna de dias: %1$sFormato inválido.Exemplo: %1$sUtilize: %1$sIntervalo inválido.Navegue para o ano %1$sFora do intervalo: %1$sData de início – %1$s%1$s – Data de conclusão%1$s – %2$sSelecione o intervaloData de início – Data de conclusãoGuardarDataData de conclusãoData de iníciodmaMudar para o modo de introdução de calendárioToque para mudar para a seleção do diaMudar para o modo de introdução de textoToque para mudar para a seleção do anoMostrar palavra-passe + %d yeni bildirim + %d yeni bildirim + Yarım genişletGirilen karakter: %1$d / %2$dKarakter sınırı aşıldı %1$d / %2$dMetni temizleHataAçılır menüyü gösterİletişim kutusu simgesiSekmeÖÖ veya ÖS\'yi seçinSaat seçinSaat %1$sDakikayı seçin%1$s dakikaAMZaman girişi için saat moduna geçin.SaatDakikaPMZamanı seçinZaman girişi için metin girişi moduna geçin.Yeni bildirim%1$s içeriğini kaldır%1$d adetten fazla yeni bildirimSonraki aya değiştirÖnceki aya değiştirGeçerli seçim: %1$s@android:string/ok%1$sTarih SeçinSeçilen tarihGün sütunu: %1$sGeçersiz biçim.Örnek: %1$sTarih biçimi: %1$sGeçersiz aralık.%1$s yılına gitİzin verilen aralığın dışında: %1$sBaşlangıç tarihi – %1$s%1$s – Bitiş tarihi%1$s-%2$sAralık SeçinBaşlangıç tarihi - Bitiş tarihiKaydetTarihBitiş tarihiBaşlangıç tarihigayTakvim giriş moduna geçGün seçmeye geçmek için dokununMetin giriş moduna geçYıl seçmeye geçmek için dokununŞifreyi göster24dp24dp24dp24dp@drawable/material_ic_keyboard_arrow_left_black_24dp@drawable/material_ic_keyboard_arrow_right_black_24dp24dp + %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เลือกช่วงวันที่เริ่มต้น – วันที่สิ้นสุดบันทึกวันที่วันที่สิ้นสุดวันที่เริ่มต้นสลับไปใช้โหมดป้อนข้อมูลปฏิทินแตะเพื่อสลับไปใช้การเลือกวันสลับไปใช้โหมดป้อนข้อมูลข้อความแตะเพื่อสลับไปใช้การเลือกปีแสดงรหัสผ่าน4dp18dp40dp2dp2dp40dp40dp4dp + %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انتخاب محدودهتاریخ شروع – تاریخ پایانذخیرهتاریختاریخ پایانتاریخ شروعdmyرفتن به روش ورودی تقویمرفتن به رفتن به حالت انتخاب روز ضربه بزنیدرفتن به حالت ورودی نوشتاریبرای رفتن به حالت انتخاب سال ضربه بزنیدنمایش گذرواژه + %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$dViršytas simbolių skaičius: %1$d iš %2$dIšvalyti tekstąKlaidaRodyti išskleidžiamąjį meniuDialogo lango piktogramaSkirtukasPasirinkite „iki pietų“ arba „po pietų“Pasirinkite valandą%1$s val.Pasirinkite minutes%1$s min.AMLaiko įvestį pateikti perjungus į laikrodžio režimą.ValandaMinutėPMPasirinkite laikąLaiko įvestį pateikti perjungus į teksto įvesties režimą.Naujas pranešimasPašalinti %1$sNaujų pranešimų: daugiau nei %1$dPakeisti į kitą mėnesįPakeisti į ankstesnį mėnesįDabartinis pasirinkimas: %1$s@android:string/ok%1$sPasirinkite datąPasirinkta dataDienų stulpelis: %1$sNetinkamas formatas.Pavyzdys: %1$sNaudoti: %1$sNetinkamas diapazonas.Eiti į %1$s metusNepatenka į diapazoną: %1$sPradžios data–%1$s%1$s–pabaigos data%1$s–%2$sPasirinkite diapazonąPradžios data–pabaigos dataIšsaugotiDataPabaigos dataPradžios datadmyPerjungti į 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 new notification + %d new notifications + Expand halfway%2$d ର %1$d ଅକ୍ଷର ଲେଖିଛନ୍ତି%2$d ର %1$d ଅକ୍ଷର ଲେଖିଛନ୍ତିClear textErrorShow dropdown menuDialog IconTabSelect AM or PMSelect hour%1$s o\'clockମିନିଟ୍‍ ଚୟନ କରନ୍ତୁ%1$s minutesAMସମୟ ଇନପୁଟ୍‍ ପାଇଁ ଘଣ୍ଟା ମୋଡ୍‌କୁ ବଦଳାନ୍ତୁ।HourMinutePMSelect timeସମୟ ଇନପୁଟ୍‍ ପାଇଁ ଟେକ୍ସଟ୍‍ ଇନପୁଟ୍‌କୁ ବଦଳାନ୍ତୁ।New notification%1$s କାଢ଼ିଦିଅନ୍ତୁMore than %1$d new notificationsChange to next monthChange to previous monthCurrent selection: %1$s@android:string/ok%1$sSelect DateSelected dateColumn of days: %1$sInvalid format.Example: %1$sUse: %1$sInvalid range.Navigate to year %1$sOut of range: %1$sStart date – %1$s%1$s – End date%1$s – %2$sSelect RangeStart date – End dateSaveDateEnd dateStart datedmySwitch to calendar input modeTap to switch to selecting a daySwitch to text input modeTap to switch to selecting a yearପାସ୍‍ୱାର୍ଡ ଦେଖାନ୍ତୁ + %d notificación nueva + %d notificaciones nuevas + Expandir hasta la mitadCaracteres ingresados: %1$d de %2$dSe excedió en %1$d el límite de caracteres de %2$dBorrar textoErrorMostrar menú desplegableÍcono de diálogoPestañaSelecciona a.m. o p.m.Seleccione la hora.%1$s en puntoSeleccionar minutos%1$s minutosa.m.Cambia al modo de reloj para ingresar la hora.HoraMinutop.m.Seleccionar la horaCambia al modo de entrada de texto para ingresar la hora.Notificación nuevaQuitar %1$sMás de %1$d notificaciones nuevasCambiar al mes siguienteCambiar al mes anteriorSelección actual: %1$s@android:string/ok%1$sSeleccionar fechaFecha seleccionadaColumna de días: %1$sFormato no válidoEjemplo: %1$sUsar: %1$sEl rango no es válido.Navegar al año %1$sFuera de rango: %1$sFecha de inicio - %1$s%1$s - fecha de finalización%1$s-%2$sSelecciona un períodoFecha de inicio - fecha de finalizaciónGuardarFechaFecha de finalizaciónFecha de iniciodmaCambiar al modo de entrada de calendarioPresiona para seleccionar un díaCambiar al modo de entrada de textoPresiona para seleccionar un añoMostrar contraseña + %d jakinarazpen berri + %d jakinarazpen berri + Zabaldu erdiraino%1$d/%2$d karaktere idatzi diraKaraktere-muga gainditu da: %1$d/%2$dGarbitu testuaErroreaErakutsi goitibeherako menuaLeihoko ikonoaFitxaHautatu AM edo PMHautatu ordua%1$s(r)ak diraHautatu minutuak%1$s minutuAMAldatu erloju modura ordua zehazteko.OrduaMinutuaPMHautatu orduaOrdua idazteko, aldatu testua idazteko metodora.Jakinarazpen berriaKendu %1$s%1$d jakinarazpen berri baino gehiagoAldatu hurrengo hilabeteraAldatu aurreko hilabeteraOraingo hautapena: %1$s@android:string/ok%1$sHautatu dataHautatutako dataEgunen zutabea:%1$sFormatuak ez du balio.Adibidea: %1$sErabili: %1$sTarteak ez du balio.Joan %1$s. urteraOnartutako barrutitik kanpo: %1$sHasiera-data – %1$s%1$s – Amaiera-data%1$s-%2$sHautatu barrutiaHasiera-data - Amaiera-dataGordeDataAmaiera-dataHasiera-dataehuAldatu egutegiaren idazketa-metodoraSakatu eguna hautatzeko modura aldatzekoAldatu testua idazteko moduraSakatu urtea hautatzeko modura aldatzekoErakutsi 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) + %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 new notification + %d new notifications + Expand halfwayCharacters entered %1$d of %2$dCharacter limit exceeded %1$d of %2$dClear textErrorShow drop-down menuDialogue IconTabSelect a.m. or p.m.Select hour%1$s o\'clockSelect minutes%1$s minutesAMSwitch to clock mode for the time input.HourMinutePMSelect timeSwitch to text input mode for the time input.New notificationRemove %1$sMore than %1$d new notificationsChange to next monthChange to previous monthCurrent selection: %1$s@android:string/ok%1$sSelect dateSelected dateColumn of days: %1$sInvalid format.Example: %1$sUse: %1$sInvalid range.Navigate to year %1$sOut of range: %1$sStart date – %1$s%1$s – End date%1$s – %2$sSelect rangeStart date – End dateSaveDateEnd dateStart datedmySwitch to calendar input modeTap to switch to selecting a daySwitch to text input modeTap to switch to selecting a yearShow password + %d uusi ilmoitus + %d uutta ilmoitusta + Laajenna puoliväliin%1$d/%2$d merkkiä kirjoitettuMerkkiraja ylitetty: %1$d/%2$dTyhjennä tekstiVirheNäytä avattava valikkoValintaikkunan kuvakeVälilehtiValitse AP tai IPValitse tuntiklo %1$sValitse minuutit%1$s minuuttiaapVaihda ajan syöttämiseen kellotilassa.TunnitMinuuttiipValitse aikaVaihda ajan syöttämiseen tekstitilassa.Uusi ilmoitusPoista %1$sYli %1$d uutta ilmoitustaVaihda seuraavaan kuukauteenVaihda edelliseen kuukauteenNykyinen valinta: %1$s@android:string/ok%1$sValitse päivämääräValittu päivämääräPäiväsarake: %1$sVirheellinen muotoEsimerkki: %1$sKäytä muotoa %1$sVirheellinen alueSiirry vuoteen %1$sAikavälin ulkop.: %1$sAlkamispäivä – %1$s%1$s – päättymispäivä%1$s – %2$sValitse jaksoAlkamispäivä – päättymispäiväTallennaPäivämääräPäättymispäiväAlkamispäiväpkvVaihda syöttötavaksi kalenteriSiirry päivän valintaan napauttamallaValitse syöttötavaksi tekstiSiirry vuoden valintaan napauttamallaNäytä salasana + %d izaziso ezintsha + %d izaziso ezintsha + Nweba phakathiIzinhlamvu ezifakiwe ezingu-%1$d zokungu-%2$dUmkhawulo wezinhlamvu udlule u-%1$d kokungu-%2$dSula umbhaloIphuthaBonisa imenyu yokudonsela phansiIsithonjana sebhokisiIthebhuKhetha u-AM noma u-PMKhetha ihora%1$s ezimpondweniKhetha amaminithiamaminithi angu-%1$sAMShintshela kumodi yewashi ngokufakwa kwesikhathi.IhoraIminithiPMKhetha isikhathiShintshela kumodi yokufaka umbhalo ngokufaka isikhathi.Isaziso esishaSusa i-%1$sIzaziso ezintsha ezingaphezu kokungu-%1$dShintshela kunyanga elandelayoShintshela kunyanga edluleUkukhetha kwamanje: %1$s@android:string/ok%1$sKhetha IdethiKhetha idethiIkholomu yezinsuku: %1$sIfomethi engavumelekile.Isibonelo: %1$sSebenzisa: %1$sIbanga elingavumelekile.Zulela onyakeni %1$sIkude kubanga: %1$sIdethi yokuqala – %1$s%1$s – Idethi yokuphela%1$s – %2$sKhetha IbangaIdethi yokuqala – Idethi yokuphelaLondolozaIdethiIdethi yokuphelaIdethi yokuqaladmyShintshela kwimodi yokufaka yekhalendaThepha ukuze ushintshe ekukhetheni usukuShintshela kwimodi yokufaka yombhaloThepha ukuze ushintshele ekukhetheni unyakaBonisa iphasiwedi#FFBB86FC#FF6200EE#FF3700B3#FF03DAC5#FF018786#FF000000#FFFFFFFF#696F7F#FEE300#DEE8EF#333A58#252A3F#8f949f#6B8E23#9ACD32Summer coding android동하혁준승철예선창국종신고창국의 통장3333-10-576-2551이체카드이용내역세이프박스Alcohol Pro7979-42-42458화면 편집mySlideShowSilde Show슬라이드 쇼 만들기 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_ckgod.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_ckgod.xml new file mode 100644 index 0000000..3be2b0e --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_ckgod.xml @@ -0,0 +1,182 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_ckgod2.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_ckgod2.xml new file mode 100644 index 0000000..9a66dbc --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_ckgod2.xml @@ -0,0 +1,28 @@ + + + + + + + + \ No newline at end of file diff --git a/summer_coding_android/app/src/main/res/layout/activity_leesc0893.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_d11210920.xml similarity index 88% rename from summer_coding_android/app/src/main/res/layout/activity_leesc0893.xml rename to summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_d11210920.xml index 8b46911..11a5f47 100644 --- a/summer_coding_android/app/src/main/res/layout/activity_leesc0893.xml +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_d11210920.xml @@ -4,6 +4,6 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - tools:context=".leesc0893.Leesc0893Activity"> + tools:context=".d11210920.D11210920Activity"> \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_gok5959.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_gok5959.xml new file mode 100644 index 0000000..59483f8 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_gok5959.xml @@ -0,0 +1,9 @@ + + + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_jjjoonngg.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_jjjoonngg.xml new file mode 100644 index 0000000..dc82b91 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_jjjoonngg.xml @@ -0,0 +1,9 @@ + + + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_main.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_main.xml new file mode 100644 index 0000000..7646746 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_main.xml @@ -0,0 +1,59 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_week2_leesc0893.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_week2_leesc0893.xml new file mode 100644 index 0000000..69cab0b --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_week2_leesc0893.xml @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_week2_slideshow_leesc0893.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_week2_slideshow_leesc0893.xml new file mode 100644 index 0000000..4d72ec4 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_week2_slideshow_leesc0893.xml @@ -0,0 +1,32 @@ + + + + + + + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_yesxon.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_yesxon.xml new file mode 100644 index 0000000..9dfaf69 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_yesxon.xml @@ -0,0 +1,9 @@ + + + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/mergeDebugShaders/merger.xml b/summer_coding_android/app/build/intermediates/incremental/mergeDebugShaders/merger.xml new file mode 100644 index 0000000..a15be2e --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/mergeDebugShaders/merger.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt b/summer_coding_android/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt new file mode 100644 index 0000000..f8cbbe1 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt @@ -0,0 +1,25 @@ +#Wed Aug 03 00:56:02 KST 2022 +path.4=15/classes.dex +path.3=14/classes.dex +path.2=1/classes.dex +path.1=0/classes.dex +path.7=8/classes.dex +path.6=6/classes.dex +path.5=5/classes.dex +path.0=classes.dex +base.4=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/dex/debug/mergeProjectDexDebug/15/classes.dex +base.3=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/dex/debug/mergeProjectDexDebug/14/classes.dex +base.2=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/dex/debug/mergeProjectDexDebug/1/classes.dex +base.1=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex +base.0=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex +renamed.3=classes4.dex +renamed.2=classes3.dex +renamed.1=classes2.dex +renamed.0=classes.dex +renamed.7=classes8.dex +renamed.6=classes7.dex +base.7=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/dex/debug/mergeProjectDexDebug/8/classes.dex +renamed.5=classes6.dex +base.6=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/dex/debug/mergeProjectDexDebug/6/classes.dex +renamed.4=classes5.dex +base.5=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/dex/debug/mergeProjectDexDebug/5/classes.dex diff --git a/summer_coding_android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources b/summer_coding_android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources new file mode 100644 index 0000000..d863437 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources differ diff --git a/summer_coding_android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 b/summer_coding_android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 new file mode 100644 index 0000000..6571a66 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 differ diff --git a/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/compile-file-map.properties b/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/compile-file-map.properties new file mode 100644 index 0000000..8339dc7 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/compile-file-map.properties @@ -0,0 +1,28 @@ +#Wed Aug 03 00:44:05 KST 2022 +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher_round.webp +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/drawable/btn_background.xml=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/packaged_res/debug/drawable/btn_background.xml +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/mipmap-mdpi/ic_launcher.webp=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher.webp +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_ckgod.xml=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/packaged_res/debug/layout/activity_ckgod.xml +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_main.xml=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/packaged_res/debug/layout/activity_main.xml +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/mipmap-hdpi/ic_launcher.webp=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher.webp +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_jjjoonngg.xml=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/packaged_res/debug/layout/activity_jjjoonngg.xml +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/drawable/ic_launcher_background.xml=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/packaged_res/debug/drawable/ic_launcher_background.xml +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher_round.webp +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher.webp +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_week2_leesc0893.xml=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/packaged_res/debug/layout/activity_week2_leesc0893.xml +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher_round.webp +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher.webp +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_yesxon.xml=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/packaged_res/debug/layout/activity_yesxon.xml +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/font/bmhannaprooft.otf=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/packaged_res/debug/font/bmhannaprooft.otf +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_d11210920.xml=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/packaged_res/debug/layout/activity_d11210920.xml +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher_round.webp +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher_round.xml +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher_round.webp +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/packaged_res/debug/drawable-v24/ic_launcher_foreground.xml +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_gok5959.xml=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/packaged_res/debug/layout/activity_gok5959.xml +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher.webp +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_ckgod2.xml=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/packaged_res/debug/layout/activity_ckgod2.xml +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/drawable/round_border.xml=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/packaged_res/debug/drawable/round_border.xml +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_week2_slideshow_leesc0893.xml=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/packaged_res/debug/layout/activity_week2_slideshow_leesc0893.xml +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher.xml +/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/drawable/play.xml=/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/packaged_res/debug/drawable/play.xml diff --git a/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/merged.dir/values-night-v8/values-night-v8.xml b/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/merged.dir/values-night-v8/values-night-v8.xml new file mode 100644 index 0000000..2b6197c --- /dev/null +++ b/summer_coding_android/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/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml b/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml new file mode 100644 index 0000000..3679ec2 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml @@ -0,0 +1,50 @@ + + + #FF000000 + #9ACD32 + #6B8E23 + #333A58 + #252A3F + #8f949f + #DEE8EF + #FEE300 + #FFBB86FC + #FF6200EE + #FF3700B3 + #FF03DAC5 + #FF018786 + #FFFFFFFF + #696F7F + 3333-10-576-2551 + Summer coding android + mySlideShow + Silde Show + 슬라이드 쇼 만들기 + 카드이용내역 + 창국 + 동하 + 화면 편집 + 혁준 + Alcohol Pro + 7979-42-42458 + 종신 + 승철 + 고창국의 통장 + 세이프박스 + 이체 + + 예선 + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/merger.xml b/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/merger.xml new file mode 100644 index 0000000..fc8093b --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/merger.xml @@ -0,0 +1,26 @@ + +#FFBB86FC#FF6200EE#FF3700B3#FF03DAC5#FF018786#FF000000#FFFFFFFF#696F7F#FEE300#DEE8EF#333A58#252A3F#8f949f#6B8E23#9ACD32Summer coding android동하혁준승철예선창국종신고창국의 통장3333-10-576-2551이체카드이용내역세이프박스Alcohol Pro7979-42-42458화면 편집mySlideShowSilde Show슬라이드 쇼 만들기 \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_ckgod.xml b/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_ckgod.xml new file mode 100644 index 0000000..3be2b0e --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_ckgod.xml @@ -0,0 +1,182 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_ckgod2.xml b/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_ckgod2.xml new file mode 100644 index 0000000..9a66dbc --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_ckgod2.xml @@ -0,0 +1,28 @@ + + + + + + + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_d11210920.xml b/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_d11210920.xml new file mode 100644 index 0000000..11a5f47 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_d11210920.xml @@ -0,0 +1,9 @@ + + + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_gok5959.xml b/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_gok5959.xml new file mode 100644 index 0000000..59483f8 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_gok5959.xml @@ -0,0 +1,9 @@ + + + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_jjjoonngg.xml b/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_jjjoonngg.xml new file mode 100644 index 0000000..dc82b91 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_jjjoonngg.xml @@ -0,0 +1,9 @@ + + + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_main.xml b/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_main.xml new file mode 100644 index 0000000..7646746 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_main.xml @@ -0,0 +1,59 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_week2_leesc0893.xml b/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_week2_leesc0893.xml new file mode 100644 index 0000000..69cab0b --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_week2_leesc0893.xml @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_week2_slideshow_leesc0893.xml b/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_week2_slideshow_leesc0893.xml new file mode 100644 index 0000000..4d72ec4 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_week2_slideshow_leesc0893.xml @@ -0,0 +1,32 @@ + + + + + + + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_yesxon.xml b/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_yesxon.xml new file mode 100644 index 0000000..9dfaf69 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/incremental/packageDebugResources/stripped.dir/layout/activity_yesxon.xml @@ -0,0 +1,9 @@ + + + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/javac/debug/classes/kr/co/landvibe/summer_coding_android/BuildConfig.class b/summer_coding_android/app/build/intermediates/javac/debug/classes/kr/co/landvibe/summer_coding_android/BuildConfig.class new file mode 100644 index 0000000..6c57709 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/javac/debug/classes/kr/co/landvibe/summer_coding_android/BuildConfig.class differ diff --git a/summer_coding_android/app/build/intermediates/javac/debug/classes/kr/co/landvibe/summer_coding_android/databinding/ActivityCkgod2Binding.class b/summer_coding_android/app/build/intermediates/javac/debug/classes/kr/co/landvibe/summer_coding_android/databinding/ActivityCkgod2Binding.class new file mode 100644 index 0000000..0aa054c Binary files /dev/null and b/summer_coding_android/app/build/intermediates/javac/debug/classes/kr/co/landvibe/summer_coding_android/databinding/ActivityCkgod2Binding.class differ diff --git a/summer_coding_android/app/build/intermediates/javac/debug/classes/kr/co/landvibe/summer_coding_android/databinding/ActivityCkgodBinding.class b/summer_coding_android/app/build/intermediates/javac/debug/classes/kr/co/landvibe/summer_coding_android/databinding/ActivityCkgodBinding.class new file mode 100644 index 0000000..6371ad3 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/javac/debug/classes/kr/co/landvibe/summer_coding_android/databinding/ActivityCkgodBinding.class differ diff --git a/summer_coding_android/app/build/intermediates/javac/debug/classes/kr/co/landvibe/summer_coding_android/databinding/ActivityD11210920Binding.class b/summer_coding_android/app/build/intermediates/javac/debug/classes/kr/co/landvibe/summer_coding_android/databinding/ActivityD11210920Binding.class new file mode 100644 index 0000000..22768d1 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/javac/debug/classes/kr/co/landvibe/summer_coding_android/databinding/ActivityD11210920Binding.class differ diff --git a/summer_coding_android/app/build/intermediates/javac/debug/classes/kr/co/landvibe/summer_coding_android/databinding/ActivityGok5959Binding.class b/summer_coding_android/app/build/intermediates/javac/debug/classes/kr/co/landvibe/summer_coding_android/databinding/ActivityGok5959Binding.class new file mode 100644 index 0000000..653c619 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/javac/debug/classes/kr/co/landvibe/summer_coding_android/databinding/ActivityGok5959Binding.class differ diff --git a/summer_coding_android/app/build/intermediates/javac/debug/classes/kr/co/landvibe/summer_coding_android/databinding/ActivityJjjoonnggBinding.class b/summer_coding_android/app/build/intermediates/javac/debug/classes/kr/co/landvibe/summer_coding_android/databinding/ActivityJjjoonnggBinding.class new file mode 100644 index 0000000..4dd31e4 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/javac/debug/classes/kr/co/landvibe/summer_coding_android/databinding/ActivityJjjoonnggBinding.class differ diff --git a/summer_coding_android/app/build/intermediates/javac/debug/classes/kr/co/landvibe/summer_coding_android/databinding/ActivityMainBinding.class b/summer_coding_android/app/build/intermediates/javac/debug/classes/kr/co/landvibe/summer_coding_android/databinding/ActivityMainBinding.class new file mode 100644 index 0000000..35ca90f Binary files /dev/null and b/summer_coding_android/app/build/intermediates/javac/debug/classes/kr/co/landvibe/summer_coding_android/databinding/ActivityMainBinding.class differ diff --git a/summer_coding_android/app/build/intermediates/javac/debug/classes/kr/co/landvibe/summer_coding_android/databinding/ActivityWeek2Leesc0893Binding.class b/summer_coding_android/app/build/intermediates/javac/debug/classes/kr/co/landvibe/summer_coding_android/databinding/ActivityWeek2Leesc0893Binding.class new file mode 100644 index 0000000..60a5186 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/javac/debug/classes/kr/co/landvibe/summer_coding_android/databinding/ActivityWeek2Leesc0893Binding.class differ diff --git a/summer_coding_android/app/build/intermediates/javac/debug/classes/kr/co/landvibe/summer_coding_android/databinding/ActivityWeek2SlideshowLeesc0893Binding.class b/summer_coding_android/app/build/intermediates/javac/debug/classes/kr/co/landvibe/summer_coding_android/databinding/ActivityWeek2SlideshowLeesc0893Binding.class new file mode 100644 index 0000000..1bd45a6 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/javac/debug/classes/kr/co/landvibe/summer_coding_android/databinding/ActivityWeek2SlideshowLeesc0893Binding.class differ diff --git a/summer_coding_android/app/build/intermediates/javac/debug/classes/kr/co/landvibe/summer_coding_android/databinding/ActivityYesxonBinding.class b/summer_coding_android/app/build/intermediates/javac/debug/classes/kr/co/landvibe/summer_coding_android/databinding/ActivityYesxonBinding.class new file mode 100644 index 0000000..bd2f0b4 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/javac/debug/classes/kr/co/landvibe/summer_coding_android/databinding/ActivityYesxonBinding.class differ diff --git a/summer_coding_android/app/build/intermediates/local_only_symbol_list/debug/R-def.txt b/summer_coding_android/app/build/intermediates/local_only_symbol_list/debug/R-def.txt new file mode 100644 index 0000000..9d55b59 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/local_only_symbol_list/debug/R-def.txt @@ -0,0 +1,87 @@ +R_DEF: Internal format may change without notice +local +color black +color greenButton +color greenButton_pressed +color kakao_blue +color kakao_dark_blue +color kakao_dark_gray +color kakao_gray +color kakao_yellow +color purple_200 +color purple_500 +color purple_700 +color teal_200 +color teal_700 +color white +color white_gray +drawable btn_background +drawable ic_launcher_background +drawable ic_launcher_foreground +drawable play +drawable round_border +font bmhannaprooft +id backImageView +id btnCkg +id btnD11 +id btnGok +id btnJJJoonngg +id btnLee +id btnTmp +id btnYes +id clAccount +id clAddGroup +id clGroup +id clSafeBox +id createProjectButton +id divider +id frontImageView +id horizontalScrollView +id imageView1 +id imageView2 +id imageView3 +id imageView4 +id imageView5 +id imageView6 +id playButton +id titleTextView +id tvAccountNumber +id tvMainMoneyCount +id tvMainMoneyUnit +id tvName +id tvPassBookName +id tvSafeBox +id tvTmp +id tvTransfer +id tvUsageCard +layout activity_ckgod +layout activity_ckgod2 +layout activity_d11210920 +layout activity_gok5959 +layout activity_jjjoonngg +layout activity_main +layout activity_week2_leesc0893 +layout activity_week2_slideshow_leesc0893 +layout activity_yesxon +mipmap ic_launcher +mipmap ic_launcher_round +string account_number +string app_name +string app_name_leesc0839 +string app_title +string button_makeSildeShow +string card_usage_detail +string ckgod +string d11210920 +string edit_screen +string gok5959 +string group_name +string gruop_account_number +string jjjoonngg +string leesc0839 +string passbook_name +string safe_box +string transfer +string won_unit +string yesxon +style Theme.SummerCodingAndroid diff --git a/summer_coding_android/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt b/summer_coding_android/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt new file mode 100644 index 0000000..c0fb2f9 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt @@ -0,0 +1,125 @@ +1 +2 +6 +7 /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml +9 android:targetSdkVersion="32" /> +9-->/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml +10 +11 +11-->/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:5:5-79 +11-->/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:5:22-77 +12 +13 /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:7:5-45:19 +14 android:allowBackup="true" +14-->/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:8:9-35 +15 android:appComponentFactory="androidx.core.app.CoreComponentFactory" +15-->[androidx.core:core:1.7.0] /Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/AndroidManifest.xml:24:18-86 +16 android:debuggable="true" +17 android:extractNativeLibs="false" +18 android:icon="@mipmap/ic_launcher" +18-->/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:9:9-43 +19 android:label="@string/app_name" +19-->/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:10:9-41 +20 android:roundIcon="@mipmap/ic_launcher_round" +20-->/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:11:9-54 +21 android:supportsRtl="true" +21-->/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:12:9-35 +22 android:testOnly="true" +23 android:theme="@style/Theme.SummerCodingAndroid" > +23-->/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:13:9-57 +24 /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:14:9-16:40 +25 android:name="kr.co.landvibe.summer_coding_android.ckgod.Ckgod2Activity" +25-->/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:15:13-49 +26 android:exported="false" /> +26-->/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:16:13-37 +27 /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:17:9-19:40 +28 android:name="kr.co.landvibe.summer_coding_android.yesxon.YesxonActivity" +28-->/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:18:13-50 +29 android:exported="false" /> +29-->/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:19:13-37 +30 /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:20:9-21:39 +31 android:name="kr.co.landvibe.summer_coding_android.leesc0893.Leesc0893SildeshowWeek2Activity" +31-->/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:20:19-76 +32 android:exported="false" /> +32-->/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:21:13-37 +33 /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:22:9-23:38 +34 android:name="kr.co.landvibe.summer_coding_android.leesc0893.Leesc0893Week2Activity" +34-->/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:22:19-67 +35 android:exported="true" /> +35-->/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:23:13-36 +36 /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:24:9-26:40 +37 android:name="kr.co.landvibe.summer_coding_android.gok5959.Gok5959Activity" +37-->/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:25:13-52 +38 android:exported="false" /> +38-->/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:26:13-37 +39 /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:27:9-29:40 +40 android:name="kr.co.landvibe.summer_coding_android.d11210920.D11210920Activity" +40-->/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:28:13-56 +41 android:exported="false" /> +41-->/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:29:13-37 +42 /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:30:9-32:40 +43 android:name="kr.co.landvibe.summer_coding_android.ckgod.CkgodActivity" +43-->/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:31:13-48 +44 android:exported="false" /> +44-->/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:32:13-37 +45 /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:33:9-35:40 +46 android:name="kr.co.landvibe.summer_coding_android.jjjoonngg.JjjoonnggActivity" +46-->/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:34:13-56 +47 android:exported="false" /> +47-->/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:35:13-37 +48 /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:36:9-44:20 +49 android:name="kr.co.landvibe.summer_coding_android.MainActivity" +49-->/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:37:13-41 +50 android:exported="true" > +50-->/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:38:13-36 +51 +51-->/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:39:13-43:29 +52 +52-->/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:40:17-69 +52-->/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:40:25-66 +53 +54 +54-->/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:42:17-77 +54-->/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:42:27-74 +55 +56 +57 +58 [androidx.emoji2:emoji2:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/80b528038d14456a13dc877d02defa8f/transformed/emoji2-1.0.0/AndroidManifest.xml:26:9-34:20 +59 android:name="androidx.startup.InitializationProvider" +59-->[androidx.emoji2:emoji2:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/80b528038d14456a13dc877d02defa8f/transformed/emoji2-1.0.0/AndroidManifest.xml:27:13-67 +60 android:authorities="kr.co.landvibe.summer_coding_android.androidx-startup" +60-->[androidx.emoji2:emoji2:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/80b528038d14456a13dc877d02defa8f/transformed/emoji2-1.0.0/AndroidManifest.xml:28:13-68 +61 android:exported="false" > +61-->[androidx.emoji2:emoji2:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/80b528038d14456a13dc877d02defa8f/transformed/emoji2-1.0.0/AndroidManifest.xml:29:13-37 +62 [androidx.emoji2:emoji2:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/80b528038d14456a13dc877d02defa8f/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] /Users/leeseungcheol/.gradle/caches/transforms-3/80b528038d14456a13dc877d02defa8f/transformed/emoji2-1.0.0/AndroidManifest.xml:32:17-75 +64 android:value="androidx.startup" /> +64-->[androidx.emoji2:emoji2:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/80b528038d14456a13dc877d02defa8f/transformed/emoji2-1.0.0/AndroidManifest.xml:33:17-49 +65 [androidx.lifecycle:lifecycle-process:2.4.0] /Users/leeseungcheol/.gradle/caches/transforms-3/a711bc5df5a379db74c9c6d9cac91024/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] /Users/leeseungcheol/.gradle/caches/transforms-3/a711bc5df5a379db74c9c6d9cac91024/transformed/lifecycle-process-2.4.0/AndroidManifest.xml:32:17-78 +67 android:value="androidx.startup" /> +67-->[androidx.lifecycle:lifecycle-process:2.4.0] /Users/leeseungcheol/.gradle/caches/transforms-3/a711bc5df5a379db74c9c6d9cac91024/transformed/lifecycle-process-2.4.0/AndroidManifest.xml:33:17-49 +68 +69 +70 +71 diff --git a/summer_coding_android/app/build/intermediates/merged_java_res/debug/base.jar b/summer_coding_android/app/build/intermediates/merged_java_res/debug/base.jar new file mode 100644 index 0000000..df0bb6e Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_java_res/debug/base.jar differ diff --git a/summer_coding_android/app/build/intermediates/merged_manifest/debug/AndroidManifest.xml b/summer_coding_android/app/build/intermediates/merged_manifest/debug/AndroidManifest.xml new file mode 100644 index 0000000..442b78c --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_manifest/debug/AndroidManifest.xml @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml b/summer_coding_android/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml new file mode 100644 index 0000000..442b78c --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_manifests/debug/output-metadata.json b/summer_coding_android/app/build/intermediates/merged_manifests/debug/output-metadata.json new file mode 100644 index 0000000..bc93e2b --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_manifests/debug/output-metadata.json @@ -0,0 +1,20 @@ +{ + "version": 3, + "artifactType": { + "type": "MERGED_MANIFESTS", + "kind": "Directory" + }, + "applicationId": "kr.co.landvibe.summer_coding_android", + "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/summer_coding_android/app/build/intermediates/merged_res/debug/drawable-v24_ic_launcher_foreground.xml.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/drawable-v24_ic_launcher_foreground.xml.flat new file mode 100644 index 0000000..75a5855 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/drawable-v24_ic_launcher_foreground.xml.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/drawable_btn_background.xml.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/drawable_btn_background.xml.flat new file mode 100644 index 0000000..f2e9387 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/drawable_btn_background.xml.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/drawable_ic_launcher_background.xml.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/drawable_ic_launcher_background.xml.flat new file mode 100644 index 0000000..bc02de3 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/drawable_ic_launcher_background.xml.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/drawable_play.xml.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/drawable_play.xml.flat new file mode 100644 index 0000000..5c72b28 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/drawable_play.xml.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/drawable_round_border.xml.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/drawable_round_border.xml.flat new file mode 100644 index 0000000..163a352 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/drawable_round_border.xml.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/font_bmhannaprooft.otf.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/font_bmhannaprooft.otf.flat new file mode 100644 index 0000000..1993e82 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/font_bmhannaprooft.otf.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_ckgod.xml.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_ckgod.xml.flat new file mode 100644 index 0000000..3cc29c0 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_ckgod.xml.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_ckgod2.xml.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_ckgod2.xml.flat new file mode 100644 index 0000000..979b53a Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_ckgod2.xml.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_d11210920.xml.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_d11210920.xml.flat new file mode 100644 index 0000000..bae91c6 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_d11210920.xml.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_gok5959.xml.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_gok5959.xml.flat new file mode 100644 index 0000000..16e8192 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_gok5959.xml.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_jjjoonngg.xml.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_jjjoonngg.xml.flat new file mode 100644 index 0000000..2e8270e Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_jjjoonngg.xml.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_main.xml.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_main.xml.flat new file mode 100644 index 0000000..b0d1657 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_main.xml.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_week2_leesc0893.xml.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_week2_leesc0893.xml.flat new file mode 100644 index 0000000..26703ad Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_week2_leesc0893.xml.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_week2_slideshow_leesc0893.xml.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_week2_slideshow_leesc0893.xml.flat new file mode 100644 index 0000000..c5a1a1f Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_week2_slideshow_leesc0893.xml.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_yesxon.xml.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_yesxon.xml.flat new file mode 100644 index 0000000..e159165 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_yesxon.xml.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher.xml.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher.xml.flat new file mode 100644 index 0000000..3714108 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher.xml.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher_round.xml.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher_round.xml.flat new file mode 100644 index 0000000..5e3e01d Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher_round.xml.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher.webp.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher.webp.flat new file mode 100644 index 0000000..73fff04 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher.webp.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_round.webp.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_round.webp.flat new file mode 100644 index 0000000..ddecb9a Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_round.webp.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher.webp.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher.webp.flat new file mode 100644 index 0000000..fd58c24 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher.webp.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_round.webp.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_round.webp.flat new file mode 100644 index 0000000..8a27af5 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_round.webp.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher.webp.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher.webp.flat new file mode 100644 index 0000000..7a3f68c Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher.webp.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_round.webp.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_round.webp.flat new file mode 100644 index 0000000..00da712 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_round.webp.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher.webp.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher.webp.flat new file mode 100644 index 0000000..74eb5f6 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher.webp.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_round.webp.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_round.webp.flat new file mode 100644 index 0000000..f779d3c Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_round.webp.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher.webp.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher.webp.flat new file mode 100644 index 0000000..30d1a0b Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher.webp.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_round.webp.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_round.webp.flat new file mode 100644 index 0000000..cf71124 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_round.webp.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-af_values-af.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-af_values-af.arsc.flat new file mode 100644 index 0000000..5ee35c1 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-af_values-af.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-am_values-am.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-am_values-am.arsc.flat new file mode 100644 index 0000000..79c718b Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-am_values-am.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-ar_values-ar.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-ar_values-ar.arsc.flat new file mode 100644 index 0000000..b8d2edf Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-ar_values-ar.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-as_values-as.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-as_values-as.arsc.flat new file mode 100644 index 0000000..5c1b243 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-as_values-as.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-az_values-az.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-az_values-az.arsc.flat new file mode 100644 index 0000000..2552cfc Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-az_values-az.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-b+es+419_values-b+es+419.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-b+es+419_values-b+es+419.arsc.flat new file mode 100644 index 0000000..a3900b4 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-b+es+419_values-b+es+419.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat new file mode 100644 index 0000000..12ec0b9 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-be_values-be.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-be_values-be.arsc.flat new file mode 100644 index 0000000..14bbe41 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-be_values-be.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-bg_values-bg.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-bg_values-bg.arsc.flat new file mode 100644 index 0000000..7a442e6 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-bg_values-bg.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-bn_values-bn.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-bn_values-bn.arsc.flat new file mode 100644 index 0000000..36ba06c Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-bn_values-bn.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-bs_values-bs.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-bs_values-bs.arsc.flat new file mode 100644 index 0000000..a50f913 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-bs_values-bs.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-ca_values-ca.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-ca_values-ca.arsc.flat new file mode 100644 index 0000000..f61ce23 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-ca_values-ca.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-cs_values-cs.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-cs_values-cs.arsc.flat new file mode 100644 index 0000000..72619d0 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-cs_values-cs.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-da_values-da.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-da_values-da.arsc.flat new file mode 100644 index 0000000..5982eec Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-da_values-da.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-de_values-de.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-de_values-de.arsc.flat new file mode 100644 index 0000000..0deed16 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-de_values-de.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-el_values-el.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-el_values-el.arsc.flat new file mode 100644 index 0000000..eb3acff Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-el_values-el.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-en-rAU_values-en-rAU.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-en-rAU_values-en-rAU.arsc.flat new file mode 100644 index 0000000..c1e8522 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-en-rAU_values-en-rAU.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-en-rCA_values-en-rCA.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-en-rCA_values-en-rCA.arsc.flat new file mode 100644 index 0000000..4536a17 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-en-rCA_values-en-rCA.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-en-rGB_values-en-rGB.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-en-rGB_values-en-rGB.arsc.flat new file mode 100644 index 0000000..98f292f Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-en-rGB_values-en-rGB.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-en-rIN_values-en-rIN.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-en-rIN_values-en-rIN.arsc.flat new file mode 100644 index 0000000..8ed1bd5 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-en-rIN_values-en-rIN.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-en-rXC_values-en-rXC.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-en-rXC_values-en-rXC.arsc.flat new file mode 100644 index 0000000..472c5dc Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-en-rXC_values-en-rXC.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-es-rUS_values-es-rUS.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-es-rUS_values-es-rUS.arsc.flat new file mode 100644 index 0000000..378e774 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-es-rUS_values-es-rUS.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-es_values-es.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-es_values-es.arsc.flat new file mode 100644 index 0000000..4bdeb01 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-es_values-es.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-et_values-et.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-et_values-et.arsc.flat new file mode 100644 index 0000000..fecc4c6 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-et_values-et.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-eu_values-eu.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-eu_values-eu.arsc.flat new file mode 100644 index 0000000..dd78e39 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-eu_values-eu.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-fa_values-fa.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-fa_values-fa.arsc.flat new file mode 100644 index 0000000..c665eb7 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-fa_values-fa.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-fi_values-fi.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-fi_values-fi.arsc.flat new file mode 100644 index 0000000..0dcb5ce Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-fi_values-fi.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-fr-rCA_values-fr-rCA.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-fr-rCA_values-fr-rCA.arsc.flat new file mode 100644 index 0000000..0c5f7aa Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-fr-rCA_values-fr-rCA.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-fr_values-fr.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-fr_values-fr.arsc.flat new file mode 100644 index 0000000..62063a7 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-fr_values-fr.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-gl_values-gl.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-gl_values-gl.arsc.flat new file mode 100644 index 0000000..bf76183 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-gl_values-gl.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-gu_values-gu.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-gu_values-gu.arsc.flat new file mode 100644 index 0000000..d1923f6 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-gu_values-gu.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat new file mode 100644 index 0000000..6bb12d4 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat new file mode 100644 index 0000000..41b61d0 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat new file mode 100644 index 0000000..7948d51 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat new file mode 100644 index 0000000..62e5c6d Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat new file mode 100644 index 0000000..5a5bc23 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat new file mode 100644 index 0000000..050e06b Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-hi_values-hi.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-hi_values-hi.arsc.flat new file mode 100644 index 0000000..1ec6e24 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-hi_values-hi.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-hr_values-hr.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-hr_values-hr.arsc.flat new file mode 100644 index 0000000..c28dc69 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-hr_values-hr.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-hu_values-hu.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-hu_values-hu.arsc.flat new file mode 100644 index 0000000..f976bc1 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-hu_values-hu.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-hy_values-hy.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-hy_values-hy.arsc.flat new file mode 100644 index 0000000..abf06e8 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-hy_values-hy.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-in_values-in.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-in_values-in.arsc.flat new file mode 100644 index 0000000..06d057b Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-in_values-in.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-is_values-is.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-is_values-is.arsc.flat new file mode 100644 index 0000000..85d7dbb Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-is_values-is.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-it_values-it.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-it_values-it.arsc.flat new file mode 100644 index 0000000..7ca1d5d Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-it_values-it.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-iw_values-iw.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-iw_values-iw.arsc.flat new file mode 100644 index 0000000..c57a8da Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-iw_values-iw.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-ja_values-ja.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-ja_values-ja.arsc.flat new file mode 100644 index 0000000..a5dec0d Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-ja_values-ja.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-ka_values-ka.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-ka_values-ka.arsc.flat new file mode 100644 index 0000000..3c8c5d9 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-ka_values-ka.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-kk_values-kk.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-kk_values-kk.arsc.flat new file mode 100644 index 0000000..61cfa01 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-kk_values-kk.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-km_values-km.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-km_values-km.arsc.flat new file mode 100644 index 0000000..608704e Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-km_values-km.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-kn_values-kn.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-kn_values-kn.arsc.flat new file mode 100644 index 0000000..c1482de Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-kn_values-kn.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-ko_values-ko.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-ko_values-ko.arsc.flat new file mode 100644 index 0000000..b20dffe Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-ko_values-ko.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-ky_values-ky.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-ky_values-ky.arsc.flat new file mode 100644 index 0000000..ec11e8f Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-ky_values-ky.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-land_values-land.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-land_values-land.arsc.flat new file mode 100644 index 0000000..b36f6ef Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-land_values-land.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-large-v4_values-large-v4.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-large-v4_values-large-v4.arsc.flat new file mode 100644 index 0000000..37e95b1 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-large-v4_values-large-v4.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat new file mode 100644 index 0000000..8d60368 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-ldrtl-v17_values-ldrtl-v17.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-ldrtl-v17_values-ldrtl-v17.arsc.flat new file mode 100644 index 0000000..735e6cd Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-ldrtl-v17_values-ldrtl-v17.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-lo_values-lo.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-lo_values-lo.arsc.flat new file mode 100644 index 0000000..65f8228 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-lo_values-lo.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-lt_values-lt.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-lt_values-lt.arsc.flat new file mode 100644 index 0000000..b240236 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-lt_values-lt.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-lv_values-lv.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-lv_values-lv.arsc.flat new file mode 100644 index 0000000..d8449b8 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-lv_values-lv.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-mk_values-mk.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-mk_values-mk.arsc.flat new file mode 100644 index 0000000..1cc099e Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-mk_values-mk.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-ml_values-ml.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-ml_values-ml.arsc.flat new file mode 100644 index 0000000..1abff18 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-ml_values-ml.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-mn_values-mn.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-mn_values-mn.arsc.flat new file mode 100644 index 0000000..1daf032 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-mn_values-mn.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-mr_values-mr.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-mr_values-mr.arsc.flat new file mode 100644 index 0000000..c211c4e Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-mr_values-mr.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-ms_values-ms.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-ms_values-ms.arsc.flat new file mode 100644 index 0000000..2b87863 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-ms_values-ms.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-my_values-my.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-my_values-my.arsc.flat new file mode 100644 index 0000000..025c13f Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-my_values-my.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-nb_values-nb.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-nb_values-nb.arsc.flat new file mode 100644 index 0000000..c312b1e Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-nb_values-nb.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-ne_values-ne.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-ne_values-ne.arsc.flat new file mode 100644 index 0000000..636ed87 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-ne_values-ne.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-night-v8_values-night-v8.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-night-v8_values-night-v8.arsc.flat new file mode 100644 index 0000000..06809f6 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-night-v8_values-night-v8.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-nl_values-nl.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-nl_values-nl.arsc.flat new file mode 100644 index 0000000..ab1a706 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-nl_values-nl.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-or_values-or.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-or_values-or.arsc.flat new file mode 100644 index 0000000..30dcc95 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-or_values-or.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-pa_values-pa.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-pa_values-pa.arsc.flat new file mode 100644 index 0000000..4fe975d Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-pa_values-pa.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-pl_values-pl.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-pl_values-pl.arsc.flat new file mode 100644 index 0000000..f2e506a Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-pl_values-pl.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-port_values-port.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-port_values-port.arsc.flat new file mode 100644 index 0000000..42ea058 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-port_values-port.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-pt-rBR_values-pt-rBR.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-pt-rBR_values-pt-rBR.arsc.flat new file mode 100644 index 0000000..4d7c070 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-pt-rBR_values-pt-rBR.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-pt-rPT_values-pt-rPT.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-pt-rPT_values-pt-rPT.arsc.flat new file mode 100644 index 0000000..791b033 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-pt-rPT_values-pt-rPT.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-pt_values-pt.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-pt_values-pt.arsc.flat new file mode 100644 index 0000000..9956d61 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-pt_values-pt.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-ro_values-ro.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-ro_values-ro.arsc.flat new file mode 100644 index 0000000..b6557d9 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-ro_values-ro.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-ru_values-ru.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-ru_values-ru.arsc.flat new file mode 100644 index 0000000..4fab7e8 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-ru_values-ru.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-si_values-si.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-si_values-si.arsc.flat new file mode 100644 index 0000000..c874dd6 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-si_values-si.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-sk_values-sk.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-sk_values-sk.arsc.flat new file mode 100644 index 0000000..5d10b73 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-sk_values-sk.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-sl_values-sl.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-sl_values-sl.arsc.flat new file mode 100644 index 0000000..b99a2b0 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-sl_values-sl.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-small-v4_values-small-v4.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-small-v4_values-small-v4.arsc.flat new file mode 100644 index 0000000..b80fcf9 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-small-v4_values-small-v4.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-sq_values-sq.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-sq_values-sq.arsc.flat new file mode 100644 index 0000000..2a598e2 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-sq_values-sq.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-sr_values-sr.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-sr_values-sr.arsc.flat new file mode 100644 index 0000000..651c273 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-sr_values-sr.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-sv_values-sv.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-sv_values-sv.arsc.flat new file mode 100644 index 0000000..ab13d37 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-sv_values-sv.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat new file mode 100644 index 0000000..3e78729 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-sw_values-sw.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-sw_values-sw.arsc.flat new file mode 100644 index 0000000..fa167e8 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-sw_values-sw.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-ta_values-ta.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-ta_values-ta.arsc.flat new file mode 100644 index 0000000..224d53f Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-ta_values-ta.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-te_values-te.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-te_values-te.arsc.flat new file mode 100644 index 0000000..a424b5a Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-te_values-te.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-th_values-th.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-th_values-th.arsc.flat new file mode 100644 index 0000000..1825c88 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-th_values-th.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-tl_values-tl.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-tl_values-tl.arsc.flat new file mode 100644 index 0000000..df8d996 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-tl_values-tl.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-tr_values-tr.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-tr_values-tr.arsc.flat new file mode 100644 index 0000000..99a52fe Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-tr_values-tr.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-uk_values-uk.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-uk_values-uk.arsc.flat new file mode 100644 index 0000000..bf47a29 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-uk_values-uk.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-ur_values-ur.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-ur_values-ur.arsc.flat new file mode 100644 index 0000000..92e0fae Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-ur_values-ur.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-uz_values-uz.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-uz_values-uz.arsc.flat new file mode 100644 index 0000000..8104a3c Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-uz_values-uz.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-v16_values-v16.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-v16_values-v16.arsc.flat new file mode 100644 index 0000000..3a1d6cd Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-v16_values-v16.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-v17_values-v17.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-v17_values-v17.arsc.flat new file mode 100644 index 0000000..b245d15 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-v17_values-v17.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-v18_values-v18.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-v18_values-v18.arsc.flat new file mode 100644 index 0000000..e0ae95f Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-v18_values-v18.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-v21_values-v21.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-v21_values-v21.arsc.flat new file mode 100644 index 0000000..0d31b6b Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-v21_values-v21.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-v22_values-v22.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-v22_values-v22.arsc.flat new file mode 100644 index 0000000..ce2c138 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-v22_values-v22.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-v23_values-v23.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-v23_values-v23.arsc.flat new file mode 100644 index 0000000..cde70cf Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-v23_values-v23.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-v24_values-v24.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-v24_values-v24.arsc.flat new file mode 100644 index 0000000..74139b0 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-v24_values-v24.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-v25_values-v25.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-v25_values-v25.arsc.flat new file mode 100644 index 0000000..300f179 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-v25_values-v25.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-v26_values-v26.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-v26_values-v26.arsc.flat new file mode 100644 index 0000000..ab2afb7 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-v26_values-v26.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-v28_values-v28.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-v28_values-v28.arsc.flat new file mode 100644 index 0000000..741c561 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-v28_values-v28.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-v31_values-v31.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-v31_values-v31.arsc.flat new file mode 100644 index 0000000..016ad1c Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-v31_values-v31.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-vi_values-vi.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-vi_values-vi.arsc.flat new file mode 100644 index 0000000..eea0b7d Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-vi_values-vi.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat new file mode 100644 index 0000000..5cf39cf Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat new file mode 100644 index 0000000..30a5876 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat new file mode 100644 index 0000000..af26eee Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat new file mode 100644 index 0000000..7f7e98a Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-watch-v20_values-watch-v20.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-watch-v20_values-watch-v20.arsc.flat new file mode 100644 index 0000000..7871d4c Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-watch-v20_values-watch-v20.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-watch-v21_values-watch-v21.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-watch-v21_values-watch-v21.arsc.flat new file mode 100644 index 0000000..4a087b4 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-watch-v21_values-watch-v21.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat new file mode 100644 index 0000000..12c6792 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-zh-rCN_values-zh-rCN.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-zh-rCN_values-zh-rCN.arsc.flat new file mode 100644 index 0000000..669a29e Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-zh-rCN_values-zh-rCN.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-zh-rHK_values-zh-rHK.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-zh-rHK_values-zh-rHK.arsc.flat new file mode 100644 index 0000000..52aeff5 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-zh-rHK_values-zh-rHK.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-zh-rTW_values-zh-rTW.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-zh-rTW_values-zh-rTW.arsc.flat new file mode 100644 index 0000000..d8c7b44 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-zh-rTW_values-zh-rTW.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values-zu_values-zu.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values-zu_values-zu.arsc.flat new file mode 100644 index 0000000..3ef9d2c Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values-zu_values-zu.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res/debug/values_values.arsc.flat b/summer_coding_android/app/build/intermediates/merged_res/debug/values_values.arsc.flat new file mode 100644 index 0000000..6c87366 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/merged_res/debug/values_values.arsc.flat differ diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/debug.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/debug.json new file mode 100644 index 0000000..f06db6f --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/debug.json @@ -0,0 +1,5903 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-nb_values-nb.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7123", + "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,7198" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7045", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7118" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-nb/values-nb.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7203", + "endColumns": "100", + "endOffsets": "7299" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-fr_values-fr.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-fr/values-fr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7569", + "endColumns": "100", + "endOffsets": "7665" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7482", + "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,7564" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7393", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7477" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-uz_values-uz.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7323", + "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,7402" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7240", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7318" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-uz/values-uz.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7407", + "endColumns": "100", + "endOffsets": "7503" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-lo_values-lo.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7183", + "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,7260" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-lo/values-lo.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7265", + "endColumns": "100", + "endOffsets": "7361" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7104", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7178" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-v17_values-v17.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-iw_values-iw.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-iw/values-iw.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "90", + "startColumns": "4", + "startOffsets": "7261", + "endColumns": "100", + "endOffsets": "7357" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,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,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,7104", + "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88", + "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,7174" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,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": "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,7179", + "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,7256" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-ja_values-ja.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6619", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,6687" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-ja/values-ja.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "6771", + "endColumns": "100", + "endOffsets": "6867" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,6692", + "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,6766" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-ru_values-ru.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,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,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,7435", + "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88", + "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,7510" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-ru/values-ru.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "90", + "startColumns": "4", + "startOffsets": "7597", + "endColumns": "100", + "endOffsets": "7693" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,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": "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,7515", + "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,7592" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-en-rIN_values-en-rIN.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/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": "30", + "startColumns": "4", + "startOffsets": "2845", + "endColumns": "100", + "endOffsets": "2941" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-v23_values-v23.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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": "/Users/leeseungcheol/.gradle/caches/transforms-3/f65d52342d9c88af4c02870300222bc1/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" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-port_values-port.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/transformed/appcompat-1.4.2/res/values-port/values-port.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "55", + "endOffsets": "106" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-is_values-is.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7157", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7232" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-is/values-is.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7318", + "endColumns": "100", + "endOffsets": "7414" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7237", + "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,7313" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-az_values-az.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7164", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7239" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-az/values-az.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7328", + "endColumns": "100", + "endOffsets": "7424" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7244", + "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,7323" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-th_values-th.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7082", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7154" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-th/values-th.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7241", + "endColumns": "100", + "endOffsets": "7337" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7159", + "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,7236" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-fi_values-fi.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7178", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7252" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7257", + "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,7333" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-fi/values-fi.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7338", + "endColumns": "100", + "endOffsets": "7434" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-hi_values-hi.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7210", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7284" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-hi/values-hi.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7371", + "endColumns": "100", + "endOffsets": "7467" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7289", + "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,7366" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-pt-rBR_values-pt-rBR.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/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": "88", + "startColumns": "4", + "startOffsets": "7522", + "endColumns": "100", + "endOffsets": "7618" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7359", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7431" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7436", + "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,7517" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-vi_values-vi.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7144", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7217" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7222", + "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,7302" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-vi/values-vi.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7307", + "endColumns": "100", + "endOffsets": "7403" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-hr_values-hr.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-hr/values-hr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "89", + "startColumns": "4", + "startOffsets": "7514", + "endColumns": "100", + "endOffsets": "7610" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,87", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7349", + "endLines": "6,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87", + "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,7424" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,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", + "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,7429", + "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,7509" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-ms_values-ms.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-ms/values-ms.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7369", + "endColumns": "100", + "endOffsets": "7465" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7202", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7283" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7288", + "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,7364" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-pt_values-pt.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-pt/values-pt.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2929", + "endColumns": "100", + "endOffsets": "3025" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-fa_values-fa.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-fa/values-fa.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7292", + "endColumns": "100", + "endOffsets": "7388" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7210", + "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,7287" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7132", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7205" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-in_values-in.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7269", + "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,7349" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7189", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7264" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-in/values-in.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7354", + "endColumns": "100", + "endOffsets": "7450" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-kn_values-kn.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7335", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7412" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-kn/values-kn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7500", + "endColumns": "100", + "endOffsets": "7596" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7417", + "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,7495" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-watch-v20_values-watch-v20.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-sk_values-sk.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,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": "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,7399", + "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,7477" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-sk/values-sk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "90", + "startColumns": "4", + "startOffsets": "7482", + "endColumns": "100", + "endOffsets": "7578" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,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,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,7320", + "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88", + "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,7394" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-bg_values-bg.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7481", + "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,7560" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7395", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7476" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-bg/values-bg.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7565", + "endColumns": "100", + "endOffsets": "7661" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-ur_values-ur.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-ur/values-ur.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7365", + "endColumns": "100", + "endOffsets": "7461" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7279", + "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,7360" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7199", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7274" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-ar_values-ar.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,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": "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,7437", + "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,7514" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,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,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,7357", + "endLines": "9,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90", + "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,7432" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-ar/values-ar.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "92", + "startColumns": "4", + "startOffsets": "7519", + "endColumns": "100", + "endOffsets": "7615" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-it_values-it.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-it/values-it.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7483", + "endColumns": "100", + "endOffsets": "7579" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7401", + "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,7478" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7321", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7396" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-ro_values-ro.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,87", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7413", + "endLines": "6,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87", + "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,7487" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-ro/values-ro.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "89", + "startColumns": "4", + "startOffsets": "7576", + "endColumns": "100", + "endOffsets": "7672" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,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", + "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,7492", + "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,7571" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-my_values-my.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-my/values-my.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7508", + "endColumns": "100", + "endOffsets": "7604" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7422", + "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,7503" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7340", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7417" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-pt-rPT_values-pt-rPT.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,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,86", + "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,7437" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7442", + "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,7523" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/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": "88", + "startColumns": "4", + "startOffsets": "7528", + "endColumns": "100", + "endOffsets": "7624" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-kk_values-kk.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7266", + "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,7343" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-kk/values-kk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7348", + "endColumns": "100", + "endOffsets": "7444" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7182", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7261" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-sv_values-sv.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7200", + "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,7275" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-sv/values-sv.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7280", + "endColumns": "100", + "endOffsets": "7376" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7122", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7195" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-zh-rTW_values-zh-rTW.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6531", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,6595" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,6600", + "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,6674" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/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": "88", + "startColumns": "4", + "startOffsets": "6679", + "endColumns": "100", + "endOffsets": "6775" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-am_values-am.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6822", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,6893" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-am/values-am.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "6978", + "endColumns": "100", + "endOffsets": "7074" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,6898", + "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,6973" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-en-rAU_values-en-rAU.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/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": "30", + "startColumns": "4", + "startOffsets": "2845", + "endColumns": "100", + "endOffsets": "2941" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-zh-rCN_values-zh-rCN.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,6590", + "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,6664" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6521", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,6585" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/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": "88", + "startColumns": "4", + "startOffsets": "6669", + "endColumns": "100", + "endOffsets": "6765" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-te_values-te.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-te/values-te.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7555", + "endColumns": "100", + "endOffsets": "7651" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7472", + "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,7550" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7389", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7467" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,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", + "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,7407", + "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,7489" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,87", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7327", + "endLines": "6,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87", + "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,7402" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/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": "89", + "startColumns": "4", + "startOffsets": "7494", + "endColumns": "100", + "endOffsets": "7590" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-v25_values-v25.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-night-v8_values-night-v8.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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": "9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,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": "732,807,918,1007,1108,1215,1322,1421,1524,1612,1736,1838,1940,2056,2158,2272,2400,2516,2638,2774,2894,3028,3148,3260,4188,4305,4429,4559,4681,4819,4953,5069", + "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": "802,913,1002,1103,1210,1317,1416,1519,1607,1731,1833,1935,2051,2153,2267,2395,2511,2633,2769,2889,3023,3143,3255,3381,4300,4424,4554,4676,4814,4948,5064,5184" + } + }, + { + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/values-night/themes.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "100", + "endLines": "14", + "endColumns": "12", + "endOffsets": "810" + }, + "to": { + "startLines": "33", + "startColumns": "4", + "startOffsets": "3386", + "endLines": "45", + "endColumns": "12", + "endOffsets": "4094" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,4099", + "endColumns": "69,83,83,95,101,101,93,88", + "endOffsets": "165,249,333,429,531,633,727,4183" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-sq_values-sq.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7290", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7368" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7373", + "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,7450" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-sq/values-sq.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7455", + "endColumns": "100", + "endOffsets": "7551" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-ko_values-ko.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-ko/values-ko.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "6761", + "endColumns": "100", + "endOffsets": "6857" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6610", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,6677" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,6682", + "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,6756" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-cs_values-cs.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,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,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,7290", + "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88", + "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,7364" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-cs/values-cs.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "90", + "startColumns": "4", + "startOffsets": "7452", + "endColumns": "100", + "endOffsets": "7548" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,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": "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,7369", + "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,7447" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-ky_values-ky.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-ky/values-ky.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7403", + "endColumns": "100", + "endOffsets": "7499" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7239", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7316" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7321", + "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,7398" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-en-rGB_values-en-rGB.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/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": "88", + "startColumns": "4", + "startOffsets": "7239", + "endColumns": "100", + "endOffsets": "7335" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7078", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7151" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7156", + "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,7234" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-ka_values-ka.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7263", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7338" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-ka/values-ka.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7425", + "endColumns": "100", + "endOffsets": "7521" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7343", + "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,7420" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-mk_values-mk.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-mk/values-mk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7464", + "endColumns": "100", + "endOffsets": "7560" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7294", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7374" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7379", + "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,7459" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-es_values-es.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7367", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7445" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-es/values-es.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7533", + "endColumns": "100", + "endOffsets": "7629" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7450", + "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,7528" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-sl_values-sl.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-sl/values-sl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "90", + "startColumns": "4", + "startOffsets": "7544", + "endColumns": "100", + "endOffsets": "7640" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,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": "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,7460", + "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,7539" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,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,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,7383", + "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88", + "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,7455" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-ldrtl-v17_values-ldrtl-v17.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-et_values-et.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7229", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7305" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-et/values-et.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7393", + "endColumns": "100", + "endOffsets": "7489" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7310", + "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,7388" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-or_values-or.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7173", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7252" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-or/values-or.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7347", + "endColumns": "100", + "endOffsets": "7443" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7257", + "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,7342" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-land_values-land.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,29,35,40", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "264,339,413,486,556,628,698,763,830,900,972,1041,1110,1192,1282,1358,1426,1493,1571,1636,1703,1875,2270,2539", + "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,28,34,39,42", + "endColumns": "74,73,72,69,71,69,64,66,69,71,68,68,81,89,75,67,66,77,64,66,10,10,10,10", + "endOffsets": "334,408,481,551,623,693,758,825,895,967,1036,1105,1187,1277,1353,1421,1488,1566,1631,1698,1870,2265,2534,2762" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-sw_values-sw.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7388", + "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,7466" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7307", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7383" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-sw/values-sw.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7471", + "endColumns": "100", + "endOffsets": "7567" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-ta_values-ta.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-ta/values-ta.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7609", + "endColumns": "100", + "endOffsets": "7705" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7527", + "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,7604" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7441", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7522" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-bs_values-bs.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,87", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7353", + "endLines": "6,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87", + "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,7428" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-bs/values-bs.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "89", + "startColumns": "4", + "startOffsets": "7520", + "endColumns": "100", + "endOffsets": "7616" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,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", + "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,7433", + "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,7515" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-af_values-af.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-af/values-af.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7287", + "endColumns": "100", + "endOffsets": "7383" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7206", + "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,7282" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7129", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7201" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-v21_values-v21.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/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": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-hy_values-hy.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7364", + "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,7442" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7279", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7359" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-hy/values-hy.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7447", + "endColumns": "100", + "endOffsets": "7543" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-lv_values-lv.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,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", + "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,7644", + "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,7722" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-lv/values-lv.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "89", + "startColumns": "4", + "startOffsets": "7727", + "endColumns": "100", + "endOffsets": "7823" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,87", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7567", + "endLines": "6,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87", + "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,7639" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-as_values-as.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7157", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7233" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7238", + "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,7316" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-as/values-as.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7321", + "endColumns": "100", + "endOffsets": "7417" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-gu_values-gu.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7274", + "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,7350" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-gu/values-gu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7355", + "endColumns": "100", + "endOffsets": "7451" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7196", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7269" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-zu_values-zu.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7343", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7420" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-zu/values-zu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7507", + "endColumns": "100", + "endOffsets": "7603" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7425", + "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,7502" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-ca_values-ca.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7417", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7498" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7503", + "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,7580" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-ca/values-ca.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7585", + "endColumns": "100", + "endOffsets": "7681" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-hu_values-hu.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7390", + "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,7469" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7305", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7385" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-hu/values-hu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7474", + "endColumns": "100", + "endOffsets": "7570" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-v31_values-v31.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-sr_values-sr.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-sr/values-sr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "89", + "startColumns": "4", + "startOffsets": "7481", + "endColumns": "100", + "endOffsets": "7577" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,87", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7314", + "endLines": "6,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87", + "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,7389" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,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", + "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,7394", + "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,7476" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-da_values-da.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7125", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7200" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-da/values-da.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7285", + "endColumns": "100", + "endOffsets": "7381" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7205", + "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,7280" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-tr_values-tr.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-tr/values-tr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7299", + "endColumns": "100", + "endOffsets": "7395" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7140", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7214" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7219", + "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,7294" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-uk_values-uk.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,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": "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,7426", + "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,7503" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-uk/values-uk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "90", + "startColumns": "4", + "startOffsets": "7508", + "endColumns": "100", + "endOffsets": "7604" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,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,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,7344", + "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88", + "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,7421" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-ml_values-ml.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7460", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7539" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-ml/values-ml.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7627", + "endColumns": "100", + "endOffsets": "7723" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7544", + "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,7622" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-ne_values-ne.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,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,86", + "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,7429" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7434", + "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,7509" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-ne/values-ne.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7514", + "endColumns": "100", + "endOffsets": "7610" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-nl_values-nl.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7279", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7355" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-nl/values-nl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7443", + "endColumns": "100", + "endOffsets": "7539" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7360", + "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,7438" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-large-v4_values-large-v4.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-v18_values-v18.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/transformed/appcompat-1.4.2/res/values-v18/values-v18.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "48", + "endOffsets": "99" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-mn_values-mn.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7224", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7303" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-mn/values-mn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7389", + "endColumns": "100", + "endOffsets": "7485" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7308", + "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,7384" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-eu_values-eu.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-eu/values-eu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7455", + "endColumns": "100", + "endOffsets": "7551" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7289", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7367" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7372", + "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,7450" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-v16_values-v16.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-v16/values-v16.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "65", + "endOffsets": "116" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-be_values-be.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,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,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,7469", + "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88", + "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,7544" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-be/values-be.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "90", + "startColumns": "4", + "startOffsets": "7631", + "endColumns": "100", + "endOffsets": "7727" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,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": "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,7549", + "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,7626" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-zh-rHK_values-zh-rHK.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/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": "88", + "startColumns": "4", + "startOffsets": "6662", + "endColumns": "100", + "endOffsets": "6758" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6514", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,6578" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,6583", + "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,6657" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-v22_values-v22.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-de_values-de.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-de/values-de.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7512", + "endColumns": "100", + "endOffsets": "7608" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7430", + "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,7507" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,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,86", + "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,7425" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-si_values-si.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7249", + "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,7326" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-si/values-si.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7331", + "endColumns": "100", + "endOffsets": "7427" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7169", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7244" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-pa_values-pa.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7143", + "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,7218" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7066", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7138" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-pa/values-pa.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7223", + "endColumns": "100", + "endOffsets": "7319" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-fr-rCA_values-fr-rCA.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7408", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7492" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7497", + "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,7579" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/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": "88", + "startColumns": "4", + "startOffsets": "7584", + "endColumns": "100", + "endOffsets": "7680" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values_values.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0b85103886e0a9e2f6c926ea7c5a615e/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,969,970,971,979,980,981,1456,11639", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "22053,55959,56018,56066,56733,56808,56884,89268,726101", + "endLines": "449,969,970,971,979,980,981,1456,11667", + "endColumns": "55,58,47,55,74,75,71,65,24", + "endOffsets": "22104,56013,56061,56117,56803,56879,56951,89329,727622" + } + }, + { + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/values/colors.xml", + "from": { + "startLines": "7,19,18,13,14,15,12,11,2,3,4,5,6,8,9", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "286,723,669,508,553,603,463,416,55,102,149,196,241,328,370", + "endColumns": "41,45,53,44,49,49,44,46,46,46,46,44,44,41,44", + "endOffsets": "323,764,718,548,598,648,503,458,97,144,191,236,281,365,410" + }, + "to": { + "startLines": "572,628,629,632,633,634,635,636,803,804,805,816,817,821,822", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "28737,32638,32684,32873,32918,32968,33018,33063,45132,45179,45226,45970,46015,46223,46265", + "endColumns": "41,45,53,44,49,49,44,46,46,46,46,44,44,41,44", + "endOffsets": "28774,32679,32733,32913,32963,33013,33058,33105,45174,45221,45268,46010,46055,46260,46305" + } + }, + { + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/values/strings.xml", + "from": { + "startLines": "12,1,22,23,24,14,7,3,18,4,16,17,8,5,11,15,13,19,6", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "383,16,795,854,903,483,235,76,693,117,579,630,272,156,333,536,443,739,197", + "endColumns": "59,58,58,48,59,52,36,40,45,38,50,62,40,40,49,42,39,38,37", + "endOffsets": "438,70,849,898,958,531,267,112,734,151,625,688,308,192,378,574,478,773,230" + }, + "to": { + "startLines": "1604,1606,1607,1608,1612,1613,1618,1620,1621,1626,1627,1628,1632,1634,1706,1712,1715,1716,1717", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "98037,98180,98239,98298,98866,98926,99325,99441,99482,99996,100035,100086,100515,100596,111850,112702,112869,112909,112948", + "endColumns": "59,58,58,48,59,52,36,40,45,38,50,62,40,40,49,42,39,38,37", + "endOffsets": "98092,98234,98293,98342,98921,98974,99357,99477,99523,100030,100081,100144,100551,100632,111895,112740,112904,112943,112981" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/27e9419e29ad6e99842311b1eedd7570/transformed/startup-runtime-1.0.0/res/values/values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "82", + "endOffsets": "133" + }, + "to": { + "startLines": "1605", + "startColumns": "4", + "startOffsets": "98097", + "endColumns": "82", + "endOffsets": "98175" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/b96b833dcaccb5cb04f046d9d770a730/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": "1452,1483,1519,10446,10451", + "startColumns": "4,4,4,4,4", + "startOffsets": "89090,90685,92540,667507,667677", + "endLines": "1452,1483,1519,10450,10454", + "endColumns": "56,64,63,24,24", + "endOffsets": "89142,90745,92599,667672,667821" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/f65d52342d9c88af4c02870300222bc1/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,906,907,908,1755,4760,4762,4765,9074", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "1520,29420,29481,29543,29605,51871,51930,51987,115575,323299,323363,323489,598242", + "endLines": "33,581,582,583,584,906,907,908,1761,4761,4764,4767,9101", + "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24", + "endOffsets": "1567,29476,29538,29600,29664,51925,51982,52036,115984,323358,323484,323612,600060" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/d2f341836bc7cc8b81fc5c17196b35c6/transformed/lifecycle-viewmodel-2.3.1/res/values/values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "49", + "endOffsets": "100" + }, + "to": { + "startLines": "1518", + "startColumns": "4", + "startOffsets": "92490", + "endColumns": "49", + "endOffsets": "92535" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/cf4de91df9da2e743df03bd88c2bccf0/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": "8172,8199,8206,11873,11900", + "startColumns": "4,4,4,4,4", + "startOffsets": "549650,551297,551682,738006,739639", + "endLines": "8198,8205,8216,11899,11904", + "endColumns": "24,24,24,24,24", + "endOffsets": "551292,551677,552274,739634,739904" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/ce19cde02a333791586c35f046a0b2eb/transformed/viewpager2-1.0.0/res/values/values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "4", + "endColumns": "24", + "endOffsets": "160" + }, + "to": { + "startLines": "12613", + "startColumns": "4", + "startOffsets": "778158", + "endLines": "12615", + "endColumns": "24", + "endOffsets": "778263" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/1dc6746a54b7c02104af2e18a1d5bf51/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,917,10276", + "startColumns": "4,4,4,4", + "startOffsets": "5681,5845,52584,657481", + "endLines": "115,118,917,10279", + "endColumns": "55,47,51,24", + "endOffsets": "5732,5888,52631,657696" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/3d9d8ebd2014b8345738b06ced3e4513/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,1461,1515,9102,9500,9686,9814,9820,9824,9994,10245,10499,10526,10551,10574,10577,10580,10583,10612,10639,10656,11272,11280,11293,11309,11313,11343,11356,11360,11543,11553,11607,11869,11905,12114,12485,12526,12561,12625,12642", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,89503,92348,600065,620526,629116,634889,635264,635431,643133,655751,669963,671431,672306,673176,673242,673321,673396,674744,675731,676694,706887,707292,707763,708554,708717,710078,710642,710795,721775,722193,724723,737856,739909,751332,772071,773760,775181,778742,779484", + "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,1461,1515,9119,9685,9813,9819,9823,9993,10145,10257,10514,10550,10573,10576,10579,10582,10611,10638,10655,10741,11279,11292,11308,11312,11342,11355,11359,11369,11552,11596,11619,11872,11907,12129,12525,12560,12567,12641,12644", + "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,89539,92388,600997,629111,634884,635259,635426,643128,649927,656443,670709,672301,673171,673237,673316,673391,674739,675726,676689,680626,707287,707758,708549,708712,710073,710637,710790,711249,722188,724201,725255,738001,740024,751974,773755,775176,775529,779479,779580" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,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,781,782,783,784,785,786,787,788,789,790,791,792,818,904,905,909,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,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1411,1412,1459,1460,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1477,1480,1481,1482,1500,1501,1502,1503,1504,1505,1506,1514,1522,1523,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,1573,1609,1610,1611,1614,1615,1616,1617,1619,1622,1623,1624,1625,1629,1630,1631,1633,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1707,1708,1709,1710,1711,1720,1726,1730,1773,1781,1788,1958,1968,1977,1986,2055,2056,2057,2058,2059,2060,2061,2062,2063,2068,2069,2073,2074,2080,2084,2085,2086,2087,2097,2098,2099,2103,2104,2110,2114,2184,2187,2188,2191,2194,2195,2196,2197,2397,2403,2601,2801,2807,3005,3068,3150,3202,3284,3346,3428,3492,3544,3626,3633,3644,3648,3652,4427,4443,4450,4456,4468,4487,4504,4509,4514,4521,4531,4544,4558,4562,4569,4573,4579,4590,4593,4597,4613,4614,4662,4666,4670,4674,4675,4676,4679,4693,4702,4717,4759,4768,4769,4774,4778,4783,4790,4796,4797,4800,4804,4809,4821,4825,4830,4835,4840,4843,4846,4849,4853,4996,4997,4998,4999,5076,5080,5086,5090,5096,5100,5104,5110,5116,5120,5124,5128,5129,5130,5131,5132,5133,5134,5135,5139,5143,5146,5150,5153,5156,5159,5162,5165,5169,5173,5174,5177,5180,5183,5186,5189,5192,5195,5198,5202,5205,5209,5212,5215,5218,5221,5224,5227,5231,5234,5237,5241,5244,5254,5262,5270,5273,5276,5279,5282,5285,5355,5358,5359,5362,5365,5366,5369,5370,5371,5375,5376,5381,5389,5397,5405,5413,5421,5429,5437,5445,5453,5462,5471,5480,5488,5497,5506,5509,5512,5513,5514,5515,5516,5517,5518,5519,5520,5521,5522,5523,5524,5527,5528,5529,5530,5531,5539,5547,5548,5556,5560,5568,5576,5584,5592,5600,5601,5609,5617,5618,5621,5624,5625,5628,5667,5669,5674,5676,5681,5685,5689,5690,5691,5692,5696,5700,5701,5705,5706,5707,5708,5709,5710,5711,5712,5713,5714,5715,5716,5717,5718,5722,5726,5727,5731,5732,5737,5738,5739,5740,5741,5742,5743,5744,5745,5746,5747,5748,5749,5750,5751,5752,5753,5754,5755,5756,5757,5761,5762,5763,5769,5770,5774,5776,5777,5780,5785,5786,5787,5788,5789,5790,5794,5795,5796,5802,5803,5807,5809,5812,5816,5820,5824,5853,5854,5855,5856,5859,5862,5865,5868,5871,5875,5876,5881,5885,5890,5894,5899,5903,5907,5940,5941,5942,5943,5947,5948,5949,5950,5954,5958,5962,5966,5972,5973,6006,6019,6024,6050,6056,6059,6070,6075,6078,6081,6084,6087,6090,6093,6096,6100,6103,6104,6105,6113,6121,6124,6129,6134,6139,6144,6148,6152,6153,6161,6162,6163,6164,6165,6173,6178,6183,6184,6185,6186,6211,6216,6221,6224,6228,6231,6235,6245,6248,6253,6256,6260,6264,6364,6372,6385,6398,6402,6417,6428,6431,6442,6447,6451,6486,6487,6488,6495,6499,6503,6507,6511,6522,6538,6552,6559,6568,6571,6591,6601,6605,6609,6620,6626,6630,6647,6655,6659,6663,6667,6670,6674,6678,6682,6689,6693,6694,6698,6719,6729,6749,6758,6774,6784,6788,6798,6818,6828,6831,6832,6833,6834,6835,6839,6843,6847,6848,6849,6850,6853,6856,6859,6862,6865,6868,6871,6874,6877,6880,6883,6886,6889,6892,6895,6898,6901,6902,6905,6916,6924,6928,6933,6938,6941,6944,6950,6954,6957,6960,6964,6969,6973,6976,6984,6988,6992,7003,7008,7013,7014,7017,7020,7021,7031,7036,7044,7047,7051,7064,7067,7071,7086,7093,7119,7122,7125,7128,7131,7141,7148,7149,7154,7155,7156,7157,7161,7165,7169,7173,7202,7205,7209,7213,7241,7244,7248,7252,7261,7267,7270,7279,7283,7284,7291,7295,7302,7303,7304,7307,7312,7317,7318,7322,7330,7345,7349,7350,7362,7372,7373,7385,7390,7414,7417,7423,7426,7435,7443,7447,7450,7453,7456,7460,7463,7480,7484,7487,7502,7505,7513,7518,7525,7530,7531,7536,7537,7543,7549,7555,7586,7597,7614,7621,7625,7628,7640,7649,7653,7658,7662,7666,7670,7674,7678,7682,7686,7689,7698,7703,7712,7715,7722,7723,7727,7736,7742,7746,7747,7751,7772,7778,7782,7786,7787,7809,7810,7811,7812,7813,7818,7821,7822,7829,7830,7842,7854,7861,7862,7867,7872,7873,7877,7891,7896,7902,7908,7914,7919,7925,7931,7932,7937,7951,7956,7965,7974,7977,7990,7993,8004,8008,8017,8026,8027,8034,8217,8242,8254,8851,8888,8953,8990,8996,9148,9261,9287,9316,9322,9330,9447,10280,10294,10300,10350,10354,10440,10515,10784,10825,10831,10839,10847,10913,10925,10937,10949,10992,11004,11017,11026,11032,11037,11042,11048,11370,11382,11440,11465,11620,11626,11668,11671,11712,11750,11773,11826,11834,11974,11981,11989,12130,12135,12390,12475", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,33110,33167,33225,33284,33344,33403,33462,33521,33580,33639,33698,33757,33816,33875,33934,33994,34055,34117,34178,34239,34300,34361,34422,34483,34544,34605,34666,34727,34795,34864,34934,35003,35072,35141,35210,35279,35348,35417,35486,35555,35624,35684,35745,35807,35868,35929,35990,36051,36112,36173,36234,36295,36356,36417,36479,36542,36606,36669,36732,36795,36858,36921,36984,37047,37110,37173,37236,37297,37359,37422,37484,37546,37608,37670,37732,37794,37856,37918,37980,38042,38099,38186,38266,38356,38451,38543,38635,38725,38808,38901,38988,39085,39176,39277,39364,39467,39556,39655,39747,39831,39925,40013,40111,40195,40295,40381,40477,40565,40646,40737,40833,40926,41019,41110,41195,41289,41378,41476,41569,41671,41759,41863,41954,42054,42147,42232,42327,42416,42515,42600,42701,42788,43557,43623,43699,43768,43847,43912,43978,44031,44107,44173,44260,44336,46060,51759,51806,52041,52636,52686,52740,52819,52897,52970,53035,53098,53164,53235,53306,53376,53438,53507,53573,53633,53700,53767,53823,53874,53927,53979,54033,54104,54167,54226,54288,54347,54420,54487,54557,54617,54680,54755,54827,54923,54994,55050,55121,55178,55235,55301,55365,55436,55493,55546,55609,55661,55719,56956,57025,57091,57150,57233,57292,57349,57416,57486,57560,57622,57691,57761,57815,57868,57922,57981,58027,58084,58151,58207,58272,58346,58430,58503,58568,58630,58686,58769,58858,58922,59001,59075,59134,59190,59246,59306,59366,59413,59473,59534,59598,59659,59719,59777,59820,59869,59921,59972,60024,60073,60122,60187,60253,60313,60374,60430,60489,60564,60621,60705,60762,60837,60912,60963,61031,61081,61143,61203,61260,61320,61369,61450,61507,61568,61627,61687,61745,61806,61864,61914,61963,62030,62089,62148,62197,62272,62343,62412,62475,62543,62609,62677,62742,62808,62885,62963,63027,63106,63195,63273,63339,63408,63474,63572,63668,63764,63862,63971,64027,64119,64168,64222,64276,64330,64384,64438,64493,64603,64713,64823,64933,65043,65153,65263,65373,65479,65585,65691,65797,65892,65987,66082,66177,66283,66389,66495,66601,66696,66791,66886,66981,67089,67197,67305,67413,67510,67607,67704,67801,67909,68017,68125,68233,68331,68427,68523,68621,68686,68774,68838,68900,68962,69030,69088,69151,69217,69280,69347,69419,69485,69537,69597,69655,69707,69764,69848,69943,70028,70109,70189,70266,70345,70422,70496,70570,70641,70721,70793,70868,70921,70974,71042,71119,71184,71245,71305,71380,71454,71531,71604,71674,71746,71816,71889,71953,72023,72071,72140,72192,72277,72360,72418,72484,72551,72617,72698,72773,72829,72882,72943,73001,73051,73100,73149,73198,73260,73312,73357,73438,73489,73543,73596,73650,73701,73750,73816,73867,73928,73989,74051,74101,74142,74219,74278,74337,74396,74457,74513,74569,74636,74697,74762,74817,74882,74951,75019,75097,75166,75226,75297,75371,75436,75508,75578,75645,75729,75798,75865,75935,75998,76065,76133,76216,76295,76385,76462,76530,76597,76675,76732,76789,76857,76923,76979,77039,77098,77152,77202,77252,77300,77362,77413,77486,77566,77646,77710,77773,77840,77911,77969,78030,78096,78155,78222,78282,78342,78405,78473,78534,78601,78679,78749,78798,78855,78924,78985,79073,79161,79249,79337,79393,79480,79567,79654,79741,79799,79873,79943,79999,80070,80135,80197,80272,80345,80435,80501,80567,80628,80692,80754,80812,80883,80966,81025,81096,81162,81227,81288,81347,81418,81484,81549,81632,81708,81783,81864,81924,81993,82063,82132,82187,82243,82299,82360,82418,82474,82529,82591,82644,82701,82795,82864,82965,83016,83086,83149,83207,83277,83346,83416,83486,83556,83623,83690,83765,83832,83891,83945,83999,84053,84106,84158,85210,85251,85316,85390,85463,85531,85591,85649,85710,85776,85842,85907,85971,86485,86622,89404,89453,89544,89592,89648,89706,89768,89823,89881,89952,90016,90075,90137,90203,90408,90553,90597,90642,91620,91671,91718,91763,91814,91865,91916,92300,92730,92796,92975,93038,93110,93167,93222,93280,93335,93394,93450,93511,93574,93635,93696,93757,93818,93879,93940,94001,94060,94121,94182,94243,94304,94365,94426,94477,94543,94609,94677,94745,94811,94878,94952,95015,95072,95132,95197,95264,95329,95386,95447,95505,95575,95622,95674,95724,95851,98347,98497,98628,98979,99077,99192,99277,99362,99528,99593,99682,99839,100149,100302,100456,100556,100637,100733,100823,100919,101009,101175,101300,101425,101595,101705,101826,101947,102057,102169,102292,102415,102497,102671,102819,102978,103133,103306,103423,103540,103708,103820,103934,104108,104286,104419,104531,104677,104829,104961,105104,105226,105404,105586,105903,106085,106267,106457,106647,106846,107003,107113,107296,107433,107653,107837,107997,108155,108339,108542,108713,108933,109155,109310,109510,109694,109797,109938,110103,110274,110474,110678,110880,111085,111286,111485,111689,111900,111978,112279,112445,112600,113154,113562,113839,116667,117118,117574,128711,129253,129718,130180,134573,134658,134779,134878,134965,135088,135189,135282,135389,135732,135839,136084,136205,136614,136862,136962,137067,137186,137720,137867,137986,138237,138370,138785,139039,144310,144516,144641,144858,145058,145179,145312,145459,160635,161071,176103,191315,191753,206821,211826,217367,221551,227106,232012,237513,241580,245680,251195,251686,252442,252694,252959,302539,303443,303907,304300,304970,306129,307232,307604,307982,308444,309219,309984,310969,311235,311711,311985,312382,313055,313233,313462,314561,314652,316846,317112,317434,317644,317753,317872,318056,319028,319624,320553,323204,323617,323648,323976,324204,324463,325039,325393,325515,325654,325928,326188,327058,327344,327747,328149,328492,328704,328905,329118,329407,340620,340693,340780,340865,345616,345788,346058,346229,346497,346662,346829,347098,347363,347531,347696,347862,347982,348102,348210,348320,348432,348540,348650,348815,348981,349160,349325,349480,349600,349761,349924,350085,350250,350417,350470,350603,350723,350821,350934,351053,351170,351325,351457,351686,351849,352042,352168,352320,352462,352632,352788,352960,353251,353363,353492,353721,353939,354794,355381,355995,356163,356305,356466,356609,356777,363406,363601,363693,363866,364028,364123,364292,364386,364475,364718,364807,365100,365565,366034,366504,366979,367445,367910,368376,368843,369306,369886,370469,371051,371511,372092,372674,372864,373043,373149,373257,373363,373475,373589,373701,373815,373931,374045,374153,374263,374371,374567,374675,374785,374893,375007,375416,375830,375946,376364,376605,377035,377470,377880,378302,378712,378834,379243,379659,379781,379999,380183,380244,380416,383224,383292,383636,383716,384072,384222,384366,384442,384554,384644,384906,385171,385270,385422,385498,385610,385700,385802,385910,386018,386118,386203,386307,386394,386472,386586,386678,386942,387209,387310,387463,387547,387936,388034,388142,388236,388366,388474,388596,388732,388840,388960,389094,389216,389344,389486,389612,389752,389878,389996,390128,390226,390336,390636,390748,390866,391330,391446,391749,391875,391971,392101,392502,392612,392736,392874,392984,393106,393418,393542,393672,394148,394276,394591,394729,394875,395037,395253,395409,397329,397397,397481,397585,397788,397977,398178,398371,398576,398781,398897,399139,399374,399633,399832,400098,400295,400511,403071,403185,403305,403399,403720,403819,403937,404038,404268,404504,404714,404947,405371,405447,408017,409272,409716,411660,412117,412325,413335,413806,413947,414082,414279,414450,414633,414808,414995,415217,415375,415459,415563,416125,416756,416914,417133,417364,417587,417822,418044,418310,418448,419047,419161,419299,419411,419535,420106,420601,421147,421292,421385,421477,423494,423937,424235,424424,424630,424823,425033,425917,426062,426545,426703,426920,427181,435107,435539,436365,436985,437182,438130,438895,439018,439791,440012,440212,442189,442289,442379,442817,443116,443427,443730,444045,444671,445422,446497,447044,447602,447768,449165,449781,450017,450238,451028,451423,451659,452928,453377,453564,453813,454055,454231,454472,454705,454930,455272,455485,455580,455841,456696,457149,458013,458461,459129,459581,459788,460245,461099,461556,461706,461830,461976,462114,462250,462538,462839,463141,463257,463379,463491,463640,463898,464160,464418,464678,464926,465178,465426,465676,465920,466168,466412,466658,466890,467126,467358,467592,467704,467895,468754,469352,469548,469785,470053,470269,470487,470759,471058,471250,471462,471754,472018,472307,472526,473051,473288,473580,474319,474557,474826,474966,475136,475280,475382,476164,476504,477126,477352,477649,478373,478637,478952,480118,480678,482773,482967,483185,483411,483623,484298,484737,484833,485180,485268,485376,485484,485778,486084,486382,486692,488771,488959,489220,489469,491446,491638,491903,492156,492739,493089,493258,493772,494007,494131,494639,494853,495351,495454,495584,495759,496078,496364,496504,496698,497196,498077,498365,498495,499272,499929,500075,500781,501019,502559,502709,503126,503291,503977,504447,504643,504805,504960,505104,505338,505505,506433,506719,506879,507494,507653,507981,508208,508720,509082,509161,509500,509605,509970,510341,510702,512524,513153,514229,514749,515002,515154,516144,516881,517084,517330,517577,517795,518037,518358,518622,518927,519150,519322,519863,520132,520626,520852,521292,521451,521735,522480,522845,523150,523308,523546,524865,525263,525491,525711,525853,527553,527659,527789,527927,528051,528339,528508,528608,529067,529181,530064,530819,531258,531382,531695,531978,532112,532303,533082,533300,533591,533870,534187,534409,534704,534987,535091,535374,536106,536422,537048,537554,537759,538488,538763,539424,539613,540260,540921,541041,541538,552279,553896,554593,586199,588106,590953,593045,593377,602533,607909,609187,610282,610466,610677,617849,657701,658478,658862,661290,661521,667190,670714,682906,684718,685025,685533,685931,689387,690005,690587,691082,693069,693779,694394,694888,695261,695490,695698,695834,711254,711930,715190,716608,725260,725481,727627,727764,730049,731903,732893,735537,735978,743880,744301,744617,751979,752244,766552,771700", + "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,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,781,782,783,784,785,786,787,788,789,790,791,792,818,904,905,909,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,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1411,1412,1459,1460,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1477,1480,1481,1482,1500,1501,1502,1503,1504,1505,1506,1514,1522,1523,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,1576,1609,1610,1611,1614,1615,1616,1617,1619,1622,1623,1624,1625,1629,1630,1631,1633,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1707,1708,1709,1710,1711,1722,1729,1733,1780,1787,1795,1967,1976,1985,1994,2055,2056,2057,2058,2059,2060,2061,2062,2067,2068,2072,2073,2079,2083,2084,2085,2086,2096,2097,2098,2102,2103,2109,2113,2114,2186,2187,2190,2193,2194,2195,2196,2396,2402,2600,2800,2806,3004,3067,3149,3201,3283,3345,3427,3491,3543,3625,3632,3643,3647,3651,3664,4442,4449,4455,4467,4486,4503,4508,4513,4520,4530,4543,4557,4561,4568,4572,4578,4589,4592,4596,4612,4613,4661,4665,4669,4673,4674,4675,4678,4692,4701,4716,4758,4759,4768,4773,4777,4782,4789,4795,4796,4799,4803,4808,4820,4824,4829,4834,4839,4842,4845,4848,4852,4856,4996,4997,4998,4999,5079,5085,5089,5095,5099,5103,5109,5115,5119,5123,5127,5128,5129,5130,5131,5132,5133,5134,5138,5142,5145,5149,5152,5155,5158,5161,5164,5168,5172,5173,5176,5179,5182,5185,5188,5191,5194,5197,5201,5204,5208,5211,5214,5217,5220,5223,5226,5230,5233,5236,5240,5243,5253,5261,5269,5272,5275,5278,5281,5284,5287,5357,5358,5361,5364,5365,5368,5369,5370,5374,5375,5380,5388,5396,5404,5412,5420,5428,5436,5444,5452,5461,5470,5479,5487,5496,5505,5508,5511,5512,5513,5514,5515,5516,5517,5518,5519,5520,5521,5522,5523,5526,5527,5528,5529,5530,5538,5546,5547,5555,5559,5567,5575,5583,5591,5599,5600,5608,5616,5617,5620,5623,5624,5627,5630,5668,5673,5675,5680,5684,5688,5689,5690,5691,5695,5699,5700,5704,5705,5706,5707,5708,5709,5710,5711,5712,5713,5714,5715,5716,5717,5721,5725,5726,5730,5731,5736,5737,5738,5739,5740,5741,5742,5743,5744,5745,5746,5747,5748,5749,5750,5751,5752,5753,5754,5755,5756,5760,5761,5762,5768,5769,5773,5775,5776,5779,5784,5785,5786,5787,5788,5789,5793,5794,5795,5801,5802,5806,5808,5811,5815,5819,5823,5827,5853,5854,5855,5858,5861,5864,5867,5870,5874,5875,5880,5884,5889,5893,5898,5902,5906,5939,5940,5941,5942,5946,5947,5948,5949,5953,5957,5961,5965,5971,5972,6005,6018,6023,6049,6055,6058,6069,6074,6077,6080,6083,6086,6089,6092,6095,6099,6102,6103,6104,6112,6120,6123,6128,6133,6138,6143,6147,6151,6152,6160,6161,6162,6163,6164,6172,6177,6182,6183,6184,6185,6210,6215,6220,6223,6227,6230,6234,6244,6247,6252,6255,6259,6263,6266,6371,6384,6397,6401,6416,6427,6430,6441,6446,6450,6485,6486,6487,6494,6498,6502,6506,6510,6521,6537,6551,6558,6567,6570,6590,6600,6604,6608,6619,6625,6629,6646,6654,6658,6662,6666,6669,6673,6677,6681,6688,6692,6693,6697,6718,6728,6748,6757,6773,6783,6787,6797,6817,6827,6830,6831,6832,6833,6834,6838,6842,6846,6847,6848,6849,6852,6855,6858,6861,6864,6867,6870,6873,6876,6879,6882,6885,6888,6891,6894,6897,6900,6901,6904,6915,6923,6927,6932,6937,6940,6943,6949,6953,6956,6959,6963,6968,6972,6975,6983,6987,6991,7002,7007,7012,7013,7016,7019,7020,7030,7035,7043,7046,7050,7063,7066,7070,7085,7092,7118,7121,7124,7127,7130,7140,7147,7148,7153,7154,7155,7156,7160,7164,7168,7172,7201,7204,7208,7212,7240,7243,7247,7251,7260,7266,7269,7278,7282,7283,7290,7294,7301,7302,7303,7306,7311,7316,7317,7321,7329,7344,7348,7349,7361,7371,7372,7384,7389,7413,7416,7422,7425,7434,7442,7446,7449,7452,7455,7459,7462,7479,7483,7486,7501,7504,7512,7517,7524,7529,7530,7535,7536,7542,7548,7554,7585,7596,7613,7620,7624,7627,7639,7648,7652,7657,7661,7665,7669,7673,7677,7681,7685,7688,7697,7702,7711,7714,7721,7722,7726,7735,7741,7745,7746,7750,7771,7777,7781,7785,7786,7808,7809,7810,7811,7812,7817,7820,7821,7828,7829,7841,7853,7860,7861,7866,7871,7872,7876,7890,7895,7901,7907,7913,7918,7924,7930,7931,7936,7950,7955,7964,7973,7976,7989,7992,8003,8007,8016,8025,8026,8033,8041,8241,8253,8301,8887,8952,8989,8995,9061,9260,9286,9315,9321,9329,9446,9461,10293,10299,10349,10353,10359,10445,10525,10818,10830,10838,10846,10912,10924,10936,10948,10991,11003,11016,11025,11031,11036,11041,11047,11087,11381,11439,11464,11542,11625,11632,11670,11674,11749,11772,11825,11833,11856,11980,11988,12089,12134,12389,12405,12484", + "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,33162,33220,33279,33339,33398,33457,33516,33575,33634,33693,33752,33811,33870,33929,33989,34050,34112,34173,34234,34295,34356,34417,34478,34539,34600,34661,34722,34790,34859,34929,34998,35067,35136,35205,35274,35343,35412,35481,35550,35619,35679,35740,35802,35863,35924,35985,36046,36107,36168,36229,36290,36351,36412,36474,36537,36601,36664,36727,36790,36853,36916,36979,37042,37105,37168,37231,37292,37354,37417,37479,37541,37603,37665,37727,37789,37851,37913,37975,38037,38094,38181,38261,38351,38446,38538,38630,38720,38803,38896,38983,39080,39171,39272,39359,39462,39551,39650,39742,39826,39920,40008,40106,40190,40290,40376,40472,40560,40641,40732,40828,40921,41014,41105,41190,41284,41373,41471,41564,41666,41754,41858,41949,42049,42142,42227,42322,42411,42510,42595,42696,42783,42880,43618,43694,43763,43842,43907,43973,44026,44102,44168,44255,44331,44407,46097,51801,51866,52091,52681,52735,52814,52892,52965,53030,53093,53159,53230,53301,53371,53433,53502,53568,53628,53695,53762,53818,53869,53922,53974,54028,54099,54162,54221,54283,54342,54415,54482,54552,54612,54675,54750,54822,54918,54989,55045,55116,55173,55230,55296,55360,55431,55488,55541,55604,55656,55714,55781,57020,57086,57145,57228,57287,57344,57411,57481,57555,57617,57686,57756,57810,57863,57917,57976,58022,58079,58146,58202,58267,58341,58425,58498,58563,58625,58681,58764,58853,58917,58996,59070,59129,59185,59241,59301,59361,59408,59468,59529,59593,59654,59714,59772,59815,59864,59916,59967,60019,60068,60117,60182,60248,60308,60369,60425,60484,60559,60616,60700,60757,60832,60907,60958,61026,61076,61138,61198,61255,61315,61364,61445,61502,61563,61622,61682,61740,61801,61859,61909,61958,62025,62084,62143,62192,62267,62338,62407,62470,62538,62604,62672,62737,62803,62880,62958,63022,63101,63190,63268,63334,63403,63469,63567,63663,63759,63857,63966,64022,64114,64163,64217,64271,64325,64379,64433,64488,64598,64708,64818,64928,65038,65148,65258,65368,65474,65580,65686,65792,65887,65982,66077,66172,66278,66384,66490,66596,66691,66786,66881,66976,67084,67192,67300,67408,67505,67602,67699,67796,67904,68012,68120,68228,68326,68422,68518,68616,68681,68769,68833,68895,68957,69025,69083,69146,69212,69275,69342,69414,69480,69532,69592,69650,69702,69759,69843,69938,70023,70104,70184,70261,70340,70417,70491,70565,70636,70716,70788,70863,70916,70969,71037,71114,71179,71240,71300,71375,71449,71526,71599,71669,71741,71811,71884,71948,72018,72066,72135,72187,72272,72355,72413,72479,72546,72612,72693,72768,72824,72877,72938,72996,73046,73095,73144,73193,73255,73307,73352,73433,73484,73538,73591,73645,73696,73745,73811,73862,73923,73984,74046,74096,74137,74214,74273,74332,74391,74452,74508,74564,74631,74692,74757,74812,74877,74946,75014,75092,75161,75221,75292,75366,75431,75503,75573,75640,75724,75793,75860,75930,75993,76060,76128,76211,76290,76380,76457,76525,76592,76670,76727,76784,76852,76918,76974,77034,77093,77147,77197,77247,77295,77357,77408,77481,77561,77641,77705,77768,77835,77906,77964,78025,78091,78150,78217,78277,78337,78400,78468,78529,78596,78674,78744,78793,78850,78919,78980,79068,79156,79244,79332,79388,79475,79562,79649,79736,79794,79868,79938,79994,80065,80130,80192,80267,80340,80430,80496,80562,80623,80687,80749,80807,80878,80961,81020,81091,81157,81222,81283,81342,81413,81479,81544,81627,81703,81778,81859,81919,81988,82058,82127,82182,82238,82294,82355,82413,82469,82524,82586,82639,82696,82790,82859,82960,83011,83081,83144,83202,83272,83341,83411,83481,83551,83618,83685,83760,83827,83886,83940,83994,84048,84101,84153,84227,85246,85311,85385,85458,85526,85586,85644,85705,85771,85837,85902,85966,86027,86617,86757,89448,89498,89587,89643,89701,89763,89818,89876,89947,90011,90070,90132,90198,90264,90446,90592,90637,90680,91666,91713,91758,91809,91860,91911,91962,92343,92791,92853,93033,93105,93162,93217,93275,93330,93389,93445,93506,93569,93630,93691,93752,93813,93874,93935,93996,94055,94116,94177,94238,94299,94360,94421,94472,94538,94604,94672,94740,94806,94873,94947,95010,95067,95127,95192,95259,95324,95381,95442,95500,95570,95617,95669,95719,95776,96166,98492,98623,98861,99072,99187,99272,99320,99436,99588,99677,99834,99991,100297,100451,100510,100591,100728,100818,100914,101004,101170,101295,101420,101590,101700,101821,101942,102052,102164,102287,102410,102492,102666,102814,102973,103128,103301,103418,103535,103703,103815,103929,104103,104281,104414,104526,104672,104824,104956,105099,105221,105399,105581,105898,106080,106262,106452,106642,106841,106998,107108,107291,107428,107648,107832,107992,108150,108334,108537,108708,108928,109150,109305,109505,109689,109792,109933,110098,110269,110469,110673,110875,111080,111281,111480,111684,111845,111973,112274,112440,112595,112697,113283,113834,114119,117113,117569,118078,129248,129713,130175,130646,134653,134774,134873,134960,135083,135184,135277,135384,135727,135834,136079,136200,136609,136857,136957,137062,137181,137715,137862,137981,138232,138365,138780,139034,139146,144511,144636,144853,145053,145174,145307,145454,160630,161066,176098,191310,191748,206816,211821,217362,221546,227101,232007,237508,241575,245675,251190,251681,252437,252689,252954,254109,303438,303902,304295,304965,306124,307227,307599,307977,308439,309214,309979,310964,311230,311706,311980,312377,313050,313228,313457,314556,314647,316841,317107,317429,317639,317748,317867,318051,319023,319619,320548,323199,323294,323643,323971,324199,324458,325034,325388,325510,325649,325923,326183,327053,327339,327742,328144,328487,328699,328900,329113,329402,329687,340688,340775,340860,340959,345783,346053,346224,346492,346657,346824,347093,347358,347526,347691,347857,347977,348097,348205,348315,348427,348535,348645,348810,348976,349155,349320,349475,349595,349756,349919,350080,350245,350412,350465,350598,350718,350816,350929,351048,351165,351320,351452,351681,351844,352037,352163,352315,352457,352627,352783,352955,353246,353358,353487,353716,353934,354789,355376,355990,356158,356300,356461,356604,356772,356929,363596,363688,363861,364023,364118,364287,364381,364470,364713,364802,365095,365560,366029,366499,366974,367440,367905,368371,368838,369301,369881,370464,371046,371506,372087,372669,372859,373038,373144,373252,373358,373470,373584,373696,373810,373926,374040,374148,374258,374366,374562,374670,374780,374888,375002,375411,375825,375941,376359,376600,377030,377465,377875,378297,378707,378829,379238,379654,379776,379994,380178,380239,380411,380583,383287,383631,383711,384067,384217,384361,384437,384549,384639,384901,385166,385265,385417,385493,385605,385695,385797,385905,386013,386113,386198,386302,386389,386467,386581,386673,386937,387204,387305,387458,387542,387931,388029,388137,388231,388361,388469,388591,388727,388835,388955,389089,389211,389339,389481,389607,389747,389873,389991,390123,390221,390331,390631,390743,390861,391325,391441,391744,391870,391966,392096,392497,392607,392731,392869,392979,393101,393413,393537,393667,394143,394271,394586,394724,394870,395032,395248,395404,395608,397392,397476,397580,397783,397972,398173,398366,398571,398776,398892,399134,399369,399628,399827,400093,400290,400506,403066,403180,403300,403394,403715,403814,403932,404033,404263,404499,404709,404942,405366,405442,408012,409267,409711,411655,412112,412320,413330,413801,413942,414077,414274,414445,414628,414803,414990,415212,415370,415454,415558,416120,416751,416909,417128,417359,417582,417817,418039,418305,418443,419042,419156,419294,419406,419530,420101,420596,421142,421287,421380,421472,423489,423932,424230,424419,424625,424818,425028,425912,426057,426540,426698,426915,427176,427307,435534,436360,436980,437177,438125,438890,439013,439786,440007,440207,442184,442284,442374,442812,443111,443422,443725,444040,444666,445417,446492,447039,447597,447763,449160,449776,450012,450233,451023,451418,451654,452923,453372,453559,453808,454050,454226,454467,454700,454925,455267,455480,455575,455836,456691,457144,458008,458456,459124,459576,459783,460240,461094,461551,461701,461825,461971,462109,462245,462533,462834,463136,463252,463374,463486,463635,463893,464155,464413,464673,464921,465173,465421,465671,465915,466163,466407,466653,466885,467121,467353,467587,467699,467890,468749,469347,469543,469780,470048,470264,470482,470754,471053,471245,471457,471749,472013,472302,472521,473046,473283,473575,474314,474552,474821,474961,475131,475275,475377,476159,476499,477121,477347,477644,478368,478632,478947,480113,480673,482768,482962,483180,483406,483618,484293,484732,484828,485175,485263,485371,485479,485773,486079,486377,486687,488766,488954,489215,489464,491441,491633,491898,492151,492734,493084,493253,493767,494002,494126,494634,494848,495346,495449,495579,495754,496073,496359,496499,496693,497191,498072,498360,498490,499267,499924,500070,500776,501014,502554,502704,503121,503286,503972,504442,504638,504800,504955,505099,505333,505500,506428,506714,506874,507489,507648,507976,508203,508715,509077,509156,509495,509600,509965,510336,510697,512519,513148,514224,514744,514997,515149,516139,516876,517079,517325,517572,517790,518032,518353,518617,518922,519145,519317,519858,520127,520621,520847,521287,521446,521730,522475,522840,523145,523303,523541,524860,525258,525486,525706,525848,527548,527654,527784,527922,528046,528334,528503,528603,529062,529176,530059,530814,531253,531377,531690,531973,532107,532298,533077,533295,533586,533865,534182,534404,534699,534982,535086,535369,536101,536417,537043,537549,537754,538483,538758,539419,539608,540255,540916,541036,541533,542067,553891,554588,557042,588101,590948,593040,593372,597540,607904,609182,610277,610461,610672,617844,618552,658473,658857,661285,661516,661820,667502,671426,684357,685020,685528,685926,689382,690000,690582,691077,693064,693774,694389,694883,695256,695485,695693,695829,698136,711925,715185,716603,721770,725476,725769,727759,727994,731898,732888,735532,735973,737203,744296,744612,750125,752239,766547,767616,772066" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/83a6da91e30c84334b3fd65973a0d1a7/transformed/transition-1.2.0/res/values/values.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,95,142,185,240,287,341,393,442,503", + "endColumns": "39,46,42,54,46,53,51,48,60,49", + "endOffsets": "90,137,180,235,282,336,388,437,498,548" + }, + "to": { + "startLines": "1453,1454,1474,1478,1479,1508,1509,1510,1511,1512", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "89147,89187,90269,90451,90506,92002,92056,92108,92157,92218", + "endColumns": "39,46,42,54,46,53,51,48,60,49", + "endOffsets": "89182,89229,90307,90501,90548,92051,92103,92152,92213,92263" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/35104bc8af8bbb426f309e2ef8d5648a/transformed/savedstate-1.1.0/res/values/values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "53", + "endOffsets": "104" + }, + "to": { + "startLines": "1517", + "startColumns": "4", + "startOffsets": "92436", + "endColumns": "53", + "endOffsets": "92485" + } + }, + { + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/values/themes.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "100", + "endLines": "14", + "endColumns": "12", + "endOffsets": "810" + }, + "to": { + "startLines": "5828", + "startColumns": "4", + "startOffsets": "395613", + "endLines": "5840", + "endColumns": "12", + "endOffsets": "396321" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/a0596bdc7c4707845642f0e636d53fc8/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,8042,10146,10156", + "startColumns": "4,4,4,4", + "startOffsets": "4450,542072,649932,650540", + "endLines": "86,8044,10155,10244", + "endColumns": "60,12,24,24", + "endOffsets": "4506,542212,650535,655746" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/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,793,794,910,911,912,913,914,915,916,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1457,1458,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1507,1572,1714,5344,5345,5349,5350,5354,6362,6363,9067,9462,10360,10408,10455,10492", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,44412,44481,52096,52166,52234,52306,52376,52437,52511,84232,84293,84354,84416,84480,84542,84603,84671,84771,84831,84897,84970,85039,85096,85148,86762,86834,86910,86975,87034,87093,87153,87213,87273,87333,87393,87453,87513,87573,87633,87693,87752,87812,87872,87932,87992,88052,88112,88172,88232,88292,88352,88411,88471,88531,88590,88649,88708,88767,88826,89334,89369,90796,90851,90914,90969,91027,91085,91146,91209,91266,91317,91367,91428,91485,91551,91585,91967,95781,112798,362648,362765,362966,363076,363277,434968,435040,597805,618557,661825,665125,667826,669586", + "endLines": "413,566,567,793,794,910,911,912,913,914,915,916,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1457,1458,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1507,1572,1714,5344,5348,5349,5353,5354,6362,6363,9073,9471,10407,10439,10491,10498", + "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,44476,44539,52161,52229,52301,52371,52432,52506,52579,84288,84349,84411,84475,84537,84598,84666,84766,84826,84892,84965,85034,85091,85143,85205,86829,86905,86970,87029,87088,87148,87208,87268,87328,87388,87448,87508,87568,87628,87688,87747,87807,87867,87927,87987,88047,88107,88167,88227,88287,88347,88406,88466,88526,88585,88644,88703,88762,88821,88880,89364,89399,90846,90909,90964,91022,91080,91141,91204,91261,91312,91362,91423,91480,91546,91580,91615,91997,95846,112864,362760,362961,363071,363272,363401,435035,435102,598237,619011,665120,667185,669581,669958" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,630,631,769,770,771,772,773,774,775,776,777,778,779,780,795,796,797,798,799,800,801,802,806,807,808,809,810,811,812,813,814,815,819,820,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,967,968,972,973,974,975,976,977,978,1403,1404,1405,1406,1407,1408,1409,1410,1448,1449,1450,1451,1455,1475,1476,1484,1513,1520,1521,1524,1525,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,1713,1718,1719,1723,1724,1725,1734,1742,1743,1747,1751,1762,1767,1796,1803,1807,1811,1816,1820,1824,1828,1832,1836,1840,1846,1850,1856,1860,1866,1870,1875,1879,1882,1886,1892,1896,1902,1906,1912,1915,1919,1923,1927,1931,1935,1936,1937,1938,1941,1944,1947,1950,1954,1955,1956,1957,1995,1998,2000,2002,2004,2009,2010,2014,2020,2024,2025,2027,2039,2040,2044,2050,2054,2115,2116,2120,2147,2151,2152,2156,3665,3838,3864,4036,4062,4093,4101,4107,4123,4145,4150,4155,4165,4174,4183,4187,4194,4213,4220,4221,4230,4233,4236,4240,4244,4248,4251,4252,4257,4262,4272,4277,4284,4290,4291,4294,4298,4303,4305,4307,4310,4313,4315,4319,4322,4329,4332,4335,4339,4341,4345,4347,4349,4351,4355,4363,4371,4383,4389,4398,4401,4412,4415,4416,4421,4422,4857,4926,5000,5001,5011,5020,5021,5023,5027,5030,5033,5036,5039,5042,5045,5048,5052,5055,5058,5061,5065,5068,5072,5288,5289,5290,5291,5292,5293,5294,5295,5296,5297,5298,5299,5300,5301,5302,5303,5304,5305,5306,5307,5308,5310,5312,5313,5314,5315,5316,5317,5318,5319,5321,5322,5324,5325,5327,5329,5330,5332,5333,5334,5335,5336,5337,5339,5340,5341,5342,5343,5631,5633,5635,5637,5638,5639,5640,5641,5642,5643,5644,5645,5646,5647,5648,5649,5651,5652,5653,5654,5655,5656,5657,5659,5663,5841,5842,5843,5844,5845,5846,5850,5851,5852,6267,6269,6271,6273,6275,6277,6278,6279,6280,6282,6284,6286,6287,6288,6289,6290,6291,6292,6293,6294,6295,6296,6297,6300,6301,6302,6303,6305,6307,6308,6310,6311,6313,6315,6317,6318,6319,6320,6321,6322,6323,6324,6325,6326,6327,6328,6330,6331,6332,6333,6335,6336,6337,6338,6339,6341,6343,6345,6347,6348,6349,6350,6351,6352,6353,6354,6355,6356,6357,6358,6359,6360,6361,8045,8128,8131,8134,8137,8151,8162,8302,8305,8335,8362,8371,8448,9062,9120,9472,10258,10742,10778,10819,11088,11111,11252,11597,11603,11633,11675,11857,11908,12090,12406,12568,12587,12616", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,32738,32805,42885,42944,43003,43062,43121,43180,43234,43288,43341,43395,43449,43503,44544,44618,44697,44770,44844,44915,44987,45059,45273,45330,45388,45461,45535,45609,45684,45756,45829,45899,46102,46162,46310,46379,46448,46518,46592,46668,46732,46809,46885,46962,47027,47096,47173,47248,47317,47385,47462,47528,47589,47686,47751,47820,47919,47990,48049,48107,48164,48223,48287,48358,48430,48502,48574,48646,48713,48781,48849,48908,48971,49035,49125,49216,49276,49342,49409,49475,49545,49609,49662,49729,49790,49857,49970,50028,50091,50156,50221,50296,50369,50441,50485,50532,50578,50627,50688,50749,50810,50872,50936,51000,51064,51129,51192,51252,51313,51379,51438,51498,51560,51631,51691,55786,55872,56122,56212,56299,56387,56469,56552,56642,86032,86084,86142,86187,86253,86317,86374,86431,88885,88942,88990,89039,89234,90312,90359,90750,92268,92604,92668,92858,92918,96171,96245,96315,96393,96447,96517,96602,96650,96696,96757,96820,96886,96950,97021,97084,97149,97213,97274,97335,97387,97460,97534,97603,97678,97752,97826,97967,112745,112986,113064,113288,113376,113472,114124,114706,114795,115042,115323,115989,116274,118083,118560,118782,119004,119280,119507,119737,119967,120197,120427,120654,121073,121299,121724,121954,122382,122601,122884,123092,123223,123450,123876,124101,124528,124749,125174,125294,125570,125871,126195,126486,126800,126937,127068,127173,127415,127582,127786,127994,128265,128377,128489,128594,130651,130865,131011,131151,131237,131585,131673,131919,132337,132586,132668,132766,133448,133548,133800,134224,134479,139151,139240,139477,141529,141771,141873,142126,254114,265387,266903,278190,279718,281475,282101,282521,283782,285047,285303,285539,286086,286580,287185,287383,287963,289331,289706,289824,290362,290519,290715,290988,291244,291414,291555,291619,291984,292351,293027,293291,293629,293982,294076,294262,294568,294830,294955,295082,295321,295532,295651,295844,296021,296476,296657,296779,297038,297151,297338,297440,297547,297676,297951,298459,298955,299832,300126,300696,300845,301577,301749,301833,302169,302261,329692,335086,340964,341026,341656,342270,342361,342474,342703,342863,343015,343186,343352,343521,343688,343851,344094,344264,344437,344608,344882,345081,345286,356934,357018,357114,357210,357308,357408,357510,357612,357714,357816,357918,358018,358114,358226,358355,358478,358609,358740,358838,358952,359046,359186,359320,359416,359528,359628,359744,359840,359952,360052,360192,360328,360492,360622,360780,360930,361071,361215,361350,361462,361612,361740,361868,362004,362136,362266,362396,362508,380588,380734,380878,381016,381082,381172,381248,381352,381442,381544,381652,381760,381860,381940,382032,382130,382240,382292,382370,382476,382568,382672,382782,382904,383067,396326,396406,396506,396596,396706,396796,397037,397131,397237,427312,427412,427524,427638,427754,427870,427964,428078,428190,428292,428412,428534,428616,428720,428840,428966,429064,429158,429246,429358,429474,429596,429708,429883,429999,430085,430177,430289,430413,430480,430606,430674,430802,430946,431074,431143,431238,431353,431466,431565,431674,431785,431896,431997,432102,432202,432332,432423,432546,432640,432752,432838,432942,433038,433126,433244,433348,433452,433578,433666,433774,433874,433964,434074,434158,434260,434344,434398,434462,434568,434654,434764,434848,542217,547361,547479,547594,547726,548441,549133,557047,557125,558724,560257,560645,565536,597545,601002,619016,656448,680631,682644,684362,698141,698971,705753,724206,724500,725774,727999,737208,740029,750130,767621,775534,776749,778268", + "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,630,631,769,770,771,772,773,774,775,776,777,778,779,780,795,796,797,798,799,800,801,802,806,807,808,809,810,811,812,813,814,815,819,820,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,967,968,972,973,974,975,976,977,978,1403,1404,1405,1406,1407,1408,1409,1410,1448,1449,1450,1451,1455,1475,1476,1484,1513,1520,1521,1524,1525,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,1713,1718,1719,1723,1724,1725,1741,1742,1746,1750,1754,1766,1772,1802,1806,1810,1815,1819,1823,1827,1831,1835,1839,1845,1849,1855,1859,1865,1869,1874,1878,1881,1885,1891,1895,1901,1905,1911,1914,1918,1922,1926,1930,1934,1935,1936,1937,1940,1943,1946,1949,1953,1954,1955,1956,1957,1997,1999,2001,2003,2008,2009,2013,2019,2023,2024,2026,2038,2039,2043,2049,2053,2054,2115,2119,2146,2150,2151,2155,2183,3837,3863,4035,4061,4092,4100,4106,4122,4144,4149,4154,4164,4173,4182,4186,4193,4212,4219,4220,4229,4232,4235,4239,4243,4247,4250,4251,4256,4261,4271,4276,4283,4289,4290,4293,4297,4302,4304,4306,4309,4312,4314,4318,4321,4328,4331,4334,4338,4340,4344,4346,4348,4350,4354,4362,4370,4382,4388,4397,4400,4411,4414,4415,4420,4421,4426,4925,4995,5000,5010,5019,5020,5022,5026,5029,5032,5035,5038,5041,5044,5047,5051,5054,5057,5060,5064,5067,5071,5075,5288,5289,5290,5291,5292,5293,5294,5295,5296,5297,5298,5299,5300,5301,5302,5303,5304,5305,5306,5307,5309,5311,5312,5313,5314,5315,5316,5317,5318,5320,5321,5323,5324,5326,5328,5329,5331,5332,5333,5334,5335,5336,5338,5339,5340,5341,5342,5343,5632,5634,5636,5637,5638,5639,5640,5641,5642,5643,5644,5645,5646,5647,5648,5650,5651,5652,5653,5654,5655,5656,5658,5662,5666,5841,5842,5843,5844,5845,5849,5850,5851,5852,6268,6270,6272,6274,6276,6277,6278,6279,6281,6283,6285,6286,6287,6288,6289,6290,6291,6292,6293,6294,6295,6296,6299,6300,6301,6302,6304,6306,6307,6309,6310,6312,6314,6316,6317,6318,6319,6320,6321,6322,6323,6324,6325,6326,6327,6329,6330,6331,6332,6334,6335,6336,6337,6338,6340,6342,6344,6346,6347,6348,6349,6350,6351,6352,6353,6354,6355,6356,6357,6358,6359,6360,6361,8127,8130,8133,8136,8150,8161,8171,8304,8334,8361,8370,8447,8850,9066,9147,9499,10275,10777,10783,10824,11110,11251,11271,11602,11606,11638,11711,11868,11973,12113,12474,12586,12612,12624", + "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,32800,32868,42939,42998,43057,43116,43175,43229,43283,43336,43390,43444,43498,43552,44613,44692,44765,44839,44910,44982,45054,45127,45325,45383,45456,45530,45604,45679,45751,45824,45894,45965,46157,46218,46374,46443,46513,46587,46663,46727,46804,46880,46957,47022,47091,47168,47243,47312,47380,47457,47523,47584,47681,47746,47815,47914,47985,48044,48102,48159,48218,48282,48353,48425,48497,48569,48641,48708,48776,48844,48903,48966,49030,49120,49211,49271,49337,49404,49470,49540,49604,49657,49724,49785,49852,49965,50023,50086,50151,50216,50291,50364,50436,50480,50527,50573,50622,50683,50744,50805,50867,50931,50995,51059,51124,51187,51247,51308,51374,51433,51493,51555,51626,51686,51754,55867,55954,56207,56294,56382,56464,56547,56637,56728,86079,86137,86182,86248,86312,86369,86426,86480,88937,88985,89034,89085,89263,90354,90403,90791,92295,92663,92725,92913,92970,96240,96310,96388,96442,96512,96597,96645,96691,96752,96815,96881,96945,97016,97079,97144,97208,97269,97330,97382,97455,97529,97598,97673,97747,97821,97962,98032,112793,113059,113149,113371,113467,113557,114701,114790,115037,115318,115570,116269,116662,118555,118777,118999,119275,119502,119732,119962,120192,120422,120649,121068,121294,121719,121949,122377,122596,122879,123087,123218,123445,123871,124096,124523,124744,125169,125289,125565,125866,126190,126481,126795,126932,127063,127168,127410,127577,127781,127989,128260,128372,128484,128589,128706,130860,131006,131146,131232,131580,131668,131914,132332,132581,132663,132761,133443,133543,133795,134219,134474,134568,139235,139472,141524,141766,141868,142121,144305,265382,266898,278185,279713,281470,282096,282516,283777,285042,285298,285534,286081,286575,287180,287378,287958,289326,289701,289819,290357,290514,290710,290983,291239,291409,291550,291614,291979,292346,293022,293286,293624,293977,294071,294257,294563,294825,294950,295077,295316,295527,295646,295839,296016,296471,296652,296774,297033,297146,297333,297435,297542,297671,297946,298454,298950,299827,300121,300691,300840,301572,301744,301828,302164,302256,302534,335081,340615,341021,341651,342265,342356,342469,342698,342858,343010,343181,343347,343516,343683,343846,344089,344259,344432,344603,344877,345076,345281,345611,357013,357109,357205,357303,357403,357505,357607,357709,357811,357913,358013,358109,358221,358350,358473,358604,358735,358833,358947,359041,359181,359315,359411,359523,359623,359739,359835,359947,360047,360187,360323,360487,360617,360775,360925,361066,361210,361345,361457,361607,361735,361863,361999,362131,362261,362391,362503,362643,380729,380873,381011,381077,381167,381243,381347,381437,381539,381647,381755,381855,381935,382027,382125,382235,382287,382365,382471,382563,382667,382777,382899,383062,383219,396401,396501,396591,396701,396791,397032,397126,397232,397324,427407,427519,427633,427749,427865,427959,428073,428185,428287,428407,428529,428611,428715,428835,428961,429059,429153,429241,429353,429469,429591,429703,429878,429994,430080,430172,430284,430408,430475,430601,430669,430797,430941,431069,431138,431233,431348,431461,431560,431669,431780,431891,431992,432097,432197,432327,432418,432541,432635,432747,432833,432937,433033,433121,433239,433343,433447,433573,433661,433769,433869,433959,434069,434153,434255,434339,434393,434457,434563,434649,434759,434843,434963,547356,547474,547589,547721,548436,549128,549645,557120,558719,560252,560640,565531,586194,597800,602528,620521,657476,682639,682901,684713,698966,705748,706882,724495,724718,726096,730044,737851,743875,751327,771695,776744,778153,778737" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a62a25794022100b5d61082ba94b7f3/transformed/lifecycle-runtime-2.4.0/res/values/values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "42", + "endOffsets": "93" + }, + "to": { + "startLines": "1516", + "startColumns": "4", + "startOffsets": "92393", + "endColumns": "42", + "endOffsets": "92431" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-watch-v21_values-watch-v21.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-pl_values-pl.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,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": "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,7408", + "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,7486" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,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,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,7332", + "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88", + "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,7403" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-pl/values-pl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "90", + "startColumns": "4", + "startOffsets": "7491", + "endColumns": "100", + "endOffsets": "7587" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-km_values-km.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7226", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7304" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-km/values-km.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7393", + "endColumns": "100", + "endOffsets": "7489" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7309", + "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,7388" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-mr_values-mr.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-mr/values-mr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7308", + "endColumns": "100", + "endOffsets": "7404" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7228", + "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,7303" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7150", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7223" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-small-v4_values-small-v4.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-en-rCA_values-en-rCA.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/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": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-v26_values-v26.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-gl_values-gl.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7551", + "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,7629" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7466", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7546" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-gl/values-gl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7634", + "endColumns": "100", + "endOffsets": "7730" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-v24_values-v24.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-b+es+419_values-b+es+419.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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": "10,11,12,13,14,15,16,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "611,671,741,812,884,942,1000,1109,1173,1229,1288,1351", + "endLines": "10,11,12,13,14,15,17,18,19,20,21,25", + "endColumns": "59,69,70,71,57,57,10,63,55,58,62,10", + "endOffsets": "666,736,807,879,937,995,1104,1168,1224,1283,1346,1518" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-lt_values-lt.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,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": "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,7603", + "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,7682" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,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,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,7521", + "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88", + "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,7598" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-lt/values-lt.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "90", + "startColumns": "4", + "startOffsets": "7687", + "endColumns": "100", + "endOffsets": "7783" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-en-rXC_values-en-rXC.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/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": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-bn_values-bn.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7301", + "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,7383" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7221", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7296" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-bn/values-bn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7388", + "endColumns": "100", + "endOffsets": "7484" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-es-rUS_values-es-rUS.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7342", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7420" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7425", + "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,7503" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/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": "88", + "startColumns": "4", + "startOffsets": "7508", + "endColumns": "100", + "endOffsets": "7604" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-tl_values-tl.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-tl/values-tl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7610", + "endColumns": "100", + "endOffsets": "7706" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7525", + "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,7605" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7440", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7520" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-el_values-el.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7460", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7546" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-el/values-el.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7637", + "endColumns": "100", + "endOffsets": "7733" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7551", + "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,7632" + } + } + ] + }, + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/values-v28_values-v28.arsc.flat", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-af.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-af.json new file mode 100644 index 0000000..15b8473 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-af.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-af/values-af.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-af/values-af.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7287", + "endColumns": "100", + "endOffsets": "7383" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7206", + "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,7282" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7129", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7201" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-am.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-am.json new file mode 100644 index 0000000..f0122e7 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-am.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-am/values-am.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6822", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,6893" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-am/values-am.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "6978", + "endColumns": "100", + "endOffsets": "7074" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,6898", + "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,6973" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ar.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ar.json new file mode 100644 index 0000000..1472493 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ar.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ar/values-ar.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,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": "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,7437", + "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,7514" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,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,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,7357", + "endLines": "9,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90", + "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,7432" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-ar/values-ar.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "92", + "startColumns": "4", + "startOffsets": "7519", + "endColumns": "100", + "endOffsets": "7615" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-as.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-as.json new file mode 100644 index 0000000..3a506c5 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-as.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-as/values-as.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7157", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7233" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7238", + "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,7316" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-as/values-as.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7321", + "endColumns": "100", + "endOffsets": "7417" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-az.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-az.json new file mode 100644 index 0000000..741c780 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-az.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-az/values-az.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7164", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7239" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-az/values-az.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7328", + "endColumns": "100", + "endOffsets": "7424" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7244", + "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,7323" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+es+419.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+es+419.json new file mode 100644 index 0000000..9977d7c --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+es+419.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-b+es+419/values-b+es+419.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+sr+Latn.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+sr+Latn.json new file mode 100644 index 0000000..bbc6bc2 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+sr+Latn.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,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", + "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,7407", + "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,7489" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,87", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7327", + "endLines": "6,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87", + "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,7402" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/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": "89", + "startColumns": "4", + "startOffsets": "7494", + "endColumns": "100", + "endOffsets": "7590" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-be.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-be.json new file mode 100644 index 0000000..6e3f68b --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-be.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-be/values-be.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,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,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,7469", + "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88", + "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,7544" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-be/values-be.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "90", + "startColumns": "4", + "startOffsets": "7631", + "endColumns": "100", + "endOffsets": "7727" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,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": "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,7549", + "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,7626" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bg.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bg.json new file mode 100644 index 0000000..26ca29c --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bg.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bg/values-bg.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7481", + "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,7560" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7395", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7476" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-bg/values-bg.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7565", + "endColumns": "100", + "endOffsets": "7661" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bn.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bn.json new file mode 100644 index 0000000..14f82ad --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bn.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bn/values-bn.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7301", + "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,7383" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7221", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7296" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-bn/values-bn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7388", + "endColumns": "100", + "endOffsets": "7484" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bs.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bs.json new file mode 100644 index 0000000..0f7bf02 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bs.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bs/values-bs.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,87", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7353", + "endLines": "6,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87", + "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,7428" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-bs/values-bs.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "89", + "startColumns": "4", + "startOffsets": "7520", + "endColumns": "100", + "endOffsets": "7616" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,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", + "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,7433", + "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,7515" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ca.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ca.json new file mode 100644 index 0000000..c8eaed2 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ca.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ca/values-ca.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7417", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7498" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7503", + "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,7580" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-ca/values-ca.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7585", + "endColumns": "100", + "endOffsets": "7681" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-cs.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-cs.json new file mode 100644 index 0000000..7649330 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-cs.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-cs/values-cs.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,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,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,7290", + "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88", + "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,7364" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-cs/values-cs.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "90", + "startColumns": "4", + "startOffsets": "7452", + "endColumns": "100", + "endOffsets": "7548" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,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": "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,7369", + "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,7447" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-da.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-da.json new file mode 100644 index 0000000..752ab1e --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-da.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-da/values-da.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7125", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7200" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-da/values-da.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7285", + "endColumns": "100", + "endOffsets": "7381" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7205", + "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,7280" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-de.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-de.json new file mode 100644 index 0000000..9b8b4b6 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-de.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-de/values-de.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-de/values-de.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7512", + "endColumns": "100", + "endOffsets": "7608" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7430", + "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,7507" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,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,86", + "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,7425" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-el.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-el.json new file mode 100644 index 0000000..eb89a91 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-el.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-el/values-el.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7460", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7546" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-el/values-el.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7637", + "endColumns": "100", + "endOffsets": "7733" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7551", + "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,7632" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rAU.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rAU.json new file mode 100644 index 0000000..f8ec343 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rAU.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/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": "30", + "startColumns": "4", + "startOffsets": "2845", + "endColumns": "100", + "endOffsets": "2941" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rCA.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rCA.json new file mode 100644 index 0000000..8c2799a --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rCA.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/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/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rGB.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rGB.json new file mode 100644 index 0000000..a36caa8 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rGB.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/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": "88", + "startColumns": "4", + "startOffsets": "7239", + "endColumns": "100", + "endOffsets": "7335" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7078", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7151" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7156", + "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,7234" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rIN.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rIN.json new file mode 100644 index 0000000..45b1a5b --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rIN.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/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": "30", + "startColumns": "4", + "startOffsets": "2845", + "endColumns": "100", + "endOffsets": "2941" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rXC.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rXC.json new file mode 100644 index 0000000..0c116b0 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rXC.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/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": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es-rUS.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es-rUS.json new file mode 100644 index 0000000..4bac248 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es-rUS.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7342", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7420" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7425", + "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,7503" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/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": "88", + "startColumns": "4", + "startOffsets": "7508", + "endColumns": "100", + "endOffsets": "7604" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es.json new file mode 100644 index 0000000..c649c34 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es/values-es.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7367", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7445" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-es/values-es.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7533", + "endColumns": "100", + "endOffsets": "7629" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7450", + "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,7528" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-et.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-et.json new file mode 100644 index 0000000..452fbfa --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-et.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-et/values-et.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7229", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7305" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-et/values-et.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7393", + "endColumns": "100", + "endOffsets": "7489" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7310", + "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,7388" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-eu.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-eu.json new file mode 100644 index 0000000..4664b2a --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-eu.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-eu/values-eu.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-eu/values-eu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7455", + "endColumns": "100", + "endOffsets": "7551" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7289", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7367" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7372", + "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,7450" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fa.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fa.json new file mode 100644 index 0000000..8bef28a --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fa.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fa/values-fa.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-fa/values-fa.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7292", + "endColumns": "100", + "endOffsets": "7388" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7210", + "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,7287" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7132", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7205" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fi.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fi.json new file mode 100644 index 0000000..3fa7a08 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fi.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fi/values-fi.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7178", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7252" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7257", + "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,7333" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-fi/values-fi.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7338", + "endColumns": "100", + "endOffsets": "7434" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr-rCA.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr-rCA.json new file mode 100644 index 0000000..859b5f9 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr-rCA.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7408", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7492" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7497", + "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,7579" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/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": "88", + "startColumns": "4", + "startOffsets": "7584", + "endColumns": "100", + "endOffsets": "7680" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr.json new file mode 100644 index 0000000..0b5f2df --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr/values-fr.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-fr/values-fr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7569", + "endColumns": "100", + "endOffsets": "7665" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7482", + "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,7564" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7393", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7477" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gl.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gl.json new file mode 100644 index 0000000..f20c371 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gl.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gl/values-gl.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7551", + "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,7629" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7466", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7546" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-gl/values-gl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7634", + "endColumns": "100", + "endOffsets": "7730" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gu.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gu.json new file mode 100644 index 0000000..1d784b6 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gu.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gu/values-gu.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7274", + "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,7350" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-gu/values-gu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7355", + "endColumns": "100", + "endOffsets": "7451" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7196", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7269" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h320dp-port-v13.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h320dp-port-v13.json new file mode 100644 index 0000000..03957b8 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h320dp-port-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h320dp-port-v13/values-h320dp-port-v13.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h360dp-land-v13.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h360dp-land-v13.json new file mode 100644 index 0000000..c2fd9c2 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h360dp-land-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h360dp-land-v13/values-h360dp-land-v13.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h480dp-land-v13.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h480dp-land-v13.json new file mode 100644 index 0000000..655c6a0 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h480dp-land-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h480dp-land-v13/values-h480dp-land-v13.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h550dp-port-v13.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h550dp-port-v13.json new file mode 100644 index 0000000..31e3204 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h550dp-port-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h550dp-port-v13/values-h550dp-port-v13.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h720dp-v13.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h720dp-v13.json new file mode 100644 index 0000000..67f039a --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h720dp-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hdpi-v4.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hdpi-v4.json new file mode 100644 index 0000000..3967a05 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hdpi-v4.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hi.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hi.json new file mode 100644 index 0000000..3a39f55 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hi.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hi/values-hi.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7210", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7284" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-hi/values-hi.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7371", + "endColumns": "100", + "endOffsets": "7467" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7289", + "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,7366" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hr.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hr.json new file mode 100644 index 0000000..3738684 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hr.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hr/values-hr.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-hr/values-hr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "89", + "startColumns": "4", + "startOffsets": "7514", + "endColumns": "100", + "endOffsets": "7610" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,87", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7349", + "endLines": "6,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87", + "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,7424" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,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", + "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,7429", + "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,7509" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hu.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hu.json new file mode 100644 index 0000000..317f26b --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hu.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hu/values-hu.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7390", + "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,7469" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7305", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7385" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-hu/values-hu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7474", + "endColumns": "100", + "endOffsets": "7570" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hy.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hy.json new file mode 100644 index 0000000..7073939 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hy.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hy/values-hy.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7364", + "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,7442" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7279", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7359" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-hy/values-hy.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7447", + "endColumns": "100", + "endOffsets": "7543" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-in.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-in.json new file mode 100644 index 0000000..36a6e40 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-in.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-in/values-in.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7269", + "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,7349" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7189", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7264" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-in/values-in.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7354", + "endColumns": "100", + "endOffsets": "7450" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-is.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-is.json new file mode 100644 index 0000000..0203528 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-is.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-is/values-is.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7157", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7232" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-is/values-is.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7318", + "endColumns": "100", + "endOffsets": "7414" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7237", + "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,7313" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-it.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-it.json new file mode 100644 index 0000000..3643745 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-it.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-it/values-it.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-it/values-it.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7483", + "endColumns": "100", + "endOffsets": "7579" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7401", + "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,7478" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7321", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7396" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-iw.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-iw.json new file mode 100644 index 0000000..a8a317a --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-iw.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-iw/values-iw.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-iw/values-iw.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "90", + "startColumns": "4", + "startOffsets": "7261", + "endColumns": "100", + "endOffsets": "7357" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,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,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,7104", + "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88", + "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,7174" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,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": "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,7179", + "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,7256" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ja.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ja.json new file mode 100644 index 0000000..648a13b --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ja.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ja/values-ja.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6619", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,6687" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-ja/values-ja.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "6771", + "endColumns": "100", + "endOffsets": "6867" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,6692", + "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,6766" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ka.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ka.json new file mode 100644 index 0000000..40694d3 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ka.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ka/values-ka.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7263", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7338" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-ka/values-ka.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7425", + "endColumns": "100", + "endOffsets": "7521" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7343", + "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,7420" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kk.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kk.json new file mode 100644 index 0000000..75ec98e --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kk.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kk/values-kk.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7266", + "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,7343" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-kk/values-kk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7348", + "endColumns": "100", + "endOffsets": "7444" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7182", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7261" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-km.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-km.json new file mode 100644 index 0000000..6926466 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-km.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-km/values-km.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7226", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7304" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-km/values-km.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7393", + "endColumns": "100", + "endOffsets": "7489" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7309", + "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,7388" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kn.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kn.json new file mode 100644 index 0000000..4355f98 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kn.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kn/values-kn.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7335", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7412" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-kn/values-kn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7500", + "endColumns": "100", + "endOffsets": "7596" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7417", + "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,7495" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ko.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ko.json new file mode 100644 index 0000000..45fb7b3 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ko.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ko/values-ko.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-ko/values-ko.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "6761", + "endColumns": "100", + "endOffsets": "6857" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6610", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,6677" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,6682", + "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,6756" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ky.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ky.json new file mode 100644 index 0000000..8d32219 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ky.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ky/values-ky.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-ky/values-ky.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7403", + "endColumns": "100", + "endOffsets": "7499" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7239", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7316" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7321", + "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,7398" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-land.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-land.json new file mode 100644 index 0000000..6f32954 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-land.json @@ -0,0 +1,38 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-land/values-land.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,29,35,40", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "264,339,413,486,556,628,698,763,830,900,972,1041,1110,1192,1282,1358,1426,1493,1571,1636,1703,1875,2270,2539", + "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,28,34,39,42", + "endColumns": "74,73,72,69,71,69,64,66,69,71,68,68,81,89,75,67,66,77,64,66,10,10,10,10", + "endOffsets": "334,408,481,551,623,693,758,825,895,967,1036,1105,1187,1277,1353,1421,1488,1566,1631,1698,1870,2265,2534,2762" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-large-v4.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-large-v4.json new file mode 100644 index 0000000..4cadb4a --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-large-v4.json @@ -0,0 +1,38 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldltr-v21.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldltr-v21.json new file mode 100644 index 0000000..4037f5c --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldltr-v21.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ldltr-v21/values-ldltr-v21.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldrtl-v17.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldrtl-v17.json new file mode 100644 index 0000000..4eb6171 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldrtl-v17.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ldrtl-v17/values-ldrtl-v17.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lo.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lo.json new file mode 100644 index 0000000..db28f38 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lo.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lo/values-lo.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7183", + "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,7260" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-lo/values-lo.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7265", + "endColumns": "100", + "endOffsets": "7361" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7104", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7178" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lt.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lt.json new file mode 100644 index 0000000..c6c1d92 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lt.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lt/values-lt.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,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": "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,7603", + "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,7682" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,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,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,7521", + "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88", + "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,7598" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-lt/values-lt.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "90", + "startColumns": "4", + "startOffsets": "7687", + "endColumns": "100", + "endOffsets": "7783" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lv.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lv.json new file mode 100644 index 0000000..225310b --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lv.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lv/values-lv.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,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", + "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,7644", + "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,7722" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-lv/values-lv.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "89", + "startColumns": "4", + "startOffsets": "7727", + "endColumns": "100", + "endOffsets": "7823" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,87", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7567", + "endLines": "6,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87", + "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,7639" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mk.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mk.json new file mode 100644 index 0000000..f65a01b --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mk.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mk/values-mk.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-mk/values-mk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7464", + "endColumns": "100", + "endOffsets": "7560" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7294", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7374" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7379", + "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,7459" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ml.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ml.json new file mode 100644 index 0000000..ec85446 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ml.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ml/values-ml.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7460", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7539" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-ml/values-ml.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7627", + "endColumns": "100", + "endOffsets": "7723" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7544", + "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,7622" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mn.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mn.json new file mode 100644 index 0000000..01c9a00 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mn.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mn/values-mn.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7224", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7303" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-mn/values-mn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7389", + "endColumns": "100", + "endOffsets": "7485" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7308", + "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,7384" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mr.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mr.json new file mode 100644 index 0000000..b84dcd5 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mr.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mr/values-mr.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-mr/values-mr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7308", + "endColumns": "100", + "endOffsets": "7404" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7228", + "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,7303" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7150", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7223" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ms.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ms.json new file mode 100644 index 0000000..b3e2454 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ms.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ms/values-ms.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-ms/values-ms.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7369", + "endColumns": "100", + "endOffsets": "7465" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7202", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7283" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7288", + "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,7364" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-my.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-my.json new file mode 100644 index 0000000..db96fdb --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-my.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-my/values-my.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-my/values-my.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7508", + "endColumns": "100", + "endOffsets": "7604" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7422", + "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,7503" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7340", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7417" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nb.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nb.json new file mode 100644 index 0000000..f34f1b4 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nb.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nb/values-nb.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7123", + "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,7198" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7045", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7118" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-nb/values-nb.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7203", + "endColumns": "100", + "endOffsets": "7299" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ne.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ne.json new file mode 100644 index 0000000..b5369b7 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ne.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ne/values-ne.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,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,86", + "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,7429" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7434", + "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,7509" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-ne/values-ne.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7514", + "endColumns": "100", + "endOffsets": "7610" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-night-v8.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-night-v8.json new file mode 100644 index 0000000..0c07b3f --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-night-v8.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-night-v8/values-night-v8.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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": "9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,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": "732,807,918,1007,1108,1215,1322,1421,1524,1612,1736,1838,1940,2056,2158,2272,2400,2516,2638,2774,2894,3028,3148,3260,4188,4305,4429,4559,4681,4819,4953,5069", + "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": "802,913,1002,1103,1210,1317,1416,1519,1607,1731,1833,1935,2051,2153,2267,2395,2511,2633,2769,2889,3023,3143,3255,3381,4300,4424,4554,4676,4814,4948,5064,5184" + } + }, + { + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/values-night/themes.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "100", + "endLines": "14", + "endColumns": "12", + "endOffsets": "810" + }, + "to": { + "startLines": "33", + "startColumns": "4", + "startOffsets": "3386", + "endLines": "45", + "endColumns": "12", + "endOffsets": "4094" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,4099", + "endColumns": "69,83,83,95,101,101,93,88", + "endOffsets": "165,249,333,429,531,633,727,4183" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nl.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nl.json new file mode 100644 index 0000000..680f52a --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nl.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nl/values-nl.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7279", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7355" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-nl/values-nl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7443", + "endColumns": "100", + "endOffsets": "7539" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7360", + "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,7438" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-or.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-or.json new file mode 100644 index 0000000..b032e42 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-or.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-or/values-or.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7173", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7252" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-or/values-or.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7347", + "endColumns": "100", + "endOffsets": "7443" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7257", + "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,7342" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pa.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pa.json new file mode 100644 index 0000000..c8ebe3d --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pa.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pa/values-pa.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7143", + "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,7218" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7066", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7138" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-pa/values-pa.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7223", + "endColumns": "100", + "endOffsets": "7319" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pl.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pl.json new file mode 100644 index 0000000..24e2417 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pl.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pl/values-pl.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,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": "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,7408", + "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,7486" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,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,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,7332", + "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88", + "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,7403" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-pl/values-pl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "90", + "startColumns": "4", + "startOffsets": "7491", + "endColumns": "100", + "endOffsets": "7587" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-port.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-port.json new file mode 100644 index 0000000..791cc71 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-port.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-port/values-port.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rBR.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rBR.json new file mode 100644 index 0000000..47908d2 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rBR.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt-rBR/values-pt-rBR.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/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": "88", + "startColumns": "4", + "startOffsets": "7522", + "endColumns": "100", + "endOffsets": "7618" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7359", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7431" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7436", + "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,7517" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rPT.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rPT.json new file mode 100644 index 0000000..1bf7d5c --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rPT.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt-rPT/values-pt-rPT.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,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,86", + "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,7437" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7442", + "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,7523" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/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": "88", + "startColumns": "4", + "startOffsets": "7528", + "endColumns": "100", + "endOffsets": "7624" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt.json new file mode 100644 index 0000000..87c112d --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt/values-pt.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-pt/values-pt.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2929", + "endColumns": "100", + "endOffsets": "3025" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ro.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ro.json new file mode 100644 index 0000000..5efc5d3 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ro.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ro/values-ro.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,87", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7413", + "endLines": "6,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87", + "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,7487" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-ro/values-ro.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "89", + "startColumns": "4", + "startOffsets": "7576", + "endColumns": "100", + "endOffsets": "7672" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,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", + "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,7492", + "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,7571" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ru.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ru.json new file mode 100644 index 0000000..e518983 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ru.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ru/values-ru.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,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,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,7435", + "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88", + "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,7510" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-ru/values-ru.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "90", + "startColumns": "4", + "startOffsets": "7597", + "endColumns": "100", + "endOffsets": "7693" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,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": "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,7515", + "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,7592" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-si.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-si.json new file mode 100644 index 0000000..381fbc6 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-si.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-si/values-si.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7249", + "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,7326" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-si/values-si.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7331", + "endColumns": "100", + "endOffsets": "7427" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7169", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7244" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sk.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sk.json new file mode 100644 index 0000000..265985b --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sk.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sk/values-sk.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,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": "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,7399", + "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,7477" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-sk/values-sk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "90", + "startColumns": "4", + "startOffsets": "7482", + "endColumns": "100", + "endOffsets": "7578" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,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,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,7320", + "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88", + "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,7394" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sl.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sl.json new file mode 100644 index 0000000..03c2b3e --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sl.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sl/values-sl.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-sl/values-sl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "90", + "startColumns": "4", + "startOffsets": "7544", + "endColumns": "100", + "endOffsets": "7640" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,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": "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,7460", + "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,7539" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,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,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,7383", + "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88", + "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,7455" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-small-v4.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-small-v4.json new file mode 100644 index 0000000..03ad0ce --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-small-v4.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-small-v4/values-small-v4.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sq.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sq.json new file mode 100644 index 0000000..01177a9 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sq.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sq/values-sq.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7290", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7368" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7373", + "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,7450" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-sq/values-sq.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7455", + "endColumns": "100", + "endOffsets": "7551" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sr.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sr.json new file mode 100644 index 0000000..cc151f3 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sr.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sr/values-sr.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-sr/values-sr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "89", + "startColumns": "4", + "startOffsets": "7481", + "endColumns": "100", + "endOffsets": "7577" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,87", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7314", + "endLines": "6,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87", + "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,7389" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,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", + "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,7394", + "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,7476" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sv.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sv.json new file mode 100644 index 0000000..f4635d5 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sv.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sv/values-sv.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7200", + "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,7275" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-sv/values-sv.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7280", + "endColumns": "100", + "endOffsets": "7376" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7122", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7195" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw.json new file mode 100644 index 0000000..43e83f6 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw/values-sw.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7388", + "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,7466" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7307", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7383" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-sw/values-sw.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7471", + "endColumns": "100", + "endOffsets": "7567" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw600dp-v13.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw600dp-v13.json new file mode 100644 index 0000000..e8a716a --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw600dp-v13.json @@ -0,0 +1,38 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw600dp-v13/values-sw600dp-v13.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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": "10,11,12,13,14,15,16,18,19,20,21,22", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "611,671,741,812,884,942,1000,1109,1173,1229,1288,1351", + "endLines": "10,11,12,13,14,15,17,18,19,20,21,25", + "endColumns": "59,69,70,71,57,57,10,63,55,58,62,10", + "endOffsets": "666,736,807,879,937,995,1104,1168,1224,1283,1346,1518" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ta.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ta.json new file mode 100644 index 0000000..8124ebe --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ta.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ta/values-ta.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-ta/values-ta.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7609", + "endColumns": "100", + "endOffsets": "7705" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7527", + "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,7604" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7441", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7522" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-te.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-te.json new file mode 100644 index 0000000..926e222 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-te.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-te/values-te.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-te/values-te.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7555", + "endColumns": "100", + "endOffsets": "7651" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7472", + "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,7550" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7389", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7467" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-th.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-th.json new file mode 100644 index 0000000..1bbb658 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-th.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-th/values-th.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7082", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7154" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-th/values-th.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7241", + "endColumns": "100", + "endOffsets": "7337" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7159", + "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,7236" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tl.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tl.json new file mode 100644 index 0000000..c14c128 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tl.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tl/values-tl.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-tl/values-tl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7610", + "endColumns": "100", + "endOffsets": "7706" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7525", + "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,7605" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7440", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7520" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tr.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tr.json new file mode 100644 index 0000000..3ae81c7 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tr.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tr/values-tr.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-tr/values-tr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7299", + "endColumns": "100", + "endOffsets": "7395" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7140", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7214" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7219", + "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,7294" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uk.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uk.json new file mode 100644 index 0000000..47ab70d --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uk.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uk/values-uk.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,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": "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,7426", + "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,7503" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-uk/values-uk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "90", + "startColumns": "4", + "startOffsets": "7508", + "endColumns": "100", + "endOffsets": "7604" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,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,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,7344", + "endLines": "7,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88", + "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,7421" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ur.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ur.json new file mode 100644 index 0000000..4878060 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ur.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ur/values-ur.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-ur/values-ur.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7365", + "endColumns": "100", + "endOffsets": "7461" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7279", + "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,7360" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7199", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7274" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uz.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uz.json new file mode 100644 index 0000000..3038d8e --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uz.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uz/values-uz.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7323", + "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,7402" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7240", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7318" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-uz/values-uz.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7407", + "endColumns": "100", + "endOffsets": "7503" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v16.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v16.json new file mode 100644 index 0000000..d783090 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v16.json @@ -0,0 +1,38 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v16/values-v16.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/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/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v17.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v17.json new file mode 100644 index 0000000..40e627a --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v17.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v17/values-v17.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v18.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v18.json new file mode 100644 index 0000000..95c9ec6 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v18.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v18/values-v18.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v21.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v21.json new file mode 100644 index 0000000..6ad6d60 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v21.json @@ -0,0 +1,66 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v21/values-v21.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/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": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v22.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v22.json new file mode 100644 index 0000000..6f82285 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v22.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v22/values-v22.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v23.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v23.json new file mode 100644 index 0000000..3ff2ba6 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v23.json @@ -0,0 +1,58 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v23/values-v23.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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": "/Users/leeseungcheol/.gradle/caches/transforms-3/f65d52342d9c88af4c02870300222bc1/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" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v24.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v24.json new file mode 100644 index 0000000..e1bfb89 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v24.json @@ -0,0 +1,38 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v24/values-v24.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v25.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v25.json new file mode 100644 index 0000000..75faaf3 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v25.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v25/values-v25.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v26.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v26.json new file mode 100644 index 0000000..326939f --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v26.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v26/values-v26.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v28.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v28.json new file mode 100644 index 0000000..a0d06be --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v28.json @@ -0,0 +1,38 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v28/values-v28.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v31.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v31.json new file mode 100644 index 0000000..5e3141c --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v31.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v31/values-v31.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-vi.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-vi.json new file mode 100644 index 0000000..a52942a --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-vi.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-vi/values-vi.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7144", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7217" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7222", + "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,7302" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-vi/values-vi.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7307", + "endColumns": "100", + "endOffsets": "7403" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w320dp-land-v13.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w320dp-land-v13.json new file mode 100644 index 0000000..c5dcaa0 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w320dp-land-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w320dp-land-v13/values-w320dp-land-v13.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w360dp-port-v13.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w360dp-port-v13.json new file mode 100644 index 0000000..0b046e5 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w360dp-port-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w360dp-port-v13/values-w360dp-port-v13.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w480dp-port-v13.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w480dp-port-v13.json new file mode 100644 index 0000000..f662dd8 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w480dp-port-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w480dp-port-v13/values-w480dp-port-v13.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w600dp-land-v13.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w600dp-land-v13.json new file mode 100644 index 0000000..ae4ef6a --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w600dp-land-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w600dp-land-v13/values-w600dp-land-v13.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v20.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v20.json new file mode 100644 index 0000000..bf954eb --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v20.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-watch-v20/values-watch-v20.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v21.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v21.json new file mode 100644 index 0000000..ac3179d --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v21.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-watch-v21/values-watch-v21.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-xlarge-v4.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-xlarge-v4.json new file mode 100644 index 0000000..976ef32 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-xlarge-v4.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rCN.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rCN.json new file mode 100644 index 0000000..f05995c --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rCN.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,6590", + "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,6664" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6521", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,6585" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/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": "88", + "startColumns": "4", + "startOffsets": "6669", + "endColumns": "100", + "endOffsets": "6765" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rHK.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rHK.json new file mode 100644 index 0000000..72e70b5 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rHK.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/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": "88", + "startColumns": "4", + "startOffsets": "6662", + "endColumns": "100", + "endOffsets": "6758" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6514", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,6578" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,6583", + "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,6657" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rTW.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rTW.json new file mode 100644 index 0000000..61e2d29 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rTW.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,6531", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,6595" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,6600", + "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,6674" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/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": "88", + "startColumns": "4", + "startOffsets": "6679", + "endColumns": "100", + "endOffsets": "6775" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zu.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zu.json new file mode 100644 index 0000000..5934634 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zu.json @@ -0,0 +1,62 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zu/values-zu.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,86", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,7343", + "endLines": "5,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86", + "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,7420" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/res/values-zu/values-zu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "88", + "startColumns": "4", + "startOffsets": "7507", + "endColumns": "100", + "endOffsets": "7603" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,87", + "startColumns": "4,4,4,4,4,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,7425", + "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,7502" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values.json new file mode 100644 index 0000000..a964da0 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values.json @@ -0,0 +1,356 @@ +{ + "logs": [ + { + "outputFile": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml", + "map": [ + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0b85103886e0a9e2f6c926ea7c5a615e/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,969,970,971,979,980,981,1456,11639", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "22053,55959,56018,56066,56733,56808,56884,89268,726101", + "endLines": "449,969,970,971,979,980,981,1456,11667", + "endColumns": "55,58,47,55,74,75,71,65,24", + "endOffsets": "22104,56013,56061,56117,56803,56879,56951,89329,727622" + } + }, + { + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/values/colors.xml", + "from": { + "startLines": "7,19,18,13,14,15,12,11,2,3,4,5,6,8,9", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "286,723,669,508,553,603,463,416,55,102,149,196,241,328,370", + "endColumns": "41,45,53,44,49,49,44,46,46,46,46,44,44,41,44", + "endOffsets": "323,764,718,548,598,648,503,458,97,144,191,236,281,365,410" + }, + "to": { + "startLines": "572,628,629,632,633,634,635,636,803,804,805,816,817,821,822", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "28737,32638,32684,32873,32918,32968,33018,33063,45132,45179,45226,45970,46015,46223,46265", + "endColumns": "41,45,53,44,49,49,44,46,46,46,46,44,44,41,44", + "endOffsets": "28774,32679,32733,32913,32963,33013,33058,33105,45174,45221,45268,46010,46055,46260,46305" + } + }, + { + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/values/strings.xml", + "from": { + "startLines": "12,1,22,23,24,14,7,3,18,4,16,17,8,5,11,15,13,19,6", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "383,16,795,854,903,483,235,76,693,117,579,630,272,156,333,536,443,739,197", + "endColumns": "59,58,58,48,59,52,36,40,45,38,50,62,40,40,49,42,39,38,37", + "endOffsets": "438,70,849,898,958,531,267,112,734,151,625,688,308,192,378,574,478,773,230" + }, + "to": { + "startLines": "1604,1606,1607,1608,1612,1613,1618,1620,1621,1626,1627,1628,1632,1634,1706,1712,1715,1716,1717", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "98037,98180,98239,98298,98866,98926,99325,99441,99482,99996,100035,100086,100515,100596,111850,112702,112869,112909,112948", + "endColumns": "59,58,58,48,59,52,36,40,45,38,50,62,40,40,49,42,39,38,37", + "endOffsets": "98092,98234,98293,98342,98921,98974,99357,99477,99523,100030,100081,100144,100551,100632,111895,112740,112904,112943,112981" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/27e9419e29ad6e99842311b1eedd7570/transformed/startup-runtime-1.0.0/res/values/values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "82", + "endOffsets": "133" + }, + "to": { + "startLines": "1605", + "startColumns": "4", + "startOffsets": "98097", + "endColumns": "82", + "endOffsets": "98175" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/b96b833dcaccb5cb04f046d9d770a730/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": "1452,1483,1519,10446,10451", + "startColumns": "4,4,4,4,4", + "startOffsets": "89090,90685,92540,667507,667677", + "endLines": "1452,1483,1519,10450,10454", + "endColumns": "56,64,63,24,24", + "endOffsets": "89142,90745,92599,667672,667821" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/f65d52342d9c88af4c02870300222bc1/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,906,907,908,1755,4760,4762,4765,9074", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "1520,29420,29481,29543,29605,51871,51930,51987,115575,323299,323363,323489,598242", + "endLines": "33,581,582,583,584,906,907,908,1761,4761,4764,4767,9101", + "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24", + "endOffsets": "1567,29476,29538,29600,29664,51925,51982,52036,115984,323358,323484,323612,600060" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/d2f341836bc7cc8b81fc5c17196b35c6/transformed/lifecycle-viewmodel-2.3.1/res/values/values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "49", + "endOffsets": "100" + }, + "to": { + "startLines": "1518", + "startColumns": "4", + "startOffsets": "92490", + "endColumns": "49", + "endOffsets": "92535" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/cf4de91df9da2e743df03bd88c2bccf0/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": "8172,8199,8206,11873,11900", + "startColumns": "4,4,4,4,4", + "startOffsets": "549650,551297,551682,738006,739639", + "endLines": "8198,8205,8216,11899,11904", + "endColumns": "24,24,24,24,24", + "endOffsets": "551292,551677,552274,739634,739904" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/ce19cde02a333791586c35f046a0b2eb/transformed/viewpager2-1.0.0/res/values/values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "4", + "endColumns": "24", + "endOffsets": "160" + }, + "to": { + "startLines": "12613", + "startColumns": "4", + "startOffsets": "778158", + "endLines": "12615", + "endColumns": "24", + "endOffsets": "778263" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/1dc6746a54b7c02104af2e18a1d5bf51/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,917,10276", + "startColumns": "4,4,4,4", + "startOffsets": "5681,5845,52584,657481", + "endLines": "115,118,917,10279", + "endColumns": "55,47,51,24", + "endOffsets": "5732,5888,52631,657696" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/3d9d8ebd2014b8345738b06ced3e4513/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,1461,1515,9102,9500,9686,9814,9820,9824,9994,10245,10499,10526,10551,10574,10577,10580,10583,10612,10639,10656,11272,11280,11293,11309,11313,11343,11356,11360,11543,11553,11607,11869,11905,12114,12485,12526,12561,12625,12642", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,89503,92348,600065,620526,629116,634889,635264,635431,643133,655751,669963,671431,672306,673176,673242,673321,673396,674744,675731,676694,706887,707292,707763,708554,708717,710078,710642,710795,721775,722193,724723,737856,739909,751332,772071,773760,775181,778742,779484", + "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,1461,1515,9119,9685,9813,9819,9823,9993,10145,10257,10514,10550,10573,10576,10579,10582,10611,10638,10655,10741,11279,11292,11308,11312,11342,11355,11359,11369,11552,11596,11619,11872,11907,12129,12525,12560,12567,12641,12644", + "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,89539,92388,600997,629111,634884,635259,635426,643128,649927,656443,670709,672301,673171,673237,673316,673391,674739,675726,676689,680626,707287,707758,708549,708712,710073,710637,710790,711249,722188,724201,725255,738001,740024,751974,773755,775176,775529,779479,779580" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/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,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,781,782,783,784,785,786,787,788,789,790,791,792,818,904,905,909,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,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1411,1412,1459,1460,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1477,1480,1481,1482,1500,1501,1502,1503,1504,1505,1506,1514,1522,1523,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,1573,1609,1610,1611,1614,1615,1616,1617,1619,1622,1623,1624,1625,1629,1630,1631,1633,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1707,1708,1709,1710,1711,1720,1726,1730,1773,1781,1788,1958,1968,1977,1986,2055,2056,2057,2058,2059,2060,2061,2062,2063,2068,2069,2073,2074,2080,2084,2085,2086,2087,2097,2098,2099,2103,2104,2110,2114,2184,2187,2188,2191,2194,2195,2196,2197,2397,2403,2601,2801,2807,3005,3068,3150,3202,3284,3346,3428,3492,3544,3626,3633,3644,3648,3652,4427,4443,4450,4456,4468,4487,4504,4509,4514,4521,4531,4544,4558,4562,4569,4573,4579,4590,4593,4597,4613,4614,4662,4666,4670,4674,4675,4676,4679,4693,4702,4717,4759,4768,4769,4774,4778,4783,4790,4796,4797,4800,4804,4809,4821,4825,4830,4835,4840,4843,4846,4849,4853,4996,4997,4998,4999,5076,5080,5086,5090,5096,5100,5104,5110,5116,5120,5124,5128,5129,5130,5131,5132,5133,5134,5135,5139,5143,5146,5150,5153,5156,5159,5162,5165,5169,5173,5174,5177,5180,5183,5186,5189,5192,5195,5198,5202,5205,5209,5212,5215,5218,5221,5224,5227,5231,5234,5237,5241,5244,5254,5262,5270,5273,5276,5279,5282,5285,5355,5358,5359,5362,5365,5366,5369,5370,5371,5375,5376,5381,5389,5397,5405,5413,5421,5429,5437,5445,5453,5462,5471,5480,5488,5497,5506,5509,5512,5513,5514,5515,5516,5517,5518,5519,5520,5521,5522,5523,5524,5527,5528,5529,5530,5531,5539,5547,5548,5556,5560,5568,5576,5584,5592,5600,5601,5609,5617,5618,5621,5624,5625,5628,5667,5669,5674,5676,5681,5685,5689,5690,5691,5692,5696,5700,5701,5705,5706,5707,5708,5709,5710,5711,5712,5713,5714,5715,5716,5717,5718,5722,5726,5727,5731,5732,5737,5738,5739,5740,5741,5742,5743,5744,5745,5746,5747,5748,5749,5750,5751,5752,5753,5754,5755,5756,5757,5761,5762,5763,5769,5770,5774,5776,5777,5780,5785,5786,5787,5788,5789,5790,5794,5795,5796,5802,5803,5807,5809,5812,5816,5820,5824,5853,5854,5855,5856,5859,5862,5865,5868,5871,5875,5876,5881,5885,5890,5894,5899,5903,5907,5940,5941,5942,5943,5947,5948,5949,5950,5954,5958,5962,5966,5972,5973,6006,6019,6024,6050,6056,6059,6070,6075,6078,6081,6084,6087,6090,6093,6096,6100,6103,6104,6105,6113,6121,6124,6129,6134,6139,6144,6148,6152,6153,6161,6162,6163,6164,6165,6173,6178,6183,6184,6185,6186,6211,6216,6221,6224,6228,6231,6235,6245,6248,6253,6256,6260,6264,6364,6372,6385,6398,6402,6417,6428,6431,6442,6447,6451,6486,6487,6488,6495,6499,6503,6507,6511,6522,6538,6552,6559,6568,6571,6591,6601,6605,6609,6620,6626,6630,6647,6655,6659,6663,6667,6670,6674,6678,6682,6689,6693,6694,6698,6719,6729,6749,6758,6774,6784,6788,6798,6818,6828,6831,6832,6833,6834,6835,6839,6843,6847,6848,6849,6850,6853,6856,6859,6862,6865,6868,6871,6874,6877,6880,6883,6886,6889,6892,6895,6898,6901,6902,6905,6916,6924,6928,6933,6938,6941,6944,6950,6954,6957,6960,6964,6969,6973,6976,6984,6988,6992,7003,7008,7013,7014,7017,7020,7021,7031,7036,7044,7047,7051,7064,7067,7071,7086,7093,7119,7122,7125,7128,7131,7141,7148,7149,7154,7155,7156,7157,7161,7165,7169,7173,7202,7205,7209,7213,7241,7244,7248,7252,7261,7267,7270,7279,7283,7284,7291,7295,7302,7303,7304,7307,7312,7317,7318,7322,7330,7345,7349,7350,7362,7372,7373,7385,7390,7414,7417,7423,7426,7435,7443,7447,7450,7453,7456,7460,7463,7480,7484,7487,7502,7505,7513,7518,7525,7530,7531,7536,7537,7543,7549,7555,7586,7597,7614,7621,7625,7628,7640,7649,7653,7658,7662,7666,7670,7674,7678,7682,7686,7689,7698,7703,7712,7715,7722,7723,7727,7736,7742,7746,7747,7751,7772,7778,7782,7786,7787,7809,7810,7811,7812,7813,7818,7821,7822,7829,7830,7842,7854,7861,7862,7867,7872,7873,7877,7891,7896,7902,7908,7914,7919,7925,7931,7932,7937,7951,7956,7965,7974,7977,7990,7993,8004,8008,8017,8026,8027,8034,8217,8242,8254,8851,8888,8953,8990,8996,9148,9261,9287,9316,9322,9330,9447,10280,10294,10300,10350,10354,10440,10515,10784,10825,10831,10839,10847,10913,10925,10937,10949,10992,11004,11017,11026,11032,11037,11042,11048,11370,11382,11440,11465,11620,11626,11668,11671,11712,11750,11773,11826,11834,11974,11981,11989,12130,12135,12390,12475", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,33110,33167,33225,33284,33344,33403,33462,33521,33580,33639,33698,33757,33816,33875,33934,33994,34055,34117,34178,34239,34300,34361,34422,34483,34544,34605,34666,34727,34795,34864,34934,35003,35072,35141,35210,35279,35348,35417,35486,35555,35624,35684,35745,35807,35868,35929,35990,36051,36112,36173,36234,36295,36356,36417,36479,36542,36606,36669,36732,36795,36858,36921,36984,37047,37110,37173,37236,37297,37359,37422,37484,37546,37608,37670,37732,37794,37856,37918,37980,38042,38099,38186,38266,38356,38451,38543,38635,38725,38808,38901,38988,39085,39176,39277,39364,39467,39556,39655,39747,39831,39925,40013,40111,40195,40295,40381,40477,40565,40646,40737,40833,40926,41019,41110,41195,41289,41378,41476,41569,41671,41759,41863,41954,42054,42147,42232,42327,42416,42515,42600,42701,42788,43557,43623,43699,43768,43847,43912,43978,44031,44107,44173,44260,44336,46060,51759,51806,52041,52636,52686,52740,52819,52897,52970,53035,53098,53164,53235,53306,53376,53438,53507,53573,53633,53700,53767,53823,53874,53927,53979,54033,54104,54167,54226,54288,54347,54420,54487,54557,54617,54680,54755,54827,54923,54994,55050,55121,55178,55235,55301,55365,55436,55493,55546,55609,55661,55719,56956,57025,57091,57150,57233,57292,57349,57416,57486,57560,57622,57691,57761,57815,57868,57922,57981,58027,58084,58151,58207,58272,58346,58430,58503,58568,58630,58686,58769,58858,58922,59001,59075,59134,59190,59246,59306,59366,59413,59473,59534,59598,59659,59719,59777,59820,59869,59921,59972,60024,60073,60122,60187,60253,60313,60374,60430,60489,60564,60621,60705,60762,60837,60912,60963,61031,61081,61143,61203,61260,61320,61369,61450,61507,61568,61627,61687,61745,61806,61864,61914,61963,62030,62089,62148,62197,62272,62343,62412,62475,62543,62609,62677,62742,62808,62885,62963,63027,63106,63195,63273,63339,63408,63474,63572,63668,63764,63862,63971,64027,64119,64168,64222,64276,64330,64384,64438,64493,64603,64713,64823,64933,65043,65153,65263,65373,65479,65585,65691,65797,65892,65987,66082,66177,66283,66389,66495,66601,66696,66791,66886,66981,67089,67197,67305,67413,67510,67607,67704,67801,67909,68017,68125,68233,68331,68427,68523,68621,68686,68774,68838,68900,68962,69030,69088,69151,69217,69280,69347,69419,69485,69537,69597,69655,69707,69764,69848,69943,70028,70109,70189,70266,70345,70422,70496,70570,70641,70721,70793,70868,70921,70974,71042,71119,71184,71245,71305,71380,71454,71531,71604,71674,71746,71816,71889,71953,72023,72071,72140,72192,72277,72360,72418,72484,72551,72617,72698,72773,72829,72882,72943,73001,73051,73100,73149,73198,73260,73312,73357,73438,73489,73543,73596,73650,73701,73750,73816,73867,73928,73989,74051,74101,74142,74219,74278,74337,74396,74457,74513,74569,74636,74697,74762,74817,74882,74951,75019,75097,75166,75226,75297,75371,75436,75508,75578,75645,75729,75798,75865,75935,75998,76065,76133,76216,76295,76385,76462,76530,76597,76675,76732,76789,76857,76923,76979,77039,77098,77152,77202,77252,77300,77362,77413,77486,77566,77646,77710,77773,77840,77911,77969,78030,78096,78155,78222,78282,78342,78405,78473,78534,78601,78679,78749,78798,78855,78924,78985,79073,79161,79249,79337,79393,79480,79567,79654,79741,79799,79873,79943,79999,80070,80135,80197,80272,80345,80435,80501,80567,80628,80692,80754,80812,80883,80966,81025,81096,81162,81227,81288,81347,81418,81484,81549,81632,81708,81783,81864,81924,81993,82063,82132,82187,82243,82299,82360,82418,82474,82529,82591,82644,82701,82795,82864,82965,83016,83086,83149,83207,83277,83346,83416,83486,83556,83623,83690,83765,83832,83891,83945,83999,84053,84106,84158,85210,85251,85316,85390,85463,85531,85591,85649,85710,85776,85842,85907,85971,86485,86622,89404,89453,89544,89592,89648,89706,89768,89823,89881,89952,90016,90075,90137,90203,90408,90553,90597,90642,91620,91671,91718,91763,91814,91865,91916,92300,92730,92796,92975,93038,93110,93167,93222,93280,93335,93394,93450,93511,93574,93635,93696,93757,93818,93879,93940,94001,94060,94121,94182,94243,94304,94365,94426,94477,94543,94609,94677,94745,94811,94878,94952,95015,95072,95132,95197,95264,95329,95386,95447,95505,95575,95622,95674,95724,95851,98347,98497,98628,98979,99077,99192,99277,99362,99528,99593,99682,99839,100149,100302,100456,100556,100637,100733,100823,100919,101009,101175,101300,101425,101595,101705,101826,101947,102057,102169,102292,102415,102497,102671,102819,102978,103133,103306,103423,103540,103708,103820,103934,104108,104286,104419,104531,104677,104829,104961,105104,105226,105404,105586,105903,106085,106267,106457,106647,106846,107003,107113,107296,107433,107653,107837,107997,108155,108339,108542,108713,108933,109155,109310,109510,109694,109797,109938,110103,110274,110474,110678,110880,111085,111286,111485,111689,111900,111978,112279,112445,112600,113154,113562,113839,116667,117118,117574,128711,129253,129718,130180,134573,134658,134779,134878,134965,135088,135189,135282,135389,135732,135839,136084,136205,136614,136862,136962,137067,137186,137720,137867,137986,138237,138370,138785,139039,144310,144516,144641,144858,145058,145179,145312,145459,160635,161071,176103,191315,191753,206821,211826,217367,221551,227106,232012,237513,241580,245680,251195,251686,252442,252694,252959,302539,303443,303907,304300,304970,306129,307232,307604,307982,308444,309219,309984,310969,311235,311711,311985,312382,313055,313233,313462,314561,314652,316846,317112,317434,317644,317753,317872,318056,319028,319624,320553,323204,323617,323648,323976,324204,324463,325039,325393,325515,325654,325928,326188,327058,327344,327747,328149,328492,328704,328905,329118,329407,340620,340693,340780,340865,345616,345788,346058,346229,346497,346662,346829,347098,347363,347531,347696,347862,347982,348102,348210,348320,348432,348540,348650,348815,348981,349160,349325,349480,349600,349761,349924,350085,350250,350417,350470,350603,350723,350821,350934,351053,351170,351325,351457,351686,351849,352042,352168,352320,352462,352632,352788,352960,353251,353363,353492,353721,353939,354794,355381,355995,356163,356305,356466,356609,356777,363406,363601,363693,363866,364028,364123,364292,364386,364475,364718,364807,365100,365565,366034,366504,366979,367445,367910,368376,368843,369306,369886,370469,371051,371511,372092,372674,372864,373043,373149,373257,373363,373475,373589,373701,373815,373931,374045,374153,374263,374371,374567,374675,374785,374893,375007,375416,375830,375946,376364,376605,377035,377470,377880,378302,378712,378834,379243,379659,379781,379999,380183,380244,380416,383224,383292,383636,383716,384072,384222,384366,384442,384554,384644,384906,385171,385270,385422,385498,385610,385700,385802,385910,386018,386118,386203,386307,386394,386472,386586,386678,386942,387209,387310,387463,387547,387936,388034,388142,388236,388366,388474,388596,388732,388840,388960,389094,389216,389344,389486,389612,389752,389878,389996,390128,390226,390336,390636,390748,390866,391330,391446,391749,391875,391971,392101,392502,392612,392736,392874,392984,393106,393418,393542,393672,394148,394276,394591,394729,394875,395037,395253,395409,397329,397397,397481,397585,397788,397977,398178,398371,398576,398781,398897,399139,399374,399633,399832,400098,400295,400511,403071,403185,403305,403399,403720,403819,403937,404038,404268,404504,404714,404947,405371,405447,408017,409272,409716,411660,412117,412325,413335,413806,413947,414082,414279,414450,414633,414808,414995,415217,415375,415459,415563,416125,416756,416914,417133,417364,417587,417822,418044,418310,418448,419047,419161,419299,419411,419535,420106,420601,421147,421292,421385,421477,423494,423937,424235,424424,424630,424823,425033,425917,426062,426545,426703,426920,427181,435107,435539,436365,436985,437182,438130,438895,439018,439791,440012,440212,442189,442289,442379,442817,443116,443427,443730,444045,444671,445422,446497,447044,447602,447768,449165,449781,450017,450238,451028,451423,451659,452928,453377,453564,453813,454055,454231,454472,454705,454930,455272,455485,455580,455841,456696,457149,458013,458461,459129,459581,459788,460245,461099,461556,461706,461830,461976,462114,462250,462538,462839,463141,463257,463379,463491,463640,463898,464160,464418,464678,464926,465178,465426,465676,465920,466168,466412,466658,466890,467126,467358,467592,467704,467895,468754,469352,469548,469785,470053,470269,470487,470759,471058,471250,471462,471754,472018,472307,472526,473051,473288,473580,474319,474557,474826,474966,475136,475280,475382,476164,476504,477126,477352,477649,478373,478637,478952,480118,480678,482773,482967,483185,483411,483623,484298,484737,484833,485180,485268,485376,485484,485778,486084,486382,486692,488771,488959,489220,489469,491446,491638,491903,492156,492739,493089,493258,493772,494007,494131,494639,494853,495351,495454,495584,495759,496078,496364,496504,496698,497196,498077,498365,498495,499272,499929,500075,500781,501019,502559,502709,503126,503291,503977,504447,504643,504805,504960,505104,505338,505505,506433,506719,506879,507494,507653,507981,508208,508720,509082,509161,509500,509605,509970,510341,510702,512524,513153,514229,514749,515002,515154,516144,516881,517084,517330,517577,517795,518037,518358,518622,518927,519150,519322,519863,520132,520626,520852,521292,521451,521735,522480,522845,523150,523308,523546,524865,525263,525491,525711,525853,527553,527659,527789,527927,528051,528339,528508,528608,529067,529181,530064,530819,531258,531382,531695,531978,532112,532303,533082,533300,533591,533870,534187,534409,534704,534987,535091,535374,536106,536422,537048,537554,537759,538488,538763,539424,539613,540260,540921,541041,541538,552279,553896,554593,586199,588106,590953,593045,593377,602533,607909,609187,610282,610466,610677,617849,657701,658478,658862,661290,661521,667190,670714,682906,684718,685025,685533,685931,689387,690005,690587,691082,693069,693779,694394,694888,695261,695490,695698,695834,711254,711930,715190,716608,725260,725481,727627,727764,730049,731903,732893,735537,735978,743880,744301,744617,751979,752244,766552,771700", + "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,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,781,782,783,784,785,786,787,788,789,790,791,792,818,904,905,909,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,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1411,1412,1459,1460,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1477,1480,1481,1482,1500,1501,1502,1503,1504,1505,1506,1514,1522,1523,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,1576,1609,1610,1611,1614,1615,1616,1617,1619,1622,1623,1624,1625,1629,1630,1631,1633,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1707,1708,1709,1710,1711,1722,1729,1733,1780,1787,1795,1967,1976,1985,1994,2055,2056,2057,2058,2059,2060,2061,2062,2067,2068,2072,2073,2079,2083,2084,2085,2086,2096,2097,2098,2102,2103,2109,2113,2114,2186,2187,2190,2193,2194,2195,2196,2396,2402,2600,2800,2806,3004,3067,3149,3201,3283,3345,3427,3491,3543,3625,3632,3643,3647,3651,3664,4442,4449,4455,4467,4486,4503,4508,4513,4520,4530,4543,4557,4561,4568,4572,4578,4589,4592,4596,4612,4613,4661,4665,4669,4673,4674,4675,4678,4692,4701,4716,4758,4759,4768,4773,4777,4782,4789,4795,4796,4799,4803,4808,4820,4824,4829,4834,4839,4842,4845,4848,4852,4856,4996,4997,4998,4999,5079,5085,5089,5095,5099,5103,5109,5115,5119,5123,5127,5128,5129,5130,5131,5132,5133,5134,5138,5142,5145,5149,5152,5155,5158,5161,5164,5168,5172,5173,5176,5179,5182,5185,5188,5191,5194,5197,5201,5204,5208,5211,5214,5217,5220,5223,5226,5230,5233,5236,5240,5243,5253,5261,5269,5272,5275,5278,5281,5284,5287,5357,5358,5361,5364,5365,5368,5369,5370,5374,5375,5380,5388,5396,5404,5412,5420,5428,5436,5444,5452,5461,5470,5479,5487,5496,5505,5508,5511,5512,5513,5514,5515,5516,5517,5518,5519,5520,5521,5522,5523,5526,5527,5528,5529,5530,5538,5546,5547,5555,5559,5567,5575,5583,5591,5599,5600,5608,5616,5617,5620,5623,5624,5627,5630,5668,5673,5675,5680,5684,5688,5689,5690,5691,5695,5699,5700,5704,5705,5706,5707,5708,5709,5710,5711,5712,5713,5714,5715,5716,5717,5721,5725,5726,5730,5731,5736,5737,5738,5739,5740,5741,5742,5743,5744,5745,5746,5747,5748,5749,5750,5751,5752,5753,5754,5755,5756,5760,5761,5762,5768,5769,5773,5775,5776,5779,5784,5785,5786,5787,5788,5789,5793,5794,5795,5801,5802,5806,5808,5811,5815,5819,5823,5827,5853,5854,5855,5858,5861,5864,5867,5870,5874,5875,5880,5884,5889,5893,5898,5902,5906,5939,5940,5941,5942,5946,5947,5948,5949,5953,5957,5961,5965,5971,5972,6005,6018,6023,6049,6055,6058,6069,6074,6077,6080,6083,6086,6089,6092,6095,6099,6102,6103,6104,6112,6120,6123,6128,6133,6138,6143,6147,6151,6152,6160,6161,6162,6163,6164,6172,6177,6182,6183,6184,6185,6210,6215,6220,6223,6227,6230,6234,6244,6247,6252,6255,6259,6263,6266,6371,6384,6397,6401,6416,6427,6430,6441,6446,6450,6485,6486,6487,6494,6498,6502,6506,6510,6521,6537,6551,6558,6567,6570,6590,6600,6604,6608,6619,6625,6629,6646,6654,6658,6662,6666,6669,6673,6677,6681,6688,6692,6693,6697,6718,6728,6748,6757,6773,6783,6787,6797,6817,6827,6830,6831,6832,6833,6834,6838,6842,6846,6847,6848,6849,6852,6855,6858,6861,6864,6867,6870,6873,6876,6879,6882,6885,6888,6891,6894,6897,6900,6901,6904,6915,6923,6927,6932,6937,6940,6943,6949,6953,6956,6959,6963,6968,6972,6975,6983,6987,6991,7002,7007,7012,7013,7016,7019,7020,7030,7035,7043,7046,7050,7063,7066,7070,7085,7092,7118,7121,7124,7127,7130,7140,7147,7148,7153,7154,7155,7156,7160,7164,7168,7172,7201,7204,7208,7212,7240,7243,7247,7251,7260,7266,7269,7278,7282,7283,7290,7294,7301,7302,7303,7306,7311,7316,7317,7321,7329,7344,7348,7349,7361,7371,7372,7384,7389,7413,7416,7422,7425,7434,7442,7446,7449,7452,7455,7459,7462,7479,7483,7486,7501,7504,7512,7517,7524,7529,7530,7535,7536,7542,7548,7554,7585,7596,7613,7620,7624,7627,7639,7648,7652,7657,7661,7665,7669,7673,7677,7681,7685,7688,7697,7702,7711,7714,7721,7722,7726,7735,7741,7745,7746,7750,7771,7777,7781,7785,7786,7808,7809,7810,7811,7812,7817,7820,7821,7828,7829,7841,7853,7860,7861,7866,7871,7872,7876,7890,7895,7901,7907,7913,7918,7924,7930,7931,7936,7950,7955,7964,7973,7976,7989,7992,8003,8007,8016,8025,8026,8033,8041,8241,8253,8301,8887,8952,8989,8995,9061,9260,9286,9315,9321,9329,9446,9461,10293,10299,10349,10353,10359,10445,10525,10818,10830,10838,10846,10912,10924,10936,10948,10991,11003,11016,11025,11031,11036,11041,11047,11087,11381,11439,11464,11542,11625,11632,11670,11674,11749,11772,11825,11833,11856,11980,11988,12089,12134,12389,12405,12484", + "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,33162,33220,33279,33339,33398,33457,33516,33575,33634,33693,33752,33811,33870,33929,33989,34050,34112,34173,34234,34295,34356,34417,34478,34539,34600,34661,34722,34790,34859,34929,34998,35067,35136,35205,35274,35343,35412,35481,35550,35619,35679,35740,35802,35863,35924,35985,36046,36107,36168,36229,36290,36351,36412,36474,36537,36601,36664,36727,36790,36853,36916,36979,37042,37105,37168,37231,37292,37354,37417,37479,37541,37603,37665,37727,37789,37851,37913,37975,38037,38094,38181,38261,38351,38446,38538,38630,38720,38803,38896,38983,39080,39171,39272,39359,39462,39551,39650,39742,39826,39920,40008,40106,40190,40290,40376,40472,40560,40641,40732,40828,40921,41014,41105,41190,41284,41373,41471,41564,41666,41754,41858,41949,42049,42142,42227,42322,42411,42510,42595,42696,42783,42880,43618,43694,43763,43842,43907,43973,44026,44102,44168,44255,44331,44407,46097,51801,51866,52091,52681,52735,52814,52892,52965,53030,53093,53159,53230,53301,53371,53433,53502,53568,53628,53695,53762,53818,53869,53922,53974,54028,54099,54162,54221,54283,54342,54415,54482,54552,54612,54675,54750,54822,54918,54989,55045,55116,55173,55230,55296,55360,55431,55488,55541,55604,55656,55714,55781,57020,57086,57145,57228,57287,57344,57411,57481,57555,57617,57686,57756,57810,57863,57917,57976,58022,58079,58146,58202,58267,58341,58425,58498,58563,58625,58681,58764,58853,58917,58996,59070,59129,59185,59241,59301,59361,59408,59468,59529,59593,59654,59714,59772,59815,59864,59916,59967,60019,60068,60117,60182,60248,60308,60369,60425,60484,60559,60616,60700,60757,60832,60907,60958,61026,61076,61138,61198,61255,61315,61364,61445,61502,61563,61622,61682,61740,61801,61859,61909,61958,62025,62084,62143,62192,62267,62338,62407,62470,62538,62604,62672,62737,62803,62880,62958,63022,63101,63190,63268,63334,63403,63469,63567,63663,63759,63857,63966,64022,64114,64163,64217,64271,64325,64379,64433,64488,64598,64708,64818,64928,65038,65148,65258,65368,65474,65580,65686,65792,65887,65982,66077,66172,66278,66384,66490,66596,66691,66786,66881,66976,67084,67192,67300,67408,67505,67602,67699,67796,67904,68012,68120,68228,68326,68422,68518,68616,68681,68769,68833,68895,68957,69025,69083,69146,69212,69275,69342,69414,69480,69532,69592,69650,69702,69759,69843,69938,70023,70104,70184,70261,70340,70417,70491,70565,70636,70716,70788,70863,70916,70969,71037,71114,71179,71240,71300,71375,71449,71526,71599,71669,71741,71811,71884,71948,72018,72066,72135,72187,72272,72355,72413,72479,72546,72612,72693,72768,72824,72877,72938,72996,73046,73095,73144,73193,73255,73307,73352,73433,73484,73538,73591,73645,73696,73745,73811,73862,73923,73984,74046,74096,74137,74214,74273,74332,74391,74452,74508,74564,74631,74692,74757,74812,74877,74946,75014,75092,75161,75221,75292,75366,75431,75503,75573,75640,75724,75793,75860,75930,75993,76060,76128,76211,76290,76380,76457,76525,76592,76670,76727,76784,76852,76918,76974,77034,77093,77147,77197,77247,77295,77357,77408,77481,77561,77641,77705,77768,77835,77906,77964,78025,78091,78150,78217,78277,78337,78400,78468,78529,78596,78674,78744,78793,78850,78919,78980,79068,79156,79244,79332,79388,79475,79562,79649,79736,79794,79868,79938,79994,80065,80130,80192,80267,80340,80430,80496,80562,80623,80687,80749,80807,80878,80961,81020,81091,81157,81222,81283,81342,81413,81479,81544,81627,81703,81778,81859,81919,81988,82058,82127,82182,82238,82294,82355,82413,82469,82524,82586,82639,82696,82790,82859,82960,83011,83081,83144,83202,83272,83341,83411,83481,83551,83618,83685,83760,83827,83886,83940,83994,84048,84101,84153,84227,85246,85311,85385,85458,85526,85586,85644,85705,85771,85837,85902,85966,86027,86617,86757,89448,89498,89587,89643,89701,89763,89818,89876,89947,90011,90070,90132,90198,90264,90446,90592,90637,90680,91666,91713,91758,91809,91860,91911,91962,92343,92791,92853,93033,93105,93162,93217,93275,93330,93389,93445,93506,93569,93630,93691,93752,93813,93874,93935,93996,94055,94116,94177,94238,94299,94360,94421,94472,94538,94604,94672,94740,94806,94873,94947,95010,95067,95127,95192,95259,95324,95381,95442,95500,95570,95617,95669,95719,95776,96166,98492,98623,98861,99072,99187,99272,99320,99436,99588,99677,99834,99991,100297,100451,100510,100591,100728,100818,100914,101004,101170,101295,101420,101590,101700,101821,101942,102052,102164,102287,102410,102492,102666,102814,102973,103128,103301,103418,103535,103703,103815,103929,104103,104281,104414,104526,104672,104824,104956,105099,105221,105399,105581,105898,106080,106262,106452,106642,106841,106998,107108,107291,107428,107648,107832,107992,108150,108334,108537,108708,108928,109150,109305,109505,109689,109792,109933,110098,110269,110469,110673,110875,111080,111281,111480,111684,111845,111973,112274,112440,112595,112697,113283,113834,114119,117113,117569,118078,129248,129713,130175,130646,134653,134774,134873,134960,135083,135184,135277,135384,135727,135834,136079,136200,136609,136857,136957,137062,137181,137715,137862,137981,138232,138365,138780,139034,139146,144511,144636,144853,145053,145174,145307,145454,160630,161066,176098,191310,191748,206816,211821,217362,221546,227101,232007,237508,241575,245675,251190,251681,252437,252689,252954,254109,303438,303902,304295,304965,306124,307227,307599,307977,308439,309214,309979,310964,311230,311706,311980,312377,313050,313228,313457,314556,314647,316841,317107,317429,317639,317748,317867,318051,319023,319619,320548,323199,323294,323643,323971,324199,324458,325034,325388,325510,325649,325923,326183,327053,327339,327742,328144,328487,328699,328900,329113,329402,329687,340688,340775,340860,340959,345783,346053,346224,346492,346657,346824,347093,347358,347526,347691,347857,347977,348097,348205,348315,348427,348535,348645,348810,348976,349155,349320,349475,349595,349756,349919,350080,350245,350412,350465,350598,350718,350816,350929,351048,351165,351320,351452,351681,351844,352037,352163,352315,352457,352627,352783,352955,353246,353358,353487,353716,353934,354789,355376,355990,356158,356300,356461,356604,356772,356929,363596,363688,363861,364023,364118,364287,364381,364470,364713,364802,365095,365560,366029,366499,366974,367440,367905,368371,368838,369301,369881,370464,371046,371506,372087,372669,372859,373038,373144,373252,373358,373470,373584,373696,373810,373926,374040,374148,374258,374366,374562,374670,374780,374888,375002,375411,375825,375941,376359,376600,377030,377465,377875,378297,378707,378829,379238,379654,379776,379994,380178,380239,380411,380583,383287,383631,383711,384067,384217,384361,384437,384549,384639,384901,385166,385265,385417,385493,385605,385695,385797,385905,386013,386113,386198,386302,386389,386467,386581,386673,386937,387204,387305,387458,387542,387931,388029,388137,388231,388361,388469,388591,388727,388835,388955,389089,389211,389339,389481,389607,389747,389873,389991,390123,390221,390331,390631,390743,390861,391325,391441,391744,391870,391966,392096,392497,392607,392731,392869,392979,393101,393413,393537,393667,394143,394271,394586,394724,394870,395032,395248,395404,395608,397392,397476,397580,397783,397972,398173,398366,398571,398776,398892,399134,399369,399628,399827,400093,400290,400506,403066,403180,403300,403394,403715,403814,403932,404033,404263,404499,404709,404942,405366,405442,408012,409267,409711,411655,412112,412320,413330,413801,413942,414077,414274,414445,414628,414803,414990,415212,415370,415454,415558,416120,416751,416909,417128,417359,417582,417817,418039,418305,418443,419042,419156,419294,419406,419530,420101,420596,421142,421287,421380,421472,423489,423932,424230,424419,424625,424818,425028,425912,426057,426540,426698,426915,427176,427307,435534,436360,436980,437177,438125,438890,439013,439786,440007,440207,442184,442284,442374,442812,443111,443422,443725,444040,444666,445417,446492,447039,447597,447763,449160,449776,450012,450233,451023,451418,451654,452923,453372,453559,453808,454050,454226,454467,454700,454925,455267,455480,455575,455836,456691,457144,458008,458456,459124,459576,459783,460240,461094,461551,461701,461825,461971,462109,462245,462533,462834,463136,463252,463374,463486,463635,463893,464155,464413,464673,464921,465173,465421,465671,465915,466163,466407,466653,466885,467121,467353,467587,467699,467890,468749,469347,469543,469780,470048,470264,470482,470754,471053,471245,471457,471749,472013,472302,472521,473046,473283,473575,474314,474552,474821,474961,475131,475275,475377,476159,476499,477121,477347,477644,478368,478632,478947,480113,480673,482768,482962,483180,483406,483618,484293,484732,484828,485175,485263,485371,485479,485773,486079,486377,486687,488766,488954,489215,489464,491441,491633,491898,492151,492734,493084,493253,493767,494002,494126,494634,494848,495346,495449,495579,495754,496073,496359,496499,496693,497191,498072,498360,498490,499267,499924,500070,500776,501014,502554,502704,503121,503286,503972,504442,504638,504800,504955,505099,505333,505500,506428,506714,506874,507489,507648,507976,508203,508715,509077,509156,509495,509600,509965,510336,510697,512519,513148,514224,514744,514997,515149,516139,516876,517079,517325,517572,517790,518032,518353,518617,518922,519145,519317,519858,520127,520621,520847,521287,521446,521730,522475,522840,523145,523303,523541,524860,525258,525486,525706,525848,527548,527654,527784,527922,528046,528334,528503,528603,529062,529176,530059,530814,531253,531377,531690,531973,532107,532298,533077,533295,533586,533865,534182,534404,534699,534982,535086,535369,536101,536417,537043,537549,537754,538483,538758,539419,539608,540255,540916,541036,541533,542067,553891,554588,557042,588101,590948,593040,593372,597540,607904,609182,610277,610461,610672,617844,618552,658473,658857,661285,661516,661820,667502,671426,684357,685020,685528,685926,689382,690000,690582,691077,693064,693774,694389,694883,695256,695485,695693,695829,698136,711925,715185,716603,721770,725476,725769,727759,727994,731898,732888,735532,735973,737203,744296,744612,750125,752239,766547,767616,772066" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/83a6da91e30c84334b3fd65973a0d1a7/transformed/transition-1.2.0/res/values/values.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,95,142,185,240,287,341,393,442,503", + "endColumns": "39,46,42,54,46,53,51,48,60,49", + "endOffsets": "90,137,180,235,282,336,388,437,498,548" + }, + "to": { + "startLines": "1453,1454,1474,1478,1479,1508,1509,1510,1511,1512", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "89147,89187,90269,90451,90506,92002,92056,92108,92157,92218", + "endColumns": "39,46,42,54,46,53,51,48,60,49", + "endOffsets": "89182,89229,90307,90501,90548,92051,92103,92152,92213,92263" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/35104bc8af8bbb426f309e2ef8d5648a/transformed/savedstate-1.1.0/res/values/values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "53", + "endOffsets": "104" + }, + "to": { + "startLines": "1517", + "startColumns": "4", + "startOffsets": "92436", + "endColumns": "53", + "endOffsets": "92485" + } + }, + { + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/values/themes.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "100", + "endLines": "14", + "endColumns": "12", + "endOffsets": "810" + }, + "to": { + "startLines": "5828", + "startColumns": "4", + "startOffsets": "395613", + "endLines": "5840", + "endColumns": "12", + "endOffsets": "396321" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/a0596bdc7c4707845642f0e636d53fc8/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,8042,10146,10156", + "startColumns": "4,4,4,4", + "startOffsets": "4450,542072,649932,650540", + "endLines": "86,8044,10155,10244", + "endColumns": "60,12,24,24", + "endOffsets": "4506,542212,650535,655746" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/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,793,794,910,911,912,913,914,915,916,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1457,1458,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1507,1572,1714,5344,5345,5349,5350,5354,6362,6363,9067,9462,10360,10408,10455,10492", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,44412,44481,52096,52166,52234,52306,52376,52437,52511,84232,84293,84354,84416,84480,84542,84603,84671,84771,84831,84897,84970,85039,85096,85148,86762,86834,86910,86975,87034,87093,87153,87213,87273,87333,87393,87453,87513,87573,87633,87693,87752,87812,87872,87932,87992,88052,88112,88172,88232,88292,88352,88411,88471,88531,88590,88649,88708,88767,88826,89334,89369,90796,90851,90914,90969,91027,91085,91146,91209,91266,91317,91367,91428,91485,91551,91585,91967,95781,112798,362648,362765,362966,363076,363277,434968,435040,597805,618557,661825,665125,667826,669586", + "endLines": "413,566,567,793,794,910,911,912,913,914,915,916,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1457,1458,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1507,1572,1714,5344,5348,5349,5353,5354,6362,6363,9073,9471,10407,10439,10491,10498", + "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,44476,44539,52161,52229,52301,52371,52432,52506,52579,84288,84349,84411,84475,84537,84598,84666,84766,84826,84892,84965,85034,85091,85143,85205,86829,86905,86970,87029,87088,87148,87208,87268,87328,87388,87448,87508,87568,87628,87688,87747,87807,87867,87927,87987,88047,88107,88167,88227,88287,88347,88406,88466,88526,88585,88644,88703,88762,88821,88880,89364,89399,90846,90909,90964,91022,91080,91141,91204,91261,91312,91362,91423,91480,91546,91580,91615,91997,95846,112864,362760,362961,363071,363272,363401,435035,435102,598237,619011,665120,667185,669581,669958" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/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,630,631,769,770,771,772,773,774,775,776,777,778,779,780,795,796,797,798,799,800,801,802,806,807,808,809,810,811,812,813,814,815,819,820,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,967,968,972,973,974,975,976,977,978,1403,1404,1405,1406,1407,1408,1409,1410,1448,1449,1450,1451,1455,1475,1476,1484,1513,1520,1521,1524,1525,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,1713,1718,1719,1723,1724,1725,1734,1742,1743,1747,1751,1762,1767,1796,1803,1807,1811,1816,1820,1824,1828,1832,1836,1840,1846,1850,1856,1860,1866,1870,1875,1879,1882,1886,1892,1896,1902,1906,1912,1915,1919,1923,1927,1931,1935,1936,1937,1938,1941,1944,1947,1950,1954,1955,1956,1957,1995,1998,2000,2002,2004,2009,2010,2014,2020,2024,2025,2027,2039,2040,2044,2050,2054,2115,2116,2120,2147,2151,2152,2156,3665,3838,3864,4036,4062,4093,4101,4107,4123,4145,4150,4155,4165,4174,4183,4187,4194,4213,4220,4221,4230,4233,4236,4240,4244,4248,4251,4252,4257,4262,4272,4277,4284,4290,4291,4294,4298,4303,4305,4307,4310,4313,4315,4319,4322,4329,4332,4335,4339,4341,4345,4347,4349,4351,4355,4363,4371,4383,4389,4398,4401,4412,4415,4416,4421,4422,4857,4926,5000,5001,5011,5020,5021,5023,5027,5030,5033,5036,5039,5042,5045,5048,5052,5055,5058,5061,5065,5068,5072,5288,5289,5290,5291,5292,5293,5294,5295,5296,5297,5298,5299,5300,5301,5302,5303,5304,5305,5306,5307,5308,5310,5312,5313,5314,5315,5316,5317,5318,5319,5321,5322,5324,5325,5327,5329,5330,5332,5333,5334,5335,5336,5337,5339,5340,5341,5342,5343,5631,5633,5635,5637,5638,5639,5640,5641,5642,5643,5644,5645,5646,5647,5648,5649,5651,5652,5653,5654,5655,5656,5657,5659,5663,5841,5842,5843,5844,5845,5846,5850,5851,5852,6267,6269,6271,6273,6275,6277,6278,6279,6280,6282,6284,6286,6287,6288,6289,6290,6291,6292,6293,6294,6295,6296,6297,6300,6301,6302,6303,6305,6307,6308,6310,6311,6313,6315,6317,6318,6319,6320,6321,6322,6323,6324,6325,6326,6327,6328,6330,6331,6332,6333,6335,6336,6337,6338,6339,6341,6343,6345,6347,6348,6349,6350,6351,6352,6353,6354,6355,6356,6357,6358,6359,6360,6361,8045,8128,8131,8134,8137,8151,8162,8302,8305,8335,8362,8371,8448,9062,9120,9472,10258,10742,10778,10819,11088,11111,11252,11597,11603,11633,11675,11857,11908,12090,12406,12568,12587,12616", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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,32738,32805,42885,42944,43003,43062,43121,43180,43234,43288,43341,43395,43449,43503,44544,44618,44697,44770,44844,44915,44987,45059,45273,45330,45388,45461,45535,45609,45684,45756,45829,45899,46102,46162,46310,46379,46448,46518,46592,46668,46732,46809,46885,46962,47027,47096,47173,47248,47317,47385,47462,47528,47589,47686,47751,47820,47919,47990,48049,48107,48164,48223,48287,48358,48430,48502,48574,48646,48713,48781,48849,48908,48971,49035,49125,49216,49276,49342,49409,49475,49545,49609,49662,49729,49790,49857,49970,50028,50091,50156,50221,50296,50369,50441,50485,50532,50578,50627,50688,50749,50810,50872,50936,51000,51064,51129,51192,51252,51313,51379,51438,51498,51560,51631,51691,55786,55872,56122,56212,56299,56387,56469,56552,56642,86032,86084,86142,86187,86253,86317,86374,86431,88885,88942,88990,89039,89234,90312,90359,90750,92268,92604,92668,92858,92918,96171,96245,96315,96393,96447,96517,96602,96650,96696,96757,96820,96886,96950,97021,97084,97149,97213,97274,97335,97387,97460,97534,97603,97678,97752,97826,97967,112745,112986,113064,113288,113376,113472,114124,114706,114795,115042,115323,115989,116274,118083,118560,118782,119004,119280,119507,119737,119967,120197,120427,120654,121073,121299,121724,121954,122382,122601,122884,123092,123223,123450,123876,124101,124528,124749,125174,125294,125570,125871,126195,126486,126800,126937,127068,127173,127415,127582,127786,127994,128265,128377,128489,128594,130651,130865,131011,131151,131237,131585,131673,131919,132337,132586,132668,132766,133448,133548,133800,134224,134479,139151,139240,139477,141529,141771,141873,142126,254114,265387,266903,278190,279718,281475,282101,282521,283782,285047,285303,285539,286086,286580,287185,287383,287963,289331,289706,289824,290362,290519,290715,290988,291244,291414,291555,291619,291984,292351,293027,293291,293629,293982,294076,294262,294568,294830,294955,295082,295321,295532,295651,295844,296021,296476,296657,296779,297038,297151,297338,297440,297547,297676,297951,298459,298955,299832,300126,300696,300845,301577,301749,301833,302169,302261,329692,335086,340964,341026,341656,342270,342361,342474,342703,342863,343015,343186,343352,343521,343688,343851,344094,344264,344437,344608,344882,345081,345286,356934,357018,357114,357210,357308,357408,357510,357612,357714,357816,357918,358018,358114,358226,358355,358478,358609,358740,358838,358952,359046,359186,359320,359416,359528,359628,359744,359840,359952,360052,360192,360328,360492,360622,360780,360930,361071,361215,361350,361462,361612,361740,361868,362004,362136,362266,362396,362508,380588,380734,380878,381016,381082,381172,381248,381352,381442,381544,381652,381760,381860,381940,382032,382130,382240,382292,382370,382476,382568,382672,382782,382904,383067,396326,396406,396506,396596,396706,396796,397037,397131,397237,427312,427412,427524,427638,427754,427870,427964,428078,428190,428292,428412,428534,428616,428720,428840,428966,429064,429158,429246,429358,429474,429596,429708,429883,429999,430085,430177,430289,430413,430480,430606,430674,430802,430946,431074,431143,431238,431353,431466,431565,431674,431785,431896,431997,432102,432202,432332,432423,432546,432640,432752,432838,432942,433038,433126,433244,433348,433452,433578,433666,433774,433874,433964,434074,434158,434260,434344,434398,434462,434568,434654,434764,434848,542217,547361,547479,547594,547726,548441,549133,557047,557125,558724,560257,560645,565536,597545,601002,619016,656448,680631,682644,684362,698141,698971,705753,724206,724500,725774,727999,737208,740029,750130,767621,775534,776749,778268", + "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,630,631,769,770,771,772,773,774,775,776,777,778,779,780,795,796,797,798,799,800,801,802,806,807,808,809,810,811,812,813,814,815,819,820,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,967,968,972,973,974,975,976,977,978,1403,1404,1405,1406,1407,1408,1409,1410,1448,1449,1450,1451,1455,1475,1476,1484,1513,1520,1521,1524,1525,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,1713,1718,1719,1723,1724,1725,1741,1742,1746,1750,1754,1766,1772,1802,1806,1810,1815,1819,1823,1827,1831,1835,1839,1845,1849,1855,1859,1865,1869,1874,1878,1881,1885,1891,1895,1901,1905,1911,1914,1918,1922,1926,1930,1934,1935,1936,1937,1940,1943,1946,1949,1953,1954,1955,1956,1957,1997,1999,2001,2003,2008,2009,2013,2019,2023,2024,2026,2038,2039,2043,2049,2053,2054,2115,2119,2146,2150,2151,2155,2183,3837,3863,4035,4061,4092,4100,4106,4122,4144,4149,4154,4164,4173,4182,4186,4193,4212,4219,4220,4229,4232,4235,4239,4243,4247,4250,4251,4256,4261,4271,4276,4283,4289,4290,4293,4297,4302,4304,4306,4309,4312,4314,4318,4321,4328,4331,4334,4338,4340,4344,4346,4348,4350,4354,4362,4370,4382,4388,4397,4400,4411,4414,4415,4420,4421,4426,4925,4995,5000,5010,5019,5020,5022,5026,5029,5032,5035,5038,5041,5044,5047,5051,5054,5057,5060,5064,5067,5071,5075,5288,5289,5290,5291,5292,5293,5294,5295,5296,5297,5298,5299,5300,5301,5302,5303,5304,5305,5306,5307,5309,5311,5312,5313,5314,5315,5316,5317,5318,5320,5321,5323,5324,5326,5328,5329,5331,5332,5333,5334,5335,5336,5338,5339,5340,5341,5342,5343,5632,5634,5636,5637,5638,5639,5640,5641,5642,5643,5644,5645,5646,5647,5648,5650,5651,5652,5653,5654,5655,5656,5658,5662,5666,5841,5842,5843,5844,5845,5849,5850,5851,5852,6268,6270,6272,6274,6276,6277,6278,6279,6281,6283,6285,6286,6287,6288,6289,6290,6291,6292,6293,6294,6295,6296,6299,6300,6301,6302,6304,6306,6307,6309,6310,6312,6314,6316,6317,6318,6319,6320,6321,6322,6323,6324,6325,6326,6327,6329,6330,6331,6332,6334,6335,6336,6337,6338,6340,6342,6344,6346,6347,6348,6349,6350,6351,6352,6353,6354,6355,6356,6357,6358,6359,6360,6361,8127,8130,8133,8136,8150,8161,8171,8304,8334,8361,8370,8447,8850,9066,9147,9499,10275,10777,10783,10824,11110,11251,11271,11602,11606,11638,11711,11868,11973,12113,12474,12586,12612,12624", + "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,32800,32868,42939,42998,43057,43116,43175,43229,43283,43336,43390,43444,43498,43552,44613,44692,44765,44839,44910,44982,45054,45127,45325,45383,45456,45530,45604,45679,45751,45824,45894,45965,46157,46218,46374,46443,46513,46587,46663,46727,46804,46880,46957,47022,47091,47168,47243,47312,47380,47457,47523,47584,47681,47746,47815,47914,47985,48044,48102,48159,48218,48282,48353,48425,48497,48569,48641,48708,48776,48844,48903,48966,49030,49120,49211,49271,49337,49404,49470,49540,49604,49657,49724,49785,49852,49965,50023,50086,50151,50216,50291,50364,50436,50480,50527,50573,50622,50683,50744,50805,50867,50931,50995,51059,51124,51187,51247,51308,51374,51433,51493,51555,51626,51686,51754,55867,55954,56207,56294,56382,56464,56547,56637,56728,86079,86137,86182,86248,86312,86369,86426,86480,88937,88985,89034,89085,89263,90354,90403,90791,92295,92663,92725,92913,92970,96240,96310,96388,96442,96512,96597,96645,96691,96752,96815,96881,96945,97016,97079,97144,97208,97269,97330,97382,97455,97529,97598,97673,97747,97821,97962,98032,112793,113059,113149,113371,113467,113557,114701,114790,115037,115318,115570,116269,116662,118555,118777,118999,119275,119502,119732,119962,120192,120422,120649,121068,121294,121719,121949,122377,122596,122879,123087,123218,123445,123871,124096,124523,124744,125169,125289,125565,125866,126190,126481,126795,126932,127063,127168,127410,127577,127781,127989,128260,128372,128484,128589,128706,130860,131006,131146,131232,131580,131668,131914,132332,132581,132663,132761,133443,133543,133795,134219,134474,134568,139235,139472,141524,141766,141868,142121,144305,265382,266898,278185,279713,281470,282096,282516,283777,285042,285298,285534,286081,286575,287180,287378,287958,289326,289701,289819,290357,290514,290710,290983,291239,291409,291550,291614,291979,292346,293022,293286,293624,293977,294071,294257,294563,294825,294950,295077,295316,295527,295646,295839,296016,296471,296652,296774,297033,297146,297333,297435,297542,297671,297946,298454,298950,299827,300121,300691,300840,301572,301744,301828,302164,302256,302534,335081,340615,341021,341651,342265,342356,342469,342698,342858,343010,343181,343347,343516,343683,343846,344089,344259,344432,344603,344877,345076,345281,345611,357013,357109,357205,357303,357403,357505,357607,357709,357811,357913,358013,358109,358221,358350,358473,358604,358735,358833,358947,359041,359181,359315,359411,359523,359623,359739,359835,359947,360047,360187,360323,360487,360617,360775,360925,361066,361210,361345,361457,361607,361735,361863,361999,362131,362261,362391,362503,362643,380729,380873,381011,381077,381167,381243,381347,381437,381539,381647,381755,381855,381935,382027,382125,382235,382287,382365,382471,382563,382667,382777,382899,383062,383219,396401,396501,396591,396701,396791,397032,397126,397232,397324,427407,427519,427633,427749,427865,427959,428073,428185,428287,428407,428529,428611,428715,428835,428961,429059,429153,429241,429353,429469,429591,429703,429878,429994,430080,430172,430284,430408,430475,430601,430669,430797,430941,431069,431138,431233,431348,431461,431560,431669,431780,431891,431992,432097,432197,432327,432418,432541,432635,432747,432833,432937,433033,433121,433239,433343,433447,433573,433661,433769,433869,433959,434069,434153,434255,434339,434393,434457,434563,434649,434759,434843,434963,547356,547474,547589,547721,548436,549128,549645,557120,558719,560252,560640,565531,586194,597800,602528,620521,657476,682639,682901,684713,698966,705748,706882,724495,724718,726096,730044,737851,743875,751327,771695,776744,778153,778737" + } + }, + { + "source": "/Users/leeseungcheol/.gradle/caches/transforms-3/0a62a25794022100b5d61082ba94b7f3/transformed/lifecycle-runtime-2.4.0/res/values/values.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "42", + "endOffsets": "93" + }, + "to": { + "startLines": "1516", + "startColumns": "4", + "startOffsets": "92393", + "endColumns": "42", + "endOffsets": "92431" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/single/debug.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/single/debug.json new file mode 100644 index 0000000..aa99c74 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/single/debug.json @@ -0,0 +1,110 @@ +[ + { + "merged": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher.webp.flat", + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp" + }, + { + "merged": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher.xml.flat", + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml" + }, + { + "merged": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher.webp.flat", + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp" + }, + { + "merged": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_main.xml.flat", + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/layout/activity_main.xml" + }, + { + "merged": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_round.webp.flat", + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp" + }, + { + "merged": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/font_bmhannaprooft.otf.flat", + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/font/bmhannaprooft.otf" + }, + { + "merged": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/drawable-v24_ic_launcher_foreground.xml.flat", + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml" + }, + { + "merged": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_ckgod.xml.flat", + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/layout/activity_ckgod.xml" + }, + { + "merged": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/drawable_play.xml.flat", + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/drawable/play.xml" + }, + { + "merged": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_round.webp.flat", + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp" + }, + { + "merged": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_week2_leesc0893.xml.flat", + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/layout/activity_week2_leesc0893.xml" + }, + { + "merged": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_ckgod2.xml.flat", + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/layout/activity_ckgod2.xml" + }, + { + "merged": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/drawable_ic_launcher_background.xml.flat", + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/drawable/ic_launcher_background.xml" + }, + { + "merged": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_d11210920.xml.flat", + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/layout/activity_d11210920.xml" + }, + { + "merged": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher.webp.flat", + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/mipmap-hdpi/ic_launcher.webp" + }, + { + "merged": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/drawable_btn_background.xml.flat", + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/drawable/btn_background.xml" + }, + { + "merged": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_round.webp.flat", + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp" + }, + { + "merged": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher.webp.flat", + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/mipmap-mdpi/ic_launcher.webp" + }, + { + "merged": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_round.webp.flat", + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp" + }, + { + "merged": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher.webp.flat", + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp" + }, + { + "merged": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_yesxon.xml.flat", + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/layout/activity_yesxon.xml" + }, + { + "merged": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_jjjoonngg.xml.flat", + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/layout/activity_jjjoonngg.xml" + }, + { + "merged": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_round.webp.flat", + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp" + }, + { + "merged": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher_round.xml.flat", + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml" + }, + { + "merged": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_week2_slideshow_leesc0893.xml.flat", + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/layout/activity_week2_slideshow_leesc0893.xml" + }, + { + "merged": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/layout_activity_gok5959.xml.flat", + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/layout/activity_gok5959.xml" + }, + { + "merged": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/merged_res/debug/drawable_round_border.xml.flat", + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/drawable/round_border.xml" + } +] \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/single/layout.json b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/single/layout.json new file mode 100644 index 0000000..10db679 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/merged_res_blame_folder/debug/out/single/layout.json @@ -0,0 +1,38 @@ +[ + { + "merged": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_jjjoonngg.xml", + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/layout/activity_jjjoonngg.xml" + }, + { + "merged": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_ckgod2.xml", + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/layout/activity_ckgod2.xml" + }, + { + "merged": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_week2_slideshow_leesc0893.xml", + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/layout/activity_week2_slideshow_leesc0893.xml" + }, + { + "merged": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_ckgod.xml", + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/layout/activity_ckgod.xml" + }, + { + "merged": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_gok5959.xml", + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/layout/activity_gok5959.xml" + }, + { + "merged": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_main.xml", + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/layout/activity_main.xml" + }, + { + "merged": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_yesxon.xml", + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/layout/activity_yesxon.xml" + }, + { + "merged": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_d11210920.xml", + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/layout/activity_d11210920.xml" + }, + { + "merged": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/build/intermediates/incremental/mergeDebugResources/stripped.dir/layout/activity_week2_leesc0893.xml", + "source": "/Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/res/layout/activity_week2_leesc0893.xml" + } +] \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/navigation_json/debug/navigation.json b/summer_coding_android/app/build/intermediates/navigation_json/debug/navigation.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/navigation_json/debug/navigation.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/packaged_manifests/debug/AndroidManifest.xml b/summer_coding_android/app/build/intermediates/packaged_manifests/debug/AndroidManifest.xml new file mode 100644 index 0000000..442b78c --- /dev/null +++ b/summer_coding_android/app/build/intermediates/packaged_manifests/debug/AndroidManifest.xml @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/packaged_manifests/debug/output-metadata.json b/summer_coding_android/app/build/intermediates/packaged_manifests/debug/output-metadata.json new file mode 100644 index 0000000..0069910 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/packaged_manifests/debug/output-metadata.json @@ -0,0 +1,20 @@ +{ + "version": 3, + "artifactType": { + "type": "PACKAGED_MANIFESTS", + "kind": "Directory" + }, + "applicationId": "kr.co.landvibe.summer_coding_android", + "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/summer_coding_android/app/build/intermediates/packaged_res/debug/drawable-v24/ic_launcher_foreground.xml b/summer_coding_android/app/build/intermediates/packaged_res/debug/drawable-v24/ic_launcher_foreground.xml new file mode 100644 index 0000000..2b068d1 --- /dev/null +++ b/summer_coding_android/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/summer_coding_android/app/build/intermediates/packaged_res/debug/drawable/btn_background.xml b/summer_coding_android/app/build/intermediates/packaged_res/debug/drawable/btn_background.xml new file mode 100644 index 0000000..7648fee --- /dev/null +++ b/summer_coding_android/app/build/intermediates/packaged_res/debug/drawable/btn_background.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/packaged_res/debug/drawable/ic_launcher_background.xml b/summer_coding_android/app/build/intermediates/packaged_res/debug/drawable/ic_launcher_background.xml new file mode 100644 index 0000000..07d5da9 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/packaged_res/debug/drawable/ic_launcher_background.xml @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/summer_coding_android/app/build/intermediates/packaged_res/debug/drawable/play.xml b/summer_coding_android/app/build/intermediates/packaged_res/debug/drawable/play.xml new file mode 100644 index 0000000..8986c1d --- /dev/null +++ b/summer_coding_android/app/build/intermediates/packaged_res/debug/drawable/play.xml @@ -0,0 +1,9 @@ + + + diff --git a/summer_coding_android/app/build/intermediates/packaged_res/debug/drawable/round_border.xml b/summer_coding_android/app/build/intermediates/packaged_res/debug/drawable/round_border.xml new file mode 100644 index 0000000..c2d9ef8 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/packaged_res/debug/drawable/round_border.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/packaged_res/debug/font/bmhannaprooft.otf b/summer_coding_android/app/build/intermediates/packaged_res/debug/font/bmhannaprooft.otf new file mode 100644 index 0000000..372cf07 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/packaged_res/debug/font/bmhannaprooft.otf differ diff --git a/summer_coding_android/app/build/intermediates/packaged_res/debug/layout/activity_ckgod.xml b/summer_coding_android/app/build/intermediates/packaged_res/debug/layout/activity_ckgod.xml new file mode 100644 index 0000000..3be2b0e --- /dev/null +++ b/summer_coding_android/app/build/intermediates/packaged_res/debug/layout/activity_ckgod.xml @@ -0,0 +1,182 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/packaged_res/debug/layout/activity_ckgod2.xml b/summer_coding_android/app/build/intermediates/packaged_res/debug/layout/activity_ckgod2.xml new file mode 100644 index 0000000..9a66dbc --- /dev/null +++ b/summer_coding_android/app/build/intermediates/packaged_res/debug/layout/activity_ckgod2.xml @@ -0,0 +1,28 @@ + + + + + + + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/packaged_res/debug/layout/activity_d11210920.xml b/summer_coding_android/app/build/intermediates/packaged_res/debug/layout/activity_d11210920.xml new file mode 100644 index 0000000..11a5f47 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/packaged_res/debug/layout/activity_d11210920.xml @@ -0,0 +1,9 @@ + + + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/packaged_res/debug/layout/activity_gok5959.xml b/summer_coding_android/app/build/intermediates/packaged_res/debug/layout/activity_gok5959.xml new file mode 100644 index 0000000..59483f8 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/packaged_res/debug/layout/activity_gok5959.xml @@ -0,0 +1,9 @@ + + + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/packaged_res/debug/layout/activity_jjjoonngg.xml b/summer_coding_android/app/build/intermediates/packaged_res/debug/layout/activity_jjjoonngg.xml new file mode 100644 index 0000000..dc82b91 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/packaged_res/debug/layout/activity_jjjoonngg.xml @@ -0,0 +1,9 @@ + + + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/packaged_res/debug/layout/activity_main.xml b/summer_coding_android/app/build/intermediates/packaged_res/debug/layout/activity_main.xml new file mode 100644 index 0000000..7646746 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/packaged_res/debug/layout/activity_main.xml @@ -0,0 +1,59 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/packaged_res/debug/layout/activity_week2_leesc0893.xml b/summer_coding_android/app/build/intermediates/packaged_res/debug/layout/activity_week2_leesc0893.xml new file mode 100644 index 0000000..69cab0b --- /dev/null +++ b/summer_coding_android/app/build/intermediates/packaged_res/debug/layout/activity_week2_leesc0893.xml @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/packaged_res/debug/layout/activity_week2_slideshow_leesc0893.xml b/summer_coding_android/app/build/intermediates/packaged_res/debug/layout/activity_week2_slideshow_leesc0893.xml new file mode 100644 index 0000000..4d72ec4 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/packaged_res/debug/layout/activity_week2_slideshow_leesc0893.xml @@ -0,0 +1,32 @@ + + + + + + + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/packaged_res/debug/layout/activity_yesxon.xml b/summer_coding_android/app/build/intermediates/packaged_res/debug/layout/activity_yesxon.xml new file mode 100644 index 0000000..9dfaf69 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/packaged_res/debug/layout/activity_yesxon.xml @@ -0,0 +1,9 @@ + + + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher.xml b/summer_coding_android/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 0000000..eca70cf --- /dev/null +++ b/summer_coding_android/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/summer_coding_android/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher_round.xml b/summer_coding_android/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 0000000..eca70cf --- /dev/null +++ b/summer_coding_android/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/summer_coding_android/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher.webp b/summer_coding_android/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/summer_coding_android/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher.webp differ diff --git a/summer_coding_android/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher_round.webp b/summer_coding_android/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/summer_coding_android/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher_round.webp differ diff --git a/summer_coding_android/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher.webp b/summer_coding_android/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/summer_coding_android/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher.webp differ diff --git a/summer_coding_android/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher_round.webp b/summer_coding_android/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/summer_coding_android/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher_round.webp differ diff --git a/summer_coding_android/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher.webp b/summer_coding_android/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/summer_coding_android/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher.webp differ diff --git a/summer_coding_android/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher_round.webp b/summer_coding_android/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/summer_coding_android/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher_round.webp differ diff --git a/summer_coding_android/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher.webp b/summer_coding_android/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/summer_coding_android/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher.webp differ diff --git a/summer_coding_android/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher_round.webp b/summer_coding_android/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/summer_coding_android/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher_round.webp differ diff --git a/summer_coding_android/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher.webp b/summer_coding_android/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/summer_coding_android/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher.webp differ diff --git a/summer_coding_android/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher_round.webp b/summer_coding_android/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/summer_coding_android/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher_round.webp differ diff --git a/summer_coding_android/app/build/intermediates/packaged_res/debug/values-night-v8/values-night-v8.xml b/summer_coding_android/app/build/intermediates/packaged_res/debug/values-night-v8/values-night-v8.xml new file mode 100644 index 0000000..2b6197c --- /dev/null +++ b/summer_coding_android/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/summer_coding_android/app/build/intermediates/packaged_res/debug/values/values.xml b/summer_coding_android/app/build/intermediates/packaged_res/debug/values/values.xml new file mode 100644 index 0000000..3679ec2 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/packaged_res/debug/values/values.xml @@ -0,0 +1,50 @@ + + + #FF000000 + #9ACD32 + #6B8E23 + #333A58 + #252A3F + #8f949f + #DEE8EF + #FEE300 + #FFBB86FC + #FF6200EE + #FF3700B3 + #FF03DAC5 + #FF018786 + #FFFFFFFF + #696F7F + 3333-10-576-2551 + Summer coding android + mySlideShow + Silde Show + 슬라이드 쇼 만들기 + 카드이용내역 + 창국 + 동하 + 화면 편집 + 혁준 + Alcohol Pro + 7979-42-42458 + 종신 + 승철 + 고창국의 통장 + 세이프박스 + 이체 + + 예선 + + \ No newline at end of file diff --git a/summer_coding_android/app/build/intermediates/processed_res/debug/out/output-metadata.json b/summer_coding_android/app/build/intermediates/processed_res/debug/out/output-metadata.json new file mode 100644 index 0000000..7d1e710 --- /dev/null +++ b/summer_coding_android/app/build/intermediates/processed_res/debug/out/output-metadata.json @@ -0,0 +1,20 @@ +{ + "version": 3, + "artifactType": { + "type": "PROCESSED_RES", + "kind": "Directory" + }, + "applicationId": "kr.co.landvibe.summer_coding_android", + "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/summer_coding_android/app/build/intermediates/processed_res/debug/out/resources-debug.ap_ b/summer_coding_android/app/build/intermediates/processed_res/debug/out/resources-debug.ap_ new file mode 100644 index 0000000..8fa744b Binary files /dev/null and b/summer_coding_android/app/build/intermediates/processed_res/debug/out/resources-debug.ap_ differ diff --git a/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/afddaa94a0082ff9a3e2ac3e11adaded24942e486d1f9186d7444065992eb351_0.jar b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/afddaa94a0082ff9a3e2ac3e11adaded24942e486d1f9186d7444065992eb351_0.jar new file mode 100644 index 0000000..a4c90ee Binary files /dev/null and b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/afddaa94a0082ff9a3e2ac3e11adaded24942e486d1f9186d7444065992eb351_0.jar differ diff --git a/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/afddaa94a0082ff9a3e2ac3e11adaded24942e486d1f9186d7444065992eb351_1.jar b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/afddaa94a0082ff9a3e2ac3e11adaded24942e486d1f9186d7444065992eb351_1.jar new file mode 100644 index 0000000..cda861d Binary files /dev/null and b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/afddaa94a0082ff9a3e2ac3e11adaded24942e486d1f9186d7444065992eb351_1.jar differ diff --git a/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/afddaa94a0082ff9a3e2ac3e11adaded24942e486d1f9186d7444065992eb351_2.jar b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/afddaa94a0082ff9a3e2ac3e11adaded24942e486d1f9186d7444065992eb351_2.jar new file mode 100644 index 0000000..6a117bb Binary files /dev/null and b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/afddaa94a0082ff9a3e2ac3e11adaded24942e486d1f9186d7444065992eb351_2.jar differ diff --git a/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/afddaa94a0082ff9a3e2ac3e11adaded24942e486d1f9186d7444065992eb351_3.jar b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/afddaa94a0082ff9a3e2ac3e11adaded24942e486d1f9186d7444065992eb351_3.jar new file mode 100644 index 0000000..fb19125 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/afddaa94a0082ff9a3e2ac3e11adaded24942e486d1f9186d7444065992eb351_3.jar differ diff --git a/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/BuildConfig.dex b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/BuildConfig.dex new file mode 100644 index 0000000..08bc2d6 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/BuildConfig.dex differ diff --git a/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/MainActivity.dex b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/MainActivity.dex new file mode 100644 index 0000000..b1b87ac Binary files /dev/null and b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/MainActivity.dex differ diff --git a/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/UtilKt.dex b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/UtilKt.dex new file mode 100644 index 0000000..84d8909 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/UtilKt.dex differ diff --git a/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/ckgod/Ckgod2Activity$s$2.dex b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/ckgod/Ckgod2Activity$s$2.dex new file mode 100644 index 0000000..5463b5f Binary files /dev/null and b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/ckgod/Ckgod2Activity$s$2.dex differ diff --git a/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/ckgod/Ckgod2Activity.dex b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/ckgod/Ckgod2Activity.dex new file mode 100644 index 0000000..f2ed74c Binary files /dev/null and b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/ckgod/Ckgod2Activity.dex differ diff --git a/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/ckgod/CkgodActivity.dex b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/ckgod/CkgodActivity.dex new file mode 100644 index 0000000..56f047a Binary files /dev/null and b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/ckgod/CkgodActivity.dex differ diff --git a/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/d11210920/D11210920Activity.dex b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/d11210920/D11210920Activity.dex new file mode 100644 index 0000000..dc684a9 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/d11210920/D11210920Activity.dex differ diff --git a/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityCkgod2Binding.dex b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityCkgod2Binding.dex new file mode 100644 index 0000000..26b9c23 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityCkgod2Binding.dex differ diff --git a/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityCkgodBinding.dex b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityCkgodBinding.dex new file mode 100644 index 0000000..2d83d1e Binary files /dev/null and b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityCkgodBinding.dex differ diff --git a/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityD11210920Binding.dex b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityD11210920Binding.dex new file mode 100644 index 0000000..e2303e1 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityD11210920Binding.dex differ diff --git a/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityGok5959Binding.dex b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityGok5959Binding.dex new file mode 100644 index 0000000..2be3cdd Binary files /dev/null and b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityGok5959Binding.dex differ diff --git a/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityJjjoonnggBinding.dex b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityJjjoonnggBinding.dex new file mode 100644 index 0000000..eac5d6e Binary files /dev/null and b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityJjjoonnggBinding.dex differ diff --git a/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityMainBinding.dex b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityMainBinding.dex new file mode 100644 index 0000000..09c236a Binary files /dev/null and b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityMainBinding.dex differ diff --git a/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityWeek2Leesc0893Binding.dex b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityWeek2Leesc0893Binding.dex new file mode 100644 index 0000000..f31d362 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityWeek2Leesc0893Binding.dex differ diff --git a/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityWeek2SlideshowLeesc0893Binding.dex b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityWeek2SlideshowLeesc0893Binding.dex new file mode 100644 index 0000000..63f4fa2 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityWeek2SlideshowLeesc0893Binding.dex differ diff --git a/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityYesxonBinding.dex b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityYesxonBinding.dex new file mode 100644 index 0000000..13f044a Binary files /dev/null and b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/databinding/ActivityYesxonBinding.dex differ diff --git a/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/gok5959/Gok5959Activity.dex b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/gok5959/Gok5959Activity.dex new file mode 100644 index 0000000..ef6a729 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/gok5959/Gok5959Activity.dex differ diff --git a/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/jjjoonngg/JjjoonnggActivity.dex b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/jjjoonngg/JjjoonnggActivity.dex new file mode 100644 index 0000000..5a037c7 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/jjjoonngg/JjjoonnggActivity.dex differ diff --git a/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893SildeshowWeek2Activity$startTimer$$inlined$timer$default$1.dex b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893SildeshowWeek2Activity$startTimer$$inlined$timer$default$1.dex new file mode 100644 index 0000000..bcbb600 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893SildeshowWeek2Activity$startTimer$$inlined$timer$default$1.dex differ diff --git a/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893SildeshowWeek2Activity$startTimer$1$1.dex b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893SildeshowWeek2Activity$startTimer$1$1.dex new file mode 100644 index 0000000..353fddd Binary files /dev/null and b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893SildeshowWeek2Activity$startTimer$1$1.dex differ diff --git a/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893SildeshowWeek2Activity.dex b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893SildeshowWeek2Activity.dex new file mode 100644 index 0000000..0d7f9fd Binary files /dev/null and b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893SildeshowWeek2Activity.dex differ diff --git a/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893Week2Activity$imageList$2.dex b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893Week2Activity$imageList$2.dex new file mode 100644 index 0000000..e45ef41 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893Week2Activity$imageList$2.dex differ diff --git a/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893Week2Activity.dex b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893Week2Activity.dex new file mode 100644 index 0000000..3745272 Binary files /dev/null and b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893Week2Activity.dex differ diff --git a/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/yesxon/YesxonActivity.dex b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/yesxon/YesxonActivity.dex new file mode 100644 index 0000000..df5593d Binary files /dev/null and b/summer_coding_android/app/build/intermediates/project_dex_archive/debug/out/kr/co/landvibe/summer_coding_android/yesxon/YesxonActivity.dex differ diff --git a/summer_coding_android/app/build/intermediates/runtime_symbol_list/debug/R.txt b/summer_coding_android/app/build/intermediates/runtime_symbol_list/debug/R.txt new file mode 100644 index 0000000..aeb0a1f --- /dev/null +++ b/summer_coding_android/app/build/intermediates/runtime_symbol_list/debug/R.txt @@ -0,0 +1,6407 @@ +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 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 attr SharedValue 0x7f030000 +int attr SharedValueId 0x7f030001 +int attr actionBarDivider 0x7f030002 +int attr actionBarItemBackground 0x7f030003 +int attr actionBarPopupTheme 0x7f030004 +int attr actionBarSize 0x7f030005 +int attr actionBarSplitStyle 0x7f030006 +int attr actionBarStyle 0x7f030007 +int attr actionBarTabBarStyle 0x7f030008 +int attr actionBarTabStyle 0x7f030009 +int attr actionBarTabTextStyle 0x7f03000a +int attr actionBarTheme 0x7f03000b +int attr actionBarWidgetTheme 0x7f03000c +int attr actionButtonStyle 0x7f03000d +int attr actionDropDownStyle 0x7f03000e +int attr actionLayout 0x7f03000f +int attr actionMenuTextAppearance 0x7f030010 +int attr actionMenuTextColor 0x7f030011 +int attr actionModeBackground 0x7f030012 +int attr actionModeCloseButtonStyle 0x7f030013 +int attr actionModeCloseContentDescription 0x7f030014 +int attr actionModeCloseDrawable 0x7f030015 +int attr actionModeCopyDrawable 0x7f030016 +int attr actionModeCutDrawable 0x7f030017 +int attr actionModeFindDrawable 0x7f030018 +int attr actionModePasteDrawable 0x7f030019 +int attr actionModePopupWindowStyle 0x7f03001a +int attr actionModeSelectAllDrawable 0x7f03001b +int attr actionModeShareDrawable 0x7f03001c +int attr actionModeSplitBackground 0x7f03001d +int attr actionModeStyle 0x7f03001e +int attr actionModeTheme 0x7f03001f +int attr actionModeWebSearchDrawable 0x7f030020 +int attr actionOverflowButtonStyle 0x7f030021 +int attr actionOverflowMenuStyle 0x7f030022 +int attr actionProviderClass 0x7f030023 +int attr actionTextColorAlpha 0x7f030024 +int attr actionViewClass 0x7f030025 +int attr activityChooserViewStyle 0x7f030026 +int attr alertDialogButtonGroupStyle 0x7f030027 +int attr alertDialogCenterButtons 0x7f030028 +int attr alertDialogStyle 0x7f030029 +int attr alertDialogTheme 0x7f03002a +int attr allowStacking 0x7f03002b +int attr alpha 0x7f03002c +int attr alphabeticModifiers 0x7f03002d +int attr altSrc 0x7f03002e +int attr animateCircleAngleTo 0x7f03002f +int attr animateRelativeTo 0x7f030030 +int attr animationMode 0x7f030031 +int attr appBarLayoutStyle 0x7f030032 +int attr applyMotionScene 0x7f030033 +int attr arcMode 0x7f030034 +int attr arrowHeadLength 0x7f030035 +int attr arrowShaftLength 0x7f030036 +int attr attributeName 0x7f030037 +int attr autoCompleteMode 0x7f030038 +int attr autoCompleteTextViewStyle 0x7f030039 +int attr autoSizeMaxTextSize 0x7f03003a +int attr autoSizeMinTextSize 0x7f03003b +int attr autoSizePresetSizes 0x7f03003c +int attr autoSizeStepGranularity 0x7f03003d +int attr autoSizeTextType 0x7f03003e +int attr autoTransition 0x7f03003f +int attr background 0x7f030040 +int attr backgroundColor 0x7f030041 +int attr backgroundInsetBottom 0x7f030042 +int attr backgroundInsetEnd 0x7f030043 +int attr backgroundInsetStart 0x7f030044 +int attr backgroundInsetTop 0x7f030045 +int attr backgroundOverlayColorAlpha 0x7f030046 +int attr backgroundSplit 0x7f030047 +int attr backgroundStacked 0x7f030048 +int attr backgroundTint 0x7f030049 +int attr backgroundTintMode 0x7f03004a +int attr badgeGravity 0x7f03004b +int attr badgeRadius 0x7f03004c +int attr badgeStyle 0x7f03004d +int attr badgeTextColor 0x7f03004e +int attr badgeWidePadding 0x7f03004f +int attr badgeWithTextRadius 0x7f030050 +int attr barLength 0x7f030051 +int attr barrierAllowsGoneWidgets 0x7f030052 +int attr barrierDirection 0x7f030053 +int attr barrierMargin 0x7f030054 +int attr behavior_autoHide 0x7f030055 +int attr behavior_autoShrink 0x7f030056 +int attr behavior_draggable 0x7f030057 +int attr behavior_expandedOffset 0x7f030058 +int attr behavior_fitToContents 0x7f030059 +int attr behavior_halfExpandedRatio 0x7f03005a +int attr behavior_hideable 0x7f03005b +int attr behavior_overlapTop 0x7f03005c +int attr behavior_peekHeight 0x7f03005d +int attr behavior_saveFlags 0x7f03005e +int attr behavior_skipCollapsed 0x7f03005f +int attr blendSrc 0x7f030060 +int attr borderRound 0x7f030061 +int attr borderRoundPercent 0x7f030062 +int attr borderWidth 0x7f030063 +int attr borderlessButtonStyle 0x7f030064 +int attr bottomAppBarStyle 0x7f030065 +int attr bottomInsetScrimEnabled 0x7f030066 +int attr bottomNavigationStyle 0x7f030067 +int attr bottomSheetDialogTheme 0x7f030068 +int attr bottomSheetStyle 0x7f030069 +int attr boxBackgroundColor 0x7f03006a +int attr boxBackgroundMode 0x7f03006b +int attr boxCollapsedPaddingTop 0x7f03006c +int attr boxCornerRadiusBottomEnd 0x7f03006d +int attr boxCornerRadiusBottomStart 0x7f03006e +int attr boxCornerRadiusTopEnd 0x7f03006f +int attr boxCornerRadiusTopStart 0x7f030070 +int attr boxStrokeColor 0x7f030071 +int attr boxStrokeErrorColor 0x7f030072 +int attr boxStrokeWidth 0x7f030073 +int attr boxStrokeWidthFocused 0x7f030074 +int attr brightness 0x7f030075 +int attr buttonBarButtonStyle 0x7f030076 +int attr buttonBarNegativeButtonStyle 0x7f030077 +int attr buttonBarNeutralButtonStyle 0x7f030078 +int attr buttonBarPositiveButtonStyle 0x7f030079 +int attr buttonBarStyle 0x7f03007a +int attr buttonCompat 0x7f03007b +int attr buttonGravity 0x7f03007c +int attr buttonIconDimen 0x7f03007d +int attr buttonPanelSideLayout 0x7f03007e +int attr buttonStyle 0x7f03007f +int attr buttonStyleSmall 0x7f030080 +int attr buttonTint 0x7f030081 +int attr buttonTintMode 0x7f030082 +int attr cardBackgroundColor 0x7f030083 +int attr cardCornerRadius 0x7f030084 +int attr cardElevation 0x7f030085 +int attr cardForegroundColor 0x7f030086 +int attr cardMaxElevation 0x7f030087 +int attr cardPreventCornerOverlap 0x7f030088 +int attr cardUseCompatPadding 0x7f030089 +int attr cardViewStyle 0x7f03008a +int attr carousel_backwardTransition 0x7f03008b +int attr carousel_emptyViewsBehavior 0x7f03008c +int attr carousel_firstView 0x7f03008d +int attr carousel_forwardTransition 0x7f03008e +int attr carousel_infinite 0x7f03008f +int attr carousel_nextState 0x7f030090 +int attr carousel_previousState 0x7f030091 +int attr carousel_touchUpMode 0x7f030092 +int attr carousel_touchUp_dampeningFactor 0x7f030093 +int attr carousel_touchUp_velocityThreshold 0x7f030094 +int attr centerIfNoTextEnabled 0x7f030095 +int attr chainUseRtl 0x7f030096 +int attr checkMarkCompat 0x7f030097 +int attr checkMarkTint 0x7f030098 +int attr checkMarkTintMode 0x7f030099 +int attr checkboxStyle 0x7f03009a +int attr checkedButton 0x7f03009b +int attr checkedChip 0x7f03009c +int attr checkedIcon 0x7f03009d +int attr checkedIconEnabled 0x7f03009e +int attr checkedIconGravity 0x7f03009f +int attr checkedIconMargin 0x7f0300a0 +int attr checkedIconSize 0x7f0300a1 +int attr checkedIconTint 0x7f0300a2 +int attr checkedIconVisible 0x7f0300a3 +int attr checkedTextViewStyle 0x7f0300a4 +int attr chipBackgroundColor 0x7f0300a5 +int attr chipCornerRadius 0x7f0300a6 +int attr chipEndPadding 0x7f0300a7 +int attr chipGroupStyle 0x7f0300a8 +int attr chipIcon 0x7f0300a9 +int attr chipIconEnabled 0x7f0300aa +int attr chipIconSize 0x7f0300ab +int attr chipIconTint 0x7f0300ac +int attr chipIconVisible 0x7f0300ad +int attr chipMinHeight 0x7f0300ae +int attr chipMinTouchTargetSize 0x7f0300af +int attr chipSpacing 0x7f0300b0 +int attr chipSpacingHorizontal 0x7f0300b1 +int attr chipSpacingVertical 0x7f0300b2 +int attr chipStandaloneStyle 0x7f0300b3 +int attr chipStartPadding 0x7f0300b4 +int attr chipStrokeColor 0x7f0300b5 +int attr chipStrokeWidth 0x7f0300b6 +int attr chipStyle 0x7f0300b7 +int attr chipSurfaceColor 0x7f0300b8 +int attr circleRadius 0x7f0300b9 +int attr circularProgressIndicatorStyle 0x7f0300ba +int attr circularflow_angles 0x7f0300bb +int attr circularflow_defaultAngle 0x7f0300bc +int attr circularflow_defaultRadius 0x7f0300bd +int attr circularflow_radiusInDP 0x7f0300be +int attr circularflow_viewCenter 0x7f0300bf +int attr clearsTag 0x7f0300c0 +int attr clickAction 0x7f0300c1 +int attr clockFaceBackgroundColor 0x7f0300c2 +int attr clockHandColor 0x7f0300c3 +int attr clockIcon 0x7f0300c4 +int attr clockNumberTextColor 0x7f0300c5 +int attr closeIcon 0x7f0300c6 +int attr closeIconEnabled 0x7f0300c7 +int attr closeIconEndPadding 0x7f0300c8 +int attr closeIconSize 0x7f0300c9 +int attr closeIconStartPadding 0x7f0300ca +int attr closeIconTint 0x7f0300cb +int attr closeIconVisible 0x7f0300cc +int attr closeItemLayout 0x7f0300cd +int attr collapseContentDescription 0x7f0300ce +int attr collapseIcon 0x7f0300cf +int attr collapsedSize 0x7f0300d0 +int attr collapsedTitleGravity 0x7f0300d1 +int attr collapsedTitleTextAppearance 0x7f0300d2 +int attr collapsedTitleTextColor 0x7f0300d3 +int attr collapsingToolbarLayoutLargeSize 0x7f0300d4 +int attr collapsingToolbarLayoutLargeStyle 0x7f0300d5 +int attr collapsingToolbarLayoutMediumSize 0x7f0300d6 +int attr collapsingToolbarLayoutMediumStyle 0x7f0300d7 +int attr collapsingToolbarLayoutStyle 0x7f0300d8 +int attr color 0x7f0300d9 +int attr colorAccent 0x7f0300da +int attr colorBackgroundFloating 0x7f0300db +int attr colorButtonNormal 0x7f0300dc +int attr colorContainer 0x7f0300dd +int attr colorControlActivated 0x7f0300de +int attr colorControlHighlight 0x7f0300df +int attr colorControlNormal 0x7f0300e0 +int attr colorError 0x7f0300e1 +int attr colorErrorContainer 0x7f0300e2 +int attr colorOnBackground 0x7f0300e3 +int attr colorOnContainer 0x7f0300e4 +int attr colorOnError 0x7f0300e5 +int attr colorOnErrorContainer 0x7f0300e6 +int attr colorOnPrimary 0x7f0300e7 +int attr colorOnPrimaryContainer 0x7f0300e8 +int attr colorOnPrimarySurface 0x7f0300e9 +int attr colorOnSecondary 0x7f0300ea +int attr colorOnSecondaryContainer 0x7f0300eb +int attr colorOnSurface 0x7f0300ec +int attr colorOnSurfaceInverse 0x7f0300ed +int attr colorOnSurfaceVariant 0x7f0300ee +int attr colorOnTertiary 0x7f0300ef +int attr colorOnTertiaryContainer 0x7f0300f0 +int attr colorOutline 0x7f0300f1 +int attr colorPrimary 0x7f0300f2 +int attr colorPrimaryContainer 0x7f0300f3 +int attr colorPrimaryDark 0x7f0300f4 +int attr colorPrimaryInverse 0x7f0300f5 +int attr colorPrimarySurface 0x7f0300f6 +int attr colorPrimaryVariant 0x7f0300f7 +int attr colorSecondary 0x7f0300f8 +int attr colorSecondaryContainer 0x7f0300f9 +int attr colorSecondaryVariant 0x7f0300fa +int attr colorSurface 0x7f0300fb +int attr colorSurfaceInverse 0x7f0300fc +int attr colorSurfaceVariant 0x7f0300fd +int attr colorSwitchThumbNormal 0x7f0300fe +int attr colorTertiary 0x7f0300ff +int attr colorTertiaryContainer 0x7f030100 +int attr commitIcon 0x7f030101 +int attr constraintRotate 0x7f030102 +int attr constraintSet 0x7f030103 +int attr constraintSetEnd 0x7f030104 +int attr constraintSetStart 0x7f030105 +int attr constraint_referenced_ids 0x7f030106 +int attr constraint_referenced_tags 0x7f030107 +int attr constraints 0x7f030108 +int attr content 0x7f030109 +int attr contentDescription 0x7f03010a +int attr contentInsetEnd 0x7f03010b +int attr contentInsetEndWithActions 0x7f03010c +int attr contentInsetLeft 0x7f03010d +int attr contentInsetRight 0x7f03010e +int attr contentInsetStart 0x7f03010f +int attr contentInsetStartWithNavigation 0x7f030110 +int attr contentPadding 0x7f030111 +int attr contentPaddingBottom 0x7f030112 +int attr contentPaddingEnd 0x7f030113 +int attr contentPaddingLeft 0x7f030114 +int attr contentPaddingRight 0x7f030115 +int attr contentPaddingStart 0x7f030116 +int attr contentPaddingTop 0x7f030117 +int attr contentScrim 0x7f030118 +int attr contrast 0x7f030119 +int attr controlBackground 0x7f03011a +int attr coordinatorLayoutStyle 0x7f03011b +int attr cornerFamily 0x7f03011c +int attr cornerFamilyBottomLeft 0x7f03011d +int attr cornerFamilyBottomRight 0x7f03011e +int attr cornerFamilyTopLeft 0x7f03011f +int attr cornerFamilyTopRight 0x7f030120 +int attr cornerRadius 0x7f030121 +int attr cornerSize 0x7f030122 +int attr cornerSizeBottomLeft 0x7f030123 +int attr cornerSizeBottomRight 0x7f030124 +int attr cornerSizeTopLeft 0x7f030125 +int attr cornerSizeTopRight 0x7f030126 +int attr counterEnabled 0x7f030127 +int attr counterMaxLength 0x7f030128 +int attr counterOverflowTextAppearance 0x7f030129 +int attr counterOverflowTextColor 0x7f03012a +int attr counterTextAppearance 0x7f03012b +int attr counterTextColor 0x7f03012c +int attr crossfade 0x7f03012d +int attr currentState 0x7f03012e +int attr curveFit 0x7f03012f +int attr customBoolean 0x7f030130 +int attr customColorDrawableValue 0x7f030131 +int attr customColorValue 0x7f030132 +int attr customDimension 0x7f030133 +int attr customFloatValue 0x7f030134 +int attr customIntegerValue 0x7f030135 +int attr customNavigationLayout 0x7f030136 +int attr customPixelDimension 0x7f030137 +int attr customReference 0x7f030138 +int attr customStringValue 0x7f030139 +int attr dayInvalidStyle 0x7f03013a +int attr daySelectedStyle 0x7f03013b +int attr dayStyle 0x7f03013c +int attr dayTodayStyle 0x7f03013d +int attr defaultDuration 0x7f03013e +int attr defaultQueryHint 0x7f03013f +int attr defaultState 0x7f030140 +int attr deltaPolarAngle 0x7f030141 +int attr deltaPolarRadius 0x7f030142 +int attr deriveConstraintsFrom 0x7f030143 +int attr dialogCornerRadius 0x7f030144 +int attr dialogPreferredPadding 0x7f030145 +int attr dialogTheme 0x7f030146 +int attr displayOptions 0x7f030147 +int attr divider 0x7f030148 +int attr dividerColor 0x7f030149 +int attr dividerHorizontal 0x7f03014a +int attr dividerInsetEnd 0x7f03014b +int attr dividerInsetStart 0x7f03014c +int attr dividerPadding 0x7f03014d +int attr dividerThickness 0x7f03014e +int attr dividerVertical 0x7f03014f +int attr dragDirection 0x7f030150 +int attr dragScale 0x7f030151 +int attr dragThreshold 0x7f030152 +int attr drawPath 0x7f030153 +int attr drawableBottomCompat 0x7f030154 +int attr drawableEndCompat 0x7f030155 +int attr drawableLeftCompat 0x7f030156 +int attr drawableRightCompat 0x7f030157 +int attr drawableSize 0x7f030158 +int attr drawableStartCompat 0x7f030159 +int attr drawableTint 0x7f03015a +int attr drawableTintMode 0x7f03015b +int attr drawableTopCompat 0x7f03015c +int attr drawerArrowStyle 0x7f03015d +int attr drawerLayoutCornerSize 0x7f03015e +int attr drawerLayoutStyle 0x7f03015f +int attr dropDownListViewStyle 0x7f030160 +int attr dropdownListPreferredItemHeight 0x7f030161 +int attr duration 0x7f030162 +int attr dynamicColorThemeOverlay 0x7f030163 +int attr editTextBackground 0x7f030164 +int attr editTextColor 0x7f030165 +int attr editTextStyle 0x7f030166 +int attr elevation 0x7f030167 +int attr elevationOverlayAccentColor 0x7f030168 +int attr elevationOverlayColor 0x7f030169 +int attr elevationOverlayEnabled 0x7f03016a +int attr emojiCompatEnabled 0x7f03016b +int attr enableEdgeToEdge 0x7f03016c +int attr endIconCheckable 0x7f03016d +int attr endIconContentDescription 0x7f03016e +int attr endIconDrawable 0x7f03016f +int attr endIconMode 0x7f030170 +int attr endIconTint 0x7f030171 +int attr endIconTintMode 0x7f030172 +int attr enforceMaterialTheme 0x7f030173 +int attr enforceTextAppearance 0x7f030174 +int attr ensureMinTouchTargetSize 0x7f030175 +int attr errorContentDescription 0x7f030176 +int attr errorEnabled 0x7f030177 +int attr errorIconDrawable 0x7f030178 +int attr errorIconTint 0x7f030179 +int attr errorIconTintMode 0x7f03017a +int attr errorTextAppearance 0x7f03017b +int attr errorTextColor 0x7f03017c +int attr expandActivityOverflowButtonDrawable 0x7f03017d +int attr expanded 0x7f03017e +int attr expandedHintEnabled 0x7f03017f +int attr expandedTitleGravity 0x7f030180 +int attr expandedTitleMargin 0x7f030181 +int attr expandedTitleMarginBottom 0x7f030182 +int attr expandedTitleMarginEnd 0x7f030183 +int attr expandedTitleMarginStart 0x7f030184 +int attr expandedTitleMarginTop 0x7f030185 +int attr expandedTitleTextAppearance 0x7f030186 +int attr expandedTitleTextColor 0x7f030187 +int attr extendMotionSpec 0x7f030188 +int attr extendedFloatingActionButtonPrimaryStyle 0x7f030189 +int attr extendedFloatingActionButtonSecondaryStyle 0x7f03018a +int attr extendedFloatingActionButtonStyle 0x7f03018b +int attr extendedFloatingActionButtonSurfaceStyle 0x7f03018c +int attr extendedFloatingActionButtonTertiaryStyle 0x7f03018d +int attr extraMultilineHeightEnabled 0x7f03018e +int attr fabAlignmentMode 0x7f03018f +int attr fabAnimationMode 0x7f030190 +int attr fabCradleMargin 0x7f030191 +int attr fabCradleRoundedCornerRadius 0x7f030192 +int attr fabCradleVerticalOffset 0x7f030193 +int attr fabCustomSize 0x7f030194 +int attr fabSize 0x7f030195 +int attr fastScrollEnabled 0x7f030196 +int attr fastScrollHorizontalThumbDrawable 0x7f030197 +int attr fastScrollHorizontalTrackDrawable 0x7f030198 +int attr fastScrollVerticalThumbDrawable 0x7f030199 +int attr fastScrollVerticalTrackDrawable 0x7f03019a +int attr firstBaselineToTopHeight 0x7f03019b +int attr floatingActionButtonLargePrimaryStyle 0x7f03019c +int attr floatingActionButtonLargeSecondaryStyle 0x7f03019d +int attr floatingActionButtonLargeStyle 0x7f03019e +int attr floatingActionButtonLargeSurfaceStyle 0x7f03019f +int attr floatingActionButtonLargeTertiaryStyle 0x7f0301a0 +int attr floatingActionButtonPrimaryStyle 0x7f0301a1 +int attr floatingActionButtonSecondaryStyle 0x7f0301a2 +int attr floatingActionButtonStyle 0x7f0301a3 +int attr floatingActionButtonSurfaceStyle 0x7f0301a4 +int attr floatingActionButtonTertiaryStyle 0x7f0301a5 +int attr flow_firstHorizontalBias 0x7f0301a6 +int attr flow_firstHorizontalStyle 0x7f0301a7 +int attr flow_firstVerticalBias 0x7f0301a8 +int attr flow_firstVerticalStyle 0x7f0301a9 +int attr flow_horizontalAlign 0x7f0301aa +int attr flow_horizontalBias 0x7f0301ab +int attr flow_horizontalGap 0x7f0301ac +int attr flow_horizontalStyle 0x7f0301ad +int attr flow_lastHorizontalBias 0x7f0301ae +int attr flow_lastHorizontalStyle 0x7f0301af +int attr flow_lastVerticalBias 0x7f0301b0 +int attr flow_lastVerticalStyle 0x7f0301b1 +int attr flow_maxElementsWrap 0x7f0301b2 +int attr flow_padding 0x7f0301b3 +int attr flow_verticalAlign 0x7f0301b4 +int attr flow_verticalBias 0x7f0301b5 +int attr flow_verticalGap 0x7f0301b6 +int attr flow_verticalStyle 0x7f0301b7 +int attr flow_wrapMode 0x7f0301b8 +int attr font 0x7f0301b9 +int attr fontFamily 0x7f0301ba +int attr fontProviderAuthority 0x7f0301bb +int attr fontProviderCerts 0x7f0301bc +int attr fontProviderFetchStrategy 0x7f0301bd +int attr fontProviderFetchTimeout 0x7f0301be +int attr fontProviderPackage 0x7f0301bf +int attr fontProviderQuery 0x7f0301c0 +int attr fontProviderSystemFontFamily 0x7f0301c1 +int attr fontStyle 0x7f0301c2 +int attr fontVariationSettings 0x7f0301c3 +int attr fontWeight 0x7f0301c4 +int attr forceApplySystemWindowInsetTop 0x7f0301c5 +int attr foregroundInsidePadding 0x7f0301c6 +int attr framePosition 0x7f0301c7 +int attr gapBetweenBars 0x7f0301c8 +int attr gestureInsetBottomIgnored 0x7f0301c9 +int attr goIcon 0x7f0301ca +int attr guidelineUseRtl 0x7f0301cb +int attr haloColor 0x7f0301cc +int attr haloRadius 0x7f0301cd +int attr headerLayout 0x7f0301ce +int attr height 0x7f0301cf +int attr helperText 0x7f0301d0 +int attr helperTextEnabled 0x7f0301d1 +int attr helperTextTextAppearance 0x7f0301d2 +int attr helperTextTextColor 0x7f0301d3 +int attr hideAnimationBehavior 0x7f0301d4 +int attr hideMotionSpec 0x7f0301d5 +int attr hideOnContentScroll 0x7f0301d6 +int attr hideOnScroll 0x7f0301d7 +int attr hintAnimationEnabled 0x7f0301d8 +int attr hintEnabled 0x7f0301d9 +int attr hintTextAppearance 0x7f0301da +int attr hintTextColor 0x7f0301db +int attr homeAsUpIndicator 0x7f0301dc +int attr homeLayout 0x7f0301dd +int attr horizontalOffset 0x7f0301de +int attr horizontalOffsetWithText 0x7f0301df +int attr hoveredFocusedTranslationZ 0x7f0301e0 +int attr icon 0x7f0301e1 +int attr iconEndPadding 0x7f0301e2 +int attr iconGravity 0x7f0301e3 +int attr iconPadding 0x7f0301e4 +int attr iconSize 0x7f0301e5 +int attr iconStartPadding 0x7f0301e6 +int attr iconTint 0x7f0301e7 +int attr iconTintMode 0x7f0301e8 +int attr iconifiedByDefault 0x7f0301e9 +int attr ifTagNotSet 0x7f0301ea +int attr ifTagSet 0x7f0301eb +int attr imageButtonStyle 0x7f0301ec +int attr imagePanX 0x7f0301ed +int attr imagePanY 0x7f0301ee +int attr imageRotate 0x7f0301ef +int attr imageZoom 0x7f0301f0 +int attr indeterminateAnimationType 0x7f0301f1 +int attr indeterminateProgressStyle 0x7f0301f2 +int attr indicatorColor 0x7f0301f3 +int attr indicatorDirectionCircular 0x7f0301f4 +int attr indicatorDirectionLinear 0x7f0301f5 +int attr indicatorInset 0x7f0301f6 +int attr indicatorSize 0x7f0301f7 +int attr initialActivityCount 0x7f0301f8 +int attr insetForeground 0x7f0301f9 +int attr isLightTheme 0x7f0301fa +int attr isMaterial3Theme 0x7f0301fb +int attr isMaterialTheme 0x7f0301fc +int attr itemActiveIndicatorStyle 0x7f0301fd +int attr itemBackground 0x7f0301fe +int attr itemFillColor 0x7f0301ff +int attr itemHorizontalPadding 0x7f030200 +int attr itemHorizontalTranslationEnabled 0x7f030201 +int attr itemIconPadding 0x7f030202 +int attr itemIconSize 0x7f030203 +int attr itemIconTint 0x7f030204 +int attr itemMaxLines 0x7f030205 +int attr itemMinHeight 0x7f030206 +int attr itemPadding 0x7f030207 +int attr itemPaddingBottom 0x7f030208 +int attr itemPaddingTop 0x7f030209 +int attr itemRippleColor 0x7f03020a +int attr itemShapeAppearance 0x7f03020b +int attr itemShapeAppearanceOverlay 0x7f03020c +int attr itemShapeFillColor 0x7f03020d +int attr itemShapeInsetBottom 0x7f03020e +int attr itemShapeInsetEnd 0x7f03020f +int attr itemShapeInsetStart 0x7f030210 +int attr itemShapeInsetTop 0x7f030211 +int attr itemSpacing 0x7f030212 +int attr itemStrokeColor 0x7f030213 +int attr itemStrokeWidth 0x7f030214 +int attr itemTextAppearance 0x7f030215 +int attr itemTextAppearanceActive 0x7f030216 +int attr itemTextAppearanceInactive 0x7f030217 +int attr itemTextColor 0x7f030218 +int attr itemVerticalPadding 0x7f030219 +int attr keyPositionType 0x7f03021a +int attr keyboardIcon 0x7f03021b +int attr keylines 0x7f03021c +int attr lStar 0x7f03021d +int attr labelBehavior 0x7f03021e +int attr labelStyle 0x7f03021f +int attr labelVisibilityMode 0x7f030220 +int attr lastBaselineToBottomHeight 0x7f030221 +int attr lastItemDecorated 0x7f030222 +int attr layout 0x7f030223 +int attr layoutDescription 0x7f030224 +int attr layoutDuringTransition 0x7f030225 +int attr layoutManager 0x7f030226 +int attr layout_anchor 0x7f030227 +int attr layout_anchorGravity 0x7f030228 +int attr layout_behavior 0x7f030229 +int attr layout_collapseMode 0x7f03022a +int attr layout_collapseParallaxMultiplier 0x7f03022b +int attr layout_constrainedHeight 0x7f03022c +int attr layout_constrainedWidth 0x7f03022d +int attr layout_constraintBaseline_creator 0x7f03022e +int attr layout_constraintBaseline_toBaselineOf 0x7f03022f +int attr layout_constraintBaseline_toBottomOf 0x7f030230 +int attr layout_constraintBaseline_toTopOf 0x7f030231 +int attr layout_constraintBottom_creator 0x7f030232 +int attr layout_constraintBottom_toBottomOf 0x7f030233 +int attr layout_constraintBottom_toTopOf 0x7f030234 +int attr layout_constraintCircle 0x7f030235 +int attr layout_constraintCircleAngle 0x7f030236 +int attr layout_constraintCircleRadius 0x7f030237 +int attr layout_constraintDimensionRatio 0x7f030238 +int attr layout_constraintEnd_toEndOf 0x7f030239 +int attr layout_constraintEnd_toStartOf 0x7f03023a +int attr layout_constraintGuide_begin 0x7f03023b +int attr layout_constraintGuide_end 0x7f03023c +int attr layout_constraintGuide_percent 0x7f03023d +int attr layout_constraintHeight 0x7f03023e +int attr layout_constraintHeight_default 0x7f03023f +int attr layout_constraintHeight_max 0x7f030240 +int attr layout_constraintHeight_min 0x7f030241 +int attr layout_constraintHeight_percent 0x7f030242 +int attr layout_constraintHorizontal_bias 0x7f030243 +int attr layout_constraintHorizontal_chainStyle 0x7f030244 +int attr layout_constraintHorizontal_weight 0x7f030245 +int attr layout_constraintLeft_creator 0x7f030246 +int attr layout_constraintLeft_toLeftOf 0x7f030247 +int attr layout_constraintLeft_toRightOf 0x7f030248 +int attr layout_constraintRight_creator 0x7f030249 +int attr layout_constraintRight_toLeftOf 0x7f03024a +int attr layout_constraintRight_toRightOf 0x7f03024b +int attr layout_constraintStart_toEndOf 0x7f03024c +int attr layout_constraintStart_toStartOf 0x7f03024d +int attr layout_constraintTag 0x7f03024e +int attr layout_constraintTop_creator 0x7f03024f +int attr layout_constraintTop_toBottomOf 0x7f030250 +int attr layout_constraintTop_toTopOf 0x7f030251 +int attr layout_constraintVertical_bias 0x7f030252 +int attr layout_constraintVertical_chainStyle 0x7f030253 +int attr layout_constraintVertical_weight 0x7f030254 +int attr layout_constraintWidth 0x7f030255 +int attr layout_constraintWidth_default 0x7f030256 +int attr layout_constraintWidth_max 0x7f030257 +int attr layout_constraintWidth_min 0x7f030258 +int attr layout_constraintWidth_percent 0x7f030259 +int attr layout_dodgeInsetEdges 0x7f03025a +int attr layout_editor_absoluteX 0x7f03025b +int attr layout_editor_absoluteY 0x7f03025c +int attr layout_goneMarginBaseline 0x7f03025d +int attr layout_goneMarginBottom 0x7f03025e +int attr layout_goneMarginEnd 0x7f03025f +int attr layout_goneMarginLeft 0x7f030260 +int attr layout_goneMarginRight 0x7f030261 +int attr layout_goneMarginStart 0x7f030262 +int attr layout_goneMarginTop 0x7f030263 +int attr layout_insetEdge 0x7f030264 +int attr layout_keyline 0x7f030265 +int attr layout_marginBaseline 0x7f030266 +int attr layout_optimizationLevel 0x7f030267 +int attr layout_scrollEffect 0x7f030268 +int attr layout_scrollFlags 0x7f030269 +int attr layout_scrollInterpolator 0x7f03026a +int attr layout_wrapBehaviorInParent 0x7f03026b +int attr liftOnScroll 0x7f03026c +int attr liftOnScrollTargetViewId 0x7f03026d +int attr limitBoundsTo 0x7f03026e +int attr lineHeight 0x7f03026f +int attr lineSpacing 0x7f030270 +int attr linearProgressIndicatorStyle 0x7f030271 +int attr listChoiceBackgroundIndicator 0x7f030272 +int attr listChoiceIndicatorMultipleAnimated 0x7f030273 +int attr listChoiceIndicatorSingleAnimated 0x7f030274 +int attr listDividerAlertDialog 0x7f030275 +int attr listItemLayout 0x7f030276 +int attr listLayout 0x7f030277 +int attr listMenuViewStyle 0x7f030278 +int attr listPopupWindowStyle 0x7f030279 +int attr listPreferredItemHeight 0x7f03027a +int attr listPreferredItemHeightLarge 0x7f03027b +int attr listPreferredItemHeightSmall 0x7f03027c +int attr listPreferredItemPaddingEnd 0x7f03027d +int attr listPreferredItemPaddingLeft 0x7f03027e +int attr listPreferredItemPaddingRight 0x7f03027f +int attr listPreferredItemPaddingStart 0x7f030280 +int attr logo 0x7f030281 +int attr logoAdjustViewBounds 0x7f030282 +int attr logoDescription 0x7f030283 +int attr logoScaleType 0x7f030284 +int attr marginHorizontal 0x7f030285 +int attr marginLeftSystemWindowInsets 0x7f030286 +int attr marginRightSystemWindowInsets 0x7f030287 +int attr marginTopSystemWindowInsets 0x7f030288 +int attr materialAlertDialogBodyTextStyle 0x7f030289 +int attr materialAlertDialogButtonSpacerVisibility 0x7f03028a +int attr materialAlertDialogTheme 0x7f03028b +int attr materialAlertDialogTitleIconStyle 0x7f03028c +int attr materialAlertDialogTitlePanelStyle 0x7f03028d +int attr materialAlertDialogTitleTextStyle 0x7f03028e +int attr materialButtonOutlinedStyle 0x7f03028f +int attr materialButtonStyle 0x7f030290 +int attr materialButtonToggleGroupStyle 0x7f030291 +int attr materialCalendarDay 0x7f030292 +int attr materialCalendarDayOfWeekLabel 0x7f030293 +int attr materialCalendarFullscreenTheme 0x7f030294 +int attr materialCalendarHeaderCancelButton 0x7f030295 +int attr materialCalendarHeaderConfirmButton 0x7f030296 +int attr materialCalendarHeaderDivider 0x7f030297 +int attr materialCalendarHeaderLayout 0x7f030298 +int attr materialCalendarHeaderSelection 0x7f030299 +int attr materialCalendarHeaderTitle 0x7f03029a +int attr materialCalendarHeaderToggleButton 0x7f03029b +int attr materialCalendarMonth 0x7f03029c +int attr materialCalendarMonthNavigationButton 0x7f03029d +int attr materialCalendarStyle 0x7f03029e +int attr materialCalendarTheme 0x7f03029f +int attr materialCalendarYearNavigationButton 0x7f0302a0 +int attr materialCardViewElevatedStyle 0x7f0302a1 +int attr materialCardViewFilledStyle 0x7f0302a2 +int attr materialCardViewOutlinedStyle 0x7f0302a3 +int attr materialCardViewStyle 0x7f0302a4 +int attr materialCircleRadius 0x7f0302a5 +int attr materialClockStyle 0x7f0302a6 +int attr materialDisplayDividerStyle 0x7f0302a7 +int attr materialDividerHeavyStyle 0x7f0302a8 +int attr materialDividerStyle 0x7f0302a9 +int attr materialThemeOverlay 0x7f0302aa +int attr materialTimePickerStyle 0x7f0302ab +int attr materialTimePickerTheme 0x7f0302ac +int attr materialTimePickerTitleStyle 0x7f0302ad +int attr maxAcceleration 0x7f0302ae +int attr maxActionInlineWidth 0x7f0302af +int attr maxButtonHeight 0x7f0302b0 +int attr maxCharacterCount 0x7f0302b1 +int attr maxHeight 0x7f0302b2 +int attr maxImageSize 0x7f0302b3 +int attr maxLines 0x7f0302b4 +int attr maxVelocity 0x7f0302b5 +int attr maxWidth 0x7f0302b6 +int attr measureWithLargestChild 0x7f0302b7 +int attr menu 0x7f0302b8 +int attr menuGravity 0x7f0302b9 +int attr methodName 0x7f0302ba +int attr minHeight 0x7f0302bb +int attr minHideDelay 0x7f0302bc +int attr minSeparation 0x7f0302bd +int attr minTouchTargetSize 0x7f0302be +int attr minWidth 0x7f0302bf +int attr mock_diagonalsColor 0x7f0302c0 +int attr mock_label 0x7f0302c1 +int attr mock_labelBackgroundColor 0x7f0302c2 +int attr mock_labelColor 0x7f0302c3 +int attr mock_showDiagonals 0x7f0302c4 +int attr mock_showLabel 0x7f0302c5 +int attr motionDebug 0x7f0302c6 +int attr motionDurationLong1 0x7f0302c7 +int attr motionDurationLong2 0x7f0302c8 +int attr motionDurationMedium1 0x7f0302c9 +int attr motionDurationMedium2 0x7f0302ca +int attr motionDurationShort1 0x7f0302cb +int attr motionDurationShort2 0x7f0302cc +int attr motionEasingAccelerated 0x7f0302cd +int attr motionEasingDecelerated 0x7f0302ce +int attr motionEasingEmphasized 0x7f0302cf +int attr motionEasingLinear 0x7f0302d0 +int attr motionEasingStandard 0x7f0302d1 +int attr motionEffect_alpha 0x7f0302d2 +int attr motionEffect_end 0x7f0302d3 +int attr motionEffect_move 0x7f0302d4 +int attr motionEffect_start 0x7f0302d5 +int attr motionEffect_strict 0x7f0302d6 +int attr motionEffect_translationX 0x7f0302d7 +int attr motionEffect_translationY 0x7f0302d8 +int attr motionEffect_viewTransition 0x7f0302d9 +int attr motionInterpolator 0x7f0302da +int attr motionPath 0x7f0302db +int attr motionPathRotate 0x7f0302dc +int attr motionProgress 0x7f0302dd +int attr motionStagger 0x7f0302de +int attr motionTarget 0x7f0302df +int attr motion_postLayoutCollision 0x7f0302e0 +int attr motion_triggerOnCollision 0x7f0302e1 +int attr moveWhenScrollAtTop 0x7f0302e2 +int attr multiChoiceItemLayout 0x7f0302e3 +int attr navigationContentDescription 0x7f0302e4 +int attr navigationIcon 0x7f0302e5 +int attr navigationIconTint 0x7f0302e6 +int attr navigationMode 0x7f0302e7 +int attr navigationRailStyle 0x7f0302e8 +int attr navigationViewStyle 0x7f0302e9 +int attr nestedScrollFlags 0x7f0302ea +int attr nestedScrollViewStyle 0x7f0302eb +int attr nestedScrollable 0x7f0302ec +int attr number 0x7f0302ed +int attr numericModifiers 0x7f0302ee +int attr onCross 0x7f0302ef +int attr onHide 0x7f0302f0 +int attr onNegativeCross 0x7f0302f1 +int attr onPositiveCross 0x7f0302f2 +int attr onShow 0x7f0302f3 +int attr onStateTransition 0x7f0302f4 +int attr onTouchUp 0x7f0302f5 +int attr overlapAnchor 0x7f0302f6 +int attr overlay 0x7f0302f7 +int attr paddingBottomNoButtons 0x7f0302f8 +int attr paddingBottomSystemWindowInsets 0x7f0302f9 +int attr paddingEnd 0x7f0302fa +int attr paddingLeftSystemWindowInsets 0x7f0302fb +int attr paddingRightSystemWindowInsets 0x7f0302fc +int attr paddingStart 0x7f0302fd +int attr paddingTopNoTitle 0x7f0302fe +int attr paddingTopSystemWindowInsets 0x7f0302ff +int attr panelBackground 0x7f030300 +int attr panelMenuListTheme 0x7f030301 +int attr panelMenuListWidth 0x7f030302 +int attr passwordToggleContentDescription 0x7f030303 +int attr passwordToggleDrawable 0x7f030304 +int attr passwordToggleEnabled 0x7f030305 +int attr passwordToggleTint 0x7f030306 +int attr passwordToggleTintMode 0x7f030307 +int attr pathMotionArc 0x7f030308 +int attr path_percent 0x7f030309 +int attr percentHeight 0x7f03030a +int attr percentWidth 0x7f03030b +int attr percentX 0x7f03030c +int attr percentY 0x7f03030d +int attr perpendicularPath_percent 0x7f03030e +int attr pivotAnchor 0x7f03030f +int attr placeholderText 0x7f030310 +int attr placeholderTextAppearance 0x7f030311 +int attr placeholderTextColor 0x7f030312 +int attr placeholder_emptyVisibility 0x7f030313 +int attr polarRelativeTo 0x7f030314 +int attr popupMenuBackground 0x7f030315 +int attr popupMenuStyle 0x7f030316 +int attr popupTheme 0x7f030317 +int attr popupWindowStyle 0x7f030318 +int attr prefixText 0x7f030319 +int attr prefixTextAppearance 0x7f03031a +int attr prefixTextColor 0x7f03031b +int attr preserveIconSpacing 0x7f03031c +int attr pressedTranslationZ 0x7f03031d +int attr progressBarPadding 0x7f03031e +int attr progressBarStyle 0x7f03031f +int attr quantizeMotionInterpolator 0x7f030320 +int attr quantizeMotionPhase 0x7f030321 +int attr quantizeMotionSteps 0x7f030322 +int attr queryBackground 0x7f030323 +int attr queryHint 0x7f030324 +int attr queryPatterns 0x7f030325 +int attr radioButtonStyle 0x7f030326 +int attr rangeFillColor 0x7f030327 +int attr ratingBarStyle 0x7f030328 +int attr ratingBarStyleIndicator 0x7f030329 +int attr ratingBarStyleSmall 0x7f03032a +int attr reactiveGuide_animateChange 0x7f03032b +int attr reactiveGuide_applyToAllConstraintSets 0x7f03032c +int attr reactiveGuide_applyToConstraintSet 0x7f03032d +int attr reactiveGuide_valueId 0x7f03032e +int attr recyclerViewStyle 0x7f03032f +int attr region_heightLessThan 0x7f030330 +int attr region_heightMoreThan 0x7f030331 +int attr region_widthLessThan 0x7f030332 +int attr region_widthMoreThan 0x7f030333 +int attr reverseLayout 0x7f030334 +int attr rippleColor 0x7f030335 +int attr rotationCenterId 0x7f030336 +int attr round 0x7f030337 +int attr roundPercent 0x7f030338 +int attr saturation 0x7f030339 +int attr scaleFromTextSize 0x7f03033a +int attr scrimAnimationDuration 0x7f03033b +int attr scrimBackground 0x7f03033c +int attr scrimVisibleHeightTrigger 0x7f03033d +int attr searchHintIcon 0x7f03033e +int attr searchIcon 0x7f03033f +int attr searchViewStyle 0x7f030340 +int attr seekBarStyle 0x7f030341 +int attr selectableItemBackground 0x7f030342 +int attr selectableItemBackgroundBorderless 0x7f030343 +int attr selectionRequired 0x7f030344 +int attr selectorSize 0x7f030345 +int attr setsTag 0x7f030346 +int attr shapeAppearance 0x7f030347 +int attr shapeAppearanceLargeComponent 0x7f030348 +int attr shapeAppearanceMediumComponent 0x7f030349 +int attr shapeAppearanceOverlay 0x7f03034a +int attr shapeAppearanceSmallComponent 0x7f03034b +int attr shortcutMatchRequired 0x7f03034c +int attr showAnimationBehavior 0x7f03034d +int attr showAsAction 0x7f03034e +int attr showDelay 0x7f03034f +int attr showDividers 0x7f030350 +int attr showMotionSpec 0x7f030351 +int attr showPaths 0x7f030352 +int attr showText 0x7f030353 +int attr showTitle 0x7f030354 +int attr shrinkMotionSpec 0x7f030355 +int attr simpleItemLayout 0x7f030356 +int attr simpleItems 0x7f030357 +int attr singleChoiceItemLayout 0x7f030358 +int attr singleLine 0x7f030359 +int attr singleSelection 0x7f03035a +int attr sizePercent 0x7f03035b +int attr sliderStyle 0x7f03035c +int attr snackbarButtonStyle 0x7f03035d +int attr snackbarStyle 0x7f03035e +int attr snackbarTextViewStyle 0x7f03035f +int attr spanCount 0x7f030360 +int attr spinBars 0x7f030361 +int attr spinnerDropDownItemStyle 0x7f030362 +int attr spinnerStyle 0x7f030363 +int attr splitTrack 0x7f030364 +int attr springBoundary 0x7f030365 +int attr springDamping 0x7f030366 +int attr springMass 0x7f030367 +int attr springStiffness 0x7f030368 +int attr springStopThreshold 0x7f030369 +int attr srcCompat 0x7f03036a +int attr stackFromEnd 0x7f03036b +int attr staggered 0x7f03036c +int attr startIconCheckable 0x7f03036d +int attr startIconContentDescription 0x7f03036e +int attr startIconDrawable 0x7f03036f +int attr startIconTint 0x7f030370 +int attr startIconTintMode 0x7f030371 +int attr state_above_anchor 0x7f030372 +int attr state_collapsed 0x7f030373 +int attr state_collapsible 0x7f030374 +int attr state_dragged 0x7f030375 +int attr state_liftable 0x7f030376 +int attr state_lifted 0x7f030377 +int attr statusBarBackground 0x7f030378 +int attr statusBarForeground 0x7f030379 +int attr statusBarScrim 0x7f03037a +int attr strokeColor 0x7f03037b +int attr strokeWidth 0x7f03037c +int attr subMenuArrow 0x7f03037d +int attr subheaderColor 0x7f03037e +int attr subheaderInsetEnd 0x7f03037f +int attr subheaderInsetStart 0x7f030380 +int attr subheaderTextAppearance 0x7f030381 +int attr submitBackground 0x7f030382 +int attr subtitle 0x7f030383 +int attr subtitleCentered 0x7f030384 +int attr subtitleTextAppearance 0x7f030385 +int attr subtitleTextColor 0x7f030386 +int attr subtitleTextStyle 0x7f030387 +int attr suffixText 0x7f030388 +int attr suffixTextAppearance 0x7f030389 +int attr suffixTextColor 0x7f03038a +int attr suggestionRowLayout 0x7f03038b +int attr switchMinWidth 0x7f03038c +int attr switchPadding 0x7f03038d +int attr switchStyle 0x7f03038e +int attr switchTextAppearance 0x7f03038f +int attr tabBackground 0x7f030390 +int attr tabContentStart 0x7f030391 +int attr tabGravity 0x7f030392 +int attr tabIconTint 0x7f030393 +int attr tabIconTintMode 0x7f030394 +int attr tabIndicator 0x7f030395 +int attr tabIndicatorAnimationDuration 0x7f030396 +int attr tabIndicatorAnimationMode 0x7f030397 +int attr tabIndicatorColor 0x7f030398 +int attr tabIndicatorFullWidth 0x7f030399 +int attr tabIndicatorGravity 0x7f03039a +int attr tabIndicatorHeight 0x7f03039b +int attr tabInlineLabel 0x7f03039c +int attr tabMaxWidth 0x7f03039d +int attr tabMinWidth 0x7f03039e +int attr tabMode 0x7f03039f +int attr tabPadding 0x7f0303a0 +int attr tabPaddingBottom 0x7f0303a1 +int attr tabPaddingEnd 0x7f0303a2 +int attr tabPaddingStart 0x7f0303a3 +int attr tabPaddingTop 0x7f0303a4 +int attr tabRippleColor 0x7f0303a5 +int attr tabSecondaryStyle 0x7f0303a6 +int attr tabSelectedTextColor 0x7f0303a7 +int attr tabStyle 0x7f0303a8 +int attr tabTextAppearance 0x7f0303a9 +int attr tabTextColor 0x7f0303aa +int attr tabUnboundedRipple 0x7f0303ab +int attr targetId 0x7f0303ac +int attr telltales_tailColor 0x7f0303ad +int attr telltales_tailScale 0x7f0303ae +int attr telltales_velocityMode 0x7f0303af +int attr textAllCaps 0x7f0303b0 +int attr textAppearanceBody1 0x7f0303b1 +int attr textAppearanceBody2 0x7f0303b2 +int attr textAppearanceBodyLarge 0x7f0303b3 +int attr textAppearanceBodyMedium 0x7f0303b4 +int attr textAppearanceBodySmall 0x7f0303b5 +int attr textAppearanceButton 0x7f0303b6 +int attr textAppearanceCaption 0x7f0303b7 +int attr textAppearanceDisplayLarge 0x7f0303b8 +int attr textAppearanceDisplayMedium 0x7f0303b9 +int attr textAppearanceDisplaySmall 0x7f0303ba +int attr textAppearanceHeadline1 0x7f0303bb +int attr textAppearanceHeadline2 0x7f0303bc +int attr textAppearanceHeadline3 0x7f0303bd +int attr textAppearanceHeadline4 0x7f0303be +int attr textAppearanceHeadline5 0x7f0303bf +int attr textAppearanceHeadline6 0x7f0303c0 +int attr textAppearanceHeadlineLarge 0x7f0303c1 +int attr textAppearanceHeadlineMedium 0x7f0303c2 +int attr textAppearanceHeadlineSmall 0x7f0303c3 +int attr textAppearanceLabelLarge 0x7f0303c4 +int attr textAppearanceLabelMedium 0x7f0303c5 +int attr textAppearanceLabelSmall 0x7f0303c6 +int attr textAppearanceLargePopupMenu 0x7f0303c7 +int attr textAppearanceLineHeightEnabled 0x7f0303c8 +int attr textAppearanceListItem 0x7f0303c9 +int attr textAppearanceListItemSecondary 0x7f0303ca +int attr textAppearanceListItemSmall 0x7f0303cb +int attr textAppearanceOverline 0x7f0303cc +int attr textAppearancePopupMenuHeader 0x7f0303cd +int attr textAppearanceSearchResultSubtitle 0x7f0303ce +int attr textAppearanceSearchResultTitle 0x7f0303cf +int attr textAppearanceSmallPopupMenu 0x7f0303d0 +int attr textAppearanceSubtitle1 0x7f0303d1 +int attr textAppearanceSubtitle2 0x7f0303d2 +int attr textAppearanceTitleLarge 0x7f0303d3 +int attr textAppearanceTitleMedium 0x7f0303d4 +int attr textAppearanceTitleSmall 0x7f0303d5 +int attr textBackground 0x7f0303d6 +int attr textBackgroundPanX 0x7f0303d7 +int attr textBackgroundPanY 0x7f0303d8 +int attr textBackgroundRotate 0x7f0303d9 +int attr textBackgroundZoom 0x7f0303da +int attr textColorAlertDialogListItem 0x7f0303db +int attr textColorSearchUrl 0x7f0303dc +int attr textEndPadding 0x7f0303dd +int attr textFillColor 0x7f0303de +int attr textInputFilledDenseStyle 0x7f0303df +int attr textInputFilledExposedDropdownMenuStyle 0x7f0303e0 +int attr textInputFilledStyle 0x7f0303e1 +int attr textInputLayoutFocusedRectEnabled 0x7f0303e2 +int attr textInputOutlinedDenseStyle 0x7f0303e3 +int attr textInputOutlinedExposedDropdownMenuStyle 0x7f0303e4 +int attr textInputOutlinedStyle 0x7f0303e5 +int attr textInputStyle 0x7f0303e6 +int attr textLocale 0x7f0303e7 +int attr textOutlineColor 0x7f0303e8 +int attr textOutlineThickness 0x7f0303e9 +int attr textPanX 0x7f0303ea +int attr textPanY 0x7f0303eb +int attr textStartPadding 0x7f0303ec +int attr textureBlurFactor 0x7f0303ed +int attr textureEffect 0x7f0303ee +int attr textureHeight 0x7f0303ef +int attr textureWidth 0x7f0303f0 +int attr theme 0x7f0303f1 +int attr themeLineHeight 0x7f0303f2 +int attr thickness 0x7f0303f3 +int attr thumbColor 0x7f0303f4 +int attr thumbElevation 0x7f0303f5 +int attr thumbRadius 0x7f0303f6 +int attr thumbStrokeColor 0x7f0303f7 +int attr thumbStrokeWidth 0x7f0303f8 +int attr thumbTextPadding 0x7f0303f9 +int attr thumbTint 0x7f0303fa +int attr thumbTintMode 0x7f0303fb +int attr tickColor 0x7f0303fc +int attr tickColorActive 0x7f0303fd +int attr tickColorInactive 0x7f0303fe +int attr tickMark 0x7f0303ff +int attr tickMarkTint 0x7f030400 +int attr tickMarkTintMode 0x7f030401 +int attr tickVisible 0x7f030402 +int attr tint 0x7f030403 +int attr tintMode 0x7f030404 +int attr title 0x7f030405 +int attr titleCentered 0x7f030406 +int attr titleCollapseMode 0x7f030407 +int attr titleEnabled 0x7f030408 +int attr titleMargin 0x7f030409 +int attr titleMarginBottom 0x7f03040a +int attr titleMarginEnd 0x7f03040b +int attr titleMarginStart 0x7f03040c +int attr titleMarginTop 0x7f03040d +int attr titleMargins 0x7f03040e +int attr titlePositionInterpolator 0x7f03040f +int attr titleTextAppearance 0x7f030410 +int attr titleTextColor 0x7f030411 +int attr titleTextStyle 0x7f030412 +int attr toolbarId 0x7f030413 +int attr toolbarNavigationButtonStyle 0x7f030414 +int attr toolbarStyle 0x7f030415 +int attr toolbarSurfaceStyle 0x7f030416 +int attr tooltipForegroundColor 0x7f030417 +int attr tooltipFrameBackground 0x7f030418 +int attr tooltipStyle 0x7f030419 +int attr tooltipText 0x7f03041a +int attr topInsetScrimEnabled 0x7f03041b +int attr touchAnchorId 0x7f03041c +int attr touchAnchorSide 0x7f03041d +int attr touchRegionId 0x7f03041e +int attr track 0x7f03041f +int attr trackColor 0x7f030420 +int attr trackColorActive 0x7f030421 +int attr trackColorInactive 0x7f030422 +int attr trackCornerRadius 0x7f030423 +int attr trackHeight 0x7f030424 +int attr trackThickness 0x7f030425 +int attr trackTint 0x7f030426 +int attr trackTintMode 0x7f030427 +int attr transformPivotTarget 0x7f030428 +int attr transitionDisable 0x7f030429 +int attr transitionEasing 0x7f03042a +int attr transitionFlags 0x7f03042b +int attr transitionPathRotate 0x7f03042c +int attr transitionShapeAppearance 0x7f03042d +int attr triggerId 0x7f03042e +int attr triggerReceiver 0x7f03042f +int attr triggerSlack 0x7f030430 +int attr ttcIndex 0x7f030431 +int attr upDuration 0x7f030432 +int attr useCompatPadding 0x7f030433 +int attr useMaterialThemeColors 0x7f030434 +int attr values 0x7f030435 +int attr verticalOffset 0x7f030436 +int attr verticalOffsetWithText 0x7f030437 +int attr viewInflaterClass 0x7f030438 +int attr viewTransitionMode 0x7f030439 +int attr viewTransitionOnCross 0x7f03043a +int attr viewTransitionOnNegativeCross 0x7f03043b +int attr viewTransitionOnPositiveCross 0x7f03043c +int attr visibilityMode 0x7f03043d +int attr voiceIcon 0x7f03043e +int attr warmth 0x7f03043f +int attr waveDecay 0x7f030440 +int attr waveOffset 0x7f030441 +int attr wavePeriod 0x7f030442 +int attr wavePhase 0x7f030443 +int attr waveShape 0x7f030444 +int attr waveVariesBy 0x7f030445 +int attr windowActionBar 0x7f030446 +int attr windowActionBarOverlay 0x7f030447 +int attr windowActionModeOverlay 0x7f030448 +int attr windowFixedHeightMajor 0x7f030449 +int attr windowFixedHeightMinor 0x7f03044a +int attr windowFixedWidthMajor 0x7f03044b +int attr windowFixedWidthMinor 0x7f03044c +int attr windowMinWidthMajor 0x7f03044d +int attr windowMinWidthMinor 0x7f03044e +int attr windowNoTitle 0x7f03044f +int attr yearSelectedStyle 0x7f030450 +int attr yearStyle 0x7f030451 +int attr yearTodayStyle 0x7f030452 +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 greenButton 0x7f05005d +int color greenButton_pressed 0x7f05005e +int color highlighted_text_material_dark 0x7f05005f +int color highlighted_text_material_light 0x7f050060 +int color kakao_blue 0x7f050061 +int color kakao_dark_blue 0x7f050062 +int color kakao_dark_gray 0x7f050063 +int color kakao_gray 0x7f050064 +int color kakao_yellow 0x7f050065 +int color m3_appbar_overlay_color 0x7f050066 +int color m3_assist_chip_icon_tint_color 0x7f050067 +int color m3_assist_chip_stroke_color 0x7f050068 +int color m3_button_background_color_selector 0x7f050069 +int color m3_button_foreground_color_selector 0x7f05006a +int color m3_button_outline_color_selector 0x7f05006b +int color m3_button_ripple_color 0x7f05006c +int color m3_button_ripple_color_selector 0x7f05006d +int color m3_calendar_item_disabled_text 0x7f05006e +int color m3_calendar_item_stroke_color 0x7f05006f +int color m3_card_foreground_color 0x7f050070 +int color m3_card_ripple_color 0x7f050071 +int color m3_card_stroke_color 0x7f050072 +int color m3_chip_assist_text_color 0x7f050073 +int color m3_chip_background_color 0x7f050074 +int color m3_chip_ripple_color 0x7f050075 +int color m3_chip_stroke_color 0x7f050076 +int color m3_chip_text_color 0x7f050077 +int color m3_dark_default_color_primary_text 0x7f050078 +int color m3_dark_default_color_secondary_text 0x7f050079 +int color m3_dark_highlighted_text 0x7f05007a +int color m3_dark_hint_foreground 0x7f05007b +int color m3_dark_primary_text_disable_only 0x7f05007c +int color m3_default_color_primary_text 0x7f05007d +int color m3_default_color_secondary_text 0x7f05007e +int color m3_dynamic_dark_default_color_primary_text 0x7f05007f +int color m3_dynamic_dark_default_color_secondary_text 0x7f050080 +int color m3_dynamic_dark_highlighted_text 0x7f050081 +int color m3_dynamic_dark_hint_foreground 0x7f050082 +int color m3_dynamic_dark_primary_text_disable_only 0x7f050083 +int color m3_dynamic_default_color_primary_text 0x7f050084 +int color m3_dynamic_default_color_secondary_text 0x7f050085 +int color m3_dynamic_highlighted_text 0x7f050086 +int color m3_dynamic_hint_foreground 0x7f050087 +int color m3_dynamic_primary_text_disable_only 0x7f050088 +int color m3_elevated_chip_background_color 0x7f050089 +int color m3_highlighted_text 0x7f05008a +int color m3_hint_foreground 0x7f05008b +int color m3_navigation_bar_item_with_indicator_icon_tint 0x7f05008c +int color m3_navigation_bar_item_with_indicator_label_tint 0x7f05008d +int color m3_navigation_bar_ripple_color_selector 0x7f05008e +int color m3_navigation_item_background_color 0x7f05008f +int color m3_navigation_item_icon_tint 0x7f050090 +int color m3_navigation_item_ripple_color 0x7f050091 +int color m3_navigation_item_text_color 0x7f050092 +int color m3_popupmenu_overlay_color 0x7f050093 +int color m3_primary_text_disable_only 0x7f050094 +int color m3_radiobutton_ripple_tint 0x7f050095 +int color m3_ref_palette_black 0x7f050096 +int color m3_ref_palette_dynamic_neutral0 0x7f050097 +int color m3_ref_palette_dynamic_neutral10 0x7f050098 +int color m3_ref_palette_dynamic_neutral100 0x7f050099 +int color m3_ref_palette_dynamic_neutral20 0x7f05009a +int color m3_ref_palette_dynamic_neutral30 0x7f05009b +int color m3_ref_palette_dynamic_neutral40 0x7f05009c +int color m3_ref_palette_dynamic_neutral50 0x7f05009d +int color m3_ref_palette_dynamic_neutral60 0x7f05009e +int color m3_ref_palette_dynamic_neutral70 0x7f05009f +int color m3_ref_palette_dynamic_neutral80 0x7f0500a0 +int color m3_ref_palette_dynamic_neutral90 0x7f0500a1 +int color m3_ref_palette_dynamic_neutral95 0x7f0500a2 +int color m3_ref_palette_dynamic_neutral99 0x7f0500a3 +int color m3_ref_palette_dynamic_neutral_variant0 0x7f0500a4 +int color m3_ref_palette_dynamic_neutral_variant10 0x7f0500a5 +int color m3_ref_palette_dynamic_neutral_variant100 0x7f0500a6 +int color m3_ref_palette_dynamic_neutral_variant20 0x7f0500a7 +int color m3_ref_palette_dynamic_neutral_variant30 0x7f0500a8 +int color m3_ref_palette_dynamic_neutral_variant40 0x7f0500a9 +int color m3_ref_palette_dynamic_neutral_variant50 0x7f0500aa +int color m3_ref_palette_dynamic_neutral_variant60 0x7f0500ab +int color m3_ref_palette_dynamic_neutral_variant70 0x7f0500ac +int color m3_ref_palette_dynamic_neutral_variant80 0x7f0500ad +int color m3_ref_palette_dynamic_neutral_variant90 0x7f0500ae +int color m3_ref_palette_dynamic_neutral_variant95 0x7f0500af +int color m3_ref_palette_dynamic_neutral_variant99 0x7f0500b0 +int color m3_ref_palette_dynamic_primary0 0x7f0500b1 +int color m3_ref_palette_dynamic_primary10 0x7f0500b2 +int color m3_ref_palette_dynamic_primary100 0x7f0500b3 +int color m3_ref_palette_dynamic_primary20 0x7f0500b4 +int color m3_ref_palette_dynamic_primary30 0x7f0500b5 +int color m3_ref_palette_dynamic_primary40 0x7f0500b6 +int color m3_ref_palette_dynamic_primary50 0x7f0500b7 +int color m3_ref_palette_dynamic_primary60 0x7f0500b8 +int color m3_ref_palette_dynamic_primary70 0x7f0500b9 +int color m3_ref_palette_dynamic_primary80 0x7f0500ba +int color m3_ref_palette_dynamic_primary90 0x7f0500bb +int color m3_ref_palette_dynamic_primary95 0x7f0500bc +int color m3_ref_palette_dynamic_primary99 0x7f0500bd +int color m3_ref_palette_dynamic_secondary0 0x7f0500be +int color m3_ref_palette_dynamic_secondary10 0x7f0500bf +int color m3_ref_palette_dynamic_secondary100 0x7f0500c0 +int color m3_ref_palette_dynamic_secondary20 0x7f0500c1 +int color m3_ref_palette_dynamic_secondary30 0x7f0500c2 +int color m3_ref_palette_dynamic_secondary40 0x7f0500c3 +int color m3_ref_palette_dynamic_secondary50 0x7f0500c4 +int color m3_ref_palette_dynamic_secondary60 0x7f0500c5 +int color m3_ref_palette_dynamic_secondary70 0x7f0500c6 +int color m3_ref_palette_dynamic_secondary80 0x7f0500c7 +int color m3_ref_palette_dynamic_secondary90 0x7f0500c8 +int color m3_ref_palette_dynamic_secondary95 0x7f0500c9 +int color m3_ref_palette_dynamic_secondary99 0x7f0500ca +int color m3_ref_palette_dynamic_tertiary0 0x7f0500cb +int color m3_ref_palette_dynamic_tertiary10 0x7f0500cc +int color m3_ref_palette_dynamic_tertiary100 0x7f0500cd +int color m3_ref_palette_dynamic_tertiary20 0x7f0500ce +int color m3_ref_palette_dynamic_tertiary30 0x7f0500cf +int color m3_ref_palette_dynamic_tertiary40 0x7f0500d0 +int color m3_ref_palette_dynamic_tertiary50 0x7f0500d1 +int color m3_ref_palette_dynamic_tertiary60 0x7f0500d2 +int color m3_ref_palette_dynamic_tertiary70 0x7f0500d3 +int color m3_ref_palette_dynamic_tertiary80 0x7f0500d4 +int color m3_ref_palette_dynamic_tertiary90 0x7f0500d5 +int color m3_ref_palette_dynamic_tertiary95 0x7f0500d6 +int color m3_ref_palette_dynamic_tertiary99 0x7f0500d7 +int color m3_ref_palette_error0 0x7f0500d8 +int color m3_ref_palette_error10 0x7f0500d9 +int color m3_ref_palette_error100 0x7f0500da +int color m3_ref_palette_error20 0x7f0500db +int color m3_ref_palette_error30 0x7f0500dc +int color m3_ref_palette_error40 0x7f0500dd +int color m3_ref_palette_error50 0x7f0500de +int color m3_ref_palette_error60 0x7f0500df +int color m3_ref_palette_error70 0x7f0500e0 +int color m3_ref_palette_error80 0x7f0500e1 +int color m3_ref_palette_error90 0x7f0500e2 +int color m3_ref_palette_error95 0x7f0500e3 +int color m3_ref_palette_error99 0x7f0500e4 +int color m3_ref_palette_neutral0 0x7f0500e5 +int color m3_ref_palette_neutral10 0x7f0500e6 +int color m3_ref_palette_neutral100 0x7f0500e7 +int color m3_ref_palette_neutral20 0x7f0500e8 +int color m3_ref_palette_neutral30 0x7f0500e9 +int color m3_ref_palette_neutral40 0x7f0500ea +int color m3_ref_palette_neutral50 0x7f0500eb +int color m3_ref_palette_neutral60 0x7f0500ec +int color m3_ref_palette_neutral70 0x7f0500ed +int color m3_ref_palette_neutral80 0x7f0500ee +int color m3_ref_palette_neutral90 0x7f0500ef +int color m3_ref_palette_neutral95 0x7f0500f0 +int color m3_ref_palette_neutral99 0x7f0500f1 +int color m3_ref_palette_neutral_variant0 0x7f0500f2 +int color m3_ref_palette_neutral_variant10 0x7f0500f3 +int color m3_ref_palette_neutral_variant100 0x7f0500f4 +int color m3_ref_palette_neutral_variant20 0x7f0500f5 +int color m3_ref_palette_neutral_variant30 0x7f0500f6 +int color m3_ref_palette_neutral_variant40 0x7f0500f7 +int color m3_ref_palette_neutral_variant50 0x7f0500f8 +int color m3_ref_palette_neutral_variant60 0x7f0500f9 +int color m3_ref_palette_neutral_variant70 0x7f0500fa +int color m3_ref_palette_neutral_variant80 0x7f0500fb +int color m3_ref_palette_neutral_variant90 0x7f0500fc +int color m3_ref_palette_neutral_variant95 0x7f0500fd +int color m3_ref_palette_neutral_variant99 0x7f0500fe +int color m3_ref_palette_primary0 0x7f0500ff +int color m3_ref_palette_primary10 0x7f050100 +int color m3_ref_palette_primary100 0x7f050101 +int color m3_ref_palette_primary20 0x7f050102 +int color m3_ref_palette_primary30 0x7f050103 +int color m3_ref_palette_primary40 0x7f050104 +int color m3_ref_palette_primary50 0x7f050105 +int color m3_ref_palette_primary60 0x7f050106 +int color m3_ref_palette_primary70 0x7f050107 +int color m3_ref_palette_primary80 0x7f050108 +int color m3_ref_palette_primary90 0x7f050109 +int color m3_ref_palette_primary95 0x7f05010a +int color m3_ref_palette_primary99 0x7f05010b +int color m3_ref_palette_secondary0 0x7f05010c +int color m3_ref_palette_secondary10 0x7f05010d +int color m3_ref_palette_secondary100 0x7f05010e +int color m3_ref_palette_secondary20 0x7f05010f +int color m3_ref_palette_secondary30 0x7f050110 +int color m3_ref_palette_secondary40 0x7f050111 +int color m3_ref_palette_secondary50 0x7f050112 +int color m3_ref_palette_secondary60 0x7f050113 +int color m3_ref_palette_secondary70 0x7f050114 +int color m3_ref_palette_secondary80 0x7f050115 +int color m3_ref_palette_secondary90 0x7f050116 +int color m3_ref_palette_secondary95 0x7f050117 +int color m3_ref_palette_secondary99 0x7f050118 +int color m3_ref_palette_tertiary0 0x7f050119 +int color m3_ref_palette_tertiary10 0x7f05011a +int color m3_ref_palette_tertiary100 0x7f05011b +int color m3_ref_palette_tertiary20 0x7f05011c +int color m3_ref_palette_tertiary30 0x7f05011d +int color m3_ref_palette_tertiary40 0x7f05011e +int color m3_ref_palette_tertiary50 0x7f05011f +int color m3_ref_palette_tertiary60 0x7f050120 +int color m3_ref_palette_tertiary70 0x7f050121 +int color m3_ref_palette_tertiary80 0x7f050122 +int color m3_ref_palette_tertiary90 0x7f050123 +int color m3_ref_palette_tertiary95 0x7f050124 +int color m3_ref_palette_tertiary99 0x7f050125 +int color m3_ref_palette_white 0x7f050126 +int color m3_selection_control_button_tint 0x7f050127 +int color m3_selection_control_ripple_color_selector 0x7f050128 +int color m3_slider_active_track_color 0x7f050129 +int color m3_slider_halo_color 0x7f05012a +int color m3_slider_inactive_track_color 0x7f05012b +int color m3_slider_thumb_color 0x7f05012c +int color m3_switch_thumb_tint 0x7f05012d +int color m3_switch_track_tint 0x7f05012e +int color m3_sys_color_dark_background 0x7f05012f +int color m3_sys_color_dark_error 0x7f050130 +int color m3_sys_color_dark_error_container 0x7f050131 +int color m3_sys_color_dark_inverse_on_surface 0x7f050132 +int color m3_sys_color_dark_inverse_primary 0x7f050133 +int color m3_sys_color_dark_inverse_surface 0x7f050134 +int color m3_sys_color_dark_on_background 0x7f050135 +int color m3_sys_color_dark_on_error 0x7f050136 +int color m3_sys_color_dark_on_error_container 0x7f050137 +int color m3_sys_color_dark_on_primary 0x7f050138 +int color m3_sys_color_dark_on_primary_container 0x7f050139 +int color m3_sys_color_dark_on_secondary 0x7f05013a +int color m3_sys_color_dark_on_secondary_container 0x7f05013b +int color m3_sys_color_dark_on_surface 0x7f05013c +int color m3_sys_color_dark_on_surface_variant 0x7f05013d +int color m3_sys_color_dark_on_tertiary 0x7f05013e +int color m3_sys_color_dark_on_tertiary_container 0x7f05013f +int color m3_sys_color_dark_outline 0x7f050140 +int color m3_sys_color_dark_primary 0x7f050141 +int color m3_sys_color_dark_primary_container 0x7f050142 +int color m3_sys_color_dark_secondary 0x7f050143 +int color m3_sys_color_dark_secondary_container 0x7f050144 +int color m3_sys_color_dark_surface 0x7f050145 +int color m3_sys_color_dark_surface_variant 0x7f050146 +int color m3_sys_color_dark_tertiary 0x7f050147 +int color m3_sys_color_dark_tertiary_container 0x7f050148 +int color m3_sys_color_dynamic_dark_background 0x7f050149 +int color m3_sys_color_dynamic_dark_inverse_on_surface 0x7f05014a +int color m3_sys_color_dynamic_dark_inverse_primary 0x7f05014b +int color m3_sys_color_dynamic_dark_inverse_surface 0x7f05014c +int color m3_sys_color_dynamic_dark_on_background 0x7f05014d +int color m3_sys_color_dynamic_dark_on_primary 0x7f05014e +int color m3_sys_color_dynamic_dark_on_primary_container 0x7f05014f +int color m3_sys_color_dynamic_dark_on_secondary 0x7f050150 +int color m3_sys_color_dynamic_dark_on_secondary_container 0x7f050151 +int color m3_sys_color_dynamic_dark_on_surface 0x7f050152 +int color m3_sys_color_dynamic_dark_on_surface_variant 0x7f050153 +int color m3_sys_color_dynamic_dark_on_tertiary 0x7f050154 +int color m3_sys_color_dynamic_dark_on_tertiary_container 0x7f050155 +int color m3_sys_color_dynamic_dark_outline 0x7f050156 +int color m3_sys_color_dynamic_dark_primary 0x7f050157 +int color m3_sys_color_dynamic_dark_primary_container 0x7f050158 +int color m3_sys_color_dynamic_dark_secondary 0x7f050159 +int color m3_sys_color_dynamic_dark_secondary_container 0x7f05015a +int color m3_sys_color_dynamic_dark_surface 0x7f05015b +int color m3_sys_color_dynamic_dark_surface_variant 0x7f05015c +int color m3_sys_color_dynamic_dark_tertiary 0x7f05015d +int color m3_sys_color_dynamic_dark_tertiary_container 0x7f05015e +int color m3_sys_color_dynamic_light_background 0x7f05015f +int color m3_sys_color_dynamic_light_inverse_on_surface 0x7f050160 +int color m3_sys_color_dynamic_light_inverse_primary 0x7f050161 +int color m3_sys_color_dynamic_light_inverse_surface 0x7f050162 +int color m3_sys_color_dynamic_light_on_background 0x7f050163 +int color m3_sys_color_dynamic_light_on_primary 0x7f050164 +int color m3_sys_color_dynamic_light_on_primary_container 0x7f050165 +int color m3_sys_color_dynamic_light_on_secondary 0x7f050166 +int color m3_sys_color_dynamic_light_on_secondary_container 0x7f050167 +int color m3_sys_color_dynamic_light_on_surface 0x7f050168 +int color m3_sys_color_dynamic_light_on_surface_variant 0x7f050169 +int color m3_sys_color_dynamic_light_on_tertiary 0x7f05016a +int color m3_sys_color_dynamic_light_on_tertiary_container 0x7f05016b +int color m3_sys_color_dynamic_light_outline 0x7f05016c +int color m3_sys_color_dynamic_light_primary 0x7f05016d +int color m3_sys_color_dynamic_light_primary_container 0x7f05016e +int color m3_sys_color_dynamic_light_secondary 0x7f05016f +int color m3_sys_color_dynamic_light_secondary_container 0x7f050170 +int color m3_sys_color_dynamic_light_surface 0x7f050171 +int color m3_sys_color_dynamic_light_surface_variant 0x7f050172 +int color m3_sys_color_dynamic_light_tertiary 0x7f050173 +int color m3_sys_color_dynamic_light_tertiary_container 0x7f050174 +int color m3_sys_color_light_background 0x7f050175 +int color m3_sys_color_light_error 0x7f050176 +int color m3_sys_color_light_error_container 0x7f050177 +int color m3_sys_color_light_inverse_on_surface 0x7f050178 +int color m3_sys_color_light_inverse_primary 0x7f050179 +int color m3_sys_color_light_inverse_surface 0x7f05017a +int color m3_sys_color_light_on_background 0x7f05017b +int color m3_sys_color_light_on_error 0x7f05017c +int color m3_sys_color_light_on_error_container 0x7f05017d +int color m3_sys_color_light_on_primary 0x7f05017e +int color m3_sys_color_light_on_primary_container 0x7f05017f +int color m3_sys_color_light_on_secondary 0x7f050180 +int color m3_sys_color_light_on_secondary_container 0x7f050181 +int color m3_sys_color_light_on_surface 0x7f050182 +int color m3_sys_color_light_on_surface_variant 0x7f050183 +int color m3_sys_color_light_on_tertiary 0x7f050184 +int color m3_sys_color_light_on_tertiary_container 0x7f050185 +int color m3_sys_color_light_outline 0x7f050186 +int color m3_sys_color_light_primary 0x7f050187 +int color m3_sys_color_light_primary_container 0x7f050188 +int color m3_sys_color_light_secondary 0x7f050189 +int color m3_sys_color_light_secondary_container 0x7f05018a +int color m3_sys_color_light_surface 0x7f05018b +int color m3_sys_color_light_surface_variant 0x7f05018c +int color m3_sys_color_light_tertiary 0x7f05018d +int color m3_sys_color_light_tertiary_container 0x7f05018e +int color m3_tabs_icon_color 0x7f05018f +int color m3_tabs_ripple_color 0x7f050190 +int color m3_text_button_background_color_selector 0x7f050191 +int color m3_text_button_foreground_color_selector 0x7f050192 +int color m3_text_button_ripple_color_selector 0x7f050193 +int color m3_textfield_filled_background_color 0x7f050194 +int color m3_textfield_indicator_text_color 0x7f050195 +int color m3_textfield_input_text_color 0x7f050196 +int color m3_textfield_label_color 0x7f050197 +int color m3_textfield_stroke_color 0x7f050198 +int color m3_timepicker_button_background_color 0x7f050199 +int color m3_timepicker_button_ripple_color 0x7f05019a +int color m3_timepicker_button_text_color 0x7f05019b +int color m3_timepicker_clock_text_color 0x7f05019c +int color m3_timepicker_display_background_color 0x7f05019d +int color m3_timepicker_display_ripple_color 0x7f05019e +int color m3_timepicker_display_stroke_color 0x7f05019f +int color m3_timepicker_display_text_color 0x7f0501a0 +int color m3_timepicker_secondary_text_button_ripple_color 0x7f0501a1 +int color m3_timepicker_secondary_text_button_text_color 0x7f0501a2 +int color m3_tonal_button_ripple_color_selector 0x7f0501a3 +int color material_blue_grey_800 0x7f0501a4 +int color material_blue_grey_900 0x7f0501a5 +int color material_blue_grey_950 0x7f0501a6 +int color material_cursor_color 0x7f0501a7 +int color material_deep_teal_200 0x7f0501a8 +int color material_deep_teal_500 0x7f0501a9 +int color material_divider_color 0x7f0501aa +int color material_dynamic_neutral0 0x7f0501ab +int color material_dynamic_neutral10 0x7f0501ac +int color material_dynamic_neutral100 0x7f0501ad +int color material_dynamic_neutral20 0x7f0501ae +int color material_dynamic_neutral30 0x7f0501af +int color material_dynamic_neutral40 0x7f0501b0 +int color material_dynamic_neutral50 0x7f0501b1 +int color material_dynamic_neutral60 0x7f0501b2 +int color material_dynamic_neutral70 0x7f0501b3 +int color material_dynamic_neutral80 0x7f0501b4 +int color material_dynamic_neutral90 0x7f0501b5 +int color material_dynamic_neutral95 0x7f0501b6 +int color material_dynamic_neutral99 0x7f0501b7 +int color material_dynamic_neutral_variant0 0x7f0501b8 +int color material_dynamic_neutral_variant10 0x7f0501b9 +int color material_dynamic_neutral_variant100 0x7f0501ba +int color material_dynamic_neutral_variant20 0x7f0501bb +int color material_dynamic_neutral_variant30 0x7f0501bc +int color material_dynamic_neutral_variant40 0x7f0501bd +int color material_dynamic_neutral_variant50 0x7f0501be +int color material_dynamic_neutral_variant60 0x7f0501bf +int color material_dynamic_neutral_variant70 0x7f0501c0 +int color material_dynamic_neutral_variant80 0x7f0501c1 +int color material_dynamic_neutral_variant90 0x7f0501c2 +int color material_dynamic_neutral_variant95 0x7f0501c3 +int color material_dynamic_neutral_variant99 0x7f0501c4 +int color material_dynamic_primary0 0x7f0501c5 +int color material_dynamic_primary10 0x7f0501c6 +int color material_dynamic_primary100 0x7f0501c7 +int color material_dynamic_primary20 0x7f0501c8 +int color material_dynamic_primary30 0x7f0501c9 +int color material_dynamic_primary40 0x7f0501ca +int color material_dynamic_primary50 0x7f0501cb +int color material_dynamic_primary60 0x7f0501cc +int color material_dynamic_primary70 0x7f0501cd +int color material_dynamic_primary80 0x7f0501ce +int color material_dynamic_primary90 0x7f0501cf +int color material_dynamic_primary95 0x7f0501d0 +int color material_dynamic_primary99 0x7f0501d1 +int color material_dynamic_secondary0 0x7f0501d2 +int color material_dynamic_secondary10 0x7f0501d3 +int color material_dynamic_secondary100 0x7f0501d4 +int color material_dynamic_secondary20 0x7f0501d5 +int color material_dynamic_secondary30 0x7f0501d6 +int color material_dynamic_secondary40 0x7f0501d7 +int color material_dynamic_secondary50 0x7f0501d8 +int color material_dynamic_secondary60 0x7f0501d9 +int color material_dynamic_secondary70 0x7f0501da +int color material_dynamic_secondary80 0x7f0501db +int color material_dynamic_secondary90 0x7f0501dc +int color material_dynamic_secondary95 0x7f0501dd +int color material_dynamic_secondary99 0x7f0501de +int color material_dynamic_tertiary0 0x7f0501df +int color material_dynamic_tertiary10 0x7f0501e0 +int color material_dynamic_tertiary100 0x7f0501e1 +int color material_dynamic_tertiary20 0x7f0501e2 +int color material_dynamic_tertiary30 0x7f0501e3 +int color material_dynamic_tertiary40 0x7f0501e4 +int color material_dynamic_tertiary50 0x7f0501e5 +int color material_dynamic_tertiary60 0x7f0501e6 +int color material_dynamic_tertiary70 0x7f0501e7 +int color material_dynamic_tertiary80 0x7f0501e8 +int color material_dynamic_tertiary90 0x7f0501e9 +int color material_dynamic_tertiary95 0x7f0501ea +int color material_dynamic_tertiary99 0x7f0501eb +int color material_grey_100 0x7f0501ec +int color material_grey_300 0x7f0501ed +int color material_grey_50 0x7f0501ee +int color material_grey_600 0x7f0501ef +int color material_grey_800 0x7f0501f0 +int color material_grey_850 0x7f0501f1 +int color material_grey_900 0x7f0501f2 +int color material_harmonized_color_error 0x7f0501f3 +int color material_harmonized_color_error_container 0x7f0501f4 +int color material_harmonized_color_on_error 0x7f0501f5 +int color material_harmonized_color_on_error_container 0x7f0501f6 +int color material_on_background_disabled 0x7f0501f7 +int color material_on_background_emphasis_high_type 0x7f0501f8 +int color material_on_background_emphasis_medium 0x7f0501f9 +int color material_on_primary_disabled 0x7f0501fa +int color material_on_primary_emphasis_high_type 0x7f0501fb +int color material_on_primary_emphasis_medium 0x7f0501fc +int color material_on_surface_disabled 0x7f0501fd +int color material_on_surface_emphasis_high_type 0x7f0501fe +int color material_on_surface_emphasis_medium 0x7f0501ff +int color material_on_surface_stroke 0x7f050200 +int color material_slider_active_tick_marks_color 0x7f050201 +int color material_slider_active_track_color 0x7f050202 +int color material_slider_halo_color 0x7f050203 +int color material_slider_inactive_tick_marks_color 0x7f050204 +int color material_slider_inactive_track_color 0x7f050205 +int color material_slider_thumb_color 0x7f050206 +int color material_timepicker_button_background 0x7f050207 +int color material_timepicker_button_stroke 0x7f050208 +int color material_timepicker_clock_text_color 0x7f050209 +int color material_timepicker_clockface 0x7f05020a +int color material_timepicker_modebutton_tint 0x7f05020b +int color mtrl_btn_bg_color_selector 0x7f05020c +int color mtrl_btn_ripple_color 0x7f05020d +int color mtrl_btn_stroke_color_selector 0x7f05020e +int color mtrl_btn_text_btn_bg_color_selector 0x7f05020f +int color mtrl_btn_text_btn_ripple_color 0x7f050210 +int color mtrl_btn_text_color_disabled 0x7f050211 +int color mtrl_btn_text_color_selector 0x7f050212 +int color mtrl_btn_transparent_bg_color 0x7f050213 +int color mtrl_calendar_item_stroke_color 0x7f050214 +int color mtrl_calendar_selected_range 0x7f050215 +int color mtrl_card_view_foreground 0x7f050216 +int color mtrl_card_view_ripple 0x7f050217 +int color mtrl_chip_background_color 0x7f050218 +int color mtrl_chip_close_icon_tint 0x7f050219 +int color mtrl_chip_surface_color 0x7f05021a +int color mtrl_chip_text_color 0x7f05021b +int color mtrl_choice_chip_background_color 0x7f05021c +int color mtrl_choice_chip_ripple_color 0x7f05021d +int color mtrl_choice_chip_text_color 0x7f05021e +int color mtrl_error 0x7f05021f +int color mtrl_fab_bg_color_selector 0x7f050220 +int color mtrl_fab_icon_text_color_selector 0x7f050221 +int color mtrl_fab_ripple_color 0x7f050222 +int color mtrl_filled_background_color 0x7f050223 +int color mtrl_filled_icon_tint 0x7f050224 +int color mtrl_filled_stroke_color 0x7f050225 +int color mtrl_indicator_text_color 0x7f050226 +int color mtrl_navigation_bar_colored_item_tint 0x7f050227 +int color mtrl_navigation_bar_colored_ripple_color 0x7f050228 +int color mtrl_navigation_bar_item_tint 0x7f050229 +int color mtrl_navigation_bar_ripple_color 0x7f05022a +int color mtrl_navigation_item_background_color 0x7f05022b +int color mtrl_navigation_item_icon_tint 0x7f05022c +int color mtrl_navigation_item_text_color 0x7f05022d +int color mtrl_on_primary_text_btn_text_color_selector 0x7f05022e +int color mtrl_on_surface_ripple_color 0x7f05022f +int color mtrl_outlined_icon_tint 0x7f050230 +int color mtrl_outlined_stroke_color 0x7f050231 +int color mtrl_popupmenu_overlay_color 0x7f050232 +int color mtrl_scrim_color 0x7f050233 +int color mtrl_tabs_colored_ripple_color 0x7f050234 +int color mtrl_tabs_icon_color_selector 0x7f050235 +int color mtrl_tabs_icon_color_selector_colored 0x7f050236 +int color mtrl_tabs_legacy_text_color_selector 0x7f050237 +int color mtrl_tabs_ripple_color 0x7f050238 +int color mtrl_text_btn_text_color_selector 0x7f050239 +int color mtrl_textinput_default_box_stroke_color 0x7f05023a +int color mtrl_textinput_disabled_color 0x7f05023b +int color mtrl_textinput_filled_box_default_background_color 0x7f05023c +int color mtrl_textinput_focused_box_stroke_color 0x7f05023d +int color mtrl_textinput_hovered_box_stroke_color 0x7f05023e +int color notification_action_color_filter 0x7f05023f +int color notification_icon_bg_color 0x7f050240 +int color primary_dark_material_dark 0x7f050241 +int color primary_dark_material_light 0x7f050242 +int color primary_material_dark 0x7f050243 +int color primary_material_light 0x7f050244 +int color primary_text_default_material_dark 0x7f050245 +int color primary_text_default_material_light 0x7f050246 +int color primary_text_disabled_material_dark 0x7f050247 +int color primary_text_disabled_material_light 0x7f050248 +int color purple_200 0x7f050249 +int color purple_500 0x7f05024a +int color purple_700 0x7f05024b +int color radiobutton_themeable_attribute_color 0x7f05024c +int color ripple_material_dark 0x7f05024d +int color ripple_material_light 0x7f05024e +int color secondary_text_default_material_dark 0x7f05024f +int color secondary_text_default_material_light 0x7f050250 +int color secondary_text_disabled_material_dark 0x7f050251 +int color secondary_text_disabled_material_light 0x7f050252 +int color switch_thumb_disabled_material_dark 0x7f050253 +int color switch_thumb_disabled_material_light 0x7f050254 +int color switch_thumb_material_dark 0x7f050255 +int color switch_thumb_material_light 0x7f050256 +int color switch_thumb_normal_material_dark 0x7f050257 +int color switch_thumb_normal_material_light 0x7f050258 +int color teal_200 0x7f050259 +int color teal_700 0x7f05025a +int color test_color 0x7f05025b +int color test_mtrl_calendar_day 0x7f05025c +int color test_mtrl_calendar_day_selected 0x7f05025d +int color tooltip_background_dark 0x7f05025e +int color tooltip_background_light 0x7f05025f +int color white 0x7f050260 +int color white_gray 0x7f050261 +int dimen abc_action_bar_content_inset_material 0x7f060000 +int dimen abc_action_bar_content_inset_with_nav 0x7f060001 +int dimen abc_action_bar_default_height_material 0x7f060002 +int dimen abc_action_bar_default_padding_end_material 0x7f060003 +int dimen abc_action_bar_default_padding_start_material 0x7f060004 +int dimen abc_action_bar_elevation_material 0x7f060005 +int dimen abc_action_bar_icon_vertical_padding_material 0x7f060006 +int dimen abc_action_bar_overflow_padding_end_material 0x7f060007 +int dimen abc_action_bar_overflow_padding_start_material 0x7f060008 +int dimen abc_action_bar_stacked_max_height 0x7f060009 +int dimen abc_action_bar_stacked_tab_max_width 0x7f06000a +int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f06000b +int dimen abc_action_bar_subtitle_top_margin_material 0x7f06000c +int dimen abc_action_button_min_height_material 0x7f06000d +int dimen abc_action_button_min_width_material 0x7f06000e +int dimen abc_action_button_min_width_overflow_material 0x7f06000f +int dimen abc_alert_dialog_button_bar_height 0x7f060010 +int dimen abc_alert_dialog_button_dimen 0x7f060011 +int dimen abc_button_inset_horizontal_material 0x7f060012 +int dimen abc_button_inset_vertical_material 0x7f060013 +int dimen abc_button_padding_horizontal_material 0x7f060014 +int dimen abc_button_padding_vertical_material 0x7f060015 +int dimen abc_cascading_menus_min_smallest_width 0x7f060016 +int dimen abc_config_prefDialogWidth 0x7f060017 +int dimen abc_control_corner_material 0x7f060018 +int dimen abc_control_inset_material 0x7f060019 +int dimen abc_control_padding_material 0x7f06001a +int dimen abc_dialog_corner_radius_material 0x7f06001b +int dimen abc_dialog_fixed_height_major 0x7f06001c +int dimen abc_dialog_fixed_height_minor 0x7f06001d +int dimen abc_dialog_fixed_width_major 0x7f06001e +int dimen abc_dialog_fixed_width_minor 0x7f06001f +int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f060020 +int dimen abc_dialog_list_padding_top_no_title 0x7f060021 +int dimen abc_dialog_min_width_major 0x7f060022 +int dimen abc_dialog_min_width_minor 0x7f060023 +int dimen abc_dialog_padding_material 0x7f060024 +int dimen abc_dialog_padding_top_material 0x7f060025 +int dimen abc_dialog_title_divider_material 0x7f060026 +int dimen abc_disabled_alpha_material_dark 0x7f060027 +int dimen abc_disabled_alpha_material_light 0x7f060028 +int dimen abc_dropdownitem_icon_width 0x7f060029 +int dimen abc_dropdownitem_text_padding_left 0x7f06002a +int dimen abc_dropdownitem_text_padding_right 0x7f06002b +int dimen abc_edit_text_inset_bottom_material 0x7f06002c +int dimen abc_edit_text_inset_horizontal_material 0x7f06002d +int dimen abc_edit_text_inset_top_material 0x7f06002e +int dimen abc_floating_window_z 0x7f06002f +int dimen abc_list_item_height_large_material 0x7f060030 +int dimen abc_list_item_height_material 0x7f060031 +int dimen abc_list_item_height_small_material 0x7f060032 +int dimen abc_list_item_padding_horizontal_material 0x7f060033 +int dimen abc_panel_menu_list_width 0x7f060034 +int dimen abc_progress_bar_height_material 0x7f060035 +int dimen abc_search_view_preferred_height 0x7f060036 +int dimen abc_search_view_preferred_width 0x7f060037 +int dimen abc_seekbar_track_background_height_material 0x7f060038 +int dimen abc_seekbar_track_progress_height_material 0x7f060039 +int dimen abc_select_dialog_padding_start_material 0x7f06003a +int dimen abc_star_big 0x7f06003b +int dimen abc_star_medium 0x7f06003c +int dimen abc_star_small 0x7f06003d +int dimen abc_switch_padding 0x7f06003e +int dimen abc_text_size_body_1_material 0x7f06003f +int dimen abc_text_size_body_2_material 0x7f060040 +int dimen abc_text_size_button_material 0x7f060041 +int dimen abc_text_size_caption_material 0x7f060042 +int dimen abc_text_size_display_1_material 0x7f060043 +int dimen abc_text_size_display_2_material 0x7f060044 +int dimen abc_text_size_display_3_material 0x7f060045 +int dimen abc_text_size_display_4_material 0x7f060046 +int dimen abc_text_size_headline_material 0x7f060047 +int dimen abc_text_size_large_material 0x7f060048 +int dimen abc_text_size_medium_material 0x7f060049 +int dimen abc_text_size_menu_header_material 0x7f06004a +int dimen abc_text_size_menu_material 0x7f06004b +int dimen abc_text_size_small_material 0x7f06004c +int dimen abc_text_size_subhead_material 0x7f06004d +int dimen abc_text_size_subtitle_material_toolbar 0x7f06004e +int dimen abc_text_size_title_material 0x7f06004f +int dimen abc_text_size_title_material_toolbar 0x7f060050 +int dimen action_bar_size 0x7f060051 +int dimen appcompat_dialog_background_inset 0x7f060052 +int dimen cardview_compat_inset_shadow 0x7f060053 +int dimen cardview_default_elevation 0x7f060054 +int dimen cardview_default_radius 0x7f060055 +int dimen clock_face_margin_start 0x7f060056 +int dimen compat_button_inset_horizontal_material 0x7f060057 +int dimen compat_button_inset_vertical_material 0x7f060058 +int dimen compat_button_padding_horizontal_material 0x7f060059 +int dimen compat_button_padding_vertical_material 0x7f06005a +int dimen compat_control_corner_material 0x7f06005b +int dimen compat_notification_large_icon_max_height 0x7f06005c +int dimen compat_notification_large_icon_max_width 0x7f06005d +int dimen def_drawer_elevation 0x7f06005e +int dimen default_dimension 0x7f06005f +int dimen design_appbar_elevation 0x7f060060 +int dimen design_bottom_navigation_active_item_max_width 0x7f060061 +int dimen design_bottom_navigation_active_item_min_width 0x7f060062 +int dimen design_bottom_navigation_active_text_size 0x7f060063 +int dimen design_bottom_navigation_elevation 0x7f060064 +int dimen design_bottom_navigation_height 0x7f060065 +int dimen design_bottom_navigation_icon_size 0x7f060066 +int dimen design_bottom_navigation_item_max_width 0x7f060067 +int dimen design_bottom_navigation_item_min_width 0x7f060068 +int dimen design_bottom_navigation_label_padding 0x7f060069 +int dimen design_bottom_navigation_margin 0x7f06006a +int dimen design_bottom_navigation_shadow_height 0x7f06006b +int dimen design_bottom_navigation_text_size 0x7f06006c +int dimen design_bottom_sheet_elevation 0x7f06006d +int dimen design_bottom_sheet_modal_elevation 0x7f06006e +int dimen design_bottom_sheet_peek_height_min 0x7f06006f +int dimen design_fab_border_width 0x7f060070 +int dimen design_fab_elevation 0x7f060071 +int dimen design_fab_image_size 0x7f060072 +int dimen design_fab_size_mini 0x7f060073 +int dimen design_fab_size_normal 0x7f060074 +int dimen design_fab_translation_z_hovered_focused 0x7f060075 +int dimen design_fab_translation_z_pressed 0x7f060076 +int dimen design_navigation_elevation 0x7f060077 +int dimen design_navigation_icon_padding 0x7f060078 +int dimen design_navigation_icon_size 0x7f060079 +int dimen design_navigation_item_horizontal_padding 0x7f06007a +int dimen design_navigation_item_icon_padding 0x7f06007b +int dimen design_navigation_item_vertical_padding 0x7f06007c +int dimen design_navigation_max_width 0x7f06007d +int dimen design_navigation_padding_bottom 0x7f06007e +int dimen design_navigation_separator_vertical_padding 0x7f06007f +int dimen design_snackbar_action_inline_max_width 0x7f060080 +int dimen design_snackbar_action_text_color_alpha 0x7f060081 +int dimen design_snackbar_background_corner_radius 0x7f060082 +int dimen design_snackbar_elevation 0x7f060083 +int dimen design_snackbar_extra_spacing_horizontal 0x7f060084 +int dimen design_snackbar_max_width 0x7f060085 +int dimen design_snackbar_min_width 0x7f060086 +int dimen design_snackbar_padding_horizontal 0x7f060087 +int dimen design_snackbar_padding_vertical 0x7f060088 +int dimen design_snackbar_padding_vertical_2lines 0x7f060089 +int dimen design_snackbar_text_size 0x7f06008a +int dimen design_tab_max_width 0x7f06008b +int dimen design_tab_scrollable_min_width 0x7f06008c +int dimen design_tab_text_size 0x7f06008d +int dimen design_tab_text_size_2line 0x7f06008e +int dimen design_textinput_caption_translate_y 0x7f06008f +int dimen disabled_alpha_material_dark 0x7f060090 +int dimen disabled_alpha_material_light 0x7f060091 +int dimen fastscroll_default_thickness 0x7f060092 +int dimen fastscroll_margin 0x7f060093 +int dimen fastscroll_minimum_range 0x7f060094 +int dimen highlight_alpha_material_colored 0x7f060095 +int dimen highlight_alpha_material_dark 0x7f060096 +int dimen highlight_alpha_material_light 0x7f060097 +int dimen hint_alpha_material_dark 0x7f060098 +int dimen hint_alpha_material_light 0x7f060099 +int dimen hint_pressed_alpha_material_dark 0x7f06009a +int dimen hint_pressed_alpha_material_light 0x7f06009b +int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f06009c +int dimen item_touch_helper_swipe_escape_max_velocity 0x7f06009d +int dimen item_touch_helper_swipe_escape_velocity 0x7f06009e +int dimen m3_alert_dialog_action_bottom_padding 0x7f06009f +int dimen m3_alert_dialog_action_top_padding 0x7f0600a0 +int dimen m3_alert_dialog_corner_size 0x7f0600a1 +int dimen m3_alert_dialog_elevation 0x7f0600a2 +int dimen m3_alert_dialog_icon_margin 0x7f0600a3 +int dimen m3_alert_dialog_icon_size 0x7f0600a4 +int dimen m3_alert_dialog_title_bottom_margin 0x7f0600a5 +int dimen m3_appbar_expanded_title_margin_bottom 0x7f0600a6 +int dimen m3_appbar_expanded_title_margin_horizontal 0x7f0600a7 +int dimen m3_appbar_scrim_height_trigger 0x7f0600a8 +int dimen m3_appbar_scrim_height_trigger_large 0x7f0600a9 +int dimen m3_appbar_scrim_height_trigger_medium 0x7f0600aa +int dimen m3_appbar_size_compact 0x7f0600ab +int dimen m3_appbar_size_large 0x7f0600ac +int dimen m3_appbar_size_medium 0x7f0600ad +int dimen m3_badge_horizontal_offset 0x7f0600ae +int dimen m3_badge_radius 0x7f0600af +int dimen m3_badge_vertical_offset 0x7f0600b0 +int dimen m3_badge_with_text_horizontal_offset 0x7f0600b1 +int dimen m3_badge_with_text_radius 0x7f0600b2 +int dimen m3_badge_with_text_vertical_offset 0x7f0600b3 +int dimen m3_bottom_nav_item_active_indicator_height 0x7f0600b4 +int dimen m3_bottom_nav_item_active_indicator_margin_horizontal 0x7f0600b5 +int dimen m3_bottom_nav_item_active_indicator_width 0x7f0600b6 +int dimen m3_bottom_nav_item_padding_bottom 0x7f0600b7 +int dimen m3_bottom_nav_item_padding_top 0x7f0600b8 +int dimen m3_bottom_nav_min_height 0x7f0600b9 +int dimen m3_bottom_sheet_elevation 0x7f0600ba +int dimen m3_bottom_sheet_modal_elevation 0x7f0600bb +int dimen m3_bottomappbar_fab_cradle_margin 0x7f0600bc +int dimen m3_bottomappbar_fab_cradle_rounded_corner_radius 0x7f0600bd +int dimen m3_bottomappbar_fab_cradle_vertical_offset 0x7f0600be +int dimen m3_btn_dialog_btn_min_width 0x7f0600bf +int dimen m3_btn_dialog_btn_spacing 0x7f0600c0 +int dimen m3_btn_disabled_elevation 0x7f0600c1 +int dimen m3_btn_disabled_translation_z 0x7f0600c2 +int dimen m3_btn_elevated_btn_elevation 0x7f0600c3 +int dimen m3_btn_elevation 0x7f0600c4 +int dimen m3_btn_icon_btn_padding_left 0x7f0600c5 +int dimen m3_btn_icon_btn_padding_right 0x7f0600c6 +int dimen m3_btn_icon_only_default_padding 0x7f0600c7 +int dimen m3_btn_icon_only_default_size 0x7f0600c8 +int dimen m3_btn_icon_only_icon_padding 0x7f0600c9 +int dimen m3_btn_icon_only_min_width 0x7f0600ca +int dimen m3_btn_inset 0x7f0600cb +int dimen m3_btn_max_width 0x7f0600cc +int dimen m3_btn_padding_bottom 0x7f0600cd +int dimen m3_btn_padding_left 0x7f0600ce +int dimen m3_btn_padding_right 0x7f0600cf +int dimen m3_btn_padding_top 0x7f0600d0 +int dimen m3_btn_stroke_size 0x7f0600d1 +int dimen m3_btn_text_btn_icon_padding_left 0x7f0600d2 +int dimen m3_btn_text_btn_icon_padding_right 0x7f0600d3 +int dimen m3_btn_text_btn_padding_left 0x7f0600d4 +int dimen m3_btn_text_btn_padding_right 0x7f0600d5 +int dimen m3_btn_translation_z_base 0x7f0600d6 +int dimen m3_btn_translation_z_hovered 0x7f0600d7 +int dimen m3_card_dragged_z 0x7f0600d8 +int dimen m3_card_elevated_dragged_z 0x7f0600d9 +int dimen m3_card_elevated_elevation 0x7f0600da +int dimen m3_card_elevated_hovered_z 0x7f0600db +int dimen m3_card_elevation 0x7f0600dc +int dimen m3_card_hovered_z 0x7f0600dd +int dimen m3_card_stroke_width 0x7f0600de +int dimen m3_chip_checked_hovered_translation_z 0x7f0600df +int dimen m3_chip_corner_size 0x7f0600e0 +int dimen m3_chip_disabled_translation_z 0x7f0600e1 +int dimen m3_chip_dragged_translation_z 0x7f0600e2 +int dimen m3_chip_elevated_elevation 0x7f0600e3 +int dimen m3_chip_hovered_translation_z 0x7f0600e4 +int dimen m3_chip_icon_size 0x7f0600e5 +int dimen m3_datepicker_elevation 0x7f0600e6 +int dimen m3_divider_heavy_thickness 0x7f0600e7 +int dimen m3_extended_fab_bottom_padding 0x7f0600e8 +int dimen m3_extended_fab_end_padding 0x7f0600e9 +int dimen m3_extended_fab_icon_padding 0x7f0600ea +int dimen m3_extended_fab_min_height 0x7f0600eb +int dimen m3_extended_fab_start_padding 0x7f0600ec +int dimen m3_extended_fab_top_padding 0x7f0600ed +int dimen m3_fab_border_width 0x7f0600ee +int dimen m3_fab_corner_size 0x7f0600ef +int dimen m3_fab_translation_z_hovered_focused 0x7f0600f0 +int dimen m3_fab_translation_z_pressed 0x7f0600f1 +int dimen m3_large_fab_max_image_size 0x7f0600f2 +int dimen m3_large_fab_size 0x7f0600f3 +int dimen m3_menu_elevation 0x7f0600f4 +int dimen m3_navigation_drawer_layout_corner_size 0x7f0600f5 +int dimen m3_navigation_item_horizontal_padding 0x7f0600f6 +int dimen m3_navigation_item_icon_padding 0x7f0600f7 +int dimen m3_navigation_item_shape_inset_bottom 0x7f0600f8 +int dimen m3_navigation_item_shape_inset_end 0x7f0600f9 +int dimen m3_navigation_item_shape_inset_start 0x7f0600fa +int dimen m3_navigation_item_shape_inset_top 0x7f0600fb +int dimen m3_navigation_item_vertical_padding 0x7f0600fc +int dimen m3_navigation_menu_divider_horizontal_padding 0x7f0600fd +int dimen m3_navigation_menu_headline_horizontal_padding 0x7f0600fe +int dimen m3_navigation_rail_default_width 0x7f0600ff +int dimen m3_navigation_rail_item_active_indicator_height 0x7f060100 +int dimen m3_navigation_rail_item_active_indicator_margin_horizontal 0x7f060101 +int dimen m3_navigation_rail_item_active_indicator_width 0x7f060102 +int dimen m3_navigation_rail_item_min_height 0x7f060103 +int dimen m3_navigation_rail_item_padding_bottom 0x7f060104 +int dimen m3_navigation_rail_item_padding_top 0x7f060105 +int dimen m3_ripple_default_alpha 0x7f060106 +int dimen m3_ripple_focused_alpha 0x7f060107 +int dimen m3_ripple_hovered_alpha 0x7f060108 +int dimen m3_ripple_pressed_alpha 0x7f060109 +int dimen m3_ripple_selectable_pressed_alpha 0x7f06010a +int dimen m3_slider_thumb_elevation 0x7f06010b +int dimen m3_snackbar_action_text_color_alpha 0x7f06010c +int dimen m3_snackbar_margin 0x7f06010d +int dimen m3_sys_elevation_level0 0x7f06010e +int dimen m3_sys_elevation_level1 0x7f06010f +int dimen m3_sys_elevation_level2 0x7f060110 +int dimen m3_sys_elevation_level3 0x7f060111 +int dimen m3_sys_elevation_level4 0x7f060112 +int dimen m3_sys_elevation_level5 0x7f060113 +int dimen m3_sys_motion_easing_emphasized_accelerate_control_x1 0x7f060114 +int dimen m3_sys_motion_easing_emphasized_accelerate_control_x2 0x7f060115 +int dimen m3_sys_motion_easing_emphasized_accelerate_control_y1 0x7f060116 +int dimen m3_sys_motion_easing_emphasized_accelerate_control_y2 0x7f060117 +int dimen m3_sys_motion_easing_emphasized_decelerate_control_x1 0x7f060118 +int dimen m3_sys_motion_easing_emphasized_decelerate_control_x2 0x7f060119 +int dimen m3_sys_motion_easing_emphasized_decelerate_control_y1 0x7f06011a +int dimen m3_sys_motion_easing_emphasized_decelerate_control_y2 0x7f06011b +int dimen m3_sys_motion_easing_legacy_accelerate_control_x1 0x7f06011c +int dimen m3_sys_motion_easing_legacy_accelerate_control_x2 0x7f06011d +int dimen m3_sys_motion_easing_legacy_accelerate_control_y1 0x7f06011e +int dimen m3_sys_motion_easing_legacy_accelerate_control_y2 0x7f06011f +int dimen m3_sys_motion_easing_legacy_control_x1 0x7f060120 +int dimen m3_sys_motion_easing_legacy_control_x2 0x7f060121 +int dimen m3_sys_motion_easing_legacy_control_y1 0x7f060122 +int dimen m3_sys_motion_easing_legacy_control_y2 0x7f060123 +int dimen m3_sys_motion_easing_legacy_decelerate_control_x1 0x7f060124 +int dimen m3_sys_motion_easing_legacy_decelerate_control_x2 0x7f060125 +int dimen m3_sys_motion_easing_legacy_decelerate_control_y1 0x7f060126 +int dimen m3_sys_motion_easing_legacy_decelerate_control_y2 0x7f060127 +int dimen m3_sys_motion_easing_linear_control_x1 0x7f060128 +int dimen m3_sys_motion_easing_linear_control_x2 0x7f060129 +int dimen m3_sys_motion_easing_linear_control_y1 0x7f06012a +int dimen m3_sys_motion_easing_linear_control_y2 0x7f06012b +int dimen m3_sys_motion_easing_standard_accelerate_control_x1 0x7f06012c +int dimen m3_sys_motion_easing_standard_accelerate_control_x2 0x7f06012d +int dimen m3_sys_motion_easing_standard_accelerate_control_y1 0x7f06012e +int dimen m3_sys_motion_easing_standard_accelerate_control_y2 0x7f06012f +int dimen m3_sys_motion_easing_standard_control_x1 0x7f060130 +int dimen m3_sys_motion_easing_standard_control_x2 0x7f060131 +int dimen m3_sys_motion_easing_standard_control_y1 0x7f060132 +int dimen m3_sys_motion_easing_standard_control_y2 0x7f060133 +int dimen m3_sys_motion_easing_standard_decelerate_control_x1 0x7f060134 +int dimen m3_sys_motion_easing_standard_decelerate_control_x2 0x7f060135 +int dimen m3_sys_motion_easing_standard_decelerate_control_y1 0x7f060136 +int dimen m3_sys_motion_easing_standard_decelerate_control_y2 0x7f060137 +int dimen m3_sys_state_dragged_state_layer_opacity 0x7f060138 +int dimen m3_sys_state_focus_state_layer_opacity 0x7f060139 +int dimen m3_sys_state_hover_state_layer_opacity 0x7f06013a +int dimen m3_sys_state_pressed_state_layer_opacity 0x7f06013b +int dimen m3_timepicker_display_stroke_width 0x7f06013c +int dimen m3_timepicker_window_elevation 0x7f06013d +int dimen material_bottom_sheet_max_width 0x7f06013e +int dimen material_clock_display_padding 0x7f06013f +int dimen material_clock_face_margin_top 0x7f060140 +int dimen material_clock_hand_center_dot_radius 0x7f060141 +int dimen material_clock_hand_padding 0x7f060142 +int dimen material_clock_hand_stroke_width 0x7f060143 +int dimen material_clock_number_text_padding 0x7f060144 +int dimen material_clock_number_text_size 0x7f060145 +int dimen material_clock_period_toggle_height 0x7f060146 +int dimen material_clock_period_toggle_margin_left 0x7f060147 +int dimen material_clock_period_toggle_width 0x7f060148 +int dimen material_clock_size 0x7f060149 +int dimen material_cursor_inset_bottom 0x7f06014a +int dimen material_cursor_inset_top 0x7f06014b +int dimen material_cursor_width 0x7f06014c +int dimen material_divider_thickness 0x7f06014d +int dimen material_emphasis_disabled 0x7f06014e +int dimen material_emphasis_disabled_background 0x7f06014f +int dimen material_emphasis_high_type 0x7f060150 +int dimen material_emphasis_medium 0x7f060151 +int dimen material_filled_edittext_font_1_3_padding_bottom 0x7f060152 +int dimen material_filled_edittext_font_1_3_padding_top 0x7f060153 +int dimen material_filled_edittext_font_2_0_padding_bottom 0x7f060154 +int dimen material_filled_edittext_font_2_0_padding_top 0x7f060155 +int dimen material_font_1_3_box_collapsed_padding_top 0x7f060156 +int dimen material_font_2_0_box_collapsed_padding_top 0x7f060157 +int dimen material_helper_text_default_padding_top 0x7f060158 +int dimen material_helper_text_font_1_3_padding_horizontal 0x7f060159 +int dimen material_helper_text_font_1_3_padding_top 0x7f06015a +int dimen material_input_text_to_prefix_suffix_padding 0x7f06015b +int dimen material_text_size_dp 0x7f06015c +int dimen material_text_size_sp 0x7f06015d +int dimen material_text_view_test_line_height 0x7f06015e +int dimen material_text_view_test_line_height_override 0x7f06015f +int dimen material_textinput_default_width 0x7f060160 +int dimen material_textinput_max_width 0x7f060161 +int dimen material_textinput_min_width 0x7f060162 +int dimen material_time_picker_minimum_screen_height 0x7f060163 +int dimen material_time_picker_minimum_screen_width 0x7f060164 +int dimen material_timepicker_dialog_buttons_margin_top 0x7f060165 +int dimen mtrl_alert_dialog_background_inset_bottom 0x7f060166 +int dimen mtrl_alert_dialog_background_inset_end 0x7f060167 +int dimen mtrl_alert_dialog_background_inset_start 0x7f060168 +int dimen mtrl_alert_dialog_background_inset_top 0x7f060169 +int dimen mtrl_alert_dialog_picker_background_inset 0x7f06016a +int dimen mtrl_badge_horizontal_edge_offset 0x7f06016b +int dimen mtrl_badge_long_text_horizontal_padding 0x7f06016c +int dimen mtrl_badge_radius 0x7f06016d +int dimen mtrl_badge_text_horizontal_edge_offset 0x7f06016e +int dimen mtrl_badge_text_size 0x7f06016f +int dimen mtrl_badge_toolbar_action_menu_item_horizontal_offset 0x7f060170 +int dimen mtrl_badge_toolbar_action_menu_item_vertical_offset 0x7f060171 +int dimen mtrl_badge_with_text_radius 0x7f060172 +int dimen mtrl_bottomappbar_fabOffsetEndMode 0x7f060173 +int dimen mtrl_bottomappbar_fab_bottom_margin 0x7f060174 +int dimen mtrl_bottomappbar_fab_cradle_margin 0x7f060175 +int dimen mtrl_bottomappbar_fab_cradle_rounded_corner_radius 0x7f060176 +int dimen mtrl_bottomappbar_fab_cradle_vertical_offset 0x7f060177 +int dimen mtrl_bottomappbar_height 0x7f060178 +int dimen mtrl_btn_corner_radius 0x7f060179 +int dimen mtrl_btn_dialog_btn_min_width 0x7f06017a +int dimen mtrl_btn_disabled_elevation 0x7f06017b +int dimen mtrl_btn_disabled_z 0x7f06017c +int dimen mtrl_btn_elevation 0x7f06017d +int dimen mtrl_btn_focused_z 0x7f06017e +int dimen mtrl_btn_hovered_z 0x7f06017f +int dimen mtrl_btn_icon_btn_padding_left 0x7f060180 +int dimen mtrl_btn_icon_padding 0x7f060181 +int dimen mtrl_btn_inset 0x7f060182 +int dimen mtrl_btn_letter_spacing 0x7f060183 +int dimen mtrl_btn_max_width 0x7f060184 +int dimen mtrl_btn_padding_bottom 0x7f060185 +int dimen mtrl_btn_padding_left 0x7f060186 +int dimen mtrl_btn_padding_right 0x7f060187 +int dimen mtrl_btn_padding_top 0x7f060188 +int dimen mtrl_btn_pressed_z 0x7f060189 +int dimen mtrl_btn_snackbar_margin_horizontal 0x7f06018a +int dimen mtrl_btn_stroke_size 0x7f06018b +int dimen mtrl_btn_text_btn_icon_padding 0x7f06018c +int dimen mtrl_btn_text_btn_padding_left 0x7f06018d +int dimen mtrl_btn_text_btn_padding_right 0x7f06018e +int dimen mtrl_btn_text_size 0x7f06018f +int dimen mtrl_btn_z 0x7f060190 +int dimen mtrl_calendar_action_confirm_button_min_width 0x7f060191 +int dimen mtrl_calendar_action_height 0x7f060192 +int dimen mtrl_calendar_action_padding 0x7f060193 +int dimen mtrl_calendar_bottom_padding 0x7f060194 +int dimen mtrl_calendar_content_padding 0x7f060195 +int dimen mtrl_calendar_day_corner 0x7f060196 +int dimen mtrl_calendar_day_height 0x7f060197 +int dimen mtrl_calendar_day_horizontal_padding 0x7f060198 +int dimen mtrl_calendar_day_today_stroke 0x7f060199 +int dimen mtrl_calendar_day_vertical_padding 0x7f06019a +int dimen mtrl_calendar_day_width 0x7f06019b +int dimen mtrl_calendar_days_of_week_height 0x7f06019c +int dimen mtrl_calendar_dialog_background_inset 0x7f06019d +int dimen mtrl_calendar_header_content_padding 0x7f06019e +int dimen mtrl_calendar_header_content_padding_fullscreen 0x7f06019f +int dimen mtrl_calendar_header_divider_thickness 0x7f0601a0 +int dimen mtrl_calendar_header_height 0x7f0601a1 +int dimen mtrl_calendar_header_height_fullscreen 0x7f0601a2 +int dimen mtrl_calendar_header_selection_line_height 0x7f0601a3 +int dimen mtrl_calendar_header_text_padding 0x7f0601a4 +int dimen mtrl_calendar_header_toggle_margin_bottom 0x7f0601a5 +int dimen mtrl_calendar_header_toggle_margin_top 0x7f0601a6 +int dimen mtrl_calendar_landscape_header_width 0x7f0601a7 +int dimen mtrl_calendar_maximum_default_fullscreen_minor_axis 0x7f0601a8 +int dimen mtrl_calendar_month_horizontal_padding 0x7f0601a9 +int dimen mtrl_calendar_month_vertical_padding 0x7f0601aa +int dimen mtrl_calendar_navigation_bottom_padding 0x7f0601ab +int dimen mtrl_calendar_navigation_height 0x7f0601ac +int dimen mtrl_calendar_navigation_top_padding 0x7f0601ad +int dimen mtrl_calendar_pre_l_text_clip_padding 0x7f0601ae +int dimen mtrl_calendar_selection_baseline_to_top_fullscreen 0x7f0601af +int dimen mtrl_calendar_selection_text_baseline_to_bottom 0x7f0601b0 +int dimen mtrl_calendar_selection_text_baseline_to_bottom_fullscreen 0x7f0601b1 +int dimen mtrl_calendar_selection_text_baseline_to_top 0x7f0601b2 +int dimen mtrl_calendar_text_input_padding_top 0x7f0601b3 +int dimen mtrl_calendar_title_baseline_to_top 0x7f0601b4 +int dimen mtrl_calendar_title_baseline_to_top_fullscreen 0x7f0601b5 +int dimen mtrl_calendar_year_corner 0x7f0601b6 +int dimen mtrl_calendar_year_height 0x7f0601b7 +int dimen mtrl_calendar_year_horizontal_padding 0x7f0601b8 +int dimen mtrl_calendar_year_vertical_padding 0x7f0601b9 +int dimen mtrl_calendar_year_width 0x7f0601ba +int dimen mtrl_card_checked_icon_margin 0x7f0601bb +int dimen mtrl_card_checked_icon_size 0x7f0601bc +int dimen mtrl_card_corner_radius 0x7f0601bd +int dimen mtrl_card_dragged_z 0x7f0601be +int dimen mtrl_card_elevation 0x7f0601bf +int dimen mtrl_card_spacing 0x7f0601c0 +int dimen mtrl_chip_pressed_translation_z 0x7f0601c1 +int dimen mtrl_chip_text_size 0x7f0601c2 +int dimen mtrl_exposed_dropdown_menu_popup_elevation 0x7f0601c3 +int dimen mtrl_exposed_dropdown_menu_popup_vertical_offset 0x7f0601c4 +int dimen mtrl_exposed_dropdown_menu_popup_vertical_padding 0x7f0601c5 +int dimen mtrl_extended_fab_bottom_padding 0x7f0601c6 +int dimen mtrl_extended_fab_corner_radius 0x7f0601c7 +int dimen mtrl_extended_fab_disabled_elevation 0x7f0601c8 +int dimen mtrl_extended_fab_disabled_translation_z 0x7f0601c9 +int dimen mtrl_extended_fab_elevation 0x7f0601ca +int dimen mtrl_extended_fab_end_padding 0x7f0601cb +int dimen mtrl_extended_fab_end_padding_icon 0x7f0601cc +int dimen mtrl_extended_fab_icon_size 0x7f0601cd +int dimen mtrl_extended_fab_icon_text_spacing 0x7f0601ce +int dimen mtrl_extended_fab_min_height 0x7f0601cf +int dimen mtrl_extended_fab_min_width 0x7f0601d0 +int dimen mtrl_extended_fab_start_padding 0x7f0601d1 +int dimen mtrl_extended_fab_start_padding_icon 0x7f0601d2 +int dimen mtrl_extended_fab_top_padding 0x7f0601d3 +int dimen mtrl_extended_fab_translation_z_base 0x7f0601d4 +int dimen mtrl_extended_fab_translation_z_hovered_focused 0x7f0601d5 +int dimen mtrl_extended_fab_translation_z_pressed 0x7f0601d6 +int dimen mtrl_fab_elevation 0x7f0601d7 +int dimen mtrl_fab_min_touch_target 0x7f0601d8 +int dimen mtrl_fab_translation_z_hovered_focused 0x7f0601d9 +int dimen mtrl_fab_translation_z_pressed 0x7f0601da +int dimen mtrl_high_ripple_default_alpha 0x7f0601db +int dimen mtrl_high_ripple_focused_alpha 0x7f0601dc +int dimen mtrl_high_ripple_hovered_alpha 0x7f0601dd +int dimen mtrl_high_ripple_pressed_alpha 0x7f0601de +int dimen mtrl_large_touch_target 0x7f0601df +int dimen mtrl_low_ripple_default_alpha 0x7f0601e0 +int dimen mtrl_low_ripple_focused_alpha 0x7f0601e1 +int dimen mtrl_low_ripple_hovered_alpha 0x7f0601e2 +int dimen mtrl_low_ripple_pressed_alpha 0x7f0601e3 +int dimen mtrl_min_touch_target_size 0x7f0601e4 +int dimen mtrl_navigation_bar_item_default_icon_size 0x7f0601e5 +int dimen mtrl_navigation_bar_item_default_margin 0x7f0601e6 +int dimen mtrl_navigation_elevation 0x7f0601e7 +int dimen mtrl_navigation_item_horizontal_padding 0x7f0601e8 +int dimen mtrl_navigation_item_icon_padding 0x7f0601e9 +int dimen mtrl_navigation_item_icon_size 0x7f0601ea +int dimen mtrl_navigation_item_shape_horizontal_margin 0x7f0601eb +int dimen mtrl_navigation_item_shape_vertical_margin 0x7f0601ec +int dimen mtrl_navigation_rail_active_text_size 0x7f0601ed +int dimen mtrl_navigation_rail_compact_width 0x7f0601ee +int dimen mtrl_navigation_rail_default_width 0x7f0601ef +int dimen mtrl_navigation_rail_elevation 0x7f0601f0 +int dimen mtrl_navigation_rail_icon_margin 0x7f0601f1 +int dimen mtrl_navigation_rail_icon_size 0x7f0601f2 +int dimen mtrl_navigation_rail_margin 0x7f0601f3 +int dimen mtrl_navigation_rail_text_bottom_margin 0x7f0601f4 +int dimen mtrl_navigation_rail_text_size 0x7f0601f5 +int dimen mtrl_progress_circular_inset 0x7f0601f6 +int dimen mtrl_progress_circular_inset_extra_small 0x7f0601f7 +int dimen mtrl_progress_circular_inset_medium 0x7f0601f8 +int dimen mtrl_progress_circular_inset_small 0x7f0601f9 +int dimen mtrl_progress_circular_radius 0x7f0601fa +int dimen mtrl_progress_circular_size 0x7f0601fb +int dimen mtrl_progress_circular_size_extra_small 0x7f0601fc +int dimen mtrl_progress_circular_size_medium 0x7f0601fd +int dimen mtrl_progress_circular_size_small 0x7f0601fe +int dimen mtrl_progress_circular_track_thickness_extra_small 0x7f0601ff +int dimen mtrl_progress_circular_track_thickness_medium 0x7f060200 +int dimen mtrl_progress_circular_track_thickness_small 0x7f060201 +int dimen mtrl_progress_indicator_full_rounded_corner_radius 0x7f060202 +int dimen mtrl_progress_track_thickness 0x7f060203 +int dimen mtrl_shape_corner_size_large_component 0x7f060204 +int dimen mtrl_shape_corner_size_medium_component 0x7f060205 +int dimen mtrl_shape_corner_size_small_component 0x7f060206 +int dimen mtrl_slider_halo_radius 0x7f060207 +int dimen mtrl_slider_label_padding 0x7f060208 +int dimen mtrl_slider_label_radius 0x7f060209 +int dimen mtrl_slider_label_square_side 0x7f06020a +int dimen mtrl_slider_thumb_elevation 0x7f06020b +int dimen mtrl_slider_thumb_radius 0x7f06020c +int dimen mtrl_slider_track_height 0x7f06020d +int dimen mtrl_slider_track_side_padding 0x7f06020e +int dimen mtrl_slider_track_top 0x7f06020f +int dimen mtrl_slider_widget_height 0x7f060210 +int dimen mtrl_snackbar_action_text_color_alpha 0x7f060211 +int dimen mtrl_snackbar_background_corner_radius 0x7f060212 +int dimen mtrl_snackbar_background_overlay_color_alpha 0x7f060213 +int dimen mtrl_snackbar_margin 0x7f060214 +int dimen mtrl_snackbar_message_margin_horizontal 0x7f060215 +int dimen mtrl_snackbar_padding_horizontal 0x7f060216 +int dimen mtrl_switch_thumb_elevation 0x7f060217 +int dimen mtrl_textinput_box_corner_radius_medium 0x7f060218 +int dimen mtrl_textinput_box_corner_radius_small 0x7f060219 +int dimen mtrl_textinput_box_label_cutout_padding 0x7f06021a +int dimen mtrl_textinput_box_stroke_width_default 0x7f06021b +int dimen mtrl_textinput_box_stroke_width_focused 0x7f06021c +int dimen mtrl_textinput_counter_margin_start 0x7f06021d +int dimen mtrl_textinput_end_icon_margin_start 0x7f06021e +int dimen mtrl_textinput_outline_box_expanded_padding 0x7f06021f +int dimen mtrl_textinput_start_icon_margin_end 0x7f060220 +int dimen mtrl_toolbar_default_height 0x7f060221 +int dimen mtrl_tooltip_arrowSize 0x7f060222 +int dimen mtrl_tooltip_cornerSize 0x7f060223 +int dimen mtrl_tooltip_minHeight 0x7f060224 +int dimen mtrl_tooltip_minWidth 0x7f060225 +int dimen mtrl_tooltip_padding 0x7f060226 +int dimen mtrl_transition_shared_axis_slide_distance 0x7f060227 +int dimen notification_action_icon_size 0x7f060228 +int dimen notification_action_text_size 0x7f060229 +int dimen notification_big_circle_margin 0x7f06022a +int dimen notification_content_margin_start 0x7f06022b +int dimen notification_large_icon_height 0x7f06022c +int dimen notification_large_icon_width 0x7f06022d +int dimen notification_main_column_padding_top 0x7f06022e +int dimen notification_media_narrow_margin 0x7f06022f +int dimen notification_right_icon_size 0x7f060230 +int dimen notification_right_side_padding_top 0x7f060231 +int dimen notification_small_icon_background_padding 0x7f060232 +int dimen notification_small_icon_size_as_large 0x7f060233 +int dimen notification_subtext_size 0x7f060234 +int dimen notification_top_pad 0x7f060235 +int dimen notification_top_pad_large_text 0x7f060236 +int dimen test_dimen 0x7f060237 +int dimen test_mtrl_calendar_day_cornerSize 0x7f060238 +int dimen test_navigation_bar_active_item_max_width 0x7f060239 +int dimen test_navigation_bar_active_item_min_width 0x7f06023a +int dimen test_navigation_bar_active_text_size 0x7f06023b +int dimen test_navigation_bar_elevation 0x7f06023c +int dimen test_navigation_bar_height 0x7f06023d +int dimen test_navigation_bar_icon_size 0x7f06023e +int dimen test_navigation_bar_item_max_width 0x7f06023f +int dimen test_navigation_bar_item_min_width 0x7f060240 +int dimen test_navigation_bar_label_padding 0x7f060241 +int dimen test_navigation_bar_shadow_height 0x7f060242 +int dimen test_navigation_bar_text_size 0x7f060243 +int dimen tooltip_corner_radius 0x7f060244 +int dimen tooltip_horizontal_padding 0x7f060245 +int dimen tooltip_margin 0x7f060246 +int dimen tooltip_precise_anchor_extra_offset 0x7f060247 +int dimen tooltip_precise_anchor_threshold 0x7f060248 +int dimen tooltip_vertical_padding 0x7f060249 +int dimen tooltip_y_offset_non_touch 0x7f06024a +int dimen tooltip_y_offset_touch 0x7f06024b +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_background 0x7f070058 +int drawable btn_checkbox_checked_mtrl 0x7f070059 +int drawable btn_checkbox_checked_to_unchecked_mtrl_animation 0x7f07005a +int drawable btn_checkbox_unchecked_mtrl 0x7f07005b +int drawable btn_checkbox_unchecked_to_checked_mtrl_animation 0x7f07005c +int drawable btn_radio_off_mtrl 0x7f07005d +int drawable btn_radio_off_to_on_mtrl_animation 0x7f07005e +int drawable btn_radio_on_mtrl 0x7f07005f +int drawable btn_radio_on_to_off_mtrl_animation 0x7f070060 +int drawable design_fab_background 0x7f070061 +int drawable design_ic_visibility 0x7f070062 +int drawable design_ic_visibility_off 0x7f070063 +int drawable design_password_eye 0x7f070064 +int drawable design_snackbar_background 0x7f070065 +int drawable ic_clock_black_24dp 0x7f070066 +int drawable ic_keyboard_black_24dp 0x7f070067 +int drawable ic_launcher_background 0x7f070068 +int drawable ic_launcher_foreground 0x7f070069 +int drawable ic_m3_chip_check 0x7f07006a +int drawable ic_m3_chip_checked_circle 0x7f07006b +int drawable ic_m3_chip_close 0x7f07006c +int drawable ic_mtrl_checked_circle 0x7f07006d +int drawable ic_mtrl_chip_checked_black 0x7f07006e +int drawable ic_mtrl_chip_checked_circle 0x7f07006f +int drawable ic_mtrl_chip_close_circle 0x7f070070 +int drawable m3_appbar_background 0x7f070071 +int drawable m3_popupmenu_background_overlay 0x7f070072 +int drawable m3_radiobutton_ripple 0x7f070073 +int drawable m3_selection_control_ripple 0x7f070074 +int drawable m3_tabs_background 0x7f070075 +int drawable m3_tabs_line_indicator 0x7f070076 +int drawable m3_tabs_rounded_line_indicator 0x7f070077 +int drawable m3_tabs_transparent_background 0x7f070078 +int drawable material_cursor_drawable 0x7f070079 +int drawable material_ic_calendar_black_24dp 0x7f07007a +int drawable material_ic_clear_black_24dp 0x7f07007b +int drawable material_ic_edit_black_24dp 0x7f07007c +int drawable material_ic_keyboard_arrow_left_black_24dp 0x7f07007d +int drawable material_ic_keyboard_arrow_next_black_24dp 0x7f07007e +int drawable material_ic_keyboard_arrow_previous_black_24dp 0x7f07007f +int drawable material_ic_keyboard_arrow_right_black_24dp 0x7f070080 +int drawable material_ic_menu_arrow_down_black_24dp 0x7f070081 +int drawable material_ic_menu_arrow_up_black_24dp 0x7f070082 +int drawable mtrl_dialog_background 0x7f070083 +int drawable mtrl_dropdown_arrow 0x7f070084 +int drawable mtrl_ic_arrow_drop_down 0x7f070085 +int drawable mtrl_ic_arrow_drop_up 0x7f070086 +int drawable mtrl_ic_cancel 0x7f070087 +int drawable mtrl_ic_error 0x7f070088 +int drawable mtrl_navigation_bar_item_background 0x7f070089 +int drawable mtrl_popupmenu_background 0x7f07008a +int drawable mtrl_popupmenu_background_overlay 0x7f07008b +int drawable mtrl_tabs_default_indicator 0x7f07008c +int drawable navigation_empty_icon 0x7f07008d +int drawable notification_action_background 0x7f07008e +int drawable notification_bg 0x7f07008f +int drawable notification_bg_low 0x7f070090 +int drawable notification_bg_low_normal 0x7f070091 +int drawable notification_bg_low_pressed 0x7f070092 +int drawable notification_bg_normal 0x7f070093 +int drawable notification_bg_normal_pressed 0x7f070094 +int drawable notification_icon_background 0x7f070095 +int drawable notification_template_icon_bg 0x7f070096 +int drawable notification_template_icon_low_bg 0x7f070097 +int drawable notification_tile_bg 0x7f070098 +int drawable notify_panel_notification_icon_bg 0x7f070099 +int drawable play 0x7f07009a +int drawable round_border 0x7f07009b +int drawable test_custom_background 0x7f07009c +int drawable test_level_drawable 0x7f07009d +int drawable tooltip_frame_dark 0x7f07009e +int drawable tooltip_frame_light 0x7f07009f +int font bmhannaprooft 0x7f080000 +int id ALT 0x7f090000 +int id BOTTOM_END 0x7f090001 +int id BOTTOM_START 0x7f090002 +int id CTRL 0x7f090003 +int id FUNCTION 0x7f090004 +int id META 0x7f090005 +int id NO_DEBUG 0x7f090006 +int id SHIFT 0x7f090007 +int id SHOW_ALL 0x7f090008 +int id SHOW_PATH 0x7f090009 +int id SHOW_PROGRESS 0x7f09000a +int id SYM 0x7f09000b +int id TOP_END 0x7f09000c +int id TOP_START 0x7f09000d +int id accelerate 0x7f09000e +int id accessibility_action_clickable_span 0x7f09000f +int id accessibility_custom_action_0 0x7f090010 +int id accessibility_custom_action_1 0x7f090011 +int id accessibility_custom_action_10 0x7f090012 +int id accessibility_custom_action_11 0x7f090013 +int id accessibility_custom_action_12 0x7f090014 +int id accessibility_custom_action_13 0x7f090015 +int id accessibility_custom_action_14 0x7f090016 +int id accessibility_custom_action_15 0x7f090017 +int id accessibility_custom_action_16 0x7f090018 +int id accessibility_custom_action_17 0x7f090019 +int id accessibility_custom_action_18 0x7f09001a +int id accessibility_custom_action_19 0x7f09001b +int id accessibility_custom_action_2 0x7f09001c +int id accessibility_custom_action_20 0x7f09001d +int id accessibility_custom_action_21 0x7f09001e +int id accessibility_custom_action_22 0x7f09001f +int id accessibility_custom_action_23 0x7f090020 +int id accessibility_custom_action_24 0x7f090021 +int id accessibility_custom_action_25 0x7f090022 +int id accessibility_custom_action_26 0x7f090023 +int id accessibility_custom_action_27 0x7f090024 +int id accessibility_custom_action_28 0x7f090025 +int id accessibility_custom_action_29 0x7f090026 +int id accessibility_custom_action_3 0x7f090027 +int id accessibility_custom_action_30 0x7f090028 +int id accessibility_custom_action_31 0x7f090029 +int id accessibility_custom_action_4 0x7f09002a +int id accessibility_custom_action_5 0x7f09002b +int id accessibility_custom_action_6 0x7f09002c +int id accessibility_custom_action_7 0x7f09002d +int id accessibility_custom_action_8 0x7f09002e +int id accessibility_custom_action_9 0x7f09002f +int id actionDown 0x7f090030 +int id actionDownUp 0x7f090031 +int id actionUp 0x7f090032 +int id action_bar 0x7f090033 +int id action_bar_activity_content 0x7f090034 +int id action_bar_container 0x7f090035 +int id action_bar_root 0x7f090036 +int id action_bar_spinner 0x7f090037 +int id action_bar_subtitle 0x7f090038 +int id action_bar_title 0x7f090039 +int id action_container 0x7f09003a +int id action_context_bar 0x7f09003b +int id action_divider 0x7f09003c +int id action_image 0x7f09003d +int id action_menu_divider 0x7f09003e +int id action_menu_presenter 0x7f09003f +int id action_mode_bar 0x7f090040 +int id action_mode_bar_stub 0x7f090041 +int id action_mode_close_button 0x7f090042 +int id action_text 0x7f090043 +int id actions 0x7f090044 +int id activity_chooser_view_content 0x7f090045 +int id add 0x7f090046 +int id alertTitle 0x7f090047 +int id aligned 0x7f090048 +int id all 0x7f090049 +int id allStates 0x7f09004a +int id always 0x7f09004b +int id animateToEnd 0x7f09004c +int id animateToStart 0x7f09004d +int id antiClockwise 0x7f09004e +int id anticipate 0x7f09004f +int id arc 0x7f090050 +int id asConfigured 0x7f090051 +int id async 0x7f090052 +int id auto 0x7f090053 +int id autoComplete 0x7f090054 +int id autoCompleteToEnd 0x7f090055 +int id autoCompleteToStart 0x7f090056 +int id backImageView 0x7f090057 +int id barrier 0x7f090058 +int id baseline 0x7f090059 +int id beginOnFirstDraw 0x7f09005a +int id beginning 0x7f09005b +int id bestChoice 0x7f09005c +int id blocking 0x7f09005d +int id bottom 0x7f09005e +int id bounce 0x7f09005f +int id bounceBoth 0x7f090060 +int id bounceEnd 0x7f090061 +int id bounceStart 0x7f090062 +int id btnCkg 0x7f090063 +int id btnD11 0x7f090064 +int id btnGok 0x7f090065 +int id btnJJJoonngg 0x7f090066 +int id btnLee 0x7f090067 +int id btnTmp 0x7f090068 +int id btnYes 0x7f090069 +int id buttonPanel 0x7f09006a +int id cache_measures 0x7f09006b +int id callMeasure 0x7f09006c +int id cancel_button 0x7f09006d +int id carryVelocity 0x7f09006e +int id center 0x7f09006f +int id centerCrop 0x7f090070 +int id centerInside 0x7f090071 +int id center_horizontal 0x7f090072 +int id center_vertical 0x7f090073 +int id chain 0x7f090074 +int id chain2 0x7f090075 +int id chains 0x7f090076 +int id checkbox 0x7f090077 +int id checked 0x7f090078 +int id chip 0x7f090079 +int id chip1 0x7f09007a +int id chip2 0x7f09007b +int id chip3 0x7f09007c +int id chip_group 0x7f09007d +int id chronometer 0x7f09007e +int id circle_center 0x7f09007f +int id clAccount 0x7f090080 +int id clAddGroup 0x7f090081 +int id clGroup 0x7f090082 +int id clSafeBox 0x7f090083 +int id clear_text 0x7f090084 +int id clip_horizontal 0x7f090085 +int id clip_vertical 0x7f090086 +int id clockwise 0x7f090087 +int id closest 0x7f090088 +int id collapseActionView 0x7f090089 +int id compress 0x7f09008a +int id confirm_button 0x7f09008b +int id constraint 0x7f09008c +int id container 0x7f09008d +int id content 0x7f09008e +int id contentPanel 0x7f09008f +int id contiguous 0x7f090090 +int id continuousVelocity 0x7f090091 +int id coordinator 0x7f090092 +int id cos 0x7f090093 +int id counterclockwise 0x7f090094 +int id createProjectButton 0x7f090095 +int id currentState 0x7f090096 +int id custom 0x7f090097 +int id customPanel 0x7f090098 +int id cut 0x7f090099 +int id date_picker_actions 0x7f09009a +int id decelerate 0x7f09009b +int id decelerateAndComplete 0x7f09009c +int id decor_content_parent 0x7f09009d +int id default_activity_button 0x7f09009e +int id deltaRelative 0x7f09009f +int id dependency_ordering 0x7f0900a0 +int id design_bottom_sheet 0x7f0900a1 +int id design_menu_item_action_area 0x7f0900a2 +int id design_menu_item_action_area_stub 0x7f0900a3 +int id design_menu_item_text 0x7f0900a4 +int id design_navigation_view 0x7f0900a5 +int id dialog_button 0x7f0900a6 +int id dimensions 0x7f0900a7 +int id direct 0x7f0900a8 +int id disableHome 0x7f0900a9 +int id disableIntraAutoTransition 0x7f0900aa +int id disablePostScroll 0x7f0900ab +int id disableScroll 0x7f0900ac +int id disjoint 0x7f0900ad +int id divider 0x7f0900ae +int id dragAnticlockwise 0x7f0900af +int id dragClockwise 0x7f0900b0 +int id dragDown 0x7f0900b1 +int id dragEnd 0x7f0900b2 +int id dragLeft 0x7f0900b3 +int id dragRight 0x7f0900b4 +int id dragStart 0x7f0900b5 +int id dragUp 0x7f0900b6 +int id dropdown_editable 0x7f0900b7 +int id dropdown_menu 0x7f0900b8 +int id dropdown_noneditable 0x7f0900b9 +int id easeIn 0x7f0900ba +int id easeInOut 0x7f0900bb +int id easeOut 0x7f0900bc +int id east 0x7f0900bd +int id edit_query 0x7f0900be +int id edittext_dropdown_editable 0x7f0900bf +int id edittext_dropdown_noneditable 0x7f0900c0 +int id elastic 0x7f0900c1 +int id end 0x7f0900c2 +int id endToStart 0x7f0900c3 +int id enterAlways 0x7f0900c4 +int id enterAlwaysCollapsed 0x7f0900c5 +int id exitUntilCollapsed 0x7f0900c6 +int id expand_activities_button 0x7f0900c7 +int id expanded_menu 0x7f0900c8 +int id fade 0x7f0900c9 +int id fill 0x7f0900ca +int id fill_horizontal 0x7f0900cb +int id fill_vertical 0x7f0900cc +int id filled 0x7f0900cd +int id fitCenter 0x7f0900ce +int id fitEnd 0x7f0900cf +int id fitStart 0x7f0900d0 +int id fitToContents 0x7f0900d1 +int id fitXY 0x7f0900d2 +int id fixed 0x7f0900d3 +int id flip 0x7f0900d4 +int id floating 0x7f0900d5 +int id forever 0x7f0900d6 +int id fragment_container_view_tag 0x7f0900d7 +int id frontImageView 0x7f0900d8 +int id frost 0x7f0900d9 +int id fullscreen_header 0x7f0900da +int id ghost_view 0x7f0900db +int id ghost_view_holder 0x7f0900dc +int id gone 0x7f0900dd +int id graph 0x7f0900de +int id graph_wrap 0x7f0900df +int id group_divider 0x7f0900e0 +int id grouping 0x7f0900e1 +int id groups 0x7f0900e2 +int id guideline 0x7f0900e3 +int id header_title 0x7f0900e4 +int id hideable 0x7f0900e5 +int id home 0x7f0900e6 +int id homeAsUp 0x7f0900e7 +int id honorRequest 0x7f0900e8 +int id horizontalScrollView 0x7f0900e9 +int id horizontal_only 0x7f0900ea +int id icon 0x7f0900eb +int id icon_group 0x7f0900ec +int id ifRoom 0x7f0900ed +int id ignore 0x7f0900ee +int id ignoreRequest 0x7f0900ef +int id image 0x7f0900f0 +int id imageView1 0x7f0900f1 +int id imageView2 0x7f0900f2 +int id imageView3 0x7f0900f3 +int id imageView4 0x7f0900f4 +int id imageView5 0x7f0900f5 +int id imageView6 0x7f0900f6 +int id immediateStop 0x7f0900f7 +int id included 0x7f0900f8 +int id info 0x7f0900f9 +int id invisible 0x7f0900fa +int id inward 0x7f0900fb +int id italic 0x7f0900fc +int id item1 0x7f0900fd +int id item2 0x7f0900fe +int id item3 0x7f0900ff +int id item4 0x7f090100 +int id item_touch_helper_previous_elevation 0x7f090101 +int id jumpToEnd 0x7f090102 +int id jumpToStart 0x7f090103 +int id labeled 0x7f090104 +int id layout 0x7f090105 +int id left 0x7f090106 +int id leftToRight 0x7f090107 +int id legacy 0x7f090108 +int id line1 0x7f090109 +int id line3 0x7f09010a +int id linear 0x7f09010b +int id listMode 0x7f09010c +int id list_item 0x7f09010d +int id masked 0x7f09010e +int id match_constraint 0x7f09010f +int id match_parent 0x7f090110 +int id material_clock_display 0x7f090111 +int id material_clock_face 0x7f090112 +int id material_clock_hand 0x7f090113 +int id material_clock_period_am_button 0x7f090114 +int id material_clock_period_pm_button 0x7f090115 +int id material_clock_period_toggle 0x7f090116 +int id material_hour_text_input 0x7f090117 +int id material_hour_tv 0x7f090118 +int id material_label 0x7f090119 +int id material_minute_text_input 0x7f09011a +int id material_minute_tv 0x7f09011b +int id material_textinput_timepicker 0x7f09011c +int id material_timepicker_cancel_button 0x7f09011d +int id material_timepicker_container 0x7f09011e +int id material_timepicker_edit_text 0x7f09011f +int id material_timepicker_mode_button 0x7f090120 +int id material_timepicker_ok_button 0x7f090121 +int id material_timepicker_view 0x7f090122 +int id material_value_index 0x7f090123 +int id matrix 0x7f090124 +int id message 0x7f090125 +int id middle 0x7f090126 +int id mini 0x7f090127 +int id month_grid 0x7f090128 +int id month_navigation_bar 0x7f090129 +int id month_navigation_fragment_toggle 0x7f09012a +int id month_navigation_next 0x7f09012b +int id month_navigation_previous 0x7f09012c +int id month_title 0x7f09012d +int id motion_base 0x7f09012e +int id mtrl_anchor_parent 0x7f09012f +int id mtrl_calendar_day_selector_frame 0x7f090130 +int id mtrl_calendar_days_of_week 0x7f090131 +int id mtrl_calendar_frame 0x7f090132 +int id mtrl_calendar_main_pane 0x7f090133 +int id mtrl_calendar_months 0x7f090134 +int id mtrl_calendar_selection_frame 0x7f090135 +int id mtrl_calendar_text_input_frame 0x7f090136 +int id mtrl_calendar_year_selector_frame 0x7f090137 +int id mtrl_card_checked_layer_id 0x7f090138 +int id mtrl_child_content_container 0x7f090139 +int id mtrl_internal_children_alpha_tag 0x7f09013a +int id mtrl_motion_snapshot_view 0x7f09013b +int id mtrl_picker_fullscreen 0x7f09013c +int id mtrl_picker_header 0x7f09013d +int id mtrl_picker_header_selection_text 0x7f09013e +int id mtrl_picker_header_title_and_selection 0x7f09013f +int id mtrl_picker_header_toggle 0x7f090140 +int id mtrl_picker_text_input_date 0x7f090141 +int id mtrl_picker_text_input_range_end 0x7f090142 +int id mtrl_picker_text_input_range_start 0x7f090143 +int id mtrl_picker_title_text 0x7f090144 +int id mtrl_view_tag_bottom_padding 0x7f090145 +int id multiply 0x7f090146 +int id navigation_bar_item_active_indicator_view 0x7f090147 +int id navigation_bar_item_icon_container 0x7f090148 +int id navigation_bar_item_icon_view 0x7f090149 +int id navigation_bar_item_labels_group 0x7f09014a +int id navigation_bar_item_large_label_view 0x7f09014b +int id navigation_bar_item_small_label_view 0x7f09014c +int id navigation_header_container 0x7f09014d +int id never 0x7f09014e +int id neverCompleteToEnd 0x7f09014f +int id neverCompleteToStart 0x7f090150 +int id noScroll 0x7f090151 +int id noState 0x7f090152 +int id none 0x7f090153 +int id normal 0x7f090154 +int id north 0x7f090155 +int id notification_background 0x7f090156 +int id notification_main_column 0x7f090157 +int id notification_main_column_container 0x7f090158 +int id off 0x7f090159 +int id on 0x7f09015a +int id onInterceptTouchReturnSwipe 0x7f09015b +int id outline 0x7f09015c +int id outward 0x7f09015d +int id overshoot 0x7f09015e +int id packed 0x7f09015f +int id parallax 0x7f090160 +int id parent 0x7f090161 +int id parentPanel 0x7f090162 +int id parentRelative 0x7f090163 +int id parent_matrix 0x7f090164 +int id password_toggle 0x7f090165 +int id path 0x7f090166 +int id pathRelative 0x7f090167 +int id peekHeight 0x7f090168 +int id percent 0x7f090169 +int id pin 0x7f09016a +int id playButton 0x7f09016b +int id position 0x7f09016c +int id postLayout 0x7f09016d +int id progress_circular 0x7f09016e +int id progress_horizontal 0x7f09016f +int id radio 0x7f090170 +int id ratio 0x7f090171 +int id rectangles 0x7f090172 +int id reverseSawtooth 0x7f090173 +int id right 0x7f090174 +int id rightToLeft 0x7f090175 +int id right_icon 0x7f090176 +int id right_side 0x7f090177 +int id rounded 0x7f090178 +int id row_index_key 0x7f090179 +int id save_non_transition_alpha 0x7f09017a +int id save_overlay_view 0x7f09017b +int id sawtooth 0x7f09017c +int id scale 0x7f09017d +int id screen 0x7f09017e +int id scroll 0x7f09017f +int id scrollIndicatorDown 0x7f090180 +int id scrollIndicatorUp 0x7f090181 +int id scrollView 0x7f090182 +int id scrollable 0x7f090183 +int id search_badge 0x7f090184 +int id search_bar 0x7f090185 +int id search_button 0x7f090186 +int id search_close_btn 0x7f090187 +int id search_edit_frame 0x7f090188 +int id search_go_btn 0x7f090189 +int id search_mag_icon 0x7f09018a +int id search_plate 0x7f09018b +int id search_src_text 0x7f09018c +int id search_voice_btn 0x7f09018d +int id select_dialog_listview 0x7f09018e +int id selected 0x7f09018f +int id selection_type 0x7f090190 +int id sharedValueSet 0x7f090191 +int id sharedValueUnset 0x7f090192 +int id shortcut 0x7f090193 +int id showCustom 0x7f090194 +int id showHome 0x7f090195 +int id showTitle 0x7f090196 +int id sin 0x7f090197 +int id skipCollapsed 0x7f090198 +int id skipped 0x7f090199 +int id slide 0x7f09019a +int id snackbar_action 0x7f09019b +int id snackbar_text 0x7f09019c +int id snap 0x7f09019d +int id snapMargins 0x7f09019e +int id south 0x7f09019f +int id spacer 0x7f0901a0 +int id special_effects_controller_view_tag 0x7f0901a1 +int id spline 0x7f0901a2 +int id split_action_bar 0x7f0901a3 +int id spread 0x7f0901a4 +int id spread_inside 0x7f0901a5 +int id spring 0x7f0901a6 +int id square 0x7f0901a7 +int id src_atop 0x7f0901a8 +int id src_in 0x7f0901a9 +int id src_over 0x7f0901aa +int id standard 0x7f0901ab +int id start 0x7f0901ac +int id startHorizontal 0x7f0901ad +int id startToEnd 0x7f0901ae +int id startVertical 0x7f0901af +int id staticLayout 0x7f0901b0 +int id staticPostLayout 0x7f0901b1 +int id stop 0x7f0901b2 +int id stretch 0x7f0901b3 +int id submenuarrow 0x7f0901b4 +int id submit_area 0x7f0901b5 +int id supportScrollUp 0x7f0901b6 +int id tabMode 0x7f0901b7 +int id tag_accessibility_actions 0x7f0901b8 +int id tag_accessibility_clickable_spans 0x7f0901b9 +int id tag_accessibility_heading 0x7f0901ba +int id tag_accessibility_pane_title 0x7f0901bb +int id tag_on_apply_window_listener 0x7f0901bc +int id tag_on_receive_content_listener 0x7f0901bd +int id tag_on_receive_content_mime_types 0x7f0901be +int id tag_screen_reader_focusable 0x7f0901bf +int id tag_state_description 0x7f0901c0 +int id tag_transition_group 0x7f0901c1 +int id tag_unhandled_key_event_manager 0x7f0901c2 +int id tag_unhandled_key_listeners 0x7f0901c3 +int id tag_window_insets_animation_callback 0x7f0901c4 +int id test_checkbox_android_button_tint 0x7f0901c5 +int id test_checkbox_app_button_tint 0x7f0901c6 +int id test_radiobutton_android_button_tint 0x7f0901c7 +int id test_radiobutton_app_button_tint 0x7f0901c8 +int id text 0x7f0901c9 +int id text2 0x7f0901ca +int id textEnd 0x7f0901cb +int id textSpacerNoButtons 0x7f0901cc +int id textSpacerNoTitle 0x7f0901cd +int id textStart 0x7f0901ce +int id textTop 0x7f0901cf +int id text_input_end_icon 0x7f0901d0 +int id text_input_error_icon 0x7f0901d1 +int id text_input_start_icon 0x7f0901d2 +int id textinput_counter 0x7f0901d3 +int id textinput_error 0x7f0901d4 +int id textinput_helper_text 0x7f0901d5 +int id textinput_placeholder 0x7f0901d6 +int id textinput_prefix_text 0x7f0901d7 +int id textinput_suffix_text 0x7f0901d8 +int id time 0x7f0901d9 +int id title 0x7f0901da +int id titleDividerNoCustom 0x7f0901db +int id titleTextView 0x7f0901dc +int id title_template 0x7f0901dd +int id toggle 0x7f0901de +int id top 0x7f0901df +int id topPanel 0x7f0901e0 +int id touch_outside 0x7f0901e1 +int id transitionToEnd 0x7f0901e2 +int id transitionToStart 0x7f0901e3 +int id transition_current_scene 0x7f0901e4 +int id transition_layout_save 0x7f0901e5 +int id transition_position 0x7f0901e6 +int id transition_scene_layoutid_cache 0x7f0901e7 +int id transition_transform 0x7f0901e8 +int id triangle 0x7f0901e9 +int id tvAccountNumber 0x7f0901ea +int id tvMainMoneyCount 0x7f0901eb +int id tvMainMoneyUnit 0x7f0901ec +int id tvName 0x7f0901ed +int id tvPassBookName 0x7f0901ee +int id tvSafeBox 0x7f0901ef +int id tvTmp 0x7f0901f0 +int id tvTransfer 0x7f0901f1 +int id tvUsageCard 0x7f0901f2 +int id unchecked 0x7f0901f3 +int id uniform 0x7f0901f4 +int id unlabeled 0x7f0901f5 +int id up 0x7f0901f6 +int id useLogo 0x7f0901f7 +int id vertical_only 0x7f0901f8 +int id view_offset_helper 0x7f0901f9 +int id view_transition 0x7f0901fa +int id view_tree_lifecycle_owner 0x7f0901fb +int id view_tree_saved_state_registry_owner 0x7f0901fc +int id view_tree_view_model_store_owner 0x7f0901fd +int id visible 0x7f0901fe +int id visible_removing_fragment_view_tag 0x7f0901ff +int id west 0x7f090200 +int id withText 0x7f090201 +int id withinBounds 0x7f090202 +int id wrap 0x7f090203 +int id wrap_content 0x7f090204 +int id wrap_content_constrained 0x7f090205 +int id x_left 0x7f090206 +int id x_right 0x7f090207 +int id zero_corner_chip 0x7f090208 +int integer abc_config_activityDefaultDur 0x7f0a0000 +int integer abc_config_activityShortDur 0x7f0a0001 +int integer app_bar_elevation_anim_duration 0x7f0a0002 +int integer bottom_sheet_slide_duration 0x7f0a0003 +int integer cancel_button_image_alpha 0x7f0a0004 +int integer config_tooltipAnimTime 0x7f0a0005 +int integer design_snackbar_text_max_lines 0x7f0a0006 +int integer design_tab_indicator_anim_duration_ms 0x7f0a0007 +int integer hide_password_duration 0x7f0a0008 +int integer m3_btn_anim_delay_ms 0x7f0a0009 +int integer m3_btn_anim_duration_ms 0x7f0a000a +int integer m3_card_anim_delay_ms 0x7f0a000b +int integer m3_card_anim_duration_ms 0x7f0a000c +int integer m3_chip_anim_duration 0x7f0a000d +int integer m3_sys_motion_duration_100 0x7f0a000e +int integer m3_sys_motion_duration_1000 0x7f0a000f +int integer m3_sys_motion_duration_150 0x7f0a0010 +int integer m3_sys_motion_duration_200 0x7f0a0011 +int integer m3_sys_motion_duration_250 0x7f0a0012 +int integer m3_sys_motion_duration_300 0x7f0a0013 +int integer m3_sys_motion_duration_350 0x7f0a0014 +int integer m3_sys_motion_duration_400 0x7f0a0015 +int integer m3_sys_motion_duration_450 0x7f0a0016 +int integer m3_sys_motion_duration_50 0x7f0a0017 +int integer m3_sys_motion_duration_500 0x7f0a0018 +int integer m3_sys_motion_duration_550 0x7f0a0019 +int integer m3_sys_motion_duration_600 0x7f0a001a +int integer m3_sys_motion_duration_700 0x7f0a001b +int integer m3_sys_motion_duration_800 0x7f0a001c +int integer m3_sys_motion_duration_900 0x7f0a001d +int integer m3_sys_motion_path 0x7f0a001e +int integer material_motion_duration_long_1 0x7f0a001f +int integer material_motion_duration_long_2 0x7f0a0020 +int integer material_motion_duration_medium_1 0x7f0a0021 +int integer material_motion_duration_medium_2 0x7f0a0022 +int integer material_motion_duration_short_1 0x7f0a0023 +int integer material_motion_duration_short_2 0x7f0a0024 +int integer material_motion_path 0x7f0a0025 +int integer mtrl_badge_max_character_count 0x7f0a0026 +int integer mtrl_btn_anim_delay_ms 0x7f0a0027 +int integer mtrl_btn_anim_duration_ms 0x7f0a0028 +int integer mtrl_calendar_header_orientation 0x7f0a0029 +int integer mtrl_calendar_selection_text_lines 0x7f0a002a +int integer mtrl_calendar_year_selector_span 0x7f0a002b +int integer mtrl_card_anim_delay_ms 0x7f0a002c +int integer mtrl_card_anim_duration_ms 0x7f0a002d +int integer mtrl_chip_anim_duration 0x7f0a002e +int integer mtrl_tab_indicator_anim_duration_ms 0x7f0a002f +int integer mtrl_view_gone 0x7f0a0030 +int integer mtrl_view_invisible 0x7f0a0031 +int integer mtrl_view_visible 0x7f0a0032 +int integer show_password_duration 0x7f0a0033 +int integer status_bar_notification_info_maxnum 0x7f0a0034 +int interpolator btn_checkbox_checked_mtrl_animation_interpolator_0 0x7f0b0000 +int interpolator btn_checkbox_checked_mtrl_animation_interpolator_1 0x7f0b0001 +int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0 0x7f0b0002 +int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1 0x7f0b0003 +int interpolator btn_radio_to_off_mtrl_animation_interpolator_0 0x7f0b0004 +int interpolator btn_radio_to_on_mtrl_animation_interpolator_0 0x7f0b0005 +int interpolator fast_out_slow_in 0x7f0b0006 +int interpolator mtrl_fast_out_linear_in 0x7f0b0007 +int interpolator mtrl_fast_out_slow_in 0x7f0b0008 +int interpolator mtrl_linear 0x7f0b0009 +int interpolator mtrl_linear_out_slow_in 0x7f0b000a +int layout abc_action_bar_title_item 0x7f0c0000 +int layout abc_action_bar_up_container 0x7f0c0001 +int layout abc_action_menu_item_layout 0x7f0c0002 +int layout abc_action_menu_layout 0x7f0c0003 +int layout abc_action_mode_bar 0x7f0c0004 +int layout abc_action_mode_close_item_material 0x7f0c0005 +int layout abc_activity_chooser_view 0x7f0c0006 +int layout abc_activity_chooser_view_list_item 0x7f0c0007 +int layout abc_alert_dialog_button_bar_material 0x7f0c0008 +int layout abc_alert_dialog_material 0x7f0c0009 +int layout abc_alert_dialog_title_material 0x7f0c000a +int layout abc_cascading_menu_item_layout 0x7f0c000b +int layout abc_dialog_title_material 0x7f0c000c +int layout abc_expanded_menu_layout 0x7f0c000d +int layout abc_list_menu_item_checkbox 0x7f0c000e +int layout abc_list_menu_item_icon 0x7f0c000f +int layout abc_list_menu_item_layout 0x7f0c0010 +int layout abc_list_menu_item_radio 0x7f0c0011 +int layout abc_popup_menu_header_item_layout 0x7f0c0012 +int layout abc_popup_menu_item_layout 0x7f0c0013 +int layout abc_screen_content_include 0x7f0c0014 +int layout abc_screen_simple 0x7f0c0015 +int layout abc_screen_simple_overlay_action_mode 0x7f0c0016 +int layout abc_screen_toolbar 0x7f0c0017 +int layout abc_search_dropdown_item_icons_2line 0x7f0c0018 +int layout abc_search_view 0x7f0c0019 +int layout abc_select_dialog_material 0x7f0c001a +int layout abc_tooltip 0x7f0c001b +int layout activity_ckgod 0x7f0c001c +int layout activity_ckgod2 0x7f0c001d +int layout activity_d11210920 0x7f0c001e +int layout activity_gok5959 0x7f0c001f +int layout activity_jjjoonngg 0x7f0c0020 +int layout activity_main 0x7f0c0021 +int layout activity_week2_leesc0893 0x7f0c0022 +int layout activity_week2_slideshow_leesc0893 0x7f0c0023 +int layout activity_yesxon 0x7f0c0024 +int layout custom_dialog 0x7f0c0025 +int layout design_bottom_navigation_item 0x7f0c0026 +int layout design_bottom_sheet_dialog 0x7f0c0027 +int layout design_layout_snackbar 0x7f0c0028 +int layout design_layout_snackbar_include 0x7f0c0029 +int layout design_layout_tab_icon 0x7f0c002a +int layout design_layout_tab_text 0x7f0c002b +int layout design_menu_item_action_area 0x7f0c002c +int layout design_navigation_item 0x7f0c002d +int layout design_navigation_item_header 0x7f0c002e +int layout design_navigation_item_separator 0x7f0c002f +int layout design_navigation_item_subheader 0x7f0c0030 +int layout design_navigation_menu 0x7f0c0031 +int layout design_navigation_menu_item 0x7f0c0032 +int layout design_text_input_end_icon 0x7f0c0033 +int layout design_text_input_start_icon 0x7f0c0034 +int layout m3_alert_dialog 0x7f0c0035 +int layout m3_alert_dialog_actions 0x7f0c0036 +int layout m3_alert_dialog_title 0x7f0c0037 +int layout m3_auto_complete_simple_item 0x7f0c0038 +int layout material_chip_input_combo 0x7f0c0039 +int layout material_clock_display 0x7f0c003a +int layout material_clock_display_divider 0x7f0c003b +int layout material_clock_period_toggle 0x7f0c003c +int layout material_clock_period_toggle_land 0x7f0c003d +int layout material_clockface_textview 0x7f0c003e +int layout material_clockface_view 0x7f0c003f +int layout material_radial_view_group 0x7f0c0040 +int layout material_textinput_timepicker 0x7f0c0041 +int layout material_time_chip 0x7f0c0042 +int layout material_time_input 0x7f0c0043 +int layout material_timepicker 0x7f0c0044 +int layout material_timepicker_dialog 0x7f0c0045 +int layout material_timepicker_textinput_display 0x7f0c0046 +int layout mtrl_alert_dialog 0x7f0c0047 +int layout mtrl_alert_dialog_actions 0x7f0c0048 +int layout mtrl_alert_dialog_title 0x7f0c0049 +int layout mtrl_alert_select_dialog_item 0x7f0c004a +int layout mtrl_alert_select_dialog_multichoice 0x7f0c004b +int layout mtrl_alert_select_dialog_singlechoice 0x7f0c004c +int layout mtrl_auto_complete_simple_item 0x7f0c004d +int layout mtrl_calendar_day 0x7f0c004e +int layout mtrl_calendar_day_of_week 0x7f0c004f +int layout mtrl_calendar_days_of_week 0x7f0c0050 +int layout mtrl_calendar_horizontal 0x7f0c0051 +int layout mtrl_calendar_month 0x7f0c0052 +int layout mtrl_calendar_month_labeled 0x7f0c0053 +int layout mtrl_calendar_month_navigation 0x7f0c0054 +int layout mtrl_calendar_months 0x7f0c0055 +int layout mtrl_calendar_vertical 0x7f0c0056 +int layout mtrl_calendar_year 0x7f0c0057 +int layout mtrl_layout_snackbar 0x7f0c0058 +int layout mtrl_layout_snackbar_include 0x7f0c0059 +int layout mtrl_navigation_rail_item 0x7f0c005a +int layout mtrl_picker_actions 0x7f0c005b +int layout mtrl_picker_dialog 0x7f0c005c +int layout mtrl_picker_fullscreen 0x7f0c005d +int layout mtrl_picker_header_dialog 0x7f0c005e +int layout mtrl_picker_header_fullscreen 0x7f0c005f +int layout mtrl_picker_header_selection_text 0x7f0c0060 +int layout mtrl_picker_header_title_text 0x7f0c0061 +int layout mtrl_picker_header_toggle 0x7f0c0062 +int layout mtrl_picker_text_input_date 0x7f0c0063 +int layout mtrl_picker_text_input_date_range 0x7f0c0064 +int layout notification_action 0x7f0c0065 +int layout notification_action_tombstone 0x7f0c0066 +int layout notification_template_custom_big 0x7f0c0067 +int layout notification_template_icon_group 0x7f0c0068 +int layout notification_template_part_chronometer 0x7f0c0069 +int layout notification_template_part_time 0x7f0c006a +int layout select_dialog_item_material 0x7f0c006b +int layout select_dialog_multichoice_material 0x7f0c006c +int layout select_dialog_singlechoice_material 0x7f0c006d +int layout support_simple_spinner_dropdown_item 0x7f0c006e +int layout test_action_chip 0x7f0c006f +int layout test_chip_zero_corner_radius 0x7f0c0070 +int layout test_design_checkbox 0x7f0c0071 +int layout test_design_radiobutton 0x7f0c0072 +int layout test_exposed_dropdown_menu 0x7f0c0073 +int layout test_navigation_bar_item_layout 0x7f0c0074 +int layout test_reflow_chipgroup 0x7f0c0075 +int layout test_toolbar 0x7f0c0076 +int layout test_toolbar_custom_background 0x7f0c0077 +int layout test_toolbar_elevation 0x7f0c0078 +int layout test_toolbar_surface 0x7f0c0079 +int layout text_view_with_line_height_from_appearance 0x7f0c007a +int layout text_view_with_line_height_from_layout 0x7f0c007b +int layout text_view_with_line_height_from_style 0x7f0c007c +int layout text_view_with_theme_line_height 0x7f0c007d +int layout text_view_without_line_height 0x7f0c007e +int menu example_menu 0x7f0d0000 +int menu example_menu2 0x7f0d0001 +int mipmap ic_launcher 0x7f0e0000 +int mipmap ic_launcher_round 0x7f0e0001 +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 account_number 0x7f10001b +int string androidx_startup 0x7f10001c +int string app_name 0x7f10001d +int string app_name_leesc0839 0x7f10001e +int string app_title 0x7f10001f +int string appbar_scrolling_view_behavior 0x7f100020 +int string bottom_sheet_behavior 0x7f100021 +int string bottomsheet_action_expand_halfway 0x7f100022 +int string button_makeSildeShow 0x7f100023 +int string card_usage_detail 0x7f100024 +int string character_counter_content_description 0x7f100025 +int string character_counter_overflowed_content_description 0x7f100026 +int string character_counter_pattern 0x7f100027 +int string chip_text 0x7f100028 +int string ckgod 0x7f100029 +int string clear_text_end_icon_content_description 0x7f10002a +int string d11210920 0x7f10002b +int string edit_screen 0x7f10002c +int string error_icon_content_description 0x7f10002d +int string exposed_dropdown_menu_content_description 0x7f10002e +int string fab_transformation_scrim_behavior 0x7f10002f +int string fab_transformation_sheet_behavior 0x7f100030 +int string gok5959 0x7f100031 +int string group_name 0x7f100032 +int string gruop_account_number 0x7f100033 +int string hide_bottom_view_on_scroll_behavior 0x7f100034 +int string icon_content_description 0x7f100035 +int string item_view_role_description 0x7f100036 +int string jjjoonngg 0x7f100037 +int string label 0x7f100038 +int string leesc0839 0x7f100039 +int string m3_ref_typeface_brand_medium 0x7f10003a +int string m3_ref_typeface_brand_regular 0x7f10003b +int string m3_ref_typeface_plain_medium 0x7f10003c +int string m3_ref_typeface_plain_regular 0x7f10003d +int string m3_sys_motion_easing_emphasized 0x7f10003e +int string m3_sys_motion_easing_emphasized_accelerate 0x7f10003f +int string m3_sys_motion_easing_emphasized_decelerate 0x7f100040 +int string m3_sys_motion_easing_emphasized_path_data 0x7f100041 +int string m3_sys_motion_easing_legacy 0x7f100042 +int string m3_sys_motion_easing_legacy_accelerate 0x7f100043 +int string m3_sys_motion_easing_legacy_decelerate 0x7f100044 +int string m3_sys_motion_easing_linear 0x7f100045 +int string m3_sys_motion_easing_standard 0x7f100046 +int string m3_sys_motion_easing_standard_accelerate 0x7f100047 +int string m3_sys_motion_easing_standard_decelerate 0x7f100048 +int string material_clock_display_divider 0x7f100049 +int string material_clock_toggle_content_description 0x7f10004a +int string material_hour_selection 0x7f10004b +int string material_hour_suffix 0x7f10004c +int string material_minute_selection 0x7f10004d +int string material_minute_suffix 0x7f10004e +int string material_motion_easing_accelerated 0x7f10004f +int string material_motion_easing_decelerated 0x7f100050 +int string material_motion_easing_emphasized 0x7f100051 +int string material_motion_easing_linear 0x7f100052 +int string material_motion_easing_standard 0x7f100053 +int string material_slider_range_end 0x7f100054 +int string material_slider_range_start 0x7f100055 +int string material_timepicker_am 0x7f100056 +int string material_timepicker_clock_mode_description 0x7f100057 +int string material_timepicker_hour 0x7f100058 +int string material_timepicker_minute 0x7f100059 +int string material_timepicker_pm 0x7f10005a +int string material_timepicker_select_time 0x7f10005b +int string material_timepicker_text_input_mode_description 0x7f10005c +int string mtrl_badge_numberless_content_description 0x7f10005d +int string mtrl_chip_close_icon_content_description 0x7f10005e +int string mtrl_exceed_max_badge_number_content_description 0x7f10005f +int string mtrl_exceed_max_badge_number_suffix 0x7f100060 +int string mtrl_picker_a11y_next_month 0x7f100061 +int string mtrl_picker_a11y_prev_month 0x7f100062 +int string mtrl_picker_announce_current_selection 0x7f100063 +int string mtrl_picker_cancel 0x7f100064 +int string mtrl_picker_confirm 0x7f100065 +int string mtrl_picker_date_header_selected 0x7f100066 +int string mtrl_picker_date_header_title 0x7f100067 +int string mtrl_picker_date_header_unselected 0x7f100068 +int string mtrl_picker_day_of_week_column_header 0x7f100069 +int string mtrl_picker_invalid_format 0x7f10006a +int string mtrl_picker_invalid_format_example 0x7f10006b +int string mtrl_picker_invalid_format_use 0x7f10006c +int string mtrl_picker_invalid_range 0x7f10006d +int string mtrl_picker_navigate_to_year_description 0x7f10006e +int string mtrl_picker_out_of_range 0x7f10006f +int string mtrl_picker_range_header_only_end_selected 0x7f100070 +int string mtrl_picker_range_header_only_start_selected 0x7f100071 +int string mtrl_picker_range_header_selected 0x7f100072 +int string mtrl_picker_range_header_title 0x7f100073 +int string mtrl_picker_range_header_unselected 0x7f100074 +int string mtrl_picker_save 0x7f100075 +int string mtrl_picker_text_input_date_hint 0x7f100076 +int string mtrl_picker_text_input_date_range_end_hint 0x7f100077 +int string mtrl_picker_text_input_date_range_start_hint 0x7f100078 +int string mtrl_picker_text_input_day_abbr 0x7f100079 +int string mtrl_picker_text_input_month_abbr 0x7f10007a +int string mtrl_picker_text_input_year_abbr 0x7f10007b +int string mtrl_picker_toggle_to_calendar_input_mode 0x7f10007c +int string mtrl_picker_toggle_to_day_selection 0x7f10007d +int string mtrl_picker_toggle_to_text_input_mode 0x7f10007e +int string mtrl_picker_toggle_to_year_selection 0x7f10007f +int string mtrl_timepicker_confirm 0x7f100080 +int string passbook_name 0x7f100081 +int string password_toggle_content_description 0x7f100082 +int string path_password_eye 0x7f100083 +int string path_password_eye_mask_strike_through 0x7f100084 +int string path_password_eye_mask_visible 0x7f100085 +int string path_password_strike_through 0x7f100086 +int string safe_box 0x7f100087 +int string search_menu_title 0x7f100088 +int string status_bar_notification_info_overflow 0x7f100089 +int string transfer 0x7f10008a +int string won_unit 0x7f10008b +int string yesxon 0x7f10008c +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_Design 0x7f11020e +int style Theme_Design_BottomSheetDialog 0x7f11020f +int style Theme_Design_Light 0x7f110210 +int style Theme_Design_Light_BottomSheetDialog 0x7f110211 +int style Theme_Design_Light_NoActionBar 0x7f110212 +int style Theme_Design_NoActionBar 0x7f110213 +int style Theme_Material3_Dark 0x7f110214 +int style Theme_Material3_Dark_BottomSheetDialog 0x7f110215 +int style Theme_Material3_Dark_Dialog 0x7f110216 +int style Theme_Material3_Dark_Dialog_Alert 0x7f110217 +int style Theme_Material3_Dark_Dialog_MinWidth 0x7f110218 +int style Theme_Material3_Dark_DialogWhenLarge 0x7f110219 +int style Theme_Material3_Dark_NoActionBar 0x7f11021a +int style Theme_Material3_DayNight 0x7f11021b +int style Theme_Material3_DayNight_BottomSheetDialog 0x7f11021c +int style Theme_Material3_DayNight_Dialog 0x7f11021d +int style Theme_Material3_DayNight_Dialog_Alert 0x7f11021e +int style Theme_Material3_DayNight_Dialog_MinWidth 0x7f11021f +int style Theme_Material3_DayNight_DialogWhenLarge 0x7f110220 +int style Theme_Material3_DayNight_NoActionBar 0x7f110221 +int style Theme_Material3_DynamicColors_Dark 0x7f110222 +int style Theme_Material3_DynamicColors_DayNight 0x7f110223 +int style Theme_Material3_DynamicColors_Light 0x7f110224 +int style Theme_Material3_Light 0x7f110225 +int style Theme_Material3_Light_BottomSheetDialog 0x7f110226 +int style Theme_Material3_Light_Dialog 0x7f110227 +int style Theme_Material3_Light_Dialog_Alert 0x7f110228 +int style Theme_Material3_Light_Dialog_MinWidth 0x7f110229 +int style Theme_Material3_Light_DialogWhenLarge 0x7f11022a +int style Theme_Material3_Light_NoActionBar 0x7f11022b +int style Theme_MaterialComponents 0x7f11022c +int style Theme_MaterialComponents_BottomSheetDialog 0x7f11022d +int style Theme_MaterialComponents_Bridge 0x7f11022e +int style Theme_MaterialComponents_CompactMenu 0x7f11022f +int style Theme_MaterialComponents_DayNight 0x7f110230 +int style Theme_MaterialComponents_DayNight_BottomSheetDialog 0x7f110231 +int style Theme_MaterialComponents_DayNight_Bridge 0x7f110232 +int style Theme_MaterialComponents_DayNight_DarkActionBar 0x7f110233 +int style Theme_MaterialComponents_DayNight_DarkActionBar_Bridge 0x7f110234 +int style Theme_MaterialComponents_DayNight_Dialog 0x7f110235 +int style Theme_MaterialComponents_DayNight_Dialog_Alert 0x7f110236 +int style Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge 0x7f110237 +int style Theme_MaterialComponents_DayNight_Dialog_Bridge 0x7f110238 +int style Theme_MaterialComponents_DayNight_Dialog_FixedSize 0x7f110239 +int style Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge 0x7f11023a +int style Theme_MaterialComponents_DayNight_Dialog_MinWidth 0x7f11023b +int style Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge 0x7f11023c +int style Theme_MaterialComponents_DayNight_DialogWhenLarge 0x7f11023d +int style Theme_MaterialComponents_DayNight_NoActionBar 0x7f11023e +int style Theme_MaterialComponents_DayNight_NoActionBar_Bridge 0x7f11023f +int style Theme_MaterialComponents_Dialog 0x7f110240 +int style Theme_MaterialComponents_Dialog_Alert 0x7f110241 +int style Theme_MaterialComponents_Dialog_Alert_Bridge 0x7f110242 +int style Theme_MaterialComponents_Dialog_Bridge 0x7f110243 +int style Theme_MaterialComponents_Dialog_FixedSize 0x7f110244 +int style Theme_MaterialComponents_Dialog_FixedSize_Bridge 0x7f110245 +int style Theme_MaterialComponents_Dialog_MinWidth 0x7f110246 +int style Theme_MaterialComponents_Dialog_MinWidth_Bridge 0x7f110247 +int style Theme_MaterialComponents_DialogWhenLarge 0x7f110248 +int style Theme_MaterialComponents_Light 0x7f110249 +int style Theme_MaterialComponents_Light_BarSize 0x7f11024a +int style Theme_MaterialComponents_Light_BottomSheetDialog 0x7f11024b +int style Theme_MaterialComponents_Light_Bridge 0x7f11024c +int style Theme_MaterialComponents_Light_DarkActionBar 0x7f11024d +int style Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x7f11024e +int style Theme_MaterialComponents_Light_Dialog 0x7f11024f +int style Theme_MaterialComponents_Light_Dialog_Alert 0x7f110250 +int style Theme_MaterialComponents_Light_Dialog_Alert_Bridge 0x7f110251 +int style Theme_MaterialComponents_Light_Dialog_Bridge 0x7f110252 +int style Theme_MaterialComponents_Light_Dialog_FixedSize 0x7f110253 +int style Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge 0x7f110254 +int style Theme_MaterialComponents_Light_Dialog_MinWidth 0x7f110255 +int style Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge 0x7f110256 +int style Theme_MaterialComponents_Light_DialogWhenLarge 0x7f110257 +int style Theme_MaterialComponents_Light_LargeTouch 0x7f110258 +int style Theme_MaterialComponents_Light_NoActionBar 0x7f110259 +int style Theme_MaterialComponents_Light_NoActionBar_Bridge 0x7f11025a +int style Theme_MaterialComponents_NoActionBar 0x7f11025b +int style Theme_MaterialComponents_NoActionBar_Bridge 0x7f11025c +int style Theme_SummerCodingAndroid 0x7f11025d +int style ThemeOverlay_AppCompat 0x7f11025e +int style ThemeOverlay_AppCompat_ActionBar 0x7f11025f +int style ThemeOverlay_AppCompat_Dark 0x7f110260 +int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f110261 +int style ThemeOverlay_AppCompat_DayNight 0x7f110262 +int style ThemeOverlay_AppCompat_DayNight_ActionBar 0x7f110263 +int style ThemeOverlay_AppCompat_Dialog 0x7f110264 +int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f110265 +int style ThemeOverlay_AppCompat_Light 0x7f110266 +int style ThemeOverlay_Design_TextInputEditText 0x7f110267 +int style ThemeOverlay_Material3 0x7f110268 +int style ThemeOverlay_Material3_ActionBar 0x7f110269 +int style ThemeOverlay_Material3_AutoCompleteTextView 0x7f11026a +int style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox 0x7f11026b +int style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox_Dense 0x7f11026c +int style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox 0x7f11026d +int style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox_Dense 0x7f11026e +int style ThemeOverlay_Material3_BottomAppBar 0x7f11026f +int style ThemeOverlay_Material3_BottomSheetDialog 0x7f110270 +int style ThemeOverlay_Material3_Button 0x7f110271 +int style ThemeOverlay_Material3_Button_ElevatedButton 0x7f110272 +int style ThemeOverlay_Material3_Button_TextButton 0x7f110273 +int style ThemeOverlay_Material3_Button_TextButton_Snackbar 0x7f110274 +int style ThemeOverlay_Material3_Button_TonalButton 0x7f110275 +int style ThemeOverlay_Material3_Chip 0x7f110276 +int style ThemeOverlay_Material3_Chip_Assist 0x7f110277 +int style ThemeOverlay_Material3_Dark 0x7f110278 +int style ThemeOverlay_Material3_Dark_ActionBar 0x7f110279 +int style ThemeOverlay_Material3_DayNight_BottomSheetDialog 0x7f11027a +int style ThemeOverlay_Material3_Dialog 0x7f11027b +int style ThemeOverlay_Material3_Dialog_Alert 0x7f11027c +int style ThemeOverlay_Material3_Dialog_Alert_Framework 0x7f11027d +int style ThemeOverlay_Material3_DynamicColors_Dark 0x7f11027e +int style ThemeOverlay_Material3_DynamicColors_DayNight 0x7f11027f +int style ThemeOverlay_Material3_DynamicColors_Light 0x7f110280 +int style ThemeOverlay_Material3_FloatingActionButton_Primary 0x7f110281 +int style ThemeOverlay_Material3_FloatingActionButton_Secondary 0x7f110282 +int style ThemeOverlay_Material3_FloatingActionButton_Surface 0x7f110283 +int style ThemeOverlay_Material3_FloatingActionButton_Tertiary 0x7f110284 +int style ThemeOverlay_Material3_HarmonizedColors 0x7f110285 +int style ThemeOverlay_Material3_HarmonizedColors_Empty 0x7f110286 +int style ThemeOverlay_Material3_Light 0x7f110287 +int style ThemeOverlay_Material3_Light_Dialog_Alert_Framework 0x7f110288 +int style ThemeOverlay_Material3_MaterialAlertDialog 0x7f110289 +int style ThemeOverlay_Material3_MaterialAlertDialog_Centered 0x7f11028a +int style ThemeOverlay_Material3_MaterialCalendar 0x7f11028b +int style ThemeOverlay_Material3_MaterialCalendar_Fullscreen 0x7f11028c +int style ThemeOverlay_Material3_MaterialCalendar_HeaderCancelButton 0x7f11028d +int style ThemeOverlay_Material3_MaterialTimePicker 0x7f11028e +int style ThemeOverlay_Material3_MaterialTimePicker_Display_TextInputEditText 0x7f11028f +int style ThemeOverlay_Material3_NavigationView 0x7f110290 +int style ThemeOverlay_Material3_Snackbar 0x7f110291 +int style ThemeOverlay_Material3_TextInputEditText 0x7f110292 +int style ThemeOverlay_Material3_TextInputEditText_FilledBox 0x7f110293 +int style ThemeOverlay_Material3_TextInputEditText_FilledBox_Dense 0x7f110294 +int style ThemeOverlay_Material3_TextInputEditText_OutlinedBox 0x7f110295 +int style ThemeOverlay_Material3_TextInputEditText_OutlinedBox_Dense 0x7f110296 +int style ThemeOverlay_Material3_Toolbar_Surface 0x7f110297 +int style ThemeOverlay_MaterialAlertDialog_Material3_Title_Icon 0x7f110298 +int style ThemeOverlay_MaterialComponents 0x7f110299 +int style ThemeOverlay_MaterialComponents_ActionBar 0x7f11029a +int style ThemeOverlay_MaterialComponents_ActionBar_Primary 0x7f11029b +int style ThemeOverlay_MaterialComponents_ActionBar_Surface 0x7f11029c +int style ThemeOverlay_MaterialComponents_AutoCompleteTextView 0x7f11029d +int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox 0x7f11029e +int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense 0x7f11029f +int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox 0x7f1102a0 +int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense 0x7f1102a1 +int style ThemeOverlay_MaterialComponents_BottomAppBar_Primary 0x7f1102a2 +int style ThemeOverlay_MaterialComponents_BottomAppBar_Surface 0x7f1102a3 +int style ThemeOverlay_MaterialComponents_BottomSheetDialog 0x7f1102a4 +int style ThemeOverlay_MaterialComponents_Dark 0x7f1102a5 +int style ThemeOverlay_MaterialComponents_Dark_ActionBar 0x7f1102a6 +int style ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog 0x7f1102a7 +int style ThemeOverlay_MaterialComponents_Dialog 0x7f1102a8 +int style ThemeOverlay_MaterialComponents_Dialog_Alert 0x7f1102a9 +int style ThemeOverlay_MaterialComponents_Dialog_Alert_Framework 0x7f1102aa +int style ThemeOverlay_MaterialComponents_Light 0x7f1102ab +int style ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework 0x7f1102ac +int style ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x7f1102ad +int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered 0x7f1102ae +int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date 0x7f1102af +int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar 0x7f1102b0 +int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text 0x7f1102b1 +int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day 0x7f1102b2 +int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner 0x7f1102b3 +int style ThemeOverlay_MaterialComponents_MaterialCalendar 0x7f1102b4 +int style ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen 0x7f1102b5 +int style ThemeOverlay_MaterialComponents_TextInputEditText 0x7f1102b6 +int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox 0x7f1102b7 +int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense 0x7f1102b8 +int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox 0x7f1102b9 +int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x7f1102ba +int style ThemeOverlay_MaterialComponents_TimePicker 0x7f1102bb +int style ThemeOverlay_MaterialComponents_TimePicker_Display 0x7f1102bc +int style ThemeOverlay_MaterialComponents_TimePicker_Display_TextInputEditText 0x7f1102bd +int style ThemeOverlay_MaterialComponents_Toolbar_Popup_Primary 0x7f1102be +int style ThemeOverlay_MaterialComponents_Toolbar_Primary 0x7f1102bf +int style ThemeOverlay_MaterialComponents_Toolbar_Surface 0x7f1102c0 +int style ThemeOverlayColorAccentRed 0x7f1102c1 +int style Widget_AppCompat_ActionBar 0x7f1102c2 +int style Widget_AppCompat_ActionBar_Solid 0x7f1102c3 +int style Widget_AppCompat_ActionBar_TabBar 0x7f1102c4 +int style Widget_AppCompat_ActionBar_TabText 0x7f1102c5 +int style Widget_AppCompat_ActionBar_TabView 0x7f1102c6 +int style Widget_AppCompat_ActionButton 0x7f1102c7 +int style Widget_AppCompat_ActionButton_CloseMode 0x7f1102c8 +int style Widget_AppCompat_ActionButton_Overflow 0x7f1102c9 +int style Widget_AppCompat_ActionMode 0x7f1102ca +int style Widget_AppCompat_ActivityChooserView 0x7f1102cb +int style Widget_AppCompat_AutoCompleteTextView 0x7f1102cc +int style Widget_AppCompat_Button 0x7f1102cd +int style Widget_AppCompat_Button_Borderless 0x7f1102ce +int style Widget_AppCompat_Button_Borderless_Colored 0x7f1102cf +int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f1102d0 +int style Widget_AppCompat_Button_Colored 0x7f1102d1 +int style Widget_AppCompat_Button_Small 0x7f1102d2 +int style Widget_AppCompat_ButtonBar 0x7f1102d3 +int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f1102d4 +int style Widget_AppCompat_CompoundButton_CheckBox 0x7f1102d5 +int style Widget_AppCompat_CompoundButton_RadioButton 0x7f1102d6 +int style Widget_AppCompat_CompoundButton_Switch 0x7f1102d7 +int style Widget_AppCompat_DrawerArrowToggle 0x7f1102d8 +int style Widget_AppCompat_DropDownItem_Spinner 0x7f1102d9 +int style Widget_AppCompat_EditText 0x7f1102da +int style Widget_AppCompat_ImageButton 0x7f1102db +int style Widget_AppCompat_Light_ActionBar 0x7f1102dc +int style Widget_AppCompat_Light_ActionBar_Solid 0x7f1102dd +int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f1102de +int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f1102df +int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f1102e0 +int style Widget_AppCompat_Light_ActionBar_TabText 0x7f1102e1 +int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f1102e2 +int style Widget_AppCompat_Light_ActionBar_TabView 0x7f1102e3 +int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f1102e4 +int style Widget_AppCompat_Light_ActionButton 0x7f1102e5 +int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f1102e6 +int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f1102e7 +int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f1102e8 +int style Widget_AppCompat_Light_ActivityChooserView 0x7f1102e9 +int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f1102ea +int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f1102eb +int style Widget_AppCompat_Light_ListPopupWindow 0x7f1102ec +int style Widget_AppCompat_Light_ListView_DropDown 0x7f1102ed +int style Widget_AppCompat_Light_PopupMenu 0x7f1102ee +int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f1102ef +int style Widget_AppCompat_Light_SearchView 0x7f1102f0 +int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f1102f1 +int style Widget_AppCompat_ListMenuView 0x7f1102f2 +int style Widget_AppCompat_ListPopupWindow 0x7f1102f3 +int style Widget_AppCompat_ListView 0x7f1102f4 +int style Widget_AppCompat_ListView_DropDown 0x7f1102f5 +int style Widget_AppCompat_ListView_Menu 0x7f1102f6 +int style Widget_AppCompat_PopupMenu 0x7f1102f7 +int style Widget_AppCompat_PopupMenu_Overflow 0x7f1102f8 +int style Widget_AppCompat_PopupWindow 0x7f1102f9 +int style Widget_AppCompat_ProgressBar 0x7f1102fa +int style Widget_AppCompat_ProgressBar_Horizontal 0x7f1102fb +int style Widget_AppCompat_RatingBar 0x7f1102fc +int style Widget_AppCompat_RatingBar_Indicator 0x7f1102fd +int style Widget_AppCompat_RatingBar_Small 0x7f1102fe +int style Widget_AppCompat_SearchView 0x7f1102ff +int style Widget_AppCompat_SearchView_ActionBar 0x7f110300 +int style Widget_AppCompat_SeekBar 0x7f110301 +int style Widget_AppCompat_SeekBar_Discrete 0x7f110302 +int style Widget_AppCompat_Spinner 0x7f110303 +int style Widget_AppCompat_Spinner_DropDown 0x7f110304 +int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f110305 +int style Widget_AppCompat_Spinner_Underlined 0x7f110306 +int style Widget_AppCompat_TextView 0x7f110307 +int style Widget_AppCompat_TextView_SpinnerItem 0x7f110308 +int style Widget_AppCompat_Toolbar 0x7f110309 +int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f11030a +int style Widget_Compat_NotificationActionContainer 0x7f11030b +int style Widget_Compat_NotificationActionText 0x7f11030c +int style Widget_Design_AppBarLayout 0x7f11030d +int style Widget_Design_BottomNavigationView 0x7f11030e +int style Widget_Design_BottomSheet_Modal 0x7f11030f +int style Widget_Design_CollapsingToolbar 0x7f110310 +int style Widget_Design_FloatingActionButton 0x7f110311 +int style Widget_Design_NavigationView 0x7f110312 +int style Widget_Design_ScrimInsetsFrameLayout 0x7f110313 +int style Widget_Design_Snackbar 0x7f110314 +int style Widget_Design_TabLayout 0x7f110315 +int style Widget_Design_TextInputEditText 0x7f110316 +int style Widget_Design_TextInputLayout 0x7f110317 +int style Widget_Material3_ActionBar_Solid 0x7f110318 +int style Widget_Material3_ActionMode 0x7f110319 +int style Widget_Material3_AppBarLayout 0x7f11031a +int style Widget_Material3_AutoCompleteTextView_FilledBox 0x7f11031b +int style Widget_Material3_AutoCompleteTextView_FilledBox_Dense 0x7f11031c +int style Widget_Material3_AutoCompleteTextView_OutlinedBox 0x7f11031d +int style Widget_Material3_AutoCompleteTextView_OutlinedBox_Dense 0x7f11031e +int style Widget_Material3_Badge 0x7f11031f +int style Widget_Material3_BottomAppBar 0x7f110320 +int style Widget_Material3_BottomNavigationView 0x7f110321 +int style Widget_Material3_BottomNavigationView_ActiveIndicator 0x7f110322 +int style Widget_Material3_BottomSheet 0x7f110323 +int style Widget_Material3_BottomSheet_Modal 0x7f110324 +int style Widget_Material3_Button 0x7f110325 +int style Widget_Material3_Button_ElevatedButton 0x7f110326 +int style Widget_Material3_Button_ElevatedButton_Icon 0x7f110327 +int style Widget_Material3_Button_Icon 0x7f110328 +int style Widget_Material3_Button_IconButton 0x7f110329 +int style Widget_Material3_Button_OutlinedButton 0x7f11032a +int style Widget_Material3_Button_OutlinedButton_Icon 0x7f11032b +int style Widget_Material3_Button_TextButton 0x7f11032c +int style Widget_Material3_Button_TextButton_Dialog 0x7f11032d +int style Widget_Material3_Button_TextButton_Dialog_Flush 0x7f11032e +int style Widget_Material3_Button_TextButton_Dialog_Icon 0x7f11032f +int style Widget_Material3_Button_TextButton_Icon 0x7f110330 +int style Widget_Material3_Button_TextButton_Snackbar 0x7f110331 +int style Widget_Material3_Button_TonalButton 0x7f110332 +int style Widget_Material3_Button_TonalButton_Icon 0x7f110333 +int style Widget_Material3_Button_UnelevatedButton 0x7f110334 +int style Widget_Material3_CardView_Elevated 0x7f110335 +int style Widget_Material3_CardView_Filled 0x7f110336 +int style Widget_Material3_CardView_Outlined 0x7f110337 +int style Widget_Material3_CheckedTextView 0x7f110338 +int style Widget_Material3_Chip_Assist 0x7f110339 +int style Widget_Material3_Chip_Assist_Elevated 0x7f11033a +int style Widget_Material3_Chip_Filter 0x7f11033b +int style Widget_Material3_Chip_Filter_Elevated 0x7f11033c +int style Widget_Material3_Chip_Input 0x7f11033d +int style Widget_Material3_Chip_Input_Elevated 0x7f11033e +int style Widget_Material3_Chip_Input_Icon 0x7f11033f +int style Widget_Material3_Chip_Input_Icon_Elevated 0x7f110340 +int style Widget_Material3_Chip_Suggestion 0x7f110341 +int style Widget_Material3_Chip_Suggestion_Elevated 0x7f110342 +int style Widget_Material3_ChipGroup 0x7f110343 +int style Widget_Material3_CircularProgressIndicator 0x7f110344 +int style Widget_Material3_CircularProgressIndicator_ExtraSmall 0x7f110345 +int style Widget_Material3_CircularProgressIndicator_Medium 0x7f110346 +int style Widget_Material3_CircularProgressIndicator_Small 0x7f110347 +int style Widget_Material3_CollapsingToolbar 0x7f110348 +int style Widget_Material3_CollapsingToolbar_Large 0x7f110349 +int style Widget_Material3_CollapsingToolbar_Medium 0x7f11034a +int style Widget_Material3_CompoundButton_CheckBox 0x7f11034b +int style Widget_Material3_CompoundButton_RadioButton 0x7f11034c +int style Widget_Material3_CompoundButton_Switch 0x7f11034d +int style Widget_Material3_DrawerLayout 0x7f11034e +int style Widget_Material3_ExtendedFloatingActionButton_Icon_Primary 0x7f11034f +int style Widget_Material3_ExtendedFloatingActionButton_Icon_Secondary 0x7f110350 +int style Widget_Material3_ExtendedFloatingActionButton_Icon_Surface 0x7f110351 +int style Widget_Material3_ExtendedFloatingActionButton_Icon_Tertiary 0x7f110352 +int style Widget_Material3_ExtendedFloatingActionButton_Primary 0x7f110353 +int style Widget_Material3_ExtendedFloatingActionButton_Secondary 0x7f110354 +int style Widget_Material3_ExtendedFloatingActionButton_Surface 0x7f110355 +int style Widget_Material3_ExtendedFloatingActionButton_Tertiary 0x7f110356 +int style Widget_Material3_FloatingActionButton_Large_Primary 0x7f110357 +int style Widget_Material3_FloatingActionButton_Large_Secondary 0x7f110358 +int style Widget_Material3_FloatingActionButton_Large_Surface 0x7f110359 +int style Widget_Material3_FloatingActionButton_Large_Tertiary 0x7f11035a +int style Widget_Material3_FloatingActionButton_Primary 0x7f11035b +int style Widget_Material3_FloatingActionButton_Secondary 0x7f11035c +int style Widget_Material3_FloatingActionButton_Surface 0x7f11035d +int style Widget_Material3_FloatingActionButton_Tertiary 0x7f11035e +int style Widget_Material3_Light_ActionBar_Solid 0x7f11035f +int style Widget_Material3_LinearProgressIndicator 0x7f110360 +int style Widget_Material3_MaterialCalendar 0x7f110361 +int style Widget_Material3_MaterialCalendar_Day 0x7f110362 +int style Widget_Material3_MaterialCalendar_Day_Invalid 0x7f110363 +int style Widget_Material3_MaterialCalendar_Day_Selected 0x7f110364 +int style Widget_Material3_MaterialCalendar_Day_Today 0x7f110365 +int style Widget_Material3_MaterialCalendar_DayOfWeekLabel 0x7f110366 +int style Widget_Material3_MaterialCalendar_DayTextView 0x7f110367 +int style Widget_Material3_MaterialCalendar_Fullscreen 0x7f110368 +int style Widget_Material3_MaterialCalendar_HeaderCancelButton 0x7f110369 +int style Widget_Material3_MaterialCalendar_HeaderDivider 0x7f11036a +int style Widget_Material3_MaterialCalendar_HeaderLayout 0x7f11036b +int style Widget_Material3_MaterialCalendar_HeaderSelection 0x7f11036c +int style Widget_Material3_MaterialCalendar_HeaderSelection_Fullscreen 0x7f11036d +int style Widget_Material3_MaterialCalendar_HeaderTitle 0x7f11036e +int style Widget_Material3_MaterialCalendar_HeaderToggleButton 0x7f11036f +int style Widget_Material3_MaterialCalendar_Item 0x7f110370 +int style Widget_Material3_MaterialCalendar_MonthNavigationButton 0x7f110371 +int style Widget_Material3_MaterialCalendar_MonthTextView 0x7f110372 +int style Widget_Material3_MaterialCalendar_Year 0x7f110373 +int style Widget_Material3_MaterialCalendar_Year_Selected 0x7f110374 +int style Widget_Material3_MaterialCalendar_Year_Today 0x7f110375 +int style Widget_Material3_MaterialCalendar_YearNavigationButton 0x7f110376 +int style Widget_Material3_MaterialDivider 0x7f110377 +int style Widget_Material3_MaterialDivider_Heavy 0x7f110378 +int style Widget_Material3_MaterialTimePicker 0x7f110379 +int style Widget_Material3_MaterialTimePicker_Button 0x7f11037a +int style Widget_Material3_MaterialTimePicker_Clock 0x7f11037b +int style Widget_Material3_MaterialTimePicker_Display 0x7f11037c +int style Widget_Material3_MaterialTimePicker_Display_Divider 0x7f11037d +int style Widget_Material3_MaterialTimePicker_Display_HelperText 0x7f11037e +int style Widget_Material3_MaterialTimePicker_Display_TextInputEditText 0x7f11037f +int style Widget_Material3_MaterialTimePicker_Display_TextInputLayout 0x7f110380 +int style Widget_Material3_MaterialTimePicker_ImageButton 0x7f110381 +int style Widget_Material3_NavigationRailView 0x7f110382 +int style Widget_Material3_NavigationRailView_ActiveIndicator 0x7f110383 +int style Widget_Material3_NavigationView 0x7f110384 +int style Widget_Material3_PopupMenu 0x7f110385 +int style Widget_Material3_PopupMenu_ContextMenu 0x7f110386 +int style Widget_Material3_PopupMenu_ListPopupWindow 0x7f110387 +int style Widget_Material3_PopupMenu_Overflow 0x7f110388 +int style Widget_Material3_Slider 0x7f110389 +int style Widget_Material3_Snackbar 0x7f11038a +int style Widget_Material3_Snackbar_FullWidth 0x7f11038b +int style Widget_Material3_Snackbar_TextView 0x7f11038c +int style Widget_Material3_TabLayout 0x7f11038d +int style Widget_Material3_TabLayout_OnSurface 0x7f11038e +int style Widget_Material3_TabLayout_Secondary 0x7f11038f +int style Widget_Material3_TextInputEditText_FilledBox 0x7f110390 +int style Widget_Material3_TextInputEditText_FilledBox_Dense 0x7f110391 +int style Widget_Material3_TextInputEditText_OutlinedBox 0x7f110392 +int style Widget_Material3_TextInputEditText_OutlinedBox_Dense 0x7f110393 +int style Widget_Material3_TextInputLayout_FilledBox 0x7f110394 +int style Widget_Material3_TextInputLayout_FilledBox_Dense 0x7f110395 +int style Widget_Material3_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu 0x7f110396 +int style Widget_Material3_TextInputLayout_FilledBox_ExposedDropdownMenu 0x7f110397 +int style Widget_Material3_TextInputLayout_OutlinedBox 0x7f110398 +int style Widget_Material3_TextInputLayout_OutlinedBox_Dense 0x7f110399 +int style Widget_Material3_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu 0x7f11039a +int style Widget_Material3_TextInputLayout_OutlinedBox_ExposedDropdownMenu 0x7f11039b +int style Widget_Material3_Toolbar 0x7f11039c +int style Widget_Material3_Toolbar_OnSurface 0x7f11039d +int style Widget_Material3_Toolbar_Surface 0x7f11039e +int style Widget_Material3_Tooltip 0x7f11039f +int style Widget_MaterialComponents_ActionBar_Primary 0x7f1103a0 +int style Widget_MaterialComponents_ActionBar_PrimarySurface 0x7f1103a1 +int style Widget_MaterialComponents_ActionBar_Solid 0x7f1103a2 +int style Widget_MaterialComponents_ActionBar_Surface 0x7f1103a3 +int style Widget_MaterialComponents_ActionMode 0x7f1103a4 +int style Widget_MaterialComponents_AppBarLayout_Primary 0x7f1103a5 +int style Widget_MaterialComponents_AppBarLayout_PrimarySurface 0x7f1103a6 +int style Widget_MaterialComponents_AppBarLayout_Surface 0x7f1103a7 +int style Widget_MaterialComponents_AutoCompleteTextView_FilledBox 0x7f1103a8 +int style Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense 0x7f1103a9 +int style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox 0x7f1103aa +int style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense 0x7f1103ab +int style Widget_MaterialComponents_Badge 0x7f1103ac +int style Widget_MaterialComponents_BottomAppBar 0x7f1103ad +int style Widget_MaterialComponents_BottomAppBar_Colored 0x7f1103ae +int style Widget_MaterialComponents_BottomAppBar_PrimarySurface 0x7f1103af +int style Widget_MaterialComponents_BottomNavigationView 0x7f1103b0 +int style Widget_MaterialComponents_BottomNavigationView_Colored 0x7f1103b1 +int style Widget_MaterialComponents_BottomNavigationView_PrimarySurface 0x7f1103b2 +int style Widget_MaterialComponents_BottomSheet 0x7f1103b3 +int style Widget_MaterialComponents_BottomSheet_Modal 0x7f1103b4 +int style Widget_MaterialComponents_Button 0x7f1103b5 +int style Widget_MaterialComponents_Button_Icon 0x7f1103b6 +int style Widget_MaterialComponents_Button_OutlinedButton 0x7f1103b7 +int style Widget_MaterialComponents_Button_OutlinedButton_Icon 0x7f1103b8 +int style Widget_MaterialComponents_Button_TextButton 0x7f1103b9 +int style Widget_MaterialComponents_Button_TextButton_Dialog 0x7f1103ba +int style Widget_MaterialComponents_Button_TextButton_Dialog_Flush 0x7f1103bb +int style Widget_MaterialComponents_Button_TextButton_Dialog_Icon 0x7f1103bc +int style Widget_MaterialComponents_Button_TextButton_Icon 0x7f1103bd +int style Widget_MaterialComponents_Button_TextButton_Snackbar 0x7f1103be +int style Widget_MaterialComponents_Button_UnelevatedButton 0x7f1103bf +int style Widget_MaterialComponents_Button_UnelevatedButton_Icon 0x7f1103c0 +int style Widget_MaterialComponents_CardView 0x7f1103c1 +int style Widget_MaterialComponents_CheckedTextView 0x7f1103c2 +int style Widget_MaterialComponents_Chip_Action 0x7f1103c3 +int style Widget_MaterialComponents_Chip_Choice 0x7f1103c4 +int style Widget_MaterialComponents_Chip_Entry 0x7f1103c5 +int style Widget_MaterialComponents_Chip_Filter 0x7f1103c6 +int style Widget_MaterialComponents_ChipGroup 0x7f1103c7 +int style Widget_MaterialComponents_CircularProgressIndicator 0x7f1103c8 +int style Widget_MaterialComponents_CircularProgressIndicator_ExtraSmall 0x7f1103c9 +int style Widget_MaterialComponents_CircularProgressIndicator_Medium 0x7f1103ca +int style Widget_MaterialComponents_CircularProgressIndicator_Small 0x7f1103cb +int style Widget_MaterialComponents_CollapsingToolbar 0x7f1103cc +int style Widget_MaterialComponents_CompoundButton_CheckBox 0x7f1103cd +int style Widget_MaterialComponents_CompoundButton_RadioButton 0x7f1103ce +int style Widget_MaterialComponents_CompoundButton_Switch 0x7f1103cf +int style Widget_MaterialComponents_ExtendedFloatingActionButton 0x7f1103d0 +int style Widget_MaterialComponents_ExtendedFloatingActionButton_Icon 0x7f1103d1 +int style Widget_MaterialComponents_FloatingActionButton 0x7f1103d2 +int style Widget_MaterialComponents_Light_ActionBar_Solid 0x7f1103d3 +int style Widget_MaterialComponents_LinearProgressIndicator 0x7f1103d4 +int style Widget_MaterialComponents_MaterialButtonToggleGroup 0x7f1103d5 +int style Widget_MaterialComponents_MaterialCalendar 0x7f1103d6 +int style Widget_MaterialComponents_MaterialCalendar_Day 0x7f1103d7 +int style Widget_MaterialComponents_MaterialCalendar_Day_Invalid 0x7f1103d8 +int style Widget_MaterialComponents_MaterialCalendar_Day_Selected 0x7f1103d9 +int style Widget_MaterialComponents_MaterialCalendar_Day_Today 0x7f1103da +int style Widget_MaterialComponents_MaterialCalendar_DayOfWeekLabel 0x7f1103db +int style Widget_MaterialComponents_MaterialCalendar_DayTextView 0x7f1103dc +int style Widget_MaterialComponents_MaterialCalendar_Fullscreen 0x7f1103dd +int style Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton 0x7f1103de +int style Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton 0x7f1103df +int style Widget_MaterialComponents_MaterialCalendar_HeaderDivider 0x7f1103e0 +int style Widget_MaterialComponents_MaterialCalendar_HeaderLayout 0x7f1103e1 +int style Widget_MaterialComponents_MaterialCalendar_HeaderSelection 0x7f1103e2 +int style Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen 0x7f1103e3 +int style Widget_MaterialComponents_MaterialCalendar_HeaderTitle 0x7f1103e4 +int style Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton 0x7f1103e5 +int style Widget_MaterialComponents_MaterialCalendar_Item 0x7f1103e6 +int style Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton 0x7f1103e7 +int style Widget_MaterialComponents_MaterialCalendar_MonthTextView 0x7f1103e8 +int style Widget_MaterialComponents_MaterialCalendar_Year 0x7f1103e9 +int style Widget_MaterialComponents_MaterialCalendar_Year_Selected 0x7f1103ea +int style Widget_MaterialComponents_MaterialCalendar_Year_Today 0x7f1103eb +int style Widget_MaterialComponents_MaterialCalendar_YearNavigationButton 0x7f1103ec +int style Widget_MaterialComponents_MaterialDivider 0x7f1103ed +int style Widget_MaterialComponents_NavigationRailView 0x7f1103ee +int style Widget_MaterialComponents_NavigationRailView_Colored 0x7f1103ef +int style Widget_MaterialComponents_NavigationRailView_Colored_Compact 0x7f1103f0 +int style Widget_MaterialComponents_NavigationRailView_Compact 0x7f1103f1 +int style Widget_MaterialComponents_NavigationRailView_PrimarySurface 0x7f1103f2 +int style Widget_MaterialComponents_NavigationView 0x7f1103f3 +int style Widget_MaterialComponents_PopupMenu 0x7f1103f4 +int style Widget_MaterialComponents_PopupMenu_ContextMenu 0x7f1103f5 +int style Widget_MaterialComponents_PopupMenu_ListPopupWindow 0x7f1103f6 +int style Widget_MaterialComponents_PopupMenu_Overflow 0x7f1103f7 +int style Widget_MaterialComponents_ProgressIndicator 0x7f1103f8 +int style Widget_MaterialComponents_ShapeableImageView 0x7f1103f9 +int style Widget_MaterialComponents_Slider 0x7f1103fa +int style Widget_MaterialComponents_Snackbar 0x7f1103fb +int style Widget_MaterialComponents_Snackbar_FullWidth 0x7f1103fc +int style Widget_MaterialComponents_Snackbar_TextView 0x7f1103fd +int style Widget_MaterialComponents_TabLayout 0x7f1103fe +int style Widget_MaterialComponents_TabLayout_Colored 0x7f1103ff +int style Widget_MaterialComponents_TabLayout_PrimarySurface 0x7f110400 +int style Widget_MaterialComponents_TextInputEditText_FilledBox 0x7f110401 +int style Widget_MaterialComponents_TextInputEditText_FilledBox_Dense 0x7f110402 +int style Widget_MaterialComponents_TextInputEditText_OutlinedBox 0x7f110403 +int style Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x7f110404 +int style Widget_MaterialComponents_TextInputLayout_FilledBox 0x7f110405 +int style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense 0x7f110406 +int style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu 0x7f110407 +int style Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu 0x7f110408 +int style Widget_MaterialComponents_TextInputLayout_OutlinedBox 0x7f110409 +int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense 0x7f11040a +int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu 0x7f11040b +int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu 0x7f11040c +int style Widget_MaterialComponents_TextView 0x7f11040d +int style Widget_MaterialComponents_TimePicker 0x7f11040e +int style Widget_MaterialComponents_TimePicker_Button 0x7f11040f +int style Widget_MaterialComponents_TimePicker_Clock 0x7f110410 +int style Widget_MaterialComponents_TimePicker_Display 0x7f110411 +int style Widget_MaterialComponents_TimePicker_Display_Divider 0x7f110412 +int style Widget_MaterialComponents_TimePicker_Display_HelperText 0x7f110413 +int style Widget_MaterialComponents_TimePicker_Display_TextInputEditText 0x7f110414 +int style Widget_MaterialComponents_TimePicker_Display_TextInputLayout 0x7f110415 +int style Widget_MaterialComponents_TimePicker_ImageButton 0x7f110416 +int style Widget_MaterialComponents_TimePicker_ImageButton_ShapeAppearance 0x7f110417 +int style Widget_MaterialComponents_Toolbar 0x7f110418 +int style Widget_MaterialComponents_Toolbar_Primary 0x7f110419 +int style Widget_MaterialComponents_Toolbar_PrimarySurface 0x7f11041a +int style Widget_MaterialComponents_Toolbar_Surface 0x7f11041b +int style Widget_MaterialComponents_Tooltip 0x7f11041c +int style Widget_Support_CoordinatorLayout 0x7f11041d +int[] styleable ActionBar { 0x7f030040, 0x7f030047, 0x7f030048, 0x7f03010b, 0x7f03010c, 0x7f03010d, 0x7f03010e, 0x7f03010f, 0x7f030110, 0x7f030136, 0x7f030147, 0x7f030148, 0x7f030167, 0x7f0301cf, 0x7f0301d6, 0x7f0301dc, 0x7f0301dd, 0x7f0301e1, 0x7f0301f2, 0x7f030207, 0x7f030281, 0x7f0302e7, 0x7f030317, 0x7f03031e, 0x7f03031f, 0x7f030383, 0x7f030387, 0x7f030405, 0x7f030412 } +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 { 0x7f030040, 0x7f030047, 0x7f0300cd, 0x7f0301cf, 0x7f030387, 0x7f030412 } +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 { 0x7f03017d, 0x7f0301f8 } +int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0 +int styleable ActivityChooserView_initialActivityCount 1 +int[] styleable AlertDialog { 0x010100f2, 0x7f03007d, 0x7f03007e, 0x7f030276, 0x7f030277, 0x7f0302e3, 0x7f030354, 0x7f030358 } +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, 0x7f030167, 0x7f03017e, 0x7f03026c, 0x7f03026d, 0x7f030379 } +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 { 0x7f030373, 0x7f030374, 0x7f030376, 0x7f030377 } +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 { 0x7f030268, 0x7f030269, 0x7f03026a } +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, 0x7f03036a, 0x7f030403, 0x7f030404 } +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, 0x7f0303ff, 0x7f030400, 0x7f030401 } +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, 0x7f03003a, 0x7f03003b, 0x7f03003c, 0x7f03003d, 0x7f03003e, 0x7f030154, 0x7f030155, 0x7f030156, 0x7f030157, 0x7f030159, 0x7f03015a, 0x7f03015b, 0x7f03015c, 0x7f03016b, 0x7f03019b, 0x7f0301ba, 0x7f0301c3, 0x7f030221, 0x7f03026f, 0x7f0303b0, 0x7f0303e7 } +int styleable AppCompatTextView_android_textAppearance 0 +int styleable AppCompatTextView_autoSizeMaxTextSize 1 +int styleable AppCompatTextView_autoSizeMinTextSize 2 +int styleable AppCompatTextView_autoSizePresetSizes 3 +int styleable AppCompatTextView_autoSizeStepGranularity 4 +int styleable AppCompatTextView_autoSizeTextType 5 +int styleable AppCompatTextView_drawableBottomCompat 6 +int styleable AppCompatTextView_drawableEndCompat 7 +int styleable AppCompatTextView_drawableLeftCompat 8 +int styleable AppCompatTextView_drawableRightCompat 9 +int styleable AppCompatTextView_drawableStartCompat 10 +int styleable AppCompatTextView_drawableTint 11 +int styleable AppCompatTextView_drawableTintMode 12 +int styleable AppCompatTextView_drawableTopCompat 13 +int styleable AppCompatTextView_emojiCompatEnabled 14 +int styleable AppCompatTextView_firstBaselineToTopHeight 15 +int styleable AppCompatTextView_fontFamily 16 +int styleable AppCompatTextView_fontVariationSettings 17 +int styleable AppCompatTextView_lastBaselineToBottomHeight 18 +int styleable AppCompatTextView_lineHeight 19 +int styleable AppCompatTextView_textAllCaps 20 +int styleable AppCompatTextView_textLocale 21 +int[] styleable AppCompatTheme { 0x01010057, 0x010100ae, 0x7f030002, 0x7f030003, 0x7f030004, 0x7f030005, 0x7f030006, 0x7f030007, 0x7f030008, 0x7f030009, 0x7f03000a, 0x7f03000b, 0x7f03000c, 0x7f03000d, 0x7f03000e, 0x7f030010, 0x7f030011, 0x7f030012, 0x7f030013, 0x7f030014, 0x7f030015, 0x7f030016, 0x7f030017, 0x7f030018, 0x7f030019, 0x7f03001a, 0x7f03001b, 0x7f03001c, 0x7f03001d, 0x7f03001e, 0x7f03001f, 0x7f030020, 0x7f030021, 0x7f030022, 0x7f030026, 0x7f030027, 0x7f030028, 0x7f030029, 0x7f03002a, 0x7f030039, 0x7f030064, 0x7f030076, 0x7f030077, 0x7f030078, 0x7f030079, 0x7f03007a, 0x7f03007f, 0x7f030080, 0x7f03009a, 0x7f0300a4, 0x7f0300da, 0x7f0300db, 0x7f0300dc, 0x7f0300de, 0x7f0300df, 0x7f0300e0, 0x7f0300e1, 0x7f0300f2, 0x7f0300f4, 0x7f0300fe, 0x7f03011a, 0x7f030144, 0x7f030145, 0x7f030146, 0x7f03014a, 0x7f03014f, 0x7f030160, 0x7f030161, 0x7f030164, 0x7f030165, 0x7f030166, 0x7f0301dc, 0x7f0301ec, 0x7f030272, 0x7f030273, 0x7f030274, 0x7f030275, 0x7f030278, 0x7f030279, 0x7f03027a, 0x7f03027b, 0x7f03027c, 0x7f03027d, 0x7f03027e, 0x7f03027f, 0x7f030280, 0x7f030300, 0x7f030301, 0x7f030302, 0x7f030316, 0x7f030318, 0x7f030326, 0x7f030328, 0x7f030329, 0x7f03032a, 0x7f030340, 0x7f030341, 0x7f030342, 0x7f030343, 0x7f030362, 0x7f030363, 0x7f03038e, 0x7f0303c7, 0x7f0303c9, 0x7f0303ca, 0x7f0303cb, 0x7f0303cd, 0x7f0303ce, 0x7f0303cf, 0x7f0303d0, 0x7f0303db, 0x7f0303dc, 0x7f030414, 0x7f030415, 0x7f030417, 0x7f030418, 0x7f030438, 0x7f030446, 0x7f030447, 0x7f030448, 0x7f030449, 0x7f03044a, 0x7f03044b, 0x7f03044c, 0x7f03044d, 0x7f03044e, 0x7f03044f } +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 { 0x7f030041, 0x7f03004b, 0x7f03004c, 0x7f03004e, 0x7f03004f, 0x7f030050, 0x7f0301de, 0x7f0301df, 0x7f0302b1, 0x7f0302ed, 0x7f030436, 0x7f030437 } +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, 0x7f0301d4, 0x7f0301f3, 0x7f0302bc, 0x7f03034d, 0x7f03034f, 0x7f030420, 0x7f030423, 0x7f030425 } +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 { 0x7f030049, 0x7f030167, 0x7f03018f, 0x7f030190, 0x7f030191, 0x7f030192, 0x7f030193, 0x7f0301d7, 0x7f0302e6, 0x7f0302f9, 0x7f0302fb, 0x7f0302fc } +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, 0x7f030201 } +int styleable BottomNavigationView_android_minHeight 0 +int styleable BottomNavigationView_itemHorizontalTranslationEnabled 1 +int[] styleable BottomSheetBehavior_Layout { 0x0101011f, 0x01010120, 0x01010440, 0x7f030049, 0x7f030057, 0x7f030058, 0x7f030059, 0x7f03005a, 0x7f03005b, 0x7f03005d, 0x7f03005e, 0x7f03005f, 0x7f0301c9, 0x7f030286, 0x7f030287, 0x7f030288, 0x7f0302f9, 0x7f0302fb, 0x7f0302fc, 0x7f0302ff, 0x7f030347, 0x7f03034a } +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 { 0x7f03002b } +int styleable ButtonBarLayout_allowStacking 0 +int[] styleable Capability { 0x7f030325, 0x7f03034c } +int styleable Capability_queryPatterns 0 +int styleable Capability_shortcutMatchRequired 1 +int[] styleable CardView { 0x0101013f, 0x01010140, 0x7f030083, 0x7f030084, 0x7f030085, 0x7f030087, 0x7f030088, 0x7f030089, 0x7f030111, 0x7f030112, 0x7f030114, 0x7f030115, 0x7f030117 } +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 { 0x7f03008b, 0x7f03008c, 0x7f03008d, 0x7f03008e, 0x7f03008f, 0x7f030090, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030094 } +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, 0x7f030097, 0x7f030098, 0x7f030099 } +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, 0x7f03009d, 0x7f03009e, 0x7f0300a2, 0x7f0300a3, 0x7f0300a5, 0x7f0300a6, 0x7f0300a7, 0x7f0300a9, 0x7f0300aa, 0x7f0300ab, 0x7f0300ac, 0x7f0300ad, 0x7f0300ae, 0x7f0300af, 0x7f0300b4, 0x7f0300b5, 0x7f0300b6, 0x7f0300b8, 0x7f0300c6, 0x7f0300c7, 0x7f0300c8, 0x7f0300c9, 0x7f0300ca, 0x7f0300cb, 0x7f0300cc, 0x7f030175, 0x7f0301d5, 0x7f0301e2, 0x7f0301e6, 0x7f030335, 0x7f030347, 0x7f03034a, 0x7f030351, 0x7f0303dd, 0x7f0303ec } +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 { 0x7f03009c, 0x7f0300b0, 0x7f0300b1, 0x7f0300b2, 0x7f030344, 0x7f030359, 0x7f03035a } +int styleable ChipGroup_checkedChip 0 +int styleable ChipGroup_chipSpacing 1 +int styleable ChipGroup_chipSpacingHorizontal 2 +int styleable ChipGroup_chipSpacingVertical 3 +int styleable ChipGroup_selectionRequired 4 +int styleable ChipGroup_singleLine 5 +int styleable ChipGroup_singleSelection 6 +int[] styleable CircularProgressIndicator { 0x7f0301f4, 0x7f0301f6, 0x7f0301f7 } +int styleable CircularProgressIndicator_indicatorDirectionCircular 0 +int styleable CircularProgressIndicator_indicatorInset 1 +int styleable CircularProgressIndicator_indicatorSize 2 +int[] styleable ClockFaceView { 0x7f0300c2, 0x7f0300c5 } +int styleable ClockFaceView_clockFaceBackgroundColor 0 +int styleable ClockFaceView_clockNumberTextColor 1 +int[] styleable ClockHandView { 0x7f0300c3, 0x7f0302a5, 0x7f030345 } +int styleable ClockHandView_clockHandColor 0 +int styleable ClockHandView_materialCircleRadius 1 +int styleable ClockHandView_selectorSize 2 +int[] styleable CollapsingToolbarLayout { 0x7f0300d1, 0x7f0300d2, 0x7f0300d3, 0x7f030118, 0x7f030180, 0x7f030181, 0x7f030182, 0x7f030183, 0x7f030184, 0x7f030185, 0x7f030186, 0x7f030187, 0x7f03018e, 0x7f0301c5, 0x7f0302b4, 0x7f03033b, 0x7f03033d, 0x7f03037a, 0x7f030405, 0x7f030407, 0x7f030408, 0x7f03040f, 0x7f030413 } +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 { 0x7f03022a, 0x7f03022b } +int styleable CollapsingToolbarLayout_Layout_layout_collapseMode 0 +int styleable CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier 1 +int[] styleable ColorStateListItem { 0x010101a5, 0x0101031f, 0x01010647, 0x7f03002c, 0x7f03021d } +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, 0x7f03007b, 0x7f030081, 0x7f030082 } +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, 0x7f03002f, 0x7f030030, 0x7f030052, 0x7f030053, 0x7f030054, 0x7f030096, 0x7f030106, 0x7f030107, 0x7f030153, 0x7f0301a6, 0x7f0301a7, 0x7f0301a8, 0x7f0301a9, 0x7f0301aa, 0x7f0301ab, 0x7f0301ac, 0x7f0301ad, 0x7f0301ae, 0x7f0301af, 0x7f0301b0, 0x7f0301b1, 0x7f0301b2, 0x7f0301b4, 0x7f0301b5, 0x7f0301b6, 0x7f0301b7, 0x7f0301b8, 0x7f0301cb, 0x7f03022c, 0x7f03022d, 0x7f03022e, 0x7f03022f, 0x7f030230, 0x7f030231, 0x7f030232, 0x7f030233, 0x7f030234, 0x7f030235, 0x7f030236, 0x7f030237, 0x7f030238, 0x7f030239, 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, 0x7f03025b, 0x7f03025c, 0x7f03025d, 0x7f03025e, 0x7f03025f, 0x7f030260, 0x7f030261, 0x7f030262, 0x7f030263, 0x7f030266, 0x7f03026b, 0x7f0302dd, 0x7f0302de, 0x7f030308, 0x7f03030f, 0x7f030314, 0x7f030320, 0x7f030321, 0x7f030322, 0x7f030428, 0x7f03042a, 0x7f03042c, 0x7f03043d } +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, 0x7f030052, 0x7f030053, 0x7f030054, 0x7f030096, 0x7f0300bb, 0x7f0300bc, 0x7f0300bd, 0x7f0300be, 0x7f0300bf, 0x7f030103, 0x7f030106, 0x7f030107, 0x7f0301a6, 0x7f0301a7, 0x7f0301a8, 0x7f0301a9, 0x7f0301aa, 0x7f0301ab, 0x7f0301ac, 0x7f0301ad, 0x7f0301ae, 0x7f0301af, 0x7f0301b0, 0x7f0301b1, 0x7f0301b2, 0x7f0301b4, 0x7f0301b5, 0x7f0301b6, 0x7f0301b7, 0x7f0301b8, 0x7f0301cb, 0x7f030224, 0x7f03022c, 0x7f03022d, 0x7f03022e, 0x7f03022f, 0x7f030230, 0x7f030231, 0x7f030232, 0x7f030233, 0x7f030234, 0x7f030235, 0x7f030236, 0x7f030237, 0x7f030238, 0x7f030239, 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, 0x7f03025b, 0x7f03025c, 0x7f03025d, 0x7f03025e, 0x7f03025f, 0x7f030260, 0x7f030261, 0x7f030262, 0x7f030263, 0x7f030266, 0x7f030267, 0x7f03026b } +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 { 0x7f03032b, 0x7f03032c, 0x7f03032d, 0x7f03032e } +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 { 0x7f030109, 0x7f030313 } +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, 0x7f03002f, 0x7f030030, 0x7f030052, 0x7f030053, 0x7f030054, 0x7f030096, 0x7f030106, 0x7f030153, 0x7f0301a6, 0x7f0301a7, 0x7f0301a8, 0x7f0301a9, 0x7f0301aa, 0x7f0301ab, 0x7f0301ac, 0x7f0301ad, 0x7f0301ae, 0x7f0301af, 0x7f0301b0, 0x7f0301b1, 0x7f0301b2, 0x7f0301b4, 0x7f0301b5, 0x7f0301b6, 0x7f0301b7, 0x7f0301b8, 0x7f0301cb, 0x7f03022c, 0x7f03022d, 0x7f03022e, 0x7f030232, 0x7f030236, 0x7f030237, 0x7f030238, 0x7f03023b, 0x7f03023c, 0x7f03023d, 0x7f03023e, 0x7f03023f, 0x7f030240, 0x7f030241, 0x7f030242, 0x7f030243, 0x7f030244, 0x7f030245, 0x7f030246, 0x7f030249, 0x7f03024e, 0x7f03024f, 0x7f030252, 0x7f030253, 0x7f030254, 0x7f030255, 0x7f030256, 0x7f030257, 0x7f030258, 0x7f030259, 0x7f03025b, 0x7f03025c, 0x7f03025d, 0x7f03025e, 0x7f03025f, 0x7f030260, 0x7f030261, 0x7f030262, 0x7f030263, 0x7f030266, 0x7f03026b, 0x7f0302dd, 0x7f0302de, 0x7f0302df, 0x7f030308, 0x7f03030f, 0x7f030314, 0x7f030320, 0x7f030321, 0x7f030322, 0x7f030428, 0x7f03042a, 0x7f03042c, 0x7f03043d } +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, 0x7f03002f, 0x7f030030, 0x7f030052, 0x7f030053, 0x7f030054, 0x7f030096, 0x7f030102, 0x7f030106, 0x7f030107, 0x7f030143, 0x7f030153, 0x7f0301a6, 0x7f0301a7, 0x7f0301a8, 0x7f0301a9, 0x7f0301aa, 0x7f0301ab, 0x7f0301ac, 0x7f0301ad, 0x7f0301ae, 0x7f0301af, 0x7f0301b0, 0x7f0301b1, 0x7f0301b2, 0x7f0301b4, 0x7f0301b5, 0x7f0301b6, 0x7f0301b7, 0x7f0301b8, 0x7f0301cb, 0x7f03022c, 0x7f03022d, 0x7f03022e, 0x7f03022f, 0x7f030230, 0x7f030231, 0x7f030232, 0x7f030233, 0x7f030234, 0x7f030235, 0x7f030236, 0x7f030237, 0x7f030238, 0x7f030239, 0x7f03023a, 0x7f03023b, 0x7f03023c, 0x7f03023d, 0x7f03023f, 0x7f030240, 0x7f030241, 0x7f030242, 0x7f030243, 0x7f030244, 0x7f030245, 0x7f030246, 0x7f030247, 0x7f030248, 0x7f030249, 0x7f03024a, 0x7f03024b, 0x7f03024c, 0x7f03024d, 0x7f03024e, 0x7f03024f, 0x7f030250, 0x7f030251, 0x7f030252, 0x7f030253, 0x7f030254, 0x7f030256, 0x7f030257, 0x7f030258, 0x7f030259, 0x7f03025b, 0x7f03025c, 0x7f03025d, 0x7f03025e, 0x7f03025f, 0x7f030260, 0x7f030261, 0x7f030262, 0x7f030263, 0x7f030266, 0x7f03026b, 0x7f0302dd, 0x7f0302de, 0x7f030308, 0x7f03030f, 0x7f030314, 0x7f030322, 0x7f03042a, 0x7f03042c } +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 { 0x7f03021c, 0x7f030378 } +int styleable CoordinatorLayout_keylines 0 +int styleable CoordinatorLayout_statusBarBackground 1 +int[] styleable CoordinatorLayout_Layout { 0x010100b3, 0x7f030227, 0x7f030228, 0x7f030229, 0x7f03025a, 0x7f030264, 0x7f030265 } +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 { 0x7f030037, 0x7f030130, 0x7f030131, 0x7f030132, 0x7f030133, 0x7f030134, 0x7f030135, 0x7f030137, 0x7f030138, 0x7f030139, 0x7f0302ba } +int styleable CustomAttribute_attributeName 0 +int styleable CustomAttribute_customBoolean 1 +int styleable CustomAttribute_customColorDrawableValue 2 +int styleable CustomAttribute_customColorValue 3 +int styleable CustomAttribute_customDimension 4 +int styleable CustomAttribute_customFloatValue 5 +int styleable CustomAttribute_customIntegerValue 6 +int styleable CustomAttribute_customPixelDimension 7 +int styleable CustomAttribute_customReference 8 +int styleable CustomAttribute_customStringValue 9 +int styleable CustomAttribute_methodName 10 +int[] styleable DrawerArrowToggle { 0x7f030035, 0x7f030036, 0x7f030051, 0x7f0300d9, 0x7f030158, 0x7f0301c8, 0x7f030361, 0x7f0303f3 } +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 { 0x7f030167 } +int styleable DrawerLayout_elevation 0 +int[] styleable ExtendedFloatingActionButton { 0x7f0300d0, 0x7f030167, 0x7f030188, 0x7f0301d5, 0x7f030351, 0x7f030355 } +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 { 0x7f030055, 0x7f030056 } +int styleable ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide 0 +int styleable ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink 1 +int[] styleable FloatingActionButton { 0x0101000e, 0x7f030049, 0x7f03004a, 0x7f030063, 0x7f030167, 0x7f030175, 0x7f030194, 0x7f030195, 0x7f0301d5, 0x7f0301e0, 0x7f0302b3, 0x7f03031d, 0x7f030335, 0x7f030347, 0x7f03034a, 0x7f030351, 0x7f030433 } +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 { 0x7f030055 } +int styleable FloatingActionButton_Behavior_Layout_behavior_autoHide 0 +int[] styleable FlowLayout { 0x7f030212, 0x7f030270 } +int styleable FlowLayout_itemSpacing 0 +int styleable FlowLayout_lineSpacing 1 +int[] styleable FontFamily { 0x7f0301bb, 0x7f0301bc, 0x7f0301bd, 0x7f0301be, 0x7f0301bf, 0x7f0301c0, 0x7f0301c1 } +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, 0x7f0301b9, 0x7f0301c2, 0x7f0301c3, 0x7f0301c4, 0x7f030431 } +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, 0x7f0301c6 } +int styleable ForegroundLinearLayout_android_foreground 0 +int styleable ForegroundLinearLayout_android_foregroundGravity 1 +int styleable ForegroundLinearLayout_foregroundInsidePadding 2 +int[] styleable Fragment { 0x01010003, 0x010100d0, 0x010100d1 } +int styleable Fragment_android_name 0 +int styleable Fragment_android_id 1 +int styleable Fragment_android_tag 2 +int[] styleable FragmentContainerView { 0x01010003, 0x010100d1 } +int styleable FragmentContainerView_android_name 0 +int styleable FragmentContainerView_android_tag 1 +int[] styleable GradientColor { 0x0101019d, 0x0101019e, 0x010101a1, 0x010101a2, 0x010101a3, 0x010101a4, 0x01010201, 0x0101020b, 0x01010510, 0x01010511, 0x01010512, 0x01010513 } +int styleable GradientColor_android_startColor 0 +int styleable GradientColor_android_endColor 1 +int styleable GradientColor_android_type 2 +int styleable GradientColor_android_centerX 3 +int styleable GradientColor_android_centerY 4 +int styleable GradientColor_android_gradientRadius 5 +int styleable GradientColor_android_tileMode 6 +int styleable GradientColor_android_centerColor 7 +int styleable GradientColor_android_startX 8 +int styleable GradientColor_android_startY 9 +int styleable GradientColor_android_endX 10 +int styleable GradientColor_android_endY 11 +int[] styleable GradientColorItem { 0x010101a5, 0x01010514 } +int styleable GradientColorItem_android_color 0 +int styleable GradientColorItem_android_offset 1 +int[] styleable ImageFilterView { 0x7f03002e, 0x7f030060, 0x7f030075, 0x7f030119, 0x7f03012d, 0x7f0301ed, 0x7f0301ee, 0x7f0301ef, 0x7f0301f0, 0x7f0302f7, 0x7f030337, 0x7f030338, 0x7f030339, 0x7f03043f } +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 { 0x7f030286, 0x7f030287, 0x7f030288, 0x7f0302f9, 0x7f0302fb, 0x7f0302fc, 0x7f0302ff } +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, 0x7f03012f, 0x7f0301c7, 0x7f0302dd, 0x7f0302df, 0x7f030428, 0x7f03042a, 0x7f03042c } +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, 0x7f03012f, 0x7f0301c7, 0x7f0302dd, 0x7f0302df, 0x7f03042a, 0x7f03042c, 0x7f030441, 0x7f030442, 0x7f030443, 0x7f030444, 0x7f030445 } +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 { 0x7f03012f, 0x7f030153, 0x7f0301c7, 0x7f03021a, 0x7f0302df, 0x7f030308, 0x7f03030a, 0x7f03030b, 0x7f03030c, 0x7f03030d, 0x7f03035b, 0x7f03042a } +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, 0x7f03012f, 0x7f0301c7, 0x7f0302dd, 0x7f0302df, 0x7f03042a, 0x7f03042c, 0x7f030440, 0x7f030441, 0x7f030442, 0x7f030443, 0x7f030444 } +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 { 0x7f0301c7, 0x7f0302df, 0x7f0302e0, 0x7f0302e1, 0x7f0302ef, 0x7f0302f1, 0x7f0302f2, 0x7f03042e, 0x7f03042f, 0x7f030430, 0x7f03043a, 0x7f03043b, 0x7f03043c } +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, 0x7f030052, 0x7f030053, 0x7f030054, 0x7f030096, 0x7f030106, 0x7f030107, 0x7f0301cb, 0x7f03022c, 0x7f03022d, 0x7f03022e, 0x7f03022f, 0x7f030230, 0x7f030231, 0x7f030232, 0x7f030233, 0x7f030234, 0x7f030235, 0x7f030236, 0x7f030237, 0x7f030238, 0x7f030239, 0x7f03023a, 0x7f03023b, 0x7f03023c, 0x7f03023d, 0x7f03023e, 0x7f03023f, 0x7f030240, 0x7f030241, 0x7f030242, 0x7f030243, 0x7f030244, 0x7f030245, 0x7f030246, 0x7f030247, 0x7f030248, 0x7f030249, 0x7f03024a, 0x7f03024b, 0x7f03024c, 0x7f03024d, 0x7f03024f, 0x7f030250, 0x7f030251, 0x7f030252, 0x7f030253, 0x7f030254, 0x7f030255, 0x7f030256, 0x7f030257, 0x7f030258, 0x7f030259, 0x7f03025b, 0x7f03025c, 0x7f03025d, 0x7f03025e, 0x7f03025f, 0x7f030260, 0x7f030261, 0x7f030262, 0x7f030263, 0x7f030266, 0x7f03026b, 0x7f0302b2, 0x7f0302b6, 0x7f0302bb, 0x7f0302bf } +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, 0x7f030148, 0x7f03014d, 0x7f0302b7, 0x7f030350 } +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 { 0x7f0301f1, 0x7f0301f5 } +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 { 0x7f030042, 0x7f030043, 0x7f030044, 0x7f030045 } +int styleable MaterialAlertDialog_backgroundInsetBottom 0 +int styleable MaterialAlertDialog_backgroundInsetEnd 1 +int styleable MaterialAlertDialog_backgroundInsetStart 2 +int styleable MaterialAlertDialog_backgroundInsetTop 3 +int[] styleable MaterialAlertDialogTheme { 0x7f030289, 0x7f03028a, 0x7f03028b, 0x7f03028c, 0x7f03028d, 0x7f03028e } +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, 0x7f030356, 0x7f030357 } +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, 0x7f030049, 0x7f03004a, 0x7f030121, 0x7f030167, 0x7f0301e1, 0x7f0301e3, 0x7f0301e4, 0x7f0301e5, 0x7f0301e7, 0x7f0301e8, 0x7f030335, 0x7f030347, 0x7f03034a, 0x7f03037b, 0x7f03037c } +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 { 0x7f03009b, 0x7f030344, 0x7f03035a } +int styleable MaterialButtonToggleGroup_checkedButton 0 +int styleable MaterialButtonToggleGroup_selectionRequired 1 +int styleable MaterialButtonToggleGroup_singleSelection 2 +int[] styleable MaterialCalendar { 0x0101020d, 0x7f03013a, 0x7f03013b, 0x7f03013c, 0x7f03013d, 0x7f0302ec, 0x7f030327, 0x7f030450, 0x7f030451, 0x7f030452 } +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, 0x7f0301ff, 0x7f03020b, 0x7f03020c, 0x7f030213, 0x7f030214, 0x7f030218 } +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, 0x7f030086, 0x7f03009d, 0x7f03009f, 0x7f0300a0, 0x7f0300a1, 0x7f0300a2, 0x7f030335, 0x7f030347, 0x7f03034a, 0x7f030375, 0x7f03037b, 0x7f03037c } +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 { 0x7f030081, 0x7f030095, 0x7f030434 } +int styleable MaterialCheckBox_buttonTint 0 +int styleable MaterialCheckBox_centerIfNoTextEnabled 1 +int styleable MaterialCheckBox_useMaterialThemeColors 2 +int[] styleable MaterialDivider { 0x7f030149, 0x7f03014b, 0x7f03014c, 0x7f03014e, 0x7f030222 } +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 { 0x7f030081, 0x7f030434 } +int styleable MaterialRadioButton_buttonTint 0 +int styleable MaterialRadioButton_useMaterialThemeColors 1 +int[] styleable MaterialShape { 0x7f030347, 0x7f03034a } +int styleable MaterialShape_shapeAppearance 0 +int styleable MaterialShape_shapeAppearanceOverlay 1 +int[] styleable MaterialTextAppearance { 0x010104b6, 0x0101057f, 0x7f03026f } +int styleable MaterialTextAppearance_android_letterSpacing 0 +int styleable MaterialTextAppearance_android_lineHeight 1 +int styleable MaterialTextAppearance_lineHeight 2 +int[] styleable MaterialTextView { 0x01010034, 0x0101057f, 0x7f03026f } +int styleable MaterialTextView_android_textAppearance 0 +int styleable MaterialTextView_android_lineHeight 1 +int styleable MaterialTextView_lineHeight 2 +int[] styleable MaterialTimePicker { 0x7f0300c4, 0x7f03021b } +int styleable MaterialTimePicker_clockIcon 0 +int styleable MaterialTimePicker_keyboardIcon 1 +int[] styleable MaterialToolbar { 0x7f030282, 0x7f030284, 0x7f0302e6, 0x7f030384, 0x7f030406 } +int styleable MaterialToolbar_logoAdjustViewBounds 0 +int styleable MaterialToolbar_logoScaleType 1 +int styleable MaterialToolbar_navigationIconTint 2 +int styleable MaterialToolbar_subtitleCentered 3 +int styleable MaterialToolbar_titleCentered 4 +int[] styleable MenuGroup { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 } +int styleable MenuGroup_android_enabled 0 +int styleable MenuGroup_android_id 1 +int styleable MenuGroup_android_visible 2 +int styleable MenuGroup_android_menuCategory 3 +int styleable MenuGroup_android_orderInCategory 4 +int styleable MenuGroup_android_checkableBehavior 5 +int[] styleable MenuItem { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f03000f, 0x7f030023, 0x7f030025, 0x7f03002d, 0x7f03010a, 0x7f0301e7, 0x7f0301e8, 0x7f0302ee, 0x7f03034e, 0x7f03041a } +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, 0x7f03031c, 0x7f03037d } +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 { 0x7f0302c0, 0x7f0302c1, 0x7f0302c2, 0x7f0302c3, 0x7f0302c4, 0x7f0302c5 } +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 { 0x7f03002f, 0x7f030030, 0x7f030153, 0x7f0302dc, 0x7f0302de, 0x7f030308, 0x7f030320, 0x7f030321, 0x7f030322, 0x7f03042a } +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 { 0x7f0302d2, 0x7f0302d3, 0x7f0302d4, 0x7f0302d5, 0x7f0302d6, 0x7f0302d7, 0x7f0302d8, 0x7f0302d9 } +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 { 0x7f0302f0, 0x7f0302f3 } +int styleable MotionHelper_onHide 0 +int styleable MotionHelper_onShow 1 +int[] styleable MotionLabel { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x010100af, 0x0101014f, 0x01010164, 0x010103ac, 0x01010535, 0x7f030061, 0x7f030062, 0x7f03033a, 0x7f0303d6, 0x7f0303d7, 0x7f0303d8, 0x7f0303d9, 0x7f0303da, 0x7f0303e8, 0x7f0303e9, 0x7f0303ea, 0x7f0303eb, 0x7f0303ed, 0x7f0303ee, 0x7f0303ef, 0x7f0303f0 } +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 { 0x7f030033, 0x7f03012e, 0x7f030224, 0x7f0302c6, 0x7f0302dd, 0x7f030352 } +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 { 0x7f03013e, 0x7f030225 } +int styleable MotionScene_defaultDuration 0 +int styleable MotionScene_layoutDuringTransition 1 +int[] styleable MotionTelltales { 0x7f0303ad, 0x7f0303ae, 0x7f0303af } +int styleable MotionTelltales_telltales_tailColor 0 +int styleable MotionTelltales_telltales_tailScale 1 +int styleable MotionTelltales_telltales_velocityMode 2 +int[] styleable NavigationBarActiveIndicator { 0x01010155, 0x01010159, 0x010101a5, 0x7f030285, 0x7f030347 } +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 { 0x7f030049, 0x7f030167, 0x7f0301fd, 0x7f0301fe, 0x7f030203, 0x7f030204, 0x7f030208, 0x7f030209, 0x7f03020a, 0x7f030216, 0x7f030217, 0x7f030218, 0x7f030220, 0x7f0302b8 } +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 { 0x7f0301ce, 0x7f030206, 0x7f0302b9, 0x7f0302f9, 0x7f0302ff } +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, 0x7f030066, 0x7f03014b, 0x7f03014c, 0x7f03015e, 0x7f030167, 0x7f0301ce, 0x7f0301fe, 0x7f030200, 0x7f030202, 0x7f030203, 0x7f030204, 0x7f030205, 0x7f03020a, 0x7f03020b, 0x7f03020c, 0x7f03020d, 0x7f03020e, 0x7f03020f, 0x7f030210, 0x7f030211, 0x7f030215, 0x7f030218, 0x7f030219, 0x7f0302b8, 0x7f030347, 0x7f03034a, 0x7f03037e, 0x7f03037f, 0x7f030380, 0x7f030381, 0x7f03041b } +int styleable NavigationView_android_layout_gravity 0 +int styleable NavigationView_android_background 1 +int styleable NavigationView_android_fitsSystemWindows 2 +int styleable NavigationView_android_maxWidth 3 +int styleable NavigationView_bottomInsetScrimEnabled 4 +int styleable NavigationView_dividerInsetEnd 5 +int styleable NavigationView_dividerInsetStart 6 +int styleable NavigationView_drawerLayoutCornerSize 7 +int styleable NavigationView_elevation 8 +int styleable NavigationView_headerLayout 9 +int styleable NavigationView_itemBackground 10 +int styleable NavigationView_itemHorizontalPadding 11 +int styleable NavigationView_itemIconPadding 12 +int styleable NavigationView_itemIconSize 13 +int styleable NavigationView_itemIconTint 14 +int styleable NavigationView_itemMaxLines 15 +int styleable NavigationView_itemRippleColor 16 +int styleable NavigationView_itemShapeAppearance 17 +int styleable NavigationView_itemShapeAppearanceOverlay 18 +int styleable NavigationView_itemShapeFillColor 19 +int styleable NavigationView_itemShapeInsetBottom 20 +int styleable NavigationView_itemShapeInsetEnd 21 +int styleable NavigationView_itemShapeInsetStart 22 +int styleable NavigationView_itemShapeInsetTop 23 +int styleable NavigationView_itemTextAppearance 24 +int styleable NavigationView_itemTextColor 25 +int styleable NavigationView_itemVerticalPadding 26 +int styleable NavigationView_menu 27 +int styleable NavigationView_shapeAppearance 28 +int styleable NavigationView_shapeAppearanceOverlay 29 +int styleable NavigationView_subheaderColor 30 +int styleable NavigationView_subheaderInsetEnd 31 +int styleable NavigationView_subheaderInsetStart 32 +int styleable NavigationView_subheaderTextAppearance 33 +int styleable NavigationView_topInsetScrimEnabled 34 +int[] styleable OnClick { 0x7f0300c1, 0x7f0303ac } +int styleable OnClick_clickAction 0 +int styleable OnClick_targetId 1 +int[] styleable OnSwipe { 0x7f030038, 0x7f030150, 0x7f030151, 0x7f030152, 0x7f03026e, 0x7f0302ae, 0x7f0302b5, 0x7f0302e2, 0x7f0302ea, 0x7f0302f5, 0x7f030336, 0x7f030365, 0x7f030366, 0x7f030367, 0x7f030368, 0x7f030369, 0x7f03041c, 0x7f03041d, 0x7f03041e } +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, 0x7f0302f6 } +int styleable PopupWindow_android_popupBackground 0 +int styleable PopupWindow_android_popupAnimationStyle 1 +int styleable PopupWindow_overlapAnchor 2 +int[] styleable PopupWindowBackgroundState { 0x7f030372 } +int styleable PopupWindowBackgroundState_state_above_anchor 0 +int[] styleable PropertySet { 0x010100dc, 0x0101031f, 0x7f03024e, 0x7f0302dd, 0x7f03043d } +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 { 0x7f0302a5 } +int styleable RadialViewGroup_materialCircleRadius 0 +int[] styleable RangeSlider { 0x7f0302bd, 0x7f030435 } +int styleable RangeSlider_minSeparation 0 +int styleable RangeSlider_values 1 +int[] styleable RecycleListView { 0x7f0302f8, 0x7f0302fe } +int styleable RecycleListView_paddingBottomNoButtons 0 +int styleable RecycleListView_paddingTopNoTitle 1 +int[] styleable RecyclerView { 0x010100c4, 0x010100eb, 0x010100f1, 0x7f030196, 0x7f030197, 0x7f030198, 0x7f030199, 0x7f03019a, 0x7f030226, 0x7f030334, 0x7f030360, 0x7f03036b } +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 { 0x7f0301f9 } +int styleable ScrimInsetsFrameLayout_insetForeground 0 +int[] styleable ScrollingViewBehavior_Layout { 0x7f03005c } +int styleable ScrollingViewBehavior_Layout_behavior_overlapTop 0 +int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f0300c6, 0x7f030101, 0x7f03013f, 0x7f0301ca, 0x7f0301e9, 0x7f030223, 0x7f030323, 0x7f030324, 0x7f03033e, 0x7f03033f, 0x7f030382, 0x7f03038b, 0x7f03043e } +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 { 0x7f03011c, 0x7f03011d, 0x7f03011e, 0x7f03011f, 0x7f030120, 0x7f030122, 0x7f030123, 0x7f030124, 0x7f030125, 0x7f030126 } +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 { 0x7f030111, 0x7f030112, 0x7f030113, 0x7f030114, 0x7f030115, 0x7f030116, 0x7f030117, 0x7f030347, 0x7f03034a, 0x7f03037b, 0x7f03037c } +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, 0x7f0301cc, 0x7f0301cd, 0x7f03021e, 0x7f03021f, 0x7f0303f4, 0x7f0303f5, 0x7f0303f6, 0x7f0303f7, 0x7f0303f8, 0x7f0303fc, 0x7f0303fd, 0x7f0303fe, 0x7f030402, 0x7f030420, 0x7f030421, 0x7f030422, 0x7f030424 } +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 { 0x7f03035d, 0x7f03035e, 0x7f03035f } +int styleable Snackbar_snackbarButtonStyle 0 +int styleable Snackbar_snackbarStyle 1 +int styleable Snackbar_snackbarTextViewStyle 2 +int[] styleable SnackbarLayout { 0x0101011f, 0x7f030024, 0x7f030031, 0x7f030046, 0x7f030049, 0x7f03004a, 0x7f030167, 0x7f0302af } +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, 0x7f030317 } +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, 0x7f030108 } +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 { 0x7f030140 } +int styleable StateSet_defaultState 0 +int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f030353, 0x7f030364, 0x7f03038c, 0x7f03038d, 0x7f03038f, 0x7f0303f9, 0x7f0303fa, 0x7f0303fb, 0x7f03041f, 0x7f030426, 0x7f030427 } +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 { 0x7f030434 } +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 { 0x7f030390, 0x7f030391, 0x7f030392, 0x7f030393, 0x7f030394, 0x7f030395, 0x7f030396, 0x7f030397, 0x7f030398, 0x7f030399, 0x7f03039a, 0x7f03039b, 0x7f03039c, 0x7f03039d, 0x7f03039e, 0x7f03039f, 0x7f0303a0, 0x7f0303a1, 0x7f0303a2, 0x7f0303a3, 0x7f0303a4, 0x7f0303a5, 0x7f0303a7, 0x7f0303a9, 0x7f0303aa, 0x7f0303ab } +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, 0x7f0301ba, 0x7f0301c3, 0x7f0303b0, 0x7f0303e7 } +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, 0x7f030061, 0x7f030062, 0x7f0303de, 0x7f0303e8, 0x7f0303e9 } +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 { 0x7f0303e2 } +int styleable TextInputEditText_textInputLayoutFocusedRectEnabled 0 +int[] styleable TextInputLayout { 0x0101000e, 0x0101009a, 0x0101011f, 0x0101013f, 0x01010150, 0x01010157, 0x0101015a, 0x7f03006a, 0x7f03006b, 0x7f03006c, 0x7f03006d, 0x7f03006e, 0x7f03006f, 0x7f030070, 0x7f030071, 0x7f030072, 0x7f030073, 0x7f030074, 0x7f030127, 0x7f030128, 0x7f030129, 0x7f03012a, 0x7f03012b, 0x7f03012c, 0x7f03016d, 0x7f03016e, 0x7f03016f, 0x7f030170, 0x7f030171, 0x7f030172, 0x7f030176, 0x7f030177, 0x7f030178, 0x7f030179, 0x7f03017a, 0x7f03017b, 0x7f03017c, 0x7f03017f, 0x7f0301d0, 0x7f0301d1, 0x7f0301d2, 0x7f0301d3, 0x7f0301d8, 0x7f0301d9, 0x7f0301da, 0x7f0301db, 0x7f030303, 0x7f030304, 0x7f030305, 0x7f030306, 0x7f030307, 0x7f030310, 0x7f030311, 0x7f030312, 0x7f030319, 0x7f03031a, 0x7f03031b, 0x7f030347, 0x7f03034a, 0x7f03036d, 0x7f03036e, 0x7f03036f, 0x7f030370, 0x7f030371, 0x7f030388, 0x7f030389, 0x7f03038a } +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, 0x7f030173, 0x7f030174 } +int styleable ThemeEnforcement_android_textAppearance 0 +int styleable ThemeEnforcement_enforceMaterialTheme 1 +int styleable ThemeEnforcement_enforceTextAppearance 2 +int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f03007c, 0x7f0300ce, 0x7f0300cf, 0x7f03010b, 0x7f03010c, 0x7f03010d, 0x7f03010e, 0x7f03010f, 0x7f030110, 0x7f030281, 0x7f030283, 0x7f0302b0, 0x7f0302b8, 0x7f0302e4, 0x7f0302e5, 0x7f030317, 0x7f030383, 0x7f030385, 0x7f030386, 0x7f030405, 0x7f030409, 0x7f03040a, 0x7f03040b, 0x7f03040c, 0x7f03040d, 0x7f03040e, 0x7f030410, 0x7f030411 } +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, 0x7f030049 } +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, 0x7f030428 } +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, 0x7f03003f, 0x7f030104, 0x7f030105, 0x7f030162, 0x7f030225, 0x7f0302da, 0x7f030308, 0x7f03036c, 0x7f030429, 0x7f03042b } +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 { 0x7f030108, 0x7f030330, 0x7f030331, 0x7f030332, 0x7f030333 } +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, 0x7f0302fa, 0x7f0302fd, 0x7f0303f1 } +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, 0x7f030049, 0x7f03004a } +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, 0x7f0300c0, 0x7f030162, 0x7f0301ea, 0x7f0301eb, 0x7f0302da, 0x7f0302df, 0x7f0302f4, 0x7f030308, 0x7f030346, 0x7f030429, 0x7f030432, 0x7f030439 } +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 { 0x7f030103 } +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/summer_coding_android/app/build/intermediates/signing_config_versions/debug/signing-config-versions.json b/summer_coding_android/app/build/intermediates/signing_config_versions/debug/signing-config-versions.json new file mode 100644 index 0000000..51f6368 --- /dev/null +++ b/summer_coding_android/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/summer_coding_android/app/build/intermediates/stable_resource_ids_file/debug/stableIds.txt b/summer_coding_android/app/build/intermediates/stable_resource_ids_file/debug/stableIds.txt new file mode 100644 index 0000000..062e8fd --- /dev/null +++ b/summer_coding_android/app/build/intermediates/stable_resource_ids_file/debug/stableIds.txt @@ -0,0 +1,4599 @@ +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.Button.TextButton.Dialog = 0x7f1103ba +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.TextInputEditText.FilledBox = 0x7f110293 +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Widget.PopupMenu.Small = 0x7f1101ad +kr.co.landvibe.summer_coding_android:id/neverCompleteToStart = 0x7f090150 +kr.co.landvibe.summer_coding_android:id/NO_DEBUG = 0x7f090006 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_primary40 = 0x7f050104 +kr.co.landvibe.summer_coding_android:styleable/Toolbar = 0x7f12008a +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.NavigationRailView = 0x7f1103ee +kr.co.landvibe.summer_coding_android:dimen/m3_btn_inset = 0x7f0600cb +kr.co.landvibe.summer_coding_android:styleable/ListPopupWindow = 0x7f12004b +kr.co.landvibe.summer_coding_android:id/startToEnd = 0x7f0901ae +kr.co.landvibe.summer_coding_android:color/m3_timepicker_button_background_color = 0x7f050199 +kr.co.landvibe.summer_coding_android:style/Theme.Design = 0x7f11020e +kr.co.landvibe.summer_coding_android:style/Base.V22.Theme.AppCompat = 0x7f11009d +kr.co.landvibe.summer_coding_android:style/Widget.Material3.FloatingActionButton.Primary = 0x7f11035b +kr.co.landvibe.summer_coding_android:style/Base.V14.Theme.MaterialComponents.Light.Dialog = 0x7f11008b +kr.co.landvibe.summer_coding_android:style/Widget.Material3.FloatingActionButton.Large.Tertiary = 0x7f11035a +kr.co.landvibe.summer_coding_android:string/m3_sys_motion_easing_emphasized_path_data = 0x7f100041 +kr.co.landvibe.summer_coding_android:styleable/MaterialToolbar = 0x7f12005b +kr.co.landvibe.summer_coding_android:styleable/RangeSlider = 0x7f120071 +kr.co.landvibe.summer_coding_android:string/abc_searchview_description_query = 0x7f100014 +kr.co.landvibe.summer_coding_android:id/cut = 0x7f090099 +kr.co.landvibe.summer_coding_android:string/abc_action_menu_overflow_description = 0x7f100002 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.MaterialDivider = 0x7f110377 +kr.co.landvibe.summer_coding_android:attr/itemTextAppearanceInactive = 0x7f030217 +kr.co.landvibe.summer_coding_android:layout/support_simple_spinner_dropdown_item = 0x7f0c006e +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.TextInputEditText.OutlinedBox.Dense = 0x7f110404 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.Button.OutlinedButton.Icon = 0x7f11032b +kr.co.landvibe.summer_coding_android:id/checked = 0x7f090078 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.TimePicker.Display.TextInputLayout = 0x7f110415 +kr.co.landvibe.summer_coding_android:style/Base.ThemeOverlay.MaterialComponents.Dialog.Alert.Framework = 0x7f11007b +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.ActionBar.Solid = 0x7f1103a2 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.TimePicker.Button = 0x7f11040f +kr.co.landvibe.summer_coding_android:style/TextAppearance.Material3.TitleSmall = 0x7f1101e0 +kr.co.landvibe.summer_coding_android:styleable/KeyFramesVelocity = 0x7f120043 +kr.co.landvibe.summer_coding_android:style/Base.ThemeOverlay.MaterialComponents.Dialog.Alert = 0x7f11007a +kr.co.landvibe.summer_coding_android:attr/touchRegionId = 0x7f03041e +kr.co.landvibe.summer_coding_android:id/dragDown = 0x7f0900b1 +kr.co.landvibe.summer_coding_android:styleable/Transition = 0x7f12008d +kr.co.landvibe.summer_coding_android:style/Widget.Material3.Chip.Input.Icon.Elevated = 0x7f110340 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.Chip = 0x7f110276 +kr.co.landvibe.summer_coding_android:id/material_timepicker_container = 0x7f09011e +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.Dialog.FixedSize.Bridge = 0x7f110245 +kr.co.landvibe.summer_coding_android:id/clip_horizontal = 0x7f090085 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.BottomAppBar.Primary = 0x7f1102a2 +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents = 0x7f11022c +kr.co.landvibe.summer_coding_android:color/test_color = 0x7f05025b +kr.co.landvibe.summer_coding_android:styleable/MaterialDivider = 0x7f120055 +kr.co.landvibe.summer_coding_android:dimen/m3_appbar_scrim_height_trigger_large = 0x7f0600a9 +kr.co.landvibe.summer_coding_android:color/m3_card_stroke_color = 0x7f050072 +kr.co.landvibe.summer_coding_android:styleable/Chip = 0x7f12001d +kr.co.landvibe.summer_coding_android:styleable/LinearLayoutCompat_Layout = 0x7f120049 +kr.co.landvibe.summer_coding_android:color/m3_chip_assist_text_color = 0x7f050073 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.LinearProgressIndicator = 0x7f1103d4 +kr.co.landvibe.summer_coding_android:dimen/design_appbar_elevation = 0x7f060060 +kr.co.landvibe.summer_coding_android:drawable/material_ic_keyboard_arrow_left_black_24dp = 0x7f07007d +kr.co.landvibe.summer_coding_android:style/ShapeAppearanceOverlay.MaterialComponents.TextInputLayout.FilledBox = 0x7f110172 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.BottomAppBar = 0x7f1103ad +kr.co.landvibe.summer_coding_android:style/Theme.Design.NoActionBar = 0x7f110213 +kr.co.landvibe.summer_coding_android:id/mtrl_calendar_text_input_frame = 0x7f090136 +kr.co.landvibe.summer_coding_android:style/TextAppearance.Design.Hint = 0x7f1101ba +kr.co.landvibe.summer_coding_android:style/Widget.Material3.Button.TextButton.Snackbar = 0x7f110331 +kr.co.landvibe.summer_coding_android:color/design_snackbar_background_color = 0x7f050054 +kr.co.landvibe.summer_coding_android:styleable/ActivityChooserView = 0x7f120005 +kr.co.landvibe.summer_coding_android:attr/srcCompat = 0x7f03036a +kr.co.landvibe.summer_coding_android:style/Widget.Material3.MaterialCalendar.Day.Selected = 0x7f110364 +kr.co.landvibe.summer_coding_android:styleable/OnClick = 0x7f12006b +kr.co.landvibe.summer_coding_android:attr/textInputFilledStyle = 0x7f0303e1 +kr.co.landvibe.summer_coding_android:layout/custom_dialog = 0x7f0c0025 +kr.co.landvibe.summer_coding_android:styleable/AppCompatImageView = 0x7f12000e +kr.co.landvibe.summer_coding_android:dimen/m3_appbar_size_compact = 0x7f0600ab +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.TextInputLayout.FilledBox.Dense = 0x7f110406 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.MaterialCalendar.MonthNavigationButton = 0x7f1103e7 +kr.co.landvibe.summer_coding_android:id/mtrl_calendar_main_pane = 0x7f090133 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.BottomAppBar.PrimarySurface = 0x7f1103af +kr.co.landvibe.summer_coding_android:style/Widget.Material3.AppBarLayout = 0x7f11031a +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.ActionBar = 0x7f1100b2 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.Light.ActionMode.Inverse = 0x7f1102e8 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.SearchView.ActionBar = 0x7f110300 +kr.co.landvibe.summer_coding_android:dimen/mtrl_textinput_box_stroke_width_default = 0x7f06021b +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.Button.Icon = 0x7f1103b6 +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Large = 0x7f11018f +kr.co.landvibe.summer_coding_android:style/Widget.Material3.ChipGroup = 0x7f110343 +kr.co.landvibe.summer_coding_android:string/abc_search_hint = 0x7f100012 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.TimePicker.Display.TextInputEditText = 0x7f110414 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.MaterialTimePicker = 0x7f110379 +kr.co.landvibe.summer_coding_android:style/TextAppearance.M3.Sys.Typescale.LabelLarge = 0x7f1101c9 +kr.co.landvibe.summer_coding_android:attr/textAppearanceHeadline6 = 0x7f0303c0 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.TextView = 0x7f11040d +kr.co.landvibe.summer_coding_android:styleable/AppCompatTextView = 0x7f120011 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.TimePicker.Display.Divider = 0x7f110412 +kr.co.landvibe.summer_coding_android:styleable/CircularProgressIndicator = 0x7f12001f +kr.co.landvibe.summer_coding_android:string/path_password_eye_mask_visible = 0x7f100085 +kr.co.landvibe.summer_coding_android:id/direct = 0x7f0900a8 +kr.co.landvibe.summer_coding_android:styleable/MaterialCalendarItem = 0x7f120052 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.Slider = 0x7f1103fa +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Menu = 0x7f110024 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.ProgressIndicator = 0x7f1103f8 +kr.co.landvibe.summer_coding_android:style/TextAppearance.Material3.BodySmall = 0x7f1101d3 +kr.co.landvibe.summer_coding_android:styleable/ActionBarLayout = 0x7f120001 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.Toolbar = 0x7f1100ea +kr.co.landvibe.summer_coding_android:color/m3_dynamic_hint_foreground = 0x7f050087 +kr.co.landvibe.summer_coding_android:attr/titleTextColor = 0x7f030411 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.NavigationRailView.Colored = 0x7f1103ef +kr.co.landvibe.summer_coding_android:style/Widget.Material3.TextInputLayout.OutlinedBox.Dense = 0x7f110399 +kr.co.landvibe.summer_coding_android:styleable/ThemeEnforcement = 0x7f120089 +kr.co.landvibe.summer_coding_android:color/material_dynamic_neutral70 = 0x7f0501b3 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.CircularProgressIndicator.Medium = 0x7f1103ca +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_year_vertical_padding = 0x7f0601b9 +kr.co.landvibe.summer_coding_android:string/m3_sys_motion_easing_emphasized_accelerate = 0x7f10003f +kr.co.landvibe.summer_coding_android:style/TextAppearance.Material3.TitleLarge = 0x7f1101de +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.MaterialCalendar.HeaderTitle = 0x7f1103e4 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.MaterialCalendar.HeaderCancelButton = 0x7f1103de +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.AppCompat.DayNight.ActionBar = 0x7f110263 +kr.co.landvibe.summer_coding_android:style/Theme.AppCompat.Light.DialogWhenLarge = 0x7f11020b +kr.co.landvibe.summer_coding_android:style/Base.CardView = 0x7f11000d +kr.co.landvibe.summer_coding_android:style/Widget.Material3.AutoCompleteTextView.FilledBox = 0x7f11031b +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_secondary50 = 0x7f0500c4 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.ActionButton.Overflow = 0x7f1100b9 +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.DayNight.Dialog = 0x7f110235 +kr.co.landvibe.summer_coding_android:style/Base.Widget.Material3.FloatingActionButton.Large = 0x7f1100f8 +kr.co.landvibe.summer_coding_android:color/m3_navigation_item_text_color = 0x7f050092 +kr.co.landvibe.summer_coding_android:drawable/design_password_eye = 0x7f070064 +kr.co.landvibe.summer_coding_android:string/mtrl_picker_announce_current_selection = 0x7f100063 +kr.co.landvibe.summer_coding_android:id/gone = 0x7f0900dd +kr.co.landvibe.summer_coding_android:xml/standalone_badge_offset = 0x7f130004 +kr.co.landvibe.summer_coding_android:dimen/mtrl_btn_text_btn_padding_left = 0x7f06018d +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.CircularProgressIndicator = 0x7f1103c8 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.MaterialTimePicker.Clock = 0x7f11037b +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.Chip.Filter = 0x7f1103c6 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.Chip.Choice = 0x7f1103c4 +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.MaterialComponents.Headline6 = 0x7f110042 +kr.co.landvibe.summer_coding_android:style/MaterialAlertDialog.Material3.Title.Text.CenterStacked = 0x7f110119 +kr.co.landvibe.summer_coding_android:color/material_dynamic_neutral40 = 0x7f0501b0 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.CheckedTextView = 0x7f1103c2 +kr.co.landvibe.summer_coding_android:string/mtrl_picker_invalid_format = 0x7f10006a +kr.co.landvibe.summer_coding_android:style/Widget.Material3.CheckedTextView = 0x7f110338 +kr.co.landvibe.summer_coding_android:attr/subtitleTextAppearance = 0x7f030385 +kr.co.landvibe.summer_coding_android:style/Theme.Material3.DayNight.Dialog.Alert = 0x7f11021e +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.BottomAppBar.Colored = 0x7f1103ae +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.AutoCompleteTextView.FilledBox = 0x7f1103a8 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.AppBarLayout.Primary = 0x7f1103a5 +kr.co.landvibe.summer_coding_android:attr/textAppearanceHeadline2 = 0x7f0303bc +kr.co.landvibe.summer_coding_android:string/ckgod = 0x7f100029 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.Toolbar = 0x7f11039c +kr.co.landvibe.summer_coding_android:dimen/design_tab_text_size_2line = 0x7f06008e +kr.co.landvibe.summer_coding_android:dimen/mtrl_progress_circular_size_medium = 0x7f0601fd +kr.co.landvibe.summer_coding_android:id/mtrl_picker_title_text = 0x7f090144 +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Light.Widget.PopupMenu.Large = 0x7f110020 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.Light.ActionBar.Solid.Inverse = 0x7f1102de +kr.co.landvibe.summer_coding_android:style/Base.V21.Theme.MaterialComponents = 0x7f110096 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.AutoCompleteTextView = 0x7f1102cc +kr.co.landvibe.summer_coding_android:dimen/material_cursor_inset_bottom = 0x7f06014a +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Subhead.Inverse = 0x7f11002b +kr.co.landvibe.summer_coding_android:dimen/m3_badge_radius = 0x7f0600af +kr.co.landvibe.summer_coding_android:string/mtrl_picker_invalid_range = 0x7f10006d +kr.co.landvibe.summer_coding_android:attr/fabCradleVerticalOffset = 0x7f030193 +kr.co.landvibe.summer_coding_android:color/black = 0x7f050021 +kr.co.landvibe.summer_coding_android:styleable/ShapeableImageView = 0x7f120078 +kr.co.landvibe.summer_coding_android:interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1 = 0x7f0b0003 +kr.co.landvibe.summer_coding_android:drawable/abc_ic_menu_paste_mtrl_am_alpha = 0x7f070024 +kr.co.landvibe.summer_coding_android:id/easeInOut = 0x7f0900bb +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.ActionMode = 0x7f1103a4 +kr.co.landvibe.summer_coding_android:style/Widget.Design.TextInputEditText = 0x7f110316 +kr.co.landvibe.summer_coding_android:drawable/$avd_hide_password__2 = 0x7f070002 +kr.co.landvibe.summer_coding_android:style/Base.Animation.AppCompat.DropDownUp = 0x7f11000b +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.Light.SearchView = 0x7f1102f0 +kr.co.landvibe.summer_coding_android:color/m3_dynamic_default_color_primary_text = 0x7f050084 +kr.co.landvibe.summer_coding_android:style/Theme.Material3.DynamicColors.Dark = 0x7f110222 +kr.co.landvibe.summer_coding_android:color/mtrl_fab_icon_text_color_selector = 0x7f050221 +kr.co.landvibe.summer_coding_android:color/m3_highlighted_text = 0x7f05008a +kr.co.landvibe.summer_coding_android:style/Widget.Material3.MaterialCalendar.YearNavigationButton = 0x7f110376 +kr.co.landvibe.summer_coding_android:id/graph = 0x7f0900de +kr.co.landvibe.summer_coding_android:style/Widget.Material3.MaterialTimePicker.Display.Divider = 0x7f11037d +kr.co.landvibe.summer_coding_android:attr/collapsingToolbarLayoutMediumStyle = 0x7f0300d7 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Tertiary = 0x7f110352 +kr.co.landvibe.summer_coding_android:attr/tabUnboundedRipple = 0x7f0303ab +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense.ExposedDropdownMenu = 0x7f11040b +kr.co.landvibe.summer_coding_android:dimen/material_cursor_inset_top = 0x7f06014b +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.MaterialCalendar.HeaderSelection = 0x7f1103e2 +kr.co.landvibe.summer_coding_android:styleable/MaterialShape = 0x7f120057 +kr.co.landvibe.summer_coding_android:styleable/MotionTelltales = 0x7f120066 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.MaterialCalendar.HeaderSelection.Fullscreen = 0x7f11036d +kr.co.landvibe.summer_coding_android:style/Widget.Material3.TextInputEditText.OutlinedBox.Dense = 0x7f110393 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.MaterialCalendar.HeaderCancelButton = 0x7f110369 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.MaterialCalendar.Day.Invalid = 0x7f1103d8 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.TabLayout = 0x7f11038d +kr.co.landvibe.summer_coding_android:style/Widget.Material3.MaterialCalendar.HeaderLayout = 0x7f11036b +kr.co.landvibe.summer_coding_android:style/Widget.Material3.MaterialCalendar.Day.Today = 0x7f110365 +kr.co.landvibe.summer_coding_android:style/MaterialAlertDialog.Material3.Title.Icon.CenterStacked = 0x7f110115 +kr.co.landvibe.summer_coding_android:dimen/cardview_compat_inset_shadow = 0x7f060053 +kr.co.landvibe.summer_coding_android:attr/buttonIconDimen = 0x7f03007d +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.TimePicker.ImageButton.ShapeAppearance = 0x7f110417 +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Widget.ActionMode.Subtitle.Inverse = 0x7f1101a3 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.FloatingActionButton.Secondary = 0x7f11035c +kr.co.landvibe.summer_coding_android:style/ShapeAppearanceOverlay.Material3.Button = 0x7f110165 +kr.co.landvibe.summer_coding_android:style/Widget.Support.CoordinatorLayout = 0x7f11041d +kr.co.landvibe.summer_coding_android:style/TextAppearance.M3.Sys.Typescale.TitleLarge = 0x7f1101cc +kr.co.landvibe.summer_coding_android:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Primary = 0x7f11034f +kr.co.landvibe.summer_coding_android:style/Widget.Material3.CompoundButton.RadioButton = 0x7f11034c +kr.co.landvibe.summer_coding_android:style/Widget.Material3.MaterialTimePicker.Display.HelperText = 0x7f11037e +kr.co.landvibe.summer_coding_android:styleable/ExtendedFloatingActionButton = 0x7f120031 +kr.co.landvibe.summer_coding_android:color/mtrl_error = 0x7f05021f +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.PopupMenu = 0x7f1102f7 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.Button.UnelevatedButton.Icon = 0x7f1103c0 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.Light.ActionBar = 0x7f1100cd +kr.co.landvibe.summer_coding_android:color/m3_radiobutton_ripple_tint = 0x7f050095 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.CollapsingToolbar.Large = 0x7f110349 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.MaterialCalendar.Item = 0x7f1103e6 +kr.co.landvibe.summer_coding_android:attr/setsTag = 0x7f030346 +kr.co.landvibe.summer_coding_android:style/Base.Theme.MaterialComponents.Light = 0x7f110064 +kr.co.landvibe.summer_coding_android:styleable/MaterialButton = 0x7f12004f +kr.co.landvibe.summer_coding_android:style/TextAppearance.M3.Sys.Typescale.LabelSmall = 0x7f1101cb +kr.co.landvibe.summer_coding_android:drawable/abc_list_longpressed_holo = 0x7f07002e +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu = 0x7f11040c +kr.co.landvibe.summer_coding_android:interpolator/mtrl_linear_out_slow_in = 0x7f0b000a +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.Dialog.Alert = 0x7f11027c +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.OutlinedBox.Dense = 0x7f1102a1 +kr.co.landvibe.summer_coding_android:id/tag_accessibility_clickable_spans = 0x7f0901b9 +kr.co.landvibe.summer_coding_android:id/dropdown_editable = 0x7f0900b7 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.MaterialButtonToggleGroup = 0x7f1103d5 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.MaterialCalendar.Day.Invalid = 0x7f110363 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.CardView.Outlined = 0x7f110337 +kr.co.landvibe.summer_coding_android:layout/select_dialog_multichoice_material = 0x7f0c006c +kr.co.landvibe.summer_coding_android:id/mini = 0x7f090127 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.TimePicker = 0x7f11040e +kr.co.landvibe.summer_coding_android:style/Test.Theme.MaterialComponents.MaterialCalendar = 0x7f110176 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.Dialog = 0x7f11027b +kr.co.landvibe.summer_coding_android:style/Base.Theme.AppCompat.Dialog = 0x7f110049 +kr.co.landvibe.summer_coding_android:style/Widget.Compat.NotificationActionText = 0x7f11030c +kr.co.landvibe.summer_coding_android:style/Widget.Design.AppBarLayout = 0x7f11030d +kr.co.landvibe.summer_coding_android:dimen/material_time_picker_minimum_screen_width = 0x7f060164 +kr.co.landvibe.summer_coding_android:id/fitEnd = 0x7f0900cf +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.Spinner.DropDown.ActionBar = 0x7f110305 +kr.co.landvibe.summer_coding_android:style/Base.Widget.Material3.Light.ActionBar.Solid = 0x7f1100f9 +kr.co.landvibe.summer_coding_android:style/Base.V24.Theme.Material3.Light = 0x7f1100a3 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.ListView.DropDown = 0x7f1102f5 +kr.co.landvibe.summer_coding_android:styleable/ViewStubCompat = 0x7f120092 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.Spinner = 0x7f110303 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_light_outline = 0x7f05016c +kr.co.landvibe.summer_coding_android:style/Base.V7.Theme.AppCompat.Light = 0x7f1100ac +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Spinner = 0x7f1102b3 +kr.co.landvibe.summer_coding_android:drawable/abc_seekbar_thumb_material = 0x7f070041 +kr.co.landvibe.summer_coding_android:dimen/design_bottom_sheet_modal_elevation = 0x7f06006e +kr.co.landvibe.summer_coding_android:style/Base.MaterialAlertDialog.MaterialComponents.Title.Panel = 0x7f110011 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.SeekBar.Discrete = 0x7f110302 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.RatingBar.Indicator = 0x7f1102fd +kr.co.landvibe.summer_coding_android:styleable/MaterialTextAppearance = 0x7f120058 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.Light.Spinner.DropDown.ActionBar = 0x7f1102f1 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.Light.DropDownItem.Spinner = 0x7f1102eb +kr.co.landvibe.summer_coding_android:layout/activity_yesxon = 0x7f0c0024 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.Button = 0x7f1102cd +kr.co.landvibe.summer_coding_android:id/list_item = 0x7f09010d +kr.co.landvibe.summer_coding_android:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.Title = 0x7f11013a +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.ActionButton = 0x7f1100b7 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.MaterialCalendar.HeaderSelection = 0x7f11036c +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.TabLayout = 0x7f1103fe +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.ActionBar.TabBar = 0x7f1102c4 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.MaterialTimePicker.ImageButton = 0x7f110381 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.ActionBar = 0x7f1102c2 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.TextInputEditText.OutlinedBox.Dense = 0x7f1102ba +kr.co.landvibe.summer_coding_android:color/mtrl_chip_surface_color = 0x7f05021a +kr.co.landvibe.summer_coding_android:style/Widget.Material3.Snackbar.TextView = 0x7f11038c +kr.co.landvibe.summer_coding_android:layout/material_clock_display = 0x7f0c003a +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.ActionBar.TabView = 0x7f1102c6 +kr.co.landvibe.summer_coding_android:id/frost = 0x7f0900d9 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.Light.ActionBar.Solid = 0x7f1100ce +kr.co.landvibe.summer_coding_android:color/material_dynamic_tertiary99 = 0x7f0501eb +kr.co.landvibe.summer_coding_android:menu/example_menu = 0x7f0d0000 +kr.co.landvibe.summer_coding_android:id/compress = 0x7f09008a +kr.co.landvibe.summer_coding_android:dimen/m3_appbar_scrim_height_trigger = 0x7f0600a8 +kr.co.landvibe.summer_coding_android:id/action_image = 0x7f09003d +kr.co.landvibe.summer_coding_android:color/design_dark_default_color_on_background = 0x7f050033 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Calendar = 0x7f1102b0 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Centered = 0x7f1102ae +kr.co.landvibe.summer_coding_android:style/Widget.Material3.MaterialCalendar.Fullscreen = 0x7f110368 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.TextInputEditText.FilledBox.Dense = 0x7f110402 +kr.co.landvibe.summer_coding_android:styleable/ActionMode = 0x7f120004 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.ListView.Menu = 0x7f1100d9 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.Dialog = 0x7f1102a8 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.Dark.ActionBar = 0x7f1102a6 +kr.co.landvibe.summer_coding_android:id/baseline = 0x7f090059 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.HarmonizedColors.Empty = 0x7f110286 +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Widget.Button = 0x7f110036 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.ActionBar = 0x7f11029a +kr.co.landvibe.summer_coding_android:style/Base.Animation.AppCompat.Dialog = 0x7f11000a +kr.co.landvibe.summer_coding_android:style/Base.ThemeOverlay.Material3.Dialog = 0x7f110077 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.MaterialTimePicker.Button = 0x7f11037a +kr.co.landvibe.summer_coding_android:color/kakao_dark_blue = 0x7f050062 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_neutral95 = 0x7f0500a2 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.TextInputEditText.FilledBox.Dense = 0x7f110294 +kr.co.landvibe.summer_coding_android:drawable/design_snackbar_background = 0x7f070065 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.MaterialCalendar.HeaderCancelButton = 0x7f11028d +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Inverse = 0x7f11018a +kr.co.landvibe.summer_coding_android:style/Test.ShapeAppearanceOverlay.MaterialComponents.MaterialCalendar.Day = 0x7f110175 +kr.co.landvibe.summer_coding_android:attr/cornerFamilyTopLeft = 0x7f03011f +kr.co.landvibe.summer_coding_android:attr/submitBackground = 0x7f030382 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.CircularProgressIndicator = 0x7f110344 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.EditText = 0x7f1100cb +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.Light.Dialog.Alert.Framework = 0x7f1102ac +kr.co.landvibe.summer_coding_android:styleable/MenuItem = 0x7f12005d +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.TimePicker.Display = 0x7f110411 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.ExtendedFloatingActionButton = 0x7f1103d0 +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.MaterialComponents.Badge = 0x7f110040 +kr.co.landvibe.summer_coding_android:id/vertical_only = 0x7f0901f8 +kr.co.landvibe.summer_coding_android:id/scrollView = 0x7f090182 +kr.co.landvibe.summer_coding_android:dimen/material_clock_size = 0x7f060149 +kr.co.landvibe.summer_coding_android:attr/windowFixedHeightMinor = 0x7f03044a +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_dark_inverse_on_surface = 0x7f05014a +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.DynamicColors.Light = 0x7f110280 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.Button.TextButton = 0x7f110273 +kr.co.landvibe.summer_coding_android:style/RtlUnderlay.Widget.AppCompat.ActionButton.Overflow = 0x7f110142 +kr.co.landvibe.summer_coding_android:style/Theme.Material3.DayNight = 0x7f11021b +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.Toolbar.PrimarySurface = 0x7f11041a +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.Widget.AppCompat.Toolbar.Subtitle = 0x7f110045 +kr.co.landvibe.summer_coding_android:color/switch_thumb_normal_material_dark = 0x7f050257 +kr.co.landvibe.summer_coding_android:style/Base.ThemeOverlay.MaterialComponents.MaterialAlertDialog = 0x7f11007d +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Widget.Button.Colored = 0x7f110038 +kr.co.landvibe.summer_coding_android:dimen/m3_bottom_nav_item_active_indicator_height = 0x7f0600b4 +kr.co.landvibe.summer_coding_android:style/AndroidThemeColorAccentYellow = 0x7f110002 +kr.co.landvibe.summer_coding_android:dimen/abc_text_size_large_material = 0x7f060048 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_dark_on_surface = 0x7f050152 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.MaterialCalendar = 0x7f110361 +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.Light.BottomSheetDialog = 0x7f11024b +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.CircularProgressIndicator.Small = 0x7f1103cb +kr.co.landvibe.summer_coding_android:id/rectangles = 0x7f090172 +kr.co.landvibe.summer_coding_android:xml/standalone_badge_gravity_bottom_end = 0x7f130001 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.TextInputLayout.FilledBox = 0x7f110394 +kr.co.landvibe.summer_coding_android:dimen/mtrl_badge_long_text_horizontal_padding = 0x7f06016c +kr.co.landvibe.summer_coding_android:attr/closeIconVisible = 0x7f0300cc +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_light_secondary_container = 0x7f050170 +kr.co.landvibe.summer_coding_android:dimen/mtrl_navigation_item_shape_vertical_margin = 0x7f0601ec +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.AppCompat.Light = 0x7f110266 +kr.co.landvibe.summer_coding_android:style/Theme.SummerCodingAndroid = 0x7f11025d +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.MaterialCalendar.MonthTextView = 0x7f1103e8 +kr.co.landvibe.summer_coding_android:color/material_dynamic_neutral50 = 0x7f0501b1 +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.Light.NoActionBar.Bridge = 0x7f11025a +kr.co.landvibe.summer_coding_android:string/material_timepicker_am = 0x7f100056 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.Button = 0x7f1103b5 +kr.co.landvibe.summer_coding_android:style/TextAppearance.Design.Snackbar.Message = 0x7f1101bd +kr.co.landvibe.summer_coding_android:styleable/LinearProgressIndicator = 0x7f12004a +kr.co.landvibe.summer_coding_android:drawable/abc_list_selector_background_transition_holo_dark = 0x7f070031 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.MaterialCalendar.MonthNavigationButton = 0x7f110371 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.TextInputLayout.OutlinedBox = 0x7f110398 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.FloatingActionButton.Large.Secondary = 0x7f110358 +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.Light.Dialog.FixedSize.Bridge = 0x7f110254 +kr.co.landvibe.summer_coding_android:drawable/abc_tab_indicator_mtrl_alpha = 0x7f07004b +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.MaterialCalendar.DayOfWeekLabel = 0x7f1103db +kr.co.landvibe.summer_coding_android:attr/dividerInsetEnd = 0x7f03014b +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.TimePicker.Display = 0x7f1102bc +kr.co.landvibe.summer_coding_android:dimen/mtrl_snackbar_padding_horizontal = 0x7f060216 +kr.co.landvibe.summer_coding_android:style/ThemeOverlayColorAccentRed = 0x7f1102c1 +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.Dialog.Alert = 0x7f110241 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.Chip.Suggestion.Elevated = 0x7f110342 +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.DayNight.Dialog.MinWidth = 0x7f11023b +kr.co.landvibe.summer_coding_android:id/enterAlwaysCollapsed = 0x7f0900c5 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.TextInputEditText.FilledBox = 0x7f110401 +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.DayNight.Dialog.FixedSize.Bridge = 0x7f11023a +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.EditText = 0x7f1102da +kr.co.landvibe.summer_coding_android:style/ShapeAppearanceOverlay.MaterialComponents.MaterialCalendar.Window.Fullscreen = 0x7f110170 +kr.co.landvibe.summer_coding_android:style/Widget.Design.FloatingActionButton = 0x7f110311 +kr.co.landvibe.summer_coding_android:layout/material_clockface_textview = 0x7f0c003e +kr.co.landvibe.summer_coding_android:style/ShapeAppearance.M3.Sys.Shape.Corner.Small = 0x7f11014d +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.SeekBar = 0x7f110301 +kr.co.landvibe.summer_coding_android:style/Base.Theme.AppCompat.Light.Dialog.FixedSize = 0x7f110052 +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Display2 = 0x7f110019 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.ActionBar.Primary = 0x7f11029b +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_neutral_variant0 = 0x7f0500a4 +kr.co.landvibe.summer_coding_android:color/m3_timepicker_secondary_text_button_ripple_color = 0x7f0501a1 +kr.co.landvibe.summer_coding_android:styleable/Variant = 0x7f12008e +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Headline = 0x7f11001c +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.DayNight = 0x7f110230 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.Dialog.Alert.Framework = 0x7f1102aa +kr.co.landvibe.summer_coding_android:drawable/abc_btn_check_material_anim = 0x7f07000b +kr.co.landvibe.summer_coding_android:id/text = 0x7f0901c9 +kr.co.landvibe.summer_coding_android:styleable/MockView = 0x7f12005f +kr.co.landvibe.summer_coding_android:string/material_hour_suffix = 0x7f10004c +kr.co.landvibe.summer_coding_android:style/Theme.Material3.Light.Dialog.MinWidth = 0x7f110229 +kr.co.landvibe.summer_coding_android:style/Animation.AppCompat.DropDownUp = 0x7f110004 +kr.co.landvibe.summer_coding_android:style/TextAppearance.Compat.Notification.Info = 0x7f1101b1 +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_header_toggle_margin_bottom = 0x7f0601a5 +kr.co.landvibe.summer_coding_android:style/Base.Theme.MaterialComponents.Light.Dialog.Bridge = 0x7f11006a +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_dark_secondary = 0x7f050159 +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.Light.NoActionBar = 0x7f110259 +kr.co.landvibe.summer_coding_android:drawable/abc_list_pressed_holo_dark = 0x7f07002f +kr.co.landvibe.summer_coding_android:style/Theme.Material3.DayNight.BottomSheetDialog = 0x7f11021c +kr.co.landvibe.summer_coding_android:styleable/ViewTransition = 0x7f120093 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.DynamicColors.DayNight = 0x7f11027f +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.ShapeableImageView = 0x7f1103f9 +kr.co.landvibe.summer_coding_android:styleable/Slider = 0x7f120079 +kr.co.landvibe.summer_coding_android:styleable/Layout = 0x7f120047 +kr.co.landvibe.summer_coding_android:dimen/mtrl_textinput_end_icon_margin_start = 0x7f06021e +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.Button = 0x7f1100bd +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.CompoundButton.RadioButton = 0x7f1102d6 +kr.co.landvibe.summer_coding_android:style/Theme.Material3.Dark.Dialog.MinWidth = 0x7f110218 +kr.co.landvibe.summer_coding_android:layout/material_timepicker_textinput_display = 0x7f0c0046 +kr.co.landvibe.summer_coding_android:color/abc_search_url_text_pressed = 0x7f05000f +kr.co.landvibe.summer_coding_android:styleable/ActionMenuView = 0x7f120003 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.ListPopupWindow = 0x7f1100d6 +kr.co.landvibe.summer_coding_android:attr/cardMaxElevation = 0x7f030087 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.Spinner.Underlined = 0x7f110306 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.Light.ActionBar.Solid = 0x7f11035f +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_day_corner = 0x7f060196 +kr.co.landvibe.summer_coding_android:style/Theme.AppCompat.Light.NoActionBar = 0x7f11020c +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.Button.Borderless.Colored = 0x7f1102cf +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.TextInputEditText.OutlinedBox = 0x7f1102b9 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.Chip.Suggestion = 0x7f110341 +kr.co.landvibe.summer_coding_android:styleable/MaterialTextView = 0x7f120059 +kr.co.landvibe.summer_coding_android:style/Theme.AppCompat.DayNight.Dialog.Alert = 0x7f1101fd +kr.co.landvibe.summer_coding_android:style/Theme.AppCompat.CompactMenu = 0x7f1101f9 +kr.co.landvibe.summer_coding_android:style/Theme.Design.Light.NoActionBar = 0x7f110212 +kr.co.landvibe.summer_coding_android:dimen/mtrl_textinput_box_stroke_width_focused = 0x7f06021c +kr.co.landvibe.summer_coding_android:dimen/m3_appbar_size_medium = 0x7f0600ad +kr.co.landvibe.summer_coding_android:color/m3_switch_track_tint = 0x7f05012e +kr.co.landvibe.summer_coding_android:styleable/GradientColor = 0x7f12003b +kr.co.landvibe.summer_coding_android:styleable/KeyTrigger = 0x7f120046 +kr.co.landvibe.summer_coding_android:style/TextAppearance.MaterialComponents.Tooltip = 0x7f1101f1 +kr.co.landvibe.summer_coding_android:style/TextAppearance.MaterialComponents.Overline = 0x7f1101ed +kr.co.landvibe.summer_coding_android:style/TextAppearance.MaterialComponents.Headline3 = 0x7f1101e9 +kr.co.landvibe.summer_coding_android:styleable/ChipGroup = 0x7f12001e +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.MaterialTimePicker.Display.TextInputEditText = 0x7f11028f +kr.co.landvibe.summer_coding_android:id/view_tree_lifecycle_owner = 0x7f0901fb +kr.co.landvibe.summer_coding_android:color/material_on_primary_emphasis_medium = 0x7f0501fc +kr.co.landvibe.summer_coding_android:color/m3_tonal_button_ripple_color_selector = 0x7f0501a3 +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Medium = 0x7f110191 +kr.co.landvibe.summer_coding_android:color/mtrl_card_view_foreground = 0x7f050216 +kr.co.landvibe.summer_coding_android:id/BOTTOM_START = 0x7f090002 +kr.co.landvibe.summer_coding_android:drawable/abc_ratingbar_small_material = 0x7f07003b +kr.co.landvibe.summer_coding_android:style/TextAppearance.Material3.HeadlineMedium = 0x7f1101d8 +kr.co.landvibe.summer_coding_android:anim/abc_shrink_fade_out_from_bottom = 0x7f010005 +kr.co.landvibe.summer_coding_android:attr/showText = 0x7f030353 +kr.co.landvibe.summer_coding_android:dimen/mtrl_exposed_dropdown_menu_popup_vertical_padding = 0x7f0601c5 +kr.co.landvibe.summer_coding_android:style/TextAppearance.Material3.DisplaySmall = 0x7f1101d6 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.Button.TextButton.Dialog = 0x7f11032d +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_neutral_variant95 = 0x7f0500fd +kr.co.landvibe.summer_coding_android:style/Widget.Material3.TextInputEditText.OutlinedBox = 0x7f110392 +kr.co.landvibe.summer_coding_android:color/mtrl_tabs_icon_color_selector_colored = 0x7f050236 +kr.co.landvibe.summer_coding_android:style/TextAppearance.Material3.ActionBar.Subtitle = 0x7f1101cf +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.Light = 0x7f1102ab +kr.co.landvibe.summer_coding_android:dimen/m3_fab_border_width = 0x7f0600ee +kr.co.landvibe.summer_coding_android:style/TextAppearance.M3.Sys.Typescale.BodyLarge = 0x7f1101c0 +kr.co.landvibe.summer_coding_android:string/mtrl_picker_date_header_title = 0x7f100067 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_primary90 = 0x7f0500bb +kr.co.landvibe.summer_coding_android:style/TextAppearance.Design.Error = 0x7f1101b8 +kr.co.landvibe.summer_coding_android:style/TextAppearance.M3.Sys.Typescale.DisplayMedium = 0x7f1101c4 +kr.co.landvibe.summer_coding_android:style/TextAppearance.Design.Counter.Overflow = 0x7f1101b7 +kr.co.landvibe.summer_coding_android:styleable/NavigationBarView = 0x7f120068 +kr.co.landvibe.summer_coding_android:dimen/m3_navigation_rail_item_active_indicator_width = 0x7f060102 +kr.co.landvibe.summer_coding_android:id/textEnd = 0x7f0901cb +kr.co.landvibe.summer_coding_android:styleable/ActionMenuItemView = 0x7f120002 +kr.co.landvibe.summer_coding_android:style/TextAppearance.Compat.Notification.Title = 0x7f1101b4 +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Button = 0x7f110183 +kr.co.landvibe.summer_coding_android:styleable/AppBarLayout_Layout = 0x7f12000c +kr.co.landvibe.summer_coding_android:id/transition_current_scene = 0x7f0901e4 +kr.co.landvibe.summer_coding_android:color/design_default_color_secondary_variant = 0x7f050049 +kr.co.landvibe.summer_coding_android:bool/mtrl_btn_textappearance_all_caps = 0x7f040002 +kr.co.landvibe.summer_coding_android:style/TextAppearance.Compat.Notification.Time = 0x7f1101b3 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.MaterialCalendar.Day.Today = 0x7f1103da +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.TimePicker = 0x7f1102bb +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.Light.LargeTouch = 0x7f110258 +kr.co.landvibe.summer_coding_android:string/abc_searchview_description_submit = 0x7f100016 +kr.co.landvibe.summer_coding_android:dimen/notification_top_pad_large_text = 0x7f060236 +kr.co.landvibe.summer_coding_android:dimen/mtrl_navigation_rail_text_bottom_margin = 0x7f0601f4 +kr.co.landvibe.summer_coding_android:string/path_password_eye = 0x7f100083 +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Widget.Button.Colored = 0x7f1101a8 +kr.co.landvibe.summer_coding_android:color/switch_thumb_normal_material_light = 0x7f050258 +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Widget.Button = 0x7f1101a6 +kr.co.landvibe.summer_coding_android:style/Platform.V25.AppCompat.Light = 0x7f110130 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.AppCompat.ActionBar = 0x7f11025f +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.MaterialCalendar.Day = 0x7f1103d7 +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Widget.ActionMode.Title.Inverse = 0x7f1101a5 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.ButtonBar = 0x7f1100c3 +kr.co.landvibe.summer_coding_android:style/Base.Widget.Material3.CardView = 0x7f1100ef +kr.co.landvibe.summer_coding_android:styleable/CollapsingToolbarLayout_Layout = 0x7f120023 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.TextInputEditText.OutlinedBox = 0x7f110403 +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Widget.ActionMode.Subtitle = 0x7f1101a2 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.OutlinedBox = 0x7f1102a0 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.MaterialCalendar.DayTextView = 0x7f110367 +kr.co.landvibe.summer_coding_android:string/m3_ref_typeface_brand_medium = 0x7f10003a +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.TextInputLayout.FilledBox.Dense.ExposedDropdownMenu = 0x7f110407 +kr.co.landvibe.summer_coding_android:style/Base.Theme.Material3.Dark.Dialog = 0x7f110057 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_secondary99 = 0x7f0500ca +kr.co.landvibe.summer_coding_android:dimen/abc_button_inset_horizontal_material = 0x7f060012 +kr.co.landvibe.summer_coding_android:layout/abc_action_bar_title_item = 0x7f0c0000 +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Widget.Switch = 0x7f1101ae +kr.co.landvibe.summer_coding_android:style/Widget.Material3.BottomSheet.Modal = 0x7f110324 +kr.co.landvibe.summer_coding_android:style/Animation.AppCompat.Tooltip = 0x7f110005 +kr.co.landvibe.summer_coding_android:id/pin = 0x7f09016a +kr.co.landvibe.summer_coding_android:id/line3 = 0x7f09010a +kr.co.landvibe.summer_coding_android:dimen/m3_navigation_item_shape_inset_top = 0x7f0600fb +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.BottomSheet.Modal = 0x7f1103b4 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.Chip.Assist = 0x7f110339 +kr.co.landvibe.summer_coding_android:style/TestStyleWithLineHeight = 0x7f11017a +kr.co.landvibe.summer_coding_android:style/Widget.Design.BottomSheet.Modal = 0x7f11030f +kr.co.landvibe.summer_coding_android:interpolator/btn_checkbox_checked_mtrl_animation_interpolator_1 = 0x7f0b0001 +kr.co.landvibe.summer_coding_android:attr/cornerSize = 0x7f030122 +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Title.Inverse = 0x7f11019b +kr.co.landvibe.summer_coding_android:styleable/ScrollingViewBehavior_Layout = 0x7f120075 +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Subhead = 0x7f110198 +kr.co.landvibe.summer_coding_android:layout/activity_ckgod2 = 0x7f0c001d +kr.co.landvibe.summer_coding_android:id/anticipate = 0x7f09004f +kr.co.landvibe.summer_coding_android:string/group_name = 0x7f100032 +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Medium.Inverse = 0x7f110192 +kr.co.landvibe.summer_coding_android:style/Theme.Material3.Dark = 0x7f110214 +kr.co.landvibe.summer_coding_android:attr/transformPivotTarget = 0x7f030428 +kr.co.landvibe.summer_coding_android:id/navigation_bar_item_labels_group = 0x7f09014a +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Large.Inverse = 0x7f11018c +kr.co.landvibe.summer_coding_android:dimen/m3_sys_motion_easing_linear_control_x2 = 0x7f060129 +kr.co.landvibe.summer_coding_android:id/test_radiobutton_android_button_tint = 0x7f0901c7 +kr.co.landvibe.summer_coding_android:color/dim_foreground_material_light = 0x7f050058 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.Slider = 0x7f110389 +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.SearchResult.Title = 0x7f110195 +kr.co.landvibe.summer_coding_android:style/Theme.Material3.Light.Dialog.Alert = 0x7f110228 +kr.co.landvibe.summer_coding_android:string/mtrl_picker_text_input_day_abbr = 0x7f100079 +kr.co.landvibe.summer_coding_android:string/abc_searchview_description_voice = 0x7f100017 +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Large = 0x7f11018b +kr.co.landvibe.summer_coding_android:styleable/RadialViewGroup = 0x7f120070 +kr.co.landvibe.summer_coding_android:style/Theme.AppCompat.Light.Dialog = 0x7f110208 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.CircularProgressIndicator.Small = 0x7f110347 +kr.co.landvibe.summer_coding_android:drawable/btn_checkbox_checked_mtrl = 0x7f070059 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.AppCompat.DayNight = 0x7f110262 +kr.co.landvibe.summer_coding_android:styleable/ButtonBarLayout = 0x7f120018 +kr.co.landvibe.summer_coding_android:dimen/mtrl_btn_icon_padding = 0x7f060181 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_dark_on_surface_variant = 0x7f050153 +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Headline = 0x7f110189 +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_month_vertical_padding = 0x7f0601aa +kr.co.landvibe.summer_coding_android:color/material_dynamic_tertiary60 = 0x7f0501e6 +kr.co.landvibe.summer_coding_android:id/icon_group = 0x7f0900ec +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Widget.ActionBar.Subtitle = 0x7f11019e +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.Dialog.Alert.Bridge = 0x7f110242 +kr.co.landvibe.summer_coding_android:string/abc_action_mode_done = 0x7f100003 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.SearchView = 0x7f1102ff +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.Chip.Entry = 0x7f1103c5 +kr.co.landvibe.summer_coding_android:styleable/include = 0x7f120094 +kr.co.landvibe.summer_coding_android:id/accessibility_custom_action_17 = 0x7f090019 +kr.co.landvibe.summer_coding_android:style/Base.V26.Theme.AppCompat = 0x7f1100a5 +kr.co.landvibe.summer_coding_android:id/cache_measures = 0x7f09006b +kr.co.landvibe.summer_coding_android:style/Test.Widget.MaterialComponents.MaterialCalendar.Day.Selected = 0x7f110179 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog = 0x7f1102ad +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.Toolbar.Primary = 0x7f110419 +kr.co.landvibe.summer_coding_android:styleable/CardView = 0x7f12001a +kr.co.landvibe.summer_coding_android:style/ShapeAppearanceOverlay.TopRightDifferentCornerSize = 0x7f110174 +kr.co.landvibe.summer_coding_android:style/ShapeAppearanceOverlay.MaterialComponents.FloatingActionButton = 0x7f11016e +kr.co.landvibe.summer_coding_android:style/ShapeAppearanceOverlay.MaterialComponents.ExtendedFloatingActionButton = 0x7f11016d +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.Badge = 0x7f1103ac +kr.co.landvibe.summer_coding_android:attr/showPaths = 0x7f030352 +kr.co.landvibe.summer_coding_android:style/ShapeAppearanceOverlay.MaterialComponents.BottomSheet = 0x7f11016b +kr.co.landvibe.summer_coding_android:style/ShapeAppearanceOverlay.MaterialAlertDialog.Material3 = 0x7f11016a +kr.co.landvibe.summer_coding_android:style/TextAppearance.M3.Sys.Typescale.DisplayLarge = 0x7f1101c3 +kr.co.landvibe.summer_coding_android:style/Theme.Design.Light.BottomSheetDialog = 0x7f110211 +kr.co.landvibe.summer_coding_android:style/ShapeAppearanceOverlay.Cut = 0x7f110163 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.TabLayout.Secondary = 0x7f11038f +kr.co.landvibe.summer_coding_android:style/ShapeAppearance.MaterialComponents.Test = 0x7f11015e +kr.co.landvibe.summer_coding_android:styleable/FragmentContainerView = 0x7f12003a +kr.co.landvibe.summer_coding_android:style/ShapeAppearance.MaterialComponents = 0x7f11015a +kr.co.landvibe.summer_coding_android:style/ShapeAppearance.Material3.Tooltip = 0x7f110159 +kr.co.landvibe.summer_coding_android:color/abc_hint_foreground_material_dark = 0x7f050007 +kr.co.landvibe.summer_coding_android:style/ShapeAppearance.Material3.NavigationBarView.ActiveIndicator = 0x7f110157 +kr.co.landvibe.summer_coding_android:id/square = 0x7f0901a7 +kr.co.landvibe.summer_coding_android:style/Base.ThemeOverlay.AppCompat.Dialog.Alert = 0x7f110073 +kr.co.landvibe.summer_coding_android:string/abc_menu_shift_shortcut_label = 0x7f10000e +kr.co.landvibe.summer_coding_android:style/MaterialAlertDialog.MaterialComponents.Picker.Date.Calendar = 0x7f11011c +kr.co.landvibe.summer_coding_android:id/playButton = 0x7f09016b +kr.co.landvibe.summer_coding_android:style/ShapeAppearance.Material3.Corner.None = 0x7f110153 +kr.co.landvibe.summer_coding_android:styleable/DrawerLayout = 0x7f120030 +kr.co.landvibe.summer_coding_android:style/ShapeAppearance.M3.Sys.Shape.Corner.ExtraSmall.Top = 0x7f110146 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.Button.OutlinedButton.Icon = 0x7f1103b8 +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Tooltip = 0x7f11002e +kr.co.landvibe.summer_coding_android:id/SHIFT = 0x7f090007 +kr.co.landvibe.summer_coding_android:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.Shortcut = 0x7f110137 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.Button.OutlinedButton = 0x7f11032a +kr.co.landvibe.summer_coding_android:id/on = 0x7f09015a +kr.co.landvibe.summer_coding_android:style/Theme.AppCompat.DayNight.Dialog.MinWidth = 0x7f1101fe +kr.co.landvibe.summer_coding_android:style/Platform.Widget.AppCompat.Spinner = 0x7f110131 +kr.co.landvibe.summer_coding_android:style/Platform.V21.AppCompat.Light = 0x7f11012e +kr.co.landvibe.summer_coding_android:style/RtlUnderlay.Widget.AppCompat.ActionButton = 0x7f110141 +kr.co.landvibe.summer_coding_android:style/Theme.AppCompat.Empty = 0x7f110205 +kr.co.landvibe.summer_coding_android:integer/material_motion_duration_long_1 = 0x7f0a001f +kr.co.landvibe.summer_coding_android:style/Platform.MaterialComponents.Light = 0x7f110128 +kr.co.landvibe.summer_coding_android:style/Base.Widget.MaterialComponents.PopupMenu.Overflow = 0x7f110107 +kr.co.landvibe.summer_coding_android:style/MaterialAlertDialog.MaterialComponents.Title.Text.CenterStacked = 0x7f110123 +kr.co.landvibe.summer_coding_android:styleable/ConstraintLayout_placeholder = 0x7f120029 +kr.co.landvibe.summer_coding_android:string/material_timepicker_hour = 0x7f100058 +kr.co.landvibe.summer_coding_android:color/design_default_color_on_secondary = 0x7f050043 +kr.co.landvibe.summer_coding_android:style/TextAppearance.Design.Placeholder = 0x7f1101bb +kr.co.landvibe.summer_coding_android:string/chip_text = 0x7f100028 +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.Dialog.FixedSize = 0x7f110244 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.TextInputLayout.FilledBox = 0x7f110405 +kr.co.landvibe.summer_coding_android:id/search_edit_frame = 0x7f090188 +kr.co.landvibe.summer_coding_android:color/mtrl_outlined_stroke_color = 0x7f050231 +kr.co.landvibe.summer_coding_android:id/message = 0x7f090125 +kr.co.landvibe.summer_coding_android:style/Base.V28.Theme.AppCompat.Light = 0x7f1100a9 +kr.co.landvibe.summer_coding_android:string/abc_shareactionprovider_share_with_application = 0x7f100019 +kr.co.landvibe.summer_coding_android:style/MaterialAlertDialog.MaterialComponents.Picker.Date.Spinner = 0x7f11011d +kr.co.landvibe.summer_coding_android:style/Base.V7.Theme.AppCompat.Light.Dialog = 0x7f1100ad +kr.co.landvibe.summer_coding_android:color/teal_200 = 0x7f050259 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_neutral70 = 0x7f05009f +kr.co.landvibe.summer_coding_android:dimen/notification_subtext_size = 0x7f060234 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.BottomNavigationView.ActiveIndicator = 0x7f110322 +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.DayNight.Dialog.Alert = 0x7f110236 +kr.co.landvibe.summer_coding_android:style/MaterialAlertDialog.MaterialComponents.Title.Icon = 0x7f11011e +kr.co.landvibe.summer_coding_android:style/Base.Widget.MaterialComponents.TextInputEditText = 0x7f11010a +kr.co.landvibe.summer_coding_android:style/Base.Widget.MaterialComponents.Slider = 0x7f110108 +kr.co.landvibe.summer_coding_android:attr/textAppearanceSmallPopupMenu = 0x7f0303d0 +kr.co.landvibe.summer_coding_android:drawable/notification_template_icon_bg = 0x7f070096 +kr.co.landvibe.summer_coding_android:style/Base.V14.Theme.Material3.Light.BottomSheetDialog = 0x7f110082 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.ActionMode = 0x7f1102ca +kr.co.landvibe.summer_coding_android:styleable/FlowLayout = 0x7f120035 +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Light.SearchResult.Title = 0x7f11018e +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.BottomSheet = 0x7f1103b3 +kr.co.landvibe.summer_coding_android:id/tag_accessibility_pane_title = 0x7f0901bb +kr.co.landvibe.summer_coding_android:style/Base.Widget.Material3.ExtendedFloatingActionButton = 0x7f1100f5 +kr.co.landvibe.summer_coding_android:color/m3_chip_background_color = 0x7f050074 +kr.co.landvibe.summer_coding_android:style/Base.V14.Theme.MaterialComponents.Light.Bridge = 0x7f110089 +kr.co.landvibe.summer_coding_android:id/month_navigation_next = 0x7f09012b +kr.co.landvibe.summer_coding_android:drawable/abc_ic_commit_search_api_mtrl_alpha = 0x7f07001f +kr.co.landvibe.summer_coding_android:interpolator/mtrl_fast_out_linear_in = 0x7f0b0007 +kr.co.landvibe.summer_coding_android:dimen/mtrl_textinput_outline_box_expanded_padding = 0x7f06021f +kr.co.landvibe.summer_coding_android:style/Widget.Material3.BottomSheet = 0x7f110323 +kr.co.landvibe.summer_coding_android:id/action_mode_bar_stub = 0x7f090041 +kr.co.landvibe.summer_coding_android:style/Base.Theme.Material3.Light.BottomSheetDialog = 0x7f110059 +kr.co.landvibe.summer_coding_android:attr/tabIndicator = 0x7f030395 +kr.co.landvibe.summer_coding_android:id/default_activity_button = 0x7f09009e +kr.co.landvibe.summer_coding_android:drawable/notification_bg_low = 0x7f070090 +kr.co.landvibe.summer_coding_android:id/accessibility_custom_action_2 = 0x7f09001c +kr.co.landvibe.summer_coding_android:style/Base.Widget.Material3.TabLayout.Secondary = 0x7f1100fe +kr.co.landvibe.summer_coding_android:id/tag_accessibility_actions = 0x7f0901b8 +kr.co.landvibe.summer_coding_android:style/Base.Widget.Material3.MaterialCalendar.NavigationButton = 0x7f1100fa +kr.co.landvibe.summer_coding_android:style/Base.Widget.Material3.FloatingActionButton = 0x7f1100f7 +kr.co.landvibe.summer_coding_android:id/counterclockwise = 0x7f090094 +kr.co.landvibe.summer_coding_android:dimen/m3_bottom_nav_item_active_indicator_margin_horizontal = 0x7f0600b5 +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.Light.BarSize = 0x7f11024a +kr.co.landvibe.summer_coding_android:style/Base.Widget.Material3.ExtendedFloatingActionButton.Icon = 0x7f1100f6 +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.DayNight.DarkActionBar.Bridge = 0x7f110234 +kr.co.landvibe.summer_coding_android:style/Base.Widget.Material3.CompoundButton.RadioButton = 0x7f1100f3 +kr.co.landvibe.summer_coding_android:drawable/abc_ratingbar_indicator_material = 0x7f070039 +kr.co.landvibe.summer_coding_android:style/Base.Widget.Material3.ActionBar.Solid = 0x7f1100ed +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.Button.TextButton = 0x7f1103b9 +kr.co.landvibe.summer_coding_android:styleable/View = 0x7f12008f +kr.co.landvibe.summer_coding_android:style/Base.Widget.Material3.TabLayout = 0x7f1100fc +kr.co.landvibe.summer_coding_android:style/Base.Widget.Design.TabLayout = 0x7f1100ec +kr.co.landvibe.summer_coding_android:color/cardview_light_background = 0x7f05002b +kr.co.landvibe.summer_coding_android:styleable/ViewBackgroundHelper = 0x7f120090 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.MaterialCalendar.Day = 0x7f110362 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.TextView.SpinnerItem = 0x7f1100e9 +kr.co.landvibe.summer_coding_android:styleable/FontFamilyFont = 0x7f120037 +kr.co.landvibe.summer_coding_android:drawable/round_border = 0x7f07009b +kr.co.landvibe.summer_coding_android:style/Base.V7.Theme.AppCompat.Dialog = 0x7f1100ab +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.Spinner = 0x7f1100e6 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.Button.Icon = 0x7f110328 +kr.co.landvibe.summer_coding_android:styleable/BottomNavigationView = 0x7f120016 +kr.co.landvibe.summer_coding_android:style/ShapeAppearanceOverlay.Material3.NavigationView.Item = 0x7f110168 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.ProgressBar = 0x7f1100dd +kr.co.landvibe.summer_coding_android:dimen/m3_chip_icon_size = 0x7f0600e5 +kr.co.landvibe.summer_coding_android:id/text2 = 0x7f0901ca +kr.co.landvibe.summer_coding_android:attr/layout_constraintWidth_min = 0x7f030258 +kr.co.landvibe.summer_coding_android:string/material_timepicker_select_time = 0x7f10005b +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.Dialog.Alert = 0x7f1102a9 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.ListView.DropDown = 0x7f1100d8 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.TextInputLayout.FilledBox.Dense = 0x7f110395 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.Light.ActionBar.TabText.Inverse = 0x7f1100d1 +kr.co.landvibe.summer_coding_android:style/CardView.Dark = 0x7f11010e +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Light.Widget.PopupMenu.Small = 0x7f110021 +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Body2 = 0x7f110015 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.Light.ActionBar.TabText = 0x7f1100d0 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.DropDownItem.Spinner = 0x7f1100ca +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.DayNight.BottomSheetDialog = 0x7f1102a7 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.TextInputLayout.FilledBox.ExposedDropdownMenu = 0x7f110397 +kr.co.landvibe.summer_coding_android:string/m3_ref_typeface_brand_regular = 0x7f10003b +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.CompoundButton.Switch = 0x7f1100c7 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.ButtonBar.AlertDialog = 0x7f1100c4 +kr.co.landvibe.summer_coding_android:style/Base.Theme.MaterialComponents.Light.DarkActionBar = 0x7f110066 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.Button.Borderless.Colored = 0x7f1100bf +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.NoActionBar.Bridge = 0x7f11025c +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dark_on_surface_variant = 0x7f05013d +kr.co.landvibe.summer_coding_android:style/TextAppearance.MaterialComponents.Headline1 = 0x7f1101e7 +kr.co.landvibe.summer_coding_android:color/material_slider_halo_color = 0x7f050203 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.ActionBar.TabText = 0x7f1100b5 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.AutoCompleteTextView.OutlinedBox = 0x7f1103aa +kr.co.landvibe.summer_coding_android:layout/mtrl_picker_text_input_date_range = 0x7f0c0064 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.Light.Dialog.Alert.Framework = 0x7f110288 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.ActionBar.TabBar = 0x7f1100b4 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.TextInputEditText.FilledBox = 0x7f110390 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.ActionBar.Solid = 0x7f1100b3 +kr.co.landvibe.summer_coding_android:style/Base.V28.Theme.AppCompat = 0x7f1100a8 +kr.co.landvibe.summer_coding_android:string/bottomsheet_action_expand_halfway = 0x7f100022 +kr.co.landvibe.summer_coding_android:style/Base.Widget.MaterialComponents.Snackbar = 0x7f110109 +kr.co.landvibe.summer_coding_android:style/Base.V26.Theme.AppCompat.Light = 0x7f1100a6 +kr.co.landvibe.summer_coding_android:styleable/CollapsingToolbarLayout = 0x7f120022 +kr.co.landvibe.summer_coding_android:style/Base.V24.Theme.Material3.Light.Dialog = 0x7f1100a4 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.FloatingActionButton.Large.Primary = 0x7f110357 +kr.co.landvibe.summer_coding_android:dimen/design_fab_translation_z_hovered_focused = 0x7f060075 +kr.co.landvibe.summer_coding_android:style/Base.V23.Theme.AppCompat.Light = 0x7f1100a0 +kr.co.landvibe.summer_coding_android:styleable/KeyCycle = 0x7f120040 +kr.co.landvibe.summer_coding_android:integer/mtrl_chip_anim_duration = 0x7f0a002e +kr.co.landvibe.summer_coding_android:color/mtrl_navigation_item_background_color = 0x7f05022b +kr.co.landvibe.summer_coding_android:style/Base.V21.Theme.MaterialComponents.Light = 0x7f110098 +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.CompactMenu = 0x7f11022f +kr.co.landvibe.summer_coding_android:dimen/m3_sys_motion_easing_emphasized_accelerate_control_y1 = 0x7f060116 +kr.co.landvibe.summer_coding_android:style/Base.V14.ThemeOverlay.MaterialComponents.Dialog = 0x7f11008f +kr.co.landvibe.summer_coding_android:dimen/design_navigation_item_vertical_padding = 0x7f06007c +kr.co.landvibe.summer_coding_android:style/Widget.Material3.CardView.Elevated = 0x7f110335 +kr.co.landvibe.summer_coding_android:attr/transitionEasing = 0x7f03042a +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.Dialog.Bridge = 0x7f110243 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.RatingBar.Small = 0x7f1102fe +kr.co.landvibe.summer_coding_android:style/Base.V14.Theme.MaterialComponents.Light = 0x7f110088 +kr.co.landvibe.summer_coding_android:style/Platform.ThemeOverlay.AppCompat.Light = 0x7f11012c +kr.co.landvibe.summer_coding_android:dimen/m3_sys_motion_easing_emphasized_decelerate_control_x1 = 0x7f060118 +kr.co.landvibe.summer_coding_android:style/Base.Theme.MaterialComponents.Dialog.Bridge = 0x7f110060 +kr.co.landvibe.summer_coding_android:style/Base.V14.Theme.MaterialComponents.Dialog = 0x7f110086 +kr.co.landvibe.summer_coding_android:dimen/mtrl_btn_pressed_z = 0x7f060189 +kr.co.landvibe.summer_coding_android:color/bright_foreground_material_dark = 0x7f050026 +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.DayNight.Dialog.MinWidth.Bridge = 0x7f11023c +kr.co.landvibe.summer_coding_android:string/abc_menu_meta_shortcut_label = 0x7f10000d +kr.co.landvibe.summer_coding_android:style/Base.V14.Theme.MaterialComponents.Bridge = 0x7f110085 +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Display3 = 0x7f110187 +kr.co.landvibe.summer_coding_android:style/Base.V14.Theme.Material3.Light.Dialog = 0x7f110083 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.Button.TextButton.Dialog.Icon = 0x7f11032f +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.Toolbar = 0x7f110418 +kr.co.landvibe.summer_coding_android:layout/mtrl_picker_header_selection_text = 0x7f0c0060 +kr.co.landvibe.summer_coding_android:style/Base.Widget.Material3.CollapsingToolbar = 0x7f1100f1 +kr.co.landvibe.summer_coding_android:styleable/CustomAttribute = 0x7f12002e +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Display4 = 0x7f110188 +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.Widget.AppCompat.ExpandedMenu.Item = 0x7f110044 +kr.co.landvibe.summer_coding_android:string/yesxon = 0x7f10008c +kr.co.landvibe.summer_coding_android:style/TextAppearance.MaterialComponents.Headline2 = 0x7f1101e8 +kr.co.landvibe.summer_coding_android:id/decelerate = 0x7f09009b +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_light_tertiary = 0x7f050173 +kr.co.landvibe.summer_coding_android:style/Base.ThemeOverlay.MaterialComponents.Light.Dialog.Alert.Framework = 0x7f11007c +kr.co.landvibe.summer_coding_android:style/Base.Theme.AppCompat.Dialog.Alert = 0x7f11004a +kr.co.landvibe.summer_coding_android:styleable/Transform = 0x7f12008c +kr.co.landvibe.summer_coding_android:layout/test_design_checkbox = 0x7f0c0071 +kr.co.landvibe.summer_coding_android:string/mtrl_picker_toggle_to_text_input_mode = 0x7f10007e +kr.co.landvibe.summer_coding_android:dimen/mtrl_btn_icon_btn_padding_left = 0x7f060180 +kr.co.landvibe.summer_coding_android:style/Base.ThemeOverlay.AppCompat.Dark.ActionBar = 0x7f110071 +kr.co.landvibe.summer_coding_android:style/ShapeAppearanceOverlay.TopLeftCut = 0x7f110173 +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.Dialog.MinWidth = 0x7f110246 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_neutral10 = 0x7f050098 +kr.co.landvibe.summer_coding_android:styleable/TextInputLayout = 0x7f120088 +kr.co.landvibe.summer_coding_android:dimen/m3_alert_dialog_action_bottom_padding = 0x7f06009f +kr.co.landvibe.summer_coding_android:style/Base.Theme.MaterialComponents.Light.DialogWhenLarge = 0x7f11006d +kr.co.landvibe.summer_coding_android:style/Base.Widget.MaterialComponents.PopupMenu.ContextMenu = 0x7f110105 +kr.co.landvibe.summer_coding_android:style/Base.Theme.MaterialComponents.Light.Dialog.MinWidth = 0x7f11006c +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Widget.PopupMenu.Small = 0x7f11003d +kr.co.landvibe.summer_coding_android:attr/checkedTextViewStyle = 0x7f0300a4 +kr.co.landvibe.summer_coding_android:id/accessibility_custom_action_1 = 0x7f090011 +kr.co.landvibe.summer_coding_android:style/Base.Theme.MaterialComponents.Light.Dialog.Alert = 0x7f110069 +kr.co.landvibe.summer_coding_android:style/Base.Theme.MaterialComponents.Light.DarkActionBar.Bridge = 0x7f110067 +kr.co.landvibe.summer_coding_android:attr/layout_editor_absoluteX = 0x7f03025b +kr.co.landvibe.summer_coding_android:dimen/m3_card_stroke_width = 0x7f0600de +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.AutoCompleteTextView.FilledBox.Dense = 0x7f11026c +kr.co.landvibe.summer_coding_android:style/Base.Theme.MaterialComponents.Light.Bridge = 0x7f110065 +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.DayNight.Dialog.Bridge = 0x7f110238 +kr.co.landvibe.summer_coding_android:style/Base.Widget.Material3.ActionMode = 0x7f1100ee +kr.co.landvibe.summer_coding_android:drawable/mtrl_ic_error = 0x7f070088 +kr.co.landvibe.summer_coding_android:color/dim_foreground_material_dark = 0x7f050057 +kr.co.landvibe.summer_coding_android:id/SYM = 0x7f09000b +kr.co.landvibe.summer_coding_android:style/Base.Theme.MaterialComponents.Bridge = 0x7f11005c +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Widget.Button.Inverse = 0x7f1101a9 +kr.co.landvibe.summer_coding_android:attr/trackColorActive = 0x7f030421 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.ListMenuView = 0x7f1102f2 +kr.co.landvibe.summer_coding_android:style/Base.Theme.Material3.Light.Dialog = 0x7f11005a +kr.co.landvibe.summer_coding_android:id/sharedValueUnset = 0x7f090192 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.PopupMenu.Overflow = 0x7f1102f8 +kr.co.landvibe.summer_coding_android:style/Base.Theme.Material3.Dark.BottomSheetDialog = 0x7f110056 +kr.co.landvibe.summer_coding_android:style/Widget.Design.TabLayout = 0x7f110315 +kr.co.landvibe.summer_coding_android:color/accent_material_light = 0x7f05001a +kr.co.landvibe.summer_coding_android:color/material_dynamic_secondary90 = 0x7f0501dc +kr.co.landvibe.summer_coding_android:string/error_icon_content_description = 0x7f10002d +kr.co.landvibe.summer_coding_android:string/mtrl_picker_invalid_format_use = 0x7f10006c +kr.co.landvibe.summer_coding_android:style/Base.Theme.AppCompat.Light.Dialog = 0x7f110050 +kr.co.landvibe.summer_coding_android:string/material_timepicker_clock_mode_description = 0x7f100057 +kr.co.landvibe.summer_coding_android:string/hide_bottom_view_on_scroll_behavior = 0x7f100034 +kr.co.landvibe.summer_coding_android:style/Base.Theme.AppCompat.Dialog.FixedSize = 0x7f11004b +kr.co.landvibe.summer_coding_android:integer/m3_sys_motion_path = 0x7f0a001e +kr.co.landvibe.summer_coding_android:attr/popupWindowStyle = 0x7f030318 +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.Widget.AppCompat.Toolbar.Title = 0x7f110046 +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Widget.TextView.SpinnerItem = 0x7f11003f +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Widget.PopupMenu.Header = 0x7f11003b +kr.co.landvibe.summer_coding_android:style/TextAppearance.Material3.LabelMedium = 0x7f1101db +kr.co.landvibe.summer_coding_android:id/accessibility_custom_action_23 = 0x7f090020 +kr.co.landvibe.summer_coding_android:dimen/abc_action_bar_icon_vertical_padding_material = 0x7f060006 +kr.co.landvibe.summer_coding_android:style/AlertDialog.AppCompat = 0x7f110000 +kr.co.landvibe.summer_coding_android:color/greenButton = 0x7f05005d +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Widget.DropDownItem = 0x7f11003a +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.DayNight.DialogWhenLarge = 0x7f11023d +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Widget.Button.Inverse = 0x7f110039 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.ProgressBar = 0x7f1102fa +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse = 0x7f110031 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.TimePicker.Display.HelperText = 0x7f110413 +kr.co.landvibe.summer_coding_android:attr/textAppearanceTitleSmall = 0x7f0303d5 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.MaterialCalendar.DayTextView = 0x7f1103dc +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.Light.AutoCompleteTextView = 0x7f1102ea +kr.co.landvibe.summer_coding_android:attr/flow_verticalStyle = 0x7f0301b7 +kr.co.landvibe.summer_coding_android:attr/selectableItemBackground = 0x7f030342 +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Title.Inverse = 0x7f11002d +kr.co.landvibe.summer_coding_android:styleable/AnimatedStateListDrawableCompat = 0x7f120007 +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Title = 0x7f11002c +kr.co.landvibe.summer_coding_android:attr/subheaderTextAppearance = 0x7f030381 +kr.co.landvibe.summer_coding_android:style/Base.V21.Theme.MaterialComponents.Light.Dialog = 0x7f110099 +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Widget.ActionBar.Menu = 0x7f11019d +kr.co.landvibe.summer_coding_android:color/notification_action_color_filter = 0x7f05023f +kr.co.landvibe.summer_coding_android:attr/tooltipStyle = 0x7f030419 +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.SearchResult.Subtitle = 0x7f110026 +kr.co.landvibe.summer_coding_android:style/TextAppearance.Material3.HeadlineLarge = 0x7f1101d7 +kr.co.landvibe.summer_coding_android:style/Base.DialogWindowTitleBackground.AppCompat = 0x7f11000f +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.TextInputEditText.OutlinedBox = 0x7f110295 +kr.co.landvibe.summer_coding_android:id/left = 0x7f090106 +kr.co.landvibe.summer_coding_android:color/design_dark_default_color_primary_variant = 0x7f05003a +kr.co.landvibe.summer_coding_android:attr/textAppearanceBody2 = 0x7f0303b2 +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Medium = 0x7f110022 +kr.co.landvibe.summer_coding_android:id/group_divider = 0x7f0900e0 +kr.co.landvibe.summer_coding_android:dimen/abc_dropdownitem_icon_width = 0x7f060029 +kr.co.landvibe.summer_coding_android:style/MaterialAlertDialog.Material3.Title.Panel = 0x7f110116 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.DynamicColors.Dark = 0x7f11027e +kr.co.landvibe.summer_coding_android:color/mtrl_indicator_text_color = 0x7f050226 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.FloatingActionButton.Surface = 0x7f110283 +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Large = 0x7f11001e +kr.co.landvibe.summer_coding_android:styleable/MaterialCardView = 0x7f120053 +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Body1 = 0x7f110014 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.Button.UnelevatedButton = 0x7f110334 +kr.co.landvibe.summer_coding_android:style/Base.AlertDialog.AppCompat.Light = 0x7f110009 +kr.co.landvibe.summer_coding_android:styleable/TabItem = 0x7f120083 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.CollapsingToolbar = 0x7f1103cc +kr.co.landvibe.summer_coding_android:string/abc_shareactionprovider_share_with = 0x7f100018 +kr.co.landvibe.summer_coding_android:style/Animation.Design.BottomSheetDialog = 0x7f110006 +kr.co.landvibe.summer_coding_android:style/Base.Widget.MaterialComponents.Chip = 0x7f110101 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.Light.ActionBar = 0x7f1102dc +kr.co.landvibe.summer_coding_android:id/home = 0x7f0900e6 +kr.co.landvibe.summer_coding_android:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Icon1 = 0x7f11013c +kr.co.landvibe.summer_coding_android:style/AlertDialog.AppCompat.Light = 0x7f110001 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.Button.Colored = 0x7f1100c1 +kr.co.landvibe.summer_coding_android:string/won_unit = 0x7f10008b +kr.co.landvibe.summer_coding_android:styleable/CompoundButton = 0x7f120025 +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.Light.Dialog.Alert.Bridge = 0x7f110251 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.AppCompat = 0x7f11025e +kr.co.landvibe.summer_coding_android:string/passbook_name = 0x7f100081 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.FilledBox.Dense = 0x7f11029f +kr.co.landvibe.summer_coding_android:string/mtrl_picker_toggle_to_year_selection = 0x7f10007f +kr.co.landvibe.summer_coding_android:attr/values = 0x7f030435 +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse = 0x7f11019f +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_day_height = 0x7f060197 +kr.co.landvibe.summer_coding_android:dimen/m3_btn_elevated_btn_elevation = 0x7f0600c3 +kr.co.landvibe.summer_coding_android:color/m3_timepicker_clock_text_color = 0x7f05019c +kr.co.landvibe.summer_coding_android:id/transitionToEnd = 0x7f0901e2 +kr.co.landvibe.summer_coding_android:menu/example_menu2 = 0x7f0d0001 +kr.co.landvibe.summer_coding_android:id/honorRequest = 0x7f0900e8 +kr.co.landvibe.summer_coding_android:string/mtrl_picker_text_input_date_range_start_hint = 0x7f100078 +kr.co.landvibe.summer_coding_android:string/mtrl_picker_range_header_unselected = 0x7f100074 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.TextInputEditText.FilledBox = 0x7f1102b7 +kr.co.landvibe.summer_coding_android:string/mtrl_picker_toggle_to_calendar_input_mode = 0x7f10007c +kr.co.landvibe.summer_coding_android:dimen/m3_btn_icon_only_default_size = 0x7f0600c8 +kr.co.landvibe.summer_coding_android:style/TestStyleWithThemeLineHeightAttribute = 0x7f11017c +kr.co.landvibe.summer_coding_android:string/mtrl_picker_range_header_selected = 0x7f100072 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.Snackbar = 0x7f11038a +kr.co.landvibe.summer_coding_android:style/Widget.Material3.PopupMenu.ListPopupWindow = 0x7f110387 +kr.co.landvibe.summer_coding_android:string/mtrl_picker_out_of_range = 0x7f10006f +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Display2 = 0x7f110186 +kr.co.landvibe.summer_coding_android:styleable/AppCompatTextHelper = 0x7f120010 +kr.co.landvibe.summer_coding_android:style/Base.V14.ThemeOverlay.Material3.BottomSheetDialog = 0x7f11008d +kr.co.landvibe.summer_coding_android:attr/dynamicColorThemeOverlay = 0x7f030163 +kr.co.landvibe.summer_coding_android:dimen/mtrl_exposed_dropdown_menu_popup_elevation = 0x7f0601c3 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.Spinner.DropDown = 0x7f110304 +kr.co.landvibe.summer_coding_android:dimen/test_mtrl_calendar_day_cornerSize = 0x7f060238 +kr.co.landvibe.summer_coding_android:drawable/abc_text_select_handle_left_mtrl = 0x7f07004d +kr.co.landvibe.summer_coding_android:id/month_title = 0x7f09012d +kr.co.landvibe.summer_coding_android:id/imageView6 = 0x7f0900f6 +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Medium.Inverse = 0x7f110023 +kr.co.landvibe.summer_coding_android:string/mtrl_badge_numberless_content_description = 0x7f10005d +kr.co.landvibe.summer_coding_android:style/MaterialAlertDialog.Material3.Title.Icon = 0x7f110114 +kr.co.landvibe.summer_coding_android:style/TextAppearance.Widget.AppCompat.Toolbar.Subtitle = 0x7f1101f6 +kr.co.landvibe.summer_coding_android:attr/showDividers = 0x7f030350 +kr.co.landvibe.summer_coding_android:styleable/ConstraintSet = 0x7f12002b +kr.co.landvibe.summer_coding_android:string/abc_prepend_shortcut_label = 0x7f100011 +kr.co.landvibe.summer_coding_android:id/search_plate = 0x7f09018b +kr.co.landvibe.summer_coding_android:dimen/m3_btn_translation_z_base = 0x7f0600d6 +kr.co.landvibe.summer_coding_android:string/material_slider_range_end = 0x7f100054 +kr.co.landvibe.summer_coding_android:style/TextAppearance.MaterialComponents.Headline6 = 0x7f1101ec +kr.co.landvibe.summer_coding_android:string/mtrl_picker_toggle_to_day_selection = 0x7f10007d +kr.co.landvibe.summer_coding_android:string/material_motion_easing_linear = 0x7f100052 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.Toolbar.Surface = 0x7f110297 +kr.co.landvibe.summer_coding_android:drawable/avd_show_password = 0x7f070057 +kr.co.landvibe.summer_coding_android:string/material_motion_easing_decelerated = 0x7f100050 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.ActionBar.Solid = 0x7f1102c3 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.CardView = 0x7f1103c1 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.Button.ElevatedButton = 0x7f110272 +kr.co.landvibe.summer_coding_android:layout/test_action_chip = 0x7f0c006f +kr.co.landvibe.summer_coding_android:id/imageView4 = 0x7f0900f4 +kr.co.landvibe.summer_coding_android:id/standard = 0x7f0901ab +kr.co.landvibe.summer_coding_android:string/material_motion_easing_accelerated = 0x7f10004f +kr.co.landvibe.summer_coding_android:drawable/abc_list_selector_disabled_holo_light = 0x7f070034 +kr.co.landvibe.summer_coding_android:string/material_minute_suffix = 0x7f10004e +kr.co.landvibe.summer_coding_android:layout/abc_activity_chooser_view = 0x7f0c0006 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.ActivityChooserView = 0x7f1102cb +kr.co.landvibe.summer_coding_android:styleable/Tooltip = 0x7f12008b +kr.co.landvibe.summer_coding_android:string/m3_sys_motion_easing_standard_decelerate = 0x7f100048 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.Chip.Input = 0x7f11033d +kr.co.landvibe.summer_coding_android:style/Widget.Material3.Badge = 0x7f11031f +kr.co.landvibe.summer_coding_android:style/Widget.Material3.NavigationRailView = 0x7f110382 +kr.co.landvibe.summer_coding_android:style/Platform.ThemeOverlay.AppCompat.Dark = 0x7f11012b +kr.co.landvibe.summer_coding_android:string/m3_sys_motion_easing_standard_accelerate = 0x7f100047 +kr.co.landvibe.summer_coding_android:dimen/mtrl_snackbar_action_text_color_alpha = 0x7f060211 +kr.co.landvibe.summer_coding_android:styleable/OnSwipe = 0x7f12006c +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.DayNight.BottomSheetDialog = 0x7f11027a +kr.co.landvibe.summer_coding_android:string/m3_sys_motion_easing_legacy_accelerate = 0x7f100043 +kr.co.landvibe.summer_coding_android:style/ShapeAppearance.M3.Sys.Shape.Corner.Large.End = 0x7f110149 +kr.co.landvibe.summer_coding_android:dimen/design_bottom_navigation_margin = 0x7f06006a +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.SeekBar = 0x7f1100e4 +kr.co.landvibe.summer_coding_android:string/m3_sys_motion_easing_legacy = 0x7f100042 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.MaterialCalendar.Year.Today = 0x7f1103eb +kr.co.landvibe.summer_coding_android:string/m3_sys_motion_easing_emphasized = 0x7f10003e +kr.co.landvibe.summer_coding_android:style/Base.Widget.MaterialComponents.PopupMenu = 0x7f110104 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.CircularProgressIndicator.ExtraSmall = 0x7f110345 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.Snackbar = 0x7f1103fb +kr.co.landvibe.summer_coding_android:styleable/RecyclerView = 0x7f120073 +kr.co.landvibe.summer_coding_android:string/m3_ref_typeface_plain_regular = 0x7f10003d +kr.co.landvibe.summer_coding_android:style/Widget.Material3.Button.TextButton = 0x7f11032c +kr.co.landvibe.summer_coding_android:styleable/AppCompatTheme = 0x7f120012 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.ActionBar.TabView = 0x7f1100b6 +kr.co.landvibe.summer_coding_android:string/item_view_role_description = 0x7f100036 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.Button.IconButton = 0x7f110329 +kr.co.landvibe.summer_coding_android:style/Widget.Design.CollapsingToolbar = 0x7f110310 +kr.co.landvibe.summer_coding_android:string/gok5959 = 0x7f100031 +kr.co.landvibe.summer_coding_android:style/Base.V7.ThemeOverlay.AppCompat.Dialog = 0x7f1100ae +kr.co.landvibe.summer_coding_android:style/RtlOverlay.DialogWindowTitle.AppCompat = 0x7f110132 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.LinearProgressIndicator = 0x7f110360 +kr.co.landvibe.summer_coding_android:string/transfer = 0x7f10008a +kr.co.landvibe.summer_coding_android:attr/listChoiceIndicatorSingleAnimated = 0x7f030274 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_light_inverse_primary = 0x7f050179 +kr.co.landvibe.summer_coding_android:style/Theme.Material3.Dark.NoActionBar = 0x7f11021a +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_bottom_padding = 0x7f060194 +kr.co.landvibe.summer_coding_android:string/exposed_dropdown_menu_content_description = 0x7f10002e +kr.co.landvibe.summer_coding_android:styleable/ActionBar = 0x7f120000 +kr.co.landvibe.summer_coding_android:dimen/m3_sys_motion_easing_legacy_control_x1 = 0x7f060120 +kr.co.landvibe.summer_coding_android:style/TextAppearance.MaterialComponents.Button = 0x7f1101e4 +kr.co.landvibe.summer_coding_android:attr/useCompatPadding = 0x7f030433 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.Light.ActionBar.TabBar = 0x7f1100cf +kr.co.landvibe.summer_coding_android:string/edit_screen = 0x7f10002c +kr.co.landvibe.summer_coding_android:styleable/Capability = 0x7f120019 +kr.co.landvibe.summer_coding_android:string/d11210920 = 0x7f10002b +kr.co.landvibe.summer_coding_android:attr/layout_goneMarginEnd = 0x7f03025f +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_error95 = 0x7f0500e3 +kr.co.landvibe.summer_coding_android:string/character_counter_pattern = 0x7f100027 +kr.co.landvibe.summer_coding_android:id/spline = 0x7f0901a2 +kr.co.landvibe.summer_coding_android:string/appbar_scrolling_view_behavior = 0x7f100020 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.MaterialCalendar.MonthTextView = 0x7f110372 +kr.co.landvibe.summer_coding_android:drawable/abc_edit_text_material = 0x7f07001b +kr.co.landvibe.summer_coding_android:string/app_title = 0x7f10001f +kr.co.landvibe.summer_coding_android:styleable/ForegroundLinearLayout = 0x7f120038 +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.MaterialComponents.Subtitle2 = 0x7f110043 +kr.co.landvibe.summer_coding_android:id/tag_accessibility_heading = 0x7f0901ba +kr.co.landvibe.summer_coding_android:style/Base.ThemeOverlay.AppCompat.Dialog = 0x7f110072 +kr.co.landvibe.summer_coding_android:string/account_number = 0x7f10001b +kr.co.landvibe.summer_coding_android:dimen/abc_text_size_small_material = 0x7f06004c +kr.co.landvibe.summer_coding_android:style/ShapeAppearance.Material3.Corner.ExtraSmall = 0x7f11014f +kr.co.landvibe.summer_coding_android:styleable/AppBarLayout = 0x7f12000a +kr.co.landvibe.summer_coding_android:style/Base.V14.Theme.Material3.Dark.BottomSheetDialog = 0x7f11007f +kr.co.landvibe.summer_coding_android:string/abc_menu_function_shortcut_label = 0x7f10000c +kr.co.landvibe.summer_coding_android:styleable/AlertDialog = 0x7f120006 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.PopupMenu = 0x7f1103f4 +kr.co.landvibe.summer_coding_android:style/MaterialAlertDialog.MaterialComponents.Title.Panel.CenterStacked = 0x7f110121 +kr.co.landvibe.summer_coding_android:id/closest = 0x7f090088 +kr.co.landvibe.summer_coding_android:string/abc_menu_enter_shortcut_label = 0x7f10000b +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.CompoundButton.RadioButton = 0x7f1103ce +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Body2 = 0x7f110182 +kr.co.landvibe.summer_coding_android:layout/mtrl_alert_dialog_actions = 0x7f0c0048 +kr.co.landvibe.summer_coding_android:string/abc_menu_alt_shortcut_label = 0x7f100008 +kr.co.landvibe.summer_coding_android:style/Base.V14.ThemeOverlay.MaterialComponents.BottomSheetDialog = 0x7f11008e +kr.co.landvibe.summer_coding_android:layout/text_view_without_line_height = 0x7f0c007e +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.Snackbar.TextView = 0x7f1103fd +kr.co.landvibe.summer_coding_android:drawable/mtrl_navigation_bar_item_background = 0x7f070089 +kr.co.landvibe.summer_coding_android:styleable/PopupWindowBackgroundState = 0x7f12006e +kr.co.landvibe.summer_coding_android:dimen/mtrl_progress_circular_inset_medium = 0x7f0601f8 +kr.co.landvibe.summer_coding_android:integer/m3_sys_motion_duration_900 = 0x7f0a001d +kr.co.landvibe.summer_coding_android:layout/text_view_with_theme_line_height = 0x7f0c007d +kr.co.landvibe.summer_coding_android:drawable/mtrl_tabs_default_indicator = 0x7f07008c +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.BottomSheetDialog = 0x7f1102a4 +kr.co.landvibe.summer_coding_android:style/Platform.ThemeOverlay.AppCompat = 0x7f11012a +kr.co.landvibe.summer_coding_android:string/leesc0839 = 0x7f100039 +kr.co.landvibe.summer_coding_android:layout/test_toolbar_elevation = 0x7f0c0078 +kr.co.landvibe.summer_coding_android:layout/test_toolbar_custom_background = 0x7f0c0077 +kr.co.landvibe.summer_coding_android:layout/test_reflow_chipgroup = 0x7f0c0075 +kr.co.landvibe.summer_coding_android:style/ShapeAppearance.Material3.Corner.Full = 0x7f110150 +kr.co.landvibe.summer_coding_android:layout/test_chip_zero_corner_radius = 0x7f0c0070 +kr.co.landvibe.summer_coding_android:color/material_dynamic_neutral_variant80 = 0x7f0501c1 +kr.co.landvibe.summer_coding_android:attr/telltales_velocityMode = 0x7f0303af +kr.co.landvibe.summer_coding_android:attr/customStringValue = 0x7f030139 +kr.co.landvibe.summer_coding_android:id/spread_inside = 0x7f0901a5 +kr.co.landvibe.summer_coding_android:mipmap/ic_launcher = 0x7f0e0000 +kr.co.landvibe.summer_coding_android:layout/select_dialog_item_material = 0x7f0c006b +kr.co.landvibe.summer_coding_android:dimen/mtrl_btn_elevation = 0x7f06017d +kr.co.landvibe.summer_coding_android:style/TextAppearance.M3.Sys.Typescale.BodySmall = 0x7f1101c2 +kr.co.landvibe.summer_coding_android:layout/mtrl_picker_header_fullscreen = 0x7f0c005f +kr.co.landvibe.summer_coding_android:style/TextAppearance.Material3.DisplayMedium = 0x7f1101d5 +kr.co.landvibe.summer_coding_android:id/actions = 0x7f090044 +kr.co.landvibe.summer_coding_android:layout/notification_template_part_time = 0x7f0c006a +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.MaterialDivider = 0x7f1103ed +kr.co.landvibe.summer_coding_android:layout/notification_template_icon_group = 0x7f0c0068 +kr.co.landvibe.summer_coding_android:id/chronometer = 0x7f09007e +kr.co.landvibe.summer_coding_android:attr/flow_verticalBias = 0x7f0301b5 +kr.co.landvibe.summer_coding_android:attr/singleSelection = 0x7f03035a +kr.co.landvibe.summer_coding_android:id/material_value_index = 0x7f090123 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.Chip.Filter = 0x7f11033b +kr.co.landvibe.summer_coding_android:layout/notification_action = 0x7f0c0065 +kr.co.landvibe.summer_coding_android:dimen/mtrl_extended_fab_min_width = 0x7f0601d0 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.ActionBar.Surface = 0x7f11029c +kr.co.landvibe.summer_coding_android:layout/mtrl_picker_dialog = 0x7f0c005c +kr.co.landvibe.summer_coding_android:style/TextAppearance.Design.CollapsingToolbar.Expanded = 0x7f1101b5 +kr.co.landvibe.summer_coding_android:layout/mtrl_picker_actions = 0x7f0c005b +kr.co.landvibe.summer_coding_android:style/TextAppearance.M3.Sys.Typescale.BodyMedium = 0x7f1101c1 +kr.co.landvibe.summer_coding_android:style/Theme.Material3.Light.Dialog = 0x7f110227 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.AppCompat.Dark.ActionBar = 0x7f110261 +kr.co.landvibe.summer_coding_android:layout/mtrl_layout_snackbar = 0x7f0c0058 +kr.co.landvibe.summer_coding_android:id/clear_text = 0x7f090084 +kr.co.landvibe.summer_coding_android:string/mtrl_picker_date_header_selected = 0x7f100066 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.Light.ActionBar.TabView = 0x7f1102e3 +kr.co.landvibe.summer_coding_android:layout/mtrl_calendar_year = 0x7f0c0057 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.Chip.Action = 0x7f1103c3 +kr.co.landvibe.summer_coding_android:layout/mtrl_calendar_vertical = 0x7f0c0056 +kr.co.landvibe.summer_coding_android:drawable/material_cursor_drawable = 0x7f070079 +kr.co.landvibe.summer_coding_android:styleable/ConstraintLayout_ReactiveGuide = 0x7f120028 +kr.co.landvibe.summer_coding_android:id/withText = 0x7f090201 +kr.co.landvibe.summer_coding_android:layout/mtrl_calendar_month_labeled = 0x7f0c0053 +kr.co.landvibe.summer_coding_android:id/showHome = 0x7f090195 +kr.co.landvibe.summer_coding_android:id/item_touch_helper_previous_elevation = 0x7f090101 +kr.co.landvibe.summer_coding_android:integer/m3_card_anim_delay_ms = 0x7f0a000b +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Widget.PopupMenu.Header = 0x7f1101ab +kr.co.landvibe.summer_coding_android:drawable/abc_btn_radio_to_on_mtrl_015 = 0x7f070013 +kr.co.landvibe.summer_coding_android:id/clSafeBox = 0x7f090083 +kr.co.landvibe.summer_coding_android:layout/mtrl_calendar_day_of_week = 0x7f0c004f +kr.co.landvibe.summer_coding_android:layout/test_design_radiobutton = 0x7f0c0072 +kr.co.landvibe.summer_coding_android:layout/mtrl_auto_complete_simple_item = 0x7f0c004d +kr.co.landvibe.summer_coding_android:color/material_dynamic_neutral_variant100 = 0x7f0501ba +kr.co.landvibe.summer_coding_android:layout/mtrl_alert_select_dialog_singlechoice = 0x7f0c004c +kr.co.landvibe.summer_coding_android:drawable/m3_radiobutton_ripple = 0x7f070073 +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.SearchResult = 0x7f110025 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.FilledBox = 0x7f11029e +kr.co.landvibe.summer_coding_android:layout/mtrl_alert_select_dialog_item = 0x7f0c004a +kr.co.landvibe.summer_coding_android:attr/helperTextTextAppearance = 0x7f0301d2 +kr.co.landvibe.summer_coding_android:layout/mtrl_calendar_days_of_week = 0x7f0c0050 +kr.co.landvibe.summer_coding_android:drawable/btn_radio_on_to_off_mtrl_animation = 0x7f070060 +kr.co.landvibe.summer_coding_android:id/tag_screen_reader_focusable = 0x7f0901bf +kr.co.landvibe.summer_coding_android:layout/mtrl_alert_dialog_title = 0x7f0c0049 +kr.co.landvibe.summer_coding_android:attr/chipIcon = 0x7f0300a9 +kr.co.landvibe.summer_coding_android:styleable/CoordinatorLayout_Layout = 0x7f12002d +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_year_horizontal_padding = 0x7f0601b8 +kr.co.landvibe.summer_coding_android:layout/material_clockface_view = 0x7f0c003f +kr.co.landvibe.summer_coding_android:layout/material_clock_period_toggle_land = 0x7f0c003d +kr.co.landvibe.summer_coding_android:attr/methodName = 0x7f0302ba +kr.co.landvibe.summer_coding_android:layout/m3_alert_dialog_actions = 0x7f0c0036 +kr.co.landvibe.summer_coding_android:dimen/mtrl_btn_hovered_z = 0x7f06017f +kr.co.landvibe.summer_coding_android:color/material_dynamic_secondary95 = 0x7f0501dd +kr.co.landvibe.summer_coding_android:id/touch_outside = 0x7f0901e1 +kr.co.landvibe.summer_coding_android:color/mtrl_chip_close_icon_tint = 0x7f050219 +kr.co.landvibe.summer_coding_android:layout/m3_alert_dialog = 0x7f0c0035 +kr.co.landvibe.summer_coding_android:id/info = 0x7f0900f9 +kr.co.landvibe.summer_coding_android:id/stop = 0x7f0901b2 +kr.co.landvibe.summer_coding_android:layout/design_bottom_sheet_dialog = 0x7f0c0027 +kr.co.landvibe.summer_coding_android:dimen/m3_sys_motion_easing_standard_accelerate_control_x1 = 0x7f06012c +kr.co.landvibe.summer_coding_android:style/ShapeAppearance.M3.Sys.Shape.Corner.None = 0x7f11014c +kr.co.landvibe.summer_coding_android:style/Widget.Material3.TabLayout.OnSurface = 0x7f11038e +kr.co.landvibe.summer_coding_android:drawable/abc_ic_menu_selectall_mtrl_alpha = 0x7f070025 +kr.co.landvibe.summer_coding_android:id/ghost_view_holder = 0x7f0900dc +kr.co.landvibe.summer_coding_android:styleable/KeyAttribute = 0x7f12003f +kr.co.landvibe.summer_coding_android:styleable/MaterialRadioButton = 0x7f120056 +kr.co.landvibe.summer_coding_android:layout/activity_ckgod = 0x7f0c001c +kr.co.landvibe.summer_coding_android:attr/reactiveGuide_animateChange = 0x7f03032b +kr.co.landvibe.summer_coding_android:integer/mtrl_btn_anim_duration_ms = 0x7f0a0028 +kr.co.landvibe.summer_coding_android:dimen/design_bottom_navigation_active_text_size = 0x7f060063 +kr.co.landvibe.summer_coding_android:attr/textAppearancePopupMenuHeader = 0x7f0303cd +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.HarmonizedColors = 0x7f110285 +kr.co.landvibe.summer_coding_android:layout/activity_gok5959 = 0x7f0c001f +kr.co.landvibe.summer_coding_android:style/Widget.Material3.FloatingActionButton.Tertiary = 0x7f11035e +kr.co.landvibe.summer_coding_android:layout/abc_search_dropdown_item_icons_2line = 0x7f0c0018 +kr.co.landvibe.summer_coding_android:style/Theme.Material3.Dark.DialogWhenLarge = 0x7f110219 +kr.co.landvibe.summer_coding_android:layout/abc_list_menu_item_checkbox = 0x7f0c000e +kr.co.landvibe.summer_coding_android:id/imageView2 = 0x7f0900f2 +kr.co.landvibe.summer_coding_android:attr/cardViewStyle = 0x7f03008a +kr.co.landvibe.summer_coding_android:style/Widget.Material3.Toolbar.Surface = 0x7f11039e +kr.co.landvibe.summer_coding_android:layout/abc_alert_dialog_material = 0x7f0c0009 +kr.co.landvibe.summer_coding_android:dimen/mtrl_navigation_rail_elevation = 0x7f0601f0 +kr.co.landvibe.summer_coding_android:layout/abc_action_menu_item_layout = 0x7f0c0002 +kr.co.landvibe.summer_coding_android:id/item3 = 0x7f0900ff +kr.co.landvibe.summer_coding_android:dimen/mtrl_progress_circular_track_thickness_small = 0x7f060201 +kr.co.landvibe.summer_coding_android:id/ignore = 0x7f0900ee +kr.co.landvibe.summer_coding_android:interpolator/btn_radio_to_on_mtrl_animation_interpolator_0 = 0x7f0b0005 +kr.co.landvibe.summer_coding_android:dimen/notification_main_column_padding_top = 0x7f06022e +kr.co.landvibe.summer_coding_android:integer/status_bar_notification_info_maxnum = 0x7f0a0034 +kr.co.landvibe.summer_coding_android:integer/mtrl_view_gone = 0x7f0a0030 +kr.co.landvibe.summer_coding_android:drawable/m3_tabs_background = 0x7f070075 +kr.co.landvibe.summer_coding_android:style/Base.Theme.AppCompat = 0x7f110047 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.Button.TextButton.Dialog.Flush = 0x7f1103bb +kr.co.landvibe.summer_coding_android:integer/mtrl_tab_indicator_anim_duration_ms = 0x7f0a002f +kr.co.landvibe.summer_coding_android:style/Widget.Material3.CompoundButton.Switch = 0x7f11034d +kr.co.landvibe.summer_coding_android:integer/mtrl_card_anim_duration_ms = 0x7f0a002d +kr.co.landvibe.summer_coding_android:style/TextAppearance.Material3.HeadlineSmall = 0x7f1101d9 +kr.co.landvibe.summer_coding_android:integer/mtrl_card_anim_delay_ms = 0x7f0a002c +kr.co.landvibe.summer_coding_android:styleable/SnackbarLayout = 0x7f12007b +kr.co.landvibe.summer_coding_android:animator/mtrl_extended_fab_hide_motion_spec = 0x7f020019 +kr.co.landvibe.summer_coding_android:integer/mtrl_calendar_header_orientation = 0x7f0a0029 +kr.co.landvibe.summer_coding_android:id/unlabeled = 0x7f0901f5 +kr.co.landvibe.summer_coding_android:dimen/mtrl_snackbar_background_corner_radius = 0x7f060212 +kr.co.landvibe.summer_coding_android:style/Theme.Material3.Light.DialogWhenLarge = 0x7f11022a +kr.co.landvibe.summer_coding_android:color/material_dynamic_secondary30 = 0x7f0501d6 +kr.co.landvibe.summer_coding_android:integer/mtrl_badge_max_character_count = 0x7f0a0026 +kr.co.landvibe.summer_coding_android:integer/material_motion_path = 0x7f0a0025 +kr.co.landvibe.summer_coding_android:integer/m3_sys_motion_duration_550 = 0x7f0a0019 +kr.co.landvibe.summer_coding_android:string/abc_capital_on = 0x7f100007 +kr.co.landvibe.summer_coding_android:integer/mtrl_btn_anim_delay_ms = 0x7f0a0027 +kr.co.landvibe.summer_coding_android:integer/m3_sys_motion_duration_450 = 0x7f0a0016 +kr.co.landvibe.summer_coding_android:attr/actionModeSelectAllDrawable = 0x7f03001b +kr.co.landvibe.summer_coding_android:style/Platform.V21.AppCompat = 0x7f11012d +kr.co.landvibe.summer_coding_android:dimen/mtrl_tooltip_cornerSize = 0x7f060223 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dark_inverse_surface = 0x7f050134 +kr.co.landvibe.summer_coding_android:id/clGroup = 0x7f090082 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.DrawerArrowToggle.Common = 0x7f1100c9 +kr.co.landvibe.summer_coding_android:style/Base.V21.Theme.MaterialComponents.Dialog = 0x7f110097 +kr.co.landvibe.summer_coding_android:attr/dragDirection = 0x7f030150 +kr.co.landvibe.summer_coding_android:integer/m3_sys_motion_duration_250 = 0x7f0a0012 +kr.co.landvibe.summer_coding_android:dimen/abc_action_bar_default_height_material = 0x7f060002 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_light_on_primary_container = 0x7f050165 +kr.co.landvibe.summer_coding_android:attr/layout_constraintHeight_default = 0x7f03023f +kr.co.landvibe.summer_coding_android:color/design_fab_shadow_mid_color = 0x7f05004d +kr.co.landvibe.summer_coding_android:id/imageView1 = 0x7f0900f1 +kr.co.landvibe.summer_coding_android:integer/m3_sys_motion_duration_1000 = 0x7f0a000f +kr.co.landvibe.summer_coding_android:attr/customDimension = 0x7f030133 +kr.co.landvibe.summer_coding_android:integer/m3_chip_anim_duration = 0x7f0a000d +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.Light.ActionButton.CloseMode = 0x7f1102e6 +kr.co.landvibe.summer_coding_android:styleable/GradientColorItem = 0x7f12003c +kr.co.landvibe.summer_coding_android:styleable/Spinner = 0x7f12007c +kr.co.landvibe.summer_coding_android:integer/design_snackbar_text_max_lines = 0x7f0a0006 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_neutral10 = 0x7f0500e6 +kr.co.landvibe.summer_coding_android:xml/standalone_badge = 0x7f130000 +kr.co.landvibe.summer_coding_android:dimen/mtrl_min_touch_target_size = 0x7f0601e4 +kr.co.landvibe.summer_coding_android:integer/app_bar_elevation_anim_duration = 0x7f0a0002 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.Chip.Assist = 0x7f110277 +kr.co.landvibe.summer_coding_android:color/material_slider_inactive_track_color = 0x7f050205 +kr.co.landvibe.summer_coding_android:id/x_left = 0x7f090206 +kr.co.landvibe.summer_coding_android:dimen/mtrl_textinput_box_corner_radius_small = 0x7f060219 +kr.co.landvibe.summer_coding_android:id/visible_removing_fragment_view_tag = 0x7f0901ff +kr.co.landvibe.summer_coding_android:dimen/abc_action_button_min_width_overflow_material = 0x7f06000f +kr.co.landvibe.summer_coding_android:attr/colorSecondaryVariant = 0x7f0300fa +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Widget.Switch = 0x7f11003e +kr.co.landvibe.summer_coding_android:attr/trackCornerRadius = 0x7f030423 +kr.co.landvibe.summer_coding_android:attr/state_lifted = 0x7f030377 +kr.co.landvibe.summer_coding_android:styleable/Motion = 0x7f120060 +kr.co.landvibe.summer_coding_android:attr/tabIndicatorColor = 0x7f030398 +kr.co.landvibe.summer_coding_android:color/m3_dynamic_default_color_secondary_text = 0x7f050085 +kr.co.landvibe.summer_coding_android:id/view_tree_saved_state_registry_owner = 0x7f0901fc +kr.co.landvibe.summer_coding_android:dimen/mtrl_shape_corner_size_medium_component = 0x7f060205 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_neutral_variant50 = 0x7f0500f8 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.TimePicker.Clock = 0x7f110410 +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_day_horizontal_padding = 0x7f060198 +kr.co.landvibe.summer_coding_android:dimen/mtrl_navigation_elevation = 0x7f0601e7 +kr.co.landvibe.summer_coding_android:id/view_offset_helper = 0x7f0901f9 +kr.co.landvibe.summer_coding_android:id/useLogo = 0x7f0901f7 +kr.co.landvibe.summer_coding_android:id/split_action_bar = 0x7f0901a3 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.NavigationView = 0x7f1103f3 +kr.co.landvibe.summer_coding_android:id/uniform = 0x7f0901f4 +kr.co.landvibe.summer_coding_android:dimen/mtrl_navigation_rail_active_text_size = 0x7f0601ed +kr.co.landvibe.summer_coding_android:id/tvTransfer = 0x7f0901f1 +kr.co.landvibe.summer_coding_android:attr/actionModeCloseContentDescription = 0x7f030014 +kr.co.landvibe.summer_coding_android:color/material_dynamic_neutral_variant20 = 0x7f0501bb +kr.co.landvibe.summer_coding_android:attr/iconPadding = 0x7f0301e4 +kr.co.landvibe.summer_coding_android:id/tvSafeBox = 0x7f0901ef +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_dark_on_primary_container = 0x7f05014f +kr.co.landvibe.summer_coding_android:style/Base.MaterialAlertDialog.MaterialComponents.Title.Text = 0x7f110012 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.MaterialCalendar = 0x7f1102b4 +kr.co.landvibe.summer_coding_android:style/TextAppearance.Material3.TitleMedium = 0x7f1101df +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.ListView = 0x7f1100d7 +kr.co.landvibe.summer_coding_android:id/tvName = 0x7f0901ed +kr.co.landvibe.summer_coding_android:string/abc_capital_off = 0x7f100006 +kr.co.landvibe.summer_coding_android:id/all = 0x7f090049 +kr.co.landvibe.summer_coding_android:id/tvMainMoneyUnit = 0x7f0901ec +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.Bridge = 0x7f11022e +kr.co.landvibe.summer_coding_android:attr/actionModeFindDrawable = 0x7f030018 +kr.co.landvibe.summer_coding_android:id/tvMainMoneyCount = 0x7f0901eb +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.Light.ActionBar.Solid = 0x7f1102dd +kr.co.landvibe.summer_coding_android:style/Base.Widget.Material3.Snackbar = 0x7f1100fb +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.Light.ActionButton.Overflow = 0x7f1102e7 +kr.co.landvibe.summer_coding_android:string/mtrl_picker_date_header_unselected = 0x7f100068 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.Spinner.Underlined = 0x7f1100e7 +kr.co.landvibe.summer_coding_android:id/transition_layout_save = 0x7f0901e5 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.MaterialCalendar.Fullscreen = 0x7f1102b5 +kr.co.landvibe.summer_coding_android:id/triangle = 0x7f0901e9 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.TextInputEditText = 0x7f1102b6 +kr.co.landvibe.summer_coding_android:id/motion_base = 0x7f09012e +kr.co.landvibe.summer_coding_android:style/Widget.Material3.Toolbar.OnSurface = 0x7f11039d +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.TextView = 0x7f1100e8 +kr.co.landvibe.summer_coding_android:id/fitCenter = 0x7f0900ce +kr.co.landvibe.summer_coding_android:id/transition_transform = 0x7f0901e8 +kr.co.landvibe.summer_coding_android:style/TextAppearance.MaterialComponents.TimePicker.Title = 0x7f1101f0 +kr.co.landvibe.summer_coding_android:style/ShapeAppearance.Material3.Corner.Large = 0x7f110151 +kr.co.landvibe.summer_coding_android:id/transitionToStart = 0x7f0901e3 +kr.co.landvibe.summer_coding_android:style/Base.Theme.MaterialComponents.Dialog.MinWidth = 0x7f110062 +kr.co.landvibe.summer_coding_android:id/clAddGroup = 0x7f090081 +kr.co.landvibe.summer_coding_android:id/toggle = 0x7f0901de +kr.co.landvibe.summer_coding_android:id/titleDividerNoCustom = 0x7f0901db +kr.co.landvibe.summer_coding_android:color/material_dynamic_primary90 = 0x7f0501cf +kr.co.landvibe.summer_coding_android:id/time = 0x7f0901d9 +kr.co.landvibe.summer_coding_android:layout/design_navigation_item_subheader = 0x7f0c0030 +kr.co.landvibe.summer_coding_android:id/textinput_error = 0x7f0901d4 +kr.co.landvibe.summer_coding_android:id/text_input_end_icon = 0x7f0901d0 +kr.co.landvibe.summer_coding_android:styleable/MotionEffect = 0x7f120061 +kr.co.landvibe.summer_coding_android:layout/notification_template_part_chronometer = 0x7f0c0069 +kr.co.landvibe.summer_coding_android:id/textTop = 0x7f0901cf +kr.co.landvibe.summer_coding_android:id/action_mode_bar = 0x7f090040 +kr.co.landvibe.summer_coding_android:string/mtrl_picker_text_input_date_range_end_hint = 0x7f100077 +kr.co.landvibe.summer_coding_android:style/TextAppearance.Material3.MaterialTimePicker.Title = 0x7f1101dd +kr.co.landvibe.summer_coding_android:id/test_radiobutton_app_button_tint = 0x7f0901c8 +kr.co.landvibe.summer_coding_android:id/test_checkbox_android_button_tint = 0x7f0901c5 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.ActionButton.CloseMode = 0x7f1100b8 +kr.co.landvibe.summer_coding_android:id/tag_unhandled_key_listeners = 0x7f0901c3 +kr.co.landvibe.summer_coding_android:style/Platform.AppCompat.Light = 0x7f110125 +kr.co.landvibe.summer_coding_android:styleable/Insets = 0x7f12003e +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.PopupMenu.ContextMenu = 0x7f1103f5 +kr.co.landvibe.summer_coding_android:attr/motionPath = 0x7f0302db +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_primary30 = 0x7f050103 +kr.co.landvibe.summer_coding_android:dimen/mtrl_extended_fab_corner_radius = 0x7f0601c7 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_light_on_surface = 0x7f050182 +kr.co.landvibe.summer_coding_android:id/tag_transition_group = 0x7f0901c1 +kr.co.landvibe.summer_coding_android:attr/colorOnSecondaryContainer = 0x7f0300eb +kr.co.landvibe.summer_coding_android:dimen/m3_sys_motion_easing_legacy_decelerate_control_y2 = 0x7f060127 +kr.co.landvibe.summer_coding_android:id/tag_on_receive_content_listener = 0x7f0901bd +kr.co.landvibe.summer_coding_android:string/mtrl_picker_text_input_year_abbr = 0x7f10007b +kr.co.landvibe.summer_coding_android:attr/textOutlineThickness = 0x7f0303e9 +kr.co.landvibe.summer_coding_android:id/tabMode = 0x7f0901b7 +kr.co.landvibe.summer_coding_android:color/design_fab_stroke_top_inner_color = 0x7f050051 +kr.co.landvibe.summer_coding_android:drawable/abc_vector_test = 0x7f070055 +kr.co.landvibe.summer_coding_android:style/Base.Theme.MaterialComponents.Dialog.Alert = 0x7f11005f +kr.co.landvibe.summer_coding_android:id/startVertical = 0x7f0901af +kr.co.landvibe.summer_coding_android:id/start = 0x7f0901ac +kr.co.landvibe.summer_coding_android:id/src_over = 0x7f0901aa +kr.co.landvibe.summer_coding_android:attr/navigationViewStyle = 0x7f0302e9 +kr.co.landvibe.summer_coding_android:dimen/mtrl_extended_fab_translation_z_hovered_focused = 0x7f0601d5 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.Chip.Input.Elevated = 0x7f11033e +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.Light.PopupMenu.Overflow = 0x7f1102ef +kr.co.landvibe.summer_coding_android:color/material_slider_active_tick_marks_color = 0x7f050201 +kr.co.landvibe.summer_coding_android:id/src_in = 0x7f0901a9 +kr.co.landvibe.summer_coding_android:attr/motionPathRotate = 0x7f0302dc +kr.co.landvibe.summer_coding_android:id/material_hour_tv = 0x7f090118 +kr.co.landvibe.summer_coding_android:string/mtrl_picker_save = 0x7f100075 +kr.co.landvibe.summer_coding_android:dimen/notification_content_margin_start = 0x7f06022b +kr.co.landvibe.summer_coding_android:id/spread = 0x7f0901a4 +kr.co.landvibe.summer_coding_android:dimen/abc_text_size_menu_header_material = 0x7f06004a +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.Light.PopupMenu.Overflow = 0x7f1100d4 +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_maximum_default_fullscreen_minor_axis = 0x7f0601a8 +kr.co.landvibe.summer_coding_android:style/Widget.Compat.NotificationActionContainer = 0x7f11030b +kr.co.landvibe.summer_coding_android:id/snapMargins = 0x7f09019e +kr.co.landvibe.summer_coding_android:id/snackbar_text = 0x7f09019c +kr.co.landvibe.summer_coding_android:id/skipped = 0x7f090199 +kr.co.landvibe.summer_coding_android:string/material_timepicker_pm = 0x7f10005a +kr.co.landvibe.summer_coding_android:dimen/mtrl_extended_fab_icon_text_spacing = 0x7f0601ce +kr.co.landvibe.summer_coding_android:string/material_clock_display_divider = 0x7f100049 +kr.co.landvibe.summer_coding_android:styleable/Fragment = 0x7f120039 +kr.co.landvibe.summer_coding_android:id/allStates = 0x7f09004a +kr.co.landvibe.summer_coding_android:id/search_voice_btn = 0x7f09018d +kr.co.landvibe.summer_coding_android:layout/material_clock_period_toggle = 0x7f0c003c +kr.co.landvibe.summer_coding_android:dimen/tooltip_corner_radius = 0x7f060244 +kr.co.landvibe.summer_coding_android:color/white_gray = 0x7f050261 +kr.co.landvibe.summer_coding_android:integer/material_motion_duration_medium_2 = 0x7f0a0022 +kr.co.landvibe.summer_coding_android:style/Base.V23.Theme.AppCompat = 0x7f11009f +kr.co.landvibe.summer_coding_android:id/search_go_btn = 0x7f090189 +kr.co.landvibe.summer_coding_android:attr/dropdownListPreferredItemHeight = 0x7f030161 +kr.co.landvibe.summer_coding_android:id/material_textinput_timepicker = 0x7f09011c +kr.co.landvibe.summer_coding_android:id/scrollIndicatorUp = 0x7f090181 +kr.co.landvibe.summer_coding_android:attr/fastScrollHorizontalThumbDrawable = 0x7f030197 +kr.co.landvibe.summer_coding_android:id/screen = 0x7f09017e +kr.co.landvibe.summer_coding_android:dimen/abc_edit_text_inset_horizontal_material = 0x7f06002d +kr.co.landvibe.summer_coding_android:dimen/abc_action_button_min_height_material = 0x7f06000d +kr.co.landvibe.summer_coding_android:id/save_non_transition_alpha = 0x7f09017a +kr.co.landvibe.summer_coding_android:style/Base.Theme.MaterialComponents.CompactMenu = 0x7f11005d +kr.co.landvibe.summer_coding_android:color/error_color_material_dark = 0x7f050059 +kr.co.landvibe.summer_coding_android:layout/design_text_input_start_icon = 0x7f0c0034 +kr.co.landvibe.summer_coding_android:id/graph_wrap = 0x7f0900df +kr.co.landvibe.summer_coding_android:layout/m3_auto_complete_simple_item = 0x7f0c0038 +kr.co.landvibe.summer_coding_android:style/ShapeAppearanceOverlay.Material3.Chip = 0x7f110166 +kr.co.landvibe.summer_coding_android:id/rounded = 0x7f090178 +kr.co.landvibe.summer_coding_android:id/right_icon = 0x7f090176 +kr.co.landvibe.summer_coding_android:id/peekHeight = 0x7f090168 +kr.co.landvibe.summer_coding_android:style/TextAppearance.Material3.LabelSmall = 0x7f1101dc +kr.co.landvibe.summer_coding_android:id/pathRelative = 0x7f090167 +kr.co.landvibe.summer_coding_android:dimen/abc_action_bar_default_padding_start_material = 0x7f060004 +kr.co.landvibe.summer_coding_android:id/path = 0x7f090166 +kr.co.landvibe.summer_coding_android:layout/test_navigation_bar_item_layout = 0x7f0c0074 +kr.co.landvibe.summer_coding_android:drawable/notification_bg_low_pressed = 0x7f070092 +kr.co.landvibe.summer_coding_android:dimen/m3_navigation_rail_item_padding_bottom = 0x7f060104 +kr.co.landvibe.summer_coding_android:style/TextAppearance.MaterialComponents.Badge = 0x7f1101e1 +kr.co.landvibe.summer_coding_android:drawable/abc_btn_check_to_on_mtrl_000 = 0x7f07000c +kr.co.landvibe.summer_coding_android:id/parent_matrix = 0x7f090164 +kr.co.landvibe.summer_coding_android:layout/abc_list_menu_item_icon = 0x7f0c000f +kr.co.landvibe.summer_coding_android:style/Platform.MaterialComponents.Dialog = 0x7f110127 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.Toolbar.Button.Navigation = 0x7f1100eb +kr.co.landvibe.summer_coding_android:id/parentPanel = 0x7f090162 +kr.co.landvibe.summer_coding_android:id/top = 0x7f0901df +kr.co.landvibe.summer_coding_android:style/Theme.AppCompat.Light.DarkActionBar = 0x7f110207 +kr.co.landvibe.summer_coding_android:id/parallax = 0x7f090160 +kr.co.landvibe.summer_coding_android:style/Base.V14.Theme.Material3.Light = 0x7f110081 +kr.co.landvibe.summer_coding_android:id/overshoot = 0x7f09015e +kr.co.landvibe.summer_coding_android:style/ShapeAppearanceOverlay.BottomRightCut = 0x7f110162 +kr.co.landvibe.summer_coding_android:id/onInterceptTouchReturnSwipe = 0x7f09015b +kr.co.landvibe.summer_coding_android:id/notification_main_column_container = 0x7f090158 +kr.co.landvibe.summer_coding_android:color/m3_slider_halo_color = 0x7f05012a +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.TextView = 0x7f110307 +kr.co.landvibe.summer_coding_android:attr/colorOnBackground = 0x7f0300e3 +kr.co.landvibe.summer_coding_android:style/CardView.Light = 0x7f11010f +kr.co.landvibe.summer_coding_android:id/mtrl_picker_text_input_date = 0x7f090141 +kr.co.landvibe.summer_coding_android:dimen/m3_navigation_rail_default_width = 0x7f0600ff +kr.co.landvibe.summer_coding_android:color/m3_text_button_foreground_color_selector = 0x7f050192 +kr.co.landvibe.summer_coding_android:id/labeled = 0x7f090104 +kr.co.landvibe.summer_coding_android:animator/fragment_close_enter = 0x7f020003 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.MaterialCalendar.Year.Selected = 0x7f110374 +kr.co.landvibe.summer_coding_android:id/notification_background = 0x7f090156 +kr.co.landvibe.summer_coding_android:attr/layout_constraintLeft_toRightOf = 0x7f030248 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_error60 = 0x7f0500df +kr.co.landvibe.summer_coding_android:id/noState = 0x7f090152 +kr.co.landvibe.summer_coding_android:id/never = 0x7f09014e +kr.co.landvibe.summer_coding_android:id/south = 0x7f09019f +kr.co.landvibe.summer_coding_android:attr/tabPaddingEnd = 0x7f0303a2 +kr.co.landvibe.summer_coding_android:id/navigation_bar_item_small_label_view = 0x7f09014c +kr.co.landvibe.summer_coding_android:style/Theme.AppCompat.Dialog.Alert = 0x7f110202 +kr.co.landvibe.summer_coding_android:string/androidx_startup = 0x7f10001c +kr.co.landvibe.summer_coding_android:id/navigation_bar_item_icon_container = 0x7f090148 +kr.co.landvibe.summer_coding_android:integer/m3_sys_motion_duration_400 = 0x7f0a0015 +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Subhead.Inverse = 0x7f110199 +kr.co.landvibe.summer_coding_android:id/textinput_helper_text = 0x7f0901d5 +kr.co.landvibe.summer_coding_android:dimen/tooltip_y_offset_touch = 0x7f06024b +kr.co.landvibe.summer_coding_android:attr/cardUseCompatPadding = 0x7f030089 +kr.co.landvibe.summer_coding_android:id/mtrl_picker_text_input_range_end = 0x7f090142 +kr.co.landvibe.summer_coding_android:style/TextAppearance.Material3.LabelLarge = 0x7f1101da +kr.co.landvibe.summer_coding_android:style/ShapeAppearance.MaterialComponents.SmallComponent = 0x7f11015d +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.Light.ActionBar.TabText = 0x7f1102e1 +kr.co.landvibe.summer_coding_android:style/TestThemeWithLineHeightDisabled = 0x7f11017f +kr.co.landvibe.summer_coding_android:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Icon2 = 0x7f11013d +kr.co.landvibe.summer_coding_android:id/spacer = 0x7f0901a0 +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_title_baseline_to_top = 0x7f0601b4 +kr.co.landvibe.summer_coding_android:attr/controlBackground = 0x7f03011a +kr.co.landvibe.summer_coding_android:id/mtrl_picker_header = 0x7f09013d +kr.co.landvibe.summer_coding_android:id/activity_chooser_view_content = 0x7f090045 +kr.co.landvibe.summer_coding_android:attr/tabBackground = 0x7f030390 +kr.co.landvibe.summer_coding_android:id/mtrl_card_checked_layer_id = 0x7f090138 +kr.co.landvibe.summer_coding_android:attr/contrast = 0x7f030119 +kr.co.landvibe.summer_coding_android:id/src_atop = 0x7f0901a8 +kr.co.landvibe.summer_coding_android:id/outline = 0x7f09015c +kr.co.landvibe.summer_coding_android:style/Base.ThemeOverlay.Material3.AutoCompleteTextView = 0x7f110075 +kr.co.landvibe.summer_coding_android:id/mtrl_calendar_year_selector_frame = 0x7f090137 +kr.co.landvibe.summer_coding_android:attr/queryPatterns = 0x7f030325 +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.BottomSheetDialog = 0x7f11022d +kr.co.landvibe.summer_coding_android:id/masked = 0x7f09010e +kr.co.landvibe.summer_coding_android:attr/borderRoundPercent = 0x7f030062 +kr.co.landvibe.summer_coding_android:id/mtrl_calendar_frame = 0x7f090132 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.PopupMenu.ListPopupWindow = 0x7f1103f6 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.ImageButton = 0x7f1100cc +kr.co.landvibe.summer_coding_android:id/right = 0x7f090174 +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.Light.Dialog.MinWidth.Bridge = 0x7f110256 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.AutoCompleteTextView.OutlinedBox.Dense = 0x7f11031e +kr.co.landvibe.summer_coding_android:id/mtrl_calendar_day_selector_frame = 0x7f090130 +kr.co.landvibe.summer_coding_android:style/MaterialAlertDialog.MaterialComponents.Title.Icon.CenterStacked = 0x7f11011f +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Widget.ActionMode.Subtitle = 0x7f110034 +kr.co.landvibe.summer_coding_android:id/chip1 = 0x7f09007a +kr.co.landvibe.summer_coding_android:color/design_default_color_secondary = 0x7f050048 +kr.co.landvibe.summer_coding_android:attr/colorSurface = 0x7f0300fb +kr.co.landvibe.summer_coding_android:id/textinput_suffix_text = 0x7f0901d8 +kr.co.landvibe.summer_coding_android:style/TextAppearance.M3.Sys.Typescale.HeadlineLarge = 0x7f1101c6 +kr.co.landvibe.summer_coding_android:id/accessibility_custom_action_10 = 0x7f090012 +kr.co.landvibe.summer_coding_android:color/material_dynamic_primary30 = 0x7f0501c9 +kr.co.landvibe.summer_coding_android:layout/activity_main = 0x7f0c0021 +kr.co.landvibe.summer_coding_android:color/m3_dark_default_color_secondary_text = 0x7f050079 +kr.co.landvibe.summer_coding_android:string/m3_sys_motion_easing_legacy_decelerate = 0x7f100044 +kr.co.landvibe.summer_coding_android:dimen/mtrl_textinput_box_corner_radius_medium = 0x7f060218 +kr.co.landvibe.summer_coding_android:styleable/Constraint = 0x7f120026 +kr.co.landvibe.summer_coding_android:drawable/material_ic_menu_arrow_up_black_24dp = 0x7f070082 +kr.co.landvibe.summer_coding_android:id/mtrl_anchor_parent = 0x7f09012f +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.Light.DialogWhenLarge = 0x7f110257 +kr.co.landvibe.summer_coding_android:id/material_timepicker_edit_text = 0x7f09011f +kr.co.landvibe.summer_coding_android:attr/actionOverflowMenuStyle = 0x7f030022 +kr.co.landvibe.summer_coding_android:id/material_minute_text_input = 0x7f09011a +kr.co.landvibe.summer_coding_android:string/mtrl_picker_range_header_title = 0x7f100073 +kr.co.landvibe.summer_coding_android:string/material_slider_range_start = 0x7f100055 +kr.co.landvibe.summer_coding_android:string/path_password_eye_mask_strike_through = 0x7f100084 +kr.co.landvibe.summer_coding_android:attr/titleMarginBottom = 0x7f03040a +kr.co.landvibe.summer_coding_android:id/material_hour_text_input = 0x7f090117 +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Small.Inverse = 0x7f110197 +kr.co.landvibe.summer_coding_android:layout/material_timepicker_dialog = 0x7f0c0045 +kr.co.landvibe.summer_coding_android:style/Theme.Material3.DayNight.DialogWhenLarge = 0x7f110220 +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Widget.ActionBar.Title = 0x7f1101a0 +kr.co.landvibe.summer_coding_android:id/material_clock_hand = 0x7f090113 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dark_on_secondary_container = 0x7f05013b +kr.co.landvibe.summer_coding_android:id/action_mode_close_button = 0x7f090042 +kr.co.landvibe.summer_coding_android:attr/tabIndicatorAnimationMode = 0x7f030397 +kr.co.landvibe.summer_coding_android:id/material_clock_face = 0x7f090112 +kr.co.landvibe.summer_coding_android:attr/showAnimationBehavior = 0x7f03034d +kr.co.landvibe.summer_coding_android:id/match_constraint = 0x7f09010f +kr.co.landvibe.summer_coding_android:id/leftToRight = 0x7f090107 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_light_tertiary_container = 0x7f050174 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.Tooltip = 0x7f11039f +kr.co.landvibe.summer_coding_android:id/jumpToStart = 0x7f090103 +kr.co.landvibe.summer_coding_android:style/ShapeAppearanceOverlay = 0x7f110160 +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.DayNight.NoActionBar = 0x7f11023e +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.DrawerArrowToggle = 0x7f1102d8 +kr.co.landvibe.summer_coding_android:id/jumpToEnd = 0x7f090102 +kr.co.landvibe.summer_coding_android:id/item4 = 0x7f090100 +kr.co.landvibe.summer_coding_android:styleable/CoordinatorLayout = 0x7f12002c +kr.co.landvibe.summer_coding_android:id/item2 = 0x7f0900fe +kr.co.landvibe.summer_coding_android:color/m3_chip_stroke_color = 0x7f050076 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_error40 = 0x7f0500dd +kr.co.landvibe.summer_coding_android:interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_0 = 0x7f0b0002 +kr.co.landvibe.summer_coding_android:id/inward = 0x7f0900fb +kr.co.landvibe.summer_coding_android:style/ShapeAppearance.Material3.MediumComponent = 0x7f110156 +kr.co.landvibe.summer_coding_android:id/invisible = 0x7f0900fa +kr.co.landvibe.summer_coding_android:layout/design_navigation_menu_item = 0x7f0c0032 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.Light.ListView.DropDown = 0x7f1102ed +kr.co.landvibe.summer_coding_android:id/imageView5 = 0x7f0900f5 +kr.co.landvibe.summer_coding_android:id/hideable = 0x7f0900e5 +kr.co.landvibe.summer_coding_android:id/grouping = 0x7f0900e1 +kr.co.landvibe.summer_coding_android:drawable/$avd_hide_password__1 = 0x7f070001 +kr.co.landvibe.summer_coding_android:id/centerCrop = 0x7f090070 +kr.co.landvibe.summer_coding_android:id/ghost_view = 0x7f0900db +kr.co.landvibe.summer_coding_android:color/mtrl_tabs_icon_color_selector = 0x7f050235 +kr.co.landvibe.summer_coding_android:id/action_bar_spinner = 0x7f090037 +kr.co.landvibe.summer_coding_android:id/frontImageView = 0x7f0900d8 +kr.co.landvibe.summer_coding_android:color/abc_hint_foreground_material_light = 0x7f050008 +kr.co.landvibe.summer_coding_android:attr/drawableTintMode = 0x7f03015b +kr.co.landvibe.summer_coding_android:id/fragment_container_view_tag = 0x7f0900d7 +kr.co.landvibe.summer_coding_android:attr/lineHeight = 0x7f03026f +kr.co.landvibe.summer_coding_android:color/m3_navigation_item_ripple_color = 0x7f050091 +kr.co.landvibe.summer_coding_android:attr/startIconDrawable = 0x7f03036f +kr.co.landvibe.summer_coding_android:id/floating = 0x7f0900d5 +kr.co.landvibe.summer_coding_android:string/mtrl_picker_day_of_week_column_header = 0x7f100069 +kr.co.landvibe.summer_coding_android:dimen/mtrl_navigation_item_icon_size = 0x7f0601ea +kr.co.landvibe.summer_coding_android:id/fixed = 0x7f0900d3 +kr.co.landvibe.summer_coding_android:color/material_grey_850 = 0x7f0501f1 +kr.co.landvibe.summer_coding_android:id/filled = 0x7f0900cd +kr.co.landvibe.summer_coding_android:drawable/abc_menu_hardkey_panel_mtrl_mult = 0x7f070037 +kr.co.landvibe.summer_coding_android:id/fullscreen_header = 0x7f0900da +kr.co.landvibe.summer_coding_android:id/dropdown_noneditable = 0x7f0900b9 +kr.co.landvibe.summer_coding_android:id/dragUp = 0x7f0900b6 +kr.co.landvibe.summer_coding_android:style/Test.Widget.MaterialComponents.MaterialCalendar = 0x7f110177 +kr.co.landvibe.summer_coding_android:id/dialog_button = 0x7f0900a6 +kr.co.landvibe.summer_coding_android:id/design_navigation_view = 0x7f0900a5 +kr.co.landvibe.summer_coding_android:attr/elevationOverlayAccentColor = 0x7f030168 +kr.co.landvibe.summer_coding_android:style/TextAppearance.Test.UsesSP = 0x7f1101f4 +kr.co.landvibe.summer_coding_android:attr/simpleItemLayout = 0x7f030356 +kr.co.landvibe.summer_coding_android:id/design_menu_item_text = 0x7f0900a4 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_light_secondary = 0x7f050189 +kr.co.landvibe.summer_coding_android:id/design_menu_item_action_area_stub = 0x7f0900a3 +kr.co.landvibe.summer_coding_android:layout/design_navigation_menu = 0x7f0c0031 +kr.co.landvibe.summer_coding_android:attr/constraintRotate = 0x7f030102 +kr.co.landvibe.summer_coding_android:style/MaterialAlertDialog.Material3.Title.Panel.CenterStacked = 0x7f110117 +kr.co.landvibe.summer_coding_android:styleable/TabLayout = 0x7f120084 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.AutoCompleteTextView.OutlinedBox = 0x7f11026d +kr.co.landvibe.summer_coding_android:id/dependency_ordering = 0x7f0900a0 +kr.co.landvibe.summer_coding_android:string/abc_searchview_description_search = 0x7f100015 +kr.co.landvibe.summer_coding_android:id/deltaRelative = 0x7f09009f +kr.co.landvibe.summer_coding_android:id/navigation_bar_item_large_label_view = 0x7f09014b +kr.co.landvibe.summer_coding_android:drawable/notification_bg_low_normal = 0x7f070091 +kr.co.landvibe.summer_coding_android:color/design_dark_default_color_secondary = 0x7f05003b +kr.co.landvibe.summer_coding_android:id/decor_content_parent = 0x7f09009d +kr.co.landvibe.summer_coding_android:id/showCustom = 0x7f090194 +kr.co.landvibe.summer_coding_android:id/date_picker_actions = 0x7f09009a +kr.co.landvibe.summer_coding_android:style/Base.ThemeOverlay.Material3.TextInputEditText = 0x7f110078 +kr.co.landvibe.summer_coding_android:id/custom = 0x7f090097 +kr.co.landvibe.summer_coding_android:styleable/ImageFilterView = 0x7f12003d +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.MaterialCalendar.HeaderSelection.Fullscreen = 0x7f1103e3 +kr.co.landvibe.summer_coding_android:id/currentState = 0x7f090096 +kr.co.landvibe.summer_coding_android:layout/mtrl_picker_text_input_date = 0x7f0c0063 +kr.co.landvibe.summer_coding_android:id/createProjectButton = 0x7f090095 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.Button.TonalButton.Icon = 0x7f110333 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_tertiary90 = 0x7f0500d5 +kr.co.landvibe.summer_coding_android:id/contiguous = 0x7f090090 +kr.co.landvibe.summer_coding_android:layout/abc_activity_chooser_view_list_item = 0x7f0c0007 +kr.co.landvibe.summer_coding_android:id/constraint = 0x7f09008c +kr.co.landvibe.summer_coding_android:style/TextAppearance.MaterialComponents.Headline5 = 0x7f1101eb +kr.co.landvibe.summer_coding_android:id/collapseActionView = 0x7f090089 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.MaterialTimePicker.Display.TextInputLayout = 0x7f110380 +kr.co.landvibe.summer_coding_android:string/material_timepicker_minute = 0x7f100059 +kr.co.landvibe.summer_coding_android:id/clip_vertical = 0x7f090086 +kr.co.landvibe.summer_coding_android:dimen/m3_appbar_expanded_title_margin_horizontal = 0x7f0600a7 +kr.co.landvibe.summer_coding_android:id/chains = 0x7f090076 +kr.co.landvibe.summer_coding_android:id/center_vertical = 0x7f090073 +kr.co.landvibe.summer_coding_android:id/action_bar_subtitle = 0x7f090038 +kr.co.landvibe.summer_coding_android:attr/listChoiceBackgroundIndicator = 0x7f030272 +kr.co.landvibe.summer_coding_android:styleable/ColorStateListItem = 0x7f120024 +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Body1 = 0x7f110181 +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.MaterialComponents.Button = 0x7f110041 +kr.co.landvibe.summer_coding_android:style/RtlOverlay.Widget.AppCompat.ActionBar.TitleItem = 0x7f110133 +kr.co.landvibe.summer_coding_android:attr/chipIconVisible = 0x7f0300ad +kr.co.landvibe.summer_coding_android:drawable/$avd_show_password__2 = 0x7f070005 +kr.co.landvibe.summer_coding_android:id/center_horizontal = 0x7f090072 +kr.co.landvibe.summer_coding_android:attr/layoutDescription = 0x7f030224 +kr.co.landvibe.summer_coding_android:string/mtrl_picker_navigate_to_year_description = 0x7f10006e +kr.co.landvibe.summer_coding_android:id/mtrl_calendar_selection_frame = 0x7f090135 +kr.co.landvibe.summer_coding_android:id/centerInside = 0x7f090071 +kr.co.landvibe.summer_coding_android:attr/fabSize = 0x7f030195 +kr.co.landvibe.summer_coding_android:id/carryVelocity = 0x7f09006e +kr.co.landvibe.summer_coding_android:style/ShapeAppearance.Material3.Corner.Medium = 0x7f110152 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Surface = 0x7f110351 +kr.co.landvibe.summer_coding_android:id/cancel_button = 0x7f09006d +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.MaterialCalendar.YearNavigationButton = 0x7f1103ec +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_navigation_height = 0x7f0601ac +kr.co.landvibe.summer_coding_android:dimen/abc_select_dialog_padding_start_material = 0x7f06003a +kr.co.landvibe.summer_coding_android:style/Base.Theme.MaterialComponents.Dialog = 0x7f11005e +kr.co.landvibe.summer_coding_android:id/btnTmp = 0x7f090068 +kr.co.landvibe.summer_coding_android:dimen/abc_dropdownitem_text_padding_right = 0x7f06002b +kr.co.landvibe.summer_coding_android:id/btnLee = 0x7f090067 +kr.co.landvibe.summer_coding_android:id/btnGok = 0x7f090065 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.PopupMenu = 0x7f110385 +kr.co.landvibe.summer_coding_android:id/btnCkg = 0x7f090063 +kr.co.landvibe.summer_coding_android:color/mtrl_textinput_default_box_stroke_color = 0x7f05023a +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Widget.Button.Borderless.Colored = 0x7f110037 +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Tooltip = 0x7f11019c +kr.co.landvibe.summer_coding_android:id/bounceBoth = 0x7f090060 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.AppBarLayout.Surface = 0x7f1103a7 +kr.co.landvibe.summer_coding_android:id/bounce = 0x7f09005f +kr.co.landvibe.summer_coding_android:style/Theme.Design.Light = 0x7f110210 +kr.co.landvibe.summer_coding_android:style/Base.Widget.MaterialComponents.CheckedTextView = 0x7f110100 +kr.co.landvibe.summer_coding_android:style/ShapeAppearanceOverlay.BottomLeftDifferentCornerSize = 0x7f110161 +kr.co.landvibe.summer_coding_android:id/bestChoice = 0x7f09005c +kr.co.landvibe.summer_coding_android:color/material_dynamic_tertiary0 = 0x7f0501df +kr.co.landvibe.summer_coding_android:id/tvPassBookName = 0x7f0901ee +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.MaterialCalendar.Day.Selected = 0x7f1103d9 +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Caption = 0x7f110184 +kr.co.landvibe.summer_coding_android:attr/closeItemLayout = 0x7f0300cd +kr.co.landvibe.summer_coding_android:id/barrier = 0x7f090058 +kr.co.landvibe.summer_coding_android:attr/defaultQueryHint = 0x7f03013f +kr.co.landvibe.summer_coding_android:id/autoCompleteToEnd = 0x7f090055 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.Toolbar = 0x7f110309 +kr.co.landvibe.summer_coding_android:id/packed = 0x7f09015f +kr.co.landvibe.summer_coding_android:id/guideline = 0x7f0900e3 +kr.co.landvibe.summer_coding_android:id/async = 0x7f090052 +kr.co.landvibe.summer_coding_android:id/topPanel = 0x7f0901e0 +kr.co.landvibe.summer_coding_android:id/add = 0x7f090046 +kr.co.landvibe.summer_coding_android:id/action_menu_presenter = 0x7f09003f +kr.co.landvibe.summer_coding_android:id/layout = 0x7f090105 +kr.co.landvibe.summer_coding_android:style/ShapeAppearance.M3.Sys.Shape.Corner.Full = 0x7f110147 +kr.co.landvibe.summer_coding_android:id/fill_horizontal = 0x7f0900cb +kr.co.landvibe.summer_coding_android:id/action_menu_divider = 0x7f09003e +kr.co.landvibe.summer_coding_android:string/character_counter_overflowed_content_description = 0x7f100026 +kr.co.landvibe.summer_coding_android:dimen/material_helper_text_font_1_3_padding_top = 0x7f06015a +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.Light.Dialog.MinWidth = 0x7f110255 +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_landscape_header_width = 0x7f0601a7 +kr.co.landvibe.summer_coding_android:style/Base.Theme.AppCompat.Light.DialogWhenLarge = 0x7f110054 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_secondary30 = 0x7f050110 +kr.co.landvibe.summer_coding_android:id/action_context_bar = 0x7f09003b +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_dark_on_background = 0x7f05014d +kr.co.landvibe.summer_coding_android:layout/abc_alert_dialog_title_material = 0x7f0c000a +kr.co.landvibe.summer_coding_android:id/action_bar_activity_content = 0x7f090034 +kr.co.landvibe.summer_coding_android:id/action_bar = 0x7f090033 +kr.co.landvibe.summer_coding_android:drawable/abc_text_select_handle_right_mtrl = 0x7f07004f +kr.co.landvibe.summer_coding_android:id/bottom = 0x7f09005e +kr.co.landvibe.summer_coding_android:layout/notification_template_custom_big = 0x7f0c0067 +kr.co.landvibe.summer_coding_android:attr/textAppearanceButton = 0x7f0303b6 +kr.co.landvibe.summer_coding_android:id/accessibility_custom_action_7 = 0x7f09002d +kr.co.landvibe.summer_coding_android:attr/region_heightMoreThan = 0x7f030331 +kr.co.landvibe.summer_coding_android:dimen/abc_text_size_medium_material = 0x7f060049 +kr.co.landvibe.summer_coding_android:id/accessibility_custom_action_5 = 0x7f09002b +kr.co.landvibe.summer_coding_android:id/accessibility_custom_action_31 = 0x7f090029 +kr.co.landvibe.summer_coding_android:attr/limitBoundsTo = 0x7f03026e +kr.co.landvibe.summer_coding_android:id/included = 0x7f0900f8 +kr.co.landvibe.summer_coding_android:id/none = 0x7f090153 +kr.co.landvibe.summer_coding_android:layout/mtrl_calendar_month = 0x7f0c0052 +kr.co.landvibe.summer_coding_android:id/accessibility_custom_action_27 = 0x7f090024 +kr.co.landvibe.summer_coding_android:attr/customNavigationLayout = 0x7f030136 +kr.co.landvibe.summer_coding_android:id/accessibility_custom_action_22 = 0x7f09001f +kr.co.landvibe.summer_coding_android:color/design_dark_default_color_secondary_variant = 0x7f05003c +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.Light = 0x7f110287 +kr.co.landvibe.summer_coding_android:id/tag_on_receive_content_mime_types = 0x7f0901be +kr.co.landvibe.summer_coding_android:string/status_bar_notification_info_overflow = 0x7f100089 +kr.co.landvibe.summer_coding_android:id/accessibility_custom_action_14 = 0x7f090016 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.ActionMode = 0x7f110319 +kr.co.landvibe.summer_coding_android:attr/textAppearanceLabelMedium = 0x7f0303c5 +kr.co.landvibe.summer_coding_android:id/accessibility_custom_action_13 = 0x7f090015 +kr.co.landvibe.summer_coding_android:id/scrollIndicatorDown = 0x7f090180 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.TextView.SpinnerItem = 0x7f110308 +kr.co.landvibe.summer_coding_android:style/Theme.Material3.Dark.BottomSheetDialog = 0x7f110215 +kr.co.landvibe.summer_coding_android:id/accessibility_custom_action_12 = 0x7f090014 +kr.co.landvibe.summer_coding_android:layout/m3_alert_dialog_title = 0x7f0c0037 +kr.co.landvibe.summer_coding_android:id/accessibility_custom_action_11 = 0x7f090013 +kr.co.landvibe.summer_coding_android:dimen/m3_sys_state_pressed_state_layer_opacity = 0x7f06013b +kr.co.landvibe.summer_coding_android:id/accessibility_custom_action_0 = 0x7f090010 +kr.co.landvibe.summer_coding_android:dimen/mtrl_slider_label_radius = 0x7f060209 +kr.co.landvibe.summer_coding_android:style/Theme.Material3.Light.BottomSheetDialog = 0x7f110226 +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_navigation_top_padding = 0x7f0601ad +kr.co.landvibe.summer_coding_android:style/ShapeAppearance.M3.Sys.Shape.Corner.ExtraLarge.Top = 0x7f110144 +kr.co.landvibe.summer_coding_android:id/TOP_END = 0x7f09000c +kr.co.landvibe.summer_coding_android:dimen/mtrl_extended_fab_min_height = 0x7f0601cf +kr.co.landvibe.summer_coding_android:style/Widget.Material3.Button.ElevatedButton = 0x7f110326 +kr.co.landvibe.summer_coding_android:style/Base.Widget.Material3.CompoundButton.Switch = 0x7f1100f4 +kr.co.landvibe.summer_coding_android:id/exitUntilCollapsed = 0x7f0900c6 +kr.co.landvibe.summer_coding_android:id/SHOW_ALL = 0x7f090008 +kr.co.landvibe.summer_coding_android:mipmap/ic_launcher_round = 0x7f0e0001 +kr.co.landvibe.summer_coding_android:id/FUNCTION = 0x7f090004 +kr.co.landvibe.summer_coding_android:dimen/m3_chip_corner_size = 0x7f0600e0 +kr.co.landvibe.summer_coding_android:id/slide = 0x7f09019a +kr.co.landvibe.summer_coding_android:color/mtrl_navigation_bar_item_tint = 0x7f050229 +kr.co.landvibe.summer_coding_android:id/CTRL = 0x7f090003 +kr.co.landvibe.summer_coding_android:string/m3_sys_motion_easing_emphasized_decelerate = 0x7f100040 +kr.co.landvibe.summer_coding_android:id/ALT = 0x7f090000 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.ExtendedFloatingActionButton.Icon = 0x7f1103d1 +kr.co.landvibe.summer_coding_android:drawable/tooltip_frame_light = 0x7f07009f +kr.co.landvibe.summer_coding_android:drawable/notification_icon_background = 0x7f070095 +kr.co.landvibe.summer_coding_android:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.Text = 0x7f110139 +kr.co.landvibe.summer_coding_android:drawable/mtrl_popupmenu_background = 0x7f07008a +kr.co.landvibe.summer_coding_android:drawable/mtrl_ic_cancel = 0x7f070087 +kr.co.landvibe.summer_coding_android:drawable/mtrl_ic_arrow_drop_up = 0x7f070086 +kr.co.landvibe.summer_coding_android:drawable/mtrl_dropdown_arrow = 0x7f070084 +kr.co.landvibe.summer_coding_android:attr/materialCalendarHeaderToggleButton = 0x7f03029b +kr.co.landvibe.summer_coding_android:id/cos = 0x7f090093 +kr.co.landvibe.summer_coding_android:drawable/mtrl_dialog_background = 0x7f070083 +kr.co.landvibe.summer_coding_android:id/transition_scene_layoutid_cache = 0x7f0901e7 +kr.co.landvibe.summer_coding_android:id/off = 0x7f090159 +kr.co.landvibe.summer_coding_android:dimen/abc_text_size_display_2_material = 0x7f060044 +kr.co.landvibe.summer_coding_android:drawable/material_ic_keyboard_arrow_previous_black_24dp = 0x7f07007f +kr.co.landvibe.summer_coding_android:attr/textureWidth = 0x7f0303f0 +kr.co.landvibe.summer_coding_android:dimen/mtrl_extended_fab_bottom_padding = 0x7f0601c6 +kr.co.landvibe.summer_coding_android:styleable/MaterialCheckBox = 0x7f120054 +kr.co.landvibe.summer_coding_android:drawable/material_ic_keyboard_arrow_next_black_24dp = 0x7f07007e +kr.co.landvibe.summer_coding_android:styleable/NavigationView = 0x7f12006a +kr.co.landvibe.summer_coding_android:drawable/material_ic_edit_black_24dp = 0x7f07007c +kr.co.landvibe.summer_coding_android:attr/barLength = 0x7f030051 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.NavigationView = 0x7f110384 +kr.co.landvibe.summer_coding_android:dimen/m3_alert_dialog_icon_margin = 0x7f0600a3 +kr.co.landvibe.summer_coding_android:id/line1 = 0x7f090109 +kr.co.landvibe.summer_coding_android:attr/errorIconDrawable = 0x7f030178 +kr.co.landvibe.summer_coding_android:styleable/ClockFaceView = 0x7f120020 +kr.co.landvibe.summer_coding_android:drawable/ic_m3_chip_close = 0x7f07006c +kr.co.landvibe.summer_coding_android:id/META = 0x7f090005 +kr.co.landvibe.summer_coding_android:attr/checkboxStyle = 0x7f03009a +kr.co.landvibe.summer_coding_android:attr/tint = 0x7f030403 +kr.co.landvibe.summer_coding_android:drawable/m3_tabs_rounded_line_indicator = 0x7f070077 +kr.co.landvibe.summer_coding_android:dimen/mtrl_progress_circular_track_thickness_extra_small = 0x7f0601ff +kr.co.landvibe.summer_coding_android:attr/blendSrc = 0x7f030060 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.ActionBar.Solid = 0x7f110318 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.NavigationView = 0x7f110290 +kr.co.landvibe.summer_coding_android:drawable/m3_tabs_line_indicator = 0x7f070076 +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Title = 0x7f110032 +kr.co.landvibe.summer_coding_android:drawable/m3_appbar_background = 0x7f070071 +kr.co.landvibe.summer_coding_android:drawable/ic_mtrl_checked_circle = 0x7f07006d +kr.co.landvibe.summer_coding_android:dimen/hint_pressed_alpha_material_light = 0x7f06009b +kr.co.landvibe.summer_coding_android:drawable/ic_launcher_background = 0x7f070068 +kr.co.landvibe.summer_coding_android:style/Base.ThemeOverlay.AppCompat = 0x7f11006e +kr.co.landvibe.summer_coding_android:style/TextAppearance.Widget.AppCompat.Toolbar.Title = 0x7f1101f7 +kr.co.landvibe.summer_coding_android:style/ShapeAppearance.MaterialComponents.MediumComponent = 0x7f11015c +kr.co.landvibe.summer_coding_android:style/TextAppearance.M3.Sys.Typescale.TitleMedium = 0x7f1101cd +kr.co.landvibe.summer_coding_android:drawable/ic_clock_black_24dp = 0x7f070066 +kr.co.landvibe.summer_coding_android:id/italic = 0x7f0900fc +kr.co.landvibe.summer_coding_android:drawable/ic_mtrl_chip_close_circle = 0x7f070070 +kr.co.landvibe.summer_coding_android:id/fade = 0x7f0900c9 +kr.co.landvibe.summer_coding_android:drawable/design_ic_visibility = 0x7f070062 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.CollapsingToolbar.Medium = 0x7f11034a +kr.co.landvibe.summer_coding_android:drawable/design_fab_background = 0x7f070061 +kr.co.landvibe.summer_coding_android:attr/colorOnErrorContainer = 0x7f0300e6 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.Dark.ActionBar = 0x7f110279 +kr.co.landvibe.summer_coding_android:drawable/abc_ic_menu_cut_mtrl_alpha = 0x7f070022 +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Widget.DropDownItem = 0x7f1101aa +kr.co.landvibe.summer_coding_android:dimen/mtrl_high_ripple_hovered_alpha = 0x7f0601dd +kr.co.landvibe.summer_coding_android:drawable/btn_radio_off_to_on_mtrl_animation = 0x7f07005e +kr.co.landvibe.summer_coding_android:id/header_title = 0x7f0900e4 +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Caption = 0x7f110017 +kr.co.landvibe.summer_coding_android:drawable/material_ic_clear_black_24dp = 0x7f07007b +kr.co.landvibe.summer_coding_android:drawable/btn_radio_off_mtrl = 0x7f07005d +kr.co.landvibe.summer_coding_android:dimen/design_navigation_max_width = 0x7f06007d +kr.co.landvibe.summer_coding_android:drawable/btn_checkbox_unchecked_to_checked_mtrl_animation = 0x7f07005c +kr.co.landvibe.summer_coding_android:color/mtrl_calendar_selected_range = 0x7f050215 +kr.co.landvibe.summer_coding_android:layout/test_toolbar_surface = 0x7f0c0079 +kr.co.landvibe.summer_coding_android:style/Base.V21.ThemeOverlay.Material3.BottomSheetDialog = 0x7f11009b +kr.co.landvibe.summer_coding_android:dimen/mtrl_bottomappbar_fab_cradle_rounded_corner_radius = 0x7f060176 +kr.co.landvibe.summer_coding_android:drawable/btn_background = 0x7f070058 +kr.co.landvibe.summer_coding_android:layout/mtrl_calendar_month_navigation = 0x7f0c0054 +kr.co.landvibe.summer_coding_android:attr/layout = 0x7f030223 +kr.co.landvibe.summer_coding_android:attr/carousel_firstView = 0x7f03008d +kr.co.landvibe.summer_coding_android:dimen/design_tab_text_size = 0x7f06008d +kr.co.landvibe.summer_coding_android:drawable/avd_hide_password = 0x7f070056 +kr.co.landvibe.summer_coding_android:attr/titleCollapseMode = 0x7f030407 +kr.co.landvibe.summer_coding_android:animator/design_fab_show_motion_spec = 0x7f020002 +kr.co.landvibe.summer_coding_android:id/disableIntraAutoTransition = 0x7f0900aa +kr.co.landvibe.summer_coding_android:style/TestStyleWithLineHeightAppearance = 0x7f11017b +kr.co.landvibe.summer_coding_android:style/TextAppearance.Material3.BodyLarge = 0x7f1101d1 +kr.co.landvibe.summer_coding_android:drawable/abc_textfield_search_default_mtrl_alpha = 0x7f070053 +kr.co.landvibe.summer_coding_android:style/TextAppearance.Design.Prefix = 0x7f1101bc +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.RatingBar.Small = 0x7f1100e1 +kr.co.landvibe.summer_coding_android:drawable/abc_textfield_activated_mtrl_alpha = 0x7f070050 +kr.co.landvibe.summer_coding_android:attr/materialAlertDialogTitleTextStyle = 0x7f03028e +kr.co.landvibe.summer_coding_android:interpolator/fast_out_slow_in = 0x7f0b0006 +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Light.SearchResult.Subtitle = 0x7f11018d +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.Button.TextButton.Icon = 0x7f1103bd +kr.co.landvibe.summer_coding_android:style/Base.Widget.Material3.TabLayout.OnSurface = 0x7f1100fd +kr.co.landvibe.summer_coding_android:style/Base.V14.Theme.Material3.Dark = 0x7f11007e +kr.co.landvibe.summer_coding_android:id/accessibility_custom_action_19 = 0x7f09001b +kr.co.landvibe.summer_coding_android:drawable/abc_text_select_handle_middle_mtrl = 0x7f07004e +kr.co.landvibe.summer_coding_android:string/abc_toolbar_collapse_description = 0x7f10001a +kr.co.landvibe.summer_coding_android:drawable/abc_switch_track_mtrl_alpha = 0x7f070049 +kr.co.landvibe.summer_coding_android:id/password_toggle = 0x7f090165 +kr.co.landvibe.summer_coding_android:integer/hide_password_duration = 0x7f0a0008 +kr.co.landvibe.summer_coding_android:drawable/abc_scrubber_track_mtrl_alpha = 0x7f070040 +kr.co.landvibe.summer_coding_android:styleable/KeyFrame = 0x7f120041 +kr.co.landvibe.summer_coding_android:drawable/abc_popup_background_mtrl_mult = 0x7f070038 +kr.co.landvibe.summer_coding_android:dimen/abc_dialog_fixed_width_minor = 0x7f06001f +kr.co.landvibe.summer_coding_android:string/jjjoonngg = 0x7f100037 +kr.co.landvibe.summer_coding_android:style/ShapeAppearance.Material3.SmallComponent = 0x7f110158 +kr.co.landvibe.summer_coding_android:drawable/material_ic_keyboard_arrow_right_black_24dp = 0x7f070080 +kr.co.landvibe.summer_coding_android:color/material_dynamic_primary10 = 0x7f0501c6 +kr.co.landvibe.summer_coding_android:attr/iconifiedByDefault = 0x7f0301e9 +kr.co.landvibe.summer_coding_android:drawable/abc_list_selector_holo_light = 0x7f070036 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.DrawerArrowToggle = 0x7f1100c8 +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Small = 0x7f110028 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.TextInputEditText.OutlinedBox.Dense = 0x7f110296 +kr.co.landvibe.summer_coding_android:attr/round = 0x7f030337 +kr.co.landvibe.summer_coding_android:dimen/mtrl_low_ripple_pressed_alpha = 0x7f0601e3 +kr.co.landvibe.summer_coding_android:drawable/abc_ic_ab_back_material = 0x7f07001c +kr.co.landvibe.summer_coding_android:drawable/abc_list_selector_holo_dark = 0x7f070035 +kr.co.landvibe.summer_coding_android:color/m3_timepicker_button_text_color = 0x7f05019b +kr.co.landvibe.summer_coding_android:drawable/abc_list_selector_background_transition_holo_light = 0x7f070032 +kr.co.landvibe.summer_coding_android:integer/m3_sys_motion_duration_500 = 0x7f0a0018 +kr.co.landvibe.summer_coding_android:layout/mtrl_calendar_months = 0x7f0c0055 +kr.co.landvibe.summer_coding_android:attr/tickVisible = 0x7f030402 +kr.co.landvibe.summer_coding_android:dimen/material_font_1_3_box_collapsed_padding_top = 0x7f060156 +kr.co.landvibe.summer_coding_android:drawable/abc_list_pressed_holo_light = 0x7f070030 +kr.co.landvibe.summer_coding_android:drawable/abc_item_background_holo_light = 0x7f07002a +kr.co.landvibe.summer_coding_android:drawable/abc_ic_menu_share_mtrl_alpha = 0x7f070026 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.MaterialCalendar.HeaderToggleButton = 0x7f1103e5 +kr.co.landvibe.summer_coding_android:drawable/abc_ic_menu_overflow_material = 0x7f070023 +kr.co.landvibe.summer_coding_android:color/design_default_color_on_background = 0x7f050040 +kr.co.landvibe.summer_coding_android:style/Base.V21.Theme.AppCompat = 0x7f110092 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.AppCompat.Dialog = 0x7f110264 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.PopupWindow = 0x7f1102f9 +kr.co.landvibe.summer_coding_android:id/material_clock_period_toggle = 0x7f090116 +kr.co.landvibe.summer_coding_android:style/Base.ThemeOverlay.AppCompat.ActionBar = 0x7f11006f +kr.co.landvibe.summer_coding_android:id/sharedValueSet = 0x7f090191 +kr.co.landvibe.summer_coding_android:color/material_dynamic_secondary10 = 0x7f0501d3 +kr.co.landvibe.summer_coding_android:attr/textPanY = 0x7f0303eb +kr.co.landvibe.summer_coding_android:style/Platform.MaterialComponents = 0x7f110126 +kr.co.landvibe.summer_coding_android:drawable/abc_ic_menu_copy_mtrl_am_alpha = 0x7f070021 +kr.co.landvibe.summer_coding_android:styleable/ViewPager2 = 0x7f120091 +kr.co.landvibe.summer_coding_android:styleable/MaterialTimePicker = 0x7f12005a +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Widget.TextView.SpinnerItem = 0x7f1101af +kr.co.landvibe.summer_coding_android:drawable/abc_cab_background_top_mtrl_alpha = 0x7f070018 +kr.co.landvibe.summer_coding_android:drawable/abc_cab_background_top_material = 0x7f070017 +kr.co.landvibe.summer_coding_android:drawable/abc_btn_switch_to_on_mtrl_00012 = 0x7f070015 +kr.co.landvibe.summer_coding_android:drawable/abc_btn_radio_to_on_mtrl_000 = 0x7f070012 +kr.co.landvibe.summer_coding_android:attr/content = 0x7f030109 +kr.co.landvibe.summer_coding_android:drawable/abc_btn_borderless_material = 0x7f070009 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.MaterialCalendar.DayOfWeekLabel = 0x7f110366 +kr.co.landvibe.summer_coding_android:id/ifRoom = 0x7f0900ed +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.NavigationRailView.Colored.Compact = 0x7f1103f0 +kr.co.landvibe.summer_coding_android:attr/spinnerStyle = 0x7f030363 +kr.co.landvibe.summer_coding_android:string/abc_activity_chooser_view_see_all = 0x7f100004 +kr.co.landvibe.summer_coding_android:drawable/$avd_show_password__1 = 0x7f070004 +kr.co.landvibe.summer_coding_android:dimen/tooltip_precise_anchor_threshold = 0x7f060248 +kr.co.landvibe.summer_coding_android:attr/placeholder_emptyVisibility = 0x7f030313 +kr.co.landvibe.summer_coding_android:attr/colorOnSurfaceVariant = 0x7f0300ee +kr.co.landvibe.summer_coding_android:attr/springStiffness = 0x7f030368 +kr.co.landvibe.summer_coding_android:dimen/tooltip_precise_anchor_extra_offset = 0x7f060247 +kr.co.landvibe.summer_coding_android:dimen/tooltip_horizontal_padding = 0x7f060245 +kr.co.landvibe.summer_coding_android:dimen/test_navigation_bar_shadow_height = 0x7f060242 +kr.co.landvibe.summer_coding_android:dimen/mtrl_progress_circular_inset = 0x7f0601f6 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.RatingBar = 0x7f1100df +kr.co.landvibe.summer_coding_android:dimen/test_navigation_bar_item_max_width = 0x7f06023f +kr.co.landvibe.summer_coding_android:dimen/test_navigation_bar_icon_size = 0x7f06023e +kr.co.landvibe.summer_coding_android:style/MaterialAlertDialog.MaterialComponents = 0x7f11011a +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.ChipGroup = 0x7f1103c7 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.MaterialCalendar.HeaderTitle = 0x7f11036e +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.Toolbar.Primary = 0x7f1102bf +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dark_primary_container = 0x7f050142 +kr.co.landvibe.summer_coding_android:dimen/test_navigation_bar_height = 0x7f06023d +kr.co.landvibe.summer_coding_android:drawable/abc_scrubber_control_to_pressed_mtrl_000 = 0x7f07003d +kr.co.landvibe.summer_coding_android:attr/iconEndPadding = 0x7f0301e2 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.TextInputEditText.FilledBox.Dense = 0x7f110391 +kr.co.landvibe.summer_coding_android:id/tag_state_description = 0x7f0901c0 +kr.co.landvibe.summer_coding_android:attr/layout_insetEdge = 0x7f030264 +kr.co.landvibe.summer_coding_android:dimen/test_navigation_bar_active_text_size = 0x7f06023b +kr.co.landvibe.summer_coding_android:layout/design_navigation_item_header = 0x7f0c002e +kr.co.landvibe.summer_coding_android:style/Widget.Design.Snackbar = 0x7f110314 +kr.co.landvibe.summer_coding_android:dimen/test_navigation_bar_active_item_max_width = 0x7f060239 +kr.co.landvibe.summer_coding_android:style/Theme.AppCompat.Light.Dialog.MinWidth = 0x7f11020a +kr.co.landvibe.summer_coding_android:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Secondary = 0x7f110350 +kr.co.landvibe.summer_coding_android:dimen/design_bottom_navigation_active_item_min_width = 0x7f060062 +kr.co.landvibe.summer_coding_android:dimen/notification_small_icon_size_as_large = 0x7f060233 +kr.co.landvibe.summer_coding_android:drawable/m3_selection_control_ripple = 0x7f070074 +kr.co.landvibe.summer_coding_android:dimen/notification_small_icon_background_padding = 0x7f060232 +kr.co.landvibe.summer_coding_android:attr/tabIndicatorHeight = 0x7f03039b +kr.co.landvibe.summer_coding_android:dimen/notification_right_side_padding_top = 0x7f060231 +kr.co.landvibe.summer_coding_android:attr/dragThreshold = 0x7f030152 +kr.co.landvibe.summer_coding_android:drawable/notification_template_icon_low_bg = 0x7f070097 +kr.co.landvibe.summer_coding_android:dimen/notification_media_narrow_margin = 0x7f06022f +kr.co.landvibe.summer_coding_android:style/ShapeAppearance.MaterialComponents.LargeComponent = 0x7f11015b +kr.co.landvibe.summer_coding_android:id/continuousVelocity = 0x7f090091 +kr.co.landvibe.summer_coding_android:dimen/notification_big_circle_margin = 0x7f06022a +kr.co.landvibe.summer_coding_android:dimen/notification_action_icon_size = 0x7f060228 +kr.co.landvibe.summer_coding_android:id/dragEnd = 0x7f0900b2 +kr.co.landvibe.summer_coding_android:string/abc_menu_space_shortcut_label = 0x7f10000f +kr.co.landvibe.summer_coding_android:string/m3_ref_typeface_plain_medium = 0x7f10003c +kr.co.landvibe.summer_coding_android:dimen/mtrl_transition_shared_axis_slide_distance = 0x7f060227 +kr.co.landvibe.summer_coding_android:id/ignoreRequest = 0x7f0900ef +kr.co.landvibe.summer_coding_android:string/mtrl_picker_cancel = 0x7f100064 +kr.co.landvibe.summer_coding_android:dimen/mtrl_tooltip_padding = 0x7f060226 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.CompoundButton.CheckBox = 0x7f1103cd +kr.co.landvibe.summer_coding_android:dimen/mtrl_tooltip_minWidth = 0x7f060225 +kr.co.landvibe.summer_coding_android:styleable/StateListDrawable = 0x7f12007e +kr.co.landvibe.summer_coding_android:dimen/mtrl_toolbar_default_height = 0x7f060221 +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Small = 0x7f110196 +kr.co.landvibe.summer_coding_android:dimen/mtrl_textinput_box_label_cutout_padding = 0x7f06021a +kr.co.landvibe.summer_coding_android:dimen/mtrl_switch_thumb_elevation = 0x7f060217 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.Button.TonalButton = 0x7f110275 +kr.co.landvibe.summer_coding_android:color/m3_button_ripple_color_selector = 0x7f05006d +kr.co.landvibe.summer_coding_android:color/material_dynamic_primary50 = 0x7f0501cb +kr.co.landvibe.summer_coding_android:attr/tabIconTint = 0x7f030393 +kr.co.landvibe.summer_coding_android:dimen/mtrl_snackbar_margin = 0x7f060214 +kr.co.landvibe.summer_coding_android:dimen/mtrl_slider_widget_height = 0x7f060210 +kr.co.landvibe.summer_coding_android:color/design_icon_tint = 0x7f050053 +kr.co.landvibe.summer_coding_android:attr/bottomInsetScrimEnabled = 0x7f030066 +kr.co.landvibe.summer_coding_android:integer/m3_card_anim_duration_ms = 0x7f0a000c +kr.co.landvibe.summer_coding_android:id/disablePostScroll = 0x7f0900ab +kr.co.landvibe.summer_coding_android:dimen/mtrl_slider_track_side_padding = 0x7f06020e +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3 = 0x7f110268 +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse = 0x7f110033 +kr.co.landvibe.summer_coding_android:drawable/m3_popupmenu_background_overlay = 0x7f070072 +kr.co.landvibe.summer_coding_android:layout/abc_screen_content_include = 0x7f0c0014 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.Button.Borderless = 0x7f1100be +kr.co.landvibe.summer_coding_android:dimen/mtrl_slider_track_height = 0x7f06020d +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.MaterialCalendar.HeaderDivider = 0x7f1103e0 +kr.co.landvibe.summer_coding_android:dimen/mtrl_slider_label_square_side = 0x7f06020a +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.MaterialCalendar.HeaderConfirmButton = 0x7f1103df +kr.co.landvibe.summer_coding_android:dimen/mtrl_progress_circular_track_thickness_medium = 0x7f060200 +kr.co.landvibe.summer_coding_android:attr/maxActionInlineWidth = 0x7f0302af +kr.co.landvibe.summer_coding_android:integer/material_motion_duration_short_1 = 0x7f0a0023 +kr.co.landvibe.summer_coding_android:dimen/mtrl_progress_circular_size_small = 0x7f0601fe +kr.co.landvibe.summer_coding_android:dimen/mtrl_progress_circular_size = 0x7f0601fb +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.PopupWindow = 0x7f1100dc +kr.co.landvibe.summer_coding_android:dimen/mtrl_progress_circular_inset_small = 0x7f0601f9 +kr.co.landvibe.summer_coding_android:dimen/mtrl_navigation_rail_margin = 0x7f0601f3 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.CircularProgressIndicator.ExtraSmall = 0x7f1103c9 +kr.co.landvibe.summer_coding_android:styleable/MaterialButtonToggleGroup = 0x7f120050 +kr.co.landvibe.summer_coding_android:attr/flow_wrapMode = 0x7f0301b8 +kr.co.landvibe.summer_coding_android:dimen/mtrl_navigation_bar_item_default_icon_size = 0x7f0601e5 +kr.co.landvibe.summer_coding_android:dimen/mtrl_low_ripple_focused_alpha = 0x7f0601e1 +kr.co.landvibe.summer_coding_android:attr/layout_keyline = 0x7f030265 +kr.co.landvibe.summer_coding_android:attr/windowActionBarOverlay = 0x7f030447 +kr.co.landvibe.summer_coding_android:dimen/mtrl_large_touch_target = 0x7f0601df +kr.co.landvibe.summer_coding_android:dimen/m3_bottomappbar_fab_cradle_margin = 0x7f0600bc +kr.co.landvibe.summer_coding_android:color/mtrl_btn_ripple_color = 0x7f05020d +kr.co.landvibe.summer_coding_android:layout/mtrl_picker_header_dialog = 0x7f0c005e +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.Snackbar.FullWidth = 0x7f1103fc +kr.co.landvibe.summer_coding_android:dimen/mtrl_high_ripple_pressed_alpha = 0x7f0601de +kr.co.landvibe.summer_coding_android:color/m3_sys_color_light_primary_container = 0x7f050188 +kr.co.landvibe.summer_coding_android:dimen/mtrl_high_ripple_focused_alpha = 0x7f0601dc +kr.co.landvibe.summer_coding_android:dimen/mtrl_high_ripple_default_alpha = 0x7f0601db +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Small.Inverse = 0x7f110029 +kr.co.landvibe.summer_coding_android:animator/mtrl_chip_state_list_anim = 0x7f020016 +kr.co.landvibe.summer_coding_android:dimen/mtrl_fab_min_touch_target = 0x7f0601d8 +kr.co.landvibe.summer_coding_android:dimen/mtrl_fab_elevation = 0x7f0601d7 +kr.co.landvibe.summer_coding_android:layout/activity_week2_leesc0893 = 0x7f0c0022 +kr.co.landvibe.summer_coding_android:dimen/mtrl_extended_fab_translation_z_pressed = 0x7f0601d6 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.ProgressBar.Horizontal = 0x7f1102fb +kr.co.landvibe.summer_coding_android:dimen/mtrl_extended_fab_top_padding = 0x7f0601d3 +kr.co.landvibe.summer_coding_android:dimen/mtrl_extended_fab_elevation = 0x7f0601ca +kr.co.landvibe.summer_coding_android:style/Base.Widget.MaterialComponents.AutoCompleteTextView = 0x7f1100ff +kr.co.landvibe.summer_coding_android:styleable/AppBarLayoutStates = 0x7f12000b +kr.co.landvibe.summer_coding_android:style/Base.V21.Theme.AppCompat.Light = 0x7f110094 +kr.co.landvibe.summer_coding_android:dimen/mtrl_extended_fab_disabled_elevation = 0x7f0601c8 +kr.co.landvibe.summer_coding_android:dimen/design_navigation_padding_bottom = 0x7f06007e +kr.co.landvibe.summer_coding_android:id/accessibility_custom_action_18 = 0x7f09001a +kr.co.landvibe.summer_coding_android:color/accent_material_dark = 0x7f050019 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.TextInputLayout.FilledBox.Dense.ExposedDropdownMenu = 0x7f110396 +kr.co.landvibe.summer_coding_android:id/title = 0x7f0901da +kr.co.landvibe.summer_coding_android:attr/textInputOutlinedDenseStyle = 0x7f0303e3 +kr.co.landvibe.summer_coding_android:dimen/mtrl_chip_text_size = 0x7f0601c2 +kr.co.landvibe.summer_coding_android:dimen/mtrl_exposed_dropdown_menu_popup_vertical_offset = 0x7f0601c4 +kr.co.landvibe.summer_coding_android:dimen/mtrl_navigation_rail_default_width = 0x7f0601ef +kr.co.landvibe.summer_coding_android:id/divider = 0x7f0900ae +kr.co.landvibe.summer_coding_android:integer/material_motion_duration_long_2 = 0x7f0a0020 +kr.co.landvibe.summer_coding_android:dimen/mtrl_chip_pressed_translation_z = 0x7f0601c1 +kr.co.landvibe.summer_coding_android:dimen/mtrl_card_dragged_z = 0x7f0601be +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_dark_inverse_primary = 0x7f05014b +kr.co.landvibe.summer_coding_android:color/material_grey_300 = 0x7f0501ed +kr.co.landvibe.summer_coding_android:dimen/mtrl_card_corner_radius = 0x7f0601bd +kr.co.landvibe.summer_coding_android:color/design_dark_default_color_on_surface = 0x7f050037 +kr.co.landvibe.summer_coding_android:dimen/mtrl_textinput_counter_margin_start = 0x7f06021d +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_year_width = 0x7f0601ba +kr.co.landvibe.summer_coding_android:id/stretch = 0x7f0901b3 +kr.co.landvibe.summer_coding_android:style/MaterialAlertDialog.Material3.Body.Text.CenterStacked = 0x7f110113 +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_year_corner = 0x7f0601b6 +kr.co.landvibe.summer_coding_android:attr/tabIndicatorGravity = 0x7f03039a +kr.co.landvibe.summer_coding_android:color/bright_foreground_material_light = 0x7f050027 +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_title_baseline_to_top_fullscreen = 0x7f0601b5 +kr.co.landvibe.summer_coding_android:attr/searchHintIcon = 0x7f03033e +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_selection_text_baseline_to_top = 0x7f0601b2 +kr.co.landvibe.summer_coding_android:attr/extendedFloatingActionButtonSurfaceStyle = 0x7f03018c +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_tertiary100 = 0x7f05011b +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_selection_text_baseline_to_bottom_fullscreen = 0x7f0601b1 +kr.co.landvibe.summer_coding_android:id/month_navigation_previous = 0x7f09012c +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.SearchView = 0x7f1100e2 +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_selection_baseline_to_top_fullscreen = 0x7f0601af +kr.co.landvibe.summer_coding_android:attr/layout_editor_absoluteY = 0x7f03025c +kr.co.landvibe.summer_coding_android:attr/buttonBarPositiveButtonStyle = 0x7f030079 +kr.co.landvibe.summer_coding_android:id/enterAlways = 0x7f0900c4 +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_pre_l_text_clip_padding = 0x7f0601ae +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_header_toggle_margin_top = 0x7f0601a6 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_light_surface = 0x7f05018b +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_header_selection_line_height = 0x7f0601a3 +kr.co.landvibe.summer_coding_android:attr/marginRightSystemWindowInsets = 0x7f030287 +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_header_height_fullscreen = 0x7f0601a2 +kr.co.landvibe.summer_coding_android:layout/mtrl_calendar_day = 0x7f0c004e +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_header_content_padding_fullscreen = 0x7f06019f +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.ButtonBar = 0x7f1102d3 +kr.co.landvibe.summer_coding_android:id/action_container = 0x7f09003a +kr.co.landvibe.summer_coding_android:dimen/mtrl_navigation_item_icon_padding = 0x7f0601e9 +kr.co.landvibe.summer_coding_android:animator/fragment_close_exit = 0x7f020004 +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_dialog_background_inset = 0x7f06019d +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.DropDownItem.Spinner = 0x7f1102d9 +kr.co.landvibe.summer_coding_android:attr/contentInsetStart = 0x7f03010f +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_day_vertical_padding = 0x7f06019a +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_day_today_stroke = 0x7f060199 +kr.co.landvibe.summer_coding_android:attr/fabAnimationMode = 0x7f030190 +kr.co.landvibe.summer_coding_android:id/search_bar = 0x7f090185 +kr.co.landvibe.summer_coding_android:attr/counterEnabled = 0x7f030127 +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_action_height = 0x7f060192 +kr.co.landvibe.summer_coding_android:dimen/material_clock_number_text_padding = 0x7f060144 +kr.co.landvibe.summer_coding_android:id/reverseSawtooth = 0x7f090173 +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_action_confirm_button_min_width = 0x7f060191 +kr.co.landvibe.summer_coding_android:attr/fontProviderQuery = 0x7f0301c0 +kr.co.landvibe.summer_coding_android:dimen/mtrl_btn_z = 0x7f060190 +kr.co.landvibe.summer_coding_android:id/mtrl_internal_children_alpha_tag = 0x7f09013a +kr.co.landvibe.summer_coding_android:style/Theme.AppCompat.DayNight = 0x7f1101fa +kr.co.landvibe.summer_coding_android:id/progress_circular = 0x7f09016e +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.RatingBar.Indicator = 0x7f1100e0 +kr.co.landvibe.summer_coding_android:dimen/mtrl_btn_stroke_size = 0x7f06018b +kr.co.landvibe.summer_coding_android:integer/mtrl_calendar_year_selector_span = 0x7f0a002b +kr.co.landvibe.summer_coding_android:attr/pivotAnchor = 0x7f03030f +kr.co.landvibe.summer_coding_android:dimen/mtrl_btn_snackbar_margin_horizontal = 0x7f06018a +kr.co.landvibe.summer_coding_android:attr/tickColor = 0x7f0303fc +kr.co.landvibe.summer_coding_android:dimen/m3_sys_motion_easing_linear_control_y1 = 0x7f06012a +kr.co.landvibe.summer_coding_android:attr/itemPaddingTop = 0x7f030209 +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.Dialog = 0x7f110240 +kr.co.landvibe.summer_coding_android:attr/singleChoiceItemLayout = 0x7f030358 +kr.co.landvibe.summer_coding_android:id/wrap_content_constrained = 0x7f090205 +kr.co.landvibe.summer_coding_android:dimen/mtrl_btn_padding_top = 0x7f060188 +kr.co.landvibe.summer_coding_android:dimen/mtrl_btn_padding_right = 0x7f060187 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.PopupMenu.ContextMenu = 0x7f110386 +kr.co.landvibe.summer_coding_android:attr/motionEffect_move = 0x7f0302d4 +kr.co.landvibe.summer_coding_android:dimen/mtrl_btn_max_width = 0x7f060184 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.AppCompat.Dark = 0x7f110260 +kr.co.landvibe.summer_coding_android:dimen/mtrl_btn_focused_z = 0x7f06017e +kr.co.landvibe.summer_coding_android:color/material_dynamic_neutral95 = 0x7f0501b6 +kr.co.landvibe.summer_coding_android:dimen/mtrl_btn_disabled_z = 0x7f06017c +kr.co.landvibe.summer_coding_android:dimen/design_bottom_navigation_elevation = 0x7f060064 +kr.co.landvibe.summer_coding_android:dimen/mtrl_navigation_item_shape_horizontal_margin = 0x7f0601eb +kr.co.landvibe.summer_coding_android:color/abc_primary_text_disable_only_material_light = 0x7f05000a +kr.co.landvibe.summer_coding_android:dimen/mtrl_btn_disabled_elevation = 0x7f06017b +kr.co.landvibe.summer_coding_android:attr/colorBackgroundFloating = 0x7f0300db +kr.co.landvibe.summer_coding_android:dimen/mtrl_bottomappbar_fab_cradle_vertical_offset = 0x7f060177 +kr.co.landvibe.summer_coding_android:dimen/mtrl_bottomappbar_fab_bottom_margin = 0x7f060174 +kr.co.landvibe.summer_coding_android:dimen/mtrl_bottomappbar_fabOffsetEndMode = 0x7f060173 +kr.co.landvibe.summer_coding_android:style/TextAppearance.MaterialComponents.Body1 = 0x7f1101e2 +kr.co.landvibe.summer_coding_android:dimen/mtrl_badge_with_text_radius = 0x7f060172 +kr.co.landvibe.summer_coding_android:id/SHOW_PATH = 0x7f090009 +kr.co.landvibe.summer_coding_android:dimen/mtrl_badge_toolbar_action_menu_item_vertical_offset = 0x7f060171 +kr.co.landvibe.summer_coding_android:dimen/mtrl_badge_text_horizontal_edge_offset = 0x7f06016e +kr.co.landvibe.summer_coding_android:id/startHorizontal = 0x7f0901ad +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.CompoundButton.CheckBox = 0x7f1102d5 +kr.co.landvibe.summer_coding_android:dimen/mtrl_badge_horizontal_edge_offset = 0x7f06016b +kr.co.landvibe.summer_coding_android:style/Widget.Material3.ExtendedFloatingActionButton.Secondary = 0x7f110354 +kr.co.landvibe.summer_coding_android:id/dimensions = 0x7f0900a7 +kr.co.landvibe.summer_coding_android:dimen/mtrl_alert_dialog_picker_background_inset = 0x7f06016a +kr.co.landvibe.summer_coding_android:style/ShapeAppearanceOverlay.MaterialComponents.Chip = 0x7f11016c +kr.co.landvibe.summer_coding_android:style/Theme.Design.BottomSheetDialog = 0x7f11020f +kr.co.landvibe.summer_coding_android:attr/layout_constraintLeft_toLeftOf = 0x7f030247 +kr.co.landvibe.summer_coding_android:id/parent = 0x7f090161 +kr.co.landvibe.summer_coding_android:drawable/abc_ic_search_api_material = 0x7f070027 +kr.co.landvibe.summer_coding_android:dimen/mtrl_alert_dialog_background_inset_top = 0x7f060169 +kr.co.landvibe.summer_coding_android:dimen/mtrl_alert_dialog_background_inset_start = 0x7f060168 +kr.co.landvibe.summer_coding_android:attr/framePosition = 0x7f0301c7 +kr.co.landvibe.summer_coding_android:color/m3_dark_primary_text_disable_only = 0x7f05007c +kr.co.landvibe.summer_coding_android:id/antiClockwise = 0x7f09004e +kr.co.landvibe.summer_coding_android:style/Widget.Material3.Chip.Assist.Elevated = 0x7f11033a +kr.co.landvibe.summer_coding_android:dimen/mtrl_alert_dialog_background_inset_end = 0x7f060167 +kr.co.landvibe.summer_coding_android:dimen/material_timepicker_dialog_buttons_margin_top = 0x7f060165 +kr.co.landvibe.summer_coding_android:dimen/test_navigation_bar_text_size = 0x7f060243 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.MaterialDivider.Heavy = 0x7f110378 +kr.co.landvibe.summer_coding_android:anim/btn_checkbox_to_unchecked_icon_null_animation = 0x7f010011 +kr.co.landvibe.summer_coding_android:attr/colorSecondary = 0x7f0300f8 +kr.co.landvibe.summer_coding_android:attr/checkedIcon = 0x7f03009d +kr.co.landvibe.summer_coding_android:dimen/material_time_picker_minimum_screen_height = 0x7f060163 +kr.co.landvibe.summer_coding_android:attr/windowMinWidthMajor = 0x7f03044d +kr.co.landvibe.summer_coding_android:drawable/abc_textfield_search_material = 0x7f070054 +kr.co.landvibe.summer_coding_android:dimen/material_textinput_min_width = 0x7f060162 +kr.co.landvibe.summer_coding_android:color/material_dynamic_secondary20 = 0x7f0501d5 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_primary70 = 0x7f050107 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.TextInputLayout.FilledBox.ExposedDropdownMenu = 0x7f110408 +kr.co.landvibe.summer_coding_android:dimen/m3_card_hovered_z = 0x7f0600dd +kr.co.landvibe.summer_coding_android:dimen/material_textinput_default_width = 0x7f060160 +kr.co.landvibe.summer_coding_android:color/notification_icon_bg_color = 0x7f050240 +kr.co.landvibe.summer_coding_android:style/ShapeAppearance.Material3.Corner.ExtraLarge = 0x7f11014e +kr.co.landvibe.summer_coding_android:dimen/material_text_size_sp = 0x7f06015d +kr.co.landvibe.summer_coding_android:id/beginning = 0x7f09005b +kr.co.landvibe.summer_coding_android:integer/m3_sys_motion_duration_600 = 0x7f0a001a +kr.co.landvibe.summer_coding_android:attr/preserveIconSpacing = 0x7f03031c +kr.co.landvibe.summer_coding_android:id/tvTmp = 0x7f0901f0 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.Button.UnelevatedButton = 0x7f1103bf +kr.co.landvibe.summer_coding_android:attr/startIconTintMode = 0x7f030371 +kr.co.landvibe.summer_coding_android:style/Platform.MaterialComponents.Light.Dialog = 0x7f110129 +kr.co.landvibe.summer_coding_android:dimen/mtrl_extended_fab_translation_z_base = 0x7f0601d4 +kr.co.landvibe.summer_coding_android:color/abc_decor_view_status_guard_light = 0x7f050006 +kr.co.landvibe.summer_coding_android:dimen/material_helper_text_default_padding_top = 0x7f060158 +kr.co.landvibe.summer_coding_android:dimen/m3_btn_disabled_translation_z = 0x7f0600c2 +kr.co.landvibe.summer_coding_android:dimen/material_font_2_0_box_collapsed_padding_top = 0x7f060157 +kr.co.landvibe.summer_coding_android:dimen/mtrl_fab_translation_z_pressed = 0x7f0601da +kr.co.landvibe.summer_coding_android:attr/subheaderInsetStart = 0x7f030380 +kr.co.landvibe.summer_coding_android:dimen/material_filled_edittext_font_2_0_padding_top = 0x7f060155 +kr.co.landvibe.summer_coding_android:animator/mtrl_card_state_list_anim = 0x7f020015 +kr.co.landvibe.summer_coding_android:layout/material_timepicker = 0x7f0c0044 +kr.co.landvibe.summer_coding_android:color/m3_button_ripple_color = 0x7f05006c +kr.co.landvibe.summer_coding_android:attr/windowFixedWidthMajor = 0x7f03044b +kr.co.landvibe.summer_coding_android:dimen/material_filled_edittext_font_1_3_padding_top = 0x7f060153 +kr.co.landvibe.summer_coding_android:style/Base.V14.ThemeOverlay.MaterialComponents.Dialog.Alert = 0x7f110090 +kr.co.landvibe.summer_coding_android:dimen/material_filled_edittext_font_1_3_padding_bottom = 0x7f060152 +kr.co.landvibe.summer_coding_android:dimen/material_emphasis_high_type = 0x7f060150 +kr.co.landvibe.summer_coding_android:color/mtrl_btn_bg_color_selector = 0x7f05020c +kr.co.landvibe.summer_coding_android:dimen/material_emphasis_disabled = 0x7f06014e +kr.co.landvibe.summer_coding_android:dimen/material_clock_period_toggle_margin_left = 0x7f060147 +kr.co.landvibe.summer_coding_android:style/TextAppearance.M3.Sys.Typescale.HeadlineSmall = 0x7f1101c8 +kr.co.landvibe.summer_coding_android:dimen/material_clock_period_toggle_height = 0x7f060146 +kr.co.landvibe.summer_coding_android:drawable/abc_textfield_search_activated_mtrl_alpha = 0x7f070052 +kr.co.landvibe.summer_coding_android:dimen/material_clock_number_text_size = 0x7f060145 +kr.co.landvibe.summer_coding_android:dimen/m3_chip_checked_hovered_translation_z = 0x7f0600df +kr.co.landvibe.summer_coding_android:dimen/m3_sys_state_hover_state_layer_opacity = 0x7f06013a +kr.co.landvibe.summer_coding_android:style/Widget.Material3.Chip.Input.Icon = 0x7f11033f +kr.co.landvibe.summer_coding_android:id/noScroll = 0x7f090151 +kr.co.landvibe.summer_coding_android:attr/contentDescription = 0x7f03010a +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_secondary60 = 0x7f050113 +kr.co.landvibe.summer_coding_android:dimen/m3_sys_state_dragged_state_layer_opacity = 0x7f060138 +kr.co.landvibe.summer_coding_android:dimen/m3_divider_heavy_thickness = 0x7f0600e7 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_secondary10 = 0x7f05010d +kr.co.landvibe.summer_coding_android:dimen/m3_sys_motion_easing_standard_decelerate_control_x2 = 0x7f060135 +kr.co.landvibe.summer_coding_android:attr/behavior_draggable = 0x7f030057 +kr.co.landvibe.summer_coding_android:drawable/navigation_empty_icon = 0x7f07008d +kr.co.landvibe.summer_coding_android:dimen/m3_sys_motion_easing_standard_decelerate_control_x1 = 0x7f060134 +kr.co.landvibe.summer_coding_android:string/mtrl_picker_confirm = 0x7f100065 +kr.co.landvibe.summer_coding_android:dimen/abc_star_medium = 0x7f06003c +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_dark_on_primary = 0x7f05014e +kr.co.landvibe.summer_coding_android:dimen/m3_sys_motion_easing_standard_control_y1 = 0x7f060132 +kr.co.landvibe.summer_coding_android:interpolator/btn_checkbox_checked_mtrl_animation_interpolator_0 = 0x7f0b0000 +kr.co.landvibe.summer_coding_android:id/center = 0x7f09006f +kr.co.landvibe.summer_coding_android:dimen/mtrl_progress_track_thickness = 0x7f060203 +kr.co.landvibe.summer_coding_android:dimen/m3_sys_motion_easing_standard_accelerate_control_y2 = 0x7f06012f +kr.co.landvibe.summer_coding_android:color/mtrl_tabs_colored_ripple_color = 0x7f050234 +kr.co.landvibe.summer_coding_android:attr/fontProviderSystemFontFamily = 0x7f0301c1 +kr.co.landvibe.summer_coding_android:dimen/test_navigation_bar_active_item_min_width = 0x7f06023a +kr.co.landvibe.summer_coding_android:dimen/m3_sys_motion_easing_linear_control_x1 = 0x7f060128 +kr.co.landvibe.summer_coding_android:string/safe_box = 0x7f100087 +kr.co.landvibe.summer_coding_android:dimen/m3_sys_motion_easing_legacy_decelerate_control_y1 = 0x7f060126 +kr.co.landvibe.summer_coding_android:id/animateToStart = 0x7f09004d +kr.co.landvibe.summer_coding_android:dimen/m3_sys_motion_easing_legacy_decelerate_control_x1 = 0x7f060124 +kr.co.landvibe.summer_coding_android:color/material_timepicker_modebutton_tint = 0x7f05020b +kr.co.landvibe.summer_coding_android:attr/textOutlineColor = 0x7f0303e8 +kr.co.landvibe.summer_coding_android:color/design_default_color_on_primary = 0x7f050042 +kr.co.landvibe.summer_coding_android:dimen/m3_sys_motion_easing_legacy_control_y2 = 0x7f060123 +kr.co.landvibe.summer_coding_android:attr/pressedTranslationZ = 0x7f03031d +kr.co.landvibe.summer_coding_android:dimen/m3_sys_motion_easing_legacy_control_y1 = 0x7f060122 +kr.co.landvibe.summer_coding_android:attr/singleLine = 0x7f030359 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.BottomNavigationView.Colored = 0x7f1103b1 +kr.co.landvibe.summer_coding_android:dimen/m3_sys_motion_easing_legacy_control_x2 = 0x7f060121 +kr.co.landvibe.summer_coding_android:id/ratio = 0x7f090171 +kr.co.landvibe.summer_coding_android:attr/logoDescription = 0x7f030283 +kr.co.landvibe.summer_coding_android:dimen/m3_sys_motion_easing_legacy_accelerate_control_x1 = 0x7f06011c +kr.co.landvibe.summer_coding_android:dimen/m3_btn_elevation = 0x7f0600c4 +kr.co.landvibe.summer_coding_android:dimen/m3_sys_motion_easing_emphasized_decelerate_control_x2 = 0x7f060119 +kr.co.landvibe.summer_coding_android:id/disableHome = 0x7f0900a9 +kr.co.landvibe.summer_coding_android:attr/triggerId = 0x7f03042e +kr.co.landvibe.summer_coding_android:integer/m3_sys_motion_duration_100 = 0x7f0a000e +kr.co.landvibe.summer_coding_android:dimen/abc_text_size_button_material = 0x7f060041 +kr.co.landvibe.summer_coding_android:dimen/m3_sys_motion_easing_emphasized_accelerate_control_x2 = 0x7f060115 +kr.co.landvibe.summer_coding_android:dimen/abc_text_size_body_2_material = 0x7f060040 +kr.co.landvibe.summer_coding_android:dimen/m3_sys_motion_easing_emphasized_accelerate_control_x1 = 0x7f060114 +kr.co.landvibe.summer_coding_android:dimen/m3_sys_state_focus_state_layer_opacity = 0x7f060139 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.Light.ActionBar.TabView = 0x7f1100d2 +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Display1 = 0x7f110185 +kr.co.landvibe.summer_coding_android:dimen/m3_sys_elevation_level4 = 0x7f060112 +kr.co.landvibe.summer_coding_android:attr/switchMinWidth = 0x7f03038c +kr.co.landvibe.summer_coding_android:dimen/m3_sys_elevation_level2 = 0x7f060110 +kr.co.landvibe.summer_coding_android:attr/indicatorDirectionCircular = 0x7f0301f4 +kr.co.landvibe.summer_coding_android:id/scrollable = 0x7f090183 +kr.co.landvibe.summer_coding_android:dimen/m3_sys_elevation_level0 = 0x7f06010e +kr.co.landvibe.summer_coding_android:color/material_dynamic_primary100 = 0x7f0501c7 +kr.co.landvibe.summer_coding_android:layout/activity_week2_slideshow_leesc0893 = 0x7f0c0023 +kr.co.landvibe.summer_coding_android:dimen/m3_snackbar_margin = 0x7f06010d +kr.co.landvibe.summer_coding_android:color/m3_navigation_item_background_color = 0x7f05008f +kr.co.landvibe.summer_coding_android:id/chip_group = 0x7f09007d +kr.co.landvibe.summer_coding_android:anim/abc_fade_in = 0x7f010000 +kr.co.landvibe.summer_coding_android:attr/tabSelectedTextColor = 0x7f0303a7 +kr.co.landvibe.summer_coding_android:integer/material_motion_duration_short_2 = 0x7f0a0024 +kr.co.landvibe.summer_coding_android:string/path_password_strike_through = 0x7f100086 +kr.co.landvibe.summer_coding_android:dimen/m3_snackbar_action_text_color_alpha = 0x7f06010c +kr.co.landvibe.summer_coding_android:attr/carousel_infinite = 0x7f03008f +kr.co.landvibe.summer_coding_android:id/dragAnticlockwise = 0x7f0900af +kr.co.landvibe.summer_coding_android:drawable/m3_tabs_transparent_background = 0x7f070078 +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Subhead = 0x7f11002a +kr.co.landvibe.summer_coding_android:dimen/m3_ripple_selectable_pressed_alpha = 0x7f06010a +kr.co.landvibe.summer_coding_android:id/staticLayout = 0x7f0901b0 +kr.co.landvibe.summer_coding_android:dimen/m3_ripple_default_alpha = 0x7f060106 +kr.co.landvibe.summer_coding_android:attr/onCross = 0x7f0302ef +kr.co.landvibe.summer_coding_android:dimen/m3_navigation_rail_item_min_height = 0x7f060103 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.BottomAppBar = 0x7f110320 +kr.co.landvibe.summer_coding_android:id/accessibility_custom_action_28 = 0x7f090025 +kr.co.landvibe.summer_coding_android:attr/textAppearanceBodySmall = 0x7f0303b5 +kr.co.landvibe.summer_coding_android:dimen/m3_navigation_rail_item_active_indicator_margin_horizontal = 0x7f060101 +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.Light.DarkActionBar = 0x7f11024d +kr.co.landvibe.summer_coding_android:id/tag_window_insets_animation_callback = 0x7f0901c4 +kr.co.landvibe.summer_coding_android:bool/abc_action_bar_embed_tabs = 0x7f040000 +kr.co.landvibe.summer_coding_android:id/legacy = 0x7f090108 +kr.co.landvibe.summer_coding_android:dimen/m3_navigation_menu_divider_horizontal_padding = 0x7f0600fd +kr.co.landvibe.summer_coding_android:attr/checkedChip = 0x7f03009c +kr.co.landvibe.summer_coding_android:attr/paddingEnd = 0x7f0302fa +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.PopupMenu.Overflow = 0x7f1103f7 +kr.co.landvibe.summer_coding_android:style/Theme.AppCompat.DayNight.DialogWhenLarge = 0x7f1101ff +kr.co.landvibe.summer_coding_android:style/Base.V24.Theme.Material3.Dark = 0x7f1100a1 +kr.co.landvibe.summer_coding_android:attr/shapeAppearanceOverlay = 0x7f03034a +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Header.Text = 0x7f1102b1 +kr.co.landvibe.summer_coding_android:layout/material_chip_input_combo = 0x7f0c0039 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.TabLayout.Colored = 0x7f1103ff +kr.co.landvibe.summer_coding_android:dimen/m3_navigation_item_shape_inset_bottom = 0x7f0600f8 +kr.co.landvibe.summer_coding_android:dimen/m3_navigation_item_horizontal_padding = 0x7f0600f6 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.CompoundButton.CheckBox = 0x7f11034b +kr.co.landvibe.summer_coding_android:dimen/m3_navigation_drawer_layout_corner_size = 0x7f0600f5 +kr.co.landvibe.summer_coding_android:dimen/m3_large_fab_max_image_size = 0x7f0600f2 +kr.co.landvibe.summer_coding_android:attr/autoCompleteMode = 0x7f030038 +kr.co.landvibe.summer_coding_android:dimen/m3_navigation_rail_item_active_indicator_height = 0x7f060100 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_primary99 = 0x7f05010b +kr.co.landvibe.summer_coding_android:dimen/m3_fab_translation_z_hovered_focused = 0x7f0600f0 +kr.co.landvibe.summer_coding_android:attr/scaleFromTextSize = 0x7f03033a +kr.co.landvibe.summer_coding_android:drawable/ic_launcher_foreground = 0x7f070069 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.MaterialCalendar = 0x7f1103d6 +kr.co.landvibe.summer_coding_android:dimen/m3_extended_fab_top_padding = 0x7f0600ed +kr.co.landvibe.summer_coding_android:dimen/m3_extended_fab_end_padding = 0x7f0600e9 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.ProgressBar.Horizontal = 0x7f1100de +kr.co.landvibe.summer_coding_android:id/tvUsageCard = 0x7f0901f2 +kr.co.landvibe.summer_coding_android:dimen/m3_extended_fab_bottom_padding = 0x7f0600e8 +kr.co.landvibe.summer_coding_android:attr/toolbarSurfaceStyle = 0x7f030416 +kr.co.landvibe.summer_coding_android:integer/cancel_button_image_alpha = 0x7f0a0004 +kr.co.landvibe.summer_coding_android:attr/layout_constraintHorizontal_weight = 0x7f030245 +kr.co.landvibe.summer_coding_android:color/design_dark_default_color_surface = 0x7f05003d +kr.co.landvibe.summer_coding_android:dimen/m3_chip_hovered_translation_z = 0x7f0600e4 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.TextInputLayout.OutlinedBox.ExposedDropdownMenu = 0x7f11039b +kr.co.landvibe.summer_coding_android:color/material_dynamic_primary95 = 0x7f0501d0 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dark_on_error = 0x7f050136 +kr.co.landvibe.summer_coding_android:attr/flow_firstVerticalBias = 0x7f0301a8 +kr.co.landvibe.summer_coding_android:dimen/m3_chip_elevated_elevation = 0x7f0600e3 +kr.co.landvibe.summer_coding_android:style/Platform.AppCompat = 0x7f110124 +kr.co.landvibe.summer_coding_android:id/showTitle = 0x7f090196 +kr.co.landvibe.summer_coding_android:id/mtrl_picker_header_title_and_selection = 0x7f09013f +kr.co.landvibe.summer_coding_android:attr/textBackground = 0x7f0303d6 +kr.co.landvibe.summer_coding_android:dimen/m3_chip_dragged_translation_z = 0x7f0600e2 +kr.co.landvibe.summer_coding_android:dimen/m3_chip_disabled_translation_z = 0x7f0600e1 +kr.co.landvibe.summer_coding_android:dimen/m3_btn_translation_z_hovered = 0x7f0600d7 +kr.co.landvibe.summer_coding_android:style/Base.ThemeOverlay.MaterialComponents.Dialog = 0x7f110079 +kr.co.landvibe.summer_coding_android:attr/backgroundColor = 0x7f030041 +kr.co.landvibe.summer_coding_android:style/Theme.Material3.DayNight.Dialog = 0x7f11021d +kr.co.landvibe.summer_coding_android:dimen/m3_btn_text_btn_padding_right = 0x7f0600d5 +kr.co.landvibe.summer_coding_android:dimen/m3_btn_text_btn_padding_left = 0x7f0600d4 +kr.co.landvibe.summer_coding_android:dimen/m3_btn_stroke_size = 0x7f0600d1 +kr.co.landvibe.summer_coding_android:string/abc_action_bar_up_description = 0x7f100001 +kr.co.landvibe.summer_coding_android:dimen/m3_btn_padding_right = 0x7f0600cf +kr.co.landvibe.summer_coding_android:color/material_dynamic_primary70 = 0x7f0501cd +kr.co.landvibe.summer_coding_android:dimen/m3_btn_padding_bottom = 0x7f0600cd +kr.co.landvibe.summer_coding_android:dimen/m3_btn_max_width = 0x7f0600cc +kr.co.landvibe.summer_coding_android:dimen/m3_btn_disabled_elevation = 0x7f0600c1 +kr.co.landvibe.summer_coding_android:dimen/m3_btn_dialog_btn_spacing = 0x7f0600c0 +kr.co.landvibe.summer_coding_android:dimen/m3_bottomappbar_fab_cradle_vertical_offset = 0x7f0600be +kr.co.landvibe.summer_coding_android:attr/autoCompleteTextViewStyle = 0x7f030039 +kr.co.landvibe.summer_coding_android:drawable/abc_list_selector_disabled_holo_dark = 0x7f070033 +kr.co.landvibe.summer_coding_android:attr/constraintSet = 0x7f030103 +kr.co.landvibe.summer_coding_android:dimen/m3_bottomappbar_fab_cradle_rounded_corner_radius = 0x7f0600bd +kr.co.landvibe.summer_coding_android:color/material_dynamic_neutral_variant99 = 0x7f0501c4 +kr.co.landvibe.summer_coding_android:dimen/m3_bottom_sheet_modal_elevation = 0x7f0600bb +kr.co.landvibe.summer_coding_android:dimen/m3_bottom_sheet_elevation = 0x7f0600ba +kr.co.landvibe.summer_coding_android:dimen/m3_bottom_nav_item_padding_top = 0x7f0600b8 +kr.co.landvibe.summer_coding_android:dimen/m3_bottom_nav_item_active_indicator_width = 0x7f0600b6 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.RatingBar = 0x7f1102fc +kr.co.landvibe.summer_coding_android:color/mtrl_tabs_legacy_text_color_selector = 0x7f050237 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.ExtendedFloatingActionButton.Tertiary = 0x7f110356 +kr.co.landvibe.summer_coding_android:attr/yearStyle = 0x7f030451 +kr.co.landvibe.summer_coding_android:dimen/mtrl_btn_dialog_btn_min_width = 0x7f06017a +kr.co.landvibe.summer_coding_android:color/m3_card_foreground_color = 0x7f050070 +kr.co.landvibe.summer_coding_android:dimen/m3_extended_fab_min_height = 0x7f0600eb +kr.co.landvibe.summer_coding_android:dimen/abc_dialog_title_divider_material = 0x7f060026 +kr.co.landvibe.summer_coding_android:attr/upDuration = 0x7f030432 +kr.co.landvibe.summer_coding_android:attr/springStopThreshold = 0x7f030369 +kr.co.landvibe.summer_coding_android:dimen/m3_appbar_size_large = 0x7f0600ac +kr.co.landvibe.summer_coding_android:dimen/m3_appbar_expanded_title_margin_bottom = 0x7f0600a6 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.AutoCompleteTextView = 0x7f11026a +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_light_on_surface = 0x7f050168 +kr.co.landvibe.summer_coding_android:dimen/m3_alert_dialog_title_bottom_margin = 0x7f0600a5 +kr.co.landvibe.summer_coding_android:attr/textAppearanceLabelLarge = 0x7f0303c4 +kr.co.landvibe.summer_coding_android:color/background_floating_material_light = 0x7f05001e +kr.co.landvibe.summer_coding_android:string/fab_transformation_scrim_behavior = 0x7f10002f +kr.co.landvibe.summer_coding_android:dimen/m3_alert_dialog_icon_size = 0x7f0600a4 +kr.co.landvibe.summer_coding_android:dimen/m3_alert_dialog_corner_size = 0x7f0600a1 +kr.co.landvibe.summer_coding_android:id/fill_vertical = 0x7f0900cc +kr.co.landvibe.summer_coding_android:dimen/m3_alert_dialog_action_top_padding = 0x7f0600a0 +kr.co.landvibe.summer_coding_android:style/Base.Widget.MaterialComponents.MaterialCalendar.HeaderToggleButton = 0x7f110102 +kr.co.landvibe.summer_coding_android:id/always = 0x7f09004b +kr.co.landvibe.summer_coding_android:color/design_fab_shadow_end_color = 0x7f05004c +kr.co.landvibe.summer_coding_android:attr/textColorAlertDialogListItem = 0x7f0303db +kr.co.landvibe.summer_coding_android:dimen/item_touch_helper_swipe_escape_velocity = 0x7f06009e +kr.co.landvibe.summer_coding_android:dimen/m3_btn_text_btn_icon_padding_left = 0x7f0600d2 +kr.co.landvibe.summer_coding_android:string/button_makeSildeShow = 0x7f100023 +kr.co.landvibe.summer_coding_android:dimen/item_touch_helper_max_drag_scroll_per_frame = 0x7f06009c +kr.co.landvibe.summer_coding_android:id/staticPostLayout = 0x7f0901b1 +kr.co.landvibe.summer_coding_android:dimen/hint_pressed_alpha_material_dark = 0x7f06009a +kr.co.landvibe.summer_coding_android:layout/mtrl_layout_snackbar_include = 0x7f0c0059 +kr.co.landvibe.summer_coding_android:dimen/hint_alpha_material_light = 0x7f060099 +kr.co.landvibe.summer_coding_android:id/fill = 0x7f0900ca +kr.co.landvibe.summer_coding_android:string/clear_text_end_icon_content_description = 0x7f10002a +kr.co.landvibe.summer_coding_android:dimen/hint_alpha_material_dark = 0x7f060098 +kr.co.landvibe.summer_coding_android:dimen/highlight_alpha_material_dark = 0x7f060096 +kr.co.landvibe.summer_coding_android:id/item1 = 0x7f0900fd +kr.co.landvibe.summer_coding_android:id/confirm_button = 0x7f09008b +kr.co.landvibe.summer_coding_android:attr/tickColorActive = 0x7f0303fd +kr.co.landvibe.summer_coding_android:dimen/highlight_alpha_material_colored = 0x7f060095 +kr.co.landvibe.summer_coding_android:style/Theme.AppCompat = 0x7f1101f8 +kr.co.landvibe.summer_coding_android:anim/btn_radio_to_off_mtrl_ring_outer_animation = 0x7f010013 +kr.co.landvibe.summer_coding_android:dimen/abc_text_size_title_material = 0x7f06004f +kr.co.landvibe.summer_coding_android:dimen/fastscroll_margin = 0x7f060093 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_secondary95 = 0x7f0500c9 +kr.co.landvibe.summer_coding_android:dimen/material_emphasis_disabled_background = 0x7f06014f +kr.co.landvibe.summer_coding_android:dimen/fastscroll_default_thickness = 0x7f060092 +kr.co.landvibe.summer_coding_android:dimen/disabled_alpha_material_light = 0x7f060091 +kr.co.landvibe.summer_coding_android:style/Theme.AppCompat.DayNight.NoActionBar = 0x7f110200 +kr.co.landvibe.summer_coding_android:attr/colorOnSecondary = 0x7f0300ea +kr.co.landvibe.summer_coding_android:dimen/design_tab_scrollable_min_width = 0x7f06008c +kr.co.landvibe.summer_coding_android:dimen/design_tab_max_width = 0x7f06008b +kr.co.landvibe.summer_coding_android:dimen/design_snackbar_padding_vertical_2lines = 0x7f060089 +kr.co.landvibe.summer_coding_android:dimen/design_snackbar_padding_vertical = 0x7f060088 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.AutoCompleteTextView.OutlinedBox.Dense = 0x7f1103ab +kr.co.landvibe.summer_coding_android:dimen/design_snackbar_extra_spacing_horizontal = 0x7f060084 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_light_secondary = 0x7f05016f +kr.co.landvibe.summer_coding_android:dimen/design_snackbar_action_text_color_alpha = 0x7f060081 +kr.co.landvibe.summer_coding_android:id/selected = 0x7f09018f +kr.co.landvibe.summer_coding_android:dimen/design_snackbar_action_inline_max_width = 0x7f060080 +kr.co.landvibe.summer_coding_android:dimen/design_navigation_item_icon_padding = 0x7f06007b +kr.co.landvibe.summer_coding_android:id/elastic = 0x7f0900c1 +kr.co.landvibe.summer_coding_android:dimen/design_navigation_item_horizontal_padding = 0x7f06007a +kr.co.landvibe.summer_coding_android:attr/themeLineHeight = 0x7f0303f2 +kr.co.landvibe.summer_coding_android:id/test_checkbox_app_button_tint = 0x7f0901c6 +kr.co.landvibe.summer_coding_android:dimen/design_navigation_elevation = 0x7f060077 +kr.co.landvibe.summer_coding_android:id/accessibility_custom_action_6 = 0x7f09002c +kr.co.landvibe.summer_coding_android:dimen/mtrl_btn_text_btn_padding_right = 0x7f06018e +kr.co.landvibe.summer_coding_android:attr/itemFillColor = 0x7f0301ff +kr.co.landvibe.summer_coding_android:dimen/design_fab_translation_z_pressed = 0x7f060076 +kr.co.landvibe.summer_coding_android:attr/textAppearanceSubtitle2 = 0x7f0303d2 +kr.co.landvibe.summer_coding_android:dimen/design_fab_image_size = 0x7f060072 +kr.co.landvibe.summer_coding_android:dimen/m3_navigation_menu_headline_horizontal_padding = 0x7f0600fe +kr.co.landvibe.summer_coding_android:dimen/design_bottom_sheet_peek_height_min = 0x7f06006f +kr.co.landvibe.summer_coding_android:dimen/design_bottom_navigation_text_size = 0x7f06006c +kr.co.landvibe.summer_coding_android:attr/topInsetScrimEnabled = 0x7f03041b +kr.co.landvibe.summer_coding_android:dimen/mtrl_card_checked_icon_margin = 0x7f0601bb +kr.co.landvibe.summer_coding_android:attr/sizePercent = 0x7f03035b +kr.co.landvibe.summer_coding_android:attr/textInputFilledExposedDropdownMenuStyle = 0x7f0303e0 +kr.co.landvibe.summer_coding_android:style/Theme.Material3.DynamicColors.Light = 0x7f110224 +kr.co.landvibe.summer_coding_android:drawable/abc_ic_arrow_drop_right_black_24dp = 0x7f07001d +kr.co.landvibe.summer_coding_android:attr/layout_constraintEnd_toEndOf = 0x7f030239 +kr.co.landvibe.summer_coding_android:color/secondary_text_default_material_light = 0x7f050250 +kr.co.landvibe.summer_coding_android:dimen/design_bottom_navigation_shadow_height = 0x7f06006b +kr.co.landvibe.summer_coding_android:dimen/material_filled_edittext_font_2_0_padding_bottom = 0x7f060154 +kr.co.landvibe.summer_coding_android:dimen/design_bottom_navigation_label_padding = 0x7f060069 +kr.co.landvibe.summer_coding_android:color/mtrl_navigation_item_icon_tint = 0x7f05022c +kr.co.landvibe.summer_coding_android:dimen/design_bottom_navigation_icon_size = 0x7f060066 +kr.co.landvibe.summer_coding_android:id/BOTTOM_END = 0x7f090001 +kr.co.landvibe.summer_coding_android:dimen/notification_top_pad = 0x7f060235 +kr.co.landvibe.summer_coding_android:attr/fastScrollVerticalThumbDrawable = 0x7f030199 +kr.co.landvibe.summer_coding_android:dimen/design_bottom_navigation_height = 0x7f060065 +kr.co.landvibe.summer_coding_android:dimen/design_bottom_navigation_active_item_max_width = 0x7f060061 +kr.co.landvibe.summer_coding_android:attr/subtitle = 0x7f030383 +kr.co.landvibe.summer_coding_android:dimen/mtrl_navigation_rail_icon_margin = 0x7f0601f1 +kr.co.landvibe.summer_coding_android:dimen/def_drawer_elevation = 0x7f06005e +kr.co.landvibe.summer_coding_android:id/btnD11 = 0x7f090064 +kr.co.landvibe.summer_coding_android:attr/trackThickness = 0x7f030425 +kr.co.landvibe.summer_coding_android:dimen/compat_notification_large_icon_max_width = 0x7f06005d +kr.co.landvibe.summer_coding_android:dimen/m3_ripple_pressed_alpha = 0x7f060109 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_neutral_variant30 = 0x7f0500a8 +kr.co.landvibe.summer_coding_android:dimen/compat_button_padding_horizontal_material = 0x7f060059 +kr.co.landvibe.summer_coding_android:id/view_tree_view_model_store_owner = 0x7f0901fd +kr.co.landvibe.summer_coding_android:layout/abc_tooltip = 0x7f0c001b +kr.co.landvibe.summer_coding_android:dimen/compat_button_inset_horizontal_material = 0x7f060057 +kr.co.landvibe.summer_coding_android:dimen/m3_btn_icon_btn_padding_left = 0x7f0600c5 +kr.co.landvibe.summer_coding_android:dimen/clock_face_margin_start = 0x7f060056 +kr.co.landvibe.summer_coding_android:dimen/cardview_default_radius = 0x7f060055 +kr.co.landvibe.summer_coding_android:dimen/abc_text_size_title_material_toolbar = 0x7f060050 +kr.co.landvibe.summer_coding_android:style/Base.V14.Theme.MaterialComponents.Dialog.Bridge = 0x7f110087 +kr.co.landvibe.summer_coding_android:dimen/abc_text_size_subhead_material = 0x7f06004d +kr.co.landvibe.summer_coding_android:color/m3_chip_ripple_color = 0x7f050075 +kr.co.landvibe.summer_coding_android:style/ShapeAppearanceOverlay.Material3.TextField.Filled = 0x7f110169 +kr.co.landvibe.summer_coding_android:dimen/m3_badge_with_text_vertical_offset = 0x7f0600b3 +kr.co.landvibe.summer_coding_android:style/Theme.Material3.Light = 0x7f110225 +kr.co.landvibe.summer_coding_android:anim/design_snackbar_out = 0x7f01001b +kr.co.landvibe.summer_coding_android:dimen/abc_text_size_menu_material = 0x7f06004b +kr.co.landvibe.summer_coding_android:attr/textBackgroundZoom = 0x7f0303da +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.Toolbar.Surface = 0x7f11041b +kr.co.landvibe.summer_coding_android:attr/floatingActionButtonSurfaceStyle = 0x7f0301a4 +kr.co.landvibe.summer_coding_android:id/x_right = 0x7f090207 +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle = 0x7f110030 +kr.co.landvibe.summer_coding_android:dimen/abc_text_size_display_4_material = 0x7f060046 +kr.co.landvibe.summer_coding_android:dimen/m3_card_dragged_z = 0x7f0600d8 +kr.co.landvibe.summer_coding_android:dimen/abc_text_size_display_3_material = 0x7f060045 +kr.co.landvibe.summer_coding_android:style/Base.ThemeOverlay.AppCompat.Dark = 0x7f110070 +kr.co.landvibe.summer_coding_android:attr/waveOffset = 0x7f030441 +kr.co.landvibe.summer_coding_android:dimen/m3_navigation_item_shape_inset_end = 0x7f0600f9 +kr.co.landvibe.summer_coding_android:attr/titleMarginTop = 0x7f03040d +kr.co.landvibe.summer_coding_android:dimen/material_clock_hand_stroke_width = 0x7f060143 +kr.co.landvibe.summer_coding_android:dimen/abc_text_size_display_1_material = 0x7f060043 +kr.co.landvibe.summer_coding_android:dimen/design_snackbar_text_size = 0x7f06008a +kr.co.landvibe.summer_coding_android:dimen/material_input_text_to_prefix_suffix_padding = 0x7f06015b +kr.co.landvibe.summer_coding_android:style/EmptyTheme = 0x7f110110 +kr.co.landvibe.summer_coding_android:dimen/abc_text_size_body_1_material = 0x7f06003f +kr.co.landvibe.summer_coding_android:dimen/abc_switch_padding = 0x7f06003e +kr.co.landvibe.summer_coding_android:attr/endIconDrawable = 0x7f03016f +kr.co.landvibe.summer_coding_android:color/abc_search_url_text_selected = 0x7f050010 +kr.co.landvibe.summer_coding_android:color/bright_foreground_disabled_material_dark = 0x7f050022 +kr.co.landvibe.summer_coding_android:dimen/mtrl_btn_corner_radius = 0x7f060179 +kr.co.landvibe.summer_coding_android:dimen/abc_star_big = 0x7f06003b +kr.co.landvibe.summer_coding_android:attr/materialCalendarMonthNavigationButton = 0x7f03029d +kr.co.landvibe.summer_coding_android:layout/abc_list_menu_item_radio = 0x7f0c0011 +kr.co.landvibe.summer_coding_android:id/normal = 0x7f090154 +kr.co.landvibe.summer_coding_android:dimen/abc_seekbar_track_progress_height_material = 0x7f060039 +kr.co.landvibe.summer_coding_android:dimen/abc_search_view_preferred_width = 0x7f060037 +kr.co.landvibe.summer_coding_android:attr/collapsingToolbarLayoutLargeSize = 0x7f0300d4 +kr.co.landvibe.summer_coding_android:dimen/abc_search_view_preferred_height = 0x7f060036 +kr.co.landvibe.summer_coding_android:dimen/abc_panel_menu_list_width = 0x7f060034 +kr.co.landvibe.summer_coding_android:dimen/abc_list_item_padding_horizontal_material = 0x7f060033 +kr.co.landvibe.summer_coding_android:attr/itemHorizontalPadding = 0x7f030200 +kr.co.landvibe.summer_coding_android:dimen/abc_list_item_height_material = 0x7f060031 +kr.co.landvibe.summer_coding_android:integer/m3_sys_motion_duration_700 = 0x7f0a001b +kr.co.landvibe.summer_coding_android:dimen/abc_list_item_height_large_material = 0x7f060030 +kr.co.landvibe.summer_coding_android:dimen/abc_edit_text_inset_bottom_material = 0x7f06002c +kr.co.landvibe.summer_coding_android:dimen/m3_sys_motion_easing_standard_control_x2 = 0x7f060131 +kr.co.landvibe.summer_coding_android:dimen/abc_dropdownitem_text_padding_left = 0x7f06002a +kr.co.landvibe.summer_coding_android:attr/strokeWidth = 0x7f03037c +kr.co.landvibe.summer_coding_android:id/outward = 0x7f09015d +kr.co.landvibe.summer_coding_android:dimen/abc_disabled_alpha_material_light = 0x7f060028 +kr.co.landvibe.summer_coding_android:id/scale = 0x7f09017d +kr.co.landvibe.summer_coding_android:dimen/abc_dialog_padding_top_material = 0x7f060025 +kr.co.landvibe.summer_coding_android:attr/cornerRadius = 0x7f030121 +kr.co.landvibe.summer_coding_android:dimen/abc_dialog_padding_material = 0x7f060024 +kr.co.landvibe.summer_coding_android:dimen/m3_fab_translation_z_pressed = 0x7f0600f1 +kr.co.landvibe.summer_coding_android:dimen/abc_dialog_list_padding_bottom_no_buttons = 0x7f060020 +kr.co.landvibe.summer_coding_android:id/mtrl_calendar_days_of_week = 0x7f090131 +kr.co.landvibe.summer_coding_android:id/accessibility_custom_action_9 = 0x7f09002f +kr.co.landvibe.summer_coding_android:id/TOP_START = 0x7f09000d +kr.co.landvibe.summer_coding_android:dimen/abc_dialog_fixed_width_major = 0x7f06001e +kr.co.landvibe.summer_coding_android:dimen/abc_dialog_fixed_height_minor = 0x7f06001d +kr.co.landvibe.summer_coding_android:dimen/abc_dialog_fixed_height_major = 0x7f06001c +kr.co.landvibe.summer_coding_android:attr/listPreferredItemPaddingRight = 0x7f03027f +kr.co.landvibe.summer_coding_android:color/m3_text_button_ripple_color_selector = 0x7f050193 +kr.co.landvibe.summer_coding_android:dimen/abc_cascading_menus_min_smallest_width = 0x7f060016 +kr.co.landvibe.summer_coding_android:attr/passwordToggleTint = 0x7f030306 +kr.co.landvibe.summer_coding_android:id/circle_center = 0x7f09007f +kr.co.landvibe.summer_coding_android:drawable/abc_textfield_default_mtrl_alpha = 0x7f070051 +kr.co.landvibe.summer_coding_android:dimen/test_navigation_bar_elevation = 0x7f06023c +kr.co.landvibe.summer_coding_android:dimen/tooltip_vertical_padding = 0x7f060249 +kr.co.landvibe.summer_coding_android:dimen/abc_button_padding_vertical_material = 0x7f060015 +kr.co.landvibe.summer_coding_android:attr/circleRadius = 0x7f0300b9 +kr.co.landvibe.summer_coding_android:dimen/abc_button_padding_horizontal_material = 0x7f060014 +kr.co.landvibe.summer_coding_android:animator/mtrl_fab_transformation_sheet_expand_spec = 0x7f02001f +kr.co.landvibe.summer_coding_android:style/ShapeAppearance.M3.Sys.Shape.Corner.Large = 0x7f110148 +kr.co.landvibe.summer_coding_android:dimen/mtrl_btn_letter_spacing = 0x7f060183 +kr.co.landvibe.summer_coding_android:style/Animation.AppCompat.Dialog = 0x7f110003 +kr.co.landvibe.summer_coding_android:dimen/abc_action_button_min_width_material = 0x7f06000e +kr.co.landvibe.summer_coding_android:id/design_bottom_sheet = 0x7f0900a1 +kr.co.landvibe.summer_coding_android:dimen/abc_control_corner_material = 0x7f060018 +kr.co.landvibe.summer_coding_android:attr/autoTransition = 0x7f03003f +kr.co.landvibe.summer_coding_android:styleable/TextEffects = 0x7f120086 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.MaterialCalendar.Fullscreen = 0x7f1103dd +kr.co.landvibe.summer_coding_android:dimen/abc_action_bar_subtitle_top_margin_material = 0x7f06000c +kr.co.landvibe.summer_coding_android:dimen/abc_action_bar_subtitle_bottom_margin_material = 0x7f06000b +kr.co.landvibe.summer_coding_android:attr/maxImageSize = 0x7f0302b3 +kr.co.landvibe.summer_coding_android:id/navigation_header_container = 0x7f09014d +kr.co.landvibe.summer_coding_android:dimen/abc_action_bar_stacked_max_height = 0x7f060009 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_neutral_variant20 = 0x7f0500f5 +kr.co.landvibe.summer_coding_android:xml/standalone_badge_gravity_bottom_start = 0x7f130002 +kr.co.landvibe.summer_coding_android:attr/dividerInsetStart = 0x7f03014c +kr.co.landvibe.summer_coding_android:id/forever = 0x7f0900d6 +kr.co.landvibe.summer_coding_android:attr/statusBarBackground = 0x7f030378 +kr.co.landvibe.summer_coding_android:dimen/m3_timepicker_window_elevation = 0x7f06013d +kr.co.landvibe.summer_coding_android:dimen/abc_action_bar_overflow_padding_start_material = 0x7f060008 +kr.co.landvibe.summer_coding_android:styleable/PropertySet = 0x7f12006f +kr.co.landvibe.summer_coding_android:style/Base.V14.Theme.Material3.Dark.Dialog = 0x7f110080 +kr.co.landvibe.summer_coding_android:dimen/m3_sys_motion_easing_linear_control_y2 = 0x7f06012b +kr.co.landvibe.summer_coding_android:dimen/abc_action_bar_overflow_padding_end_material = 0x7f060007 +kr.co.landvibe.summer_coding_android:attr/tabIndicatorFullWidth = 0x7f030399 +kr.co.landvibe.summer_coding_android:dimen/abc_action_bar_elevation_material = 0x7f060005 +kr.co.landvibe.summer_coding_android:dimen/abc_action_bar_default_padding_end_material = 0x7f060003 +kr.co.landvibe.summer_coding_android:dimen/abc_action_bar_content_inset_with_nav = 0x7f060001 +kr.co.landvibe.summer_coding_android:color/white = 0x7f050260 +kr.co.landvibe.summer_coding_android:color/tooltip_background_light = 0x7f05025f +kr.co.landvibe.summer_coding_android:style/TextAppearance.Compat.Notification.Line2 = 0x7f1101b2 +kr.co.landvibe.summer_coding_android:color/test_mtrl_calendar_day_selected = 0x7f05025d +kr.co.landvibe.summer_coding_android:color/test_mtrl_calendar_day = 0x7f05025c +kr.co.landvibe.summer_coding_android:color/teal_700 = 0x7f05025a +kr.co.landvibe.summer_coding_android:attr/statusBarForeground = 0x7f030379 +kr.co.landvibe.summer_coding_android:color/switch_thumb_disabled_material_light = 0x7f050254 +kr.co.landvibe.summer_coding_android:color/secondary_text_default_material_dark = 0x7f05024f +kr.co.landvibe.summer_coding_android:color/ripple_material_light = 0x7f05024e +kr.co.landvibe.summer_coding_android:dimen/mtrl_fab_translation_z_hovered_focused = 0x7f0601d9 +kr.co.landvibe.summer_coding_android:color/ripple_material_dark = 0x7f05024d +kr.co.landvibe.summer_coding_android:color/radiobutton_themeable_attribute_color = 0x7f05024c +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.ActionMode = 0x7f1100ba +kr.co.landvibe.summer_coding_android:dimen/m3_sys_motion_easing_emphasized_accelerate_control_y2 = 0x7f060117 +kr.co.landvibe.summer_coding_android:color/purple_700 = 0x7f05024b +kr.co.landvibe.summer_coding_android:color/mtrl_card_view_ripple = 0x7f050217 +kr.co.landvibe.summer_coding_android:layout/abc_screen_simple = 0x7f0c0015 +kr.co.landvibe.summer_coding_android:id/dragRight = 0x7f0900b4 +kr.co.landvibe.summer_coding_android:id/skipCollapsed = 0x7f090198 +kr.co.landvibe.summer_coding_android:id/buttonPanel = 0x7f09006a +kr.co.landvibe.summer_coding_android:id/container = 0x7f09008d +kr.co.landvibe.summer_coding_android:dimen/m3_sys_elevation_level5 = 0x7f060113 +kr.co.landvibe.summer_coding_android:color/purple_500 = 0x7f05024a +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_secondary60 = 0x7f0500c5 +kr.co.landvibe.summer_coding_android:color/purple_200 = 0x7f050249 +kr.co.landvibe.summer_coding_android:color/primary_text_disabled_material_dark = 0x7f050247 +kr.co.landvibe.summer_coding_android:color/primary_text_default_material_light = 0x7f050246 +kr.co.landvibe.summer_coding_android:layout/text_view_with_line_height_from_style = 0x7f0c007c +kr.co.landvibe.summer_coding_android:color/primary_material_light = 0x7f050244 +kr.co.landvibe.summer_coding_android:color/primary_material_dark = 0x7f050243 +kr.co.landvibe.summer_coding_android:attr/fontProviderCerts = 0x7f0301bc +kr.co.landvibe.summer_coding_android:color/primary_dark_material_light = 0x7f050242 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.AutoCompleteTextView.FilledBox.Dense = 0x7f11031c +kr.co.landvibe.summer_coding_android:color/primary_dark_material_dark = 0x7f050241 +kr.co.landvibe.summer_coding_android:color/m3_dark_hint_foreground = 0x7f05007b +kr.co.landvibe.summer_coding_android:color/mtrl_textinput_hovered_box_stroke_color = 0x7f05023e +kr.co.landvibe.summer_coding_android:color/mtrl_textinput_focused_box_stroke_color = 0x7f05023d +kr.co.landvibe.summer_coding_android:color/m3_dynamic_dark_default_color_primary_text = 0x7f05007f +kr.co.landvibe.summer_coding_android:color/mtrl_textinput_disabled_color = 0x7f05023b +kr.co.landvibe.summer_coding_android:color/mtrl_text_btn_text_color_selector = 0x7f050239 +kr.co.landvibe.summer_coding_android:color/mtrl_scrim_color = 0x7f050233 +kr.co.landvibe.summer_coding_android:string/material_motion_easing_emphasized = 0x7f100051 +kr.co.landvibe.summer_coding_android:color/mtrl_popupmenu_overlay_color = 0x7f050232 +kr.co.landvibe.summer_coding_android:dimen/abc_disabled_alpha_material_dark = 0x7f060027 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.ButtonBar.AlertDialog = 0x7f1102d4 +kr.co.landvibe.summer_coding_android:color/mtrl_on_surface_ripple_color = 0x7f05022f +kr.co.landvibe.summer_coding_android:dimen/abc_star_small = 0x7f06003d +kr.co.landvibe.summer_coding_android:color/mtrl_on_primary_text_btn_text_color_selector = 0x7f05022e +kr.co.landvibe.summer_coding_android:color/abc_secondary_text_material_light = 0x7f050012 +kr.co.landvibe.summer_coding_android:attr/layout_constraintRight_toLeftOf = 0x7f03024a +kr.co.landvibe.summer_coding_android:color/mtrl_navigation_item_text_color = 0x7f05022d +kr.co.landvibe.summer_coding_android:color/mtrl_navigation_bar_ripple_color = 0x7f05022a +kr.co.landvibe.summer_coding_android:color/mtrl_navigation_bar_colored_ripple_color = 0x7f050228 +kr.co.landvibe.summer_coding_android:color/mtrl_filled_icon_tint = 0x7f050224 +kr.co.landvibe.summer_coding_android:style/TextAppearance.MaterialComponents.Headline4 = 0x7f1101ea +kr.co.landvibe.summer_coding_android:id/SHOW_PROGRESS = 0x7f09000a +kr.co.landvibe.summer_coding_android:color/mtrl_fab_bg_color_selector = 0x7f050220 +kr.co.landvibe.summer_coding_android:color/mtrl_choice_chip_text_color = 0x7f05021e +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView = 0x7f11029d +kr.co.landvibe.summer_coding_android:attr/sliderStyle = 0x7f03035c +kr.co.landvibe.summer_coding_android:color/mtrl_choice_chip_ripple_color = 0x7f05021d +kr.co.landvibe.summer_coding_android:drawable/$avd_show_password__0 = 0x7f070003 +kr.co.landvibe.summer_coding_android:layout/design_layout_snackbar = 0x7f0c0028 +kr.co.landvibe.summer_coding_android:color/mtrl_choice_chip_background_color = 0x7f05021c +kr.co.landvibe.summer_coding_android:string/mtrl_exceed_max_badge_number_suffix = 0x7f100060 +kr.co.landvibe.summer_coding_android:color/mtrl_chip_text_color = 0x7f05021b +kr.co.landvibe.summer_coding_android:color/mtrl_calendar_item_stroke_color = 0x7f050214 +kr.co.landvibe.summer_coding_android:color/material_on_background_disabled = 0x7f0501f7 +kr.co.landvibe.summer_coding_android:color/mtrl_btn_text_color_selector = 0x7f050212 +kr.co.landvibe.summer_coding_android:color/mtrl_btn_text_color_disabled = 0x7f050211 +kr.co.landvibe.summer_coding_android:dimen/abc_text_size_headline_material = 0x7f060047 +kr.co.landvibe.summer_coding_android:color/material_timepicker_clock_text_color = 0x7f050209 +kr.co.landvibe.summer_coding_android:interpolator/btn_radio_to_off_mtrl_animation_interpolator_0 = 0x7f0b0004 +kr.co.landvibe.summer_coding_android:style/RtlOverlay.Widget.AppCompat.PopupMenuItem = 0x7f110135 +kr.co.landvibe.summer_coding_android:color/material_timepicker_button_stroke = 0x7f050208 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_light_surface = 0x7f050171 +kr.co.landvibe.summer_coding_android:color/material_timepicker_button_background = 0x7f050207 +kr.co.landvibe.summer_coding_android:id/tag_on_apply_window_listener = 0x7f0901bc +kr.co.landvibe.summer_coding_android:color/material_slider_thumb_color = 0x7f050206 +kr.co.landvibe.summer_coding_android:color/material_on_surface_stroke = 0x7f050200 +kr.co.landvibe.summer_coding_android:color/material_on_surface_emphasis_high_type = 0x7f0501fe +kr.co.landvibe.summer_coding_android:color/switch_thumb_material_light = 0x7f050256 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date = 0x7f1102af +kr.co.landvibe.summer_coding_android:color/material_on_primary_emphasis_high_type = 0x7f0501fb +kr.co.landvibe.summer_coding_android:styleable/FloatingActionButton_Behavior_Layout = 0x7f120034 +kr.co.landvibe.summer_coding_android:dimen/m3_navigation_item_icon_padding = 0x7f0600f7 +kr.co.landvibe.summer_coding_android:color/material_on_primary_disabled = 0x7f0501fa +kr.co.landvibe.summer_coding_android:id/navigation_bar_item_active_indicator_view = 0x7f090147 +kr.co.landvibe.summer_coding_android:color/material_on_background_emphasis_medium = 0x7f0501f9 +kr.co.landvibe.summer_coding_android:id/textSpacerNoTitle = 0x7f0901cd +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_neutral_variant95 = 0x7f0500af +kr.co.landvibe.summer_coding_android:id/rightToLeft = 0x7f090175 +kr.co.landvibe.summer_coding_android:color/material_on_background_emphasis_high_type = 0x7f0501f8 +kr.co.landvibe.summer_coding_android:dimen/compat_button_padding_vertical_material = 0x7f06005a +kr.co.landvibe.summer_coding_android:color/material_harmonized_color_on_error = 0x7f0501f5 +kr.co.landvibe.summer_coding_android:color/material_harmonized_color_error_container = 0x7f0501f4 +kr.co.landvibe.summer_coding_android:attr/layout_constraintStart_toEndOf = 0x7f03024c +kr.co.landvibe.summer_coding_android:dimen/item_touch_helper_swipe_escape_max_velocity = 0x7f06009d +kr.co.landvibe.summer_coding_android:color/material_harmonized_color_error = 0x7f0501f3 +kr.co.landvibe.summer_coding_android:color/bright_foreground_inverse_material_light = 0x7f050025 +kr.co.landvibe.summer_coding_android:color/material_grey_900 = 0x7f0501f2 +kr.co.landvibe.summer_coding_android:color/material_grey_800 = 0x7f0501f0 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_tertiary70 = 0x7f050121 +kr.co.landvibe.summer_coding_android:color/material_grey_600 = 0x7f0501ef +kr.co.landvibe.summer_coding_android:id/textinput_placeholder = 0x7f0901d6 +kr.co.landvibe.summer_coding_android:color/material_grey_50 = 0x7f0501ee +kr.co.landvibe.summer_coding_android:color/m3_timepicker_display_background_color = 0x7f05019d +kr.co.landvibe.summer_coding_android:attr/materialTimePickerTitleStyle = 0x7f0302ad +kr.co.landvibe.summer_coding_android:dimen/appcompat_dialog_background_inset = 0x7f060052 +kr.co.landvibe.summer_coding_android:dimen/material_clock_face_margin_top = 0x7f060140 +kr.co.landvibe.summer_coding_android:id/horizontalScrollView = 0x7f0900e9 +kr.co.landvibe.summer_coding_android:attr/colorPrimarySurface = 0x7f0300f6 +kr.co.landvibe.summer_coding_android:dimen/material_divider_thickness = 0x7f06014d +kr.co.landvibe.summer_coding_android:color/material_dynamic_tertiary80 = 0x7f0501e8 +kr.co.landvibe.summer_coding_android:color/material_dynamic_tertiary40 = 0x7f0501e4 +kr.co.landvibe.summer_coding_android:style/Base.Theme.AppCompat.Light = 0x7f11004e +kr.co.landvibe.summer_coding_android:color/material_dynamic_tertiary20 = 0x7f0501e2 +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_header_divider_thickness = 0x7f0601a0 +kr.co.landvibe.summer_coding_android:color/material_dynamic_tertiary10 = 0x7f0501e0 +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.Light.Bridge = 0x7f11024c +kr.co.landvibe.summer_coding_android:attr/itemShapeAppearanceOverlay = 0x7f03020c +kr.co.landvibe.summer_coding_android:dimen/mtrl_snackbar_background_overlay_color_alpha = 0x7f060213 +kr.co.landvibe.summer_coding_android:color/material_dynamic_secondary70 = 0x7f0501da +kr.co.landvibe.summer_coding_android:color/material_dynamic_neutral_variant50 = 0x7f0501be +kr.co.landvibe.summer_coding_android:id/material_timepicker_mode_button = 0x7f090120 +kr.co.landvibe.summer_coding_android:color/material_dynamic_secondary60 = 0x7f0501d9 +kr.co.landvibe.summer_coding_android:attr/fabCradleRoundedCornerRadius = 0x7f030192 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dark_outline = 0x7f050140 +kr.co.landvibe.summer_coding_android:color/material_dynamic_secondary50 = 0x7f0501d8 +kr.co.landvibe.summer_coding_android:color/material_dynamic_secondary40 = 0x7f0501d7 +kr.co.landvibe.summer_coding_android:color/material_dynamic_secondary100 = 0x7f0501d4 +kr.co.landvibe.summer_coding_android:color/material_grey_100 = 0x7f0501ec +kr.co.landvibe.summer_coding_android:color/material_dynamic_primary60 = 0x7f0501cc +kr.co.landvibe.summer_coding_android:color/material_dynamic_primary0 = 0x7f0501c5 +kr.co.landvibe.summer_coding_android:attr/materialAlertDialogTheme = 0x7f03028b +kr.co.landvibe.summer_coding_android:color/material_dynamic_neutral_variant90 = 0x7f0501c2 +kr.co.landvibe.summer_coding_android:attr/touchAnchorSide = 0x7f03041d +kr.co.landvibe.summer_coding_android:color/material_dynamic_neutral_variant60 = 0x7f0501bf +kr.co.landvibe.summer_coding_android:color/material_dynamic_neutral_variant40 = 0x7f0501bd +kr.co.landvibe.summer_coding_android:integer/m3_sys_motion_duration_50 = 0x7f0a0017 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.TimePicker.ImageButton = 0x7f110416 +kr.co.landvibe.summer_coding_android:color/material_dynamic_neutral_variant30 = 0x7f0501bc +kr.co.landvibe.summer_coding_android:color/material_dynamic_neutral_variant10 = 0x7f0501b9 +kr.co.landvibe.summer_coding_android:layout/abc_list_menu_item_layout = 0x7f0c0010 +kr.co.landvibe.summer_coding_android:color/material_dynamic_neutral99 = 0x7f0501b7 +kr.co.landvibe.summer_coding_android:color/mtrl_navigation_bar_colored_item_tint = 0x7f050227 +kr.co.landvibe.summer_coding_android:color/material_dynamic_neutral90 = 0x7f0501b5 +kr.co.landvibe.summer_coding_android:color/material_dynamic_neutral80 = 0x7f0501b4 +kr.co.landvibe.summer_coding_android:layout/mtrl_picker_header_toggle = 0x7f0c0062 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_secondary70 = 0x7f050114 +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_action_padding = 0x7f060193 +kr.co.landvibe.summer_coding_android:attr/boxBackgroundMode = 0x7f03006b +kr.co.landvibe.summer_coding_android:color/material_dynamic_neutral30 = 0x7f0501af +kr.co.landvibe.summer_coding_android:color/material_dynamic_neutral100 = 0x7f0501ad +kr.co.landvibe.summer_coding_android:string/search_menu_title = 0x7f100088 +kr.co.landvibe.summer_coding_android:color/design_fab_stroke_end_inner_color = 0x7f05004f +kr.co.landvibe.summer_coding_android:color/material_dynamic_neutral10 = 0x7f0501ac +kr.co.landvibe.summer_coding_android:string/material_hour_selection = 0x7f10004b +kr.co.landvibe.summer_coding_android:font/bmhannaprooft = 0x7f080000 +kr.co.landvibe.summer_coding_android:color/material_dynamic_neutral0 = 0x7f0501ab +kr.co.landvibe.summer_coding_android:dimen/mtrl_slider_thumb_elevation = 0x7f06020b +kr.co.landvibe.summer_coding_android:color/material_deep_teal_500 = 0x7f0501a9 +kr.co.landvibe.summer_coding_android:animator/linear_indeterminate_line2_head_interpolator = 0x7f02000b +kr.co.landvibe.summer_coding_android:color/material_deep_teal_200 = 0x7f0501a8 +kr.co.landvibe.summer_coding_android:attr/actionMenuTextColor = 0x7f030011 +kr.co.landvibe.summer_coding_android:color/cardview_dark_background = 0x7f05002a +kr.co.landvibe.summer_coding_android:dimen/mtrl_slider_track_top = 0x7f06020f +kr.co.landvibe.summer_coding_android:color/material_cursor_color = 0x7f0501a7 +kr.co.landvibe.summer_coding_android:id/accessibility_custom_action_30 = 0x7f090028 +kr.co.landvibe.summer_coding_android:color/m3_timepicker_button_ripple_color = 0x7f05019a +kr.co.landvibe.summer_coding_android:color/m3_textfield_label_color = 0x7f050197 +kr.co.landvibe.summer_coding_android:id/action_bar_title = 0x7f090039 +kr.co.landvibe.summer_coding_android:styleable/LinearLayoutCompat = 0x7f120048 +kr.co.landvibe.summer_coding_android:color/m3_tabs_ripple_color = 0x7f050190 +kr.co.landvibe.summer_coding_android:styleable/AppCompatSeekBar = 0x7f12000f +kr.co.landvibe.summer_coding_android:color/m3_sys_color_light_on_surface_variant = 0x7f050183 +kr.co.landvibe.summer_coding_android:attr/keyPositionType = 0x7f03021a +kr.co.landvibe.summer_coding_android:attr/circularflow_defaultRadius = 0x7f0300bd +kr.co.landvibe.summer_coding_android:attr/extendedFloatingActionButtonStyle = 0x7f03018b +kr.co.landvibe.summer_coding_android:string/mtrl_chip_close_icon_content_description = 0x7f10005e +kr.co.landvibe.summer_coding_android:color/m3_sys_color_light_on_secondary_container = 0x7f050181 +kr.co.landvibe.summer_coding_android:dimen/design_fab_size_normal = 0x7f060074 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_light_on_secondary = 0x7f050180 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_light_on_primary = 0x7f05017e +kr.co.landvibe.summer_coding_android:styleable/Badge = 0x7f120013 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_light_on_error_container = 0x7f05017d +kr.co.landvibe.summer_coding_android:attr/barrierDirection = 0x7f030053 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_light_on_background = 0x7f05017b +kr.co.landvibe.summer_coding_android:color/m3_sys_color_light_inverse_surface = 0x7f05017a +kr.co.landvibe.summer_coding_android:style/Base.Widget.Material3.Chip = 0x7f1100f0 +kr.co.landvibe.summer_coding_android:attr/itemPadding = 0x7f030207 +kr.co.landvibe.summer_coding_android:attr/checkedIconGravity = 0x7f03009f +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_dark_primary_container = 0x7f050158 +kr.co.landvibe.summer_coding_android:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Text = 0x7f11013f +kr.co.landvibe.summer_coding_android:id/chain2 = 0x7f090075 +kr.co.landvibe.summer_coding_android:attr/imageRotate = 0x7f0301ef +kr.co.landvibe.summer_coding_android:color/m3_sys_color_light_inverse_on_surface = 0x7f050178 +kr.co.landvibe.summer_coding_android:dimen/m3_ripple_focused_alpha = 0x7f060107 +kr.co.landvibe.summer_coding_android:attr/colorOnSurfaceInverse = 0x7f0300ed +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.Button = 0x7f110271 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_light_primary_container = 0x7f05016e +kr.co.landvibe.summer_coding_android:color/m3_sys_color_light_error_container = 0x7f050177 +kr.co.landvibe.summer_coding_android:attr/textAppearanceDisplayMedium = 0x7f0303b9 +kr.co.landvibe.summer_coding_android:attr/seekBarStyle = 0x7f030341 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_light_error = 0x7f050176 +kr.co.landvibe.summer_coding_android:id/imageView3 = 0x7f0900f3 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_light_background = 0x7f050175 +kr.co.landvibe.summer_coding_android:attr/floatingActionButtonSecondaryStyle = 0x7f0301a2 +kr.co.landvibe.summer_coding_android:layout/activity_jjjoonngg = 0x7f0c0020 +kr.co.landvibe.summer_coding_android:id/search_src_text = 0x7f09018c +kr.co.landvibe.summer_coding_android:dimen/abc_list_item_height_small_material = 0x7f060032 +kr.co.landvibe.summer_coding_android:color/primary_text_default_material_dark = 0x7f050245 +kr.co.landvibe.summer_coding_android:color/design_error = 0x7f05004b +kr.co.landvibe.summer_coding_android:attr/wavePhase = 0x7f030443 +kr.co.landvibe.summer_coding_android:attr/flow_horizontalStyle = 0x7f0301ad +kr.co.landvibe.summer_coding_android:color/m3_sys_color_light_primary = 0x7f050187 +kr.co.landvibe.summer_coding_android:attr/boxBackgroundColor = 0x7f03006a +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_light_on_secondary = 0x7f050166 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_light_on_primary = 0x7f050164 +kr.co.landvibe.summer_coding_android:drawable/abc_cab_background_internal_bg = 0x7f070016 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_light_inverse_surface = 0x7f050162 +kr.co.landvibe.summer_coding_android:attr/coordinatorLayoutStyle = 0x7f03011b +kr.co.landvibe.summer_coding_android:layout/design_navigation_item = 0x7f0c002d +kr.co.landvibe.summer_coding_android:attr/tabMinWidth = 0x7f03039e +kr.co.landvibe.summer_coding_android:attr/alertDialogCenterButtons = 0x7f030028 +kr.co.landvibe.summer_coding_android:attr/switchTextAppearance = 0x7f03038f +kr.co.landvibe.summer_coding_android:attr/dividerColor = 0x7f030149 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_light_background = 0x7f05015f +kr.co.landvibe.summer_coding_android:dimen/design_snackbar_min_width = 0x7f060086 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_light_inverse_on_surface = 0x7f050160 +kr.co.landvibe.summer_coding_android:attr/perpendicularPath_percent = 0x7f03030e +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_dark_surface = 0x7f05015b +kr.co.landvibe.summer_coding_android:drawable/$avd_hide_password__0 = 0x7f070000 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_dark_primary = 0x7f050157 +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Widget.ActionMode.Title = 0x7f1101a4 +kr.co.landvibe.summer_coding_android:attr/appBarLayoutStyle = 0x7f030032 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_dark_on_secondary_container = 0x7f050151 +kr.co.landvibe.summer_coding_android:color/androidx_core_ripple_material_light = 0x7f05001b +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_dark_background = 0x7f050149 +kr.co.landvibe.summer_coding_android:styleable/StateListDrawableItem = 0x7f12007f +kr.co.landvibe.summer_coding_android:dimen/abc_seekbar_track_background_height_material = 0x7f060038 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dark_secondary = 0x7f050143 +kr.co.landvibe.summer_coding_android:id/notification_main_column = 0x7f090157 +kr.co.landvibe.summer_coding_android:attr/triggerSlack = 0x7f030430 +kr.co.landvibe.summer_coding_android:styleable/MaterialAlertDialogTheme = 0x7f12004d +kr.co.landvibe.summer_coding_android:drawable/abc_scrubber_primary_mtrl_alpha = 0x7f07003f +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dark_on_tertiary = 0x7f05013e +kr.co.landvibe.summer_coding_android:color/design_default_color_on_surface = 0x7f050044 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dark_on_surface = 0x7f05013c +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.ListMenuView = 0x7f1100d5 +kr.co.landvibe.summer_coding_android:style/Base.V26.Widget.AppCompat.Toolbar = 0x7f1100a7 +kr.co.landvibe.summer_coding_android:attr/passwordToggleDrawable = 0x7f030304 +kr.co.landvibe.summer_coding_android:attr/textAppearanceHeadlineMedium = 0x7f0303c2 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dark_on_secondary = 0x7f05013a +kr.co.landvibe.summer_coding_android:id/disableScroll = 0x7f0900ac +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dark_on_primary = 0x7f050138 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.MaterialTimePicker.Display = 0x7f11037c +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_tertiary30 = 0x7f0500cf +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_day_width = 0x7f06019b +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dark_on_background = 0x7f050135 +kr.co.landvibe.summer_coding_android:id/material_clock_period_am_button = 0x7f090114 +kr.co.landvibe.summer_coding_android:color/material_dynamic_primary99 = 0x7f0501d1 +kr.co.landvibe.summer_coding_android:attr/toolbarId = 0x7f030413 +kr.co.landvibe.summer_coding_android:color/m3_slider_thumb_color = 0x7f05012c +kr.co.landvibe.summer_coding_android:attr/motion_postLayoutCollision = 0x7f0302e0 +kr.co.landvibe.summer_coding_android:dimen/m3_card_elevated_elevation = 0x7f0600da +kr.co.landvibe.summer_coding_android:attr/shapeAppearanceSmallComponent = 0x7f03034b +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_white = 0x7f050126 +kr.co.landvibe.summer_coding_android:color/kakao_blue = 0x7f050061 +kr.co.landvibe.summer_coding_android:dimen/abc_dialog_list_padding_top_no_title = 0x7f060021 +kr.co.landvibe.summer_coding_android:integer/m3_sys_motion_duration_200 = 0x7f0a0011 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_tertiary99 = 0x7f050125 +kr.co.landvibe.summer_coding_android:id/submit_area = 0x7f0901b5 +kr.co.landvibe.summer_coding_android:id/auto = 0x7f090053 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_tertiary95 = 0x7f050124 +kr.co.landvibe.summer_coding_android:attr/actionModePasteDrawable = 0x7f030019 +kr.co.landvibe.summer_coding_android:attr/fontProviderFetchStrategy = 0x7f0301bd +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.Light.PopupMenu = 0x7f1102ee +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_tertiary90 = 0x7f050123 +kr.co.landvibe.summer_coding_android:attr/materialCalendarStyle = 0x7f03029e +kr.co.landvibe.summer_coding_android:style/Widget.Material3.Button = 0x7f110325 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_secondary80 = 0x7f050115 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.TextInputLayout.OutlinedBox.Dense.ExposedDropdownMenu = 0x7f11039a +kr.co.landvibe.summer_coding_android:drawable/notification_bg_normal_pressed = 0x7f070094 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_tertiary40 = 0x7f05011e +kr.co.landvibe.summer_coding_android:id/action_bar_root = 0x7f090036 +kr.co.landvibe.summer_coding_android:dimen/m3_fab_corner_size = 0x7f0600ef +kr.co.landvibe.summer_coding_android:id/sin = 0x7f090197 +kr.co.landvibe.summer_coding_android:dimen/abc_config_prefDialogWidth = 0x7f060017 +kr.co.landvibe.summer_coding_android:attr/alpha = 0x7f03002c +kr.co.landvibe.summer_coding_android:attr/colorOutline = 0x7f0300f1 +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_text_input_padding_top = 0x7f0601b3 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.CompoundButton.CheckBox = 0x7f1100c5 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.TextInputEditText.FilledBox.Dense = 0x7f1102b8 +kr.co.landvibe.summer_coding_android:attr/titleTextStyle = 0x7f030412 +kr.co.landvibe.summer_coding_android:styleable/ConstraintLayout_Layout = 0x7f120027 +kr.co.landvibe.summer_coding_android:color/abc_secondary_text_material_dark = 0x7f050011 +kr.co.landvibe.summer_coding_android:style/Base.Theme.MaterialComponents.Light.Dialog.FixedSize = 0x7f11006b +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_tertiary30 = 0x7f05011d +kr.co.landvibe.summer_coding_android:styleable/ClockHandView = 0x7f120021 +kr.co.landvibe.summer_coding_android:dimen/abc_alert_dialog_button_bar_height = 0x7f060010 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_tertiary10 = 0x7f05011a +kr.co.landvibe.summer_coding_android:id/homeAsUp = 0x7f0900e7 +kr.co.landvibe.summer_coding_android:id/visible = 0x7f0901fe +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.ListPopupWindow = 0x7f1102f3 +kr.co.landvibe.summer_coding_android:color/material_dynamic_tertiary70 = 0x7f0501e7 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_secondary40 = 0x7f050111 +kr.co.landvibe.summer_coding_android:attr/flow_maxElementsWrap = 0x7f0301b2 +kr.co.landvibe.summer_coding_android:dimen/fastscroll_minimum_range = 0x7f060094 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_secondary20 = 0x7f05010f +kr.co.landvibe.summer_coding_android:color/m3_button_foreground_color_selector = 0x7f05006a +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dark_primary = 0x7f050141 +kr.co.landvibe.summer_coding_android:style/TextAppearance.Material3.DisplayLarge = 0x7f1101d4 +kr.co.landvibe.summer_coding_android:attr/textBackgroundPanX = 0x7f0303d7 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_secondary0 = 0x7f05010c +kr.co.landvibe.summer_coding_android:id/actionDown = 0x7f090030 +kr.co.landvibe.summer_coding_android:color/material_dynamic_neutral20 = 0x7f0501ae +kr.co.landvibe.summer_coding_android:attr/customColorValue = 0x7f030132 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_primary95 = 0x7f05010a +kr.co.landvibe.summer_coding_android:attr/textAllCaps = 0x7f0303b0 +kr.co.landvibe.summer_coding_android:integer/config_tooltipAnimTime = 0x7f0a0005 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents = 0x7f110299 +kr.co.landvibe.summer_coding_android:color/material_dynamic_secondary0 = 0x7f0501d2 +kr.co.landvibe.summer_coding_android:attr/multiChoiceItemLayout = 0x7f0302e3 +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Display4 = 0x7f11001b +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_primary50 = 0x7f050105 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.DrawerLayout = 0x7f11034e +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_primary10 = 0x7f050100 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.FloatingActionButton = 0x7f1103d2 +kr.co.landvibe.summer_coding_android:id/accessibility_custom_action_4 = 0x7f09002a +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_neutral_variant30 = 0x7f0500f6 +kr.co.landvibe.summer_coding_android:style/MaterialAlertDialog.MaterialComponents.Title.Panel = 0x7f110120 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_neutral99 = 0x7f0500f1 +kr.co.landvibe.summer_coding_android:style/ShapeAppearance.M3.Sys.Shape.Corner.Medium = 0x7f11014b +kr.co.landvibe.summer_coding_android:drawable/abc_list_focused_holo = 0x7f07002d +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_neutral95 = 0x7f0500f0 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_neutral90 = 0x7f0500ef +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_neutral60 = 0x7f0500ec +kr.co.landvibe.summer_coding_android:id/chip3 = 0x7f09007c +kr.co.landvibe.summer_coding_android:drawable/abc_ic_go_search_api_material = 0x7f070020 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_tertiary99 = 0x7f0500d7 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_neutral40 = 0x7f0500ea +kr.co.landvibe.summer_coding_android:id/accessibility_custom_action_26 = 0x7f090023 +kr.co.landvibe.summer_coding_android:attr/tabRippleColor = 0x7f0303a5 +kr.co.landvibe.summer_coding_android:attr/motionEffect_end = 0x7f0302d3 +kr.co.landvibe.summer_coding_android:style/Widget.Design.NavigationView = 0x7f110312 +kr.co.landvibe.summer_coding_android:layout/abc_action_mode_bar = 0x7f0c0004 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_error90 = 0x7f0500e2 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_error80 = 0x7f0500e1 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_error70 = 0x7f0500e0 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_error50 = 0x7f0500de +kr.co.landvibe.summer_coding_android:styleable/MenuView = 0x7f12005e +kr.co.landvibe.summer_coding_android:attr/motionDurationLong2 = 0x7f0302c8 +kr.co.landvibe.summer_coding_android:attr/paddingTopSystemWindowInsets = 0x7f0302ff +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_light_primary = 0x7f05016d +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_error30 = 0x7f0500dc +kr.co.landvibe.summer_coding_android:id/fitStart = 0x7f0900d0 +kr.co.landvibe.summer_coding_android:dimen/mtrl_btn_inset = 0x7f060182 +kr.co.landvibe.summer_coding_android:id/chip2 = 0x7f09007b +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Large.Inverse = 0x7f11001f +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_error100 = 0x7f0500da +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_error0 = 0x7f0500d8 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_tertiary40 = 0x7f0500d0 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_neutral_variant10 = 0x7f0500a5 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_tertiary0 = 0x7f0500cb +kr.co.landvibe.summer_coding_android:id/endToStart = 0x7f0900c3 +kr.co.landvibe.summer_coding_android:attr/layout_goneMarginTop = 0x7f030263 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_dark_tertiary_container = 0x7f05015e +kr.co.landvibe.summer_coding_android:color/m3_slider_inactive_track_color = 0x7f05012b +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_secondary90 = 0x7f0500c8 +kr.co.landvibe.summer_coding_android:style/ShapeAppearanceOverlay.Material3.FloatingActionButton = 0x7f110167 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_secondary30 = 0x7f0500c2 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_secondary10 = 0x7f0500bf +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_primary95 = 0x7f0500bc +kr.co.landvibe.summer_coding_android:color/m3_sys_color_light_secondary_container = 0x7f05018a +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_primary70 = 0x7f0500b9 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_primary60 = 0x7f0500b8 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_primary50 = 0x7f0500b7 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_primary40 = 0x7f0500b6 +kr.co.landvibe.summer_coding_android:dimen/m3_navigation_item_shape_inset_start = 0x7f0600fa +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_selection_text_baseline_to_bottom = 0x7f0601b0 +kr.co.landvibe.summer_coding_android:color/m3_chip_text_color = 0x7f050077 +kr.co.landvibe.summer_coding_android:attr/dialogPreferredPadding = 0x7f030145 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_neutral_variant90 = 0x7f0500ae +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_neutral_variant70 = 0x7f0500ac +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.Dark = 0x7f1102a5 +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_days_of_week_height = 0x7f06019c +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_neutral_variant50 = 0x7f0500aa +kr.co.landvibe.summer_coding_android:style/Theme.Material3.DayNight.Dialog.MinWidth = 0x7f11021f +kr.co.landvibe.summer_coding_android:color/material_harmonized_color_on_error_container = 0x7f0501f6 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_neutral_variant20 = 0x7f0500a7 +kr.co.landvibe.summer_coding_android:attr/expandedTitleTextAppearance = 0x7f030186 +kr.co.landvibe.summer_coding_android:styleable/CheckedTextView = 0x7f12001c +kr.co.landvibe.summer_coding_android:integer/m3_sys_motion_duration_800 = 0x7f0a001c +kr.co.landvibe.summer_coding_android:id/postLayout = 0x7f09016d +kr.co.landvibe.summer_coding_android:attr/paddingRightSystemWindowInsets = 0x7f0302fc +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_neutral90 = 0x7f0500a1 +kr.co.landvibe.summer_coding_android:styleable/ConstraintOverride = 0x7f12002a +kr.co.landvibe.summer_coding_android:attr/textAppearanceSearchResultSubtitle = 0x7f0303ce +kr.co.landvibe.summer_coding_android:attr/circularProgressIndicatorStyle = 0x7f0300ba +kr.co.landvibe.summer_coding_android:color/abc_tint_seek_thumb = 0x7f050016 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_neutral80 = 0x7f0500a0 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_neutral50 = 0x7f05009d +kr.co.landvibe.summer_coding_android:dimen/m3_btn_padding_top = 0x7f0600d0 +kr.co.landvibe.summer_coding_android:attr/fontProviderFetchTimeout = 0x7f0301be +kr.co.landvibe.summer_coding_android:color/design_bottom_navigation_shadow_color = 0x7f05002f +kr.co.landvibe.summer_coding_android:id/select_dialog_listview = 0x7f09018e +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_primary60 = 0x7f050106 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_neutral20 = 0x7f05009a +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_neutral100 = 0x7f050099 +kr.co.landvibe.summer_coding_android:style/Test.Widget.MaterialComponents.MaterialCalendar.Day = 0x7f110178 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_black = 0x7f050096 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_light_on_background = 0x7f050163 +kr.co.landvibe.summer_coding_android:attr/materialThemeOverlay = 0x7f0302aa +kr.co.landvibe.summer_coding_android:color/m3_popupmenu_overlay_color = 0x7f050093 +kr.co.landvibe.summer_coding_android:color/m3_navigation_bar_item_with_indicator_label_tint = 0x7f05008d +kr.co.landvibe.summer_coding_android:color/m3_elevated_chip_background_color = 0x7f050089 +kr.co.landvibe.summer_coding_android:attr/divider = 0x7f030148 +kr.co.landvibe.summer_coding_android:color/m3_dynamic_dark_hint_foreground = 0x7f050082 +kr.co.landvibe.summer_coding_android:drawable/abc_scrubber_control_off_mtrl_alpha = 0x7f07003c +kr.co.landvibe.summer_coding_android:color/m3_default_color_secondary_text = 0x7f05007e +kr.co.landvibe.summer_coding_android:attr/floatingActionButtonPrimaryStyle = 0x7f0301a1 +kr.co.landvibe.summer_coding_android:color/m3_default_color_primary_text = 0x7f05007d +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_neutral_variant40 = 0x7f0500f7 +kr.co.landvibe.summer_coding_android:color/m3_card_ripple_color = 0x7f050071 +kr.co.landvibe.summer_coding_android:id/decelerateAndComplete = 0x7f09009c +kr.co.landvibe.summer_coding_android:color/m3_calendar_item_stroke_color = 0x7f05006f +kr.co.landvibe.summer_coding_android:style/Base.DialogWindowTitle.AppCompat = 0x7f11000e +kr.co.landvibe.summer_coding_android:attr/textInputOutlinedStyle = 0x7f0303e5 +kr.co.landvibe.summer_coding_android:drawable/mtrl_popupmenu_background_overlay = 0x7f07008b +kr.co.landvibe.summer_coding_android:string/mtrl_timepicker_confirm = 0x7f100080 +kr.co.landvibe.summer_coding_android:dimen/test_dimen = 0x7f060237 +kr.co.landvibe.summer_coding_android:attr/materialDisplayDividerStyle = 0x7f0302a7 +kr.co.landvibe.summer_coding_android:color/switch_thumb_disabled_material_dark = 0x7f050253 +kr.co.landvibe.summer_coding_android:dimen/m3_menu_elevation = 0x7f0600f4 +kr.co.landvibe.summer_coding_android:style/Base.Theme.AppCompat.Dialog.MinWidth = 0x7f11004c +kr.co.landvibe.summer_coding_android:color/m3_assist_chip_stroke_color = 0x7f050068 +kr.co.landvibe.summer_coding_android:attr/commitIcon = 0x7f030101 +kr.co.landvibe.summer_coding_android:style/Theme.Material3.Dark.Dialog.Alert = 0x7f110217 +kr.co.landvibe.summer_coding_android:layout/abc_popup_menu_header_item_layout = 0x7f0c0012 +kr.co.landvibe.summer_coding_android:style/Base.Theme.AppCompat.Light.Dialog.Alert = 0x7f110051 +kr.co.landvibe.summer_coding_android:id/snackbar_action = 0x7f09019b +kr.co.landvibe.summer_coding_android:styleable/MotionLayout = 0x7f120064 +kr.co.landvibe.summer_coding_android:color/m3_appbar_overlay_color = 0x7f050066 +kr.co.landvibe.summer_coding_android:color/kakao_gray = 0x7f050064 +kr.co.landvibe.summer_coding_android:styleable/SearchView = 0x7f120076 +kr.co.landvibe.summer_coding_android:attr/ttcIndex = 0x7f030431 +kr.co.landvibe.summer_coding_android:attr/iconTint = 0x7f0301e7 +kr.co.landvibe.summer_coding_android:dimen/m3_btn_dialog_btn_min_width = 0x7f0600bf +kr.co.landvibe.summer_coding_android:styleable/State = 0x7f12007d +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_light_surface_variant = 0x7f050172 +kr.co.landvibe.summer_coding_android:color/highlighted_text_material_dark = 0x7f05005f +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Widget.Button.Borderless.Colored = 0x7f1101a7 +kr.co.landvibe.summer_coding_android:layout/design_navigation_item_separator = 0x7f0c002f +kr.co.landvibe.summer_coding_android:color/androidx_core_secondary_text_default_material_light = 0x7f05001c +kr.co.landvibe.summer_coding_android:color/foreground_material_dark = 0x7f05005b +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.CompoundButton.RadioButton = 0x7f1100c6 +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse = 0x7f1101a1 +kr.co.landvibe.summer_coding_android:layout/abc_screen_toolbar = 0x7f0c0017 +kr.co.landvibe.summer_coding_android:attr/extendMotionSpec = 0x7f030188 +kr.co.landvibe.summer_coding_android:color/dim_foreground_disabled_material_dark = 0x7f050055 +kr.co.landvibe.summer_coding_android:attr/floatingActionButtonLargeSurfaceStyle = 0x7f03019f +kr.co.landvibe.summer_coding_android:color/design_fab_stroke_top_outer_color = 0x7f050052 +kr.co.landvibe.summer_coding_android:style/MaterialAlertDialog.MaterialComponents.Body.Text = 0x7f11011b +kr.co.landvibe.summer_coding_android:attr/dividerVertical = 0x7f03014f +kr.co.landvibe.summer_coding_android:attr/cornerSizeTopRight = 0x7f030126 +kr.co.landvibe.summer_coding_android:color/design_default_color_on_error = 0x7f050041 +kr.co.landvibe.summer_coding_android:attr/textBackgroundPanY = 0x7f0303d8 +kr.co.landvibe.summer_coding_android:color/design_default_color_error = 0x7f05003f +kr.co.landvibe.summer_coding_android:color/bright_foreground_inverse_material_dark = 0x7f050024 +kr.co.landvibe.summer_coding_android:color/abc_decor_view_status_guard = 0x7f050005 +kr.co.landvibe.summer_coding_android:color/design_default_color_background = 0x7f05003e +kr.co.landvibe.summer_coding_android:style/Base.V14.Theme.MaterialComponents.Light.DarkActionBar.Bridge = 0x7f11008a +kr.co.landvibe.summer_coding_android:drawable/btn_checkbox_checked_to_unchecked_mtrl_animation = 0x7f07005a +kr.co.landvibe.summer_coding_android:color/design_dark_default_color_on_primary = 0x7f050035 +kr.co.landvibe.summer_coding_android:dimen/compat_button_inset_vertical_material = 0x7f060058 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.ActionButton.Overflow = 0x7f1102c9 +kr.co.landvibe.summer_coding_android:attr/queryBackground = 0x7f030323 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_tertiary80 = 0x7f050122 +kr.co.landvibe.summer_coding_android:attr/spinBars = 0x7f030361 +kr.co.landvibe.summer_coding_android:color/design_dark_default_color_on_error = 0x7f050034 +kr.co.landvibe.summer_coding_android:color/design_dark_default_color_error = 0x7f050032 +kr.co.landvibe.summer_coding_android:attr/colorOnPrimarySurface = 0x7f0300e9 +kr.co.landvibe.summer_coding_android:attr/windowFixedWidthMinor = 0x7f03044c +kr.co.landvibe.summer_coding_android:color/design_dark_default_color_background = 0x7f050031 +kr.co.landvibe.summer_coding_android:attr/actionModeCloseDrawable = 0x7f030015 +kr.co.landvibe.summer_coding_android:color/design_box_stroke_color = 0x7f050030 +kr.co.landvibe.summer_coding_android:attr/subtitleTextColor = 0x7f030386 +kr.co.landvibe.summer_coding_android:id/month_navigation_fragment_toggle = 0x7f09012a +kr.co.landvibe.summer_coding_android:color/checkbox_themeable_attribute_color = 0x7f05002e +kr.co.landvibe.summer_coding_android:id/autoCompleteToStart = 0x7f090056 +kr.co.landvibe.summer_coding_android:dimen/design_snackbar_max_width = 0x7f060085 +kr.co.landvibe.summer_coding_android:color/cardview_shadow_start_color = 0x7f05002d +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.MaterialAlertDialog.Centered = 0x7f11028a +kr.co.landvibe.summer_coding_android:style/Base.V24.Theme.Material3.Dark.Dialog = 0x7f1100a2 +kr.co.landvibe.summer_coding_android:color/cardview_shadow_end_color = 0x7f05002c +kr.co.landvibe.summer_coding_android:style/TextAppearance.Test.UsesDp = 0x7f1101f3 +kr.co.landvibe.summer_coding_android:attr/actionOverflowButtonStyle = 0x7f030021 +kr.co.landvibe.summer_coding_android:style/Base.Theme.MaterialComponents = 0x7f11005b +kr.co.landvibe.summer_coding_android:attr/fontProviderAuthority = 0x7f0301bb +kr.co.landvibe.summer_coding_android:attr/textAppearanceHeadline5 = 0x7f0303bf +kr.co.landvibe.summer_coding_android:color/m3_sys_color_light_tertiary = 0x7f05018d +kr.co.landvibe.summer_coding_android:color/button_material_light = 0x7f050029 +kr.co.landvibe.summer_coding_android:color/m3_calendar_item_disabled_text = 0x7f05006e +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_month_horizontal_padding = 0x7f0601a9 +kr.co.landvibe.summer_coding_android:color/bright_foreground_disabled_material_light = 0x7f050023 +kr.co.landvibe.summer_coding_android:attr/expandedTitleMargin = 0x7f030181 +kr.co.landvibe.summer_coding_android:style/MaterialAlertDialog.Material3.Body.Text = 0x7f110112 +kr.co.landvibe.summer_coding_android:id/accelerate = 0x7f09000e +kr.co.landvibe.summer_coding_android:attr/materialAlertDialogTitlePanelStyle = 0x7f03028d +kr.co.landvibe.summer_coding_android:attr/layout_constraintVertical_weight = 0x7f030254 +kr.co.landvibe.summer_coding_android:id/material_timepicker_view = 0x7f090122 +kr.co.landvibe.summer_coding_android:layout/abc_action_mode_close_item_material = 0x7f0c0005 +kr.co.landvibe.summer_coding_android:color/design_default_color_primary = 0x7f050045 +kr.co.landvibe.summer_coding_android:color/abc_tint_switch_track = 0x7f050018 +kr.co.landvibe.summer_coding_android:id/month_navigation_bar = 0x7f090129 +kr.co.landvibe.summer_coding_android:color/abc_tint_default = 0x7f050014 +kr.co.landvibe.summer_coding_android:dimen/material_helper_text_font_1_3_padding_horizontal = 0x7f060159 +kr.co.landvibe.summer_coding_android:style/TextAppearance.M3.Sys.Typescale.TitleSmall = 0x7f1101ce +kr.co.landvibe.summer_coding_android:attr/textAppearanceLabelSmall = 0x7f0303c6 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_secondary70 = 0x7f0500c6 +kr.co.landvibe.summer_coding_android:style/Theme.Material3.DayNight.NoActionBar = 0x7f110221 +kr.co.landvibe.summer_coding_android:attr/customColorDrawableValue = 0x7f030131 +kr.co.landvibe.summer_coding_android:attr/materialCardViewFilledStyle = 0x7f0302a2 +kr.co.landvibe.summer_coding_android:color/abc_tint_btn_checkable = 0x7f050013 +kr.co.landvibe.summer_coding_android:dimen/material_text_size_dp = 0x7f06015c +kr.co.landvibe.summer_coding_android:attr/buttonTintMode = 0x7f030082 +kr.co.landvibe.summer_coding_android:attr/tabStyle = 0x7f0303a8 +kr.co.landvibe.summer_coding_android:color/abc_primary_text_material_light = 0x7f05000c +kr.co.landvibe.summer_coding_android:attr/saturation = 0x7f030339 +kr.co.landvibe.summer_coding_android:layout/abc_screen_simple_overlay_action_mode = 0x7f0c0016 +kr.co.landvibe.summer_coding_android:attr/cardForegroundColor = 0x7f030086 +kr.co.landvibe.summer_coding_android:color/abc_background_cache_hint_selector_material_dark = 0x7f050000 +kr.co.landvibe.summer_coding_android:integer/mtrl_calendar_selection_text_lines = 0x7f0a002a +kr.co.landvibe.summer_coding_android:id/icon = 0x7f0900eb +kr.co.landvibe.summer_coding_android:dimen/notification_large_icon_width = 0x7f06022d +kr.co.landvibe.summer_coding_android:attr/yearTodayStyle = 0x7f030452 +kr.co.landvibe.summer_coding_android:attr/windowMinWidthMinor = 0x7f03044e +kr.co.landvibe.summer_coding_android:drawable/notification_bg_normal = 0x7f070093 +kr.co.landvibe.summer_coding_android:style/TextAppearance.Material3.ActionBar.Title = 0x7f1101d0 +kr.co.landvibe.summer_coding_android:attr/windowFixedHeightMajor = 0x7f030449 +kr.co.landvibe.summer_coding_android:attr/overlapAnchor = 0x7f0302f6 +kr.co.landvibe.summer_coding_android:style/Widget.Design.BottomNavigationView = 0x7f11030e +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_dark_tertiary = 0x7f05015d +kr.co.landvibe.summer_coding_android:attr/windowActionModeOverlay = 0x7f030448 +kr.co.landvibe.summer_coding_android:attr/motion_triggerOnCollision = 0x7f0302e1 +kr.co.landvibe.summer_coding_android:layout/material_clock_display_divider = 0x7f0c003b +kr.co.landvibe.summer_coding_android:color/design_dark_default_color_on_secondary = 0x7f050036 +kr.co.landvibe.summer_coding_android:dimen/abc_text_size_subtitle_material_toolbar = 0x7f06004e +kr.co.landvibe.summer_coding_android:dimen/m3_bottom_nav_min_height = 0x7f0600b9 +kr.co.landvibe.summer_coding_android:attr/waveVariesBy = 0x7f030445 +kr.co.landvibe.summer_coding_android:attr/scrimVisibleHeightTrigger = 0x7f03033d +kr.co.landvibe.summer_coding_android:attr/warmth = 0x7f03043f +kr.co.landvibe.summer_coding_android:anim/btn_radio_to_off_mtrl_dot_group_animation = 0x7f010012 +kr.co.landvibe.summer_coding_android:id/north = 0x7f090155 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_neutral_variant0 = 0x7f0500f2 +kr.co.landvibe.summer_coding_android:attr/voiceIcon = 0x7f03043e +kr.co.landvibe.summer_coding_android:id/clAccount = 0x7f090080 +kr.co.landvibe.summer_coding_android:id/actionDownUp = 0x7f090031 +kr.co.landvibe.summer_coding_android:drawable/abc_scrubber_control_to_pressed_mtrl_005 = 0x7f07003e +kr.co.landvibe.summer_coding_android:attr/behavior_fitToContents = 0x7f030059 +kr.co.landvibe.summer_coding_android:attr/viewTransitionOnPositiveCross = 0x7f03043c +kr.co.landvibe.summer_coding_android:attr/verticalOffsetWithText = 0x7f030437 +kr.co.landvibe.summer_coding_android:attr/bottomAppBarStyle = 0x7f030065 +kr.co.landvibe.summer_coding_android:attr/verticalOffset = 0x7f030436 +kr.co.landvibe.summer_coding_android:dimen/m3_sys_motion_easing_standard_control_x1 = 0x7f060130 +kr.co.landvibe.summer_coding_android:attr/useMaterialThemeColors = 0x7f030434 +kr.co.landvibe.summer_coding_android:drawable/abc_ratingbar_material = 0x7f07003a +kr.co.landvibe.summer_coding_android:attr/textAppearanceDisplayLarge = 0x7f0303b8 +kr.co.landvibe.summer_coding_android:attr/transitionShapeAppearance = 0x7f03042d +kr.co.landvibe.summer_coding_android:dimen/mtrl_progress_circular_size_extra_small = 0x7f0601fc +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_dark_on_secondary = 0x7f050150 +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Menu = 0x7f110193 +kr.co.landvibe.summer_coding_android:dimen/mtrl_textinput_start_icon_margin_end = 0x7f060220 +kr.co.landvibe.summer_coding_android:color/mtrl_tabs_ripple_color = 0x7f050238 +kr.co.landvibe.summer_coding_android:id/supportScrollUp = 0x7f0901b6 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_tertiary70 = 0x7f0500d3 +kr.co.landvibe.summer_coding_android:color/m3_hint_foreground = 0x7f05008b +kr.co.landvibe.summer_coding_android:styleable/RecycleListView = 0x7f120072 +kr.co.landvibe.summer_coding_android:string/m3_sys_motion_easing_standard = 0x7f100046 +kr.co.landvibe.summer_coding_android:attr/contentScrim = 0x7f030118 +kr.co.landvibe.summer_coding_android:attr/popupMenuBackground = 0x7f030315 +kr.co.landvibe.summer_coding_android:attr/viewTransitionMode = 0x7f030439 +kr.co.landvibe.summer_coding_android:attr/selectionRequired = 0x7f030344 +kr.co.landvibe.summer_coding_android:attr/trackColorInactive = 0x7f030422 +kr.co.landvibe.summer_coding_android:attr/track = 0x7f03041f +kr.co.landvibe.summer_coding_android:integer/show_password_duration = 0x7f0a0033 +kr.co.landvibe.summer_coding_android:color/m3_timepicker_secondary_text_button_text_color = 0x7f0501a2 +kr.co.landvibe.summer_coding_android:string/mtrl_picker_invalid_format_example = 0x7f10006b +kr.co.landvibe.summer_coding_android:attr/toolbarStyle = 0x7f030415 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_neutral_variant90 = 0x7f0500fc +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.Toolbar.Button.Navigation = 0x7f11030a +kr.co.landvibe.summer_coding_android:attr/cardCornerRadius = 0x7f030084 +kr.co.landvibe.summer_coding_android:attr/flow_firstVerticalStyle = 0x7f0301a9 +kr.co.landvibe.summer_coding_android:attr/titlePositionInterpolator = 0x7f03040f +kr.co.landvibe.summer_coding_android:drawable/abc_btn_default_mtrl_shape = 0x7f07000f +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.BottomSheetDialog = 0x7f110270 +kr.co.landvibe.summer_coding_android:attr/titleCentered = 0x7f030406 +kr.co.landvibe.summer_coding_android:attr/expandActivityOverflowButtonDrawable = 0x7f03017d +kr.co.landvibe.summer_coding_android:attr/itemShapeInsetTop = 0x7f030211 +kr.co.landvibe.summer_coding_android:color/material_blue_grey_800 = 0x7f0501a4 +kr.co.landvibe.summer_coding_android:color/foreground_material_light = 0x7f05005c +kr.co.landvibe.summer_coding_android:styleable/MaterialCalendar = 0x7f120051 +kr.co.landvibe.summer_coding_android:id/titleTextView = 0x7f0901dc +kr.co.landvibe.summer_coding_android:attr/tickMark = 0x7f0303ff +kr.co.landvibe.summer_coding_android:attr/clockNumberTextColor = 0x7f0300c5 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_neutral_variant60 = 0x7f0500ab +kr.co.landvibe.summer_coding_android:attr/thumbTint = 0x7f0303fa +kr.co.landvibe.summer_coding_android:styleable/ScrimInsetsFrameLayout = 0x7f120074 +kr.co.landvibe.summer_coding_android:id/fitXY = 0x7f0900d2 +kr.co.landvibe.summer_coding_android:attr/elevationOverlayColor = 0x7f030169 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.ExtendedFloatingActionButton.Surface = 0x7f110355 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_neutral40 = 0x7f05009c +kr.co.landvibe.summer_coding_android:attr/carousel_backwardTransition = 0x7f03008b +kr.co.landvibe.summer_coding_android:attr/thumbTextPadding = 0x7f0303f9 +kr.co.landvibe.summer_coding_android:dimen/material_textinput_max_width = 0x7f060161 +kr.co.landvibe.summer_coding_android:attr/thumbStrokeColor = 0x7f0303f7 +kr.co.landvibe.summer_coding_android:attr/thumbRadius = 0x7f0303f6 +kr.co.landvibe.summer_coding_android:attr/colorError = 0x7f0300e1 +kr.co.landvibe.summer_coding_android:style/TextAppearance.Widget.AppCompat.ExpandedMenu.Item = 0x7f1101f5 +kr.co.landvibe.summer_coding_android:attr/thumbElevation = 0x7f0303f5 +kr.co.landvibe.summer_coding_android:id/position = 0x7f09016c +kr.co.landvibe.summer_coding_android:attr/thickness = 0x7f0303f3 +kr.co.landvibe.summer_coding_android:attr/tintMode = 0x7f030404 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense = 0x7f11040a +kr.co.landvibe.summer_coding_android:integer/m3_btn_anim_duration_ms = 0x7f0a000a +kr.co.landvibe.summer_coding_android:styleable/FloatingActionButton = 0x7f120033 +kr.co.landvibe.summer_coding_android:attr/theme = 0x7f0303f1 +kr.co.landvibe.summer_coding_android:styleable/SwitchMaterial = 0x7f120082 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_neutral_variant80 = 0x7f0500fb +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.DayNight.BottomSheetDialog = 0x7f110231 +kr.co.landvibe.summer_coding_android:dimen/m3_card_elevated_hovered_z = 0x7f0600db +kr.co.landvibe.summer_coding_android:drawable/$ic_launcher_foreground__0 = 0x7f070006 +kr.co.landvibe.summer_coding_android:style/Base.ThemeOverlay.AppCompat.Light = 0x7f110074 +kr.co.landvibe.summer_coding_android:attr/textureHeight = 0x7f0303ef +kr.co.landvibe.summer_coding_android:id/accessibility_action_clickable_span = 0x7f09000f +kr.co.landvibe.summer_coding_android:attr/titleTextAppearance = 0x7f030410 +kr.co.landvibe.summer_coding_android:attr/textureEffect = 0x7f0303ee +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_dark_surface_variant = 0x7f05015c +kr.co.landvibe.summer_coding_android:attr/textStartPadding = 0x7f0303ec +kr.co.landvibe.summer_coding_android:id/textinput_counter = 0x7f0901d3 +kr.co.landvibe.summer_coding_android:attr/textLocale = 0x7f0303e7 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.MaterialCalendar.Item = 0x7f110370 +kr.co.landvibe.summer_coding_android:string/mtrl_exceed_max_badge_number_content_description = 0x7f10005f +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_primary99 = 0x7f0500bd +kr.co.landvibe.summer_coding_android:attr/textPanX = 0x7f0303ea +kr.co.landvibe.summer_coding_android:attr/itemHorizontalTranslationEnabled = 0x7f030201 +kr.co.landvibe.summer_coding_android:attr/textInputStyle = 0x7f0303e6 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dark_on_error_container = 0x7f050137 +kr.co.landvibe.summer_coding_android:attr/materialButtonOutlinedStyle = 0x7f03028f +kr.co.landvibe.summer_coding_android:drawable/ic_m3_chip_checked_circle = 0x7f07006b +kr.co.landvibe.summer_coding_android:attr/textInputLayoutFocusedRectEnabled = 0x7f0303e2 +kr.co.landvibe.summer_coding_android:id/design_menu_item_action_area = 0x7f0900a2 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.NavigationRailView.ActiveIndicator = 0x7f110383 +kr.co.landvibe.summer_coding_android:attr/backgroundTint = 0x7f030049 +kr.co.landvibe.summer_coding_android:id/mtrl_picker_header_toggle = 0x7f090140 +kr.co.landvibe.summer_coding_android:attr/flow_firstHorizontalBias = 0x7f0301a6 +kr.co.landvibe.summer_coding_android:attr/statusBarScrim = 0x7f03037a +kr.co.landvibe.summer_coding_android:attr/textAppearanceOverline = 0x7f0303cc +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.Light.DarkActionBar.Bridge = 0x7f11024e +kr.co.landvibe.summer_coding_android:attr/textFillColor = 0x7f0303de +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.BottomAppBar.Surface = 0x7f1102a3 +kr.co.landvibe.summer_coding_android:drawable/abc_btn_switch_to_on_mtrl_00001 = 0x7f070014 +kr.co.landvibe.summer_coding_android:attr/dayStyle = 0x7f03013c +kr.co.landvibe.summer_coding_android:attr/shrinkMotionSpec = 0x7f030355 +kr.co.landvibe.summer_coding_android:attr/textBackgroundRotate = 0x7f0303d9 +kr.co.landvibe.summer_coding_android:style/MaterialAlertDialog.Material3 = 0x7f110111 +kr.co.landvibe.summer_coding_android:id/transition_position = 0x7f0901e6 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.Button.Small = 0x7f1100c2 +kr.co.landvibe.summer_coding_android:attr/textAppearanceTitleMedium = 0x7f0303d4 +kr.co.landvibe.summer_coding_android:styleable/AnimatedStateListDrawableTransition = 0x7f120009 +kr.co.landvibe.summer_coding_android:attr/textAppearanceSubtitle1 = 0x7f0303d1 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.Button.ButtonBar.AlertDialog = 0x7f1102d0 +kr.co.landvibe.summer_coding_android:drawable/play = 0x7f07009a +kr.co.landvibe.summer_coding_android:dimen/m3_bottom_nav_item_padding_bottom = 0x7f0600b7 +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.SearchResult.Title = 0x7f110027 +kr.co.landvibe.summer_coding_android:attr/mock_label = 0x7f0302c1 +kr.co.landvibe.summer_coding_android:attr/textAppearanceSearchResultTitle = 0x7f0303cf +kr.co.landvibe.summer_coding_android:attr/layout_anchorGravity = 0x7f030228 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_neutral100 = 0x7f0500e7 +kr.co.landvibe.summer_coding_android:dimen/action_bar_size = 0x7f060051 +kr.co.landvibe.summer_coding_android:color/kakao_dark_gray = 0x7f050063 +kr.co.landvibe.summer_coding_android:attr/nestedScrollFlags = 0x7f0302ea +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_primary100 = 0x7f0500b3 +kr.co.landvibe.summer_coding_android:attr/textAppearanceLineHeightEnabled = 0x7f0303c8 +kr.co.landvibe.summer_coding_android:integer/mtrl_view_invisible = 0x7f0a0031 +kr.co.landvibe.summer_coding_android:style/TextAppearance.M3.Sys.Typescale.DisplaySmall = 0x7f1101c5 +kr.co.landvibe.summer_coding_android:attr/textAppearanceHeadlineLarge = 0x7f0303c1 +kr.co.landvibe.summer_coding_android:style/Base.V14.Theme.MaterialComponents.Light.Dialog.Bridge = 0x7f11008c +kr.co.landvibe.summer_coding_android:id/match_parent = 0x7f090110 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_error20 = 0x7f0500db +kr.co.landvibe.summer_coding_android:attr/textAppearanceHeadline3 = 0x7f0303bd +kr.co.landvibe.summer_coding_android:attr/gapBetweenBars = 0x7f0301c8 +kr.co.landvibe.summer_coding_android:dimen/mtrl_navigation_bar_item_default_margin = 0x7f0601e6 +kr.co.landvibe.summer_coding_android:dimen/m3_navigation_item_vertical_padding = 0x7f0600fc +kr.co.landvibe.summer_coding_android:attr/textAppearanceCaption = 0x7f0303b7 +kr.co.landvibe.summer_coding_android:attr/expandedTitleMarginStart = 0x7f030184 +kr.co.landvibe.summer_coding_android:dimen/abc_dialog_corner_radius_material = 0x7f06001b +kr.co.landvibe.summer_coding_android:attr/textAppearanceBodyMedium = 0x7f0303b4 +kr.co.landvibe.summer_coding_android:dimen/mtrl_navigation_rail_icon_size = 0x7f0601f2 +kr.co.landvibe.summer_coding_android:attr/textAppearanceBodyLarge = 0x7f0303b3 +kr.co.landvibe.summer_coding_android:color/m3_textfield_stroke_color = 0x7f050198 +kr.co.landvibe.summer_coding_android:styleable/SwitchCompat = 0x7f120081 +kr.co.landvibe.summer_coding_android:attr/iconStartPadding = 0x7f0301e6 +kr.co.landvibe.summer_coding_android:dimen/abc_alert_dialog_button_dimen = 0x7f060011 +kr.co.landvibe.summer_coding_android:attr/textAppearanceBody1 = 0x7f0303b1 +kr.co.landvibe.summer_coding_android:dimen/mtrl_extended_fab_disabled_translation_z = 0x7f0601c9 +kr.co.landvibe.summer_coding_android:attr/telltales_tailScale = 0x7f0303ae +kr.co.landvibe.summer_coding_android:attr/telltales_tailColor = 0x7f0303ad +kr.co.landvibe.summer_coding_android:attr/targetId = 0x7f0303ac +kr.co.landvibe.summer_coding_android:drawable/abc_spinner_textfield_background_material = 0x7f070045 +kr.co.landvibe.summer_coding_android:attr/toolbarNavigationButtonStyle = 0x7f030414 +kr.co.landvibe.summer_coding_android:attr/tooltipForegroundColor = 0x7f030417 +kr.co.landvibe.summer_coding_android:dimen/m3_sys_elevation_level3 = 0x7f060111 +kr.co.landvibe.summer_coding_android:attr/layout_constraintGuide_percent = 0x7f03023d +kr.co.landvibe.summer_coding_android:drawable/abc_action_bar_item_background_material = 0x7f070008 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_primary80 = 0x7f0500ba +kr.co.landvibe.summer_coding_android:attr/colorTertiaryContainer = 0x7f030100 +kr.co.landvibe.summer_coding_android:attr/tabTextAppearance = 0x7f0303a9 +kr.co.landvibe.summer_coding_android:style/TextAppearance.Design.HelperText = 0x7f1101b9 +kr.co.landvibe.summer_coding_android:attr/actionModeCloseButtonStyle = 0x7f030013 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_dark_secondary_container = 0x7f05015a +kr.co.landvibe.summer_coding_android:attr/fontStyle = 0x7f0301c2 +kr.co.landvibe.summer_coding_android:color/m3_assist_chip_icon_tint_color = 0x7f050067 +kr.co.landvibe.summer_coding_android:attr/passwordToggleTintMode = 0x7f030307 +kr.co.landvibe.summer_coding_android:attr/tabPaddingStart = 0x7f0303a3 +kr.co.landvibe.summer_coding_android:attr/tabPadding = 0x7f0303a0 +kr.co.landvibe.summer_coding_android:id/navigation_bar_item_icon_view = 0x7f090149 +kr.co.landvibe.summer_coding_android:attr/touchAnchorId = 0x7f03041c +kr.co.landvibe.summer_coding_android:color/m3_sys_color_light_outline = 0x7f050186 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.Button.Small = 0x7f1102d2 +kr.co.landvibe.summer_coding_android:attr/tabMode = 0x7f03039f +kr.co.landvibe.summer_coding_android:attr/tabInlineLabel = 0x7f03039c +kr.co.landvibe.summer_coding_android:attr/tabGravity = 0x7f030392 +kr.co.landvibe.summer_coding_android:attr/navigationMode = 0x7f0302e7 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dark_secondary_container = 0x7f050144 +kr.co.landvibe.summer_coding_android:attr/tabContentStart = 0x7f030391 +kr.co.landvibe.summer_coding_android:attr/materialCardViewOutlinedStyle = 0x7f0302a3 +kr.co.landvibe.summer_coding_android:color/m3_text_button_background_color_selector = 0x7f050191 +kr.co.landvibe.summer_coding_android:color/material_on_surface_emphasis_medium = 0x7f0501ff +kr.co.landvibe.summer_coding_android:attr/chipIconEnabled = 0x7f0300aa +kr.co.landvibe.summer_coding_android:attr/switchStyle = 0x7f03038e +kr.co.landvibe.summer_coding_android:attr/contentInsetStartWithNavigation = 0x7f030110 +kr.co.landvibe.summer_coding_android:drawable/design_ic_visibility_off = 0x7f070063 +kr.co.landvibe.summer_coding_android:string/material_motion_easing_standard = 0x7f100053 +kr.co.landvibe.summer_coding_android:attr/checkedIconTint = 0x7f0300a2 +kr.co.landvibe.summer_coding_android:attr/suggestionRowLayout = 0x7f03038b +kr.co.landvibe.summer_coding_android:attr/suffixText = 0x7f030388 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_tertiary95 = 0x7f0500d6 +kr.co.landvibe.summer_coding_android:integer/bottom_sheet_slide_duration = 0x7f0a0003 +kr.co.landvibe.summer_coding_android:attr/subheaderInsetEnd = 0x7f03037f +kr.co.landvibe.summer_coding_android:attr/subheaderColor = 0x7f03037e +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_primary20 = 0x7f0500b4 +kr.co.landvibe.summer_coding_android:attr/subMenuArrow = 0x7f03037d +kr.co.landvibe.summer_coding_android:drawable/test_custom_background = 0x7f07009c +kr.co.landvibe.summer_coding_android:dimen/mtrl_extended_fab_start_padding = 0x7f0601d1 +kr.co.landvibe.summer_coding_android:color/mtrl_outlined_icon_tint = 0x7f050230 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Header.Text.Day = 0x7f1102b2 +kr.co.landvibe.summer_coding_android:attr/strokeColor = 0x7f03037b +kr.co.landvibe.summer_coding_android:style/Base.AlertDialog.AppCompat = 0x7f110008 +kr.co.landvibe.summer_coding_android:drawable/notification_tile_bg = 0x7f070098 +kr.co.landvibe.summer_coding_android:attr/state_liftable = 0x7f030376 +kr.co.landvibe.summer_coding_android:attr/state_dragged = 0x7f030375 +kr.co.landvibe.summer_coding_android:style/Base.V14.ThemeOverlay.MaterialComponents.MaterialAlertDialog = 0x7f110091 +kr.co.landvibe.summer_coding_android:animator/linear_indeterminate_line2_tail_interpolator = 0x7f02000c +kr.co.landvibe.summer_coding_android:id/autoComplete = 0x7f090054 +kr.co.landvibe.summer_coding_android:attr/textEndPadding = 0x7f0303dd +kr.co.landvibe.summer_coding_android:attr/logoScaleType = 0x7f030284 +kr.co.landvibe.summer_coding_android:attr/collapseIcon = 0x7f0300cf +kr.co.landvibe.summer_coding_android:style/TestStyleWithoutLineHeight = 0x7f11017d +kr.co.landvibe.summer_coding_android:attr/state_above_anchor = 0x7f030372 +kr.co.landvibe.summer_coding_android:attr/startIconTint = 0x7f030370 +kr.co.landvibe.summer_coding_android:layout/test_exposed_dropdown_menu = 0x7f0c0073 +kr.co.landvibe.summer_coding_android:attr/stackFromEnd = 0x7f03036b +kr.co.landvibe.summer_coding_android:attr/layoutManager = 0x7f030226 +kr.co.landvibe.summer_coding_android:attr/springMass = 0x7f030367 +kr.co.landvibe.summer_coding_android:anim/fragment_fast_out_extra_slow_in = 0x7f01001c +kr.co.landvibe.summer_coding_android:attr/springDamping = 0x7f030366 +kr.co.landvibe.summer_coding_android:attr/spinnerDropDownItemStyle = 0x7f030362 +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Inverse = 0x7f11001d +kr.co.landvibe.summer_coding_android:attr/snackbarStyle = 0x7f03035e +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.ActionBar.PrimarySurface = 0x7f1103a1 +kr.co.landvibe.summer_coding_android:attr/snackbarButtonStyle = 0x7f03035d +kr.co.landvibe.summer_coding_android:attr/animateRelativeTo = 0x7f030030 +kr.co.landvibe.summer_coding_android:id/accessibility_custom_action_20 = 0x7f09001d +kr.co.landvibe.summer_coding_android:color/m3_navigation_bar_ripple_color_selector = 0x7f05008e +kr.co.landvibe.summer_coding_android:attr/showTitle = 0x7f030354 +kr.co.landvibe.summer_coding_android:attr/showDelay = 0x7f03034f +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.CompoundButton.Switch = 0x7f1102d7 +kr.co.landvibe.summer_coding_android:attr/thumbColor = 0x7f0303f4 +kr.co.landvibe.summer_coding_android:attr/cardElevation = 0x7f030085 +kr.co.landvibe.summer_coding_android:attr/showAsAction = 0x7f03034e +kr.co.landvibe.summer_coding_android:attr/itemSpacing = 0x7f030212 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_primary80 = 0x7f050108 +kr.co.landvibe.summer_coding_android:attr/shortcutMatchRequired = 0x7f03034c +kr.co.landvibe.summer_coding_android:style/Widget.Material3.AutoCompleteTextView.OutlinedBox = 0x7f11031d +kr.co.landvibe.summer_coding_android:attr/closeIconStartPadding = 0x7f0300ca +kr.co.landvibe.summer_coding_android:dimen/m3_sys_motion_easing_standard_control_y2 = 0x7f060133 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_tertiary60 = 0x7f0500d2 +kr.co.landvibe.summer_coding_android:color/design_dark_default_color_primary_dark = 0x7f050039 +kr.co.landvibe.summer_coding_android:attr/scrimBackground = 0x7f03033c +kr.co.landvibe.summer_coding_android:attr/listPreferredItemHeight = 0x7f03027a +kr.co.landvibe.summer_coding_android:attr/scrimAnimationDuration = 0x7f03033b +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.Button.OutlinedButton = 0x7f1103b7 +kr.co.landvibe.summer_coding_android:string/bottom_sheet_behavior = 0x7f100021 +kr.co.landvibe.summer_coding_android:attr/roundPercent = 0x7f030338 +kr.co.landvibe.summer_coding_android:attr/autoSizeStepGranularity = 0x7f03003d +kr.co.landvibe.summer_coding_android:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Query = 0x7f11013e +kr.co.landvibe.summer_coding_android:attr/rotationCenterId = 0x7f030336 +kr.co.landvibe.summer_coding_android:attr/region_widthLessThan = 0x7f030332 +kr.co.landvibe.summer_coding_android:plurals/mtrl_badge_content_description = 0x7f0f0000 +kr.co.landvibe.summer_coding_android:attr/region_heightLessThan = 0x7f030330 +kr.co.landvibe.summer_coding_android:id/chain = 0x7f090074 +kr.co.landvibe.summer_coding_android:attr/behavior_skipCollapsed = 0x7f03005f +kr.co.landvibe.summer_coding_android:attr/hintTextAppearance = 0x7f0301da +kr.co.landvibe.summer_coding_android:attr/recyclerViewStyle = 0x7f03032f +kr.co.landvibe.summer_coding_android:style/TextAppearance.MaterialComponents.Subtitle1 = 0x7f1101ee +kr.co.landvibe.summer_coding_android:color/material_timepicker_clockface = 0x7f05020a +kr.co.landvibe.summer_coding_android:attr/layout_constraintCircleRadius = 0x7f030237 +kr.co.landvibe.summer_coding_android:attr/reactiveGuide_valueId = 0x7f03032e +kr.co.landvibe.summer_coding_android:color/m3_selection_control_button_tint = 0x7f050127 +kr.co.landvibe.summer_coding_android:attr/reactiveGuide_applyToConstraintSet = 0x7f03032d +kr.co.landvibe.summer_coding_android:attr/reactiveGuide_applyToAllConstraintSets = 0x7f03032c +kr.co.landvibe.summer_coding_android:attr/isLightTheme = 0x7f0301fa +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_neutral80 = 0x7f0500ee +kr.co.landvibe.summer_coding_android:color/kakao_yellow = 0x7f050065 +kr.co.landvibe.summer_coding_android:attr/ratingBarStyleSmall = 0x7f03032a +kr.co.landvibe.summer_coding_android:attr/rangeFillColor = 0x7f030327 +kr.co.landvibe.summer_coding_android:attr/queryHint = 0x7f030324 +kr.co.landvibe.summer_coding_android:layout/abc_dialog_title_material = 0x7f0c000c +kr.co.landvibe.summer_coding_android:color/material_dynamic_tertiary30 = 0x7f0501e3 +kr.co.landvibe.summer_coding_android:attr/radioButtonStyle = 0x7f030326 +kr.co.landvibe.summer_coding_android:id/accessibility_custom_action_21 = 0x7f09001e +kr.co.landvibe.summer_coding_android:attr/wavePeriod = 0x7f030442 +kr.co.landvibe.summer_coding_android:dimen/m3_btn_icon_only_default_padding = 0x7f0600c7 +kr.co.landvibe.summer_coding_android:attr/quantizeMotionPhase = 0x7f030321 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.Button.TonalButton = 0x7f110332 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.ActionBar = 0x7f110269 +kr.co.landvibe.summer_coding_android:attr/quantizeMotionSteps = 0x7f030322 +kr.co.landvibe.summer_coding_android:color/highlighted_text_material_light = 0x7f050060 +kr.co.landvibe.summer_coding_android:attr/collapsingToolbarLayoutMediumSize = 0x7f0300d6 +kr.co.landvibe.summer_coding_android:attr/fabCradleMargin = 0x7f030191 +kr.co.landvibe.summer_coding_android:drawable/abc_ab_share_pack_mtrl_alpha = 0x7f070007 +kr.co.landvibe.summer_coding_android:color/m3_dynamic_primary_text_disable_only = 0x7f050088 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Design.TextInputEditText = 0x7f110267 +kr.co.landvibe.summer_coding_android:string/mtrl_picker_range_header_only_start_selected = 0x7f100071 +kr.co.landvibe.summer_coding_android:attr/colorPrimaryInverse = 0x7f0300f5 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.AutoCompleteTextView = 0x7f1100bc +kr.co.landvibe.summer_coding_android:string/label = 0x7f100038 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_neutral0 = 0x7f0500e5 +kr.co.landvibe.summer_coding_android:attr/progressBarPadding = 0x7f03031e +kr.co.landvibe.summer_coding_android:color/material_dynamic_neutral60 = 0x7f0501b2 +kr.co.landvibe.summer_coding_android:id/progress_horizontal = 0x7f09016f +kr.co.landvibe.summer_coding_android:dimen/m3_sys_elevation_level1 = 0x7f06010f +kr.co.landvibe.summer_coding_android:color/abc_search_url_text = 0x7f05000d +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.AutoCompleteTextView.FilledBox.Dense = 0x7f1103a9 +kr.co.landvibe.summer_coding_android:attr/prefixTextColor = 0x7f03031b +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dark_on_tertiary_container = 0x7f05013f +kr.co.landvibe.summer_coding_android:attr/itemShapeFillColor = 0x7f03020d +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dark_tertiary = 0x7f050147 +kr.co.landvibe.summer_coding_android:dimen/mtrl_extended_fab_end_padding = 0x7f0601cb +kr.co.landvibe.summer_coding_android:color/abc_background_cache_hint_selector_material_light = 0x7f050001 +kr.co.landvibe.summer_coding_android:attr/prefixTextAppearance = 0x7f03031a +kr.co.landvibe.summer_coding_android:attr/chainUseRtl = 0x7f030096 +kr.co.landvibe.summer_coding_android:attr/layout_constraintVertical_chainStyle = 0x7f030253 +kr.co.landvibe.summer_coding_android:attr/prefixText = 0x7f030319 +kr.co.landvibe.summer_coding_android:attr/buttonBarNeutralButtonStyle = 0x7f030078 +kr.co.landvibe.summer_coding_android:id/textinput_prefix_text = 0x7f0901d7 +kr.co.landvibe.summer_coding_android:attr/popupMenuStyle = 0x7f030316 +kr.co.landvibe.summer_coding_android:styleable/MaterialAutoCompleteTextView = 0x7f12004e +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_secondary100 = 0x7f05010e +kr.co.landvibe.summer_coding_android:attr/hintTextColor = 0x7f0301db +kr.co.landvibe.summer_coding_android:attr/viewInflaterClass = 0x7f030438 +kr.co.landvibe.summer_coding_android:attr/polarRelativeTo = 0x7f030314 +kr.co.landvibe.summer_coding_android:attr/titleMargin = 0x7f030409 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.MaterialCalendar.Fullscreen = 0x7f11028c +kr.co.landvibe.summer_coding_android:attr/placeholderTextColor = 0x7f030312 +kr.co.landvibe.summer_coding_android:attr/reverseLayout = 0x7f030334 +kr.co.landvibe.summer_coding_android:attr/fabCustomSize = 0x7f030194 +kr.co.landvibe.summer_coding_android:attr/placeholderTextAppearance = 0x7f030311 +kr.co.landvibe.summer_coding_android:attr/materialAlertDialogBodyTextStyle = 0x7f030289 +kr.co.landvibe.summer_coding_android:attr/placeholderText = 0x7f030310 +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Display1 = 0x7f110018 +kr.co.landvibe.summer_coding_android:dimen/m3_sys_motion_easing_standard_decelerate_control_y1 = 0x7f060136 +kr.co.landvibe.summer_coding_android:drawable/abc_star_black_48dp = 0x7f070046 +kr.co.landvibe.summer_coding_android:style/RtlOverlay.Widget.AppCompat.SearchView.MagIcon = 0x7f110140 +kr.co.landvibe.summer_coding_android:attr/percentY = 0x7f03030d +kr.co.landvibe.summer_coding_android:id/animateToEnd = 0x7f09004c +kr.co.landvibe.summer_coding_android:attr/borderlessButtonStyle = 0x7f030064 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_secondary80 = 0x7f0500c7 +kr.co.landvibe.summer_coding_android:dimen/m3_badge_horizontal_offset = 0x7f0600ae +kr.co.landvibe.summer_coding_android:styleable/ShapeAppearance = 0x7f120077 +kr.co.landvibe.summer_coding_android:dimen/abc_action_bar_content_inset_material = 0x7f060000 +kr.co.landvibe.summer_coding_android:color/design_default_color_surface = 0x7f05004a +kr.co.landvibe.summer_coding_android:attr/percentWidth = 0x7f03030b +kr.co.landvibe.summer_coding_android:attr/percentHeight = 0x7f03030a +kr.co.landvibe.summer_coding_android:attr/path_percent = 0x7f030309 +kr.co.landvibe.summer_coding_android:color/m3_dark_highlighted_text = 0x7f05007a +kr.co.landvibe.summer_coding_android:dimen/m3_card_elevated_dragged_z = 0x7f0600d9 +kr.co.landvibe.summer_coding_android:id/row_index_key = 0x7f090179 +kr.co.landvibe.summer_coding_android:attr/textAppearanceHeadlineSmall = 0x7f0303c3 +kr.co.landvibe.summer_coding_android:attr/passwordToggleEnabled = 0x7f030305 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.ListView = 0x7f1102f4 +kr.co.landvibe.summer_coding_android:style/Base.Theme.MaterialComponents.DialogWhenLarge = 0x7f110063 +kr.co.landvibe.summer_coding_android:attr/panelMenuListWidth = 0x7f030302 +kr.co.landvibe.summer_coding_android:id/expand_activities_button = 0x7f0900c7 +kr.co.landvibe.summer_coding_android:attr/contentInsetRight = 0x7f03010e +kr.co.landvibe.summer_coding_android:dimen/abc_floating_window_z = 0x7f06002f +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_neutral_variant60 = 0x7f0500f9 +kr.co.landvibe.summer_coding_android:attr/panelBackground = 0x7f030300 +kr.co.landvibe.summer_coding_android:id/middle = 0x7f090126 +kr.co.landvibe.summer_coding_android:attr/paddingTopNoTitle = 0x7f0302fe +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.SeekBar.Discrete = 0x7f1100e5 +kr.co.landvibe.summer_coding_android:attr/suffixTextColor = 0x7f03038a +kr.co.landvibe.summer_coding_android:attr/paddingStart = 0x7f0302fd +kr.co.landvibe.summer_coding_android:attr/fastScrollEnabled = 0x7f030196 +kr.co.landvibe.summer_coding_android:string/abc_menu_delete_shortcut_label = 0x7f10000a +kr.co.landvibe.summer_coding_android:attr/selectableItemBackgroundBorderless = 0x7f030343 +kr.co.landvibe.summer_coding_android:dimen/m3_card_elevation = 0x7f0600dc +kr.co.landvibe.summer_coding_android:bool/abc_config_actionMenuItemAllCaps = 0x7f040001 +kr.co.landvibe.summer_coding_android:style/Base.Theme.AppCompat.Light.Dialog.MinWidth = 0x7f110053 +kr.co.landvibe.summer_coding_android:attr/endIconTint = 0x7f030171 +kr.co.landvibe.summer_coding_android:attr/paddingBottomSystemWindowInsets = 0x7f0302f9 +kr.co.landvibe.summer_coding_android:dimen/mtrl_badge_radius = 0x7f06016d +kr.co.landvibe.summer_coding_android:style/Base.Theme.AppCompat.DialogWhenLarge = 0x7f11004d +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_neutral_variant100 = 0x7f0500f4 +kr.co.landvibe.summer_coding_android:color/switch_thumb_material_dark = 0x7f050255 +kr.co.landvibe.summer_coding_android:attr/layout_constraintWidth_percent = 0x7f030259 +kr.co.landvibe.summer_coding_android:animator/m3_card_elevated_state_list_anim = 0x7f02000f +kr.co.landvibe.summer_coding_android:attr/overlay = 0x7f0302f7 +kr.co.landvibe.summer_coding_android:attr/onStateTransition = 0x7f0302f4 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_light_on_tertiary = 0x7f050184 +kr.co.landvibe.summer_coding_android:attr/onShow = 0x7f0302f3 +kr.co.landvibe.summer_coding_android:attr/motionEasingAccelerated = 0x7f0302cd +kr.co.landvibe.summer_coding_android:attr/onPositiveCross = 0x7f0302f2 +kr.co.landvibe.summer_coding_android:id/beginOnFirstDraw = 0x7f09005a +kr.co.landvibe.summer_coding_android:color/tooltip_background_dark = 0x7f05025e +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Menu = 0x7f11002f +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_primary100 = 0x7f050101 +kr.co.landvibe.summer_coding_android:drawable/btn_checkbox_unchecked_mtrl = 0x7f07005b +kr.co.landvibe.summer_coding_android:style/Theme.AppCompat.DayNight.DarkActionBar = 0x7f1101fb +kr.co.landvibe.summer_coding_android:attr/onHide = 0x7f0302f0 +kr.co.landvibe.summer_coding_android:integer/m3_sys_motion_duration_300 = 0x7f0a0013 +kr.co.landvibe.summer_coding_android:attr/textInputOutlinedExposedDropdownMenuStyle = 0x7f0303e4 +kr.co.landvibe.summer_coding_android:layout/material_radial_view_group = 0x7f0c0040 +kr.co.landvibe.summer_coding_android:attr/switchPadding = 0x7f03038d +kr.co.landvibe.summer_coding_android:anim/abc_tooltip_exit = 0x7f01000b +kr.co.landvibe.summer_coding_android:attr/numericModifiers = 0x7f0302ee +kr.co.landvibe.summer_coding_android:style/Base.V21.ThemeOverlay.AppCompat.Dialog = 0x7f11009a +kr.co.landvibe.summer_coding_android:color/material_dynamic_secondary80 = 0x7f0501db +kr.co.landvibe.summer_coding_android:attr/selectorSize = 0x7f030345 +kr.co.landvibe.summer_coding_android:attr/iconGravity = 0x7f0301e3 +kr.co.landvibe.summer_coding_android:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.SubmenuArrow = 0x7f110138 +kr.co.landvibe.summer_coding_android:string/abc_activitychooserview_choose_application = 0x7f100005 +kr.co.landvibe.summer_coding_android:attr/actionDropDownStyle = 0x7f03000e +kr.co.landvibe.summer_coding_android:attr/nestedScrollable = 0x7f0302ec +kr.co.landvibe.summer_coding_android:style/ShapeAppearance.Material3.Corner.Small = 0x7f110154 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_primary30 = 0x7f0500b5 +kr.co.landvibe.summer_coding_android:attr/colorOnPrimary = 0x7f0300e7 +kr.co.landvibe.summer_coding_android:attr/nestedScrollViewStyle = 0x7f0302eb +kr.co.landvibe.summer_coding_android:color/m3_sys_color_light_on_primary_container = 0x7f05017f +kr.co.landvibe.summer_coding_android:color/abc_primary_text_disable_only_material_dark = 0x7f050009 +kr.co.landvibe.summer_coding_android:attr/popupTheme = 0x7f030317 +kr.co.landvibe.summer_coding_android:style/Base.Theme.AppCompat.Light.DarkActionBar = 0x7f11004f +kr.co.landvibe.summer_coding_android:style/Animation.MaterialComponents.BottomSheetDialog = 0x7f110007 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dark_error = 0x7f050130 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.AppCompat.Dialog.Alert = 0x7f110265 +kr.co.landvibe.summer_coding_android:dimen/m3_ripple_hovered_alpha = 0x7f060108 +kr.co.landvibe.summer_coding_android:id/checkbox = 0x7f090077 +kr.co.landvibe.summer_coding_android:dimen/default_dimension = 0x7f06005f +kr.co.landvibe.summer_coding_android:style/Base.Theme.AppCompat.CompactMenu = 0x7f110048 +kr.co.landvibe.summer_coding_android:color/m3_button_background_color_selector = 0x7f050069 +kr.co.landvibe.summer_coding_android:style/ShapeAppearance.M3.Sys.Shape.Corner.ExtraSmall = 0x7f110145 +kr.co.landvibe.summer_coding_android:attr/clockFaceBackgroundColor = 0x7f0300c2 +kr.co.landvibe.summer_coding_android:attr/navigationIconTint = 0x7f0302e6 +kr.co.landvibe.summer_coding_android:attr/tooltipText = 0x7f03041a +kr.co.landvibe.summer_coding_android:style/Widget.Material3.MaterialCalendar.Year.Today = 0x7f110375 +kr.co.landvibe.summer_coding_android:attr/moveWhenScrollAtTop = 0x7f0302e2 +kr.co.landvibe.summer_coding_android:dimen/mtrl_bottomappbar_fab_cradle_margin = 0x7f060175 +kr.co.landvibe.summer_coding_android:animator/fragment_open_exit = 0x7f020008 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_error99 = 0x7f0500e4 +kr.co.landvibe.summer_coding_android:style/Base.Theme.Material3.Light = 0x7f110058 +kr.co.landvibe.summer_coding_android:attr/textAppearanceTitleLarge = 0x7f0303d3 +kr.co.landvibe.summer_coding_android:style/Theme.AppCompat.DayNight.Dialog = 0x7f1101fc +kr.co.landvibe.summer_coding_android:color/m3_switch_thumb_tint = 0x7f05012d +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.TimePicker.Display.TextInputEditText = 0x7f1102bd +kr.co.landvibe.summer_coding_android:dimen/test_navigation_bar_item_min_width = 0x7f060240 +kr.co.landvibe.summer_coding_android:string/material_clock_toggle_content_description = 0x7f10004a +kr.co.landvibe.summer_coding_android:attr/motionTarget = 0x7f0302df +kr.co.landvibe.summer_coding_android:color/m3_timepicker_display_stroke_color = 0x7f05019f +kr.co.landvibe.summer_coding_android:styleable/PopupWindow = 0x7f12006d +kr.co.landvibe.summer_coding_android:style/ShapeAppearanceOverlay.MaterialComponents.MaterialCalendar.Year = 0x7f110171 +kr.co.landvibe.summer_coding_android:attr/motionStagger = 0x7f0302de +kr.co.landvibe.summer_coding_android:dimen/mtrl_tooltip_arrowSize = 0x7f060222 +kr.co.landvibe.summer_coding_android:attr/motionEffect_translationY = 0x7f0302d8 +kr.co.landvibe.summer_coding_android:drawable/abc_list_divider_mtrl_alpha = 0x7f07002c +kr.co.landvibe.summer_coding_android:id/easeIn = 0x7f0900ba +kr.co.landvibe.summer_coding_android:attr/motionEffect_translationX = 0x7f0302d7 +kr.co.landvibe.summer_coding_android:attr/onTouchUp = 0x7f0302f5 +kr.co.landvibe.summer_coding_android:attr/itemShapeAppearance = 0x7f03020b +kr.co.landvibe.summer_coding_android:attr/contentInsetLeft = 0x7f03010d +kr.co.landvibe.summer_coding_android:attr/motionEasingStandard = 0x7f0302d1 +kr.co.landvibe.summer_coding_android:attr/tabPaddingBottom = 0x7f0303a1 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.TabLayout.PrimarySurface = 0x7f110400 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.Light.ActionBar.TabView.Inverse = 0x7f1102e4 +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.DayNight.NoActionBar.Bridge = 0x7f11023f +kr.co.landvibe.summer_coding_android:attr/behavior_saveFlags = 0x7f03005e +kr.co.landvibe.summer_coding_android:style/Base.Theme.Material3.Dark = 0x7f110055 +kr.co.landvibe.summer_coding_android:attr/clockHandColor = 0x7f0300c3 +kr.co.landvibe.summer_coding_android:attr/motionEasingLinear = 0x7f0302d0 +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat = 0x7f110180 +kr.co.landvibe.summer_coding_android:dimen/m3_sys_motion_easing_legacy_accelerate_control_y1 = 0x7f06011e +kr.co.landvibe.summer_coding_android:attr/textAppearanceHeadline1 = 0x7f0303bb +kr.co.landvibe.summer_coding_android:attr/flow_firstHorizontalStyle = 0x7f0301a7 +kr.co.landvibe.summer_coding_android:attr/motionDurationShort2 = 0x7f0302cc +kr.co.landvibe.summer_coding_android:attr/motionDurationMedium2 = 0x7f0302ca +kr.co.landvibe.summer_coding_android:style/Platform.V25.AppCompat = 0x7f11012f +kr.co.landvibe.summer_coding_android:layout/design_bottom_navigation_item = 0x7f0c0026 +kr.co.landvibe.summer_coding_android:color/m3_dynamic_dark_highlighted_text = 0x7f050081 +kr.co.landvibe.summer_coding_android:color/m3_navigation_item_icon_tint = 0x7f050090 +kr.co.landvibe.summer_coding_android:layout/material_time_chip = 0x7f0c0042 +kr.co.landvibe.summer_coding_android:attr/windowNoTitle = 0x7f03044f +kr.co.landvibe.summer_coding_android:attr/rippleColor = 0x7f030335 +kr.co.landvibe.summer_coding_android:attr/maxCharacterCount = 0x7f0302b1 +kr.co.landvibe.summer_coding_android:attr/motionDurationLong1 = 0x7f0302c7 +kr.co.landvibe.summer_coding_android:integer/abc_config_activityShortDur = 0x7f0a0001 +kr.co.landvibe.summer_coding_android:attr/motionDebug = 0x7f0302c6 +kr.co.landvibe.summer_coding_android:layout/mtrl_navigation_rail_item = 0x7f0c005a +kr.co.landvibe.summer_coding_android:dimen/design_navigation_icon_padding = 0x7f060078 +kr.co.landvibe.summer_coding_android:attr/minWidth = 0x7f0302bf +kr.co.landvibe.summer_coding_android:id/scroll = 0x7f09017f +kr.co.landvibe.summer_coding_android:animator/design_fab_hide_motion_spec = 0x7f020001 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_primary0 = 0x7f0500b1 +kr.co.landvibe.summer_coding_android:attr/layout_constraintBottom_toTopOf = 0x7f030234 +kr.co.landvibe.summer_coding_android:attr/minHideDelay = 0x7f0302bc +kr.co.landvibe.summer_coding_android:color/material_dynamic_tertiary90 = 0x7f0501e9 +kr.co.landvibe.summer_coding_android:attr/startIconCheckable = 0x7f03036d +kr.co.landvibe.summer_coding_android:attr/colorOnSurface = 0x7f0300ec +kr.co.landvibe.summer_coding_android:color/m3_timepicker_display_text_color = 0x7f0501a0 +kr.co.landvibe.summer_coding_android:attr/isMaterialTheme = 0x7f0301fc +kr.co.landvibe.summer_coding_android:attr/maxLines = 0x7f0302b4 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dark_inverse_on_surface = 0x7f050132 +kr.co.landvibe.summer_coding_android:id/right_side = 0x7f090177 +kr.co.landvibe.summer_coding_android:attr/linearProgressIndicatorStyle = 0x7f030271 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dark_on_primary_container = 0x7f050139 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_neutral_variant70 = 0x7f0500fa +kr.co.landvibe.summer_coding_android:color/m3_sys_color_light_on_tertiary_container = 0x7f050185 +kr.co.landvibe.summer_coding_android:layout/activity_d11210920 = 0x7f0c001e +kr.co.landvibe.summer_coding_android:animator/m3_chip_state_list_anim = 0x7f020011 +kr.co.landvibe.summer_coding_android:styleable/BaseProgressIndicator = 0x7f120014 +kr.co.landvibe.summer_coding_android:layout/select_dialog_singlechoice_material = 0x7f0c006d +kr.co.landvibe.summer_coding_android:attr/SharedValue = 0x7f030000 +kr.co.landvibe.summer_coding_android:attr/marginHorizontal = 0x7f030285 +kr.co.landvibe.summer_coding_android:id/linear = 0x7f09010b +kr.co.landvibe.summer_coding_android:styleable/FontFamily = 0x7f120036 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.Button.TextButton.Snackbar = 0x7f1103be +kr.co.landvibe.summer_coding_android:style/Base.V21.Theme.AppCompat.Dialog = 0x7f110093 +kr.co.landvibe.summer_coding_android:attr/counterTextAppearance = 0x7f03012b +kr.co.landvibe.summer_coding_android:color/material_blue_grey_900 = 0x7f0501a5 +kr.co.landvibe.summer_coding_android:attr/motionInterpolator = 0x7f0302da +kr.co.landvibe.summer_coding_android:attr/flow_lastVerticalBias = 0x7f0301b0 +kr.co.landvibe.summer_coding_android:dimen/mtrl_badge_toolbar_action_menu_item_horizontal_offset = 0x7f060170 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.MaterialCalendar.HeaderLayout = 0x7f1103e1 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_neutral30 = 0x7f05009b +kr.co.landvibe.summer_coding_android:style/Base.Widget.MaterialComponents.PopupMenu.ListPopupWindow = 0x7f110106 +kr.co.landvibe.summer_coding_android:color/mtrl_textinput_filled_box_default_background_color = 0x7f05023c +kr.co.landvibe.summer_coding_android:attr/searchViewStyle = 0x7f030340 +kr.co.landvibe.summer_coding_android:attr/materialDividerStyle = 0x7f0302a9 +kr.co.landvibe.summer_coding_android:dimen/compat_control_corner_material = 0x7f06005b +kr.co.landvibe.summer_coding_android:drawable/abc_switch_thumb_material = 0x7f070048 +kr.co.landvibe.summer_coding_android:style/Base.V22.Theme.AppCompat.Light = 0x7f11009e +kr.co.landvibe.summer_coding_android:attr/materialClockStyle = 0x7f0302a6 +kr.co.landvibe.summer_coding_android:attr/attributeName = 0x7f030037 +kr.co.landvibe.summer_coding_android:attr/materialCardViewStyle = 0x7f0302a4 +kr.co.landvibe.summer_coding_android:attr/materialCalendarYearNavigationButton = 0x7f0302a0 +kr.co.landvibe.summer_coding_android:attr/materialCalendarTheme = 0x7f03029f +kr.co.landvibe.summer_coding_android:attr/layout_anchor = 0x7f030227 +kr.co.landvibe.summer_coding_android:id/matrix = 0x7f090124 +kr.co.landvibe.summer_coding_android:color/material_dynamic_tertiary95 = 0x7f0501ea +kr.co.landvibe.summer_coding_android:attr/materialCalendarHeaderSelection = 0x7f030299 +kr.co.landvibe.summer_coding_android:attr/chipMinHeight = 0x7f0300ae +kr.co.landvibe.summer_coding_android:drawable/abc_btn_check_to_on_mtrl_015 = 0x7f07000d +kr.co.landvibe.summer_coding_android:attr/materialCalendarHeaderConfirmButton = 0x7f030296 +kr.co.landvibe.summer_coding_android:attr/materialCardViewElevatedStyle = 0x7f0302a1 +kr.co.landvibe.summer_coding_android:attr/materialCalendarDayOfWeekLabel = 0x7f030293 +kr.co.landvibe.summer_coding_android:dimen/material_clock_hand_padding = 0x7f060142 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_tertiary20 = 0x7f05011c +kr.co.landvibe.summer_coding_android:attr/listPreferredItemPaddingStart = 0x7f030280 +kr.co.landvibe.summer_coding_android:id/view_transition = 0x7f0901fa +kr.co.landvibe.summer_coding_android:attr/mock_diagonalsColor = 0x7f0302c0 +kr.co.landvibe.summer_coding_android:attr/materialButtonToggleGroupStyle = 0x7f030291 +kr.co.landvibe.summer_coding_android:attr/listPreferredItemPaddingLeft = 0x7f03027e +kr.co.landvibe.summer_coding_android:layout/abc_cascading_menu_item_layout = 0x7f0c000b +kr.co.landvibe.summer_coding_android:id/accessibility_custom_action_29 = 0x7f090026 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.FloatingActionButton.Primary = 0x7f110281 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_tertiary0 = 0x7f050119 +kr.co.landvibe.summer_coding_android:attr/hideOnScroll = 0x7f0301d7 +kr.co.landvibe.summer_coding_android:attr/listMenuViewStyle = 0x7f030278 +kr.co.landvibe.summer_coding_android:attr/listItemLayout = 0x7f030276 +kr.co.landvibe.summer_coding_android:attr/actionModeShareDrawable = 0x7f03001c +kr.co.landvibe.summer_coding_android:anim/btn_radio_to_on_mtrl_ring_outer_path_animation = 0x7f010017 +kr.co.landvibe.summer_coding_android:integer/m3_sys_motion_duration_350 = 0x7f0a0014 +kr.co.landvibe.summer_coding_android:attr/autoSizeTextType = 0x7f03003e +kr.co.landvibe.summer_coding_android:attr/layout_constraintGuide_begin = 0x7f03023b +kr.co.landvibe.summer_coding_android:string/material_timepicker_text_input_mode_description = 0x7f10005c +kr.co.landvibe.summer_coding_android:attr/listDividerAlertDialog = 0x7f030275 +kr.co.landvibe.summer_coding_android:attr/layout_collapseParallaxMultiplier = 0x7f03022b +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Display3 = 0x7f11001a +kr.co.landvibe.summer_coding_android:attr/viewTransitionOnNegativeCross = 0x7f03043b +kr.co.landvibe.summer_coding_android:id/immediateStop = 0x7f0900f7 +kr.co.landvibe.summer_coding_android:attr/labelBehavior = 0x7f03021e +kr.co.landvibe.summer_coding_android:attr/colorOnContainer = 0x7f0300e4 +kr.co.landvibe.summer_coding_android:attr/lineSpacing = 0x7f030270 +kr.co.landvibe.summer_coding_android:layout/abc_expanded_menu_layout = 0x7f0c000d +kr.co.landvibe.summer_coding_android:attr/materialCircleRadius = 0x7f0302a5 +kr.co.landvibe.summer_coding_android:styleable/NavigationRailView = 0x7f120069 +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.Dialog.MinWidth.Bridge = 0x7f110247 +kr.co.landvibe.summer_coding_android:attr/transitionFlags = 0x7f03042b +kr.co.landvibe.summer_coding_android:attr/layout_scrollEffect = 0x7f030268 +kr.co.landvibe.summer_coding_android:color/m3_timepicker_display_ripple_color = 0x7f05019e +kr.co.landvibe.summer_coding_android:attr/listPopupWindowStyle = 0x7f030279 +kr.co.landvibe.summer_coding_android:style/Theme.Material3.Dark.Dialog = 0x7f110216 +kr.co.landvibe.summer_coding_android:attr/autoSizePresetSizes = 0x7f03003c +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.DayNight.Bridge = 0x7f110232 +kr.co.landvibe.summer_coding_android:attr/layout_marginBaseline = 0x7f030266 +kr.co.landvibe.summer_coding_android:layout/notification_action_tombstone = 0x7f0c0066 +kr.co.landvibe.summer_coding_android:dimen/mtrl_progress_circular_radius = 0x7f0601fa +kr.co.landvibe.summer_coding_android:color/material_dynamic_secondary99 = 0x7f0501de +kr.co.landvibe.summer_coding_android:style/Theme.AppCompat.NoActionBar = 0x7f11020d +kr.co.landvibe.summer_coding_android:dimen/cardview_default_elevation = 0x7f060054 +kr.co.landvibe.summer_coding_android:attr/layout_goneMarginLeft = 0x7f030260 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.BottomNavigationView.PrimarySurface = 0x7f1103b2 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_secondary100 = 0x7f0500c0 +kr.co.landvibe.summer_coding_android:attr/mock_labelColor = 0x7f0302c3 +kr.co.landvibe.summer_coding_android:styleable/Carousel = 0x7f12001b +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.BottomAppBar = 0x7f11026f +kr.co.landvibe.summer_coding_android:attr/layout_goneMarginBaseline = 0x7f03025d +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_primary90 = 0x7f050109 +kr.co.landvibe.summer_coding_android:attr/layout_constraintGuide_end = 0x7f03023c +kr.co.landvibe.summer_coding_android:dimen/m3_large_fab_size = 0x7f0600f3 +kr.co.landvibe.summer_coding_android:attr/tickMarkTintMode = 0x7f030401 +kr.co.landvibe.summer_coding_android:attr/simpleItems = 0x7f030357 +kr.co.landvibe.summer_coding_android:attr/headerLayout = 0x7f0301ce +kr.co.landvibe.summer_coding_android:attr/minTouchTargetSize = 0x7f0302be +kr.co.landvibe.summer_coding_android:attr/alertDialogStyle = 0x7f030029 +kr.co.landvibe.summer_coding_android:attr/closeIconSize = 0x7f0300c9 +kr.co.landvibe.summer_coding_android:attr/layout_constraintWidth_default = 0x7f030256 +kr.co.landvibe.summer_coding_android:dimen/abc_edit_text_inset_top_material = 0x7f06002e +kr.co.landvibe.summer_coding_android:attr/layout_constraintWidth = 0x7f030255 +kr.co.landvibe.summer_coding_android:dimen/m3_sys_motion_easing_emphasized_decelerate_control_y2 = 0x7f06011b +kr.co.landvibe.summer_coding_android:attr/badgeGravity = 0x7f03004b +kr.co.landvibe.summer_coding_android:attr/labelStyle = 0x7f03021f +kr.co.landvibe.summer_coding_android:id/material_minute_tv = 0x7f09011b +kr.co.landvibe.summer_coding_android:string/card_usage_detail = 0x7f100024 +kr.co.landvibe.summer_coding_android:attr/behavior_hideable = 0x7f03005b +kr.co.landvibe.summer_coding_android:attr/carousel_emptyViewsBehavior = 0x7f03008c +kr.co.landvibe.summer_coding_android:attr/homeLayout = 0x7f0301dd +kr.co.landvibe.summer_coding_android:id/neverCompleteToEnd = 0x7f09014f +kr.co.landvibe.summer_coding_android:drawable/abc_ic_clear_material = 0x7f07001e +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.SearchResult.Subtitle = 0x7f110194 +kr.co.landvibe.summer_coding_android:attr/circularflow_radiusInDP = 0x7f0300be +kr.co.landvibe.summer_coding_android:attr/layout_constraintTop_toTopOf = 0x7f030251 +kr.co.landvibe.summer_coding_android:layout/mtrl_calendar_horizontal = 0x7f0c0051 +kr.co.landvibe.summer_coding_android:color/design_fab_shadow_start_color = 0x7f05004e +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.MaterialCalendar.Year.Selected = 0x7f1103ea +kr.co.landvibe.summer_coding_android:attr/pathMotionArc = 0x7f030308 +kr.co.landvibe.summer_coding_android:attr/floatingActionButtonStyle = 0x7f0301a3 +kr.co.landvibe.summer_coding_android:dimen/mtrl_slider_thumb_radius = 0x7f06020c +kr.co.landvibe.summer_coding_android:attr/hideAnimationBehavior = 0x7f0301d4 +kr.co.landvibe.summer_coding_android:attr/motionEffect_viewTransition = 0x7f0302d9 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.Light.ActionBar.TabBar = 0x7f1102df +kr.co.landvibe.summer_coding_android:attr/flow_horizontalGap = 0x7f0301ac +kr.co.landvibe.summer_coding_android:dimen/abc_text_size_caption_material = 0x7f060042 +kr.co.landvibe.summer_coding_android:attr/layout_constraintHorizontal_bias = 0x7f030243 +kr.co.landvibe.summer_coding_android:color/m3_tabs_icon_color = 0x7f05018f +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.Light.ActionBar.TabBar.Inverse = 0x7f1102e0 +kr.co.landvibe.summer_coding_android:attr/indicatorDirectionLinear = 0x7f0301f5 +kr.co.landvibe.summer_coding_android:attr/listChoiceIndicatorMultipleAnimated = 0x7f030273 +kr.co.landvibe.summer_coding_android:attr/materialCalendarHeaderLayout = 0x7f030298 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.Button.TextButton.Dialog.Icon = 0x7f1103bc +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_secondary40 = 0x7f0500c3 +kr.co.landvibe.summer_coding_android:attr/cardPreventCornerOverlap = 0x7f030088 +kr.co.landvibe.summer_coding_android:dimen/design_fab_size_mini = 0x7f060073 +kr.co.landvibe.summer_coding_android:attr/layout_constraintHeight = 0x7f03023e +kr.co.landvibe.summer_coding_android:attr/boxStrokeColor = 0x7f030071 +kr.co.landvibe.summer_coding_android:attr/checkMarkTint = 0x7f030098 +kr.co.landvibe.summer_coding_android:attr/layout_constraintCircleAngle = 0x7f030236 +kr.co.landvibe.summer_coding_android:attr/layout_optimizationLevel = 0x7f030267 +kr.co.landvibe.summer_coding_android:attr/endIconTintMode = 0x7f030172 +kr.co.landvibe.summer_coding_android:style/TextAppearance.Design.Suffix = 0x7f1101be +kr.co.landvibe.summer_coding_android:attr/layout_constraintBaseline_toBottomOf = 0x7f030230 +kr.co.landvibe.summer_coding_android:drawable/ic_mtrl_chip_checked_circle = 0x7f07006f +kr.co.landvibe.summer_coding_android:dimen/m3_sys_motion_easing_emphasized_decelerate_control_y1 = 0x7f06011a +kr.co.landvibe.summer_coding_android:dimen/design_bottom_sheet_elevation = 0x7f06006d +kr.co.landvibe.summer_coding_android:attr/curveFit = 0x7f03012f +kr.co.landvibe.summer_coding_android:attr/helperText = 0x7f0301d0 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.CardView.Filled = 0x7f110336 +kr.co.landvibe.summer_coding_android:attr/textAppearanceListItem = 0x7f0303c9 +kr.co.landvibe.summer_coding_android:attr/layout_constraintBaseline_toBaselineOf = 0x7f03022f +kr.co.landvibe.summer_coding_android:attr/badgeRadius = 0x7f03004c +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.MaterialCalendar.Year = 0x7f1103e9 +kr.co.landvibe.summer_coding_android:attr/lStar = 0x7f03021d +kr.co.landvibe.summer_coding_android:attr/itemShapeInsetEnd = 0x7f03020f +kr.co.landvibe.summer_coding_android:attr/layout_constraintBaseline_creator = 0x7f03022e +kr.co.landvibe.summer_coding_android:color/m3_textfield_filled_background_color = 0x7f050194 +kr.co.landvibe.summer_coding_android:attr/layout_constrainedWidth = 0x7f03022d +kr.co.landvibe.summer_coding_android:attr/endIconMode = 0x7f030170 +kr.co.landvibe.summer_coding_android:attr/errorIconTintMode = 0x7f03017a +kr.co.landvibe.summer_coding_android:attr/marginLeftSystemWindowInsets = 0x7f030286 +kr.co.landvibe.summer_coding_android:attr/layout_collapseMode = 0x7f03022a +kr.co.landvibe.summer_coding_android:attr/layoutDuringTransition = 0x7f030225 +kr.co.landvibe.summer_coding_android:attr/snackbarTextViewStyle = 0x7f03035f +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.Light.ListPopupWindow = 0x7f1102ec +kr.co.landvibe.summer_coding_android:attr/layout_constraintTag = 0x7f03024e +kr.co.landvibe.summer_coding_android:styleable/AppCompatEmojiHelper = 0x7f12000d +kr.co.landvibe.summer_coding_android:attr/closeIconTint = 0x7f0300cb +kr.co.landvibe.summer_coding_android:attr/lastItemDecorated = 0x7f030222 +kr.co.landvibe.summer_coding_android:attr/lastBaselineToBottomHeight = 0x7f030221 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.FloatingActionButton.Tertiary = 0x7f110284 +kr.co.landvibe.summer_coding_android:attr/backgroundOverlayColorAlpha = 0x7f030046 +kr.co.landvibe.summer_coding_android:attr/materialCalendarHeaderDivider = 0x7f030297 +kr.co.landvibe.summer_coding_android:attr/labelVisibilityMode = 0x7f030220 +kr.co.landvibe.summer_coding_android:styleable/DrawerArrowToggle = 0x7f12002f +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.FloatingActionButton.Secondary = 0x7f110282 +kr.co.landvibe.summer_coding_android:attr/itemVerticalPadding = 0x7f030219 +kr.co.landvibe.summer_coding_android:dimen/m3_navigation_rail_item_padding_top = 0x7f060105 +kr.co.landvibe.summer_coding_android:attr/closeIconEnabled = 0x7f0300c7 +kr.co.landvibe.summer_coding_android:integer/material_motion_duration_medium_1 = 0x7f0a0021 +kr.co.landvibe.summer_coding_android:attr/errorTextAppearance = 0x7f03017b +kr.co.landvibe.summer_coding_android:id/search_badge = 0x7f090184 +kr.co.landvibe.summer_coding_android:attr/itemTextColor = 0x7f030218 +kr.co.landvibe.summer_coding_android:attr/bottomSheetStyle = 0x7f030069 +kr.co.landvibe.summer_coding_android:attr/colorSurfaceVariant = 0x7f0300fd +kr.co.landvibe.summer_coding_android:attr/behavior_autoHide = 0x7f030055 +kr.co.landvibe.summer_coding_android:id/text_input_error_icon = 0x7f0901d1 +kr.co.landvibe.summer_coding_android:id/text_input_start_icon = 0x7f0901d2 +kr.co.landvibe.summer_coding_android:id/search_button = 0x7f090186 +kr.co.landvibe.summer_coding_android:animator/linear_indeterminate_line1_tail_interpolator = 0x7f02000a +kr.co.landvibe.summer_coding_android:attr/crossfade = 0x7f03012d +kr.co.landvibe.summer_coding_android:attr/itemTextAppearance = 0x7f030215 +kr.co.landvibe.summer_coding_android:attr/hideMotionSpec = 0x7f0301d5 +kr.co.landvibe.summer_coding_android:attr/itemStrokeWidth = 0x7f030214 +kr.co.landvibe.summer_coding_android:layout/test_toolbar = 0x7f0c0076 +kr.co.landvibe.summer_coding_android:attr/listPreferredItemPaddingEnd = 0x7f03027d +kr.co.landvibe.summer_coding_android:color/design_dark_default_color_primary = 0x7f050038 +kr.co.landvibe.summer_coding_android:anim/abc_fade_out = 0x7f010001 +kr.co.landvibe.summer_coding_android:color/primary_text_disabled_material_light = 0x7f050248 +kr.co.landvibe.summer_coding_android:attr/motionEasingEmphasized = 0x7f0302cf +kr.co.landvibe.summer_coding_android:id/edittext_dropdown_editable = 0x7f0900bf +kr.co.landvibe.summer_coding_android:attr/extraMultilineHeightEnabled = 0x7f03018e +kr.co.landvibe.summer_coding_android:attr/itemShapeInsetStart = 0x7f030210 +kr.co.landvibe.summer_coding_android:attr/fastScrollVerticalTrackDrawable = 0x7f03019a +kr.co.landvibe.summer_coding_android:color/material_blue_grey_950 = 0x7f0501a6 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.ActionBar.TabText = 0x7f1102c5 +kr.co.landvibe.summer_coding_android:id/east = 0x7f0900bd +kr.co.landvibe.summer_coding_android:id/tvAccountNumber = 0x7f0901ea +kr.co.landvibe.summer_coding_android:attr/materialCalendarFullscreenTheme = 0x7f030294 +kr.co.landvibe.summer_coding_android:attr/goIcon = 0x7f0301ca +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_tertiary60 = 0x7f050120 +kr.co.landvibe.summer_coding_android:attr/colorPrimary = 0x7f0300f2 +kr.co.landvibe.summer_coding_android:attr/itemRippleColor = 0x7f03020a +kr.co.landvibe.summer_coding_android:attr/checkedIconEnabled = 0x7f03009e +kr.co.landvibe.summer_coding_android:drawable/abc_seekbar_tick_mark_material = 0x7f070042 +kr.co.landvibe.summer_coding_android:color/mtrl_fab_ripple_color = 0x7f050222 +kr.co.landvibe.summer_coding_android:attr/drawableTopCompat = 0x7f03015c +kr.co.landvibe.summer_coding_android:attr/itemMinHeight = 0x7f030206 +kr.co.landvibe.summer_coding_android:attr/motionDurationMedium1 = 0x7f0302c9 +kr.co.landvibe.summer_coding_android:id/mtrl_child_content_container = 0x7f090139 +kr.co.landvibe.summer_coding_android:string/password_toggle_content_description = 0x7f100082 +kr.co.landvibe.summer_coding_android:attr/subtitleTextStyle = 0x7f030387 +kr.co.landvibe.summer_coding_android:color/m3_dynamic_dark_default_color_secondary_text = 0x7f050080 +kr.co.landvibe.summer_coding_android:id/mtrl_motion_snapshot_view = 0x7f09013b +kr.co.landvibe.summer_coding_android:style/TextAppearance.Design.Tab = 0x7f1101bf +kr.co.landvibe.summer_coding_android:attr/logoAdjustViewBounds = 0x7f030282 +kr.co.landvibe.summer_coding_android:style/Theme.Material3.DynamicColors.DayNight = 0x7f110223 +kr.co.landvibe.summer_coding_android:attr/itemIconSize = 0x7f030203 +kr.co.landvibe.summer_coding_android:dimen/mtrl_slider_label_padding = 0x7f060208 +kr.co.landvibe.summer_coding_android:attr/textAppearanceListItemSecondary = 0x7f0303ca +kr.co.landvibe.summer_coding_android:id/asConfigured = 0x7f090051 +kr.co.landvibe.summer_coding_android:attr/itemIconPadding = 0x7f030202 +kr.co.landvibe.summer_coding_android:attr/height = 0x7f0301cf +kr.co.landvibe.summer_coding_android:attr/motionProgress = 0x7f0302dd +kr.co.landvibe.summer_coding_android:attr/circularflow_viewCenter = 0x7f0300bf +kr.co.landvibe.summer_coding_android:attr/region_widthMoreThan = 0x7f030333 +kr.co.landvibe.summer_coding_android:style/Theme.Material3.Light.NoActionBar = 0x7f11022b +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Widget.PopupMenu.Large = 0x7f11003c +kr.co.landvibe.summer_coding_android:string/icon_content_description = 0x7f100035 +kr.co.landvibe.summer_coding_android:attr/itemActiveIndicatorStyle = 0x7f0301fd +kr.co.landvibe.summer_coding_android:attr/motionEffect_strict = 0x7f0302d6 +kr.co.landvibe.summer_coding_android:attr/indicatorSize = 0x7f0301f7 +kr.co.landvibe.summer_coding_android:string/character_counter_content_description = 0x7f100025 +kr.co.landvibe.summer_coding_android:attr/contentInsetEndWithActions = 0x7f03010c +kr.co.landvibe.summer_coding_android:attr/indicatorColor = 0x7f0301f3 +kr.co.landvibe.summer_coding_android:attr/indeterminateProgressStyle = 0x7f0301f2 +kr.co.landvibe.summer_coding_android:drawable/notification_action_background = 0x7f07008e +kr.co.landvibe.summer_coding_android:color/mtrl_filled_stroke_color = 0x7f050225 +kr.co.landvibe.summer_coding_android:attr/floatingActionButtonLargeSecondaryStyle = 0x7f03019d +kr.co.landvibe.summer_coding_android:attr/indeterminateAnimationType = 0x7f0301f1 +kr.co.landvibe.summer_coding_android:id/withinBounds = 0x7f090202 +kr.co.landvibe.summer_coding_android:attr/checkMarkCompat = 0x7f030097 +kr.co.landvibe.summer_coding_android:attr/imageZoom = 0x7f0301f0 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.NavigationRailView.PrimarySurface = 0x7f1103f2 +kr.co.landvibe.summer_coding_android:attr/behavior_autoShrink = 0x7f030056 +kr.co.landvibe.summer_coding_android:attr/imagePanY = 0x7f0301ee +kr.co.landvibe.summer_coding_android:attr/layout_constraintRight_creator = 0x7f030249 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.BottomNavigationView = 0x7f110321 +kr.co.landvibe.summer_coding_android:attr/imageButtonStyle = 0x7f0301ec +kr.co.landvibe.summer_coding_android:id/accessibility_custom_action_16 = 0x7f090018 +kr.co.landvibe.summer_coding_android:attr/actionModeCutDrawable = 0x7f030017 +kr.co.landvibe.summer_coding_android:attr/layout_goneMarginStart = 0x7f030262 +kr.co.landvibe.summer_coding_android:id/bounceStart = 0x7f090062 +kr.co.landvibe.summer_coding_android:attr/actionProviderClass = 0x7f030023 +kr.co.landvibe.summer_coding_android:color/design_default_color_primary_variant = 0x7f050047 +kr.co.landvibe.summer_coding_android:anim/abc_tooltip_enter = 0x7f01000a +kr.co.landvibe.summer_coding_android:attr/drawableStartCompat = 0x7f030159 +kr.co.landvibe.summer_coding_android:attr/keylines = 0x7f03021c +kr.co.landvibe.summer_coding_android:id/bounceEnd = 0x7f090061 +kr.co.landvibe.summer_coding_android:dimen/material_clock_display_padding = 0x7f06013f +kr.co.landvibe.summer_coding_android:attr/staggered = 0x7f03036c +kr.co.landvibe.summer_coding_android:attr/ifTagSet = 0x7f0301eb +kr.co.landvibe.summer_coding_android:attr/isMaterial3Theme = 0x7f0301fb +kr.co.landvibe.summer_coding_android:attr/listPreferredItemHeightLarge = 0x7f03027b +kr.co.landvibe.summer_coding_android:attr/counterOverflowTextColor = 0x7f03012a +kr.co.landvibe.summer_coding_android:attr/marginTopSystemWindowInsets = 0x7f030288 +kr.co.landvibe.summer_coding_android:attr/fontProviderPackage = 0x7f0301bf +kr.co.landvibe.summer_coding_android:dimen/design_textinput_caption_translate_y = 0x7f06008f +kr.co.landvibe.summer_coding_android:attr/hoveredFocusedTranslationZ = 0x7f0301e0 +kr.co.landvibe.summer_coding_android:color/mtrl_btn_transparent_bg_color = 0x7f050213 +kr.co.landvibe.summer_coding_android:color/abc_color_highlight_material = 0x7f050004 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.PopupMenu.Overflow = 0x7f110388 +kr.co.landvibe.summer_coding_android:style/Base.V7.Widget.AppCompat.EditText = 0x7f1100b0 +kr.co.landvibe.summer_coding_android:attr/layout_constraintHorizontal_chainStyle = 0x7f030244 +kr.co.landvibe.summer_coding_android:attr/colorControlActivated = 0x7f0300de +kr.co.landvibe.summer_coding_android:attr/horizontalOffsetWithText = 0x7f0301df +kr.co.landvibe.summer_coding_android:drawable/test_level_drawable = 0x7f07009d +kr.co.landvibe.summer_coding_android:attr/colorSecondaryContainer = 0x7f0300f9 +kr.co.landvibe.summer_coding_android:attr/horizontalOffset = 0x7f0301de +kr.co.landvibe.summer_coding_android:id/title_template = 0x7f0901dd +kr.co.landvibe.summer_coding_android:attr/backgroundInsetTop = 0x7f030045 +kr.co.landvibe.summer_coding_android:attr/deltaPolarRadius = 0x7f030142 +kr.co.landvibe.summer_coding_android:layout/text_view_with_line_height_from_appearance = 0x7f0c007a +kr.co.landvibe.summer_coding_android:id/accessibility_custom_action_8 = 0x7f09002e +kr.co.landvibe.summer_coding_android:attr/listPreferredItemHeightSmall = 0x7f03027c +kr.co.landvibe.summer_coding_android:id/listMode = 0x7f09010c +kr.co.landvibe.summer_coding_android:animator/design_appbar_state_list_animator = 0x7f020000 +kr.co.landvibe.summer_coding_android:attr/panelMenuListTheme = 0x7f030301 +kr.co.landvibe.summer_coding_android:layout/design_text_input_end_icon = 0x7f0c0033 +kr.co.landvibe.summer_coding_android:dimen/design_fab_elevation = 0x7f060071 +kr.co.landvibe.summer_coding_android:style/ShapeAppearance.Material3.LargeComponent = 0x7f110155 +kr.co.landvibe.summer_coding_android:color/abc_primary_text_material_dark = 0x7f05000b +kr.co.landvibe.summer_coding_android:attr/layout_constraintHeight_min = 0x7f030241 +kr.co.landvibe.summer_coding_android:dimen/material_clock_period_toggle_width = 0x7f060148 +kr.co.landvibe.summer_coding_android:layout/mtrl_picker_header_title_text = 0x7f0c0061 +kr.co.landvibe.summer_coding_android:anim/btn_checkbox_to_checked_icon_null_animation = 0x7f01000e +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_neutral0 = 0x7f050097 +kr.co.landvibe.summer_coding_android:layout/design_layout_tab_icon = 0x7f0c002a +kr.co.landvibe.summer_coding_android:style/Widget.Design.ScrimInsetsFrameLayout = 0x7f110313 +kr.co.landvibe.summer_coding_android:dimen/mtrl_card_checked_icon_size = 0x7f0601bc +kr.co.landvibe.summer_coding_android:attr/hintEnabled = 0x7f0301d9 +kr.co.landvibe.summer_coding_android:attr/layout_constraintHeight_percent = 0x7f030242 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.MaterialTimePicker.Display.TextInputEditText = 0x7f11037f +kr.co.landvibe.summer_coding_android:attr/chipSpacingVertical = 0x7f0300b2 +kr.co.landvibe.summer_coding_android:color/m3_textfield_input_text_color = 0x7f050196 +kr.co.landvibe.summer_coding_android:id/radio = 0x7f090170 +kr.co.landvibe.summer_coding_android:dimen/material_bottom_sheet_max_width = 0x7f06013e +kr.co.landvibe.summer_coding_android:attr/hintAnimationEnabled = 0x7f0301d8 +kr.co.landvibe.summer_coding_android:attr/logo = 0x7f030281 +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat = 0x7f110013 +kr.co.landvibe.summer_coding_android:dimen/m3_extended_fab_icon_padding = 0x7f0600ea +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_secondary95 = 0x7f050117 +kr.co.landvibe.summer_coding_android:attr/indicatorInset = 0x7f0301f6 +kr.co.landvibe.summer_coding_android:attr/checkedButton = 0x7f03009b +kr.co.landvibe.summer_coding_android:attr/haloColor = 0x7f0301cc +kr.co.landvibe.summer_coding_android:attr/gestureInsetBottomIgnored = 0x7f0301c9 +kr.co.landvibe.summer_coding_android:animator/m3_card_state_list_anim = 0x7f020010 +kr.co.landvibe.summer_coding_android:styleable/KeyTimeCycle = 0x7f120045 +kr.co.landvibe.summer_coding_android:attr/collapseContentDescription = 0x7f0300ce +kr.co.landvibe.summer_coding_android:attr/foregroundInsidePadding = 0x7f0301c6 +kr.co.landvibe.summer_coding_android:style/ShapeAppearance.M3.Sys.Shape.Corner.Large.Top = 0x7f11014a +kr.co.landvibe.summer_coding_android:attr/fontWeight = 0x7f0301c4 +kr.co.landvibe.summer_coding_android:anim/mtrl_bottom_sheet_slide_out = 0x7f01001e +kr.co.landvibe.summer_coding_android:attr/materialAlertDialogTitleIconStyle = 0x7f03028c +kr.co.landvibe.summer_coding_android:layout/material_textinput_timepicker = 0x7f0c0041 +kr.co.landvibe.summer_coding_android:anim/btn_checkbox_to_checked_box_inner_merged_animation = 0x7f01000c +kr.co.landvibe.summer_coding_android:id/mtrl_calendar_months = 0x7f090134 +kr.co.landvibe.summer_coding_android:attr/layout_constrainedHeight = 0x7f03022c +kr.co.landvibe.summer_coding_android:animator/mtrl_fab_show_motion_spec = 0x7f02001d +kr.co.landvibe.summer_coding_android:id/easeOut = 0x7f0900bc +kr.co.landvibe.summer_coding_android:attr/colorSurfaceInverse = 0x7f0300fc +kr.co.landvibe.summer_coding_android:id/material_clock_display = 0x7f090111 +kr.co.landvibe.summer_coding_android:attr/font = 0x7f0301b9 +kr.co.landvibe.summer_coding_android:string/abc_menu_ctrl_shortcut_label = 0x7f100009 +kr.co.landvibe.summer_coding_android:dimen/mtrl_extended_fab_icon_size = 0x7f0601cd +kr.co.landvibe.summer_coding_android:attr/layout_constraintVertical_bias = 0x7f030252 +kr.co.landvibe.summer_coding_android:attr/editTextStyle = 0x7f030166 +kr.co.landvibe.summer_coding_android:attr/mock_showLabel = 0x7f0302c5 +kr.co.landvibe.summer_coding_android:color/error_color_material_light = 0x7f05005a +kr.co.landvibe.summer_coding_android:attr/layout_constraintBottom_creator = 0x7f030232 +kr.co.landvibe.summer_coding_android:attr/materialCalendarHeaderCancelButton = 0x7f030295 +kr.co.landvibe.summer_coding_android:attr/yearSelectedStyle = 0x7f030450 +kr.co.landvibe.summer_coding_android:id/unchecked = 0x7f0901f3 +kr.co.landvibe.summer_coding_android:attr/textInputFilledDenseStyle = 0x7f0303df +kr.co.landvibe.summer_coding_android:attr/layout_constraintCircle = 0x7f030235 +kr.co.landvibe.summer_coding_android:dimen/abc_action_bar_stacked_tab_max_width = 0x7f06000a +kr.co.landvibe.summer_coding_android:attr/tabSecondaryStyle = 0x7f0303a6 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.AppBarLayout.PrimarySurface = 0x7f1103a6 +kr.co.landvibe.summer_coding_android:dimen/tooltip_margin = 0x7f060246 +kr.co.landvibe.summer_coding_android:attr/transitionPathRotate = 0x7f03042c +kr.co.landvibe.summer_coding_android:style/ShapeAppearanceOverlay.MaterialComponents.MaterialCalendar.Day = 0x7f11016f +kr.co.landvibe.summer_coding_android:attr/flow_verticalAlign = 0x7f0301b4 +kr.co.landvibe.summer_coding_android:id/zero_corner_chip = 0x7f090208 +kr.co.landvibe.summer_coding_android:attr/flow_padding = 0x7f0301b3 +kr.co.landvibe.summer_coding_android:style/TextAppearance.MaterialComponents.Caption = 0x7f1101e5 +kr.co.landvibe.summer_coding_android:string/mtrl_picker_range_header_only_end_selected = 0x7f100070 +kr.co.landvibe.summer_coding_android:attr/expandedHintEnabled = 0x7f03017f +kr.co.landvibe.summer_coding_android:dimen/notification_large_icon_height = 0x7f06022c +kr.co.landvibe.summer_coding_android:styleable/Snackbar = 0x7f12007a +kr.co.landvibe.summer_coding_android:drawable/abc_ic_voice_search_api_material = 0x7f070028 +kr.co.landvibe.summer_coding_android:attr/actionBarWidgetTheme = 0x7f03000c +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.ActionBar.Surface = 0x7f1103a3 +kr.co.landvibe.summer_coding_android:anim/abc_grow_fade_in_from_bottom = 0x7f010002 +kr.co.landvibe.summer_coding_android:attr/flow_lastVerticalStyle = 0x7f0301b1 +kr.co.landvibe.summer_coding_android:anim/btn_radio_to_on_mtrl_dot_group_animation = 0x7f010015 +kr.co.landvibe.summer_coding_android:attr/flow_lastHorizontalStyle = 0x7f0301af +kr.co.landvibe.summer_coding_android:attr/flow_lastHorizontalBias = 0x7f0301ae +kr.co.landvibe.summer_coding_android:attr/colorTertiary = 0x7f0300ff +kr.co.landvibe.summer_coding_android:attr/contentPaddingLeft = 0x7f030114 +kr.co.landvibe.summer_coding_android:attr/layout_constraintBottom_toBottomOf = 0x7f030233 +kr.co.landvibe.summer_coding_android:attr/flow_horizontalBias = 0x7f0301ab +kr.co.landvibe.summer_coding_android:xml/standalone_badge_gravity_top_start = 0x7f130003 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_dark_on_tertiary = 0x7f050154 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_neutral_variant99 = 0x7f0500b0 +kr.co.landvibe.summer_coding_android:attr/flow_horizontalAlign = 0x7f0301aa +kr.co.landvibe.summer_coding_android:attr/trackHeight = 0x7f030424 +kr.co.landvibe.summer_coding_android:string/abc_searchview_description_clear = 0x7f100013 +kr.co.landvibe.summer_coding_android:attr/maxAcceleration = 0x7f0302ae +kr.co.landvibe.summer_coding_android:attr/colorSwitchThumbNormal = 0x7f0300fe +kr.co.landvibe.summer_coding_android:attr/clickAction = 0x7f0300c1 +kr.co.landvibe.summer_coding_android:style/Theme.AppCompat.Dialog.MinWidth = 0x7f110203 +kr.co.landvibe.summer_coding_android:attr/liftOnScroll = 0x7f03026c +kr.co.landvibe.summer_coding_android:drawable/abc_list_divider_material = 0x7f07002b +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_neutral_variant99 = 0x7f0500fe +kr.co.landvibe.summer_coding_android:attr/tabIconTintMode = 0x7f030394 +kr.co.landvibe.summer_coding_android:drawable/material_ic_menu_arrow_down_black_24dp = 0x7f070081 +kr.co.landvibe.summer_coding_android:attr/floatingActionButtonTertiaryStyle = 0x7f0301a5 +kr.co.landvibe.summer_coding_android:color/abc_btn_colored_text_material = 0x7f050003 +kr.co.landvibe.summer_coding_android:dimen/material_text_view_test_line_height = 0x7f06015e +kr.co.landvibe.summer_coding_android:animator/linear_indeterminate_line1_head_interpolator = 0x7f020009 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.FloatingActionButton.Large.Surface = 0x7f110359 +kr.co.landvibe.summer_coding_android:attr/floatingActionButtonLargeStyle = 0x7f03019e +kr.co.landvibe.summer_coding_android:id/sawtooth = 0x7f09017c +kr.co.landvibe.summer_coding_android:attr/itemTextAppearanceActive = 0x7f030216 +kr.co.landvibe.summer_coding_android:attr/materialTimePickerStyle = 0x7f0302ab +kr.co.landvibe.summer_coding_android:id/selection_type = 0x7f090190 +kr.co.landvibe.summer_coding_android:attr/floatingActionButtonLargePrimaryStyle = 0x7f03019c +kr.co.landvibe.summer_coding_android:style/TestThemeWithLineHeight = 0x7f11017e +kr.co.landvibe.summer_coding_android:style/Base.Widget.Material3.CompoundButton.CheckBox = 0x7f1100f2 +kr.co.landvibe.summer_coding_android:attr/firstBaselineToTopHeight = 0x7f03019b +kr.co.landvibe.summer_coding_android:attr/layout_behavior = 0x7f030229 +kr.co.landvibe.summer_coding_android:dimen/abc_dialog_min_width_major = 0x7f060022 +kr.co.landvibe.summer_coding_android:id/search_close_btn = 0x7f090187 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_neutral_variant100 = 0x7f0500a6 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_light_tertiary_container = 0x7f05018e +kr.co.landvibe.summer_coding_android:attr/fastScrollHorizontalTrackDrawable = 0x7f030198 +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.NoActionBar = 0x7f11025b +kr.co.landvibe.summer_coding_android:integer/abc_config_activityDefaultDur = 0x7f0a0000 +kr.co.landvibe.summer_coding_android:drawable/material_ic_calendar_black_24dp = 0x7f07007a +kr.co.landvibe.summer_coding_android:id/coordinator = 0x7f090092 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_dark_outline = 0x7f050156 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_primary20 = 0x7f050102 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.Button.ButtonBar.AlertDialog = 0x7f1100c0 +kr.co.landvibe.summer_coding_android:color/mtrl_chip_background_color = 0x7f050218 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_dark_on_tertiary_container = 0x7f050155 +kr.co.landvibe.summer_coding_android:attr/boxCornerRadiusTopEnd = 0x7f03006f +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dark_tertiary_container = 0x7f050148 +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.Light.Dialog = 0x7f11024f +kr.co.landvibe.summer_coding_android:attr/ratingBarStyleIndicator = 0x7f030329 +kr.co.landvibe.summer_coding_android:attr/layout_scrollInterpolator = 0x7f03026a +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.Button.Colored = 0x7f1102d1 +kr.co.landvibe.summer_coding_android:dimen/m3_datepicker_elevation = 0x7f0600e6 +kr.co.landvibe.summer_coding_android:attr/chipSurfaceColor = 0x7f0300b8 +kr.co.landvibe.summer_coding_android:attr/extendedFloatingActionButtonSecondaryStyle = 0x7f03018a +kr.co.landvibe.summer_coding_android:layout/abc_popup_menu_item_layout = 0x7f0c0013 +kr.co.landvibe.summer_coding_android:id/textSpacerNoButtons = 0x7f0901cc +kr.co.landvibe.summer_coding_android:style/Theme.AppCompat.Dialog = 0x7f110201 +kr.co.landvibe.summer_coding_android:color/greenButton_pressed = 0x7f05005e +kr.co.landvibe.summer_coding_android:style/Widget.Material3.Snackbar.FullWidth = 0x7f11038b +kr.co.landvibe.summer_coding_android:interpolator/mtrl_linear = 0x7f0b0009 +kr.co.landvibe.summer_coding_android:dimen/m3_slider_thumb_elevation = 0x7f06010b +kr.co.landvibe.summer_coding_android:color/design_fab_stroke_end_outer_color = 0x7f050050 +kr.co.landvibe.summer_coding_android:attr/dividerThickness = 0x7f03014e +kr.co.landvibe.summer_coding_android:attr/imagePanX = 0x7f0301ed +kr.co.landvibe.summer_coding_android:color/material_dynamic_tertiary100 = 0x7f0501e1 +kr.co.landvibe.summer_coding_android:attr/extendedFloatingActionButtonPrimaryStyle = 0x7f030189 +kr.co.landvibe.summer_coding_android:attr/itemMaxLines = 0x7f030205 +kr.co.landvibe.summer_coding_android:color/mtrl_btn_text_btn_ripple_color = 0x7f050210 +kr.co.landvibe.summer_coding_android:styleable/NavigationBarActiveIndicator = 0x7f120067 +kr.co.landvibe.summer_coding_android:attr/motionDurationShort1 = 0x7f0302cb +kr.co.landvibe.summer_coding_android:attr/colorOnTertiaryContainer = 0x7f0300f0 +kr.co.landvibe.summer_coding_android:attr/counterMaxLength = 0x7f030128 +kr.co.landvibe.summer_coding_android:dimen/mtrl_extended_fab_end_padding_icon = 0x7f0601cc +kr.co.landvibe.summer_coding_android:attr/backgroundSplit = 0x7f030047 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_neutral20 = 0x7f0500e8 +kr.co.landvibe.summer_coding_android:attr/trackColor = 0x7f030420 +kr.co.landvibe.summer_coding_android:color/m3_selection_control_ripple_color_selector = 0x7f050128 +kr.co.landvibe.summer_coding_android:attr/springBoundary = 0x7f030365 +kr.co.landvibe.summer_coding_android:attr/expandedTitleTextColor = 0x7f030187 +kr.co.landvibe.summer_coding_android:drawable/notify_panel_notification_icon_bg = 0x7f070099 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.MaterialCalendar.HeaderDivider = 0x7f11036a +kr.co.landvibe.summer_coding_android:style/Widget.Material3.FloatingActionButton.Surface = 0x7f11035d +kr.co.landvibe.summer_coding_android:drawable/abc_tab_indicator_material = 0x7f07004a +kr.co.landvibe.summer_coding_android:color/m3_sys_color_light_on_error = 0x7f05017c +kr.co.landvibe.summer_coding_android:dimen/mtrl_badge_text_size = 0x7f06016f +kr.co.landvibe.summer_coding_android:attr/expandedTitleMarginTop = 0x7f030185 +kr.co.landvibe.summer_coding_android:attr/layout_constraintBaseline_toTopOf = 0x7f030231 +kr.co.landvibe.summer_coding_android:style/Base.MaterialAlertDialog.MaterialComponents.Title.Icon = 0x7f110010 +kr.co.landvibe.summer_coding_android:color/m3_dark_default_color_primary_text = 0x7f050078 +kr.co.landvibe.summer_coding_android:style/RtlOverlay.Widget.AppCompat.Search.DropDown = 0x7f11013b +kr.co.landvibe.summer_coding_android:style/Base.V21.ThemeOverlay.MaterialComponents.BottomSheetDialog = 0x7f11009c +kr.co.landvibe.summer_coding_android:attr/boxCollapsedPaddingTop = 0x7f03006c +kr.co.landvibe.summer_coding_android:attr/buttonBarNegativeButtonStyle = 0x7f030077 +kr.co.landvibe.summer_coding_android:attr/expandedTitleGravity = 0x7f030180 +kr.co.landvibe.summer_coding_android:id/dragLeft = 0x7f0900b3 +kr.co.landvibe.summer_coding_android:attr/expandedTitleMarginEnd = 0x7f030183 +kr.co.landvibe.summer_coding_android:animator/mtrl_extended_fab_state_list_animator = 0x7f02001b +kr.co.landvibe.summer_coding_android:layout/mtrl_picker_fullscreen = 0x7f0c005d +kr.co.landvibe.summer_coding_android:attr/customIntegerValue = 0x7f030135 +kr.co.landvibe.summer_coding_android:color/material_dynamic_primary20 = 0x7f0501c8 +kr.co.landvibe.summer_coding_android:attr/arrowShaftLength = 0x7f030036 +kr.co.landvibe.summer_coding_android:attr/hideOnContentScroll = 0x7f0301d6 +kr.co.landvibe.summer_coding_android:id/submenuarrow = 0x7f0901b4 +kr.co.landvibe.summer_coding_android:attr/actionTextColorAlpha = 0x7f030024 +kr.co.landvibe.summer_coding_android:drawable/tooltip_frame_dark = 0x7f07009e +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.Light.ActivityChooserView = 0x7f1102e9 +kr.co.landvibe.summer_coding_android:attr/errorIconTint = 0x7f030179 +kr.co.landvibe.summer_coding_android:attr/itemStrokeColor = 0x7f030213 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_neutral_variant80 = 0x7f0500ad +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_light_on_surface_variant = 0x7f050169 +kr.co.landvibe.summer_coding_android:string/abc_menu_sym_shortcut_label = 0x7f100010 +kr.co.landvibe.summer_coding_android:attr/errorContentDescription = 0x7f030176 +kr.co.landvibe.summer_coding_android:attr/cornerFamilyBottomRight = 0x7f03011e +kr.co.landvibe.summer_coding_android:attr/actionModeBackground = 0x7f030012 +kr.co.landvibe.summer_coding_android:dimen/m3_badge_vertical_offset = 0x7f0600b0 +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Widget.ActionMode.Title = 0x7f110035 +kr.co.landvibe.summer_coding_android:attr/fabAlignmentMode = 0x7f03018f +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.ActionButton = 0x7f1102c7 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_dark_inverse_surface = 0x7f05014c +kr.co.landvibe.summer_coding_android:attr/expandedTitleMarginBottom = 0x7f030182 +kr.co.landvibe.summer_coding_android:dimen/m3_timepicker_display_stroke_width = 0x7f06013c +kr.co.landvibe.summer_coding_android:attr/drawerArrowStyle = 0x7f03015d +kr.co.landvibe.summer_coding_android:style/Widget.Material3.CircularProgressIndicator.Medium = 0x7f110346 +kr.co.landvibe.summer_coding_android:attr/ensureMinTouchTargetSize = 0x7f030175 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.SearchView.ActionBar = 0x7f1100e3 +kr.co.landvibe.summer_coding_android:attr/enforceMaterialTheme = 0x7f030173 +kr.co.landvibe.summer_coding_android:color/abc_tint_edittext = 0x7f050015 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.Button.TextButton.Dialog.Flush = 0x7f11032e +kr.co.landvibe.summer_coding_android:attr/textColorSearchUrl = 0x7f0303dc +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.BottomNavigationView = 0x7f1103b0 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.Chip.Filter.Elevated = 0x7f11033c +kr.co.landvibe.summer_coding_android:dimen/mtrl_shape_corner_size_small_component = 0x7f060206 +kr.co.landvibe.summer_coding_android:attr/boxStrokeWidthFocused = 0x7f030074 +kr.co.landvibe.summer_coding_android:dimen/mtrl_low_ripple_default_alpha = 0x7f0601e0 +kr.co.landvibe.summer_coding_android:attr/quantizeMotionInterpolator = 0x7f030320 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_neutral70 = 0x7f0500ed +kr.co.landvibe.summer_coding_android:style/ShapeAppearance.M3.Sys.Shape.Corner.ExtraLarge = 0x7f110143 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_secondary20 = 0x7f0500c1 +kr.co.landvibe.summer_coding_android:id/groups = 0x7f0900e2 +kr.co.landvibe.summer_coding_android:styleable/MaterialAlertDialog = 0x7f12004c +kr.co.landvibe.summer_coding_android:color/background_material_light = 0x7f050020 +kr.co.landvibe.summer_coding_android:attr/endIconContentDescription = 0x7f03016e +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Widget.PopupMenu.Large = 0x7f1101ac +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.Light.PopupMenu = 0x7f1100d3 +kr.co.landvibe.summer_coding_android:attr/listLayout = 0x7f030277 +kr.co.landvibe.summer_coding_android:color/m3_dynamic_highlighted_text = 0x7f050086 +kr.co.landvibe.summer_coding_android:attr/endIconCheckable = 0x7f03016d +kr.co.landvibe.summer_coding_android:dimen/m3_sys_motion_easing_legacy_accelerate_control_x2 = 0x7f06011d +kr.co.landvibe.summer_coding_android:integer/m3_btn_anim_delay_ms = 0x7f0a0009 +kr.co.landvibe.summer_coding_android:styleable/KeyPosition = 0x7f120044 +kr.co.landvibe.summer_coding_android:attr/enableEdgeToEdge = 0x7f03016c +kr.co.landvibe.summer_coding_android:id/accessibility_custom_action_3 = 0x7f090027 +kr.co.landvibe.summer_coding_android:color/m3_primary_text_disable_only = 0x7f050094 +kr.co.landvibe.summer_coding_android:attr/triggerReceiver = 0x7f03042f +kr.co.landvibe.summer_coding_android:attr/customFloatValue = 0x7f030134 +kr.co.landvibe.summer_coding_android:string/material_minute_selection = 0x7f10004d +kr.co.landvibe.summer_coding_android:drawable/abc_spinner_mtrl_am_alpha = 0x7f070044 +kr.co.landvibe.summer_coding_android:dimen/notification_right_icon_size = 0x7f060230 +kr.co.landvibe.summer_coding_android:dimen/m3_sys_motion_easing_standard_accelerate_control_y1 = 0x7f06012e +kr.co.landvibe.summer_coding_android:dimen/m3_sys_motion_easing_standard_accelerate_control_x2 = 0x7f06012d +kr.co.landvibe.summer_coding_android:attr/navigationContentDescription = 0x7f0302e4 +kr.co.landvibe.summer_coding_android:dimen/mtrl_slider_halo_radius = 0x7f060207 +kr.co.landvibe.summer_coding_android:style/MaterialAlertDialog.Material3.Title.Text = 0x7f110118 +kr.co.landvibe.summer_coding_android:attr/closeIcon = 0x7f0300c6 +kr.co.landvibe.summer_coding_android:style/Base.Animation.AppCompat.Tooltip = 0x7f11000c +kr.co.landvibe.summer_coding_android:color/mtrl_btn_text_btn_bg_color_selector = 0x7f05020f +kr.co.landvibe.summer_coding_android:attr/elevation = 0x7f030167 +kr.co.landvibe.summer_coding_android:integer/design_tab_indicator_anim_duration_ms = 0x7f0a0007 +kr.co.landvibe.summer_coding_android:attr/iconSize = 0x7f0301e5 +kr.co.landvibe.summer_coding_android:attr/editTextBackground = 0x7f030164 +kr.co.landvibe.summer_coding_android:attr/constraintSetStart = 0x7f030105 +kr.co.landvibe.summer_coding_android:attr/borderRound = 0x7f030061 +kr.co.landvibe.summer_coding_android:attr/drawerLayoutStyle = 0x7f03015f +kr.co.landvibe.summer_coding_android:id/search_mag_icon = 0x7f09018a +kr.co.landvibe.summer_coding_android:attr/navigationRailStyle = 0x7f0302e8 +kr.co.landvibe.summer_coding_android:attr/borderWidth = 0x7f030063 +kr.co.landvibe.summer_coding_android:id/expanded_menu = 0x7f0900c8 +kr.co.landvibe.summer_coding_android:attr/drawableSize = 0x7f030158 +kr.co.landvibe.summer_coding_android:attr/dialogCornerRadius = 0x7f030144 +kr.co.landvibe.summer_coding_android:attr/drawableRightCompat = 0x7f030157 +kr.co.landvibe.summer_coding_android:id/customPanel = 0x7f090098 +kr.co.landvibe.summer_coding_android:id/material_timepicker_cancel_button = 0x7f09011d +kr.co.landvibe.summer_coding_android:attr/titleEnabled = 0x7f030408 +kr.co.landvibe.summer_coding_android:id/action_text = 0x7f090043 +kr.co.landvibe.summer_coding_android:attr/drawableEndCompat = 0x7f030155 +kr.co.landvibe.summer_coding_android:style/Base.V7.Widget.AppCompat.AutoCompleteTextView = 0x7f1100af +kr.co.landvibe.summer_coding_android:attr/drawableBottomCompat = 0x7f030154 +kr.co.landvibe.summer_coding_android:attr/drawPath = 0x7f030153 +kr.co.landvibe.summer_coding_android:color/material_slider_inactive_tick_marks_color = 0x7f050204 +kr.co.landvibe.summer_coding_android:drawable/notification_bg = 0x7f07008f +kr.co.landvibe.summer_coding_android:attr/dragScale = 0x7f030151 +kr.co.landvibe.summer_coding_android:id/mtrl_picker_fullscreen = 0x7f09013c +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.Light = 0x7f110249 +kr.co.landvibe.summer_coding_android:style/TextAppearance.M3.Sys.Typescale.LabelMedium = 0x7f1101ca +kr.co.landvibe.summer_coding_android:id/dragStart = 0x7f0900b5 +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_header_height = 0x7f0601a1 +kr.co.landvibe.summer_coding_android:attr/carousel_nextState = 0x7f030090 +kr.co.landvibe.summer_coding_android:string/app_name_leesc0839 = 0x7f10001e +kr.co.landvibe.summer_coding_android:dimen/highlight_alpha_material_light = 0x7f060097 +kr.co.landvibe.summer_coding_android:attr/motionEffect_start = 0x7f0302d5 +kr.co.landvibe.summer_coding_android:drawable/abc_btn_colored_material = 0x7f07000e +kr.co.landvibe.summer_coding_android:animator/m3_btn_state_list_anim = 0x7f02000e +kr.co.landvibe.summer_coding_android:attr/dividerPadding = 0x7f03014d +kr.co.landvibe.summer_coding_android:anim/abc_slide_in_bottom = 0x7f010006 +kr.co.landvibe.summer_coding_android:color/design_default_color_primary_dark = 0x7f050046 +kr.co.landvibe.summer_coding_android:attr/actionModeCopyDrawable = 0x7f030016 +kr.co.landvibe.summer_coding_android:style/MaterialAlertDialog.MaterialComponents.Title.Text = 0x7f110122 +kr.co.landvibe.summer_coding_android:attr/contentPaddingRight = 0x7f030115 +kr.co.landvibe.summer_coding_android:attr/collapsedTitleTextColor = 0x7f0300d3 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dark_surface = 0x7f050145 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.PopupMenu.Overflow = 0x7f1100db +kr.co.landvibe.summer_coding_android:attr/motionEasingDecelerated = 0x7f0302ce +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_neutral_variant40 = 0x7f0500a9 +kr.co.landvibe.summer_coding_android:style/Base.V21.Theme.AppCompat.Light.Dialog = 0x7f110095 +kr.co.landvibe.summer_coding_android:attr/defaultDuration = 0x7f03013e +kr.co.landvibe.summer_coding_android:id/horizontal_only = 0x7f0900ea +kr.co.landvibe.summer_coding_android:id/accessibility_custom_action_24 = 0x7f090021 +kr.co.landvibe.summer_coding_android:attr/itemPaddingBottom = 0x7f030208 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.Button.Borderless = 0x7f1102ce +kr.co.landvibe.summer_coding_android:attr/actionBarTabBarStyle = 0x7f030008 +kr.co.landvibe.summer_coding_android:attr/chipGroupStyle = 0x7f0300a8 +kr.co.landvibe.summer_coding_android:id/contentPanel = 0x7f09008f +kr.co.landvibe.summer_coding_android:attr/dayInvalidStyle = 0x7f03013a +kr.co.landvibe.summer_coding_android:style/TextAppearance.MaterialComponents.Subtitle2 = 0x7f1101ef +kr.co.landvibe.summer_coding_android:layout/mtrl_alert_dialog = 0x7f0c0047 +kr.co.landvibe.summer_coding_android:color/m3_button_outline_color_selector = 0x7f05006b +kr.co.landvibe.summer_coding_android:string/abc_action_bar_home_description = 0x7f100000 +kr.co.landvibe.summer_coding_android:dimen/design_navigation_separator_vertical_padding = 0x7f06007f +kr.co.landvibe.summer_coding_android:attr/customReference = 0x7f030138 +kr.co.landvibe.summer_coding_android:id/material_clock_period_pm_button = 0x7f090115 +kr.co.landvibe.summer_coding_android:attr/viewTransitionOnCross = 0x7f03043a +kr.co.landvibe.summer_coding_android:dimen/mtrl_progress_indicator_full_rounded_corner_radius = 0x7f060202 +kr.co.landvibe.summer_coding_android:dimen/material_cursor_width = 0x7f06014c +kr.co.landvibe.summer_coding_android:attr/carousel_touchUpMode = 0x7f030092 +kr.co.landvibe.summer_coding_android:attr/customPixelDimension = 0x7f030137 +kr.co.landvibe.summer_coding_android:id/accessibility_custom_action_15 = 0x7f090017 +kr.co.landvibe.summer_coding_android:id/disjoint = 0x7f0900ad +kr.co.landvibe.summer_coding_android:attr/colorErrorContainer = 0x7f0300e2 +kr.co.landvibe.summer_coding_android:dimen/design_navigation_icon_size = 0x7f060079 +kr.co.landvibe.summer_coding_android:style/Base.Theme.MaterialComponents.Light.Dialog = 0x7f110068 +kr.co.landvibe.summer_coding_android:attr/layout_scrollFlags = 0x7f030269 +kr.co.landvibe.summer_coding_android:attr/customBoolean = 0x7f030130 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.MaterialCalendar = 0x7f11028b +kr.co.landvibe.summer_coding_android:attr/dayTodayStyle = 0x7f03013d +kr.co.landvibe.summer_coding_android:attr/colorPrimaryDark = 0x7f0300f4 +kr.co.landvibe.summer_coding_android:attr/layout_goneMarginBottom = 0x7f03025e +kr.co.landvibe.summer_coding_android:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.InternalGroup = 0x7f110136 +kr.co.landvibe.summer_coding_android:dimen/m3_sys_motion_easing_legacy_decelerate_control_x2 = 0x7f060125 +kr.co.landvibe.summer_coding_android:attr/actionModeWebSearchDrawable = 0x7f030020 +kr.co.landvibe.summer_coding_android:attr/counterTextColor = 0x7f03012c +kr.co.landvibe.summer_coding_android:id/material_timepicker_ok_button = 0x7f090121 +kr.co.landvibe.summer_coding_android:attr/cornerFamilyBottomLeft = 0x7f03011d +kr.co.landvibe.summer_coding_android:dimen/abc_dialog_min_width_minor = 0x7f060023 +kr.co.landvibe.summer_coding_android:attr/activityChooserViewStyle = 0x7f030026 +kr.co.landvibe.summer_coding_android:attr/actionBarTabStyle = 0x7f030009 +kr.co.landvibe.summer_coding_android:attr/mock_labelBackgroundColor = 0x7f0302c2 +kr.co.landvibe.summer_coding_android:attr/colorControlHighlight = 0x7f0300df +kr.co.landvibe.summer_coding_android:anim/abc_popup_exit = 0x7f010004 +kr.co.landvibe.summer_coding_android:style/Base.ThemeOverlay.Material3.BottomSheetDialog = 0x7f110076 +kr.co.landvibe.summer_coding_android:attr/animationMode = 0x7f030031 +kr.co.landvibe.summer_coding_android:dimen/m3_btn_icon_btn_padding_right = 0x7f0600c6 +kr.co.landvibe.summer_coding_android:attr/cornerFamily = 0x7f03011c +kr.co.landvibe.summer_coding_android:attr/itemIconTint = 0x7f030204 +kr.co.landvibe.summer_coding_android:attr/suffixTextAppearance = 0x7f030389 +kr.co.landvibe.summer_coding_android:style/TextAppearance.Test.NoTextSize = 0x7f1101f2 +kr.co.landvibe.summer_coding_android:attr/buttonBarStyle = 0x7f03007a +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_light_on_secondary_container = 0x7f050167 +kr.co.landvibe.summer_coding_android:string/mtrl_picker_a11y_next_month = 0x7f100061 +kr.co.landvibe.summer_coding_android:attr/startIconContentDescription = 0x7f03036e +kr.co.landvibe.summer_coding_android:attr/buttonPanelSideLayout = 0x7f03007e +kr.co.landvibe.summer_coding_android:color/abc_search_url_text_normal = 0x7f05000e +kr.co.landvibe.summer_coding_android:color/background_material_dark = 0x7f05001f +kr.co.landvibe.summer_coding_android:attr/constraint_referenced_tags = 0x7f030107 +kr.co.landvibe.summer_coding_android:integer/mtrl_view_visible = 0x7f0a0032 +kr.co.landvibe.summer_coding_android:id/special_effects_controller_view_tag = 0x7f0901a1 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_secondary90 = 0x7f050116 +kr.co.landvibe.summer_coding_android:string/mtrl_picker_a11y_prev_month = 0x7f100062 +kr.co.landvibe.summer_coding_android:dimen/mtrl_navigation_rail_compact_width = 0x7f0601ee +kr.co.landvibe.summer_coding_android:attr/contentPaddingStart = 0x7f030116 +kr.co.landvibe.summer_coding_android:attr/waveShape = 0x7f030444 +kr.co.landvibe.summer_coding_android:attr/ifTagNotSet = 0x7f0301ea +kr.co.landvibe.summer_coding_android:id/clockwise = 0x7f090087 +kr.co.landvibe.summer_coding_android:attr/contentPaddingEnd = 0x7f030113 +kr.co.landvibe.summer_coding_android:styleable/TextInputEditText = 0x7f120087 +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.Light.Dialog.FixedSize = 0x7f110253 +kr.co.landvibe.summer_coding_android:attr/layout_constraintEnd_toStartOf = 0x7f03023a +kr.co.landvibe.summer_coding_android:attr/actionModeSplitBackground = 0x7f03001d +kr.co.landvibe.summer_coding_android:attr/contentPadding = 0x7f030111 +kr.co.landvibe.summer_coding_android:attr/currentState = 0x7f03012e +kr.co.landvibe.summer_coding_android:attr/errorEnabled = 0x7f030177 +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.Light.Dialog.Bridge = 0x7f110252 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dark_inverse_primary = 0x7f050133 +kr.co.landvibe.summer_coding_android:attr/colorContainer = 0x7f0300dd +kr.co.landvibe.summer_coding_android:attr/shapeAppearanceMediumComponent = 0x7f030349 +kr.co.landvibe.summer_coding_android:styleable/MotionScene = 0x7f120065 +kr.co.landvibe.summer_coding_android:id/content = 0x7f09008e +kr.co.landvibe.summer_coding_android:attr/animateCircleAngleTo = 0x7f03002f +kr.co.landvibe.summer_coding_android:attr/layout_constraintTop_creator = 0x7f03024f +kr.co.landvibe.summer_coding_android:dimen/material_text_view_test_line_height_override = 0x7f06015f +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_neutral50 = 0x7f0500eb +kr.co.landvibe.summer_coding_android:id/edit_query = 0x7f0900be +kr.co.landvibe.summer_coding_android:attr/insetForeground = 0x7f0301f9 +kr.co.landvibe.summer_coding_android:attr/titleMarginEnd = 0x7f03040b +kr.co.landvibe.summer_coding_android:attr/chipStrokeColor = 0x7f0300b5 +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.DayNight.DarkActionBar = 0x7f110233 +kr.co.landvibe.summer_coding_android:drawable/abc_btn_radio_material = 0x7f070010 +kr.co.landvibe.summer_coding_android:attr/emojiCompatEnabled = 0x7f03016b +kr.co.landvibe.summer_coding_android:dimen/abc_progress_bar_height_material = 0x7f060035 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.TextInputEditText = 0x7f110292 +kr.co.landvibe.summer_coding_android:id/save_overlay_view = 0x7f09017b +kr.co.landvibe.summer_coding_android:attr/progressBarStyle = 0x7f03031f +kr.co.landvibe.summer_coding_android:id/aligned = 0x7f090048 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_tertiary50 = 0x7f0500d1 +kr.co.landvibe.summer_coding_android:attr/onNegativeCross = 0x7f0302f1 +kr.co.landvibe.summer_coding_android:dimen/m3_badge_with_text_horizontal_offset = 0x7f0600b1 +kr.co.landvibe.summer_coding_android:attr/badgeTextColor = 0x7f03004e +kr.co.landvibe.summer_coding_android:attr/chipStartPadding = 0x7f0300b4 +kr.co.landvibe.summer_coding_android:attr/arcMode = 0x7f030034 +kr.co.landvibe.summer_coding_android:attr/colorPrimaryVariant = 0x7f0300f7 +kr.co.landvibe.summer_coding_android:color/button_material_dark = 0x7f050028 +kr.co.landvibe.summer_coding_android:attr/boxStrokeErrorColor = 0x7f030072 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.Button.TextButton.Icon = 0x7f110330 +kr.co.landvibe.summer_coding_android:id/end = 0x7f0900c2 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.CompoundButton.Switch = 0x7f1103cf +kr.co.landvibe.summer_coding_android:style/Widget.Material3.Button.ElevatedButton.Icon = 0x7f110327 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialAlertDialog.Material3.Title.Icon = 0x7f110298 +kr.co.landvibe.summer_coding_android:attr/checkedIconMargin = 0x7f0300a0 +kr.co.landvibe.summer_coding_android:dimen/m3_appbar_scrim_height_trigger_medium = 0x7f0600aa +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_header_content_padding = 0x7f06019e +kr.co.landvibe.summer_coding_android:attr/colorPrimaryContainer = 0x7f0300f3 +kr.co.landvibe.summer_coding_android:color/mtrl_filled_background_color = 0x7f050223 +kr.co.landvibe.summer_coding_android:attr/tooltipFrameBackground = 0x7f030418 +kr.co.landvibe.summer_coding_android:attr/textAppearanceListItemSmall = 0x7f0303cb +kr.co.landvibe.summer_coding_android:animator/mtrl_btn_state_list_anim = 0x7f020013 +kr.co.landvibe.summer_coding_android:animator/mtrl_fab_transformation_sheet_collapse_spec = 0x7f02001e +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_content_padding = 0x7f060195 +kr.co.landvibe.summer_coding_android:attr/tabIndicatorAnimationDuration = 0x7f030396 +kr.co.landvibe.summer_coding_android:layout/mtrl_alert_select_dialog_multichoice = 0x7f0c004b +kr.co.landvibe.summer_coding_android:color/material_dynamic_neutral_variant70 = 0x7f0501c0 +kr.co.landvibe.summer_coding_android:attr/contentPaddingTop = 0x7f030117 +kr.co.landvibe.summer_coding_android:id/alertTitle = 0x7f090047 +kr.co.landvibe.summer_coding_android:animator/fragment_open_enter = 0x7f020007 +kr.co.landvibe.summer_coding_android:attr/trackTintMode = 0x7f030427 +kr.co.landvibe.summer_coding_android:attr/colorOnTertiary = 0x7f0300ef +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.Dark = 0x7f110278 +kr.co.landvibe.summer_coding_android:drawable/btn_radio_on_mtrl = 0x7f07005f +kr.co.landvibe.summer_coding_android:style/Base.Widget.MaterialComponents.MaterialCalendar.NavigationButton = 0x7f110103 +kr.co.landvibe.summer_coding_android:id/month_grid = 0x7f090128 +kr.co.landvibe.summer_coding_android:attr/titleMarginStart = 0x7f03040c +kr.co.landvibe.summer_coding_android:attr/flow_verticalGap = 0x7f0301b6 +kr.co.landvibe.summer_coding_android:attr/applyMotionScene = 0x7f030033 +kr.co.landvibe.summer_coding_android:attr/colorOnPrimaryContainer = 0x7f0300e8 +kr.co.landvibe.summer_coding_android:attr/boxStrokeWidth = 0x7f030073 +kr.co.landvibe.summer_coding_android:id/textStart = 0x7f0901ce +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Small = 0x7f110190 +kr.co.landvibe.summer_coding_android:attr/constraints = 0x7f030108 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.Toolbar.Surface = 0x7f1102c0 +kr.co.landvibe.summer_coding_android:attr/colorOnError = 0x7f0300e5 +kr.co.landvibe.summer_coding_android:style/ShapeAppearanceOverlay.DifferentCornerSize = 0x7f110164 +kr.co.landvibe.summer_coding_android:attr/actionButtonStyle = 0x7f03000d +kr.co.landvibe.summer_coding_android:attr/deriveConstraintsFrom = 0x7f030143 +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.DialogWhenLarge = 0x7f110248 +kr.co.landvibe.summer_coding_android:string/fab_transformation_sheet_behavior = 0x7f100030 +kr.co.landvibe.summer_coding_android:attr/barrierMargin = 0x7f030054 +kr.co.landvibe.summer_coding_android:id/flip = 0x7f0900d4 +kr.co.landvibe.summer_coding_android:layout/abc_alert_dialog_button_bar_material = 0x7f0c0008 +kr.co.landvibe.summer_coding_android:attr/collapsingToolbarLayoutStyle = 0x7f0300d8 +kr.co.landvibe.summer_coding_android:attr/materialCalendarHeaderTitle = 0x7f03029a +kr.co.landvibe.summer_coding_android:attr/tickMarkTint = 0x7f030400 +kr.co.landvibe.summer_coding_android:dimen/abc_button_inset_vertical_material = 0x7f060013 +kr.co.landvibe.summer_coding_android:attr/collapsingToolbarLayoutLargeStyle = 0x7f0300d5 +kr.co.landvibe.summer_coding_android:layout/design_layout_tab_text = 0x7f0c002b +kr.co.landvibe.summer_coding_android:attr/materialCalendarMonth = 0x7f03029c +kr.co.landvibe.summer_coding_android:attr/materialCalendarDay = 0x7f030292 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.ActionButton.CloseMode = 0x7f1102c8 +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_year_height = 0x7f0601b7 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.Light.ActionBar.Solid = 0x7f1103d3 +kr.co.landvibe.summer_coding_android:attr/circularflow_defaultAngle = 0x7f0300bc +kr.co.landvibe.summer_coding_android:styleable/MotionLabel = 0x7f120063 +kr.co.landvibe.summer_coding_android:drawable/abc_btn_check_material = 0x7f07000a +kr.co.landvibe.summer_coding_android:color/mtrl_btn_stroke_color_selector = 0x7f05020e +kr.co.landvibe.summer_coding_android:attr/collapsedTitleGravity = 0x7f0300d1 +kr.co.landvibe.summer_coding_android:drawable/abc_control_background_material = 0x7f070019 +kr.co.landvibe.summer_coding_android:attr/guidelineUseRtl = 0x7f0301cb +kr.co.landvibe.summer_coding_android:styleable/MotionHelper = 0x7f120062 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.MaterialTimePicker = 0x7f11028e +kr.co.landvibe.summer_coding_android:id/snap = 0x7f09019d +kr.co.landvibe.summer_coding_android:id/callMeasure = 0x7f09006c +kr.co.landvibe.summer_coding_android:dimen/design_fab_border_width = 0x7f060070 +kr.co.landvibe.summer_coding_android:color/secondary_text_disabled_material_dark = 0x7f050251 +kr.co.landvibe.summer_coding_android:attr/state_collapsible = 0x7f030374 +kr.co.landvibe.summer_coding_android:layout/text_view_with_line_height_from_layout = 0x7f0c007b +kr.co.landvibe.summer_coding_android:attr/layout_constraintRight_toRightOf = 0x7f03024b +kr.co.landvibe.summer_coding_android:id/dragClockwise = 0x7f0900b0 +kr.co.landvibe.summer_coding_android:style/Base.V7.Widget.AppCompat.Toolbar = 0x7f1100b1 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_tertiary10 = 0x7f0500cc +kr.co.landvibe.summer_coding_android:attr/enforceTextAppearance = 0x7f030174 +kr.co.landvibe.summer_coding_android:id/fitToContents = 0x7f0900d1 +kr.co.landvibe.summer_coding_android:drawable/mtrl_ic_arrow_drop_down = 0x7f070085 +kr.co.landvibe.summer_coding_android:attr/homeAsUpIndicator = 0x7f0301dc +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.Light.ActionBar.TabText.Inverse = 0x7f1102e2 +kr.co.landvibe.summer_coding_android:anim/design_snackbar_in = 0x7f01001a +kr.co.landvibe.summer_coding_android:dimen/mtrl_alert_dialog_background_inset_bottom = 0x7f060166 +kr.co.landvibe.summer_coding_android:dimen/m3_btn_padding_left = 0x7f0600ce +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.PopupMenu = 0x7f1100da +kr.co.landvibe.summer_coding_android:attr/maxButtonHeight = 0x7f0302b0 +kr.co.landvibe.summer_coding_android:string/mtrl_picker_text_input_month_abbr = 0x7f10007a +kr.co.landvibe.summer_coding_android:attr/number = 0x7f0302ed +kr.co.landvibe.summer_coding_android:attr/haloRadius = 0x7f0301cd +kr.co.landvibe.summer_coding_android:id/action_divider = 0x7f09003c +kr.co.landvibe.summer_coding_android:dimen/m3_btn_icon_only_icon_padding = 0x7f0600c9 +kr.co.landvibe.summer_coding_android:attr/dialogTheme = 0x7f030146 +kr.co.landvibe.summer_coding_android:dimen/disabled_alpha_material_dark = 0x7f060090 +kr.co.landvibe.summer_coding_android:style/TextAppearance.M3.Sys.Typescale.HeadlineMedium = 0x7f1101c7 +kr.co.landvibe.summer_coding_android:id/shortcut = 0x7f090193 +kr.co.landvibe.summer_coding_android:attr/actionBarSplitStyle = 0x7f030006 +kr.co.landvibe.summer_coding_android:attr/cornerSizeTopLeft = 0x7f030125 +kr.co.landvibe.summer_coding_android:color/material_dynamic_primary40 = 0x7f0501ca +kr.co.landvibe.summer_coding_android:attr/centerIfNoTextEnabled = 0x7f030095 +kr.co.landvibe.summer_coding_android:layout/material_time_input = 0x7f0c0043 +kr.co.landvibe.summer_coding_android:animator/mtrl_extended_fab_show_motion_spec = 0x7f02001a +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dark_error_container = 0x7f050131 +kr.co.landvibe.summer_coding_android:attr/layout_goneMarginRight = 0x7f030261 +kr.co.landvibe.summer_coding_android:attr/forceApplySystemWindowInsetTop = 0x7f0301c5 +kr.co.landvibe.summer_coding_android:attr/constraint_referenced_ids = 0x7f030106 +kr.co.landvibe.summer_coding_android:attr/clockIcon = 0x7f0300c4 +kr.co.landvibe.summer_coding_android:attr/layout_wrapBehaviorInParent = 0x7f03026b +kr.co.landvibe.summer_coding_android:dimen/design_bottom_navigation_item_min_width = 0x7f060068 +kr.co.landvibe.summer_coding_android:styleable/KeyFramesAcceleration = 0x7f120042 +kr.co.landvibe.summer_coding_android:attr/iconTintMode = 0x7f0301e8 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.AutoCompleteTextView.OutlinedBox.Dense = 0x7f11026e +kr.co.landvibe.summer_coding_android:anim/mtrl_bottom_sheet_slide_in = 0x7f01001d +kr.co.landvibe.summer_coding_android:styleable/BottomAppBar = 0x7f120015 +kr.co.landvibe.summer_coding_android:attr/waveDecay = 0x7f030440 +kr.co.landvibe.summer_coding_android:dimen/design_snackbar_elevation = 0x7f060083 +kr.co.landvibe.summer_coding_android:attr/errorTextColor = 0x7f03017c +kr.co.landvibe.summer_coding_android:id/spring = 0x7f0901a6 +kr.co.landvibe.summer_coding_android:attr/circularflow_angles = 0x7f0300bb +kr.co.landvibe.summer_coding_android:drawable/ic_m3_chip_check = 0x7f07006a +kr.co.landvibe.summer_coding_android:color/material_dynamic_primary80 = 0x7f0501ce +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.NavigationRailView.Compact = 0x7f1103f1 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_tertiary80 = 0x7f0500d4 +kr.co.landvibe.summer_coding_android:attr/checkMarkTintMode = 0x7f030099 +kr.co.landvibe.summer_coding_android:id/btnYes = 0x7f090069 +kr.co.landvibe.summer_coding_android:dimen/material_emphasis_medium = 0x7f060151 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_tertiary20 = 0x7f0500ce +kr.co.landvibe.summer_coding_android:attr/chipStrokeWidth = 0x7f0300b6 +kr.co.landvibe.summer_coding_android:attr/materialButtonStyle = 0x7f030290 +kr.co.landvibe.summer_coding_android:attr/textureBlurFactor = 0x7f0303ed +kr.co.landvibe.summer_coding_android:color/material_on_surface_disabled = 0x7f0501fd +kr.co.landvibe.summer_coding_android:attr/chipSpacingHorizontal = 0x7f0300b1 +kr.co.landvibe.summer_coding_android:attr/editTextColor = 0x7f030165 +kr.co.landvibe.summer_coding_android:id/material_label = 0x7f090119 +kr.co.landvibe.summer_coding_android:attr/colorControlNormal = 0x7f0300e0 +kr.co.landvibe.summer_coding_android:attr/chipSpacing = 0x7f0300b0 +kr.co.landvibe.summer_coding_android:dimen/design_snackbar_padding_horizontal = 0x7f060087 +kr.co.landvibe.summer_coding_android:attr/materialDividerHeavyStyle = 0x7f0302a8 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_secondary50 = 0x7f050112 +kr.co.landvibe.summer_coding_android:attr/maxVelocity = 0x7f0302b5 +kr.co.landvibe.summer_coding_android:attr/maxHeight = 0x7f0302b2 +kr.co.landvibe.summer_coding_android:attr/cardBackgroundColor = 0x7f030083 +kr.co.landvibe.summer_coding_android:attr/chipMinTouchTargetSize = 0x7f0300af +kr.co.landvibe.summer_coding_android:styleable/StateSet = 0x7f120080 +kr.co.landvibe.summer_coding_android:animator/mtrl_extended_fab_change_size_collapse_motion_spec = 0x7f020017 +kr.co.landvibe.summer_coding_android:id/multiply = 0x7f090146 +kr.co.landvibe.summer_coding_android:attr/SharedValueId = 0x7f030001 +kr.co.landvibe.summer_coding_android:id/image = 0x7f0900f0 +kr.co.landvibe.summer_coding_android:attr/carousel_touchUp_dampeningFactor = 0x7f030093 +kr.co.landvibe.summer_coding_android:anim/btn_radio_to_on_mtrl_ring_outer_animation = 0x7f010016 +kr.co.landvibe.summer_coding_android:dimen/test_navigation_bar_label_padding = 0x7f060241 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.Tooltip = 0x7f11041c +kr.co.landvibe.summer_coding_android:style/TextAppearance.AppCompat.Title = 0x7f11019a +kr.co.landvibe.summer_coding_android:attr/arrowHeadLength = 0x7f030035 +kr.co.landvibe.summer_coding_android:attr/cornerSizeBottomRight = 0x7f030124 +kr.co.landvibe.summer_coding_android:dimen/notification_action_text_size = 0x7f060229 +kr.co.landvibe.summer_coding_android:attr/itemBackground = 0x7f0301fe +kr.co.landvibe.summer_coding_android:attr/measureWithLargestChild = 0x7f0302b7 +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.DayNight.Dialog.Alert.Bridge = 0x7f110237 +kr.co.landvibe.summer_coding_android:attr/buttonTint = 0x7f030081 +kr.co.landvibe.summer_coding_android:attr/expanded = 0x7f03017e +kr.co.landvibe.summer_coding_android:drawable/abc_seekbar_track_material = 0x7f070043 +kr.co.landvibe.summer_coding_android:attr/spanCount = 0x7f030360 +kr.co.landvibe.summer_coding_android:color/abc_btn_colored_borderless_text_material = 0x7f050002 +kr.co.landvibe.summer_coding_android:string/m3_sys_motion_easing_linear = 0x7f100045 +kr.co.landvibe.summer_coding_android:dimen/m3_btn_text_btn_icon_padding_right = 0x7f0600d3 +kr.co.landvibe.summer_coding_android:attr/chipIconTint = 0x7f0300ac +kr.co.landvibe.summer_coding_android:attr/buttonBarButtonStyle = 0x7f030076 +kr.co.landvibe.summer_coding_android:attr/chipIconSize = 0x7f0300ab +kr.co.landvibe.summer_coding_android:drawable/abc_btn_radio_material_anim = 0x7f070011 +kr.co.landvibe.summer_coding_android:attr/chipEndPadding = 0x7f0300a7 +kr.co.landvibe.summer_coding_android:attr/chipCornerRadius = 0x7f0300a6 +kr.co.landvibe.summer_coding_android:animator/mtrl_btn_unelevated_state_list_anim = 0x7f020014 +kr.co.landvibe.summer_coding_android:style/Theme.AppCompat.Light = 0x7f110206 +kr.co.landvibe.summer_coding_android:attr/boxCornerRadiusTopStart = 0x7f030070 +kr.co.landvibe.summer_coding_android:style/TextAppearance.Material3.BodyMedium = 0x7f1101d2 +kr.co.landvibe.summer_coding_android:style/Base.Widget.AppCompat.ActivityChooserView = 0x7f1100bb +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_neutral30 = 0x7f0500e9 +kr.co.landvibe.summer_coding_android:attr/carousel_touchUp_velocityThreshold = 0x7f030094 +kr.co.landvibe.summer_coding_android:color/m3_navigation_bar_item_with_indicator_icon_tint = 0x7f05008c +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_light_on_tertiary_container = 0x7f05016b +kr.co.landvibe.summer_coding_android:attr/checkedIconSize = 0x7f0300a1 +kr.co.landvibe.summer_coding_android:id/action_bar_container = 0x7f090035 +kr.co.landvibe.summer_coding_android:attr/tabTextColor = 0x7f0303aa +kr.co.landvibe.summer_coding_android:attr/alertDialogTheme = 0x7f03002a +kr.co.landvibe.summer_coding_android:dimen/mtrl_btn_text_size = 0x7f06018f +kr.co.landvibe.summer_coding_android:attr/textAppearanceLargePopupMenu = 0x7f0303c7 +kr.co.landvibe.summer_coding_android:styleable/BottomSheetBehavior_Layout = 0x7f120017 +kr.co.landvibe.summer_coding_android:id/backImageView = 0x7f090057 +kr.co.landvibe.summer_coding_android:animator/mtrl_extended_fab_change_size_expand_motion_spec = 0x7f020018 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.MaterialCalendar.Year = 0x7f110373 +kr.co.landvibe.summer_coding_android:dimen/mtrl_low_ripple_hovered_alpha = 0x7f0601e2 +kr.co.landvibe.summer_coding_android:attr/actionModeStyle = 0x7f03001e +kr.co.landvibe.summer_coding_android:dimen/abc_control_padding_material = 0x7f06001a +kr.co.landvibe.summer_coding_android:attr/clearsTag = 0x7f0300c0 +kr.co.landvibe.summer_coding_android:color/background_floating_material_dark = 0x7f05001d +kr.co.landvibe.summer_coding_android:layout/abc_select_dialog_material = 0x7f0c001a +kr.co.landvibe.summer_coding_android:attr/chipStandaloneStyle = 0x7f0300b3 +kr.co.landvibe.summer_coding_android:drawable/abc_star_half_black_48dp = 0x7f070047 +kr.co.landvibe.summer_coding_android:attr/dropDownListViewStyle = 0x7f030160 +kr.co.landvibe.summer_coding_android:style/Base.V7.Theme.AppCompat = 0x7f1100aa +kr.co.landvibe.summer_coding_android:attr/transitionDisable = 0x7f030429 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_neutral60 = 0x7f05009e +kr.co.landvibe.summer_coding_android:attr/deltaPolarAngle = 0x7f030141 +kr.co.landvibe.summer_coding_android:attr/checkedIconVisible = 0x7f0300a3 +kr.co.landvibe.summer_coding_android:id/tag_unhandled_key_event_manager = 0x7f0901c2 +kr.co.landvibe.summer_coding_android:style/Theme.AppCompat.Light.Dialog.Alert = 0x7f110209 +kr.co.landvibe.summer_coding_android:attr/layout_dodgeInsetEdges = 0x7f03025a +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.MaterialAlertDialog = 0x7f110289 +kr.co.landvibe.summer_coding_android:attr/boxCornerRadiusBottomStart = 0x7f03006e +kr.co.landvibe.summer_coding_android:styleable/TextAppearance = 0x7f120085 +kr.co.landvibe.summer_coding_android:string/gruop_account_number = 0x7f100033 +kr.co.landvibe.summer_coding_android:attr/cornerFamilyTopRight = 0x7f030120 +kr.co.landvibe.summer_coding_android:attr/floatingActionButtonLargeTertiaryStyle = 0x7f0301a0 +kr.co.landvibe.summer_coding_android:attr/altSrc = 0x7f03002e +kr.co.landvibe.summer_coding_android:id/percent = 0x7f090169 +kr.co.landvibe.summer_coding_android:attr/menu = 0x7f0302b8 +kr.co.landvibe.summer_coding_android:animator/fragment_fade_exit = 0x7f020006 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_light_inverse_primary = 0x7f050161 +kr.co.landvibe.summer_coding_android:attr/dividerHorizontal = 0x7f03014a +kr.co.landvibe.summer_coding_android:attr/displayOptions = 0x7f030147 +kr.co.landvibe.summer_coding_android:attr/buttonStyleSmall = 0x7f030080 +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_navigation_bottom_padding = 0x7f0601ab +kr.co.landvibe.summer_coding_android:color/m3_dynamic_dark_primary_text_disable_only = 0x7f050083 +kr.co.landvibe.summer_coding_android:color/secondary_text_disabled_material_light = 0x7f050252 +kr.co.landvibe.summer_coding_android:attr/buttonGravity = 0x7f03007c +kr.co.landvibe.summer_coding_android:attr/maxWidth = 0x7f0302b6 +kr.co.landvibe.summer_coding_android:attr/brightness = 0x7f030075 +kr.co.landvibe.summer_coding_android:layout/abc_action_bar_up_container = 0x7f0c0001 +kr.co.landvibe.summer_coding_android:style/Widget.Design.TextInputLayout = 0x7f110317 +kr.co.landvibe.summer_coding_android:style/TextAppearance.MaterialComponents.Body2 = 0x7f1101e3 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_tertiary100 = 0x7f0500cd +kr.co.landvibe.summer_coding_android:dimen/mtrl_tooltip_minHeight = 0x7f060224 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.MaterialCalendar.HeaderToggleButton = 0x7f11036f +kr.co.landvibe.summer_coding_android:attr/collapsedTitleTextAppearance = 0x7f0300d2 +kr.co.landvibe.summer_coding_android:styleable/MenuGroup = 0x7f12005c +kr.co.landvibe.summer_coding_android:attr/searchIcon = 0x7f03033f +kr.co.landvibe.summer_coding_android:attr/minHeight = 0x7f0302bb +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.Light.ActionButton = 0x7f1102e5 +kr.co.landvibe.summer_coding_android:anim/btn_checkbox_to_checked_box_outer_merged_animation = 0x7f01000d +kr.co.landvibe.summer_coding_android:id/parentRelative = 0x7f090163 +kr.co.landvibe.summer_coding_android:attr/titleMargins = 0x7f03040e +kr.co.landvibe.summer_coding_android:attr/layout_constraintDimensionRatio = 0x7f030238 +kr.co.landvibe.summer_coding_android:dimen/mtrl_shape_corner_size_large_component = 0x7f060204 +kr.co.landvibe.summer_coding_android:attr/chipBackgroundColor = 0x7f0300a5 +kr.co.landvibe.summer_coding_android:attr/liftOnScrollTargetViewId = 0x7f03026d +kr.co.landvibe.summer_coding_android:attr/tabPaddingTop = 0x7f0303a4 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.MaterialComponents.Toolbar.Popup.Primary = 0x7f1102be +kr.co.landvibe.summer_coding_android:attr/navigationIcon = 0x7f0302e5 +kr.co.landvibe.summer_coding_android:style/Base.Theme.MaterialComponents.Dialog.FixedSize = 0x7f110061 +kr.co.landvibe.summer_coding_android:attr/boxCornerRadiusBottomEnd = 0x7f03006d +kr.co.landvibe.summer_coding_android:drawable/ic_mtrl_chip_checked_black = 0x7f07006e +kr.co.landvibe.summer_coding_android:attr/thumbStrokeWidth = 0x7f0303f8 +kr.co.landvibe.summer_coding_android:attr/motionEffect_alpha = 0x7f0302d2 +kr.co.landvibe.summer_coding_android:id/dropdown_menu = 0x7f0900b8 +kr.co.landvibe.summer_coding_android:attr/actionBarDivider = 0x7f030002 +kr.co.landvibe.summer_coding_android:attr/actionViewClass = 0x7f030025 +kr.co.landvibe.summer_coding_android:drawable/ic_keyboard_black_24dp = 0x7f070067 +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.DayNight.Dialog.FixedSize = 0x7f110239 +kr.co.landvibe.summer_coding_android:attr/textAppearanceHeadline4 = 0x7f0303be +kr.co.landvibe.summer_coding_android:dimen/material_clock_hand_center_dot_radius = 0x7f060141 +kr.co.landvibe.summer_coding_android:anim/abc_slide_out_bottom = 0x7f010008 +kr.co.landvibe.summer_coding_android:attr/bottomSheetDialogTheme = 0x7f030068 +kr.co.landvibe.summer_coding_android:animator/mtrl_fab_hide_motion_spec = 0x7f02001c +kr.co.landvibe.summer_coding_android:attr/bottomNavigationStyle = 0x7f030067 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.CollapsingToolbar = 0x7f110348 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_light_surface_variant = 0x7f05018c +kr.co.landvibe.summer_coding_android:attr/behavior_halfExpandedRatio = 0x7f03005a +kr.co.landvibe.summer_coding_android:drawable/abc_text_cursor_material = 0x7f07004c +kr.co.landvibe.summer_coding_android:dimen/mtrl_card_elevation = 0x7f0601bf +kr.co.landvibe.summer_coding_android:attr/behavior_expandedOffset = 0x7f030058 +kr.co.landvibe.summer_coding_android:attr/colorAccent = 0x7f0300da +kr.co.landvibe.summer_coding_android:attr/itemShapeInsetBottom = 0x7f03020e +kr.co.landvibe.summer_coding_android:id/mtrl_view_tag_bottom_padding = 0x7f090145 +kr.co.landvibe.summer_coding_android:string/app_name = 0x7f10001d +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_primary10 = 0x7f0500b2 +kr.co.landvibe.summer_coding_android:anim/design_bottom_sheet_slide_in = 0x7f010018 +kr.co.landvibe.summer_coding_android:attr/barrierAllowsGoneWidgets = 0x7f030052 +kr.co.landvibe.summer_coding_android:attr/counterOverflowTextAppearance = 0x7f030129 +kr.co.landvibe.summer_coding_android:drawable/abc_item_background_holo_dark = 0x7f070029 +kr.co.landvibe.summer_coding_android:attr/layout_constraintHeight_max = 0x7f030240 +kr.co.landvibe.summer_coding_android:dimen/compat_notification_large_icon_max_height = 0x7f06005c +kr.co.landvibe.summer_coding_android:id/mtrl_picker_text_input_range_start = 0x7f090143 +kr.co.landvibe.summer_coding_android:attr/actionModeTheme = 0x7f03001f +kr.co.landvibe.summer_coding_android:attr/badgeStyle = 0x7f03004d +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox = 0x7f110409 +kr.co.landvibe.summer_coding_android:anim/btn_checkbox_to_unchecked_check_path_merged_animation = 0x7f010010 +kr.co.landvibe.summer_coding_android:dimen/mtrl_navigation_rail_text_size = 0x7f0601f5 +kr.co.landvibe.summer_coding_android:attr/actionBarSize = 0x7f030005 +kr.co.landvibe.summer_coding_android:attr/percentX = 0x7f03030c +kr.co.landvibe.summer_coding_android:attr/helperTextTextColor = 0x7f0301d3 +kr.co.landvibe.summer_coding_android:attr/layout_constraintStart_toStartOf = 0x7f03024d +kr.co.landvibe.summer_coding_android:attr/mock_showDiagonals = 0x7f0302c4 +kr.co.landvibe.summer_coding_android:dimen/m3_alert_dialog_elevation = 0x7f0600a2 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_neutral99 = 0x7f0500a3 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dynamic_light_on_tertiary = 0x7f05016a +kr.co.landvibe.summer_coding_android:dimen/mtrl_calendar_header_text_padding = 0x7f0601a4 +kr.co.landvibe.summer_coding_android:animator/m3_btn_elevated_btn_state_list_anim = 0x7f02000d +kr.co.landvibe.summer_coding_android:anim/abc_slide_in_top = 0x7f010007 +kr.co.landvibe.summer_coding_android:dimen/mtrl_btn_padding_left = 0x7f060186 +kr.co.landvibe.summer_coding_android:attr/thumbTintMode = 0x7f0303fb +kr.co.landvibe.summer_coding_android:attr/autoSizeMaxTextSize = 0x7f03003a +kr.co.landvibe.summer_coding_android:attr/shapeAppearance = 0x7f030347 +kr.co.landvibe.summer_coding_android:style/Base.TextAppearance.AppCompat.Button = 0x7f110016 +kr.co.landvibe.summer_coding_android:attr/subtitleCentered = 0x7f030384 +kr.co.landvibe.summer_coding_android:attr/contentPaddingBottom = 0x7f030112 +kr.co.landvibe.summer_coding_android:attr/backgroundInsetEnd = 0x7f030043 +kr.co.landvibe.summer_coding_android:attr/title = 0x7f030405 +kr.co.landvibe.summer_coding_android:anim/mtrl_card_lowers_interpolator = 0x7f01001f +kr.co.landvibe.summer_coding_android:attr/backgroundStacked = 0x7f030048 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.Button.TextButton.Snackbar = 0x7f110274 +kr.co.landvibe.summer_coding_android:attr/buttonStyle = 0x7f03007f +kr.co.landvibe.summer_coding_android:attr/elevationOverlayEnabled = 0x7f03016a +kr.co.landvibe.summer_coding_android:color/material_slider_active_track_color = 0x7f050202 +kr.co.landvibe.summer_coding_android:color/material_dynamic_neutral_variant0 = 0x7f0501b8 +kr.co.landvibe.summer_coding_android:attr/allowStacking = 0x7f03002b +kr.co.landvibe.summer_coding_android:dimen/mtrl_btn_padding_bottom = 0x7f060185 +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dark_surface_variant = 0x7f050146 +kr.co.landvibe.summer_coding_android:style/Widget.MaterialComponents.ActionBar.Primary = 0x7f1103a0 +kr.co.landvibe.summer_coding_android:attr/alertDialogButtonGroupStyle = 0x7f030027 +kr.co.landvibe.summer_coding_android:dimen/m3_sys_motion_easing_legacy_accelerate_control_y2 = 0x7f06011f +kr.co.landvibe.summer_coding_android:color/dim_foreground_disabled_material_light = 0x7f050056 +kr.co.landvibe.summer_coding_android:attr/fontFamily = 0x7f0301ba +kr.co.landvibe.summer_coding_android:style/Theme.MaterialComponents.Light.Dialog.Alert = 0x7f110250 +kr.co.landvibe.summer_coding_android:attr/actionBarStyle = 0x7f030007 +kr.co.landvibe.summer_coding_android:attr/behavior_overlapTop = 0x7f03005c +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_primary0 = 0x7f0500ff +kr.co.landvibe.summer_coding_android:attr/duration = 0x7f030162 +kr.co.landvibe.summer_coding_android:attr/windowActionBar = 0x7f030446 +kr.co.landvibe.summer_coding_android:attr/paddingBottomNoButtons = 0x7f0302f8 +kr.co.landvibe.summer_coding_android:dimen/design_snackbar_background_corner_radius = 0x7f060082 +kr.co.landvibe.summer_coding_android:attr/ratingBarStyle = 0x7f030328 +kr.co.landvibe.summer_coding_android:attr/carousel_forwardTransition = 0x7f03008e +kr.co.landvibe.summer_coding_android:attr/layout_constraintLeft_creator = 0x7f030246 +kr.co.landvibe.summer_coding_android:attr/fontVariationSettings = 0x7f0301c3 +kr.co.landvibe.summer_coding_android:attr/actionModePopupWindowStyle = 0x7f03001a +kr.co.landvibe.summer_coding_android:attr/autoSizeMinTextSize = 0x7f03003b +kr.co.landvibe.summer_coding_android:attr/backgroundInsetBottom = 0x7f030042 +kr.co.landvibe.summer_coding_android:id/west = 0x7f090200 +kr.co.landvibe.summer_coding_android:attr/layout_constraintWidth_max = 0x7f030257 +kr.co.landvibe.summer_coding_android:dimen/tooltip_y_offset_non_touch = 0x7f06024a +kr.co.landvibe.summer_coding_android:attr/extendedFloatingActionButtonTertiaryStyle = 0x7f03018d +kr.co.landvibe.summer_coding_android:attr/badgeWidePadding = 0x7f03004f +kr.co.landvibe.summer_coding_android:style/TextAppearance.Compat.Notification = 0x7f1101b0 +kr.co.landvibe.summer_coding_android:attr/alphabeticModifiers = 0x7f03002d +kr.co.landvibe.summer_coding_android:layout/design_layout_snackbar_include = 0x7f0c0029 +kr.co.landvibe.summer_coding_android:dimen/mtrl_snackbar_message_margin_horizontal = 0x7f060215 +kr.co.landvibe.summer_coding_android:dimen/design_bottom_navigation_item_max_width = 0x7f060067 +kr.co.landvibe.summer_coding_android:styleable/AnimatedStateListDrawableItem = 0x7f120008 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.AutoCompleteTextView.FilledBox = 0x7f11026b +kr.co.landvibe.summer_coding_android:attr/actionLayout = 0x7f03000f +kr.co.landvibe.summer_coding_android:id/blocking = 0x7f09005d +kr.co.landvibe.summer_coding_android:color/m3_slider_active_track_color = 0x7f050129 +kr.co.landvibe.summer_coding_android:attr/behavior_peekHeight = 0x7f03005d +kr.co.landvibe.summer_coding_android:attr/actionBarTabTextStyle = 0x7f03000a +kr.co.landvibe.summer_coding_android:layout/abc_action_menu_layout = 0x7f0c0003 +kr.co.landvibe.summer_coding_android:id/actionUp = 0x7f090032 +kr.co.landvibe.summer_coding_android:style/TextAppearance.Design.Counter = 0x7f1101b6 +kr.co.landvibe.summer_coding_android:attr/buttonCompat = 0x7f03007b +kr.co.landvibe.summer_coding_android:attr/defaultState = 0x7f030140 +kr.co.landvibe.summer_coding_android:attr/keyboardIcon = 0x7f03021b +kr.co.landvibe.summer_coding_android:attr/backgroundInsetStart = 0x7f030044 +kr.co.landvibe.summer_coding_android:dimen/mtrl_navigation_item_horizontal_padding = 0x7f0601e8 +kr.co.landvibe.summer_coding_android:attr/colorButtonNormal = 0x7f0300dc +kr.co.landvibe.summer_coding_android:attr/initialActivityCount = 0x7f0301f8 +kr.co.landvibe.summer_coding_android:style/Base.Widget.MaterialComponents.TextInputLayout = 0x7f11010b +kr.co.landvibe.summer_coding_android:attr/contentInsetEnd = 0x7f03010b +kr.co.landvibe.summer_coding_android:attr/materialAlertDialogButtonSpacerVisibility = 0x7f03028a +kr.co.landvibe.summer_coding_android:attr/tabMaxWidth = 0x7f03039d +kr.co.landvibe.summer_coding_android:string/mtrl_picker_text_input_date_hint = 0x7f100076 +kr.co.landvibe.summer_coding_android:layout/design_menu_item_action_area = 0x7f0c002c +kr.co.landvibe.summer_coding_android:drawable/abc_dialog_material_background = 0x7f07001a +kr.co.landvibe.summer_coding_android:color/material_dynamic_tertiary50 = 0x7f0501e5 +kr.co.landvibe.summer_coding_android:id/edittext_dropdown_noneditable = 0x7f0900c0 +kr.co.landvibe.summer_coding_android:style/Theme.AppCompat.DialogWhenLarge = 0x7f110204 +kr.co.landvibe.summer_coding_android:id/btnJJJoonngg = 0x7f090066 +kr.co.landvibe.summer_coding_android:style/Widget.Material3.ExtendedFloatingActionButton.Primary = 0x7f110353 +kr.co.landvibe.summer_coding_android:anim/abc_popup_enter = 0x7f010003 +kr.co.landvibe.summer_coding_android:attr/collapsedSize = 0x7f0300d0 +kr.co.landvibe.summer_coding_android:attr/layout_constraintTop_toBottomOf = 0x7f030250 +kr.co.landvibe.summer_coding_android:style/ShapeAppearance.MaterialComponents.Tooltip = 0x7f11015f +kr.co.landvibe.summer_coding_android:color/material_dynamic_neutral_variant95 = 0x7f0501c3 +kr.co.landvibe.summer_coding_android:attr/shapeAppearanceLargeComponent = 0x7f030348 +kr.co.landvibe.summer_coding_android:attr/color = 0x7f0300d9 +kr.co.landvibe.summer_coding_android:id/mtrl_picker_header_selection_text = 0x7f09013e +kr.co.landvibe.summer_coding_android:dimen/m3_badge_with_text_radius = 0x7f0600b2 +kr.co.landvibe.summer_coding_android:dimen/abc_control_inset_material = 0x7f060019 +kr.co.landvibe.summer_coding_android:attr/carousel_previousState = 0x7f030091 +kr.co.landvibe.summer_coding_android:attr/background = 0x7f030040 +kr.co.landvibe.summer_coding_android:animator/m3_elevated_chip_state_list_anim = 0x7f020012 +kr.co.landvibe.summer_coding_android:color/m3_textfield_indicator_text_color = 0x7f050195 +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.ImageButton = 0x7f1102db +kr.co.landvibe.summer_coding_android:style/TextAppearance.MaterialComponents.Chip = 0x7f1101e6 +kr.co.landvibe.summer_coding_android:attr/drawableTint = 0x7f03015a +kr.co.landvibe.summer_coding_android:integer/m3_sys_motion_duration_150 = 0x7f0a0010 +kr.co.landvibe.summer_coding_android:id/chip = 0x7f090079 +kr.co.landvibe.summer_coding_android:attr/state_collapsed = 0x7f030373 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_secondary99 = 0x7f050118 +kr.co.landvibe.summer_coding_android:attr/paddingLeftSystemWindowInsets = 0x7f0302fb +kr.co.landvibe.summer_coding_android:id/accessibility_custom_action_25 = 0x7f090022 +kr.co.landvibe.summer_coding_android:style/CardView = 0x7f11010d +kr.co.landvibe.summer_coding_android:color/abc_tint_spinner = 0x7f050017 +kr.co.landvibe.summer_coding_android:attr/helperTextEnabled = 0x7f0301d1 +kr.co.landvibe.summer_coding_android:anim/btn_radio_to_off_mtrl_ring_outer_path_animation = 0x7f010014 +kr.co.landvibe.summer_coding_android:attr/visibilityMode = 0x7f03043d +kr.co.landvibe.summer_coding_android:layout/abc_search_view = 0x7f0c0019 +kr.co.landvibe.summer_coding_android:dimen/mtrl_bottomappbar_height = 0x7f060178 +kr.co.landvibe.summer_coding_android:dimen/mtrl_progress_circular_inset_extra_small = 0x7f0601f7 +kr.co.landvibe.summer_coding_android:attr/trackTint = 0x7f030426 +kr.co.landvibe.summer_coding_android:anim/btn_checkbox_to_unchecked_box_inner_merged_animation = 0x7f01000f +kr.co.landvibe.summer_coding_android:attr/icon = 0x7f0301e1 +kr.co.landvibe.summer_coding_android:id/up = 0x7f0901f6 +kr.co.landvibe.summer_coding_android:id/wrap_content = 0x7f090204 +kr.co.landvibe.summer_coding_android:attr/minSeparation = 0x7f0302bd +kr.co.landvibe.summer_coding_android:style/Widget.AppCompat.ListView.Menu = 0x7f1102f6 +kr.co.landvibe.summer_coding_android:dimen/m3_extended_fab_start_padding = 0x7f0600ec +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_error10 = 0x7f0500d9 +kr.co.landvibe.summer_coding_android:attr/showMotionSpec = 0x7f030351 +kr.co.landvibe.summer_coding_android:style/Base.Widget.MaterialComponents.TextView = 0x7f11010c +kr.co.landvibe.summer_coding_android:attr/actionBarItemBackground = 0x7f030003 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_tertiary50 = 0x7f05011f +kr.co.landvibe.summer_coding_android:color/m3_sys_color_dark_background = 0x7f05012f +kr.co.landvibe.summer_coding_android:attr/actionBarTheme = 0x7f03000b +kr.co.landvibe.summer_coding_android:attr/splitTrack = 0x7f030364 +kr.co.landvibe.summer_coding_android:anim/design_bottom_sheet_slide_out = 0x7f010019 +kr.co.landvibe.summer_coding_android:animator/fragment_fade_enter = 0x7f020005 +kr.co.landvibe.summer_coding_android:attr/passwordToggleContentDescription = 0x7f030303 +kr.co.landvibe.summer_coding_android:style/RtlOverlay.Widget.AppCompat.DialogTitle.Icon = 0x7f110134 +kr.co.landvibe.summer_coding_android:dimen/mtrl_extended_fab_start_padding_icon = 0x7f0601d2 +kr.co.landvibe.summer_coding_android:attr/chipStyle = 0x7f0300b7 +kr.co.landvibe.summer_coding_android:attr/textAppearanceDisplaySmall = 0x7f0303ba +kr.co.landvibe.summer_coding_android:dimen/mtrl_card_spacing = 0x7f0601c0 +kr.co.landvibe.summer_coding_android:attr/tickColorInactive = 0x7f0303fe +kr.co.landvibe.summer_coding_android:attr/badgeWithTextRadius = 0x7f030050 +kr.co.landvibe.summer_coding_android:attr/backgroundTintMode = 0x7f03004a +kr.co.landvibe.summer_coding_android:styleable/ExtendedFloatingActionButton_Behavior_Layout = 0x7f120032 +kr.co.landvibe.summer_coding_android:attr/actionBarPopupTheme = 0x7f030004 +kr.co.landvibe.summer_coding_android:attr/closeIconEndPadding = 0x7f0300c8 +kr.co.landvibe.summer_coding_android:attr/constraintSetEnd = 0x7f030104 +kr.co.landvibe.summer_coding_android:id/wrap = 0x7f090203 +kr.co.landvibe.summer_coding_android:style/Base.V14.Theme.MaterialComponents = 0x7f110084 +kr.co.landvibe.summer_coding_android:color/material_divider_color = 0x7f0501aa +kr.co.landvibe.summer_coding_android:anim/abc_slide_out_top = 0x7f010009 +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_dynamic_secondary0 = 0x7f0500be +kr.co.landvibe.summer_coding_android:attr/materialTimePickerTheme = 0x7f0302ac +kr.co.landvibe.summer_coding_android:dimen/mtrl_btn_text_btn_icon_padding = 0x7f06018c +kr.co.landvibe.summer_coding_android:attr/cornerSizeBottomLeft = 0x7f030123 +kr.co.landvibe.summer_coding_android:attr/menuGravity = 0x7f0302b9 +kr.co.landvibe.summer_coding_android:attr/drawableLeftCompat = 0x7f030156 +kr.co.landvibe.summer_coding_android:dimen/m3_sys_motion_easing_standard_decelerate_control_y2 = 0x7f060137 +kr.co.landvibe.summer_coding_android:attr/daySelectedStyle = 0x7f03013b +kr.co.landvibe.summer_coding_android:interpolator/mtrl_fast_out_slow_in = 0x7f0b0008 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.Snackbar = 0x7f110291 +kr.co.landvibe.summer_coding_android:attr/drawerLayoutCornerSize = 0x7f03015e +kr.co.landvibe.summer_coding_android:id/arc = 0x7f090050 +kr.co.landvibe.summer_coding_android:style/ThemeOverlay.Material3.Dialog.Alert.Framework = 0x7f11027d +kr.co.landvibe.summer_coding_android:color/m3_ref_palette_neutral_variant10 = 0x7f0500f3 +kr.co.landvibe.summer_coding_android:dimen/m3_btn_icon_only_min_width = 0x7f0600ca +kr.co.landvibe.summer_coding_android:attr/actionMenuTextAppearance = 0x7f030010 diff --git a/summer_coding_android/app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt b/summer_coding_android/app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt new file mode 100644 index 0000000..93e87ca --- /dev/null +++ b/summer_coding_android/app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt @@ -0,0 +1,4593 @@ +kr.co.landvibe.summer_coding_android +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 +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 +attr SharedValue +attr SharedValueId +attr actionBarDivider +attr actionBarItemBackground +attr actionBarPopupTheme +attr actionBarSize +attr actionBarSplitStyle +attr actionBarStyle +attr actionBarTabBarStyle +attr actionBarTabStyle +attr actionBarTabTextStyle +attr actionBarTheme +attr actionBarWidgetTheme +attr actionButtonStyle +attr actionDropDownStyle +attr actionLayout +attr actionMenuTextAppearance +attr actionMenuTextColor +attr actionModeBackground +attr actionModeCloseButtonStyle +attr actionModeCloseContentDescription +attr actionModeCloseDrawable +attr actionModeCopyDrawable +attr actionModeCutDrawable +attr actionModeFindDrawable +attr actionModePasteDrawable +attr actionModePopupWindowStyle +attr actionModeSelectAllDrawable +attr actionModeShareDrawable +attr actionModeSplitBackground +attr actionModeStyle +attr actionModeTheme +attr actionModeWebSearchDrawable +attr actionOverflowButtonStyle +attr actionOverflowMenuStyle +attr actionProviderClass +attr actionTextColorAlpha +attr actionViewClass +attr activityChooserViewStyle +attr 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 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 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 dayInvalidStyle +attr daySelectedStyle +attr dayStyle +attr dayTodayStyle +attr defaultDuration +attr defaultQueryHint +attr defaultState +attr deltaPolarAngle +attr deltaPolarRadius +attr deriveConstraintsFrom +attr dialogCornerRadius +attr dialogPreferredPadding +attr dialogTheme +attr displayOptions +attr divider +attr dividerColor +attr dividerHorizontal +attr dividerInsetEnd +attr dividerInsetStart +attr dividerPadding +attr dividerThickness +attr dividerVertical +attr dragDirection +attr dragScale +attr dragThreshold +attr drawPath +attr drawableBottomCompat +attr drawableEndCompat +attr drawableLeftCompat +attr drawableRightCompat +attr drawableSize +attr drawableStartCompat +attr drawableTint +attr drawableTintMode +attr drawableTopCompat +attr drawerArrowStyle +attr drawerLayoutCornerSize +attr drawerLayoutStyle +attr dropDownListViewStyle +attr dropdownListPreferredItemHeight +attr duration +attr dynamicColorThemeOverlay +attr editTextBackground +attr editTextColor +attr editTextStyle +attr elevation +attr elevationOverlayAccentColor +attr elevationOverlayColor +attr elevationOverlayEnabled +attr emojiCompatEnabled +attr enableEdgeToEdge +attr endIconCheckable +attr endIconContentDescription +attr endIconDrawable +attr endIconMode +attr endIconTint +attr endIconTintMode +attr enforceMaterialTheme +attr enforceTextAppearance +attr ensureMinTouchTargetSize +attr errorContentDescription +attr errorEnabled +attr errorIconDrawable +attr errorIconTint +attr errorIconTintMode +attr errorTextAppearance +attr errorTextColor +attr expandActivityOverflowButtonDrawable +attr expanded +attr expandedHintEnabled +attr expandedTitleGravity +attr expandedTitleMargin +attr expandedTitleMarginBottom +attr expandedTitleMarginEnd +attr expandedTitleMarginStart +attr expandedTitleMarginTop +attr expandedTitleTextAppearance +attr expandedTitleTextColor +attr extendMotionSpec +attr 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 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 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 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 navigationContentDescription +attr navigationIcon +attr navigationIconTint +attr navigationMode +attr navigationRailStyle +attr navigationViewStyle +attr nestedScrollFlags +attr nestedScrollViewStyle +attr nestedScrollable +attr number +attr numericModifiers +attr onCross +attr onHide +attr onNegativeCross +attr onPositiveCross +attr onShow +attr onStateTransition +attr onTouchUp +attr overlapAnchor +attr overlay +attr paddingBottomNoButtons +attr paddingBottomSystemWindowInsets +attr paddingEnd +attr paddingLeftSystemWindowInsets +attr paddingRightSystemWindowInsets +attr paddingStart +attr paddingTopNoTitle +attr paddingTopSystemWindowInsets +attr panelBackground +attr panelMenuListTheme +attr panelMenuListWidth +attr passwordToggleContentDescription +attr passwordToggleDrawable +attr passwordToggleEnabled +attr passwordToggleTint +attr passwordToggleTintMode +attr pathMotionArc +attr path_percent +attr percentHeight +attr percentWidth +attr percentX +attr percentY +attr perpendicularPath_percent +attr pivotAnchor +attr placeholderText +attr placeholderTextAppearance +attr placeholderTextColor +attr placeholder_emptyVisibility +attr polarRelativeTo +attr popupMenuBackground +attr popupMenuStyle +attr popupTheme +attr popupWindowStyle +attr prefixText +attr prefixTextAppearance +attr prefixTextColor +attr preserveIconSpacing +attr pressedTranslationZ +attr progressBarPadding +attr progressBarStyle +attr quantizeMotionInterpolator +attr quantizeMotionPhase +attr quantizeMotionSteps +attr queryBackground +attr queryHint +attr queryPatterns +attr radioButtonStyle +attr rangeFillColor +attr ratingBarStyle +attr ratingBarStyleIndicator +attr ratingBarStyleSmall +attr reactiveGuide_animateChange +attr reactiveGuide_applyToAllConstraintSets +attr reactiveGuide_applyToConstraintSet +attr reactiveGuide_valueId +attr recyclerViewStyle +attr region_heightLessThan +attr region_heightMoreThan +attr region_widthLessThan +attr region_widthMoreThan +attr 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 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 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 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 greenButton +color greenButton_pressed +color highlighted_text_material_dark +color highlighted_text_material_light +color kakao_blue +color kakao_dark_blue +color kakao_dark_gray +color kakao_gray +color kakao_yellow +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 +color white_gray +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 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 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_background +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_clock_black_24dp +drawable ic_keyboard_black_24dp +drawable ic_launcher_background +drawable ic_launcher_foreground +drawable ic_m3_chip_check +drawable ic_m3_chip_checked_circle +drawable ic_m3_chip_close +drawable ic_mtrl_checked_circle +drawable ic_mtrl_chip_checked_black +drawable ic_mtrl_chip_checked_circle +drawable ic_mtrl_chip_close_circle +drawable 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 play +drawable round_border +drawable test_custom_background +drawable test_level_drawable +drawable tooltip_frame_dark +drawable tooltip_frame_light +font bmhannaprooft +id ALT +id BOTTOM_END +id BOTTOM_START +id CTRL +id FUNCTION +id META +id NO_DEBUG +id SHIFT +id SHOW_ALL +id SHOW_PATH +id SHOW_PROGRESS +id SYM +id TOP_END +id TOP_START +id accelerate +id accessibility_action_clickable_span +id accessibility_custom_action_0 +id accessibility_custom_action_1 +id accessibility_custom_action_10 +id accessibility_custom_action_11 +id accessibility_custom_action_12 +id accessibility_custom_action_13 +id accessibility_custom_action_14 +id accessibility_custom_action_15 +id accessibility_custom_action_16 +id accessibility_custom_action_17 +id accessibility_custom_action_18 +id accessibility_custom_action_19 +id accessibility_custom_action_2 +id accessibility_custom_action_20 +id accessibility_custom_action_21 +id accessibility_custom_action_22 +id accessibility_custom_action_23 +id accessibility_custom_action_24 +id accessibility_custom_action_25 +id accessibility_custom_action_26 +id accessibility_custom_action_27 +id accessibility_custom_action_28 +id accessibility_custom_action_29 +id accessibility_custom_action_3 +id accessibility_custom_action_30 +id accessibility_custom_action_31 +id accessibility_custom_action_4 +id accessibility_custom_action_5 +id accessibility_custom_action_6 +id accessibility_custom_action_7 +id accessibility_custom_action_8 +id accessibility_custom_action_9 +id actionDown +id actionDownUp +id actionUp +id action_bar +id action_bar_activity_content +id action_bar_container +id action_bar_root +id action_bar_spinner +id action_bar_subtitle +id action_bar_title +id action_container +id action_context_bar +id action_divider +id action_image +id action_menu_divider +id action_menu_presenter +id action_mode_bar +id action_mode_bar_stub +id action_mode_close_button +id action_text +id actions +id activity_chooser_view_content +id add +id 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 backImageView +id barrier +id baseline +id beginOnFirstDraw +id beginning +id bestChoice +id blocking +id bottom +id bounce +id bounceBoth +id bounceEnd +id bounceStart +id btnCkg +id btnD11 +id btnGok +id btnJJJoonngg +id btnLee +id btnTmp +id btnYes +id buttonPanel +id cache_measures +id callMeasure +id cancel_button +id carryVelocity +id center +id centerCrop +id centerInside +id center_horizontal +id center_vertical +id chain +id chain2 +id chains +id checkbox +id checked +id chip +id chip1 +id chip2 +id chip3 +id chip_group +id chronometer +id circle_center +id clAccount +id clAddGroup +id clGroup +id clSafeBox +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 createProjectButton +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 divider +id dragAnticlockwise +id dragClockwise +id dragDown +id dragEnd +id dragLeft +id dragRight +id dragStart +id dragUp +id dropdown_editable +id dropdown_menu +id dropdown_noneditable +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 forever +id fragment_container_view_tag +id frontImageView +id frost +id fullscreen_header +id ghost_view +id ghost_view_holder +id gone +id graph +id graph_wrap +id group_divider +id grouping +id groups +id guideline +id header_title +id hideable +id home +id homeAsUp +id honorRequest +id horizontalScrollView +id horizontal_only +id icon +id icon_group +id ifRoom +id ignore +id ignoreRequest +id image +id imageView1 +id imageView2 +id imageView3 +id imageView4 +id imageView5 +id imageView6 +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 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 mini +id month_grid +id month_navigation_bar +id month_navigation_fragment_toggle +id month_navigation_next +id month_navigation_previous +id month_title +id motion_base +id mtrl_anchor_parent +id mtrl_calendar_day_selector_frame +id mtrl_calendar_days_of_week +id mtrl_calendar_frame +id mtrl_calendar_main_pane +id mtrl_calendar_months +id mtrl_calendar_selection_frame +id mtrl_calendar_text_input_frame +id mtrl_calendar_year_selector_frame +id mtrl_card_checked_layer_id +id mtrl_child_content_container +id mtrl_internal_children_alpha_tag +id mtrl_motion_snapshot_view +id mtrl_picker_fullscreen +id mtrl_picker_header +id mtrl_picker_header_selection_text +id mtrl_picker_header_title_and_selection +id mtrl_picker_header_toggle +id mtrl_picker_text_input_date +id mtrl_picker_text_input_range_end +id mtrl_picker_text_input_range_start +id mtrl_picker_title_text +id mtrl_view_tag_bottom_padding +id multiply +id navigation_bar_item_active_indicator_view +id navigation_bar_item_icon_container +id navigation_bar_item_icon_view +id navigation_bar_item_labels_group +id navigation_bar_item_large_label_view +id navigation_bar_item_small_label_view +id navigation_header_container +id never +id neverCompleteToEnd +id neverCompleteToStart +id noScroll +id noState +id none +id normal +id north +id notification_background +id notification_main_column +id notification_main_column_container +id off +id on +id 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 playButton +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 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 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 time +id title +id titleDividerNoCustom +id titleTextView +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 tvAccountNumber +id tvMainMoneyCount +id tvMainMoneyUnit +id tvName +id tvPassBookName +id tvSafeBox +id tvTmp +id tvTransfer +id tvUsageCard +id unchecked +id uniform +id unlabeled +id up +id useLogo +id vertical_only +id view_offset_helper +id view_transition +id view_tree_lifecycle_owner +id view_tree_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_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_ckgod +layout activity_ckgod2 +layout activity_d11210920 +layout activity_gok5959 +layout activity_jjjoonngg +layout activity_main +layout activity_week2_leesc0893 +layout activity_week2_slideshow_leesc0893 +layout activity_yesxon +layout custom_dialog +layout design_bottom_navigation_item +layout design_bottom_sheet_dialog +layout design_layout_snackbar +layout design_layout_snackbar_include +layout design_layout_tab_icon +layout design_layout_tab_text +layout design_menu_item_action_area +layout design_navigation_item +layout design_navigation_item_header +layout design_navigation_item_separator +layout design_navigation_item_subheader +layout design_navigation_menu +layout design_navigation_menu_item +layout design_text_input_end_icon +layout design_text_input_start_icon +layout m3_alert_dialog +layout m3_alert_dialog_actions +layout m3_alert_dialog_title +layout m3_auto_complete_simple_item +layout 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 select_dialog_item_material +layout select_dialog_multichoice_material +layout select_dialog_singlechoice_material +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 +mipmap ic_launcher +mipmap ic_launcher_round +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 account_number +string androidx_startup +string app_name +string app_name_leesc0839 +string app_title +string appbar_scrolling_view_behavior +string bottom_sheet_behavior +string bottomsheet_action_expand_halfway +string button_makeSildeShow +string card_usage_detail +string character_counter_content_description +string character_counter_overflowed_content_description +string character_counter_pattern +string chip_text +string ckgod +string clear_text_end_icon_content_description +string d11210920 +string edit_screen +string error_icon_content_description +string exposed_dropdown_menu_content_description +string fab_transformation_scrim_behavior +string fab_transformation_sheet_behavior +string gok5959 +string group_name +string gruop_account_number +string hide_bottom_view_on_scroll_behavior +string icon_content_description +string item_view_role_description +string jjjoonngg +string label +string leesc0839 +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 passbook_name +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 safe_box +string search_menu_title +string status_bar_notification_info_overflow +string transfer +string won_unit +string yesxon +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_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 Theme_SummerCodingAndroid +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 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 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 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 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 NavigationBarActiveIndicator android_height android_width android_color marginHorizontal shapeAppearance +styleable NavigationBarView backgroundTint elevation itemActiveIndicatorStyle itemBackground itemIconSize itemIconTint itemPaddingBottom itemPaddingTop itemRippleColor itemTextAppearanceActive itemTextAppearanceInactive itemTextColor labelVisibilityMode menu +styleable NavigationRailView headerLayout itemMinHeight menuGravity paddingBottomSystemWindowInsets paddingTopSystemWindowInsets +styleable NavigationView android_layout_gravity android_background android_fitsSystemWindows android_maxWidth bottomInsetScrimEnabled dividerInsetEnd dividerInsetStart drawerLayoutCornerSize elevation headerLayout itemBackground itemHorizontalPadding itemIconPadding itemIconSize itemIconTint itemMaxLines itemRippleColor itemShapeAppearance itemShapeAppearanceOverlay itemShapeFillColor itemShapeInsetBottom itemShapeInsetEnd itemShapeInsetStart itemShapeInsetTop itemTextAppearance itemTextColor itemVerticalPadding menu shapeAppearance shapeAppearanceOverlay subheaderColor subheaderInsetEnd subheaderInsetStart subheaderTextAppearance topInsetScrimEnabled +styleable OnClick clickAction targetId +styleable OnSwipe autoCompleteMode dragDirection dragScale dragThreshold limitBoundsTo maxAcceleration maxVelocity moveWhenScrollAtTop nestedScrollFlags onTouchUp rotationCenterId springBoundary springDamping springMass springStiffness springStopThreshold touchAnchorId touchAnchorSide touchRegionId +styleable PopupWindow android_popupBackground android_popupAnimationStyle overlapAnchor +styleable PopupWindowBackgroundState state_above_anchor +styleable PropertySet android_visibility android_alpha layout_constraintTag motionProgress visibilityMode +styleable RadialViewGroup materialCircleRadius +styleable RangeSlider minSeparation values +styleable RecycleListView paddingBottomNoButtons paddingTopNoTitle +styleable RecyclerView android_orientation android_clipToPadding android_descendantFocusability fastScrollEnabled fastScrollHorizontalThumbDrawable fastScrollHorizontalTrackDrawable fastScrollVerticalThumbDrawable fastScrollVerticalTrackDrawable layoutManager reverseLayout spanCount stackFromEnd +styleable ScrimInsetsFrameLayout insetForeground +styleable ScrollingViewBehavior_Layout behavior_overlapTop +styleable 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/summer_coding_android/app/build/kotlin/compileDebugKotlin/build-history.bin b/summer_coding_android/app/build/kotlin/compileDebugKotlin/build-history.bin new file mode 100644 index 0000000..3dd86a6 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/build-history.bin differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab new file mode 100644 index 0000000..f6e7e04 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.keystream b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.keystream new file mode 100644 index 0000000..422235a Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.keystream differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.keystream.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.keystream.len new file mode 100644 index 0000000..d06b111 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.keystream.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.len new file mode 100644 index 0000000..fd5292d Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.values.at b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.values.at new file mode 100644 index 0000000..2af0a17 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.values.at differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab_i b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab_i new file mode 100644 index 0000000..f9f0890 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab_i differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab_i.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab_i.len new file mode 100644 index 0000000..131e265 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab_i.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab new file mode 100644 index 0000000..bb3f583 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.keystream b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.keystream new file mode 100644 index 0000000..82eb2ac Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.keystream differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len new file mode 100644 index 0000000..80db049 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.len new file mode 100644 index 0000000..6f677df Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.values.at b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.values.at new file mode 100644 index 0000000..ecd6c70 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab.values.at differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab_i b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab_i new file mode 100644 index 0000000..55da5b3 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab_i differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab_i.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab_i.len new file mode 100644 index 0000000..131e265 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-attributes.tab_i.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab new file mode 100644 index 0000000..421dcfa Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream new file mode 100644 index 0000000..82eb2ac Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len new file mode 100644 index 0000000..80db049 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len new file mode 100644 index 0000000..6f677df Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at new file mode 100644 index 0000000..7d8a98d Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i new file mode 100644 index 0000000..55da5b3 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/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/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/inline-functions.tab b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/inline-functions.tab new file mode 100644 index 0000000..b0b3939 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/inline-functions.tab differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/inline-functions.tab.keystream b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/inline-functions.tab.keystream new file mode 100644 index 0000000..6298939 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/inline-functions.tab.keystream differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/inline-functions.tab.keystream.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/inline-functions.tab.keystream.len new file mode 100644 index 0000000..79ad34c Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/inline-functions.tab.keystream.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/inline-functions.tab.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/inline-functions.tab.len new file mode 100644 index 0000000..2a17e6e Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/inline-functions.tab.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/inline-functions.tab.values.at b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/inline-functions.tab.values.at new file mode 100644 index 0000000..080f17b Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/inline-functions.tab.values.at differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/inline-functions.tab_i b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/inline-functions.tab_i new file mode 100644 index 0000000..2930839 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/inline-functions.tab_i differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/inline-functions.tab_i.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/inline-functions.tab_i.len new file mode 100644 index 0000000..131e265 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/inline-functions.tab_i.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab new file mode 100644 index 0000000..8967049 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream new file mode 100644 index 0000000..082ab5d Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len new file mode 100644 index 0000000..2b5b047 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len new file mode 100644 index 0000000..003bc0e Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at new file mode 100644 index 0000000..29f5b2d Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i new file mode 100644 index 0000000..baa03cf Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len new file mode 100644 index 0000000..131e265 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/java-sources-proto-map.tab b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/java-sources-proto-map.tab new file mode 100644 index 0000000..d7f9274 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/java-sources-proto-map.tab differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.keystream b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.keystream new file mode 100644 index 0000000..6f68b1c Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.keystream differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.keystream.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.keystream.len new file mode 100644 index 0000000..7d80ba0 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.keystream.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.len new file mode 100644 index 0000000..93a595b Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.values.at b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.values.at new file mode 100644 index 0000000..25f8bc8 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.values.at differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/java-sources-proto-map.tab_i b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/java-sources-proto-map.tab_i new file mode 100644 index 0000000..4523ff8 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/java-sources-proto-map.tab_i differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/java-sources-proto-map.tab_i.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/java-sources-proto-map.tab_i.len new file mode 100644 index 0000000..131e265 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/java-sources-proto-map.tab_i.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/package-parts.tab b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/package-parts.tab new file mode 100644 index 0000000..bdf584a Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/package-parts.tab differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/package-parts.tab.keystream b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/package-parts.tab.keystream new file mode 100644 index 0000000..6298939 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/package-parts.tab.keystream differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/package-parts.tab.keystream.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/package-parts.tab.keystream.len new file mode 100644 index 0000000..79ad34c Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/package-parts.tab.keystream.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/package-parts.tab.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/package-parts.tab.len new file mode 100644 index 0000000..2a17e6e Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/package-parts.tab.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/package-parts.tab.values.at b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/package-parts.tab.values.at new file mode 100644 index 0000000..46d6744 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/package-parts.tab.values.at differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/package-parts.tab_i b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/package-parts.tab_i new file mode 100644 index 0000000..2930839 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/package-parts.tab_i differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/package-parts.tab_i.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/package-parts.tab_i.len new file mode 100644 index 0000000..131e265 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/package-parts.tab_i.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab new file mode 100644 index 0000000..61052f7 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab.keystream b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab.keystream new file mode 100644 index 0000000..227551e Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab.keystream differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab.keystream.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab.keystream.len new file mode 100644 index 0000000..2efa456 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab.keystream.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab.len new file mode 100644 index 0000000..a541356 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab.values.at b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab.values.at new file mode 100644 index 0000000..fb3f9c4 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab.values.at differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab_i b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab_i new file mode 100644 index 0000000..e016dec Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab_i differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab_i.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab_i.len new file mode 100644 index 0000000..131e265 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab_i.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab new file mode 100644 index 0000000..c3a7c0e Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream new file mode 100644 index 0000000..44b9528 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len new file mode 100644 index 0000000..49b6878 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.len new file mode 100644 index 0000000..003bc0e Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at new file mode 100644 index 0000000..8e563e8 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab_i b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab_i new file mode 100644 index 0000000..375d01f Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab_i differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len new file mode 100644 index 0000000..131e265 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab new file mode 100644 index 0000000..5baade4 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab.keystream b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab.keystream new file mode 100644 index 0000000..2ccd6ec Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab.keystream differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len new file mode 100644 index 0000000..7f1939e Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab.len new file mode 100644 index 0000000..01bdaa1 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab.values.at b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab.values.at new file mode 100644 index 0000000..412e8cd Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab.values.at differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab_i b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab_i new file mode 100644 index 0000000..4dd0c13 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab_i differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab_i.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab_i.len new file mode 100644 index 0000000..131e265 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab_i.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab new file mode 100644 index 0000000..2a4adb5 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab.keystream b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab.keystream new file mode 100644 index 0000000..82eb2ac Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab.keystream differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len new file mode 100644 index 0000000..80db049 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab.len new file mode 100644 index 0000000..6f677df Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab.values.at b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab.values.at new file mode 100644 index 0000000..7dbc581 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab.values.at differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab_i b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab_i new file mode 100644 index 0000000..55da5b3 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab_i differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab_i.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab_i.len new file mode 100644 index 0000000..131e265 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab_i.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/counters.tab b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/counters.tab new file mode 100644 index 0000000..1708601 --- /dev/null +++ b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/counters.tab @@ -0,0 +1,2 @@ +13 +0 \ No newline at end of file diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab new file mode 100644 index 0000000..5ada1ac Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab.keystream b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab.keystream new file mode 100644 index 0000000..d04661f Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab.keystream differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab.keystream.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab.keystream.len new file mode 100644 index 0000000..d06b111 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab.keystream.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab.len new file mode 100644 index 0000000..fd5292d Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab.values.at b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab.values.at new file mode 100644 index 0000000..563a8cc Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab.values.at differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab_i b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab_i new file mode 100644 index 0000000..82073f4 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab_i differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab_i.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab_i.len new file mode 100644 index 0000000..131e265 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab_i.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab new file mode 100644 index 0000000..3b61fd7 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab.keystream b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab.keystream new file mode 100644 index 0000000..c5d7dcc Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab.keystream differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab.keystream.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab.keystream.len new file mode 100644 index 0000000..21cf4e2 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab.keystream.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab.len new file mode 100644 index 0000000..6f677df Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab.values.at b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab.values.at new file mode 100644 index 0000000..7d30d1d Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab.values.at differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab_i b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab_i new file mode 100644 index 0000000..d2eee88 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab_i differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab_i.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab_i.len new file mode 100644 index 0000000..131e265 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab_i.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab new file mode 100644 index 0000000..c196547 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab.keystream b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab.keystream new file mode 100644 index 0000000..cae402c Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab.keystream differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab.keystream.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab.keystream.len new file mode 100644 index 0000000..609f0b0 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab.keystream.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab.len new file mode 100644 index 0000000..112af14 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab.values.at b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab.values.at new file mode 100644 index 0000000..21d4cf6 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab.values.at differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab_i b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab_i new file mode 100644 index 0000000..2c1b393 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab_i differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab_i.len b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab_i.len new file mode 100644 index 0000000..131e265 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab_i.len differ diff --git a/summer_coding_android/app/build/kotlin/compileDebugKotlin/last-build.bin b/summer_coding_android/app/build/kotlin/compileDebugKotlin/last-build.bin new file mode 100644 index 0000000..f5adea1 Binary files /dev/null and b/summer_coding_android/app/build/kotlin/compileDebugKotlin/last-build.bin differ diff --git a/summer_coding_android/app/build/outputs/logs/manifest-merger-debug-report.txt b/summer_coding_android/app/build/outputs/logs/manifest-merger-debug-report.txt new file mode 100644 index 0000000..67513f3 --- /dev/null +++ b/summer_coding_android/app/build/outputs/logs/manifest-merger-debug-report.txt @@ -0,0 +1,284 @@ +-- Merging decision tree log --- +manifest +ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:2:1-47:12 +INJECTED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:2:1-47:12 +INJECTED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:2:1-47:12 +INJECTED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:2:1-47:12 +MERGED from [androidx.databinding:viewbinding:7.1.0] /Users/leeseungcheol/.gradle/caches/transforms-3/8570c4ffc33268a1d1a8cb6486b883fc/transformed/viewbinding-7.1.0/AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.core:core-ktx:1.7.0] /Users/leeseungcheol/.gradle/caches/transforms-3/f83e1b603bd1cb754cdf6be507666a50/transformed/core-ktx-1.7.0/AndroidManifest.xml:2:1-9:12 +MERGED from [com.google.android.material:material:1.6.1] /Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/transformed/material-1.6.1/AndroidManifest.xml:17:1-26:12 +MERGED from [androidx.constraintlayout:constraintlayout:2.1.4] /Users/leeseungcheol/.gradle/caches/transforms-3/3d9d8ebd2014b8345738b06ced3e4513/transformed/constraintlayout-2.1.4/AndroidManifest.xml:2:1-11:12 +MERGED from [androidx.appcompat:appcompat:1.4.2] /Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/transformed/appcompat-1.4.2/AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.viewpager2:viewpager2:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/ce19cde02a333791586c35f046a0b2eb/transformed/viewpager2-1.0.0/AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.fragment:fragment:1.3.6] /Users/leeseungcheol/.gradle/caches/transforms-3/b96b833dcaccb5cb04f046d9d770a730/transformed/fragment-1.3.6/AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.activity:activity:1.2.4] /Users/leeseungcheol/.gradle/caches/transforms-3/0821b113dda8e7d481428090e64d02e2/transformed/activity-1.2.4/AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.appcompat:appcompat-resources:1.4.2] /Users/leeseungcheol/.gradle/caches/transforms-3/cf4de91df9da2e743df03bd88c2bccf0/transformed/appcompat-resources-1.4.2/AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.emoji2:emoji2-views-helper:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/59d048dafd4031ab6bc9f42e193abb70/transformed/emoji2-views-helper-1.0.0/AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.emoji2:emoji2:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/80b528038d14456a13dc877d02defa8f/transformed/emoji2-1.0.0/AndroidManifest.xml:17:1-37:12 +MERGED from [androidx.drawerlayout:drawerlayout:1.1.1] /Users/leeseungcheol/.gradle/caches/transforms-3/1dc6746a54b7c02104af2e18a1d5bf51/transformed/drawerlayout-1.1.1/AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.coordinatorlayout:coordinatorlayout:1.1.0] /Users/leeseungcheol/.gradle/caches/transforms-3/a0596bdc7c4707845642f0e636d53fc8/transformed/coordinatorlayout-1.1.0/AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.dynamicanimation:dynamicanimation:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/9108d08e260abc344dda1d01fa35f613/transformed/dynamicanimation-1.0.0/AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.transition:transition:1.2.0] /Users/leeseungcheol/.gradle/caches/transforms-3/83a6da91e30c84334b3fd65973a0d1a7/transformed/transition-1.2.0/AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.vectordrawable:vectordrawable-animated:1.1.0] /Users/leeseungcheol/.gradle/caches/transforms-3/ba727228c51970f866eaf71bba7053ce/transformed/vectordrawable-animated-1.1.0/AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.vectordrawable:vectordrawable:1.1.0] /Users/leeseungcheol/.gradle/caches/transforms-3/50ebb7e7052d5c2dfef705660904f48c/transformed/vectordrawable-1.1.0/AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.viewpager:viewpager:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/736c08303bb4d769295a0199183b8094/transformed/viewpager-1.0.0/AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.legacy:legacy-support-core-utils:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/1cfd12414e98a59c72d1b24d7af0a0b9/transformed/legacy-support-core-utils-1.0.0/AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.loader:loader:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/7507ee9fef9e4584133650ced29319dd/transformed/loader-1.0.0/AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.recyclerview:recyclerview:1.1.0] /Users/leeseungcheol/.gradle/caches/transforms-3/0b85103886e0a9e2f6c926ea7c5a615e/transformed/recyclerview-1.1.0/AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.customview:customview:1.1.0] /Users/leeseungcheol/.gradle/caches/transforms-3/d188f79d35e4668ba7ee2755007fc27b/transformed/customview-1.1.0/AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.core:core:1.7.0] /Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/AndroidManifest.xml:17:1-26:12 +MERGED from [androidx.cursoradapter:cursoradapter:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/88542b646e8ae4a5c6ab0a927b14b4a1/transformed/cursoradapter-1.0.0/AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1] /Users/leeseungcheol/.gradle/caches/transforms-3/5d0e6d3efced29e41fe7b272b6161904/transformed/lifecycle-viewmodel-savedstate-2.3.1/AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.savedstate:savedstate:1.1.0] /Users/leeseungcheol/.gradle/caches/transforms-3/35104bc8af8bbb426f309e2ef8d5648a/transformed/savedstate-1.1.0/AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.lifecycle:lifecycle-viewmodel:2.3.1] /Users/leeseungcheol/.gradle/caches/transforms-3/d2f341836bc7cc8b81fc5c17196b35c6/transformed/lifecycle-viewmodel-2.3.1/AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.cardview:cardview:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/f65d52342d9c88af4c02870300222bc1/transformed/cardview-1.0.0/AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] /Users/leeseungcheol/.gradle/caches/transforms-3/e0d8042bc68afc3ea420b67e445882a7/transformed/versionedparcelable-1.1.1/AndroidManifest.xml:17:1-27:12 +MERGED from [androidx.lifecycle:lifecycle-process:2.4.0] /Users/leeseungcheol/.gradle/caches/transforms-3/a711bc5df5a379db74c9c6d9cac91024/transformed/lifecycle-process-2.4.0/AndroidManifest.xml:17:1-37:12 +MERGED from [androidx.startup:startup-runtime:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/27e9419e29ad6e99842311b1eedd7570/transformed/startup-runtime-1.0.0/AndroidManifest.xml:17:1-33:12 +MERGED from [androidx.tracing:tracing:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/f167fe372577ca2dc58fc33724c7e1f4/transformed/tracing-1.0.0/AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.lifecycle:lifecycle-livedata:2.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/a23b012b4613ae12377b393523dcd9df/transformed/lifecycle-livedata-2.0.0/AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.lifecycle:lifecycle-livedata-core:2.3.1] /Users/leeseungcheol/.gradle/caches/transforms-3/8c4ad5105c722a310f79765f69344545/transformed/lifecycle-livedata-core-2.3.1/AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.lifecycle:lifecycle-runtime:2.4.0] /Users/leeseungcheol/.gradle/caches/transforms-3/0a62a25794022100b5d61082ba94b7f3/transformed/lifecycle-runtime-2.4.0/AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.arch.core:core-runtime:2.1.0] /Users/leeseungcheol/.gradle/caches/transforms-3/9c3056fecf78801760b48cc58ac72a3c/transformed/core-runtime-2.1.0/AndroidManifest.xml:17:1-24:12 +MERGED from [androidx.interpolator:interpolator:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/e64fef9e2eff94f82b0cf2bb04f38caa/transformed/interpolator-1.0.0/AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.documentfile:documentfile:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/00b686bcd2f0791d8d3f5e021d898088/transformed/documentfile-1.0.0/AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.localbroadcastmanager:localbroadcastmanager:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/687404e525885db7c85d59bd690fd292/transformed/localbroadcastmanager-1.0.0/AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.print:print:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/ad7d2c64d7e0a72e024491ba50d4cdcb/transformed/print-1.0.0/AndroidManifest.xml:17:1-22:12 +MERGED from [androidx.annotation:annotation-experimental:1.1.0] /Users/leeseungcheol/.gradle/caches/transforms-3/b3b3a01d8468e428f579e51d5e14bd4c/transformed/annotation-experimental-1.1.0/AndroidManifest.xml:17:1-24:12 +INJECTED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:2:1-47:12 +INJECTED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:2:1-47:12 +INJECTED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:2:1-47:12 + package + ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:3:5-51 + INJECTED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml + INJECTED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml + android:versionName + INJECTED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml + ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:2:1-47:12 + INJECTED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml + android:versionCode + INJECTED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml + ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:2:1-47:12 + INJECTED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml + xmlns:android + ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:2:11-69 +uses-permission#android.permission.READ_EXTERNAL_STORAGE +ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:5:5-79 + android:name + ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:5:22-77 +application +ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:7:5-45:19 +MERGED from [com.google.android.material:material:1.6.1] /Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/transformed/material-1.6.1/AndroidManifest.xml:24:5-20 +MERGED from [com.google.android.material:material:1.6.1] /Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/transformed/material-1.6.1/AndroidManifest.xml:24:5-20 +MERGED from [androidx.constraintlayout:constraintlayout:2.1.4] /Users/leeseungcheol/.gradle/caches/transforms-3/3d9d8ebd2014b8345738b06ced3e4513/transformed/constraintlayout-2.1.4/AndroidManifest.xml:9:5-20 +MERGED from [androidx.constraintlayout:constraintlayout:2.1.4] /Users/leeseungcheol/.gradle/caches/transforms-3/3d9d8ebd2014b8345738b06ced3e4513/transformed/constraintlayout-2.1.4/AndroidManifest.xml:9:5-20 +MERGED from [androidx.emoji2:emoji2:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/80b528038d14456a13dc877d02defa8f/transformed/emoji2-1.0.0/AndroidManifest.xml:25:5-35:19 +MERGED from [androidx.emoji2:emoji2:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/80b528038d14456a13dc877d02defa8f/transformed/emoji2-1.0.0/AndroidManifest.xml:25:5-35:19 +MERGED from [androidx.core:core:1.7.0] /Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/AndroidManifest.xml:24:5-89 +MERGED from [androidx.core:core:1.7.0] /Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/AndroidManifest.xml:24:5-89 +MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] /Users/leeseungcheol/.gradle/caches/transforms-3/e0d8042bc68afc3ea420b67e445882a7/transformed/versionedparcelable-1.1.1/AndroidManifest.xml:24:5-25:19 +MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] /Users/leeseungcheol/.gradle/caches/transforms-3/e0d8042bc68afc3ea420b67e445882a7/transformed/versionedparcelable-1.1.1/AndroidManifest.xml:24:5-25:19 +MERGED from [androidx.lifecycle:lifecycle-process:2.4.0] /Users/leeseungcheol/.gradle/caches/transforms-3/a711bc5df5a379db74c9c6d9cac91024/transformed/lifecycle-process-2.4.0/AndroidManifest.xml:25:5-35:19 +MERGED from [androidx.lifecycle:lifecycle-process:2.4.0] /Users/leeseungcheol/.gradle/caches/transforms-3/a711bc5df5a379db74c9c6d9cac91024/transformed/lifecycle-process-2.4.0/AndroidManifest.xml:25:5-35:19 +MERGED from [androidx.startup:startup-runtime:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/27e9419e29ad6e99842311b1eedd7570/transformed/startup-runtime-1.0.0/AndroidManifest.xml:25:5-31:19 +MERGED from [androidx.startup:startup-runtime:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/27e9419e29ad6e99842311b1eedd7570/transformed/startup-runtime-1.0.0/AndroidManifest.xml:25:5-31:19 + android:appComponentFactory + ADDED from [androidx.core:core:1.7.0] /Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/AndroidManifest.xml:24:18-86 + android:supportsRtl + ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:12:9-35 + android:label + ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:10:9-41 + android:roundIcon + ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:11:9-54 + android:icon + ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:9:9-43 + android:allowBackup + ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:8:9-35 + android:theme + ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:13:9-57 +activity#kr.co.landvibe.summer_coding_android.ckgod.Ckgod2Activity +ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:14:9-16:40 + android:exported + ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:16:13-37 + android:name + ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:15:13-49 +activity#kr.co.landvibe.summer_coding_android.yesxon.YesxonActivity +ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:17:9-19:40 + android:exported + ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:19:13-37 + android:name + ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:18:13-50 +activity#kr.co.landvibe.summer_coding_android.leesc0893.Leesc0893SildeshowWeek2Activity +ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:20:9-21:39 + android:exported + ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:21:13-37 + android:name + ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:20:19-76 +activity#kr.co.landvibe.summer_coding_android.leesc0893.Leesc0893Week2Activity +ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:22:9-23:38 + android:exported + ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:23:13-36 + android:name + ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:22:19-67 +activity#kr.co.landvibe.summer_coding_android.gok5959.Gok5959Activity +ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:24:9-26:40 + android:exported + ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:26:13-37 + android:name + ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:25:13-52 +activity#kr.co.landvibe.summer_coding_android.d11210920.D11210920Activity +ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:27:9-29:40 + android:exported + ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:29:13-37 + android:name + ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:28:13-56 +activity#kr.co.landvibe.summer_coding_android.ckgod.CkgodActivity +ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:30:9-32:40 + android:exported + ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:32:13-37 + android:name + ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:31:13-48 +activity#kr.co.landvibe.summer_coding_android.jjjoonngg.JjjoonnggActivity +ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:33:9-35:40 + android:exported + ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:35:13-37 + android:name + ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:34:13-56 +activity#kr.co.landvibe.summer_coding_android.MainActivity +ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:36:9-44:20 + android:exported + ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:38:13-36 + android:name + ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:37:13-41 +intent-filter#action:name:android.intent.action.MAIN+category:name:android.intent.category.LAUNCHER +ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:39:13-43:29 +action#android.intent.action.MAIN +ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:40:17-69 + android:name + ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:40:25-66 +category#android.intent.category.LAUNCHER +ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:42:17-77 + android:name + ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml:42:27-74 +uses-sdk +INJECTED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml reason: use-sdk injection requested +INJECTED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml +INJECTED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml +MERGED from [androidx.databinding:viewbinding:7.1.0] /Users/leeseungcheol/.gradle/caches/transforms-3/8570c4ffc33268a1d1a8cb6486b883fc/transformed/viewbinding-7.1.0/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.databinding:viewbinding:7.1.0] /Users/leeseungcheol/.gradle/caches/transforms-3/8570c4ffc33268a1d1a8cb6486b883fc/transformed/viewbinding-7.1.0/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.core:core-ktx:1.7.0] /Users/leeseungcheol/.gradle/caches/transforms-3/f83e1b603bd1cb754cdf6be507666a50/transformed/core-ktx-1.7.0/AndroidManifest.xml:5:5-7:41 +MERGED from [androidx.core:core-ktx:1.7.0] /Users/leeseungcheol/.gradle/caches/transforms-3/f83e1b603bd1cb754cdf6be507666a50/transformed/core-ktx-1.7.0/AndroidManifest.xml:5:5-7:41 +MERGED from [com.google.android.material:material:1.6.1] /Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/transformed/material-1.6.1/AndroidManifest.xml:20:5-22:41 +MERGED from [com.google.android.material:material:1.6.1] /Users/leeseungcheol/.gradle/caches/transforms-3/acff9ebd4a4aeb2388b8654d5e94065b/transformed/material-1.6.1/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.constraintlayout:constraintlayout:2.1.4] /Users/leeseungcheol/.gradle/caches/transforms-3/3d9d8ebd2014b8345738b06ced3e4513/transformed/constraintlayout-2.1.4/AndroidManifest.xml:5:5-7:41 +MERGED from [androidx.constraintlayout:constraintlayout:2.1.4] /Users/leeseungcheol/.gradle/caches/transforms-3/3d9d8ebd2014b8345738b06ced3e4513/transformed/constraintlayout-2.1.4/AndroidManifest.xml:5:5-7:41 +MERGED from [androidx.appcompat:appcompat:1.4.2] /Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/transformed/appcompat-1.4.2/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.appcompat:appcompat:1.4.2] /Users/leeseungcheol/.gradle/caches/transforms-3/e746439dc8e76af99b715764c466b436/transformed/appcompat-1.4.2/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.viewpager2:viewpager2:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/ce19cde02a333791586c35f046a0b2eb/transformed/viewpager2-1.0.0/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.viewpager2:viewpager2:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/ce19cde02a333791586c35f046a0b2eb/transformed/viewpager2-1.0.0/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.fragment:fragment:1.3.6] /Users/leeseungcheol/.gradle/caches/transforms-3/b96b833dcaccb5cb04f046d9d770a730/transformed/fragment-1.3.6/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.fragment:fragment:1.3.6] /Users/leeseungcheol/.gradle/caches/transforms-3/b96b833dcaccb5cb04f046d9d770a730/transformed/fragment-1.3.6/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.activity:activity:1.2.4] /Users/leeseungcheol/.gradle/caches/transforms-3/0821b113dda8e7d481428090e64d02e2/transformed/activity-1.2.4/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.activity:activity:1.2.4] /Users/leeseungcheol/.gradle/caches/transforms-3/0821b113dda8e7d481428090e64d02e2/transformed/activity-1.2.4/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.appcompat:appcompat-resources:1.4.2] /Users/leeseungcheol/.gradle/caches/transforms-3/cf4de91df9da2e743df03bd88c2bccf0/transformed/appcompat-resources-1.4.2/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.appcompat:appcompat-resources:1.4.2] /Users/leeseungcheol/.gradle/caches/transforms-3/cf4de91df9da2e743df03bd88c2bccf0/transformed/appcompat-resources-1.4.2/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.emoji2:emoji2-views-helper:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/59d048dafd4031ab6bc9f42e193abb70/transformed/emoji2-views-helper-1.0.0/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.emoji2:emoji2-views-helper:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/59d048dafd4031ab6bc9f42e193abb70/transformed/emoji2-views-helper-1.0.0/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.emoji2:emoji2:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/80b528038d14456a13dc877d02defa8f/transformed/emoji2-1.0.0/AndroidManifest.xml:21:5-23:41 +MERGED from [androidx.emoji2:emoji2:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/80b528038d14456a13dc877d02defa8f/transformed/emoji2-1.0.0/AndroidManifest.xml:21:5-23:41 +MERGED from [androidx.drawerlayout:drawerlayout:1.1.1] /Users/leeseungcheol/.gradle/caches/transforms-3/1dc6746a54b7c02104af2e18a1d5bf51/transformed/drawerlayout-1.1.1/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.drawerlayout:drawerlayout:1.1.1] /Users/leeseungcheol/.gradle/caches/transforms-3/1dc6746a54b7c02104af2e18a1d5bf51/transformed/drawerlayout-1.1.1/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.coordinatorlayout:coordinatorlayout:1.1.0] /Users/leeseungcheol/.gradle/caches/transforms-3/a0596bdc7c4707845642f0e636d53fc8/transformed/coordinatorlayout-1.1.0/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.coordinatorlayout:coordinatorlayout:1.1.0] /Users/leeseungcheol/.gradle/caches/transforms-3/a0596bdc7c4707845642f0e636d53fc8/transformed/coordinatorlayout-1.1.0/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.dynamicanimation:dynamicanimation:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/9108d08e260abc344dda1d01fa35f613/transformed/dynamicanimation-1.0.0/AndroidManifest.xml:20:5-44 +MERGED from [androidx.dynamicanimation:dynamicanimation:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/9108d08e260abc344dda1d01fa35f613/transformed/dynamicanimation-1.0.0/AndroidManifest.xml:20:5-44 +MERGED from [androidx.transition:transition:1.2.0] /Users/leeseungcheol/.gradle/caches/transforms-3/83a6da91e30c84334b3fd65973a0d1a7/transformed/transition-1.2.0/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.transition:transition:1.2.0] /Users/leeseungcheol/.gradle/caches/transforms-3/83a6da91e30c84334b3fd65973a0d1a7/transformed/transition-1.2.0/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.vectordrawable:vectordrawable-animated:1.1.0] /Users/leeseungcheol/.gradle/caches/transforms-3/ba727228c51970f866eaf71bba7053ce/transformed/vectordrawable-animated-1.1.0/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.vectordrawable:vectordrawable-animated:1.1.0] /Users/leeseungcheol/.gradle/caches/transforms-3/ba727228c51970f866eaf71bba7053ce/transformed/vectordrawable-animated-1.1.0/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.vectordrawable:vectordrawable:1.1.0] /Users/leeseungcheol/.gradle/caches/transforms-3/50ebb7e7052d5c2dfef705660904f48c/transformed/vectordrawable-1.1.0/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.vectordrawable:vectordrawable:1.1.0] /Users/leeseungcheol/.gradle/caches/transforms-3/50ebb7e7052d5c2dfef705660904f48c/transformed/vectordrawable-1.1.0/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.viewpager:viewpager:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/736c08303bb4d769295a0199183b8094/transformed/viewpager-1.0.0/AndroidManifest.xml:20:5-44 +MERGED from [androidx.viewpager:viewpager:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/736c08303bb4d769295a0199183b8094/transformed/viewpager-1.0.0/AndroidManifest.xml:20:5-44 +MERGED from [androidx.legacy:legacy-support-core-utils:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/1cfd12414e98a59c72d1b24d7af0a0b9/transformed/legacy-support-core-utils-1.0.0/AndroidManifest.xml:20:5-44 +MERGED from [androidx.legacy:legacy-support-core-utils:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/1cfd12414e98a59c72d1b24d7af0a0b9/transformed/legacy-support-core-utils-1.0.0/AndroidManifest.xml:20:5-44 +MERGED from [androidx.loader:loader:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/7507ee9fef9e4584133650ced29319dd/transformed/loader-1.0.0/AndroidManifest.xml:20:5-44 +MERGED from [androidx.loader:loader:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/7507ee9fef9e4584133650ced29319dd/transformed/loader-1.0.0/AndroidManifest.xml:20:5-44 +MERGED from [androidx.recyclerview:recyclerview:1.1.0] /Users/leeseungcheol/.gradle/caches/transforms-3/0b85103886e0a9e2f6c926ea7c5a615e/transformed/recyclerview-1.1.0/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.recyclerview:recyclerview:1.1.0] /Users/leeseungcheol/.gradle/caches/transforms-3/0b85103886e0a9e2f6c926ea7c5a615e/transformed/recyclerview-1.1.0/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.customview:customview:1.1.0] /Users/leeseungcheol/.gradle/caches/transforms-3/d188f79d35e4668ba7ee2755007fc27b/transformed/customview-1.1.0/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.customview:customview:1.1.0] /Users/leeseungcheol/.gradle/caches/transforms-3/d188f79d35e4668ba7ee2755007fc27b/transformed/customview-1.1.0/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.core:core:1.7.0] /Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.core:core:1.7.0] /Users/leeseungcheol/.gradle/caches/transforms-3/0a679862f6c55d82fb9a949f1fd4603f/transformed/core-1.7.0/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.cursoradapter:cursoradapter:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/88542b646e8ae4a5c6ab0a927b14b4a1/transformed/cursoradapter-1.0.0/AndroidManifest.xml:20:5-44 +MERGED from [androidx.cursoradapter:cursoradapter:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/88542b646e8ae4a5c6ab0a927b14b4a1/transformed/cursoradapter-1.0.0/AndroidManifest.xml:20:5-44 +MERGED from [androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1] /Users/leeseungcheol/.gradle/caches/transforms-3/5d0e6d3efced29e41fe7b272b6161904/transformed/lifecycle-viewmodel-savedstate-2.3.1/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1] /Users/leeseungcheol/.gradle/caches/transforms-3/5d0e6d3efced29e41fe7b272b6161904/transformed/lifecycle-viewmodel-savedstate-2.3.1/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.savedstate:savedstate:1.1.0] /Users/leeseungcheol/.gradle/caches/transforms-3/35104bc8af8bbb426f309e2ef8d5648a/transformed/savedstate-1.1.0/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.savedstate:savedstate:1.1.0] /Users/leeseungcheol/.gradle/caches/transforms-3/35104bc8af8bbb426f309e2ef8d5648a/transformed/savedstate-1.1.0/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.lifecycle:lifecycle-viewmodel:2.3.1] /Users/leeseungcheol/.gradle/caches/transforms-3/d2f341836bc7cc8b81fc5c17196b35c6/transformed/lifecycle-viewmodel-2.3.1/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.lifecycle:lifecycle-viewmodel:2.3.1] /Users/leeseungcheol/.gradle/caches/transforms-3/d2f341836bc7cc8b81fc5c17196b35c6/transformed/lifecycle-viewmodel-2.3.1/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.cardview:cardview:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/f65d52342d9c88af4c02870300222bc1/transformed/cardview-1.0.0/AndroidManifest.xml:20:5-44 +MERGED from [androidx.cardview:cardview:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/f65d52342d9c88af4c02870300222bc1/transformed/cardview-1.0.0/AndroidManifest.xml:20:5-44 +MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] /Users/leeseungcheol/.gradle/caches/transforms-3/e0d8042bc68afc3ea420b67e445882a7/transformed/versionedparcelable-1.1.1/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] /Users/leeseungcheol/.gradle/caches/transforms-3/e0d8042bc68afc3ea420b67e445882a7/transformed/versionedparcelable-1.1.1/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.lifecycle:lifecycle-process:2.4.0] /Users/leeseungcheol/.gradle/caches/transforms-3/a711bc5df5a379db74c9c6d9cac91024/transformed/lifecycle-process-2.4.0/AndroidManifest.xml:21:5-23:41 +MERGED from [androidx.lifecycle:lifecycle-process:2.4.0] /Users/leeseungcheol/.gradle/caches/transforms-3/a711bc5df5a379db74c9c6d9cac91024/transformed/lifecycle-process-2.4.0/AndroidManifest.xml:21:5-23:41 +MERGED from [androidx.startup:startup-runtime:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/27e9419e29ad6e99842311b1eedd7570/transformed/startup-runtime-1.0.0/AndroidManifest.xml:21:5-23:41 +MERGED from [androidx.startup:startup-runtime:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/27e9419e29ad6e99842311b1eedd7570/transformed/startup-runtime-1.0.0/AndroidManifest.xml:21:5-23:41 +MERGED from [androidx.tracing:tracing:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/f167fe372577ca2dc58fc33724c7e1f4/transformed/tracing-1.0.0/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.tracing:tracing:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/f167fe372577ca2dc58fc33724c7e1f4/transformed/tracing-1.0.0/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.lifecycle:lifecycle-livedata:2.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/a23b012b4613ae12377b393523dcd9df/transformed/lifecycle-livedata-2.0.0/AndroidManifest.xml:20:5-44 +MERGED from [androidx.lifecycle:lifecycle-livedata:2.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/a23b012b4613ae12377b393523dcd9df/transformed/lifecycle-livedata-2.0.0/AndroidManifest.xml:20:5-44 +MERGED from [androidx.lifecycle:lifecycle-livedata-core:2.3.1] /Users/leeseungcheol/.gradle/caches/transforms-3/8c4ad5105c722a310f79765f69344545/transformed/lifecycle-livedata-core-2.3.1/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.lifecycle:lifecycle-livedata-core:2.3.1] /Users/leeseungcheol/.gradle/caches/transforms-3/8c4ad5105c722a310f79765f69344545/transformed/lifecycle-livedata-core-2.3.1/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.lifecycle:lifecycle-runtime:2.4.0] /Users/leeseungcheol/.gradle/caches/transforms-3/0a62a25794022100b5d61082ba94b7f3/transformed/lifecycle-runtime-2.4.0/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.lifecycle:lifecycle-runtime:2.4.0] /Users/leeseungcheol/.gradle/caches/transforms-3/0a62a25794022100b5d61082ba94b7f3/transformed/lifecycle-runtime-2.4.0/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.arch.core:core-runtime:2.1.0] /Users/leeseungcheol/.gradle/caches/transforms-3/9c3056fecf78801760b48cc58ac72a3c/transformed/core-runtime-2.1.0/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.arch.core:core-runtime:2.1.0] /Users/leeseungcheol/.gradle/caches/transforms-3/9c3056fecf78801760b48cc58ac72a3c/transformed/core-runtime-2.1.0/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.interpolator:interpolator:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/e64fef9e2eff94f82b0cf2bb04f38caa/transformed/interpolator-1.0.0/AndroidManifest.xml:20:5-44 +MERGED from [androidx.interpolator:interpolator:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/e64fef9e2eff94f82b0cf2bb04f38caa/transformed/interpolator-1.0.0/AndroidManifest.xml:20:5-44 +MERGED from [androidx.documentfile:documentfile:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/00b686bcd2f0791d8d3f5e021d898088/transformed/documentfile-1.0.0/AndroidManifest.xml:20:5-44 +MERGED from [androidx.documentfile:documentfile:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/00b686bcd2f0791d8d3f5e021d898088/transformed/documentfile-1.0.0/AndroidManifest.xml:20:5-44 +MERGED from [androidx.localbroadcastmanager:localbroadcastmanager:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/687404e525885db7c85d59bd690fd292/transformed/localbroadcastmanager-1.0.0/AndroidManifest.xml:20:5-44 +MERGED from [androidx.localbroadcastmanager:localbroadcastmanager:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/687404e525885db7c85d59bd690fd292/transformed/localbroadcastmanager-1.0.0/AndroidManifest.xml:20:5-44 +MERGED from [androidx.print:print:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/ad7d2c64d7e0a72e024491ba50d4cdcb/transformed/print-1.0.0/AndroidManifest.xml:20:5-44 +MERGED from [androidx.print:print:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/ad7d2c64d7e0a72e024491ba50d4cdcb/transformed/print-1.0.0/AndroidManifest.xml:20:5-44 +MERGED from [androidx.annotation:annotation-experimental:1.1.0] /Users/leeseungcheol/.gradle/caches/transforms-3/b3b3a01d8468e428f579e51d5e14bd4c/transformed/annotation-experimental-1.1.0/AndroidManifest.xml:20:5-22:41 +MERGED from [androidx.annotation:annotation-experimental:1.1.0] /Users/leeseungcheol/.gradle/caches/transforms-3/b3b3a01d8468e428f579e51d5e14bd4c/transformed/annotation-experimental-1.1.0/AndroidManifest.xml:20:5-22:41 +INJECTED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml +INJECTED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml + android:targetSdkVersion + INJECTED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml + ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml + INJECTED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml + android:minSdkVersion + INJECTED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml + ADDED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml + INJECTED from /Users/leeseungcheol/AndroidStudioProjects/2022-Android-SummerCoding/summer_coding_android/app/src/main/AndroidManifest.xml +provider#androidx.startup.InitializationProvider +ADDED from [androidx.emoji2:emoji2:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/80b528038d14456a13dc877d02defa8f/transformed/emoji2-1.0.0/AndroidManifest.xml:26:9-34:20 +MERGED from [androidx.lifecycle:lifecycle-process:2.4.0] /Users/leeseungcheol/.gradle/caches/transforms-3/a711bc5df5a379db74c9c6d9cac91024/transformed/lifecycle-process-2.4.0/AndroidManifest.xml:26:9-34:20 +MERGED from [androidx.lifecycle:lifecycle-process:2.4.0] /Users/leeseungcheol/.gradle/caches/transforms-3/a711bc5df5a379db74c9c6d9cac91024/transformed/lifecycle-process-2.4.0/AndroidManifest.xml:26:9-34:20 +MERGED from [androidx.startup:startup-runtime:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/27e9419e29ad6e99842311b1eedd7570/transformed/startup-runtime-1.0.0/AndroidManifest.xml:26:9-30:34 +MERGED from [androidx.startup:startup-runtime:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/27e9419e29ad6e99842311b1eedd7570/transformed/startup-runtime-1.0.0/AndroidManifest.xml:26:9-30:34 + tools:node + ADDED from [androidx.emoji2:emoji2:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/80b528038d14456a13dc877d02defa8f/transformed/emoji2-1.0.0/AndroidManifest.xml:30:13-31 + android:authorities + ADDED from [androidx.emoji2:emoji2:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/80b528038d14456a13dc877d02defa8f/transformed/emoji2-1.0.0/AndroidManifest.xml:28:13-68 + android:exported + ADDED from [androidx.emoji2:emoji2:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/80b528038d14456a13dc877d02defa8f/transformed/emoji2-1.0.0/AndroidManifest.xml:29:13-37 + android:name + ADDED from [androidx.emoji2:emoji2:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/80b528038d14456a13dc877d02defa8f/transformed/emoji2-1.0.0/AndroidManifest.xml:27:13-67 +meta-data#androidx.emoji2.text.EmojiCompatInitializer +ADDED from [androidx.emoji2:emoji2:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/80b528038d14456a13dc877d02defa8f/transformed/emoji2-1.0.0/AndroidManifest.xml:31:13-33:52 + android:value + ADDED from [androidx.emoji2:emoji2:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/80b528038d14456a13dc877d02defa8f/transformed/emoji2-1.0.0/AndroidManifest.xml:33:17-49 + android:name + ADDED from [androidx.emoji2:emoji2:1.0.0] /Users/leeseungcheol/.gradle/caches/transforms-3/80b528038d14456a13dc877d02defa8f/transformed/emoji2-1.0.0/AndroidManifest.xml:32:17-75 +meta-data#androidx.lifecycle.ProcessLifecycleInitializer +ADDED from [androidx.lifecycle:lifecycle-process:2.4.0] /Users/leeseungcheol/.gradle/caches/transforms-3/a711bc5df5a379db74c9c6d9cac91024/transformed/lifecycle-process-2.4.0/AndroidManifest.xml:31:13-33:52 + android:value + ADDED from [androidx.lifecycle:lifecycle-process:2.4.0] /Users/leeseungcheol/.gradle/caches/transforms-3/a711bc5df5a379db74c9c6d9cac91024/transformed/lifecycle-process-2.4.0/AndroidManifest.xml:33:17-49 + android:name + ADDED from [androidx.lifecycle:lifecycle-process:2.4.0] /Users/leeseungcheol/.gradle/caches/transforms-3/a711bc5df5a379db74c9c6d9cac91024/transformed/lifecycle-process-2.4.0/AndroidManifest.xml:32:17-78 diff --git a/summer_coding_android/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin b/summer_coding_android/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin new file mode 100644 index 0000000..112ea8d Binary files /dev/null and b/summer_coding_android/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin differ diff --git a/summer_coding_android/app/build/tmp/kotlin-classes/debug/META-INF/app_debug.kotlin_module b/summer_coding_android/app/build/tmp/kotlin-classes/debug/META-INF/app_debug.kotlin_module new file mode 100644 index 0000000..dc29422 Binary files /dev/null and b/summer_coding_android/app/build/tmp/kotlin-classes/debug/META-INF/app_debug.kotlin_module differ diff --git a/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/MainActivity.class b/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/MainActivity.class new file mode 100644 index 0000000..48585cc Binary files /dev/null and b/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/MainActivity.class differ diff --git a/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/UtilKt.class b/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/UtilKt.class new file mode 100644 index 0000000..d031f18 Binary files /dev/null and b/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/UtilKt.class differ diff --git a/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/ckgod/Ckgod2Activity$s$2.class b/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/ckgod/Ckgod2Activity$s$2.class new file mode 100644 index 0000000..5b7635c Binary files /dev/null and b/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/ckgod/Ckgod2Activity$s$2.class differ diff --git a/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/ckgod/Ckgod2Activity.class b/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/ckgod/Ckgod2Activity.class new file mode 100644 index 0000000..0ce1a09 Binary files /dev/null and b/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/ckgod/Ckgod2Activity.class differ diff --git a/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/ckgod/CkgodActivity.class b/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/ckgod/CkgodActivity.class new file mode 100644 index 0000000..5be6b66 Binary files /dev/null and b/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/ckgod/CkgodActivity.class differ diff --git a/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/d11210920/D11210920Activity.class b/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/d11210920/D11210920Activity.class new file mode 100644 index 0000000..7848823 Binary files /dev/null and b/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/d11210920/D11210920Activity.class differ diff --git a/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/gok5959/Gok5959Activity.class b/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/gok5959/Gok5959Activity.class new file mode 100644 index 0000000..3761238 Binary files /dev/null and b/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/gok5959/Gok5959Activity.class differ diff --git a/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/jjjoonngg/JjjoonnggActivity.class b/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/jjjoonngg/JjjoonnggActivity.class new file mode 100644 index 0000000..a8c16fc Binary files /dev/null and b/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/jjjoonngg/JjjoonnggActivity.class differ diff --git a/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893SildeshowWeek2Activity$startTimer$$inlined$timer$default$1.class b/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893SildeshowWeek2Activity$startTimer$$inlined$timer$default$1.class new file mode 100644 index 0000000..cd34987 Binary files /dev/null and b/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893SildeshowWeek2Activity$startTimer$$inlined$timer$default$1.class differ diff --git a/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893SildeshowWeek2Activity$startTimer$1$1.class b/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893SildeshowWeek2Activity$startTimer$1$1.class new file mode 100644 index 0000000..4f4ffd6 Binary files /dev/null and b/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893SildeshowWeek2Activity$startTimer$1$1.class differ diff --git a/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893SildeshowWeek2Activity.class b/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893SildeshowWeek2Activity.class new file mode 100644 index 0000000..59037e1 Binary files /dev/null and b/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893SildeshowWeek2Activity.class differ diff --git a/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893Week2Activity$imageList$2.class b/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893Week2Activity$imageList$2.class new file mode 100644 index 0000000..6b23291 Binary files /dev/null and b/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893Week2Activity$imageList$2.class differ diff --git a/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893Week2Activity.class b/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893Week2Activity.class new file mode 100644 index 0000000..2a0c5e1 Binary files /dev/null and b/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893Week2Activity.class differ diff --git a/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/yesxon/YesxonActivity.class b/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/yesxon/YesxonActivity.class new file mode 100644 index 0000000..e8f10bc Binary files /dev/null and b/summer_coding_android/app/build/tmp/kotlin-classes/debug/kr/co/landvibe/summer_coding_android/yesxon/YesxonActivity.class differ diff --git a/summer_coding_android/app/src/main/AndroidManifest.xml b/summer_coding_android/app/src/main/AndroidManifest.xml index 46b301c..148c3a8 100644 --- a/summer_coding_android/app/src/main/AndroidManifest.xml +++ b/summer_coding_android/app/src/main/AndroidManifest.xml @@ -2,6 +2,8 @@ + + - + + diff --git a/summer_coding_android/app/src/main/java/kr/co/landvibe/summer_coding_android/MainActivity.kt b/summer_coding_android/app/src/main/java/kr/co/landvibe/summer_coding_android/MainActivity.kt index 40ad9b0..0ca180f 100644 --- a/summer_coding_android/app/src/main/java/kr/co/landvibe/summer_coding_android/MainActivity.kt +++ b/summer_coding_android/app/src/main/java/kr/co/landvibe/summer_coding_android/MainActivity.kt @@ -6,7 +6,7 @@ import androidx.appcompat.widget.AppCompatButton import kr.co.landvibe.summer_coding_android.ckgod.CkgodActivity import kr.co.landvibe.summer_coding_android.d11210920.D11210920Activity import kr.co.landvibe.summer_coding_android.gok5959.Gok5959Activity -import kr.co.landvibe.summer_coding_android.leesc0893.Leesc0893Activity +import kr.co.landvibe.summer_coding_android.leesc0893.Leesc0893Week2Activity import kr.co.landvibe.summer_coding_android.yesxon.YesxonActivity class MainActivity : AppCompatActivity() { @@ -19,7 +19,7 @@ class MainActivity : AppCompatActivity() { private fun init() { findViewById(R.id.btnD11).setOnClickListener { startActivity() } findViewById(R.id.btnGok).setOnClickListener { startActivity() } - findViewById(R.id.btnLee).setOnClickListener { startActivity() } + findViewById(R.id.btnLee).setOnClickListener { startActivity() } findViewById(R.id.btnYes).setOnClickListener { startActivity() } findViewById(R.id.btnCkg).setOnClickListener { startActivity() } } diff --git a/summer_coding_android/app/src/main/java/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893Activity.kt b/summer_coding_android/app/src/main/java/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893Activity.kt deleted file mode 100644 index aaae583..0000000 --- a/summer_coding_android/app/src/main/java/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893Activity.kt +++ /dev/null @@ -1,12 +0,0 @@ -package kr.co.landvibe.summer_coding_android.leesc0893 - -import androidx.appcompat.app.AppCompatActivity -import android.os.Bundle -import kr.co.landvibe.summer_coding_android.R - -class Leesc0893Activity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_leesc0893) - } -} \ No newline at end of file diff --git a/summer_coding_android/app/src/main/java/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893SildeshowWeek2Activity.kt b/summer_coding_android/app/src/main/java/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893SildeshowWeek2Activity.kt new file mode 100644 index 0000000..8a153be --- /dev/null +++ b/summer_coding_android/app/src/main/java/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893SildeshowWeek2Activity.kt @@ -0,0 +1,69 @@ +package kr.co.landvibe.summer_coding_android.leesc0893 + +import android.net.Uri +import android.os.Bundle +import androidx.appcompat.app.AppCompatActivity +import kr.co.landvibe.summer_coding_android.databinding.ActivityWeek2SlideshowLeesc0893Binding +import java.util.* +import kotlin.concurrent.timer + +class Leesc0893SildeshowWeek2Activity : AppCompatActivity() { + private val period: Long = 3000 + private var currentIdxTemp = 0 + private var timer: Timer? = null + + private lateinit var binding: ActivityWeek2SlideshowLeesc0893Binding + private var mutableUriList: MutableList = mutableListOf() + override fun onCreate(savedInstanceState: Bundle?) { + super.onCreate(savedInstanceState) + binding = ActivityWeek2SlideshowLeesc0893Binding.inflate(layoutInflater) + setContentView(binding.root) + getUriFromIntent() + } + + override fun onStart() { + super.onStart() + startTimer() + } + + override fun onStop() { + super.onStop() + timer?.let { + it.cancel() + } + } + + override fun onDestroy() { + super.onDestroy() + timer?.let { + it.cancel() + } + } + + private fun getUriFromIntent() { + val uriListSize = intent.getIntExtra("imgUriListSize", 0) + for (i in 0..uriListSize) { + intent.getStringExtra("imageView$i")?.let { + mutableUriList.add(Uri.parse(it)) + } + } + } + + private fun startTimer() { + timer = timer(period = period) { + runOnUiThread { + val currentIdx = currentIdxTemp + val nextIdx = + if (mutableUriList.size <= currentIdxTemp + 1) 0 else currentIdxTemp + 1 + binding.backImageView.setImageURI(mutableUriList[currentIdx]) + binding.frontImageView.alpha = 0f + binding.frontImageView.setImageURI(mutableUriList[nextIdx]) + binding.frontImageView.animate() + .alpha(1.0f) + .setDuration(2000) + .start() + currentIdxTemp = nextIdx + } + } + } +} \ No newline at end of file diff --git a/summer_coding_android/app/src/main/java/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893Week2Activity.kt b/summer_coding_android/app/src/main/java/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893Week2Activity.kt new file mode 100644 index 0000000..d041f74 --- /dev/null +++ b/summer_coding_android/app/src/main/java/kr/co/landvibe/summer_coding_android/leesc0893/Leesc0893Week2Activity.kt @@ -0,0 +1,158 @@ +package kr.co.landvibe.summer_coding_android.leesc0893 + +import android.content.Intent +import android.content.pm.PackageManager +import android.net.Uri +import androidx.appcompat.app.AppCompatActivity +import android.os.Bundle +import androidx.activity.result.ActivityResultLauncher +import androidx.activity.result.contract.ActivityResultContracts +import androidx.appcompat.app.AlertDialog +import androidx.appcompat.widget.AppCompatImageView +import androidx.core.content.ContextCompat +import androidx.core.view.isVisible +import com.google.android.material.snackbar.Snackbar +import kr.co.landvibe.summer_coding_android.databinding.ActivityWeek2Leesc0893Binding + +class Leesc0893Week2Activity : AppCompatActivity() { + + private lateinit var binding: ActivityWeek2Leesc0893Binding + private lateinit var activityResultLauncher : ActivityResultLauncher + private var imageUriList: MutableList = mutableListOf() + private val imageList: List by lazy { + mutableListOf().apply { + add(binding.imageView1) + add(binding.imageView2) + add(binding.imageView3) + add(binding.imageView4) + add(binding.imageView5) + add(binding.imageView6) + } + } + + override fun onCreate(savedInstanceState: Bundle?) { + super.onCreate(savedInstanceState) + binding = ActivityWeek2Leesc0893Binding.inflate(layoutInflater) + setContentView(binding.root) + + initCreateProjectButton() + initPlayButton() + initActivityResultLauncher() + } + + private fun startToMakeProjects() { // 갤러리에서 사진 선택 시작 + // 안드로이드 내장 activity로 intent 전달 + val intent = Intent(Intent.ACTION_OPEN_DOCUMENT) .apply { + addCategory(Intent.CATEGORY_OPENABLE) + type = "image/*" // * 을 통해서 모든 이미지 타입을 가져올 수 있음 + } + activityResultLauncher.launch(intent) // request 코드가 필요없음. + } + + private fun initActivityResultLauncher(){ + activityResultLauncher = registerForActivityResult(ActivityResultContracts.StartActivityForResult()){ result -> + val selectedImageUri: Uri? = result.data?.data // 여기서 data 는 intent + selectedImageUri?.let { + if (imageUriList.size == 6) { + AlertDialog.Builder(this@Leesc0893Week2Activity) + .setTitle("사진은 최대 6장입니다.") + .setMessage("다른 사진을 추가하시겠습니까? 확인을 누르면 처음에 설정한 사진이 지워집니다.") + .setPositiveButton("확인") { _, _ -> + imageUriList[0] = selectedImageUri + imageUriList.forEachIndexed { index, uri -> + imageList[index].isVisible = true + imageList[index].setImageURI(uri) + } + }.setNegativeButton("취소") { _, _ -> } + .create().show() + } else{ + imageUriList.add(0, selectedImageUri) + imageUriList.forEachIndexed { index, uri -> + imageList[index].isVisible = true + imageList[index].setImageURI(uri) + } + } + } + } + } + + private fun initCreateProjectButton() { + binding.run { + createProjectButton.setOnClickListener { + when { + ContextCompat.checkSelfPermission( + this@Leesc0893Week2Activity, + android.Manifest.permission.READ_EXTERNAL_STORAGE + ) + == PackageManager.PERMISSION_GRANTED -> { + startToMakeProjects() + } + shouldShowRequestPermissionRationale(android.Manifest.permission.READ_EXTERNAL_STORAGE) -> { + //교육용 팝업 띄운 후 권한 팝업을 띄워야함. + showPermissionContextPopUp() + } + else -> { + requestPermissions( + arrayOf(android.Manifest.permission.READ_EXTERNAL_STORAGE), + 1000 + ) // 이 요청은 콜백 메서드로 받아온다. + } + + } + } + } + } + + private fun initPlayButton() { + binding.run { + playButton.setOnClickListener { + val intent = Intent(this@Leesc0893Week2Activity, Leesc0893SildeshowWeek2Activity::class.java) + imageUriList.forEachIndexed { index, uri -> + intent.putExtra("imageView$index", uri.toString()) // string 으로 변환해서 보내 주어야함. + } + intent.putExtra("imgUriListSize",imageUriList.size) + startActivity(intent) + } + } + } + + private fun showPermissionContextPopUp() { + AlertDialog.Builder(this) + .setTitle("권한 요청") + .setMessage("사진을 불러오기 위해 권한이 필요합니다.") + .setPositiveButton("확인") { _, _ -> + requestPermissions( + arrayOf(android.Manifest.permission.READ_EXTERNAL_STORAGE), + 1000 // 이 요청은 콜백 메서드로 받아온다. + ) + } + .setNegativeButton("취소") { _, _ -> } + .create() + .show() + } + + override fun onRequestPermissionsResult( + requestCode: Int, + permissions: Array, + grantResults: IntArray + ) { + super.onRequestPermissionsResult(requestCode, permissions, grantResults) + when (requestCode) { + 1000 -> { + if (grantResults.isNotEmpty() && grantResults[0] == PackageManager.PERMISSION_GRANTED) { + startToMakeProjects() + } else{ + Snackbar.make( + binding.createProjectButton, + "권한을 거부하셨습니다.", + Snackbar.LENGTH_SHORT + ).show() + } + + } + else -> { + + } + } + } +} \ No newline at end of file diff --git a/summer_coding_android/app/src/main/res/drawable/btn_background.xml b/summer_coding_android/app/src/main/res/drawable/btn_background.xml new file mode 100644 index 0000000..7648fee --- /dev/null +++ b/summer_coding_android/app/src/main/res/drawable/btn_background.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file diff --git a/summer_coding_android/app/src/main/res/drawable/play.xml b/summer_coding_android/app/src/main/res/drawable/play.xml new file mode 100644 index 0000000..8986c1d --- /dev/null +++ b/summer_coding_android/app/src/main/res/drawable/play.xml @@ -0,0 +1,9 @@ + + + diff --git a/summer_coding_android/app/src/main/res/font/bmhannaprooft.otf b/summer_coding_android/app/src/main/res/font/bmhannaprooft.otf new file mode 100644 index 0000000..372cf07 Binary files /dev/null and b/summer_coding_android/app/src/main/res/font/bmhannaprooft.otf differ diff --git a/summer_coding_android/app/src/main/res/layout/activity_week2_leesc0893.xml b/summer_coding_android/app/src/main/res/layout/activity_week2_leesc0893.xml new file mode 100644 index 0000000..69cab0b --- /dev/null +++ b/summer_coding_android/app/src/main/res/layout/activity_week2_leesc0893.xml @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/summer_coding_android/app/src/main/res/layout/activity_week2_slideshow_leesc0893.xml b/summer_coding_android/app/src/main/res/layout/activity_week2_slideshow_leesc0893.xml new file mode 100644 index 0000000..4d72ec4 --- /dev/null +++ b/summer_coding_android/app/src/main/res/layout/activity_week2_slideshow_leesc0893.xml @@ -0,0 +1,32 @@ + + + + + + + + \ No newline at end of file diff --git a/summer_coding_android/app/src/main/res/values/colors.xml b/summer_coding_android/app/src/main/res/values/colors.xml index 5e62036..1e5e7fb 100644 --- a/summer_coding_android/app/src/main/res/values/colors.xml +++ b/summer_coding_android/app/src/main/res/values/colors.xml @@ -14,4 +14,8 @@ #333A58 #252A3F #8f949f + + + #6B8E23 + #9ACD32 \ No newline at end of file diff --git a/summer_coding_android/app/src/main/res/values/strings.xml b/summer_coding_android/app/src/main/res/values/strings.xml index 931896e..53df1cd 100644 --- a/summer_coding_android/app/src/main/res/values/strings.xml +++ b/summer_coding_android/app/src/main/res/values/strings.xml @@ -19,4 +19,9 @@ 화면 편집 + + mySlideShow + Silde Show + 슬라이드 쇼 만들기 + \ No newline at end of file