diff --git a/UI/.idea/misc.xml b/UI/.idea/misc.xml
index 0d45e8dac..37a750962 100644
--- a/UI/.idea/misc.xml
+++ b/UI/.idea/misc.xml
@@ -1,4 +1,9 @@
-
+
+
+
+
+
+
\ No newline at end of file
diff --git a/UI/.idea/runConfigurations.xml b/UI/.idea/runConfigurations.xml
new file mode 100644
index 000000000..7f68460d8
--- /dev/null
+++ b/UI/.idea/runConfigurations.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/UI/.idea/vcs.xml b/UI/.idea/vcs.xml
index 6c0b86358..288b36b1e 100644
--- a/UI/.idea/vcs.xml
+++ b/UI/.idea/vcs.xml
@@ -2,5 +2,6 @@
+
\ No newline at end of file
diff --git a/UI/Capstone.iml b/UI/Capstone.iml
deleted file mode 100644
index 82fdff58d..000000000
--- a/UI/Capstone.iml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/UI/Capstone.zip b/UI/Capstone.zip
deleted file mode 100644
index 788f7e6c7..000000000
Binary files a/UI/Capstone.zip and /dev/null differ
diff --git a/UI/app/.gitignore b/UI/app/.gitignore
new file mode 100644
index 000000000..796b96d1c
--- /dev/null
+++ b/UI/app/.gitignore
@@ -0,0 +1 @@
+/build
diff --git a/UI/app/app.iml b/UI/app/app.iml
deleted file mode 100644
index fe3925769..000000000
--- a/UI/app/app.iml
+++ /dev/null
@@ -1,139 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- generateDebugSources
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/UI/app/build.gradle b/UI/app/build.gradle
index acaaf2a72..4f18f59f9 100644
--- a/UI/app/build.gradle
+++ b/UI/app/build.gradle
@@ -1,29 +1,39 @@
-apply plugin: 'com.android.application'
-
-android {
- compileSdkVersion 29
- buildToolsVersion "29.0.3"
- defaultConfig {
- applicationId "com.example.capstone"
- minSdkVersion 15
- targetSdkVersion 29
- versionCode 1
- versionName "1.0"
- testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
- }
- buildTypes {
- release {
- minifyEnabled false
- proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
- }
- }
-}
-
-dependencies {
- implementation fileTree(dir: 'libs', include: ['*.jar'])
- implementation 'androidx.appcompat:appcompat:1.0.2'
- implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
- testImplementation 'junit:junit:4.12'
- androidTestImplementation 'androidx.test.ext:junit:1.1.0'
- androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
-}
+apply plugin: 'com.android.application'
+apply plugin: 'com.google.gms.google-services'
+
+android {
+ compileSdkVersion 29
+ buildToolsVersion "29.0.3"
+ defaultConfig {
+ applicationId "com.example.capstone"
+ minSdkVersion 17
+ targetSdkVersion 29
+ versionCode 1
+ versionName "1.0"
+ multiDexEnabled true
+ testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
+ }
+ buildTypes {
+ release {
+ minifyEnabled false
+ proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
+ }
+ }
+}
+
+dependencies {
+ implementation fileTree(dir: 'libs', include: ['*.jar'])
+ implementation "androidx.cardview:cardview:1.0.0"
+ implementation 'androidx.appcompat:appcompat:1.0.2'
+ implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
+ implementation 'com.google.firebase:firebase-database:19.5.1'
+ implementation 'com.google.firebase:firebase-auth:20.0.0'
+ implementation 'com.android.support:multidex:1.0.3'
+ implementation 'com.google.firebase:firebase-firestore:22.0.0'
+ implementation 'androidx.recyclerview:recyclerview:1.1.0'
+ implementation 'com.google.firebase:firebase-storage:19.2.0'
+ testImplementation 'junit:junit:4.12'
+ androidTestImplementation 'androidx.test.ext:junit:1.1.0'
+ androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
+ implementation 'androidx.recyclerview:recyclerview:1.1.0'
+}
diff --git a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/appcompat/R.java b/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/appcompat/R.java
deleted file mode 100644
index 4fe48c7d3..000000000
--- a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/appcompat/R.java
+++ /dev/null
@@ -1,1637 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package androidx.appcompat;
-
-public final class R {
- private R() {}
-
- public static final class anim {
- private anim() {}
-
- public static final int abc_fade_in = 0x7f010000;
- public static final int abc_fade_out = 0x7f010001;
- public static final int abc_grow_fade_in_from_bottom = 0x7f010002;
- public static final int abc_popup_enter = 0x7f010003;
- public static final int abc_popup_exit = 0x7f010004;
- public static final int abc_shrink_fade_out_from_bottom = 0x7f010005;
- public static final int abc_slide_in_bottom = 0x7f010006;
- public static final int abc_slide_in_top = 0x7f010007;
- public static final int abc_slide_out_bottom = 0x7f010008;
- public static final int abc_slide_out_top = 0x7f010009;
- public static final int abc_tooltip_enter = 0x7f01000a;
- public static final int abc_tooltip_exit = 0x7f01000b;
- }
- public static final class attr {
- private attr() {}
-
- public static final int actionBarDivider = 0x7f020000;
- public static final int actionBarItemBackground = 0x7f020001;
- public static final int actionBarPopupTheme = 0x7f020002;
- public static final int actionBarSize = 0x7f020003;
- public static final int actionBarSplitStyle = 0x7f020004;
- public static final int actionBarStyle = 0x7f020005;
- public static final int actionBarTabBarStyle = 0x7f020006;
- public static final int actionBarTabStyle = 0x7f020007;
- public static final int actionBarTabTextStyle = 0x7f020008;
- public static final int actionBarTheme = 0x7f020009;
- public static final int actionBarWidgetTheme = 0x7f02000a;
- public static final int actionButtonStyle = 0x7f02000b;
- public static final int actionDropDownStyle = 0x7f02000c;
- public static final int actionLayout = 0x7f02000d;
- public static final int actionMenuTextAppearance = 0x7f02000e;
- public static final int actionMenuTextColor = 0x7f02000f;
- public static final int actionModeBackground = 0x7f020010;
- public static final int actionModeCloseButtonStyle = 0x7f020011;
- public static final int actionModeCloseDrawable = 0x7f020012;
- public static final int actionModeCopyDrawable = 0x7f020013;
- public static final int actionModeCutDrawable = 0x7f020014;
- public static final int actionModeFindDrawable = 0x7f020015;
- public static final int actionModePasteDrawable = 0x7f020016;
- public static final int actionModePopupWindowStyle = 0x7f020017;
- public static final int actionModeSelectAllDrawable = 0x7f020018;
- public static final int actionModeShareDrawable = 0x7f020019;
- public static final int actionModeSplitBackground = 0x7f02001a;
- public static final int actionModeStyle = 0x7f02001b;
- public static final int actionModeWebSearchDrawable = 0x7f02001c;
- public static final int actionOverflowButtonStyle = 0x7f02001d;
- public static final int actionOverflowMenuStyle = 0x7f02001e;
- public static final int actionProviderClass = 0x7f02001f;
- public static final int actionViewClass = 0x7f020020;
- public static final int activityChooserViewStyle = 0x7f020021;
- public static final int alertDialogButtonGroupStyle = 0x7f020022;
- public static final int alertDialogCenterButtons = 0x7f020023;
- public static final int alertDialogStyle = 0x7f020024;
- public static final int alertDialogTheme = 0x7f020025;
- public static final int allowStacking = 0x7f020026;
- public static final int alpha = 0x7f020027;
- public static final int alphabeticModifiers = 0x7f020028;
- public static final int arrowHeadLength = 0x7f020029;
- public static final int arrowShaftLength = 0x7f02002a;
- public static final int autoCompleteTextViewStyle = 0x7f02002b;
- public static final int autoSizeMaxTextSize = 0x7f02002c;
- public static final int autoSizeMinTextSize = 0x7f02002d;
- public static final int autoSizePresetSizes = 0x7f02002e;
- public static final int autoSizeStepGranularity = 0x7f02002f;
- public static final int autoSizeTextType = 0x7f020030;
- public static final int background = 0x7f020031;
- public static final int backgroundSplit = 0x7f020032;
- public static final int backgroundStacked = 0x7f020033;
- public static final int backgroundTint = 0x7f020034;
- public static final int backgroundTintMode = 0x7f020035;
- public static final int barLength = 0x7f020036;
- public static final int borderlessButtonStyle = 0x7f020039;
- public static final int buttonBarButtonStyle = 0x7f02003a;
- public static final int buttonBarNegativeButtonStyle = 0x7f02003b;
- public static final int buttonBarNeutralButtonStyle = 0x7f02003c;
- public static final int buttonBarPositiveButtonStyle = 0x7f02003d;
- public static final int buttonBarStyle = 0x7f02003e;
- public static final int buttonGravity = 0x7f02003f;
- public static final int buttonIconDimen = 0x7f020040;
- public static final int buttonPanelSideLayout = 0x7f020041;
- public static final int buttonStyle = 0x7f020042;
- public static final int buttonStyleSmall = 0x7f020043;
- public static final int buttonTint = 0x7f020044;
- public static final int buttonTintMode = 0x7f020045;
- public static final int checkboxStyle = 0x7f020047;
- public static final int checkedTextViewStyle = 0x7f020048;
- public static final int closeIcon = 0x7f020049;
- public static final int closeItemLayout = 0x7f02004a;
- public static final int collapseContentDescription = 0x7f02004b;
- public static final int collapseIcon = 0x7f02004c;
- public static final int color = 0x7f02004d;
- public static final int colorAccent = 0x7f02004e;
- public static final int colorBackgroundFloating = 0x7f02004f;
- public static final int colorButtonNormal = 0x7f020050;
- public static final int colorControlActivated = 0x7f020051;
- public static final int colorControlHighlight = 0x7f020052;
- public static final int colorControlNormal = 0x7f020053;
- public static final int colorError = 0x7f020054;
- public static final int colorPrimary = 0x7f020055;
- public static final int colorPrimaryDark = 0x7f020056;
- public static final int colorSwitchThumbNormal = 0x7f020057;
- public static final int commitIcon = 0x7f020058;
- public static final int contentDescription = 0x7f02005c;
- public static final int contentInsetEnd = 0x7f02005d;
- public static final int contentInsetEndWithActions = 0x7f02005e;
- public static final int contentInsetLeft = 0x7f02005f;
- public static final int contentInsetRight = 0x7f020060;
- public static final int contentInsetStart = 0x7f020061;
- public static final int contentInsetStartWithNavigation = 0x7f020062;
- public static final int controlBackground = 0x7f020063;
- public static final int coordinatorLayoutStyle = 0x7f020064;
- public static final int customNavigationLayout = 0x7f020065;
- public static final int defaultQueryHint = 0x7f020066;
- public static final int dialogCornerRadius = 0x7f020067;
- public static final int dialogPreferredPadding = 0x7f020068;
- public static final int dialogTheme = 0x7f020069;
- public static final int displayOptions = 0x7f02006a;
- public static final int divider = 0x7f02006b;
- public static final int dividerHorizontal = 0x7f02006c;
- public static final int dividerPadding = 0x7f02006d;
- public static final int dividerVertical = 0x7f02006e;
- public static final int drawableSize = 0x7f02006f;
- public static final int drawerArrowStyle = 0x7f020070;
- public static final int dropDownListViewStyle = 0x7f020071;
- public static final int dropdownListPreferredItemHeight = 0x7f020072;
- public static final int editTextBackground = 0x7f020073;
- public static final int editTextColor = 0x7f020074;
- public static final int editTextStyle = 0x7f020075;
- public static final int elevation = 0x7f020076;
- public static final int expandActivityOverflowButtonDrawable = 0x7f020078;
- public static final int firstBaselineToTopHeight = 0x7f020079;
- public static final int font = 0x7f02007a;
- public static final int fontFamily = 0x7f02007b;
- public static final int fontProviderAuthority = 0x7f02007c;
- public static final int fontProviderCerts = 0x7f02007d;
- public static final int fontProviderFetchStrategy = 0x7f02007e;
- public static final int fontProviderFetchTimeout = 0x7f02007f;
- public static final int fontProviderPackage = 0x7f020080;
- public static final int fontProviderQuery = 0x7f020081;
- public static final int fontStyle = 0x7f020082;
- public static final int fontVariationSettings = 0x7f020083;
- public static final int fontWeight = 0x7f020084;
- public static final int gapBetweenBars = 0x7f020085;
- public static final int goIcon = 0x7f020086;
- public static final int height = 0x7f020087;
- public static final int hideOnContentScroll = 0x7f020088;
- public static final int homeAsUpIndicator = 0x7f020089;
- public static final int homeLayout = 0x7f02008a;
- public static final int icon = 0x7f02008b;
- public static final int iconTint = 0x7f02008c;
- public static final int iconTintMode = 0x7f02008d;
- public static final int iconifiedByDefault = 0x7f02008e;
- public static final int imageButtonStyle = 0x7f02008f;
- public static final int indeterminateProgressStyle = 0x7f020090;
- public static final int initialActivityCount = 0x7f020091;
- public static final int isLightTheme = 0x7f020092;
- public static final int itemPadding = 0x7f020093;
- public static final int keylines = 0x7f020094;
- public static final int lastBaselineToBottomHeight = 0x7f020095;
- public static final int layout = 0x7f020096;
- public static final int layout_anchor = 0x7f020097;
- public static final int layout_anchorGravity = 0x7f020098;
- public static final int layout_behavior = 0x7f020099;
- public static final int layout_dodgeInsetEdges = 0x7f0200c3;
- public static final int layout_insetEdge = 0x7f0200cc;
- public static final int layout_keyline = 0x7f0200cd;
- public static final int lineHeight = 0x7f0200cf;
- public static final int listChoiceBackgroundIndicator = 0x7f0200d0;
- public static final int listDividerAlertDialog = 0x7f0200d1;
- public static final int listItemLayout = 0x7f0200d2;
- public static final int listLayout = 0x7f0200d3;
- public static final int listMenuViewStyle = 0x7f0200d4;
- public static final int listPopupWindowStyle = 0x7f0200d5;
- public static final int listPreferredItemHeight = 0x7f0200d6;
- public static final int listPreferredItemHeightLarge = 0x7f0200d7;
- public static final int listPreferredItemHeightSmall = 0x7f0200d8;
- public static final int listPreferredItemPaddingLeft = 0x7f0200d9;
- public static final int listPreferredItemPaddingRight = 0x7f0200da;
- public static final int logo = 0x7f0200db;
- public static final int logoDescription = 0x7f0200dc;
- public static final int maxButtonHeight = 0x7f0200dd;
- public static final int measureWithLargestChild = 0x7f0200de;
- public static final int multiChoiceItemLayout = 0x7f0200df;
- public static final int navigationContentDescription = 0x7f0200e0;
- public static final int navigationIcon = 0x7f0200e1;
- public static final int navigationMode = 0x7f0200e2;
- public static final int numericModifiers = 0x7f0200e3;
- public static final int overlapAnchor = 0x7f0200e4;
- public static final int paddingBottomNoButtons = 0x7f0200e5;
- public static final int paddingEnd = 0x7f0200e6;
- public static final int paddingStart = 0x7f0200e7;
- public static final int paddingTopNoTitle = 0x7f0200e8;
- public static final int panelBackground = 0x7f0200e9;
- public static final int panelMenuListTheme = 0x7f0200ea;
- public static final int panelMenuListWidth = 0x7f0200eb;
- public static final int popupMenuStyle = 0x7f0200ec;
- public static final int popupTheme = 0x7f0200ed;
- public static final int popupWindowStyle = 0x7f0200ee;
- public static final int preserveIconSpacing = 0x7f0200ef;
- public static final int progressBarPadding = 0x7f0200f0;
- public static final int progressBarStyle = 0x7f0200f1;
- public static final int queryBackground = 0x7f0200f2;
- public static final int queryHint = 0x7f0200f3;
- public static final int radioButtonStyle = 0x7f0200f4;
- public static final int ratingBarStyle = 0x7f0200f5;
- public static final int ratingBarStyleIndicator = 0x7f0200f6;
- public static final int ratingBarStyleSmall = 0x7f0200f7;
- public static final int searchHintIcon = 0x7f0200f8;
- public static final int searchIcon = 0x7f0200f9;
- public static final int searchViewStyle = 0x7f0200fa;
- public static final int seekBarStyle = 0x7f0200fb;
- public static final int selectableItemBackground = 0x7f0200fc;
- public static final int selectableItemBackgroundBorderless = 0x7f0200fd;
- public static final int showAsAction = 0x7f0200fe;
- public static final int showDividers = 0x7f0200ff;
- public static final int showText = 0x7f020100;
- public static final int showTitle = 0x7f020101;
- public static final int singleChoiceItemLayout = 0x7f020102;
- public static final int spinBars = 0x7f020103;
- public static final int spinnerDropDownItemStyle = 0x7f020104;
- public static final int spinnerStyle = 0x7f020105;
- public static final int splitTrack = 0x7f020106;
- public static final int srcCompat = 0x7f020107;
- public static final int state_above_anchor = 0x7f020108;
- public static final int statusBarBackground = 0x7f020109;
- public static final int subMenuArrow = 0x7f02010a;
- public static final int submitBackground = 0x7f02010b;
- public static final int subtitle = 0x7f02010c;
- public static final int subtitleTextAppearance = 0x7f02010d;
- public static final int subtitleTextColor = 0x7f02010e;
- public static final int subtitleTextStyle = 0x7f02010f;
- public static final int suggestionRowLayout = 0x7f020110;
- public static final int switchMinWidth = 0x7f020111;
- public static final int switchPadding = 0x7f020112;
- public static final int switchStyle = 0x7f020113;
- public static final int switchTextAppearance = 0x7f020114;
- public static final int textAllCaps = 0x7f020115;
- public static final int textAppearanceLargePopupMenu = 0x7f020116;
- public static final int textAppearanceListItem = 0x7f020117;
- public static final int textAppearanceListItemSecondary = 0x7f020118;
- public static final int textAppearanceListItemSmall = 0x7f020119;
- public static final int textAppearancePopupMenuHeader = 0x7f02011a;
- public static final int textAppearanceSearchResultSubtitle = 0x7f02011b;
- public static final int textAppearanceSearchResultTitle = 0x7f02011c;
- public static final int textAppearanceSmallPopupMenu = 0x7f02011d;
- public static final int textColorAlertDialogListItem = 0x7f02011e;
- public static final int textColorSearchUrl = 0x7f02011f;
- public static final int theme = 0x7f020120;
- public static final int thickness = 0x7f020121;
- public static final int thumbTextPadding = 0x7f020122;
- public static final int thumbTint = 0x7f020123;
- public static final int thumbTintMode = 0x7f020124;
- public static final int tickMark = 0x7f020125;
- public static final int tickMarkTint = 0x7f020126;
- public static final int tickMarkTintMode = 0x7f020127;
- public static final int tint = 0x7f020128;
- public static final int tintMode = 0x7f020129;
- public static final int title = 0x7f02012a;
- public static final int titleMargin = 0x7f02012b;
- public static final int titleMarginBottom = 0x7f02012c;
- public static final int titleMarginEnd = 0x7f02012d;
- public static final int titleMarginStart = 0x7f02012e;
- public static final int titleMarginTop = 0x7f02012f;
- public static final int titleMargins = 0x7f020130;
- public static final int titleTextAppearance = 0x7f020131;
- public static final int titleTextColor = 0x7f020132;
- public static final int titleTextStyle = 0x7f020133;
- public static final int toolbarNavigationButtonStyle = 0x7f020134;
- public static final int toolbarStyle = 0x7f020135;
- public static final int tooltipForegroundColor = 0x7f020136;
- public static final int tooltipFrameBackground = 0x7f020137;
- public static final int tooltipText = 0x7f020138;
- public static final int track = 0x7f020139;
- public static final int trackTint = 0x7f02013a;
- public static final int trackTintMode = 0x7f02013b;
- public static final int ttcIndex = 0x7f02013c;
- public static final int viewInflaterClass = 0x7f02013d;
- public static final int voiceIcon = 0x7f02013e;
- public static final int windowActionBar = 0x7f02013f;
- public static final int windowActionBarOverlay = 0x7f020140;
- public static final int windowActionModeOverlay = 0x7f020141;
- public static final int windowFixedHeightMajor = 0x7f020142;
- public static final int windowFixedHeightMinor = 0x7f020143;
- public static final int windowFixedWidthMajor = 0x7f020144;
- public static final int windowFixedWidthMinor = 0x7f020145;
- public static final int windowMinWidthMajor = 0x7f020146;
- public static final int windowMinWidthMinor = 0x7f020147;
- public static final int windowNoTitle = 0x7f020148;
- }
- public static final class bool {
- private bool() {}
-
- public static final int abc_action_bar_embed_tabs = 0x7f030000;
- public static final int abc_allow_stacked_button_bar = 0x7f030001;
- public static final int abc_config_actionMenuItemAllCaps = 0x7f030002;
- }
- public static final class color {
- private color() {}
-
- public static final int abc_background_cache_hint_selector_material_dark = 0x7f040000;
- public static final int abc_background_cache_hint_selector_material_light = 0x7f040001;
- public static final int abc_btn_colored_borderless_text_material = 0x7f040002;
- public static final int abc_btn_colored_text_material = 0x7f040003;
- public static final int abc_color_highlight_material = 0x7f040004;
- public static final int abc_hint_foreground_material_dark = 0x7f040005;
- public static final int abc_hint_foreground_material_light = 0x7f040006;
- public static final int abc_input_method_navigation_guard = 0x7f040007;
- public static final int abc_primary_text_disable_only_material_dark = 0x7f040008;
- public static final int abc_primary_text_disable_only_material_light = 0x7f040009;
- public static final int abc_primary_text_material_dark = 0x7f04000a;
- public static final int abc_primary_text_material_light = 0x7f04000b;
- public static final int abc_search_url_text = 0x7f04000c;
- public static final int abc_search_url_text_normal = 0x7f04000d;
- public static final int abc_search_url_text_pressed = 0x7f04000e;
- public static final int abc_search_url_text_selected = 0x7f04000f;
- public static final int abc_secondary_text_material_dark = 0x7f040010;
- public static final int abc_secondary_text_material_light = 0x7f040011;
- public static final int abc_tint_btn_checkable = 0x7f040012;
- public static final int abc_tint_default = 0x7f040013;
- public static final int abc_tint_edittext = 0x7f040014;
- public static final int abc_tint_seek_thumb = 0x7f040015;
- public static final int abc_tint_spinner = 0x7f040016;
- public static final int abc_tint_switch_track = 0x7f040017;
- public static final int accent_material_dark = 0x7f040018;
- public static final int accent_material_light = 0x7f040019;
- public static final int background_floating_material_dark = 0x7f04001a;
- public static final int background_floating_material_light = 0x7f04001b;
- public static final int background_material_dark = 0x7f04001c;
- public static final int background_material_light = 0x7f04001d;
- public static final int bright_foreground_disabled_material_dark = 0x7f04001e;
- public static final int bright_foreground_disabled_material_light = 0x7f04001f;
- public static final int bright_foreground_inverse_material_dark = 0x7f040020;
- public static final int bright_foreground_inverse_material_light = 0x7f040021;
- public static final int bright_foreground_material_dark = 0x7f040022;
- public static final int bright_foreground_material_light = 0x7f040023;
- public static final int button_material_dark = 0x7f040024;
- public static final int button_material_light = 0x7f040025;
- public static final int dim_foreground_disabled_material_dark = 0x7f040029;
- public static final int dim_foreground_disabled_material_light = 0x7f04002a;
- public static final int dim_foreground_material_dark = 0x7f04002b;
- public static final int dim_foreground_material_light = 0x7f04002c;
- public static final int error_color_material_dark = 0x7f04002d;
- public static final int error_color_material_light = 0x7f04002e;
- public static final int foreground_material_dark = 0x7f04002f;
- public static final int foreground_material_light = 0x7f040030;
- public static final int highlighted_text_material_dark = 0x7f040031;
- public static final int highlighted_text_material_light = 0x7f040032;
- public static final int material_blue_grey_800 = 0x7f040033;
- public static final int material_blue_grey_900 = 0x7f040034;
- public static final int material_blue_grey_950 = 0x7f040035;
- public static final int material_deep_teal_200 = 0x7f040036;
- public static final int material_deep_teal_500 = 0x7f040037;
- public static final int material_grey_100 = 0x7f040038;
- public static final int material_grey_300 = 0x7f040039;
- public static final int material_grey_50 = 0x7f04003a;
- public static final int material_grey_600 = 0x7f04003b;
- public static final int material_grey_800 = 0x7f04003c;
- public static final int material_grey_850 = 0x7f04003d;
- public static final int material_grey_900 = 0x7f04003e;
- public static final int notification_action_color_filter = 0x7f04003f;
- public static final int notification_icon_bg_color = 0x7f040040;
- public static final int primary_dark_material_dark = 0x7f040041;
- public static final int primary_dark_material_light = 0x7f040042;
- public static final int primary_material_dark = 0x7f040043;
- public static final int primary_material_light = 0x7f040044;
- public static final int primary_text_default_material_dark = 0x7f040045;
- public static final int primary_text_default_material_light = 0x7f040046;
- public static final int primary_text_disabled_material_dark = 0x7f040047;
- public static final int primary_text_disabled_material_light = 0x7f040048;
- public static final int ripple_material_dark = 0x7f040049;
- public static final int ripple_material_light = 0x7f04004a;
- public static final int secondary_text_default_material_dark = 0x7f04004b;
- public static final int secondary_text_default_material_light = 0x7f04004c;
- public static final int secondary_text_disabled_material_dark = 0x7f04004d;
- public static final int secondary_text_disabled_material_light = 0x7f04004e;
- public static final int switch_thumb_disabled_material_dark = 0x7f04004f;
- public static final int switch_thumb_disabled_material_light = 0x7f040050;
- public static final int switch_thumb_material_dark = 0x7f040051;
- public static final int switch_thumb_material_light = 0x7f040052;
- public static final int switch_thumb_normal_material_dark = 0x7f040053;
- public static final int switch_thumb_normal_material_light = 0x7f040054;
- public static final int tooltip_background_dark = 0x7f040055;
- public static final int tooltip_background_light = 0x7f040056;
- }
- public static final class dimen {
- private dimen() {}
-
- public static final int abc_action_bar_content_inset_material = 0x7f050000;
- public static final int abc_action_bar_content_inset_with_nav = 0x7f050001;
- public static final int abc_action_bar_default_height_material = 0x7f050002;
- public static final int abc_action_bar_default_padding_end_material = 0x7f050003;
- public static final int abc_action_bar_default_padding_start_material = 0x7f050004;
- public static final int abc_action_bar_elevation_material = 0x7f050005;
- public static final int abc_action_bar_icon_vertical_padding_material = 0x7f050006;
- public static final int abc_action_bar_overflow_padding_end_material = 0x7f050007;
- public static final int abc_action_bar_overflow_padding_start_material = 0x7f050008;
- public static final int abc_action_bar_stacked_max_height = 0x7f050009;
- public static final int abc_action_bar_stacked_tab_max_width = 0x7f05000a;
- public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f05000b;
- public static final int abc_action_bar_subtitle_top_margin_material = 0x7f05000c;
- public static final int abc_action_button_min_height_material = 0x7f05000d;
- public static final int abc_action_button_min_width_material = 0x7f05000e;
- public static final int abc_action_button_min_width_overflow_material = 0x7f05000f;
- public static final int abc_alert_dialog_button_bar_height = 0x7f050010;
- public static final int abc_alert_dialog_button_dimen = 0x7f050011;
- public static final int abc_button_inset_horizontal_material = 0x7f050012;
- public static final int abc_button_inset_vertical_material = 0x7f050013;
- public static final int abc_button_padding_horizontal_material = 0x7f050014;
- public static final int abc_button_padding_vertical_material = 0x7f050015;
- public static final int abc_cascading_menus_min_smallest_width = 0x7f050016;
- public static final int abc_config_prefDialogWidth = 0x7f050017;
- public static final int abc_control_corner_material = 0x7f050018;
- public static final int abc_control_inset_material = 0x7f050019;
- public static final int abc_control_padding_material = 0x7f05001a;
- public static final int abc_dialog_corner_radius_material = 0x7f05001b;
- public static final int abc_dialog_fixed_height_major = 0x7f05001c;
- public static final int abc_dialog_fixed_height_minor = 0x7f05001d;
- public static final int abc_dialog_fixed_width_major = 0x7f05001e;
- public static final int abc_dialog_fixed_width_minor = 0x7f05001f;
- public static final int abc_dialog_list_padding_bottom_no_buttons = 0x7f050020;
- public static final int abc_dialog_list_padding_top_no_title = 0x7f050021;
- public static final int abc_dialog_min_width_major = 0x7f050022;
- public static final int abc_dialog_min_width_minor = 0x7f050023;
- public static final int abc_dialog_padding_material = 0x7f050024;
- public static final int abc_dialog_padding_top_material = 0x7f050025;
- public static final int abc_dialog_title_divider_material = 0x7f050026;
- public static final int abc_disabled_alpha_material_dark = 0x7f050027;
- public static final int abc_disabled_alpha_material_light = 0x7f050028;
- public static final int abc_dropdownitem_icon_width = 0x7f050029;
- public static final int abc_dropdownitem_text_padding_left = 0x7f05002a;
- public static final int abc_dropdownitem_text_padding_right = 0x7f05002b;
- public static final int abc_edit_text_inset_bottom_material = 0x7f05002c;
- public static final int abc_edit_text_inset_horizontal_material = 0x7f05002d;
- public static final int abc_edit_text_inset_top_material = 0x7f05002e;
- public static final int abc_floating_window_z = 0x7f05002f;
- public static final int abc_list_item_padding_horizontal_material = 0x7f050030;
- public static final int abc_panel_menu_list_width = 0x7f050031;
- public static final int abc_progress_bar_height_material = 0x7f050032;
- public static final int abc_search_view_preferred_height = 0x7f050033;
- public static final int abc_search_view_preferred_width = 0x7f050034;
- public static final int abc_seekbar_track_background_height_material = 0x7f050035;
- public static final int abc_seekbar_track_progress_height_material = 0x7f050036;
- public static final int abc_select_dialog_padding_start_material = 0x7f050037;
- public static final int abc_switch_padding = 0x7f050038;
- public static final int abc_text_size_body_1_material = 0x7f050039;
- public static final int abc_text_size_body_2_material = 0x7f05003a;
- public static final int abc_text_size_button_material = 0x7f05003b;
- public static final int abc_text_size_caption_material = 0x7f05003c;
- public static final int abc_text_size_display_1_material = 0x7f05003d;
- public static final int abc_text_size_display_2_material = 0x7f05003e;
- public static final int abc_text_size_display_3_material = 0x7f05003f;
- public static final int abc_text_size_display_4_material = 0x7f050040;
- public static final int abc_text_size_headline_material = 0x7f050041;
- public static final int abc_text_size_large_material = 0x7f050042;
- public static final int abc_text_size_medium_material = 0x7f050043;
- public static final int abc_text_size_menu_header_material = 0x7f050044;
- public static final int abc_text_size_menu_material = 0x7f050045;
- public static final int abc_text_size_small_material = 0x7f050046;
- public static final int abc_text_size_subhead_material = 0x7f050047;
- public static final int abc_text_size_subtitle_material_toolbar = 0x7f050048;
- public static final int abc_text_size_title_material = 0x7f050049;
- public static final int abc_text_size_title_material_toolbar = 0x7f05004a;
- public static final int compat_button_inset_horizontal_material = 0x7f05004b;
- public static final int compat_button_inset_vertical_material = 0x7f05004c;
- public static final int compat_button_padding_horizontal_material = 0x7f05004d;
- public static final int compat_button_padding_vertical_material = 0x7f05004e;
- public static final int compat_control_corner_material = 0x7f05004f;
- public static final int compat_notification_large_icon_max_height = 0x7f050050;
- public static final int compat_notification_large_icon_max_width = 0x7f050051;
- public static final int disabled_alpha_material_dark = 0x7f050052;
- public static final int disabled_alpha_material_light = 0x7f050053;
- public static final int highlight_alpha_material_colored = 0x7f050054;
- public static final int highlight_alpha_material_dark = 0x7f050055;
- public static final int highlight_alpha_material_light = 0x7f050056;
- public static final int hint_alpha_material_dark = 0x7f050057;
- public static final int hint_alpha_material_light = 0x7f050058;
- public static final int hint_pressed_alpha_material_dark = 0x7f050059;
- public static final int hint_pressed_alpha_material_light = 0x7f05005a;
- public static final int notification_action_icon_size = 0x7f05005b;
- public static final int notification_action_text_size = 0x7f05005c;
- public static final int notification_big_circle_margin = 0x7f05005d;
- public static final int notification_content_margin_start = 0x7f05005e;
- public static final int notification_large_icon_height = 0x7f05005f;
- public static final int notification_large_icon_width = 0x7f050060;
- public static final int notification_main_column_padding_top = 0x7f050061;
- public static final int notification_media_narrow_margin = 0x7f050062;
- public static final int notification_right_icon_size = 0x7f050063;
- public static final int notification_right_side_padding_top = 0x7f050064;
- public static final int notification_small_icon_background_padding = 0x7f050065;
- public static final int notification_small_icon_size_as_large = 0x7f050066;
- public static final int notification_subtext_size = 0x7f050067;
- public static final int notification_top_pad = 0x7f050068;
- public static final int notification_top_pad_large_text = 0x7f050069;
- public static final int tooltip_corner_radius = 0x7f05006a;
- public static final int tooltip_horizontal_padding = 0x7f05006b;
- public static final int tooltip_margin = 0x7f05006c;
- public static final int tooltip_precise_anchor_extra_offset = 0x7f05006d;
- public static final int tooltip_precise_anchor_threshold = 0x7f05006e;
- public static final int tooltip_vertical_padding = 0x7f05006f;
- public static final int tooltip_y_offset_non_touch = 0x7f050070;
- public static final int tooltip_y_offset_touch = 0x7f050071;
- }
- public static final class drawable {
- private drawable() {}
-
- public static final int abc_ab_share_pack_mtrl_alpha = 0x7f060001;
- public static final int abc_action_bar_item_background_material = 0x7f060002;
- public static final int abc_btn_borderless_material = 0x7f060003;
- public static final int abc_btn_check_material = 0x7f060004;
- public static final int abc_btn_check_to_on_mtrl_000 = 0x7f060005;
- public static final int abc_btn_check_to_on_mtrl_015 = 0x7f060006;
- public static final int abc_btn_colored_material = 0x7f060007;
- public static final int abc_btn_default_mtrl_shape = 0x7f060008;
- public static final int abc_btn_radio_material = 0x7f060009;
- public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f06000a;
- public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f06000b;
- public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f06000c;
- public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f06000d;
- public static final int abc_cab_background_internal_bg = 0x7f06000e;
- public static final int abc_cab_background_top_material = 0x7f06000f;
- public static final int abc_cab_background_top_mtrl_alpha = 0x7f060010;
- public static final int abc_control_background_material = 0x7f060011;
- public static final int abc_dialog_material_background = 0x7f060012;
- public static final int abc_edit_text_material = 0x7f060013;
- public static final int abc_ic_ab_back_material = 0x7f060014;
- public static final int abc_ic_arrow_drop_right_black_24dp = 0x7f060015;
- public static final int abc_ic_clear_material = 0x7f060016;
- public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f060017;
- public static final int abc_ic_go_search_api_material = 0x7f060018;
- public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f060019;
- public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f06001a;
- public static final int abc_ic_menu_overflow_material = 0x7f06001b;
- public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f06001c;
- public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f06001d;
- public static final int abc_ic_menu_share_mtrl_alpha = 0x7f06001e;
- public static final int abc_ic_search_api_material = 0x7f06001f;
- public static final int abc_ic_star_black_16dp = 0x7f060020;
- public static final int abc_ic_star_black_36dp = 0x7f060021;
- public static final int abc_ic_star_black_48dp = 0x7f060022;
- public static final int abc_ic_star_half_black_16dp = 0x7f060023;
- public static final int abc_ic_star_half_black_36dp = 0x7f060024;
- public static final int abc_ic_star_half_black_48dp = 0x7f060025;
- public static final int abc_ic_voice_search_api_material = 0x7f060026;
- public static final int abc_item_background_holo_dark = 0x7f060027;
- public static final int abc_item_background_holo_light = 0x7f060028;
- public static final int abc_list_divider_material = 0x7f060029;
- public static final int abc_list_divider_mtrl_alpha = 0x7f06002a;
- public static final int abc_list_focused_holo = 0x7f06002b;
- public static final int abc_list_longpressed_holo = 0x7f06002c;
- public static final int abc_list_pressed_holo_dark = 0x7f06002d;
- public static final int abc_list_pressed_holo_light = 0x7f06002e;
- public static final int abc_list_selector_background_transition_holo_dark = 0x7f06002f;
- public static final int abc_list_selector_background_transition_holo_light = 0x7f060030;
- public static final int abc_list_selector_disabled_holo_dark = 0x7f060031;
- public static final int abc_list_selector_disabled_holo_light = 0x7f060032;
- public static final int abc_list_selector_holo_dark = 0x7f060033;
- public static final int abc_list_selector_holo_light = 0x7f060034;
- public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f060035;
- public static final int abc_popup_background_mtrl_mult = 0x7f060036;
- public static final int abc_ratingbar_indicator_material = 0x7f060037;
- public static final int abc_ratingbar_material = 0x7f060038;
- public static final int abc_ratingbar_small_material = 0x7f060039;
- public static final int abc_scrubber_control_off_mtrl_alpha = 0x7f06003a;
- public static final int abc_scrubber_control_to_pressed_mtrl_000 = 0x7f06003b;
- public static final int abc_scrubber_control_to_pressed_mtrl_005 = 0x7f06003c;
- public static final int abc_scrubber_primary_mtrl_alpha = 0x7f06003d;
- public static final int abc_scrubber_track_mtrl_alpha = 0x7f06003e;
- public static final int abc_seekbar_thumb_material = 0x7f06003f;
- public static final int abc_seekbar_tick_mark_material = 0x7f060040;
- public static final int abc_seekbar_track_material = 0x7f060041;
- public static final int abc_spinner_mtrl_am_alpha = 0x7f060042;
- public static final int abc_spinner_textfield_background_material = 0x7f060043;
- public static final int abc_switch_thumb_material = 0x7f060044;
- public static final int abc_switch_track_mtrl_alpha = 0x7f060045;
- public static final int abc_tab_indicator_material = 0x7f060046;
- public static final int abc_tab_indicator_mtrl_alpha = 0x7f060047;
- public static final int abc_text_cursor_material = 0x7f060048;
- public static final int abc_text_select_handle_left_mtrl_dark = 0x7f060049;
- public static final int abc_text_select_handle_left_mtrl_light = 0x7f06004a;
- public static final int abc_text_select_handle_middle_mtrl_dark = 0x7f06004b;
- public static final int abc_text_select_handle_middle_mtrl_light = 0x7f06004c;
- public static final int abc_text_select_handle_right_mtrl_dark = 0x7f06004d;
- public static final int abc_text_select_handle_right_mtrl_light = 0x7f06004e;
- public static final int abc_textfield_activated_mtrl_alpha = 0x7f06004f;
- public static final int abc_textfield_default_mtrl_alpha = 0x7f060050;
- public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f060051;
- public static final int abc_textfield_search_default_mtrl_alpha = 0x7f060052;
- public static final int abc_textfield_search_material = 0x7f060053;
- public static final int abc_vector_test = 0x7f060054;
- public static final int notification_action_background = 0x7f06005a;
- public static final int notification_bg = 0x7f06005b;
- public static final int notification_bg_low = 0x7f06005c;
- public static final int notification_bg_low_normal = 0x7f06005d;
- public static final int notification_bg_low_pressed = 0x7f06005e;
- public static final int notification_bg_normal = 0x7f06005f;
- public static final int notification_bg_normal_pressed = 0x7f060060;
- public static final int notification_icon_background = 0x7f060061;
- public static final int notification_template_icon_bg = 0x7f060062;
- public static final int notification_template_icon_low_bg = 0x7f060063;
- public static final int notification_tile_bg = 0x7f060064;
- public static final int notify_panel_notification_icon_bg = 0x7f060065;
- public static final int tooltip_frame_dark = 0x7f060066;
- public static final int tooltip_frame_light = 0x7f060067;
- }
- public static final class id {
- private id() {}
-
- public static final int action_bar = 0x7f070006;
- public static final int action_bar_activity_content = 0x7f070007;
- public static final int action_bar_container = 0x7f070008;
- public static final int action_bar_root = 0x7f070009;
- public static final int action_bar_spinner = 0x7f07000a;
- public static final int action_bar_subtitle = 0x7f07000b;
- public static final int action_bar_title = 0x7f07000c;
- public static final int action_container = 0x7f07000d;
- public static final int action_context_bar = 0x7f07000e;
- public static final int action_divider = 0x7f07000f;
- public static final int action_image = 0x7f070010;
- public static final int action_menu_divider = 0x7f070011;
- public static final int action_menu_presenter = 0x7f070012;
- public static final int action_mode_bar = 0x7f070013;
- public static final int action_mode_bar_stub = 0x7f070014;
- public static final int action_mode_close_button = 0x7f070015;
- public static final int action_text = 0x7f070016;
- public static final int actions = 0x7f070017;
- public static final int activity_chooser_view_content = 0x7f070018;
- public static final int add = 0x7f070019;
- public static final int alertTitle = 0x7f07001a;
- public static final int async = 0x7f07001d;
- public static final int blocking = 0x7f070020;
- public static final int bottom = 0x7f070021;
- public static final int buttonPanel = 0x7f070026;
- public static final int checkbox = 0x7f07002b;
- public static final int chronometer = 0x7f07002c;
- public static final int content = 0x7f070030;
- public static final int contentPanel = 0x7f070031;
- public static final int custom = 0x7f070032;
- public static final int customPanel = 0x7f070033;
- public static final int decor_content_parent = 0x7f070034;
- public static final int default_activity_button = 0x7f070035;
- public static final int edit_query = 0x7f070039;
- public static final int end = 0x7f07003a;
- public static final int expand_activities_button = 0x7f07003b;
- public static final int expanded_menu = 0x7f07003c;
- public static final int forever = 0x7f070040;
- public static final int group_divider = 0x7f070042;
- public static final int home = 0x7f070044;
- public static final int icon = 0x7f070046;
- public static final int icon_group = 0x7f070047;
- public static final int image = 0x7f070049;
- public static final int info = 0x7f07004b;
- public static final int italic = 0x7f07004d;
- public static final int left = 0x7f07004e;
- public static final int line1 = 0x7f07004f;
- public static final int line3 = 0x7f070050;
- public static final int listMode = 0x7f070051;
- public static final int list_item = 0x7f070052;
- public static final int message = 0x7f070053;
- public static final int multiply = 0x7f070055;
- public static final int none = 0x7f070057;
- public static final int normal = 0x7f070058;
- public static final int notification_background = 0x7f070059;
- public static final int notification_main_column = 0x7f07005a;
- public static final int notification_main_column_container = 0x7f07005b;
- public static final int parentPanel = 0x7f07005e;
- public static final int progress_circular = 0x7f070060;
- public static final int progress_horizontal = 0x7f070061;
- public static final int radio = 0x7f070062;
- public static final int right = 0x7f070063;
- public static final int right_icon = 0x7f070064;
- public static final int right_side = 0x7f070065;
- public static final int screen = 0x7f070066;
- public static final int scrollIndicatorDown = 0x7f070067;
- public static final int scrollIndicatorUp = 0x7f070068;
- public static final int scrollView = 0x7f070069;
- public static final int search_badge = 0x7f07006a;
- public static final int search_bar = 0x7f07006b;
- public static final int search_button = 0x7f07006c;
- public static final int search_close_btn = 0x7f07006d;
- public static final int search_edit_frame = 0x7f07006e;
- public static final int search_go_btn = 0x7f07006f;
- public static final int search_mag_icon = 0x7f070070;
- public static final int search_plate = 0x7f070071;
- public static final int search_src_text = 0x7f070072;
- public static final int search_voice_btn = 0x7f070073;
- public static final int select_dialog_listview = 0x7f070074;
- public static final int shortcut = 0x7f070075;
- public static final int spacer = 0x7f07007b;
- public static final int split_action_bar = 0x7f07007c;
- public static final int src_atop = 0x7f07007f;
- public static final int src_in = 0x7f070080;
- public static final int src_over = 0x7f070081;
- public static final int start = 0x7f070083;
- public static final int submenuarrow = 0x7f070084;
- public static final int submit_area = 0x7f070085;
- public static final int tabMode = 0x7f070086;
- public static final int tag_transition_group = 0x7f070087;
- public static final int tag_unhandled_key_event_manager = 0x7f070088;
- public static final int tag_unhandled_key_listeners = 0x7f070089;
- public static final int text = 0x7f07008a;
- public static final int text2 = 0x7f07008b;
- public static final int textSpacerNoButtons = 0x7f07008c;
- public static final int textSpacerNoTitle = 0x7f07008d;
- public static final int time = 0x7f07008e;
- public static final int title = 0x7f07008f;
- public static final int titleDividerNoCustom = 0x7f070090;
- public static final int title_template = 0x7f070091;
- public static final int top = 0x7f070092;
- public static final int topPanel = 0x7f070093;
- public static final int uniform = 0x7f070094;
- public static final int up = 0x7f070095;
- public static final int wrap_content = 0x7f070099;
- }
- public static final class integer {
- private integer() {}
-
- public static final int abc_config_activityDefaultDur = 0x7f080000;
- public static final int abc_config_activityShortDur = 0x7f080001;
- public static final int cancel_button_image_alpha = 0x7f080002;
- public static final int config_tooltipAnimTime = 0x7f080003;
- public static final int status_bar_notification_info_maxnum = 0x7f080004;
- }
- public static final class layout {
- private layout() {}
-
- public static final int abc_action_bar_title_item = 0x7f090000;
- public static final int abc_action_bar_up_container = 0x7f090001;
- public static final int abc_action_menu_item_layout = 0x7f090002;
- public static final int abc_action_menu_layout = 0x7f090003;
- public static final int abc_action_mode_bar = 0x7f090004;
- public static final int abc_action_mode_close_item_material = 0x7f090005;
- public static final int abc_activity_chooser_view = 0x7f090006;
- public static final int abc_activity_chooser_view_list_item = 0x7f090007;
- public static final int abc_alert_dialog_button_bar_material = 0x7f090008;
- public static final int abc_alert_dialog_material = 0x7f090009;
- public static final int abc_alert_dialog_title_material = 0x7f09000a;
- public static final int abc_cascading_menu_item_layout = 0x7f09000b;
- public static final int abc_dialog_title_material = 0x7f09000c;
- public static final int abc_expanded_menu_layout = 0x7f09000d;
- public static final int abc_list_menu_item_checkbox = 0x7f09000e;
- public static final int abc_list_menu_item_icon = 0x7f09000f;
- public static final int abc_list_menu_item_layout = 0x7f090010;
- public static final int abc_list_menu_item_radio = 0x7f090011;
- public static final int abc_popup_menu_header_item_layout = 0x7f090012;
- public static final int abc_popup_menu_item_layout = 0x7f090013;
- public static final int abc_screen_content_include = 0x7f090014;
- public static final int abc_screen_simple = 0x7f090015;
- public static final int abc_screen_simple_overlay_action_mode = 0x7f090016;
- public static final int abc_screen_toolbar = 0x7f090017;
- public static final int abc_search_dropdown_item_icons_2line = 0x7f090018;
- public static final int abc_search_view = 0x7f090019;
- public static final int abc_select_dialog_material = 0x7f09001a;
- public static final int abc_tooltip = 0x7f09001b;
- public static final int notification_action = 0x7f09001e;
- public static final int notification_action_tombstone = 0x7f09001f;
- public static final int notification_template_custom_big = 0x7f090020;
- public static final int notification_template_icon_group = 0x7f090021;
- public static final int notification_template_part_chronometer = 0x7f090022;
- public static final int notification_template_part_time = 0x7f090023;
- public static final int select_dialog_item_material = 0x7f090024;
- public static final int select_dialog_multichoice_material = 0x7f090025;
- public static final int select_dialog_singlechoice_material = 0x7f090026;
- public static final int support_simple_spinner_dropdown_item = 0x7f090027;
- }
- public static final class string {
- private string() {}
-
- public static final int abc_action_bar_home_description = 0x7f0b0000;
- public static final int abc_action_bar_up_description = 0x7f0b0001;
- public static final int abc_action_menu_overflow_description = 0x7f0b0002;
- public static final int abc_action_mode_done = 0x7f0b0003;
- public static final int abc_activity_chooser_view_see_all = 0x7f0b0004;
- public static final int abc_activitychooserview_choose_application = 0x7f0b0005;
- public static final int abc_capital_off = 0x7f0b0006;
- public static final int abc_capital_on = 0x7f0b0007;
- public static final int abc_font_family_body_1_material = 0x7f0b0008;
- public static final int abc_font_family_body_2_material = 0x7f0b0009;
- public static final int abc_font_family_button_material = 0x7f0b000a;
- public static final int abc_font_family_caption_material = 0x7f0b000b;
- public static final int abc_font_family_display_1_material = 0x7f0b000c;
- public static final int abc_font_family_display_2_material = 0x7f0b000d;
- public static final int abc_font_family_display_3_material = 0x7f0b000e;
- public static final int abc_font_family_display_4_material = 0x7f0b000f;
- public static final int abc_font_family_headline_material = 0x7f0b0010;
- public static final int abc_font_family_menu_material = 0x7f0b0011;
- public static final int abc_font_family_subhead_material = 0x7f0b0012;
- public static final int abc_font_family_title_material = 0x7f0b0013;
- public static final int abc_menu_alt_shortcut_label = 0x7f0b0014;
- public static final int abc_menu_ctrl_shortcut_label = 0x7f0b0015;
- public static final int abc_menu_delete_shortcut_label = 0x7f0b0016;
- public static final int abc_menu_enter_shortcut_label = 0x7f0b0017;
- public static final int abc_menu_function_shortcut_label = 0x7f0b0018;
- public static final int abc_menu_meta_shortcut_label = 0x7f0b0019;
- public static final int abc_menu_shift_shortcut_label = 0x7f0b001a;
- public static final int abc_menu_space_shortcut_label = 0x7f0b001b;
- public static final int abc_menu_sym_shortcut_label = 0x7f0b001c;
- public static final int abc_prepend_shortcut_label = 0x7f0b001d;
- public static final int abc_search_hint = 0x7f0b001e;
- public static final int abc_searchview_description_clear = 0x7f0b001f;
- public static final int abc_searchview_description_query = 0x7f0b0020;
- public static final int abc_searchview_description_search = 0x7f0b0021;
- public static final int abc_searchview_description_submit = 0x7f0b0022;
- public static final int abc_searchview_description_voice = 0x7f0b0023;
- public static final int abc_shareactionprovider_share_with = 0x7f0b0024;
- public static final int abc_shareactionprovider_share_with_application = 0x7f0b0025;
- public static final int abc_toolbar_collapse_description = 0x7f0b0026;
- public static final int search_menu_title = 0x7f0b0028;
- public static final int status_bar_notification_info_overflow = 0x7f0b0029;
- }
- public static final class style {
- private style() {}
-
- public static final int AlertDialog_AppCompat = 0x7f0c0000;
- public static final int AlertDialog_AppCompat_Light = 0x7f0c0001;
- public static final int Animation_AppCompat_Dialog = 0x7f0c0002;
- public static final int Animation_AppCompat_DropDownUp = 0x7f0c0003;
- public static final int Animation_AppCompat_Tooltip = 0x7f0c0004;
- public static final int Base_AlertDialog_AppCompat = 0x7f0c0006;
- public static final int Base_AlertDialog_AppCompat_Light = 0x7f0c0007;
- public static final int Base_Animation_AppCompat_Dialog = 0x7f0c0008;
- public static final int Base_Animation_AppCompat_DropDownUp = 0x7f0c0009;
- public static final int Base_Animation_AppCompat_Tooltip = 0x7f0c000a;
- public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f0c000c;
- public static final int Base_DialogWindowTitle_AppCompat = 0x7f0c000b;
- public static final int Base_TextAppearance_AppCompat = 0x7f0c000d;
- public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f0c000e;
- public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f0c000f;
- public static final int Base_TextAppearance_AppCompat_Button = 0x7f0c0010;
- public static final int Base_TextAppearance_AppCompat_Caption = 0x7f0c0011;
- public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f0c0012;
- public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f0c0013;
- public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f0c0014;
- public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f0c0015;
- public static final int Base_TextAppearance_AppCompat_Headline = 0x7f0c0016;
- public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f0c0017;
- public static final int Base_TextAppearance_AppCompat_Large = 0x7f0c0018;
- public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f0c0019;
- public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0c001a;
- public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0c001b;
- public static final int Base_TextAppearance_AppCompat_Medium = 0x7f0c001c;
- public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f0c001d;
- public static final int Base_TextAppearance_AppCompat_Menu = 0x7f0c001e;
- public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f0c001f;
- public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0c0020;
- public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f0c0021;
- public static final int Base_TextAppearance_AppCompat_Small = 0x7f0c0022;
- public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f0c0023;
- public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f0c0024;
- public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f0c0025;
- public static final int Base_TextAppearance_AppCompat_Title = 0x7f0c0026;
- public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f0c0027;
- public static final int Base_TextAppearance_AppCompat_Tooltip = 0x7f0c0028;
- public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0c0029;
- public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0c002a;
- public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0c002b;
- public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0c002c;
- public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0c002d;
- public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0c002e;
- public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0c002f;
- public static final int Base_TextAppearance_AppCompat_Widget_Button = 0x7f0c0030;
- public static final int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f0c0031;
- public static final int Base_TextAppearance_AppCompat_Widget_Button_Colored = 0x7f0c0032;
- public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0c0033;
- public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0c0034;
- public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f0c0035;
- public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0c0036;
- public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0c0037;
- public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f0c0038;
- public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0c0039;
- public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0c003a;
- public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0c003b;
- public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0c003c;
- public static final int Base_ThemeOverlay_AppCompat = 0x7f0c004b;
- public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f0c004c;
- public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f0c004d;
- public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0c004e;
- public static final int Base_ThemeOverlay_AppCompat_Dialog = 0x7f0c004f;
- public static final int Base_ThemeOverlay_AppCompat_Dialog_Alert = 0x7f0c0050;
- public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f0c0051;
- public static final int Base_Theme_AppCompat = 0x7f0c003d;
- public static final int Base_Theme_AppCompat_CompactMenu = 0x7f0c003e;
- public static final int Base_Theme_AppCompat_Dialog = 0x7f0c003f;
- public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f0c0043;
- public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f0c0040;
- public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f0c0041;
- public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f0c0042;
- public static final int Base_Theme_AppCompat_Light = 0x7f0c0044;
- public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f0c0045;
- public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f0c0046;
- public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f0c004a;
- public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f0c0047;
- public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f0c0048;
- public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0c0049;
- public static final int Base_V21_ThemeOverlay_AppCompat_Dialog = 0x7f0c0056;
- public static final int Base_V21_Theme_AppCompat = 0x7f0c0052;
- public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f0c0053;
- public static final int Base_V21_Theme_AppCompat_Light = 0x7f0c0054;
- public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f0c0055;
- public static final int Base_V22_Theme_AppCompat = 0x7f0c0057;
- public static final int Base_V22_Theme_AppCompat_Light = 0x7f0c0058;
- public static final int Base_V23_Theme_AppCompat = 0x7f0c0059;
- public static final int Base_V23_Theme_AppCompat_Light = 0x7f0c005a;
- public static final int Base_V26_Theme_AppCompat = 0x7f0c005b;
- public static final int Base_V26_Theme_AppCompat_Light = 0x7f0c005c;
- public static final int Base_V26_Widget_AppCompat_Toolbar = 0x7f0c005d;
- public static final int Base_V28_Theme_AppCompat = 0x7f0c005e;
- public static final int Base_V28_Theme_AppCompat_Light = 0x7f0c005f;
- public static final int Base_V7_ThemeOverlay_AppCompat_Dialog = 0x7f0c0064;
- public static final int Base_V7_Theme_AppCompat = 0x7f0c0060;
- public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f0c0061;
- public static final int Base_V7_Theme_AppCompat_Light = 0x7f0c0062;
- public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f0c0063;
- public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f0c0065;
- public static final int Base_V7_Widget_AppCompat_EditText = 0x7f0c0066;
- public static final int Base_V7_Widget_AppCompat_Toolbar = 0x7f0c0067;
- public static final int Base_Widget_AppCompat_ActionBar = 0x7f0c0068;
- public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f0c0069;
- public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f0c006a;
- public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f0c006b;
- public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f0c006c;
- public static final int Base_Widget_AppCompat_ActionButton = 0x7f0c006d;
- public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f0c006e;
- public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f0c006f;
- public static final int Base_Widget_AppCompat_ActionMode = 0x7f0c0070;
- public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f0c0071;
- public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f0c0072;
- public static final int Base_Widget_AppCompat_Button = 0x7f0c0073;
- public static final int Base_Widget_AppCompat_ButtonBar = 0x7f0c0079;
- public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0c007a;
- public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f0c0074;
- public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f0c0075;
- public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0c0076;
- public static final int Base_Widget_AppCompat_Button_Colored = 0x7f0c0077;
- public static final int Base_Widget_AppCompat_Button_Small = 0x7f0c0078;
- public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f0c007b;
- public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f0c007c;
- public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0c007d;
- public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f0c007e;
- public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0c007f;
- public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f0c0080;
- public static final int Base_Widget_AppCompat_EditText = 0x7f0c0081;
- public static final int Base_Widget_AppCompat_ImageButton = 0x7f0c0082;
- public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0c0083;
- public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0c0084;
- public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0c0085;
- public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f0c0086;
- public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0c0087;
- public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f0c0088;
- public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f0c0089;
- public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0c008a;
- public static final int Base_Widget_AppCompat_ListMenuView = 0x7f0c008b;
- public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f0c008c;
- public static final int Base_Widget_AppCompat_ListView = 0x7f0c008d;
- public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f0c008e;
- public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f0c008f;
- public static final int Base_Widget_AppCompat_PopupMenu = 0x7f0c0090;
- public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f0c0091;
- public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0c0092;
- public static final int Base_Widget_AppCompat_ProgressBar = 0x7f0c0093;
- public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f0c0094;
- public static final int Base_Widget_AppCompat_RatingBar = 0x7f0c0095;
- public static final int Base_Widget_AppCompat_RatingBar_Indicator = 0x7f0c0096;
- public static final int Base_Widget_AppCompat_RatingBar_Small = 0x7f0c0097;
- public static final int Base_Widget_AppCompat_SearchView = 0x7f0c0098;
- public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0c0099;
- public static final int Base_Widget_AppCompat_SeekBar = 0x7f0c009a;
- public static final int Base_Widget_AppCompat_SeekBar_Discrete = 0x7f0c009b;
- public static final int Base_Widget_AppCompat_Spinner = 0x7f0c009c;
- public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f0c009d;
- public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f0c009e;
- public static final int Base_Widget_AppCompat_Toolbar = 0x7f0c009f;
- public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0c00a0;
- public static final int Platform_AppCompat = 0x7f0c00a1;
- public static final int Platform_AppCompat_Light = 0x7f0c00a2;
- public static final int Platform_ThemeOverlay_AppCompat = 0x7f0c00a3;
- public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f0c00a4;
- public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f0c00a5;
- public static final int Platform_V21_AppCompat = 0x7f0c00a6;
- public static final int Platform_V21_AppCompat_Light = 0x7f0c00a7;
- public static final int Platform_V25_AppCompat = 0x7f0c00a8;
- public static final int Platform_V25_AppCompat_Light = 0x7f0c00a9;
- public static final int Platform_Widget_AppCompat_Spinner = 0x7f0c00aa;
- public static final int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f0c00ab;
- public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f0c00ac;
- public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f0c00ad;
- public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f0c00ae;
- public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f0c00af;
- public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut = 0x7f0c00b0;
- public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow = 0x7f0c00b1;
- public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f0c00b2;
- public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title = 0x7f0c00b3;
- public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f0c00b9;
- public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f0c00b4;
- public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f0c00b5;
- public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f0c00b6;
- public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f0c00b7;
- public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f0c00b8;
- public static final int RtlUnderlay_Widget_AppCompat_ActionButton = 0x7f0c00ba;
- public static final int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 0x7f0c00bb;
- public static final int TextAppearance_AppCompat = 0x7f0c00bc;
- public static final int TextAppearance_AppCompat_Body1 = 0x7f0c00bd;
- public static final int TextAppearance_AppCompat_Body2 = 0x7f0c00be;
- public static final int TextAppearance_AppCompat_Button = 0x7f0c00bf;
- public static final int TextAppearance_AppCompat_Caption = 0x7f0c00c0;
- public static final int TextAppearance_AppCompat_Display1 = 0x7f0c00c1;
- public static final int TextAppearance_AppCompat_Display2 = 0x7f0c00c2;
- public static final int TextAppearance_AppCompat_Display3 = 0x7f0c00c3;
- public static final int TextAppearance_AppCompat_Display4 = 0x7f0c00c4;
- public static final int TextAppearance_AppCompat_Headline = 0x7f0c00c5;
- public static final int TextAppearance_AppCompat_Inverse = 0x7f0c00c6;
- public static final int TextAppearance_AppCompat_Large = 0x7f0c00c7;
- public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0c00c8;
- public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0c00c9;
- public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0c00ca;
- public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0c00cb;
- public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0c00cc;
- public static final int TextAppearance_AppCompat_Medium = 0x7f0c00cd;
- public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0c00ce;
- public static final int TextAppearance_AppCompat_Menu = 0x7f0c00cf;
- public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0c00d0;
- public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0c00d1;
- public static final int TextAppearance_AppCompat_Small = 0x7f0c00d2;
- public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0c00d3;
- public static final int TextAppearance_AppCompat_Subhead = 0x7f0c00d4;
- public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0c00d5;
- public static final int TextAppearance_AppCompat_Title = 0x7f0c00d6;
- public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0c00d7;
- public static final int TextAppearance_AppCompat_Tooltip = 0x7f0c00d8;
- public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0c00d9;
- public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0c00da;
- public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0c00db;
- public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0c00dc;
- public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0c00dd;
- public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0c00de;
- public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0c00df;
- public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0c00e0;
- public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0c00e1;
- public static final int TextAppearance_AppCompat_Widget_Button = 0x7f0c00e2;
- public static final int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f0c00e3;
- public static final int TextAppearance_AppCompat_Widget_Button_Colored = 0x7f0c00e4;
- public static final int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0c00e5;
- public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0c00e6;
- public static final int TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f0c00e7;
- public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0c00e8;
- public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0c00e9;
- public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0c00ea;
- public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0c00eb;
- public static final int TextAppearance_Compat_Notification = 0x7f0c00ec;
- public static final int TextAppearance_Compat_Notification_Info = 0x7f0c00ed;
- public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0c00ee;
- public static final int TextAppearance_Compat_Notification_Time = 0x7f0c00ef;
- public static final int TextAppearance_Compat_Notification_Title = 0x7f0c00f0;
- public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0c00f1;
- public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0c00f2;
- public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0c00f3;
- public static final int ThemeOverlay_AppCompat = 0x7f0c0109;
- public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0c010a;
- public static final int ThemeOverlay_AppCompat_Dark = 0x7f0c010b;
- public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0c010c;
- public static final int ThemeOverlay_AppCompat_Dialog = 0x7f0c010d;
- public static final int ThemeOverlay_AppCompat_Dialog_Alert = 0x7f0c010e;
- public static final int ThemeOverlay_AppCompat_Light = 0x7f0c010f;
- public static final int Theme_AppCompat = 0x7f0c00f4;
- public static final int Theme_AppCompat_CompactMenu = 0x7f0c00f5;
- public static final int Theme_AppCompat_DayNight = 0x7f0c00f6;
- public static final int Theme_AppCompat_DayNight_DarkActionBar = 0x7f0c00f7;
- public static final int Theme_AppCompat_DayNight_Dialog = 0x7f0c00f8;
- public static final int Theme_AppCompat_DayNight_DialogWhenLarge = 0x7f0c00fb;
- public static final int Theme_AppCompat_DayNight_Dialog_Alert = 0x7f0c00f9;
- public static final int Theme_AppCompat_DayNight_Dialog_MinWidth = 0x7f0c00fa;
- public static final int Theme_AppCompat_DayNight_NoActionBar = 0x7f0c00fc;
- public static final int Theme_AppCompat_Dialog = 0x7f0c00fd;
- public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0c0100;
- public static final int Theme_AppCompat_Dialog_Alert = 0x7f0c00fe;
- public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0c00ff;
- public static final int Theme_AppCompat_Light = 0x7f0c0101;
- public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0c0102;
- public static final int Theme_AppCompat_Light_Dialog = 0x7f0c0103;
- public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0c0106;
- public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0c0104;
- public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0c0105;
- public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0c0107;
- public static final int Theme_AppCompat_NoActionBar = 0x7f0c0108;
- public static final int Widget_AppCompat_ActionBar = 0x7f0c0110;
- public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0c0111;
- public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0c0112;
- public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0c0113;
- public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0c0114;
- public static final int Widget_AppCompat_ActionButton = 0x7f0c0115;
- public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0c0116;
- public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0c0117;
- public static final int Widget_AppCompat_ActionMode = 0x7f0c0118;
- public static final int Widget_AppCompat_ActivityChooserView = 0x7f0c0119;
- public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f0c011a;
- public static final int Widget_AppCompat_Button = 0x7f0c011b;
- public static final int Widget_AppCompat_ButtonBar = 0x7f0c0121;
- public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0c0122;
- public static final int Widget_AppCompat_Button_Borderless = 0x7f0c011c;
- public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f0c011d;
- public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0c011e;
- public static final int Widget_AppCompat_Button_Colored = 0x7f0c011f;
- public static final int Widget_AppCompat_Button_Small = 0x7f0c0120;
- public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f0c0123;
- public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f0c0124;
- public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f0c0125;
- public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f0c0126;
- public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f0c0127;
- public static final int Widget_AppCompat_EditText = 0x7f0c0128;
- public static final int Widget_AppCompat_ImageButton = 0x7f0c0129;
- public static final int Widget_AppCompat_Light_ActionBar = 0x7f0c012a;
- public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f0c012b;
- public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f0c012c;
- public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0c012d;
- public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f0c012e;
- public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f0c012f;
- public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0c0130;
- public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f0c0131;
- public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f0c0132;
- public static final int Widget_AppCompat_Light_ActionButton = 0x7f0c0133;
- public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f0c0134;
- public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f0c0135;
- public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f0c0136;
- public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f0c0137;
- public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f0c0138;
- public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f0c0139;
- public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f0c013a;
- public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f0c013b;
- public static final int Widget_AppCompat_Light_PopupMenu = 0x7f0c013c;
- public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0c013d;
- public static final int Widget_AppCompat_Light_SearchView = 0x7f0c013e;
- public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f0c013f;
- public static final int Widget_AppCompat_ListMenuView = 0x7f0c0140;
- public static final int Widget_AppCompat_ListPopupWindow = 0x7f0c0141;
- public static final int Widget_AppCompat_ListView = 0x7f0c0142;
- public static final int Widget_AppCompat_ListView_DropDown = 0x7f0c0143;
- public static final int Widget_AppCompat_ListView_Menu = 0x7f0c0144;
- public static final int Widget_AppCompat_PopupMenu = 0x7f0c0145;
- public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f0c0146;
- public static final int Widget_AppCompat_PopupWindow = 0x7f0c0147;
- public static final int Widget_AppCompat_ProgressBar = 0x7f0c0148;
- public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f0c0149;
- public static final int Widget_AppCompat_RatingBar = 0x7f0c014a;
- public static final int Widget_AppCompat_RatingBar_Indicator = 0x7f0c014b;
- public static final int Widget_AppCompat_RatingBar_Small = 0x7f0c014c;
- public static final int Widget_AppCompat_SearchView = 0x7f0c014d;
- public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f0c014e;
- public static final int Widget_AppCompat_SeekBar = 0x7f0c014f;
- public static final int Widget_AppCompat_SeekBar_Discrete = 0x7f0c0150;
- public static final int Widget_AppCompat_Spinner = 0x7f0c0151;
- public static final int Widget_AppCompat_Spinner_DropDown = 0x7f0c0152;
- public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f0c0153;
- public static final int Widget_AppCompat_Spinner_Underlined = 0x7f0c0154;
- public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f0c0155;
- public static final int Widget_AppCompat_Toolbar = 0x7f0c0156;
- public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0c0157;
- public static final int Widget_Compat_NotificationActionContainer = 0x7f0c0158;
- public static final int Widget_Compat_NotificationActionText = 0x7f0c0159;
- public static final int Widget_Support_CoordinatorLayout = 0x7f0c015a;
- }
- public static final class styleable {
- private styleable() {}
-
- public static final int[] ActionBar = { 0x7f020031, 0x7f020032, 0x7f020033, 0x7f02005d, 0x7f02005e, 0x7f02005f, 0x7f020060, 0x7f020061, 0x7f020062, 0x7f020065, 0x7f02006a, 0x7f02006b, 0x7f020076, 0x7f020087, 0x7f020088, 0x7f020089, 0x7f02008a, 0x7f02008b, 0x7f020090, 0x7f020093, 0x7f0200db, 0x7f0200e2, 0x7f0200ed, 0x7f0200f0, 0x7f0200f1, 0x7f02010c, 0x7f02010f, 0x7f02012a, 0x7f020133 };
- public static final int ActionBar_background = 0;
- public static final int ActionBar_backgroundSplit = 1;
- public static final int ActionBar_backgroundStacked = 2;
- public static final int ActionBar_contentInsetEnd = 3;
- public static final int ActionBar_contentInsetEndWithActions = 4;
- public static final int ActionBar_contentInsetLeft = 5;
- public static final int ActionBar_contentInsetRight = 6;
- public static final int ActionBar_contentInsetStart = 7;
- public static final int ActionBar_contentInsetStartWithNavigation = 8;
- public static final int ActionBar_customNavigationLayout = 9;
- public static final int ActionBar_displayOptions = 10;
- public static final int ActionBar_divider = 11;
- public static final int ActionBar_elevation = 12;
- public static final int ActionBar_height = 13;
- public static final int ActionBar_hideOnContentScroll = 14;
- public static final int ActionBar_homeAsUpIndicator = 15;
- public static final int ActionBar_homeLayout = 16;
- public static final int ActionBar_icon = 17;
- public static final int ActionBar_indeterminateProgressStyle = 18;
- public static final int ActionBar_itemPadding = 19;
- public static final int ActionBar_logo = 20;
- public static final int ActionBar_navigationMode = 21;
- public static final int ActionBar_popupTheme = 22;
- public static final int ActionBar_progressBarPadding = 23;
- public static final int ActionBar_progressBarStyle = 24;
- public static final int ActionBar_subtitle = 25;
- public static final int ActionBar_subtitleTextStyle = 26;
- public static final int ActionBar_title = 27;
- public static final int ActionBar_titleTextStyle = 28;
- public static final int[] ActionBarLayout = { 0x10100b3 };
- public static final int ActionBarLayout_android_layout_gravity = 0;
- public static final int[] ActionMenuItemView = { 0x101013f };
- public static final int ActionMenuItemView_android_minWidth = 0;
- public static final int[] ActionMenuView = { };
- public static final int[] ActionMode = { 0x7f020031, 0x7f020032, 0x7f02004a, 0x7f020087, 0x7f02010f, 0x7f020133 };
- public static final int ActionMode_background = 0;
- public static final int ActionMode_backgroundSplit = 1;
- public static final int ActionMode_closeItemLayout = 2;
- public static final int ActionMode_height = 3;
- public static final int ActionMode_subtitleTextStyle = 4;
- public static final int ActionMode_titleTextStyle = 5;
- public static final int[] ActivityChooserView = { 0x7f020078, 0x7f020091 };
- public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 0;
- public static final int ActivityChooserView_initialActivityCount = 1;
- public static final int[] AlertDialog = { 0x10100f2, 0x7f020040, 0x7f020041, 0x7f0200d2, 0x7f0200d3, 0x7f0200df, 0x7f020101, 0x7f020102 };
- public static final int AlertDialog_android_layout = 0;
- public static final int AlertDialog_buttonIconDimen = 1;
- public static final int AlertDialog_buttonPanelSideLayout = 2;
- public static final int AlertDialog_listItemLayout = 3;
- public static final int AlertDialog_listLayout = 4;
- public static final int AlertDialog_multiChoiceItemLayout = 5;
- public static final int AlertDialog_showTitle = 6;
- public static final int AlertDialog_singleChoiceItemLayout = 7;
- public static final int[] AnimatedStateListDrawableCompat = { 0x101011c, 0x1010194, 0x1010195, 0x1010196, 0x101030c, 0x101030d };
- public static final int AnimatedStateListDrawableCompat_android_dither = 0;
- public static final int AnimatedStateListDrawableCompat_android_visible = 1;
- public static final int AnimatedStateListDrawableCompat_android_variablePadding = 2;
- public static final int AnimatedStateListDrawableCompat_android_constantSize = 3;
- public static final int AnimatedStateListDrawableCompat_android_enterFadeDuration = 4;
- public static final int AnimatedStateListDrawableCompat_android_exitFadeDuration = 5;
- public static final int[] AnimatedStateListDrawableItem = { 0x10100d0, 0x1010199 };
- public static final int AnimatedStateListDrawableItem_android_id = 0;
- public static final int AnimatedStateListDrawableItem_android_drawable = 1;
- public static final int[] AnimatedStateListDrawableTransition = { 0x1010199, 0x1010449, 0x101044a, 0x101044b };
- public static final int AnimatedStateListDrawableTransition_android_drawable = 0;
- public static final int AnimatedStateListDrawableTransition_android_toId = 1;
- public static final int AnimatedStateListDrawableTransition_android_fromId = 2;
- public static final int AnimatedStateListDrawableTransition_android_reversible = 3;
- public static final int[] AppCompatImageView = { 0x1010119, 0x7f020107, 0x7f020128, 0x7f020129 };
- public static final int AppCompatImageView_android_src = 0;
- public static final int AppCompatImageView_srcCompat = 1;
- public static final int AppCompatImageView_tint = 2;
- public static final int AppCompatImageView_tintMode = 3;
- public static final int[] AppCompatSeekBar = { 0x1010142, 0x7f020125, 0x7f020126, 0x7f020127 };
- public static final int AppCompatSeekBar_android_thumb = 0;
- public static final int AppCompatSeekBar_tickMark = 1;
- public static final int AppCompatSeekBar_tickMarkTint = 2;
- public static final int AppCompatSeekBar_tickMarkTintMode = 3;
- public static final int[] AppCompatTextHelper = { 0x1010034, 0x101016d, 0x101016e, 0x101016f, 0x1010170, 0x1010392, 0x1010393 };
- public static final int AppCompatTextHelper_android_textAppearance = 0;
- public static final int AppCompatTextHelper_android_drawableTop = 1;
- public static final int AppCompatTextHelper_android_drawableBottom = 2;
- public static final int AppCompatTextHelper_android_drawableLeft = 3;
- public static final int AppCompatTextHelper_android_drawableRight = 4;
- public static final int AppCompatTextHelper_android_drawableStart = 5;
- public static final int AppCompatTextHelper_android_drawableEnd = 6;
- public static final int[] AppCompatTextView = { 0x1010034, 0x7f02002c, 0x7f02002d, 0x7f02002e, 0x7f02002f, 0x7f020030, 0x7f020079, 0x7f02007b, 0x7f020095, 0x7f0200cf, 0x7f020115 };
- public static final int AppCompatTextView_android_textAppearance = 0;
- public static final int AppCompatTextView_autoSizeMaxTextSize = 1;
- public static final int AppCompatTextView_autoSizeMinTextSize = 2;
- public static final int AppCompatTextView_autoSizePresetSizes = 3;
- public static final int AppCompatTextView_autoSizeStepGranularity = 4;
- public static final int AppCompatTextView_autoSizeTextType = 5;
- public static final int AppCompatTextView_firstBaselineToTopHeight = 6;
- public static final int AppCompatTextView_fontFamily = 7;
- public static final int AppCompatTextView_lastBaselineToBottomHeight = 8;
- public static final int AppCompatTextView_lineHeight = 9;
- public static final int AppCompatTextView_textAllCaps = 10;
- public static final int[] AppCompatTheme = { 0x1010057, 0x10100ae, 0x7f020000, 0x7f020001, 0x7f020002, 0x7f020003, 0x7f020004, 0x7f020005, 0x7f020006, 0x7f020007, 0x7f020008, 0x7f020009, 0x7f02000a, 0x7f02000b, 0x7f02000c, 0x7f02000e, 0x7f02000f, 0x7f020010, 0x7f020011, 0x7f020012, 0x7f020013, 0x7f020014, 0x7f020015, 0x7f020016, 0x7f020017, 0x7f020018, 0x7f020019, 0x7f02001a, 0x7f02001b, 0x7f02001c, 0x7f02001d, 0x7f02001e, 0x7f020021, 0x7f020022, 0x7f020023, 0x7f020024, 0x7f020025, 0x7f02002b, 0x7f020039, 0x7f02003a, 0x7f02003b, 0x7f02003c, 0x7f02003d, 0x7f02003e, 0x7f020042, 0x7f020043, 0x7f020047, 0x7f020048, 0x7f02004e, 0x7f02004f, 0x7f020050, 0x7f020051, 0x7f020052, 0x7f020053, 0x7f020054, 0x7f020055, 0x7f020056, 0x7f020057, 0x7f020063, 0x7f020067, 0x7f020068, 0x7f020069, 0x7f02006c, 0x7f02006e, 0x7f020071, 0x7f020072, 0x7f020073, 0x7f020074, 0x7f020075, 0x7f020089, 0x7f02008f, 0x7f0200d0, 0x7f0200d1, 0x7f0200d4, 0x7f0200d5, 0x7f0200d6, 0x7f0200d7, 0x7f0200d8, 0x7f0200d9, 0x7f0200da, 0x7f0200e9, 0x7f0200ea, 0x7f0200eb, 0x7f0200ec, 0x7f0200ee, 0x7f0200f4, 0x7f0200f5, 0x7f0200f6, 0x7f0200f7, 0x7f0200fa, 0x7f0200fb, 0x7f0200fc, 0x7f0200fd, 0x7f020104, 0x7f020105, 0x7f020113, 0x7f020116, 0x7f020117, 0x7f020118, 0x7f020119, 0x7f02011a, 0x7f02011b, 0x7f02011c, 0x7f02011d, 0x7f02011e, 0x7f02011f, 0x7f020134, 0x7f020135, 0x7f020136, 0x7f020137, 0x7f02013d, 0x7f02013f, 0x7f020140, 0x7f020141, 0x7f020142, 0x7f020143, 0x7f020144, 0x7f020145, 0x7f020146, 0x7f020147, 0x7f020148 };
- public static final int AppCompatTheme_android_windowIsFloating = 0;
- public static final int AppCompatTheme_android_windowAnimationStyle = 1;
- public static final int AppCompatTheme_actionBarDivider = 2;
- public static final int AppCompatTheme_actionBarItemBackground = 3;
- public static final int AppCompatTheme_actionBarPopupTheme = 4;
- public static final int AppCompatTheme_actionBarSize = 5;
- public static final int AppCompatTheme_actionBarSplitStyle = 6;
- public static final int AppCompatTheme_actionBarStyle = 7;
- public static final int AppCompatTheme_actionBarTabBarStyle = 8;
- public static final int AppCompatTheme_actionBarTabStyle = 9;
- public static final int AppCompatTheme_actionBarTabTextStyle = 10;
- public static final int AppCompatTheme_actionBarTheme = 11;
- public static final int AppCompatTheme_actionBarWidgetTheme = 12;
- public static final int AppCompatTheme_actionButtonStyle = 13;
- public static final int AppCompatTheme_actionDropDownStyle = 14;
- public static final int AppCompatTheme_actionMenuTextAppearance = 15;
- public static final int AppCompatTheme_actionMenuTextColor = 16;
- public static final int AppCompatTheme_actionModeBackground = 17;
- public static final int AppCompatTheme_actionModeCloseButtonStyle = 18;
- public static final int AppCompatTheme_actionModeCloseDrawable = 19;
- public static final int AppCompatTheme_actionModeCopyDrawable = 20;
- public static final int AppCompatTheme_actionModeCutDrawable = 21;
- public static final int AppCompatTheme_actionModeFindDrawable = 22;
- public static final int AppCompatTheme_actionModePasteDrawable = 23;
- public static final int AppCompatTheme_actionModePopupWindowStyle = 24;
- public static final int AppCompatTheme_actionModeSelectAllDrawable = 25;
- public static final int AppCompatTheme_actionModeShareDrawable = 26;
- public static final int AppCompatTheme_actionModeSplitBackground = 27;
- public static final int AppCompatTheme_actionModeStyle = 28;
- public static final int AppCompatTheme_actionModeWebSearchDrawable = 29;
- public static final int AppCompatTheme_actionOverflowButtonStyle = 30;
- public static final int AppCompatTheme_actionOverflowMenuStyle = 31;
- public static final int AppCompatTheme_activityChooserViewStyle = 32;
- public static final int AppCompatTheme_alertDialogButtonGroupStyle = 33;
- public static final int AppCompatTheme_alertDialogCenterButtons = 34;
- public static final int AppCompatTheme_alertDialogStyle = 35;
- public static final int AppCompatTheme_alertDialogTheme = 36;
- public static final int AppCompatTheme_autoCompleteTextViewStyle = 37;
- public static final int AppCompatTheme_borderlessButtonStyle = 38;
- public static final int AppCompatTheme_buttonBarButtonStyle = 39;
- public static final int AppCompatTheme_buttonBarNegativeButtonStyle = 40;
- public static final int AppCompatTheme_buttonBarNeutralButtonStyle = 41;
- public static final int AppCompatTheme_buttonBarPositiveButtonStyle = 42;
- public static final int AppCompatTheme_buttonBarStyle = 43;
- public static final int AppCompatTheme_buttonStyle = 44;
- public static final int AppCompatTheme_buttonStyleSmall = 45;
- public static final int AppCompatTheme_checkboxStyle = 46;
- public static final int AppCompatTheme_checkedTextViewStyle = 47;
- public static final int AppCompatTheme_colorAccent = 48;
- public static final int AppCompatTheme_colorBackgroundFloating = 49;
- public static final int AppCompatTheme_colorButtonNormal = 50;
- public static final int AppCompatTheme_colorControlActivated = 51;
- public static final int AppCompatTheme_colorControlHighlight = 52;
- public static final int AppCompatTheme_colorControlNormal = 53;
- public static final int AppCompatTheme_colorError = 54;
- public static final int AppCompatTheme_colorPrimary = 55;
- public static final int AppCompatTheme_colorPrimaryDark = 56;
- public static final int AppCompatTheme_colorSwitchThumbNormal = 57;
- public static final int AppCompatTheme_controlBackground = 58;
- public static final int AppCompatTheme_dialogCornerRadius = 59;
- public static final int AppCompatTheme_dialogPreferredPadding = 60;
- public static final int AppCompatTheme_dialogTheme = 61;
- public static final int AppCompatTheme_dividerHorizontal = 62;
- public static final int AppCompatTheme_dividerVertical = 63;
- public static final int AppCompatTheme_dropDownListViewStyle = 64;
- public static final int AppCompatTheme_dropdownListPreferredItemHeight = 65;
- public static final int AppCompatTheme_editTextBackground = 66;
- public static final int AppCompatTheme_editTextColor = 67;
- public static final int AppCompatTheme_editTextStyle = 68;
- public static final int AppCompatTheme_homeAsUpIndicator = 69;
- public static final int AppCompatTheme_imageButtonStyle = 70;
- public static final int AppCompatTheme_listChoiceBackgroundIndicator = 71;
- public static final int AppCompatTheme_listDividerAlertDialog = 72;
- public static final int AppCompatTheme_listMenuViewStyle = 73;
- public static final int AppCompatTheme_listPopupWindowStyle = 74;
- public static final int AppCompatTheme_listPreferredItemHeight = 75;
- public static final int AppCompatTheme_listPreferredItemHeightLarge = 76;
- public static final int AppCompatTheme_listPreferredItemHeightSmall = 77;
- public static final int AppCompatTheme_listPreferredItemPaddingLeft = 78;
- public static final int AppCompatTheme_listPreferredItemPaddingRight = 79;
- public static final int AppCompatTheme_panelBackground = 80;
- public static final int AppCompatTheme_panelMenuListTheme = 81;
- public static final int AppCompatTheme_panelMenuListWidth = 82;
- public static final int AppCompatTheme_popupMenuStyle = 83;
- public static final int AppCompatTheme_popupWindowStyle = 84;
- public static final int AppCompatTheme_radioButtonStyle = 85;
- public static final int AppCompatTheme_ratingBarStyle = 86;
- public static final int AppCompatTheme_ratingBarStyleIndicator = 87;
- public static final int AppCompatTheme_ratingBarStyleSmall = 88;
- public static final int AppCompatTheme_searchViewStyle = 89;
- public static final int AppCompatTheme_seekBarStyle = 90;
- public static final int AppCompatTheme_selectableItemBackground = 91;
- public static final int AppCompatTheme_selectableItemBackgroundBorderless = 92;
- public static final int AppCompatTheme_spinnerDropDownItemStyle = 93;
- public static final int AppCompatTheme_spinnerStyle = 94;
- public static final int AppCompatTheme_switchStyle = 95;
- public static final int AppCompatTheme_textAppearanceLargePopupMenu = 96;
- public static final int AppCompatTheme_textAppearanceListItem = 97;
- public static final int AppCompatTheme_textAppearanceListItemSecondary = 98;
- public static final int AppCompatTheme_textAppearanceListItemSmall = 99;
- public static final int AppCompatTheme_textAppearancePopupMenuHeader = 100;
- public static final int AppCompatTheme_textAppearanceSearchResultSubtitle = 101;
- public static final int AppCompatTheme_textAppearanceSearchResultTitle = 102;
- public static final int AppCompatTheme_textAppearanceSmallPopupMenu = 103;
- public static final int AppCompatTheme_textColorAlertDialogListItem = 104;
- public static final int AppCompatTheme_textColorSearchUrl = 105;
- public static final int AppCompatTheme_toolbarNavigationButtonStyle = 106;
- public static final int AppCompatTheme_toolbarStyle = 107;
- public static final int AppCompatTheme_tooltipForegroundColor = 108;
- public static final int AppCompatTheme_tooltipFrameBackground = 109;
- public static final int AppCompatTheme_viewInflaterClass = 110;
- public static final int AppCompatTheme_windowActionBar = 111;
- public static final int AppCompatTheme_windowActionBarOverlay = 112;
- public static final int AppCompatTheme_windowActionModeOverlay = 113;
- public static final int AppCompatTheme_windowFixedHeightMajor = 114;
- public static final int AppCompatTheme_windowFixedHeightMinor = 115;
- public static final int AppCompatTheme_windowFixedWidthMajor = 116;
- public static final int AppCompatTheme_windowFixedWidthMinor = 117;
- public static final int AppCompatTheme_windowMinWidthMajor = 118;
- public static final int AppCompatTheme_windowMinWidthMinor = 119;
- public static final int AppCompatTheme_windowNoTitle = 120;
- public static final int[] ButtonBarLayout = { 0x7f020026 };
- public static final int ButtonBarLayout_allowStacking = 0;
- public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f020027 };
- public static final int ColorStateListItem_android_color = 0;
- public static final int ColorStateListItem_android_alpha = 1;
- public static final int ColorStateListItem_alpha = 2;
- public static final int[] CompoundButton = { 0x1010107, 0x7f020044, 0x7f020045 };
- public static final int CompoundButton_android_button = 0;
- public static final int CompoundButton_buttonTint = 1;
- public static final int CompoundButton_buttonTintMode = 2;
- public static final int[] CoordinatorLayout = { 0x7f020094, 0x7f020109 };
- public static final int CoordinatorLayout_keylines = 0;
- public static final int CoordinatorLayout_statusBarBackground = 1;
- public static final int[] CoordinatorLayout_Layout = { 0x10100b3, 0x7f020097, 0x7f020098, 0x7f020099, 0x7f0200c3, 0x7f0200cc, 0x7f0200cd };
- public static final int CoordinatorLayout_Layout_android_layout_gravity = 0;
- public static final int CoordinatorLayout_Layout_layout_anchor = 1;
- public static final int CoordinatorLayout_Layout_layout_anchorGravity = 2;
- public static final int CoordinatorLayout_Layout_layout_behavior = 3;
- public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4;
- public static final int CoordinatorLayout_Layout_layout_insetEdge = 5;
- public static final int CoordinatorLayout_Layout_layout_keyline = 6;
- public static final int[] DrawerArrowToggle = { 0x7f020029, 0x7f02002a, 0x7f020036, 0x7f02004d, 0x7f02006f, 0x7f020085, 0x7f020103, 0x7f020121 };
- public static final int DrawerArrowToggle_arrowHeadLength = 0;
- public static final int DrawerArrowToggle_arrowShaftLength = 1;
- public static final int DrawerArrowToggle_barLength = 2;
- public static final int DrawerArrowToggle_color = 3;
- public static final int DrawerArrowToggle_drawableSize = 4;
- public static final int DrawerArrowToggle_gapBetweenBars = 5;
- public static final int DrawerArrowToggle_spinBars = 6;
- public static final int DrawerArrowToggle_thickness = 7;
- public static final int[] FontFamily = { 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f, 0x7f020080, 0x7f020081 };
- public static final int FontFamily_fontProviderAuthority = 0;
- public static final int FontFamily_fontProviderCerts = 1;
- public static final int FontFamily_fontProviderFetchStrategy = 2;
- public static final int FontFamily_fontProviderFetchTimeout = 3;
- public static final int FontFamily_fontProviderPackage = 4;
- public static final int FontFamily_fontProviderQuery = 5;
- public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f02007a, 0x7f020082, 0x7f020083, 0x7f020084, 0x7f02013c };
- public static final int FontFamilyFont_android_font = 0;
- public static final int FontFamilyFont_android_fontWeight = 1;
- public static final int FontFamilyFont_android_fontStyle = 2;
- public static final int FontFamilyFont_android_ttcIndex = 3;
- public static final int FontFamilyFont_android_fontVariationSettings = 4;
- public static final int FontFamilyFont_font = 5;
- public static final int FontFamilyFont_fontStyle = 6;
- public static final int FontFamilyFont_fontVariationSettings = 7;
- public static final int FontFamilyFont_fontWeight = 8;
- public static final int FontFamilyFont_ttcIndex = 9;
- public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 };
- public static final int GradientColor_android_startColor = 0;
- public static final int GradientColor_android_endColor = 1;
- public static final int GradientColor_android_type = 2;
- public static final int GradientColor_android_centerX = 3;
- public static final int GradientColor_android_centerY = 4;
- public static final int GradientColor_android_gradientRadius = 5;
- public static final int GradientColor_android_tileMode = 6;
- public static final int GradientColor_android_centerColor = 7;
- public static final int GradientColor_android_startX = 8;
- public static final int GradientColor_android_startY = 9;
- public static final int GradientColor_android_endX = 10;
- public static final int GradientColor_android_endY = 11;
- public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 };
- public static final int GradientColorItem_android_color = 0;
- public static final int GradientColorItem_android_offset = 1;
- public static final int[] LinearLayoutCompat = { 0x10100af, 0x10100c4, 0x1010126, 0x1010127, 0x1010128, 0x7f02006b, 0x7f02006d, 0x7f0200de, 0x7f0200ff };
- public static final int LinearLayoutCompat_android_gravity = 0;
- public static final int LinearLayoutCompat_android_orientation = 1;
- public static final int LinearLayoutCompat_android_baselineAligned = 2;
- public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3;
- public static final int LinearLayoutCompat_android_weightSum = 4;
- public static final int LinearLayoutCompat_divider = 5;
- public static final int LinearLayoutCompat_dividerPadding = 6;
- public static final int LinearLayoutCompat_measureWithLargestChild = 7;
- public static final int LinearLayoutCompat_showDividers = 8;
- public static final int[] LinearLayoutCompat_Layout = { 0x10100b3, 0x10100f4, 0x10100f5, 0x1010181 };
- public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0;
- public static final int LinearLayoutCompat_Layout_android_layout_width = 1;
- public static final int LinearLayoutCompat_Layout_android_layout_height = 2;
- public static final int LinearLayoutCompat_Layout_android_layout_weight = 3;
- public static final int[] ListPopupWindow = { 0x10102ac, 0x10102ad };
- public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0;
- public static final int ListPopupWindow_android_dropDownVerticalOffset = 1;
- public static final int[] MenuGroup = { 0x101000e, 0x10100d0, 0x1010194, 0x10101de, 0x10101df, 0x10101e0 };
- public static final int MenuGroup_android_enabled = 0;
- public static final int MenuGroup_android_id = 1;
- public static final int MenuGroup_android_visible = 2;
- public static final int MenuGroup_android_menuCategory = 3;
- public static final int MenuGroup_android_orderInCategory = 4;
- public static final int MenuGroup_android_checkableBehavior = 5;
- public static final int[] MenuItem = { 0x1010002, 0x101000e, 0x10100d0, 0x1010106, 0x1010194, 0x10101de, 0x10101df, 0x10101e1, 0x10101e2, 0x10101e3, 0x10101e4, 0x10101e5, 0x101026f, 0x7f02000d, 0x7f02001f, 0x7f020020, 0x7f020028, 0x7f02005c, 0x7f02008c, 0x7f02008d, 0x7f0200e3, 0x7f0200fe, 0x7f020138 };
- public static final int MenuItem_android_icon = 0;
- public static final int MenuItem_android_enabled = 1;
- public static final int MenuItem_android_id = 2;
- public static final int MenuItem_android_checked = 3;
- public static final int MenuItem_android_visible = 4;
- public static final int MenuItem_android_menuCategory = 5;
- public static final int MenuItem_android_orderInCategory = 6;
- public static final int MenuItem_android_title = 7;
- public static final int MenuItem_android_titleCondensed = 8;
- public static final int MenuItem_android_alphabeticShortcut = 9;
- public static final int MenuItem_android_numericShortcut = 10;
- public static final int MenuItem_android_checkable = 11;
- public static final int MenuItem_android_onClick = 12;
- public static final int MenuItem_actionLayout = 13;
- public static final int MenuItem_actionProviderClass = 14;
- public static final int MenuItem_actionViewClass = 15;
- public static final int MenuItem_alphabeticModifiers = 16;
- public static final int MenuItem_contentDescription = 17;
- public static final int MenuItem_iconTint = 18;
- public static final int MenuItem_iconTintMode = 19;
- public static final int MenuItem_numericModifiers = 20;
- public static final int MenuItem_showAsAction = 21;
- public static final int MenuItem_tooltipText = 22;
- public static final int[] MenuView = { 0x10100ae, 0x101012c, 0x101012d, 0x101012e, 0x101012f, 0x1010130, 0x1010131, 0x7f0200ef, 0x7f02010a };
- public static final int MenuView_android_windowAnimationStyle = 0;
- public static final int MenuView_android_itemTextAppearance = 1;
- public static final int MenuView_android_horizontalDivider = 2;
- public static final int MenuView_android_verticalDivider = 3;
- public static final int MenuView_android_headerBackground = 4;
- public static final int MenuView_android_itemBackground = 5;
- public static final int MenuView_android_itemIconDisabledAlpha = 6;
- public static final int MenuView_preserveIconSpacing = 7;
- public static final int MenuView_subMenuArrow = 8;
- public static final int[] PopupWindow = { 0x1010176, 0x10102c9, 0x7f0200e4 };
- public static final int PopupWindow_android_popupBackground = 0;
- public static final int PopupWindow_android_popupAnimationStyle = 1;
- public static final int PopupWindow_overlapAnchor = 2;
- public static final int[] PopupWindowBackgroundState = { 0x7f020108 };
- public static final int PopupWindowBackgroundState_state_above_anchor = 0;
- public static final int[] RecycleListView = { 0x7f0200e5, 0x7f0200e8 };
- public static final int RecycleListView_paddingBottomNoButtons = 0;
- public static final int RecycleListView_paddingTopNoTitle = 1;
- public static final int[] SearchView = { 0x10100da, 0x101011f, 0x1010220, 0x1010264, 0x7f020049, 0x7f020058, 0x7f020066, 0x7f020086, 0x7f02008e, 0x7f020096, 0x7f0200f2, 0x7f0200f3, 0x7f0200f8, 0x7f0200f9, 0x7f02010b, 0x7f020110, 0x7f02013e };
- public static final int SearchView_android_focusable = 0;
- public static final int SearchView_android_maxWidth = 1;
- public static final int SearchView_android_inputType = 2;
- public static final int SearchView_android_imeOptions = 3;
- public static final int SearchView_closeIcon = 4;
- public static final int SearchView_commitIcon = 5;
- public static final int SearchView_defaultQueryHint = 6;
- public static final int SearchView_goIcon = 7;
- public static final int SearchView_iconifiedByDefault = 8;
- public static final int SearchView_layout = 9;
- public static final int SearchView_queryBackground = 10;
- public static final int SearchView_queryHint = 11;
- public static final int SearchView_searchHintIcon = 12;
- public static final int SearchView_searchIcon = 13;
- public static final int SearchView_submitBackground = 14;
- public static final int SearchView_suggestionRowLayout = 15;
- public static final int SearchView_voiceIcon = 16;
- public static final int[] Spinner = { 0x10100b2, 0x1010176, 0x101017b, 0x1010262, 0x7f0200ed };
- public static final int Spinner_android_entries = 0;
- public static final int Spinner_android_popupBackground = 1;
- public static final int Spinner_android_prompt = 2;
- public static final int Spinner_android_dropDownWidth = 3;
- public static final int Spinner_popupTheme = 4;
- public static final int[] StateListDrawable = { 0x101011c, 0x1010194, 0x1010195, 0x1010196, 0x101030c, 0x101030d };
- public static final int StateListDrawable_android_dither = 0;
- public static final int StateListDrawable_android_visible = 1;
- public static final int StateListDrawable_android_variablePadding = 2;
- public static final int StateListDrawable_android_constantSize = 3;
- public static final int StateListDrawable_android_enterFadeDuration = 4;
- public static final int StateListDrawable_android_exitFadeDuration = 5;
- public static final int[] StateListDrawableItem = { 0x1010199 };
- public static final int StateListDrawableItem_android_drawable = 0;
- public static final int[] SwitchCompat = { 0x1010124, 0x1010125, 0x1010142, 0x7f020100, 0x7f020106, 0x7f020111, 0x7f020112, 0x7f020114, 0x7f020122, 0x7f020123, 0x7f020124, 0x7f020139, 0x7f02013a, 0x7f02013b };
- public static final int SwitchCompat_android_textOn = 0;
- public static final int SwitchCompat_android_textOff = 1;
- public static final int SwitchCompat_android_thumb = 2;
- public static final int SwitchCompat_showText = 3;
- public static final int SwitchCompat_splitTrack = 4;
- public static final int SwitchCompat_switchMinWidth = 5;
- public static final int SwitchCompat_switchPadding = 6;
- public static final int SwitchCompat_switchTextAppearance = 7;
- public static final int SwitchCompat_thumbTextPadding = 8;
- public static final int SwitchCompat_thumbTint = 9;
- public static final int SwitchCompat_thumbTintMode = 10;
- public static final int SwitchCompat_track = 11;
- public static final int SwitchCompat_trackTint = 12;
- public static final int SwitchCompat_trackTintMode = 13;
- public static final int[] TextAppearance = { 0x1010095, 0x1010096, 0x1010097, 0x1010098, 0x101009a, 0x101009b, 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x10103ac, 0x7f02007b, 0x7f020115 };
- public static final int TextAppearance_android_textSize = 0;
- public static final int TextAppearance_android_typeface = 1;
- public static final int TextAppearance_android_textStyle = 2;
- public static final int TextAppearance_android_textColor = 3;
- public static final int TextAppearance_android_textColorHint = 4;
- public static final int TextAppearance_android_textColorLink = 5;
- public static final int TextAppearance_android_shadowColor = 6;
- public static final int TextAppearance_android_shadowDx = 7;
- public static final int TextAppearance_android_shadowDy = 8;
- public static final int TextAppearance_android_shadowRadius = 9;
- public static final int TextAppearance_android_fontFamily = 10;
- public static final int TextAppearance_fontFamily = 11;
- public static final int TextAppearance_textAllCaps = 12;
- public static final int[] Toolbar = { 0x10100af, 0x1010140, 0x7f02003f, 0x7f02004b, 0x7f02004c, 0x7f02005d, 0x7f02005e, 0x7f02005f, 0x7f020060, 0x7f020061, 0x7f020062, 0x7f0200db, 0x7f0200dc, 0x7f0200dd, 0x7f0200e0, 0x7f0200e1, 0x7f0200ed, 0x7f02010c, 0x7f02010d, 0x7f02010e, 0x7f02012a, 0x7f02012b, 0x7f02012c, 0x7f02012d, 0x7f02012e, 0x7f02012f, 0x7f020130, 0x7f020131, 0x7f020132 };
- public static final int Toolbar_android_gravity = 0;
- public static final int Toolbar_android_minHeight = 1;
- public static final int Toolbar_buttonGravity = 2;
- public static final int Toolbar_collapseContentDescription = 3;
- public static final int Toolbar_collapseIcon = 4;
- public static final int Toolbar_contentInsetEnd = 5;
- public static final int Toolbar_contentInsetEndWithActions = 6;
- public static final int Toolbar_contentInsetLeft = 7;
- public static final int Toolbar_contentInsetRight = 8;
- public static final int Toolbar_contentInsetStart = 9;
- public static final int Toolbar_contentInsetStartWithNavigation = 10;
- public static final int Toolbar_logo = 11;
- public static final int Toolbar_logoDescription = 12;
- public static final int Toolbar_maxButtonHeight = 13;
- public static final int Toolbar_navigationContentDescription = 14;
- public static final int Toolbar_navigationIcon = 15;
- public static final int Toolbar_popupTheme = 16;
- public static final int Toolbar_subtitle = 17;
- public static final int Toolbar_subtitleTextAppearance = 18;
- public static final int Toolbar_subtitleTextColor = 19;
- public static final int Toolbar_title = 20;
- public static final int Toolbar_titleMargin = 21;
- public static final int Toolbar_titleMarginBottom = 22;
- public static final int Toolbar_titleMarginEnd = 23;
- public static final int Toolbar_titleMarginStart = 24;
- public static final int Toolbar_titleMarginTop = 25;
- public static final int Toolbar_titleMargins = 26;
- public static final int Toolbar_titleTextAppearance = 27;
- public static final int Toolbar_titleTextColor = 28;
- public static final int[] View = { 0x1010000, 0x10100da, 0x7f0200e6, 0x7f0200e7, 0x7f020120 };
- public static final int View_android_theme = 0;
- public static final int View_android_focusable = 1;
- public static final int View_paddingEnd = 2;
- public static final int View_paddingStart = 3;
- public static final int View_theme = 4;
- public static final int[] ViewBackgroundHelper = { 0x10100d4, 0x7f020034, 0x7f020035 };
- public static final int ViewBackgroundHelper_android_background = 0;
- public static final int ViewBackgroundHelper_backgroundTint = 1;
- public static final int ViewBackgroundHelper_backgroundTintMode = 2;
- public static final int[] ViewStubCompat = { 0x10100d0, 0x10100f2, 0x10100f3 };
- public static final int ViewStubCompat_android_id = 0;
- public static final int ViewStubCompat_android_layout = 1;
- public static final int ViewStubCompat_android_inflatedId = 2;
- }
-}
diff --git a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/arch/core/R.java b/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/arch/core/R.java
deleted file mode 100644
index 293d3b5d4..000000000
--- a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/arch/core/R.java
+++ /dev/null
@@ -1,12 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package androidx.arch.core;
-
-public final class R {
- private R() {}
-
-}
diff --git a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/asynclayoutinflater/R.java b/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/asynclayoutinflater/R.java
deleted file mode 100644
index 9743dac6b..000000000
--- a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/asynclayoutinflater/R.java
+++ /dev/null
@@ -1,183 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package androidx.asynclayoutinflater;
-
-public final class R {
- private R() {}
-
- public static final class attr {
- private attr() {}
-
- public static final int alpha = 0x7f020027;
- public static final int font = 0x7f02007a;
- public static final int fontProviderAuthority = 0x7f02007c;
- public static final int fontProviderCerts = 0x7f02007d;
- public static final int fontProviderFetchStrategy = 0x7f02007e;
- public static final int fontProviderFetchTimeout = 0x7f02007f;
- public static final int fontProviderPackage = 0x7f020080;
- public static final int fontProviderQuery = 0x7f020081;
- public static final int fontStyle = 0x7f020082;
- public static final int fontVariationSettings = 0x7f020083;
- public static final int fontWeight = 0x7f020084;
- public static final int ttcIndex = 0x7f02013c;
- }
- public static final class color {
- private color() {}
-
- public static final int notification_action_color_filter = 0x7f04003f;
- public static final int notification_icon_bg_color = 0x7f040040;
- public static final int ripple_material_light = 0x7f04004a;
- public static final int secondary_text_default_material_light = 0x7f04004c;
- }
- public static final class dimen {
- private dimen() {}
-
- public static final int compat_button_inset_horizontal_material = 0x7f05004b;
- public static final int compat_button_inset_vertical_material = 0x7f05004c;
- public static final int compat_button_padding_horizontal_material = 0x7f05004d;
- public static final int compat_button_padding_vertical_material = 0x7f05004e;
- public static final int compat_control_corner_material = 0x7f05004f;
- public static final int compat_notification_large_icon_max_height = 0x7f050050;
- public static final int compat_notification_large_icon_max_width = 0x7f050051;
- public static final int notification_action_icon_size = 0x7f05005b;
- public static final int notification_action_text_size = 0x7f05005c;
- public static final int notification_big_circle_margin = 0x7f05005d;
- public static final int notification_content_margin_start = 0x7f05005e;
- public static final int notification_large_icon_height = 0x7f05005f;
- public static final int notification_large_icon_width = 0x7f050060;
- public static final int notification_main_column_padding_top = 0x7f050061;
- public static final int notification_media_narrow_margin = 0x7f050062;
- public static final int notification_right_icon_size = 0x7f050063;
- public static final int notification_right_side_padding_top = 0x7f050064;
- public static final int notification_small_icon_background_padding = 0x7f050065;
- public static final int notification_small_icon_size_as_large = 0x7f050066;
- public static final int notification_subtext_size = 0x7f050067;
- public static final int notification_top_pad = 0x7f050068;
- public static final int notification_top_pad_large_text = 0x7f050069;
- }
- public static final class drawable {
- private drawable() {}
-
- public static final int notification_action_background = 0x7f06005a;
- public static final int notification_bg = 0x7f06005b;
- public static final int notification_bg_low = 0x7f06005c;
- public static final int notification_bg_low_normal = 0x7f06005d;
- public static final int notification_bg_low_pressed = 0x7f06005e;
- public static final int notification_bg_normal = 0x7f06005f;
- public static final int notification_bg_normal_pressed = 0x7f060060;
- public static final int notification_icon_background = 0x7f060061;
- public static final int notification_template_icon_bg = 0x7f060062;
- public static final int notification_template_icon_low_bg = 0x7f060063;
- public static final int notification_tile_bg = 0x7f060064;
- public static final int notify_panel_notification_icon_bg = 0x7f060065;
- }
- public static final class id {
- private id() {}
-
- public static final int action_container = 0x7f07000d;
- public static final int action_divider = 0x7f07000f;
- public static final int action_image = 0x7f070010;
- public static final int action_text = 0x7f070016;
- public static final int actions = 0x7f070017;
- public static final int async = 0x7f07001d;
- public static final int blocking = 0x7f070020;
- public static final int chronometer = 0x7f07002c;
- public static final int forever = 0x7f070040;
- public static final int icon = 0x7f070046;
- public static final int icon_group = 0x7f070047;
- public static final int info = 0x7f07004b;
- public static final int italic = 0x7f07004d;
- public static final int line1 = 0x7f07004f;
- public static final int line3 = 0x7f070050;
- public static final int normal = 0x7f070058;
- public static final int notification_background = 0x7f070059;
- public static final int notification_main_column = 0x7f07005a;
- public static final int notification_main_column_container = 0x7f07005b;
- public static final int right_icon = 0x7f070064;
- public static final int right_side = 0x7f070065;
- public static final int tag_transition_group = 0x7f070087;
- public static final int tag_unhandled_key_event_manager = 0x7f070088;
- public static final int tag_unhandled_key_listeners = 0x7f070089;
- public static final int text = 0x7f07008a;
- public static final int text2 = 0x7f07008b;
- public static final int time = 0x7f07008e;
- public static final int title = 0x7f07008f;
- }
- public static final class integer {
- private integer() {}
-
- public static final int status_bar_notification_info_maxnum = 0x7f080004;
- }
- public static final class layout {
- private layout() {}
-
- public static final int notification_action = 0x7f09001e;
- public static final int notification_action_tombstone = 0x7f09001f;
- public static final int notification_template_custom_big = 0x7f090020;
- public static final int notification_template_icon_group = 0x7f090021;
- public static final int notification_template_part_chronometer = 0x7f090022;
- public static final int notification_template_part_time = 0x7f090023;
- }
- public static final class string {
- private string() {}
-
- public static final int status_bar_notification_info_overflow = 0x7f0b0029;
- }
- public static final class style {
- private style() {}
-
- public static final int TextAppearance_Compat_Notification = 0x7f0c00ec;
- public static final int TextAppearance_Compat_Notification_Info = 0x7f0c00ed;
- public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0c00ee;
- public static final int TextAppearance_Compat_Notification_Time = 0x7f0c00ef;
- public static final int TextAppearance_Compat_Notification_Title = 0x7f0c00f0;
- public static final int Widget_Compat_NotificationActionContainer = 0x7f0c0158;
- public static final int Widget_Compat_NotificationActionText = 0x7f0c0159;
- }
- public static final class styleable {
- private styleable() {}
-
- public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f020027 };
- public static final int ColorStateListItem_android_color = 0;
- public static final int ColorStateListItem_android_alpha = 1;
- public static final int ColorStateListItem_alpha = 2;
- public static final int[] FontFamily = { 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f, 0x7f020080, 0x7f020081 };
- public static final int FontFamily_fontProviderAuthority = 0;
- public static final int FontFamily_fontProviderCerts = 1;
- public static final int FontFamily_fontProviderFetchStrategy = 2;
- public static final int FontFamily_fontProviderFetchTimeout = 3;
- public static final int FontFamily_fontProviderPackage = 4;
- public static final int FontFamily_fontProviderQuery = 5;
- public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f02007a, 0x7f020082, 0x7f020083, 0x7f020084, 0x7f02013c };
- public static final int FontFamilyFont_android_font = 0;
- public static final int FontFamilyFont_android_fontWeight = 1;
- public static final int FontFamilyFont_android_fontStyle = 2;
- public static final int FontFamilyFont_android_ttcIndex = 3;
- public static final int FontFamilyFont_android_fontVariationSettings = 4;
- public static final int FontFamilyFont_font = 5;
- public static final int FontFamilyFont_fontStyle = 6;
- public static final int FontFamilyFont_fontVariationSettings = 7;
- public static final int FontFamilyFont_fontWeight = 8;
- public static final int FontFamilyFont_ttcIndex = 9;
- public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 };
- public static final int GradientColor_android_startColor = 0;
- public static final int GradientColor_android_endColor = 1;
- public static final int GradientColor_android_type = 2;
- public static final int GradientColor_android_centerX = 3;
- public static final int GradientColor_android_centerY = 4;
- public static final int GradientColor_android_gradientRadius = 5;
- public static final int GradientColor_android_tileMode = 6;
- public static final int GradientColor_android_centerColor = 7;
- public static final int GradientColor_android_startX = 8;
- public static final int GradientColor_android_startY = 9;
- public static final int GradientColor_android_endX = 10;
- public static final int GradientColor_android_endY = 11;
- public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 };
- public static final int GradientColorItem_android_color = 0;
- public static final int GradientColorItem_android_offset = 1;
- }
-}
diff --git a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/constraintlayout/widget/R.java b/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/constraintlayout/widget/R.java
deleted file mode 100644
index e9f2b0168..000000000
--- a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/constraintlayout/widget/R.java
+++ /dev/null
@@ -1,242 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package androidx.constraintlayout.widget;
-
-public final class R {
- private R() {}
-
- public static final class attr {
- private attr() {}
-
- public static final int barrierAllowsGoneWidgets = 0x7f020037;
- public static final int barrierDirection = 0x7f020038;
- public static final int chainUseRtl = 0x7f020046;
- public static final int constraintSet = 0x7f020059;
- public static final int constraint_referenced_ids = 0x7f02005a;
- public static final int content = 0x7f02005b;
- public static final int emptyVisibility = 0x7f020077;
- public static final int layout_constrainedHeight = 0x7f02009a;
- public static final int layout_constrainedWidth = 0x7f02009b;
- public static final int layout_constraintBaseline_creator = 0x7f02009c;
- public static final int layout_constraintBaseline_toBaselineOf = 0x7f02009d;
- public static final int layout_constraintBottom_creator = 0x7f02009e;
- public static final int layout_constraintBottom_toBottomOf = 0x7f02009f;
- public static final int layout_constraintBottom_toTopOf = 0x7f0200a0;
- public static final int layout_constraintCircle = 0x7f0200a1;
- public static final int layout_constraintCircleAngle = 0x7f0200a2;
- public static final int layout_constraintCircleRadius = 0x7f0200a3;
- public static final int layout_constraintDimensionRatio = 0x7f0200a4;
- public static final int layout_constraintEnd_toEndOf = 0x7f0200a5;
- public static final int layout_constraintEnd_toStartOf = 0x7f0200a6;
- public static final int layout_constraintGuide_begin = 0x7f0200a7;
- public static final int layout_constraintGuide_end = 0x7f0200a8;
- public static final int layout_constraintGuide_percent = 0x7f0200a9;
- public static final int layout_constraintHeight_default = 0x7f0200aa;
- public static final int layout_constraintHeight_max = 0x7f0200ab;
- public static final int layout_constraintHeight_min = 0x7f0200ac;
- public static final int layout_constraintHeight_percent = 0x7f0200ad;
- public static final int layout_constraintHorizontal_bias = 0x7f0200ae;
- public static final int layout_constraintHorizontal_chainStyle = 0x7f0200af;
- public static final int layout_constraintHorizontal_weight = 0x7f0200b0;
- public static final int layout_constraintLeft_creator = 0x7f0200b1;
- public static final int layout_constraintLeft_toLeftOf = 0x7f0200b2;
- public static final int layout_constraintLeft_toRightOf = 0x7f0200b3;
- public static final int layout_constraintRight_creator = 0x7f0200b4;
- public static final int layout_constraintRight_toLeftOf = 0x7f0200b5;
- public static final int layout_constraintRight_toRightOf = 0x7f0200b6;
- public static final int layout_constraintStart_toEndOf = 0x7f0200b7;
- public static final int layout_constraintStart_toStartOf = 0x7f0200b8;
- public static final int layout_constraintTop_creator = 0x7f0200b9;
- public static final int layout_constraintTop_toBottomOf = 0x7f0200ba;
- public static final int layout_constraintTop_toTopOf = 0x7f0200bb;
- public static final int layout_constraintVertical_bias = 0x7f0200bc;
- public static final int layout_constraintVertical_chainStyle = 0x7f0200bd;
- public static final int layout_constraintVertical_weight = 0x7f0200be;
- public static final int layout_constraintWidth_default = 0x7f0200bf;
- public static final int layout_constraintWidth_max = 0x7f0200c0;
- public static final int layout_constraintWidth_min = 0x7f0200c1;
- public static final int layout_constraintWidth_percent = 0x7f0200c2;
- public static final int layout_editor_absoluteX = 0x7f0200c4;
- public static final int layout_editor_absoluteY = 0x7f0200c5;
- public static final int layout_goneMarginBottom = 0x7f0200c6;
- public static final int layout_goneMarginEnd = 0x7f0200c7;
- public static final int layout_goneMarginLeft = 0x7f0200c8;
- public static final int layout_goneMarginRight = 0x7f0200c9;
- public static final int layout_goneMarginStart = 0x7f0200ca;
- public static final int layout_goneMarginTop = 0x7f0200cb;
- public static final int layout_optimizationLevel = 0x7f0200ce;
- }
- public static final class id {
- private id() {}
-
- public static final int bottom = 0x7f070021;
- public static final int end = 0x7f07003a;
- public static final int gone = 0x7f070041;
- public static final int invisible = 0x7f07004c;
- public static final int left = 0x7f07004e;
- public static final int packed = 0x7f07005c;
- public static final int parent = 0x7f07005d;
- public static final int percent = 0x7f07005f;
- public static final int right = 0x7f070063;
- public static final int spread = 0x7f07007d;
- public static final int spread_inside = 0x7f07007e;
- public static final int start = 0x7f070083;
- public static final int top = 0x7f070092;
- public static final int wrap = 0x7f070098;
- }
- public static final class styleable {
- private styleable() {}
-
- public static final int[] ConstraintLayout_Layout = { 0x10100c4, 0x101011f, 0x1010120, 0x101013f, 0x1010140, 0x7f020037, 0x7f020038, 0x7f020046, 0x7f020059, 0x7f02005a, 0x7f02009a, 0x7f02009b, 0x7f02009c, 0x7f02009d, 0x7f02009e, 0x7f02009f, 0x7f0200a0, 0x7f0200a1, 0x7f0200a2, 0x7f0200a3, 0x7f0200a4, 0x7f0200a5, 0x7f0200a6, 0x7f0200a7, 0x7f0200a8, 0x7f0200a9, 0x7f0200aa, 0x7f0200ab, 0x7f0200ac, 0x7f0200ad, 0x7f0200ae, 0x7f0200af, 0x7f0200b0, 0x7f0200b1, 0x7f0200b2, 0x7f0200b3, 0x7f0200b4, 0x7f0200b5, 0x7f0200b6, 0x7f0200b7, 0x7f0200b8, 0x7f0200b9, 0x7f0200ba, 0x7f0200bb, 0x7f0200bc, 0x7f0200bd, 0x7f0200be, 0x7f0200bf, 0x7f0200c0, 0x7f0200c1, 0x7f0200c2, 0x7f0200c4, 0x7f0200c5, 0x7f0200c6, 0x7f0200c7, 0x7f0200c8, 0x7f0200c9, 0x7f0200ca, 0x7f0200cb, 0x7f0200ce };
- public static final int ConstraintLayout_Layout_android_orientation = 0;
- public static final int ConstraintLayout_Layout_android_maxWidth = 1;
- public static final int ConstraintLayout_Layout_android_maxHeight = 2;
- public static final int ConstraintLayout_Layout_android_minWidth = 3;
- public static final int ConstraintLayout_Layout_android_minHeight = 4;
- public static final int ConstraintLayout_Layout_barrierAllowsGoneWidgets = 5;
- public static final int ConstraintLayout_Layout_barrierDirection = 6;
- public static final int ConstraintLayout_Layout_chainUseRtl = 7;
- public static final int ConstraintLayout_Layout_constraintSet = 8;
- public static final int ConstraintLayout_Layout_constraint_referenced_ids = 9;
- public static final int ConstraintLayout_Layout_layout_constrainedHeight = 10;
- public static final int ConstraintLayout_Layout_layout_constrainedWidth = 11;
- public static final int ConstraintLayout_Layout_layout_constraintBaseline_creator = 12;
- public static final int ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf = 13;
- public static final int ConstraintLayout_Layout_layout_constraintBottom_creator = 14;
- public static final int ConstraintLayout_Layout_layout_constraintBottom_toBottomOf = 15;
- public static final int ConstraintLayout_Layout_layout_constraintBottom_toTopOf = 16;
- public static final int ConstraintLayout_Layout_layout_constraintCircle = 17;
- public static final int ConstraintLayout_Layout_layout_constraintCircleAngle = 18;
- public static final int ConstraintLayout_Layout_layout_constraintCircleRadius = 19;
- public static final int ConstraintLayout_Layout_layout_constraintDimensionRatio = 20;
- public static final int ConstraintLayout_Layout_layout_constraintEnd_toEndOf = 21;
- public static final int ConstraintLayout_Layout_layout_constraintEnd_toStartOf = 22;
- public static final int ConstraintLayout_Layout_layout_constraintGuide_begin = 23;
- public static final int ConstraintLayout_Layout_layout_constraintGuide_end = 24;
- public static final int ConstraintLayout_Layout_layout_constraintGuide_percent = 25;
- public static final int ConstraintLayout_Layout_layout_constraintHeight_default = 26;
- public static final int ConstraintLayout_Layout_layout_constraintHeight_max = 27;
- public static final int ConstraintLayout_Layout_layout_constraintHeight_min = 28;
- public static final int ConstraintLayout_Layout_layout_constraintHeight_percent = 29;
- public static final int ConstraintLayout_Layout_layout_constraintHorizontal_bias = 30;
- public static final int ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle = 31;
- public static final int ConstraintLayout_Layout_layout_constraintHorizontal_weight = 32;
- public static final int ConstraintLayout_Layout_layout_constraintLeft_creator = 33;
- public static final int ConstraintLayout_Layout_layout_constraintLeft_toLeftOf = 34;
- public static final int ConstraintLayout_Layout_layout_constraintLeft_toRightOf = 35;
- public static final int ConstraintLayout_Layout_layout_constraintRight_creator = 36;
- public static final int ConstraintLayout_Layout_layout_constraintRight_toLeftOf = 37;
- public static final int ConstraintLayout_Layout_layout_constraintRight_toRightOf = 38;
- public static final int ConstraintLayout_Layout_layout_constraintStart_toEndOf = 39;
- public static final int ConstraintLayout_Layout_layout_constraintStart_toStartOf = 40;
- public static final int ConstraintLayout_Layout_layout_constraintTop_creator = 41;
- public static final int ConstraintLayout_Layout_layout_constraintTop_toBottomOf = 42;
- public static final int ConstraintLayout_Layout_layout_constraintTop_toTopOf = 43;
- public static final int ConstraintLayout_Layout_layout_constraintVertical_bias = 44;
- public static final int ConstraintLayout_Layout_layout_constraintVertical_chainStyle = 45;
- public static final int ConstraintLayout_Layout_layout_constraintVertical_weight = 46;
- public static final int ConstraintLayout_Layout_layout_constraintWidth_default = 47;
- public static final int ConstraintLayout_Layout_layout_constraintWidth_max = 48;
- public static final int ConstraintLayout_Layout_layout_constraintWidth_min = 49;
- public static final int ConstraintLayout_Layout_layout_constraintWidth_percent = 50;
- public static final int ConstraintLayout_Layout_layout_editor_absoluteX = 51;
- public static final int ConstraintLayout_Layout_layout_editor_absoluteY = 52;
- public static final int ConstraintLayout_Layout_layout_goneMarginBottom = 53;
- public static final int ConstraintLayout_Layout_layout_goneMarginEnd = 54;
- public static final int ConstraintLayout_Layout_layout_goneMarginLeft = 55;
- public static final int ConstraintLayout_Layout_layout_goneMarginRight = 56;
- public static final int ConstraintLayout_Layout_layout_goneMarginStart = 57;
- public static final int ConstraintLayout_Layout_layout_goneMarginTop = 58;
- public static final int ConstraintLayout_Layout_layout_optimizationLevel = 59;
- public static final int[] ConstraintLayout_placeholder = { 0x7f02005b, 0x7f020077 };
- public static final int ConstraintLayout_placeholder_content = 0;
- public static final int ConstraintLayout_placeholder_emptyVisibility = 1;
- public static final int[] ConstraintSet = { 0x10100c4, 0x10100d0, 0x10100dc, 0x10100f4, 0x10100f5, 0x10100f7, 0x10100f8, 0x10100f9, 0x10100fa, 0x101011f, 0x1010120, 0x101013f, 0x1010140, 0x101031f, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x1010324, 0x1010325, 0x1010326, 0x1010327, 0x1010328, 0x10103b5, 0x10103b6, 0x10103fa, 0x1010440, 0x7f020037, 0x7f020038, 0x7f020046, 0x7f02005a, 0x7f02009a, 0x7f02009b, 0x7f02009c, 0x7f02009d, 0x7f02009e, 0x7f02009f, 0x7f0200a0, 0x7f0200a1, 0x7f0200a2, 0x7f0200a3, 0x7f0200a4, 0x7f0200a5, 0x7f0200a6, 0x7f0200a7, 0x7f0200a8, 0x7f0200a9, 0x7f0200aa, 0x7f0200ab, 0x7f0200ac, 0x7f0200ad, 0x7f0200ae, 0x7f0200af, 0x7f0200b0, 0x7f0200b1, 0x7f0200b2, 0x7f0200b3, 0x7f0200b4, 0x7f0200b5, 0x7f0200b6, 0x7f0200b7, 0x7f0200b8, 0x7f0200b9, 0x7f0200ba, 0x7f0200bb, 0x7f0200bc, 0x7f0200bd, 0x7f0200be, 0x7f0200bf, 0x7f0200c0, 0x7f0200c1, 0x7f0200c2, 0x7f0200c4, 0x7f0200c5, 0x7f0200c6, 0x7f0200c7, 0x7f0200c8, 0x7f0200c9, 0x7f0200ca, 0x7f0200cb };
- public static final int ConstraintSet_android_orientation = 0;
- public static final int ConstraintSet_android_id = 1;
- public static final int ConstraintSet_android_visibility = 2;
- public static final int ConstraintSet_android_layout_width = 3;
- public static final int ConstraintSet_android_layout_height = 4;
- public static final int ConstraintSet_android_layout_marginLeft = 5;
- public static final int ConstraintSet_android_layout_marginTop = 6;
- public static final int ConstraintSet_android_layout_marginRight = 7;
- public static final int ConstraintSet_android_layout_marginBottom = 8;
- public static final int ConstraintSet_android_maxWidth = 9;
- public static final int ConstraintSet_android_maxHeight = 10;
- public static final int ConstraintSet_android_minWidth = 11;
- public static final int ConstraintSet_android_minHeight = 12;
- public static final int ConstraintSet_android_alpha = 13;
- public static final int ConstraintSet_android_transformPivotX = 14;
- public static final int ConstraintSet_android_transformPivotY = 15;
- public static final int ConstraintSet_android_translationX = 16;
- public static final int ConstraintSet_android_translationY = 17;
- public static final int ConstraintSet_android_scaleX = 18;
- public static final int ConstraintSet_android_scaleY = 19;
- public static final int ConstraintSet_android_rotation = 20;
- public static final int ConstraintSet_android_rotationX = 21;
- public static final int ConstraintSet_android_rotationY = 22;
- public static final int ConstraintSet_android_layout_marginStart = 23;
- public static final int ConstraintSet_android_layout_marginEnd = 24;
- public static final int ConstraintSet_android_translationZ = 25;
- public static final int ConstraintSet_android_elevation = 26;
- public static final int ConstraintSet_barrierAllowsGoneWidgets = 27;
- public static final int ConstraintSet_barrierDirection = 28;
- public static final int ConstraintSet_chainUseRtl = 29;
- public static final int ConstraintSet_constraint_referenced_ids = 30;
- public static final int ConstraintSet_layout_constrainedHeight = 31;
- public static final int ConstraintSet_layout_constrainedWidth = 32;
- public static final int ConstraintSet_layout_constraintBaseline_creator = 33;
- public static final int ConstraintSet_layout_constraintBaseline_toBaselineOf = 34;
- public static final int ConstraintSet_layout_constraintBottom_creator = 35;
- public static final int ConstraintSet_layout_constraintBottom_toBottomOf = 36;
- public static final int ConstraintSet_layout_constraintBottom_toTopOf = 37;
- public static final int ConstraintSet_layout_constraintCircle = 38;
- public static final int ConstraintSet_layout_constraintCircleAngle = 39;
- public static final int ConstraintSet_layout_constraintCircleRadius = 40;
- public static final int ConstraintSet_layout_constraintDimensionRatio = 41;
- public static final int ConstraintSet_layout_constraintEnd_toEndOf = 42;
- public static final int ConstraintSet_layout_constraintEnd_toStartOf = 43;
- public static final int ConstraintSet_layout_constraintGuide_begin = 44;
- public static final int ConstraintSet_layout_constraintGuide_end = 45;
- public static final int ConstraintSet_layout_constraintGuide_percent = 46;
- public static final int ConstraintSet_layout_constraintHeight_default = 47;
- public static final int ConstraintSet_layout_constraintHeight_max = 48;
- public static final int ConstraintSet_layout_constraintHeight_min = 49;
- public static final int ConstraintSet_layout_constraintHeight_percent = 50;
- public static final int ConstraintSet_layout_constraintHorizontal_bias = 51;
- public static final int ConstraintSet_layout_constraintHorizontal_chainStyle = 52;
- public static final int ConstraintSet_layout_constraintHorizontal_weight = 53;
- public static final int ConstraintSet_layout_constraintLeft_creator = 54;
- public static final int ConstraintSet_layout_constraintLeft_toLeftOf = 55;
- public static final int ConstraintSet_layout_constraintLeft_toRightOf = 56;
- public static final int ConstraintSet_layout_constraintRight_creator = 57;
- public static final int ConstraintSet_layout_constraintRight_toLeftOf = 58;
- public static final int ConstraintSet_layout_constraintRight_toRightOf = 59;
- public static final int ConstraintSet_layout_constraintStart_toEndOf = 60;
- public static final int ConstraintSet_layout_constraintStart_toStartOf = 61;
- public static final int ConstraintSet_layout_constraintTop_creator = 62;
- public static final int ConstraintSet_layout_constraintTop_toBottomOf = 63;
- public static final int ConstraintSet_layout_constraintTop_toTopOf = 64;
- public static final int ConstraintSet_layout_constraintVertical_bias = 65;
- public static final int ConstraintSet_layout_constraintVertical_chainStyle = 66;
- public static final int ConstraintSet_layout_constraintVertical_weight = 67;
- public static final int ConstraintSet_layout_constraintWidth_default = 68;
- public static final int ConstraintSet_layout_constraintWidth_max = 69;
- public static final int ConstraintSet_layout_constraintWidth_min = 70;
- public static final int ConstraintSet_layout_constraintWidth_percent = 71;
- public static final int ConstraintSet_layout_editor_absoluteX = 72;
- public static final int ConstraintSet_layout_editor_absoluteY = 73;
- public static final int ConstraintSet_layout_goneMarginBottom = 74;
- public static final int ConstraintSet_layout_goneMarginEnd = 75;
- public static final int ConstraintSet_layout_goneMarginLeft = 76;
- public static final int ConstraintSet_layout_goneMarginRight = 77;
- public static final int ConstraintSet_layout_goneMarginStart = 78;
- public static final int ConstraintSet_layout_goneMarginTop = 79;
- public static final int[] LinearConstraintLayout = { 0x10100c4 };
- public static final int LinearConstraintLayout_android_orientation = 0;
- }
-}
diff --git a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/coordinatorlayout/R.java b/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/coordinatorlayout/R.java
deleted file mode 100644
index b5610bf3f..000000000
--- a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/coordinatorlayout/R.java
+++ /dev/null
@@ -1,211 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package androidx.coordinatorlayout;
-
-public final class R {
- private R() {}
-
- public static final class attr {
- private attr() {}
-
- public static final int alpha = 0x7f020027;
- public static final int coordinatorLayoutStyle = 0x7f020064;
- public static final int font = 0x7f02007a;
- public static final int fontProviderAuthority = 0x7f02007c;
- public static final int fontProviderCerts = 0x7f02007d;
- public static final int fontProviderFetchStrategy = 0x7f02007e;
- public static final int fontProviderFetchTimeout = 0x7f02007f;
- public static final int fontProviderPackage = 0x7f020080;
- public static final int fontProviderQuery = 0x7f020081;
- public static final int fontStyle = 0x7f020082;
- public static final int fontVariationSettings = 0x7f020083;
- public static final int fontWeight = 0x7f020084;
- public static final int keylines = 0x7f020094;
- public static final int layout_anchor = 0x7f020097;
- public static final int layout_anchorGravity = 0x7f020098;
- public static final int layout_behavior = 0x7f020099;
- public static final int layout_dodgeInsetEdges = 0x7f0200c3;
- public static final int layout_insetEdge = 0x7f0200cc;
- public static final int layout_keyline = 0x7f0200cd;
- public static final int statusBarBackground = 0x7f020109;
- public static final int ttcIndex = 0x7f02013c;
- }
- public static final class color {
- private color() {}
-
- public static final int notification_action_color_filter = 0x7f04003f;
- public static final int notification_icon_bg_color = 0x7f040040;
- public static final int ripple_material_light = 0x7f04004a;
- public static final int secondary_text_default_material_light = 0x7f04004c;
- }
- public static final class dimen {
- private dimen() {}
-
- public static final int compat_button_inset_horizontal_material = 0x7f05004b;
- public static final int compat_button_inset_vertical_material = 0x7f05004c;
- public static final int compat_button_padding_horizontal_material = 0x7f05004d;
- public static final int compat_button_padding_vertical_material = 0x7f05004e;
- public static final int compat_control_corner_material = 0x7f05004f;
- public static final int compat_notification_large_icon_max_height = 0x7f050050;
- public static final int compat_notification_large_icon_max_width = 0x7f050051;
- public static final int notification_action_icon_size = 0x7f05005b;
- public static final int notification_action_text_size = 0x7f05005c;
- public static final int notification_big_circle_margin = 0x7f05005d;
- public static final int notification_content_margin_start = 0x7f05005e;
- public static final int notification_large_icon_height = 0x7f05005f;
- public static final int notification_large_icon_width = 0x7f050060;
- public static final int notification_main_column_padding_top = 0x7f050061;
- public static final int notification_media_narrow_margin = 0x7f050062;
- public static final int notification_right_icon_size = 0x7f050063;
- public static final int notification_right_side_padding_top = 0x7f050064;
- public static final int notification_small_icon_background_padding = 0x7f050065;
- public static final int notification_small_icon_size_as_large = 0x7f050066;
- public static final int notification_subtext_size = 0x7f050067;
- public static final int notification_top_pad = 0x7f050068;
- public static final int notification_top_pad_large_text = 0x7f050069;
- }
- public static final class drawable {
- private drawable() {}
-
- public static final int notification_action_background = 0x7f06005a;
- public static final int notification_bg = 0x7f06005b;
- public static final int notification_bg_low = 0x7f06005c;
- public static final int notification_bg_low_normal = 0x7f06005d;
- public static final int notification_bg_low_pressed = 0x7f06005e;
- public static final int notification_bg_normal = 0x7f06005f;
- public static final int notification_bg_normal_pressed = 0x7f060060;
- public static final int notification_icon_background = 0x7f060061;
- public static final int notification_template_icon_bg = 0x7f060062;
- public static final int notification_template_icon_low_bg = 0x7f060063;
- public static final int notification_tile_bg = 0x7f060064;
- public static final int notify_panel_notification_icon_bg = 0x7f060065;
- }
- public static final class id {
- private id() {}
-
- public static final int action_container = 0x7f07000d;
- public static final int action_divider = 0x7f07000f;
- public static final int action_image = 0x7f070010;
- public static final int action_text = 0x7f070016;
- public static final int actions = 0x7f070017;
- public static final int async = 0x7f07001d;
- public static final int blocking = 0x7f070020;
- public static final int bottom = 0x7f070021;
- public static final int chronometer = 0x7f07002c;
- public static final int end = 0x7f07003a;
- public static final int forever = 0x7f070040;
- public static final int icon = 0x7f070046;
- public static final int icon_group = 0x7f070047;
- public static final int info = 0x7f07004b;
- public static final int italic = 0x7f07004d;
- public static final int left = 0x7f07004e;
- public static final int line1 = 0x7f07004f;
- public static final int line3 = 0x7f070050;
- public static final int none = 0x7f070057;
- public static final int normal = 0x7f070058;
- public static final int notification_background = 0x7f070059;
- public static final int notification_main_column = 0x7f07005a;
- public static final int notification_main_column_container = 0x7f07005b;
- public static final int right = 0x7f070063;
- public static final int right_icon = 0x7f070064;
- public static final int right_side = 0x7f070065;
- public static final int start = 0x7f070083;
- public static final int tag_transition_group = 0x7f070087;
- public static final int tag_unhandled_key_event_manager = 0x7f070088;
- public static final int tag_unhandled_key_listeners = 0x7f070089;
- public static final int text = 0x7f07008a;
- public static final int text2 = 0x7f07008b;
- public static final int time = 0x7f07008e;
- public static final int title = 0x7f07008f;
- public static final int top = 0x7f070092;
- }
- public static final class integer {
- private integer() {}
-
- public static final int status_bar_notification_info_maxnum = 0x7f080004;
- }
- public static final class layout {
- private layout() {}
-
- public static final int notification_action = 0x7f09001e;
- public static final int notification_action_tombstone = 0x7f09001f;
- public static final int notification_template_custom_big = 0x7f090020;
- public static final int notification_template_icon_group = 0x7f090021;
- public static final int notification_template_part_chronometer = 0x7f090022;
- public static final int notification_template_part_time = 0x7f090023;
- }
- public static final class string {
- private string() {}
-
- public static final int status_bar_notification_info_overflow = 0x7f0b0029;
- }
- public static final class style {
- private style() {}
-
- public static final int TextAppearance_Compat_Notification = 0x7f0c00ec;
- public static final int TextAppearance_Compat_Notification_Info = 0x7f0c00ed;
- public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0c00ee;
- public static final int TextAppearance_Compat_Notification_Time = 0x7f0c00ef;
- public static final int TextAppearance_Compat_Notification_Title = 0x7f0c00f0;
- public static final int Widget_Compat_NotificationActionContainer = 0x7f0c0158;
- public static final int Widget_Compat_NotificationActionText = 0x7f0c0159;
- public static final int Widget_Support_CoordinatorLayout = 0x7f0c015a;
- }
- public static final class styleable {
- private styleable() {}
-
- public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f020027 };
- public static final int ColorStateListItem_android_color = 0;
- public static final int ColorStateListItem_android_alpha = 1;
- public static final int ColorStateListItem_alpha = 2;
- public static final int[] CoordinatorLayout = { 0x7f020094, 0x7f020109 };
- public static final int CoordinatorLayout_keylines = 0;
- public static final int CoordinatorLayout_statusBarBackground = 1;
- public static final int[] CoordinatorLayout_Layout = { 0x10100b3, 0x7f020097, 0x7f020098, 0x7f020099, 0x7f0200c3, 0x7f0200cc, 0x7f0200cd };
- public static final int CoordinatorLayout_Layout_android_layout_gravity = 0;
- public static final int CoordinatorLayout_Layout_layout_anchor = 1;
- public static final int CoordinatorLayout_Layout_layout_anchorGravity = 2;
- public static final int CoordinatorLayout_Layout_layout_behavior = 3;
- public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4;
- public static final int CoordinatorLayout_Layout_layout_insetEdge = 5;
- public static final int CoordinatorLayout_Layout_layout_keyline = 6;
- public static final int[] FontFamily = { 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f, 0x7f020080, 0x7f020081 };
- public static final int FontFamily_fontProviderAuthority = 0;
- public static final int FontFamily_fontProviderCerts = 1;
- public static final int FontFamily_fontProviderFetchStrategy = 2;
- public static final int FontFamily_fontProviderFetchTimeout = 3;
- public static final int FontFamily_fontProviderPackage = 4;
- public static final int FontFamily_fontProviderQuery = 5;
- public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f02007a, 0x7f020082, 0x7f020083, 0x7f020084, 0x7f02013c };
- public static final int FontFamilyFont_android_font = 0;
- public static final int FontFamilyFont_android_fontWeight = 1;
- public static final int FontFamilyFont_android_fontStyle = 2;
- public static final int FontFamilyFont_android_ttcIndex = 3;
- public static final int FontFamilyFont_android_fontVariationSettings = 4;
- public static final int FontFamilyFont_font = 5;
- public static final int FontFamilyFont_fontStyle = 6;
- public static final int FontFamilyFont_fontVariationSettings = 7;
- public static final int FontFamilyFont_fontWeight = 8;
- public static final int FontFamilyFont_ttcIndex = 9;
- public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 };
- public static final int GradientColor_android_startColor = 0;
- public static final int GradientColor_android_endColor = 1;
- public static final int GradientColor_android_type = 2;
- public static final int GradientColor_android_centerX = 3;
- public static final int GradientColor_android_centerY = 4;
- public static final int GradientColor_android_gradientRadius = 5;
- public static final int GradientColor_android_tileMode = 6;
- public static final int GradientColor_android_centerColor = 7;
- public static final int GradientColor_android_startX = 8;
- public static final int GradientColor_android_startY = 9;
- public static final int GradientColor_android_endX = 10;
- public static final int GradientColor_android_endY = 11;
- public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 };
- public static final int GradientColorItem_android_color = 0;
- public static final int GradientColorItem_android_offset = 1;
- }
-}
diff --git a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/core/R.java b/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/core/R.java
deleted file mode 100644
index 8fb79c774..000000000
--- a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/core/R.java
+++ /dev/null
@@ -1,183 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package androidx.core;
-
-public final class R {
- private R() {}
-
- public static final class attr {
- private attr() {}
-
- public static final int alpha = 0x7f020027;
- public static final int font = 0x7f02007a;
- public static final int fontProviderAuthority = 0x7f02007c;
- public static final int fontProviderCerts = 0x7f02007d;
- public static final int fontProviderFetchStrategy = 0x7f02007e;
- public static final int fontProviderFetchTimeout = 0x7f02007f;
- public static final int fontProviderPackage = 0x7f020080;
- public static final int fontProviderQuery = 0x7f020081;
- public static final int fontStyle = 0x7f020082;
- public static final int fontVariationSettings = 0x7f020083;
- public static final int fontWeight = 0x7f020084;
- public static final int ttcIndex = 0x7f02013c;
- }
- public static final class color {
- private color() {}
-
- public static final int notification_action_color_filter = 0x7f04003f;
- public static final int notification_icon_bg_color = 0x7f040040;
- public static final int ripple_material_light = 0x7f04004a;
- public static final int secondary_text_default_material_light = 0x7f04004c;
- }
- public static final class dimen {
- private dimen() {}
-
- public static final int compat_button_inset_horizontal_material = 0x7f05004b;
- public static final int compat_button_inset_vertical_material = 0x7f05004c;
- public static final int compat_button_padding_horizontal_material = 0x7f05004d;
- public static final int compat_button_padding_vertical_material = 0x7f05004e;
- public static final int compat_control_corner_material = 0x7f05004f;
- public static final int compat_notification_large_icon_max_height = 0x7f050050;
- public static final int compat_notification_large_icon_max_width = 0x7f050051;
- public static final int notification_action_icon_size = 0x7f05005b;
- public static final int notification_action_text_size = 0x7f05005c;
- public static final int notification_big_circle_margin = 0x7f05005d;
- public static final int notification_content_margin_start = 0x7f05005e;
- public static final int notification_large_icon_height = 0x7f05005f;
- public static final int notification_large_icon_width = 0x7f050060;
- public static final int notification_main_column_padding_top = 0x7f050061;
- public static final int notification_media_narrow_margin = 0x7f050062;
- public static final int notification_right_icon_size = 0x7f050063;
- public static final int notification_right_side_padding_top = 0x7f050064;
- public static final int notification_small_icon_background_padding = 0x7f050065;
- public static final int notification_small_icon_size_as_large = 0x7f050066;
- public static final int notification_subtext_size = 0x7f050067;
- public static final int notification_top_pad = 0x7f050068;
- public static final int notification_top_pad_large_text = 0x7f050069;
- }
- public static final class drawable {
- private drawable() {}
-
- public static final int notification_action_background = 0x7f06005a;
- public static final int notification_bg = 0x7f06005b;
- public static final int notification_bg_low = 0x7f06005c;
- public static final int notification_bg_low_normal = 0x7f06005d;
- public static final int notification_bg_low_pressed = 0x7f06005e;
- public static final int notification_bg_normal = 0x7f06005f;
- public static final int notification_bg_normal_pressed = 0x7f060060;
- public static final int notification_icon_background = 0x7f060061;
- public static final int notification_template_icon_bg = 0x7f060062;
- public static final int notification_template_icon_low_bg = 0x7f060063;
- public static final int notification_tile_bg = 0x7f060064;
- public static final int notify_panel_notification_icon_bg = 0x7f060065;
- }
- public static final class id {
- private id() {}
-
- public static final int action_container = 0x7f07000d;
- public static final int action_divider = 0x7f07000f;
- public static final int action_image = 0x7f070010;
- public static final int action_text = 0x7f070016;
- public static final int actions = 0x7f070017;
- public static final int async = 0x7f07001d;
- public static final int blocking = 0x7f070020;
- public static final int chronometer = 0x7f07002c;
- public static final int forever = 0x7f070040;
- public static final int icon = 0x7f070046;
- public static final int icon_group = 0x7f070047;
- public static final int info = 0x7f07004b;
- public static final int italic = 0x7f07004d;
- public static final int line1 = 0x7f07004f;
- public static final int line3 = 0x7f070050;
- public static final int normal = 0x7f070058;
- public static final int notification_background = 0x7f070059;
- public static final int notification_main_column = 0x7f07005a;
- public static final int notification_main_column_container = 0x7f07005b;
- public static final int right_icon = 0x7f070064;
- public static final int right_side = 0x7f070065;
- public static final int tag_transition_group = 0x7f070087;
- public static final int tag_unhandled_key_event_manager = 0x7f070088;
- public static final int tag_unhandled_key_listeners = 0x7f070089;
- public static final int text = 0x7f07008a;
- public static final int text2 = 0x7f07008b;
- public static final int time = 0x7f07008e;
- public static final int title = 0x7f07008f;
- }
- public static final class integer {
- private integer() {}
-
- public static final int status_bar_notification_info_maxnum = 0x7f080004;
- }
- public static final class layout {
- private layout() {}
-
- public static final int notification_action = 0x7f09001e;
- public static final int notification_action_tombstone = 0x7f09001f;
- public static final int notification_template_custom_big = 0x7f090020;
- public static final int notification_template_icon_group = 0x7f090021;
- public static final int notification_template_part_chronometer = 0x7f090022;
- public static final int notification_template_part_time = 0x7f090023;
- }
- public static final class string {
- private string() {}
-
- public static final int status_bar_notification_info_overflow = 0x7f0b0029;
- }
- public static final class style {
- private style() {}
-
- public static final int TextAppearance_Compat_Notification = 0x7f0c00ec;
- public static final int TextAppearance_Compat_Notification_Info = 0x7f0c00ed;
- public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0c00ee;
- public static final int TextAppearance_Compat_Notification_Time = 0x7f0c00ef;
- public static final int TextAppearance_Compat_Notification_Title = 0x7f0c00f0;
- public static final int Widget_Compat_NotificationActionContainer = 0x7f0c0158;
- public static final int Widget_Compat_NotificationActionText = 0x7f0c0159;
- }
- public static final class styleable {
- private styleable() {}
-
- public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f020027 };
- public static final int ColorStateListItem_android_color = 0;
- public static final int ColorStateListItem_android_alpha = 1;
- public static final int ColorStateListItem_alpha = 2;
- public static final int[] FontFamily = { 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f, 0x7f020080, 0x7f020081 };
- public static final int FontFamily_fontProviderAuthority = 0;
- public static final int FontFamily_fontProviderCerts = 1;
- public static final int FontFamily_fontProviderFetchStrategy = 2;
- public static final int FontFamily_fontProviderFetchTimeout = 3;
- public static final int FontFamily_fontProviderPackage = 4;
- public static final int FontFamily_fontProviderQuery = 5;
- public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f02007a, 0x7f020082, 0x7f020083, 0x7f020084, 0x7f02013c };
- public static final int FontFamilyFont_android_font = 0;
- public static final int FontFamilyFont_android_fontWeight = 1;
- public static final int FontFamilyFont_android_fontStyle = 2;
- public static final int FontFamilyFont_android_ttcIndex = 3;
- public static final int FontFamilyFont_android_fontVariationSettings = 4;
- public static final int FontFamilyFont_font = 5;
- public static final int FontFamilyFont_fontStyle = 6;
- public static final int FontFamilyFont_fontVariationSettings = 7;
- public static final int FontFamilyFont_fontWeight = 8;
- public static final int FontFamilyFont_ttcIndex = 9;
- public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 };
- public static final int GradientColor_android_startColor = 0;
- public static final int GradientColor_android_endColor = 1;
- public static final int GradientColor_android_type = 2;
- public static final int GradientColor_android_centerX = 3;
- public static final int GradientColor_android_centerY = 4;
- public static final int GradientColor_android_gradientRadius = 5;
- public static final int GradientColor_android_tileMode = 6;
- public static final int GradientColor_android_centerColor = 7;
- public static final int GradientColor_android_startX = 8;
- public static final int GradientColor_android_startY = 9;
- public static final int GradientColor_android_endX = 10;
- public static final int GradientColor_android_endY = 11;
- public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 };
- public static final int GradientColorItem_android_color = 0;
- public static final int GradientColorItem_android_offset = 1;
- }
-}
diff --git a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/cursoradapter/R.java b/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/cursoradapter/R.java
deleted file mode 100644
index da95f3e8e..000000000
--- a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/cursoradapter/R.java
+++ /dev/null
@@ -1,12 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package androidx.cursoradapter;
-
-public final class R {
- private R() {}
-
-}
diff --git a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/customview/R.java b/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/customview/R.java
deleted file mode 100644
index c0b4ef17d..000000000
--- a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/customview/R.java
+++ /dev/null
@@ -1,183 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package androidx.customview;
-
-public final class R {
- private R() {}
-
- public static final class attr {
- private attr() {}
-
- public static final int alpha = 0x7f020027;
- public static final int font = 0x7f02007a;
- public static final int fontProviderAuthority = 0x7f02007c;
- public static final int fontProviderCerts = 0x7f02007d;
- public static final int fontProviderFetchStrategy = 0x7f02007e;
- public static final int fontProviderFetchTimeout = 0x7f02007f;
- public static final int fontProviderPackage = 0x7f020080;
- public static final int fontProviderQuery = 0x7f020081;
- public static final int fontStyle = 0x7f020082;
- public static final int fontVariationSettings = 0x7f020083;
- public static final int fontWeight = 0x7f020084;
- public static final int ttcIndex = 0x7f02013c;
- }
- public static final class color {
- private color() {}
-
- public static final int notification_action_color_filter = 0x7f04003f;
- public static final int notification_icon_bg_color = 0x7f040040;
- public static final int ripple_material_light = 0x7f04004a;
- public static final int secondary_text_default_material_light = 0x7f04004c;
- }
- public static final class dimen {
- private dimen() {}
-
- public static final int compat_button_inset_horizontal_material = 0x7f05004b;
- public static final int compat_button_inset_vertical_material = 0x7f05004c;
- public static final int compat_button_padding_horizontal_material = 0x7f05004d;
- public static final int compat_button_padding_vertical_material = 0x7f05004e;
- public static final int compat_control_corner_material = 0x7f05004f;
- public static final int compat_notification_large_icon_max_height = 0x7f050050;
- public static final int compat_notification_large_icon_max_width = 0x7f050051;
- public static final int notification_action_icon_size = 0x7f05005b;
- public static final int notification_action_text_size = 0x7f05005c;
- public static final int notification_big_circle_margin = 0x7f05005d;
- public static final int notification_content_margin_start = 0x7f05005e;
- public static final int notification_large_icon_height = 0x7f05005f;
- public static final int notification_large_icon_width = 0x7f050060;
- public static final int notification_main_column_padding_top = 0x7f050061;
- public static final int notification_media_narrow_margin = 0x7f050062;
- public static final int notification_right_icon_size = 0x7f050063;
- public static final int notification_right_side_padding_top = 0x7f050064;
- public static final int notification_small_icon_background_padding = 0x7f050065;
- public static final int notification_small_icon_size_as_large = 0x7f050066;
- public static final int notification_subtext_size = 0x7f050067;
- public static final int notification_top_pad = 0x7f050068;
- public static final int notification_top_pad_large_text = 0x7f050069;
- }
- public static final class drawable {
- private drawable() {}
-
- public static final int notification_action_background = 0x7f06005a;
- public static final int notification_bg = 0x7f06005b;
- public static final int notification_bg_low = 0x7f06005c;
- public static final int notification_bg_low_normal = 0x7f06005d;
- public static final int notification_bg_low_pressed = 0x7f06005e;
- public static final int notification_bg_normal = 0x7f06005f;
- public static final int notification_bg_normal_pressed = 0x7f060060;
- public static final int notification_icon_background = 0x7f060061;
- public static final int notification_template_icon_bg = 0x7f060062;
- public static final int notification_template_icon_low_bg = 0x7f060063;
- public static final int notification_tile_bg = 0x7f060064;
- public static final int notify_panel_notification_icon_bg = 0x7f060065;
- }
- public static final class id {
- private id() {}
-
- public static final int action_container = 0x7f07000d;
- public static final int action_divider = 0x7f07000f;
- public static final int action_image = 0x7f070010;
- public static final int action_text = 0x7f070016;
- public static final int actions = 0x7f070017;
- public static final int async = 0x7f07001d;
- public static final int blocking = 0x7f070020;
- public static final int chronometer = 0x7f07002c;
- public static final int forever = 0x7f070040;
- public static final int icon = 0x7f070046;
- public static final int icon_group = 0x7f070047;
- public static final int info = 0x7f07004b;
- public static final int italic = 0x7f07004d;
- public static final int line1 = 0x7f07004f;
- public static final int line3 = 0x7f070050;
- public static final int normal = 0x7f070058;
- public static final int notification_background = 0x7f070059;
- public static final int notification_main_column = 0x7f07005a;
- public static final int notification_main_column_container = 0x7f07005b;
- public static final int right_icon = 0x7f070064;
- public static final int right_side = 0x7f070065;
- public static final int tag_transition_group = 0x7f070087;
- public static final int tag_unhandled_key_event_manager = 0x7f070088;
- public static final int tag_unhandled_key_listeners = 0x7f070089;
- public static final int text = 0x7f07008a;
- public static final int text2 = 0x7f07008b;
- public static final int time = 0x7f07008e;
- public static final int title = 0x7f07008f;
- }
- public static final class integer {
- private integer() {}
-
- public static final int status_bar_notification_info_maxnum = 0x7f080004;
- }
- public static final class layout {
- private layout() {}
-
- public static final int notification_action = 0x7f09001e;
- public static final int notification_action_tombstone = 0x7f09001f;
- public static final int notification_template_custom_big = 0x7f090020;
- public static final int notification_template_icon_group = 0x7f090021;
- public static final int notification_template_part_chronometer = 0x7f090022;
- public static final int notification_template_part_time = 0x7f090023;
- }
- public static final class string {
- private string() {}
-
- public static final int status_bar_notification_info_overflow = 0x7f0b0029;
- }
- public static final class style {
- private style() {}
-
- public static final int TextAppearance_Compat_Notification = 0x7f0c00ec;
- public static final int TextAppearance_Compat_Notification_Info = 0x7f0c00ed;
- public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0c00ee;
- public static final int TextAppearance_Compat_Notification_Time = 0x7f0c00ef;
- public static final int TextAppearance_Compat_Notification_Title = 0x7f0c00f0;
- public static final int Widget_Compat_NotificationActionContainer = 0x7f0c0158;
- public static final int Widget_Compat_NotificationActionText = 0x7f0c0159;
- }
- public static final class styleable {
- private styleable() {}
-
- public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f020027 };
- public static final int ColorStateListItem_android_color = 0;
- public static final int ColorStateListItem_android_alpha = 1;
- public static final int ColorStateListItem_alpha = 2;
- public static final int[] FontFamily = { 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f, 0x7f020080, 0x7f020081 };
- public static final int FontFamily_fontProviderAuthority = 0;
- public static final int FontFamily_fontProviderCerts = 1;
- public static final int FontFamily_fontProviderFetchStrategy = 2;
- public static final int FontFamily_fontProviderFetchTimeout = 3;
- public static final int FontFamily_fontProviderPackage = 4;
- public static final int FontFamily_fontProviderQuery = 5;
- public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f02007a, 0x7f020082, 0x7f020083, 0x7f020084, 0x7f02013c };
- public static final int FontFamilyFont_android_font = 0;
- public static final int FontFamilyFont_android_fontWeight = 1;
- public static final int FontFamilyFont_android_fontStyle = 2;
- public static final int FontFamilyFont_android_ttcIndex = 3;
- public static final int FontFamilyFont_android_fontVariationSettings = 4;
- public static final int FontFamilyFont_font = 5;
- public static final int FontFamilyFont_fontStyle = 6;
- public static final int FontFamilyFont_fontVariationSettings = 7;
- public static final int FontFamilyFont_fontWeight = 8;
- public static final int FontFamilyFont_ttcIndex = 9;
- public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 };
- public static final int GradientColor_android_startColor = 0;
- public static final int GradientColor_android_endColor = 1;
- public static final int GradientColor_android_type = 2;
- public static final int GradientColor_android_centerX = 3;
- public static final int GradientColor_android_centerY = 4;
- public static final int GradientColor_android_gradientRadius = 5;
- public static final int GradientColor_android_tileMode = 6;
- public static final int GradientColor_android_centerColor = 7;
- public static final int GradientColor_android_startX = 8;
- public static final int GradientColor_android_startY = 9;
- public static final int GradientColor_android_endX = 10;
- public static final int GradientColor_android_endY = 11;
- public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 };
- public static final int GradientColorItem_android_color = 0;
- public static final int GradientColorItem_android_offset = 1;
- }
-}
diff --git a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/documentfile/R.java b/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/documentfile/R.java
deleted file mode 100644
index 510d25611..000000000
--- a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/documentfile/R.java
+++ /dev/null
@@ -1,12 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package androidx.documentfile;
-
-public final class R {
- private R() {}
-
-}
diff --git a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/drawerlayout/R.java b/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/drawerlayout/R.java
deleted file mode 100644
index 7ca3b54a5..000000000
--- a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/drawerlayout/R.java
+++ /dev/null
@@ -1,183 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package androidx.drawerlayout;
-
-public final class R {
- private R() {}
-
- public static final class attr {
- private attr() {}
-
- public static final int alpha = 0x7f020027;
- public static final int font = 0x7f02007a;
- public static final int fontProviderAuthority = 0x7f02007c;
- public static final int fontProviderCerts = 0x7f02007d;
- public static final int fontProviderFetchStrategy = 0x7f02007e;
- public static final int fontProviderFetchTimeout = 0x7f02007f;
- public static final int fontProviderPackage = 0x7f020080;
- public static final int fontProviderQuery = 0x7f020081;
- public static final int fontStyle = 0x7f020082;
- public static final int fontVariationSettings = 0x7f020083;
- public static final int fontWeight = 0x7f020084;
- public static final int ttcIndex = 0x7f02013c;
- }
- public static final class color {
- private color() {}
-
- public static final int notification_action_color_filter = 0x7f04003f;
- public static final int notification_icon_bg_color = 0x7f040040;
- public static final int ripple_material_light = 0x7f04004a;
- public static final int secondary_text_default_material_light = 0x7f04004c;
- }
- public static final class dimen {
- private dimen() {}
-
- public static final int compat_button_inset_horizontal_material = 0x7f05004b;
- public static final int compat_button_inset_vertical_material = 0x7f05004c;
- public static final int compat_button_padding_horizontal_material = 0x7f05004d;
- public static final int compat_button_padding_vertical_material = 0x7f05004e;
- public static final int compat_control_corner_material = 0x7f05004f;
- public static final int compat_notification_large_icon_max_height = 0x7f050050;
- public static final int compat_notification_large_icon_max_width = 0x7f050051;
- public static final int notification_action_icon_size = 0x7f05005b;
- public static final int notification_action_text_size = 0x7f05005c;
- public static final int notification_big_circle_margin = 0x7f05005d;
- public static final int notification_content_margin_start = 0x7f05005e;
- public static final int notification_large_icon_height = 0x7f05005f;
- public static final int notification_large_icon_width = 0x7f050060;
- public static final int notification_main_column_padding_top = 0x7f050061;
- public static final int notification_media_narrow_margin = 0x7f050062;
- public static final int notification_right_icon_size = 0x7f050063;
- public static final int notification_right_side_padding_top = 0x7f050064;
- public static final int notification_small_icon_background_padding = 0x7f050065;
- public static final int notification_small_icon_size_as_large = 0x7f050066;
- public static final int notification_subtext_size = 0x7f050067;
- public static final int notification_top_pad = 0x7f050068;
- public static final int notification_top_pad_large_text = 0x7f050069;
- }
- public static final class drawable {
- private drawable() {}
-
- public static final int notification_action_background = 0x7f06005a;
- public static final int notification_bg = 0x7f06005b;
- public static final int notification_bg_low = 0x7f06005c;
- public static final int notification_bg_low_normal = 0x7f06005d;
- public static final int notification_bg_low_pressed = 0x7f06005e;
- public static final int notification_bg_normal = 0x7f06005f;
- public static final int notification_bg_normal_pressed = 0x7f060060;
- public static final int notification_icon_background = 0x7f060061;
- public static final int notification_template_icon_bg = 0x7f060062;
- public static final int notification_template_icon_low_bg = 0x7f060063;
- public static final int notification_tile_bg = 0x7f060064;
- public static final int notify_panel_notification_icon_bg = 0x7f060065;
- }
- public static final class id {
- private id() {}
-
- public static final int action_container = 0x7f07000d;
- public static final int action_divider = 0x7f07000f;
- public static final int action_image = 0x7f070010;
- public static final int action_text = 0x7f070016;
- public static final int actions = 0x7f070017;
- public static final int async = 0x7f07001d;
- public static final int blocking = 0x7f070020;
- public static final int chronometer = 0x7f07002c;
- public static final int forever = 0x7f070040;
- public static final int icon = 0x7f070046;
- public static final int icon_group = 0x7f070047;
- public static final int info = 0x7f07004b;
- public static final int italic = 0x7f07004d;
- public static final int line1 = 0x7f07004f;
- public static final int line3 = 0x7f070050;
- public static final int normal = 0x7f070058;
- public static final int notification_background = 0x7f070059;
- public static final int notification_main_column = 0x7f07005a;
- public static final int notification_main_column_container = 0x7f07005b;
- public static final int right_icon = 0x7f070064;
- public static final int right_side = 0x7f070065;
- public static final int tag_transition_group = 0x7f070087;
- public static final int tag_unhandled_key_event_manager = 0x7f070088;
- public static final int tag_unhandled_key_listeners = 0x7f070089;
- public static final int text = 0x7f07008a;
- public static final int text2 = 0x7f07008b;
- public static final int time = 0x7f07008e;
- public static final int title = 0x7f07008f;
- }
- public static final class integer {
- private integer() {}
-
- public static final int status_bar_notification_info_maxnum = 0x7f080004;
- }
- public static final class layout {
- private layout() {}
-
- public static final int notification_action = 0x7f09001e;
- public static final int notification_action_tombstone = 0x7f09001f;
- public static final int notification_template_custom_big = 0x7f090020;
- public static final int notification_template_icon_group = 0x7f090021;
- public static final int notification_template_part_chronometer = 0x7f090022;
- public static final int notification_template_part_time = 0x7f090023;
- }
- public static final class string {
- private string() {}
-
- public static final int status_bar_notification_info_overflow = 0x7f0b0029;
- }
- public static final class style {
- private style() {}
-
- public static final int TextAppearance_Compat_Notification = 0x7f0c00ec;
- public static final int TextAppearance_Compat_Notification_Info = 0x7f0c00ed;
- public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0c00ee;
- public static final int TextAppearance_Compat_Notification_Time = 0x7f0c00ef;
- public static final int TextAppearance_Compat_Notification_Title = 0x7f0c00f0;
- public static final int Widget_Compat_NotificationActionContainer = 0x7f0c0158;
- public static final int Widget_Compat_NotificationActionText = 0x7f0c0159;
- }
- public static final class styleable {
- private styleable() {}
-
- public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f020027 };
- public static final int ColorStateListItem_android_color = 0;
- public static final int ColorStateListItem_android_alpha = 1;
- public static final int ColorStateListItem_alpha = 2;
- public static final int[] FontFamily = { 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f, 0x7f020080, 0x7f020081 };
- public static final int FontFamily_fontProviderAuthority = 0;
- public static final int FontFamily_fontProviderCerts = 1;
- public static final int FontFamily_fontProviderFetchStrategy = 2;
- public static final int FontFamily_fontProviderFetchTimeout = 3;
- public static final int FontFamily_fontProviderPackage = 4;
- public static final int FontFamily_fontProviderQuery = 5;
- public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f02007a, 0x7f020082, 0x7f020083, 0x7f020084, 0x7f02013c };
- public static final int FontFamilyFont_android_font = 0;
- public static final int FontFamilyFont_android_fontWeight = 1;
- public static final int FontFamilyFont_android_fontStyle = 2;
- public static final int FontFamilyFont_android_ttcIndex = 3;
- public static final int FontFamilyFont_android_fontVariationSettings = 4;
- public static final int FontFamilyFont_font = 5;
- public static final int FontFamilyFont_fontStyle = 6;
- public static final int FontFamilyFont_fontVariationSettings = 7;
- public static final int FontFamilyFont_fontWeight = 8;
- public static final int FontFamilyFont_ttcIndex = 9;
- public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 };
- public static final int GradientColor_android_startColor = 0;
- public static final int GradientColor_android_endColor = 1;
- public static final int GradientColor_android_type = 2;
- public static final int GradientColor_android_centerX = 3;
- public static final int GradientColor_android_centerY = 4;
- public static final int GradientColor_android_gradientRadius = 5;
- public static final int GradientColor_android_tileMode = 6;
- public static final int GradientColor_android_centerColor = 7;
- public static final int GradientColor_android_startX = 8;
- public static final int GradientColor_android_startY = 9;
- public static final int GradientColor_android_endX = 10;
- public static final int GradientColor_android_endY = 11;
- public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 };
- public static final int GradientColorItem_android_color = 0;
- public static final int GradientColorItem_android_offset = 1;
- }
-}
diff --git a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/fragment/R.java b/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/fragment/R.java
deleted file mode 100644
index 1b8c7c9f9..000000000
--- a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/fragment/R.java
+++ /dev/null
@@ -1,211 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package androidx.fragment;
-
-public final class R {
- private R() {}
-
- public static final class attr {
- private attr() {}
-
- public static final int alpha = 0x7f020027;
- public static final int coordinatorLayoutStyle = 0x7f020064;
- public static final int font = 0x7f02007a;
- public static final int fontProviderAuthority = 0x7f02007c;
- public static final int fontProviderCerts = 0x7f02007d;
- public static final int fontProviderFetchStrategy = 0x7f02007e;
- public static final int fontProviderFetchTimeout = 0x7f02007f;
- public static final int fontProviderPackage = 0x7f020080;
- public static final int fontProviderQuery = 0x7f020081;
- public static final int fontStyle = 0x7f020082;
- public static final int fontVariationSettings = 0x7f020083;
- public static final int fontWeight = 0x7f020084;
- public static final int keylines = 0x7f020094;
- public static final int layout_anchor = 0x7f020097;
- public static final int layout_anchorGravity = 0x7f020098;
- public static final int layout_behavior = 0x7f020099;
- public static final int layout_dodgeInsetEdges = 0x7f0200c3;
- public static final int layout_insetEdge = 0x7f0200cc;
- public static final int layout_keyline = 0x7f0200cd;
- public static final int statusBarBackground = 0x7f020109;
- public static final int ttcIndex = 0x7f02013c;
- }
- public static final class color {
- private color() {}
-
- public static final int notification_action_color_filter = 0x7f04003f;
- public static final int notification_icon_bg_color = 0x7f040040;
- public static final int ripple_material_light = 0x7f04004a;
- public static final int secondary_text_default_material_light = 0x7f04004c;
- }
- public static final class dimen {
- private dimen() {}
-
- public static final int compat_button_inset_horizontal_material = 0x7f05004b;
- public static final int compat_button_inset_vertical_material = 0x7f05004c;
- public static final int compat_button_padding_horizontal_material = 0x7f05004d;
- public static final int compat_button_padding_vertical_material = 0x7f05004e;
- public static final int compat_control_corner_material = 0x7f05004f;
- public static final int compat_notification_large_icon_max_height = 0x7f050050;
- public static final int compat_notification_large_icon_max_width = 0x7f050051;
- public static final int notification_action_icon_size = 0x7f05005b;
- public static final int notification_action_text_size = 0x7f05005c;
- public static final int notification_big_circle_margin = 0x7f05005d;
- public static final int notification_content_margin_start = 0x7f05005e;
- public static final int notification_large_icon_height = 0x7f05005f;
- public static final int notification_large_icon_width = 0x7f050060;
- public static final int notification_main_column_padding_top = 0x7f050061;
- public static final int notification_media_narrow_margin = 0x7f050062;
- public static final int notification_right_icon_size = 0x7f050063;
- public static final int notification_right_side_padding_top = 0x7f050064;
- public static final int notification_small_icon_background_padding = 0x7f050065;
- public static final int notification_small_icon_size_as_large = 0x7f050066;
- public static final int notification_subtext_size = 0x7f050067;
- public static final int notification_top_pad = 0x7f050068;
- public static final int notification_top_pad_large_text = 0x7f050069;
- }
- public static final class drawable {
- private drawable() {}
-
- public static final int notification_action_background = 0x7f06005a;
- public static final int notification_bg = 0x7f06005b;
- public static final int notification_bg_low = 0x7f06005c;
- public static final int notification_bg_low_normal = 0x7f06005d;
- public static final int notification_bg_low_pressed = 0x7f06005e;
- public static final int notification_bg_normal = 0x7f06005f;
- public static final int notification_bg_normal_pressed = 0x7f060060;
- public static final int notification_icon_background = 0x7f060061;
- public static final int notification_template_icon_bg = 0x7f060062;
- public static final int notification_template_icon_low_bg = 0x7f060063;
- public static final int notification_tile_bg = 0x7f060064;
- public static final int notify_panel_notification_icon_bg = 0x7f060065;
- }
- public static final class id {
- private id() {}
-
- public static final int action_container = 0x7f07000d;
- public static final int action_divider = 0x7f07000f;
- public static final int action_image = 0x7f070010;
- public static final int action_text = 0x7f070016;
- public static final int actions = 0x7f070017;
- public static final int async = 0x7f07001d;
- public static final int blocking = 0x7f070020;
- public static final int bottom = 0x7f070021;
- public static final int chronometer = 0x7f07002c;
- public static final int end = 0x7f07003a;
- public static final int forever = 0x7f070040;
- public static final int icon = 0x7f070046;
- public static final int icon_group = 0x7f070047;
- public static final int info = 0x7f07004b;
- public static final int italic = 0x7f07004d;
- public static final int left = 0x7f07004e;
- public static final int line1 = 0x7f07004f;
- public static final int line3 = 0x7f070050;
- public static final int none = 0x7f070057;
- public static final int normal = 0x7f070058;
- public static final int notification_background = 0x7f070059;
- public static final int notification_main_column = 0x7f07005a;
- public static final int notification_main_column_container = 0x7f07005b;
- public static final int right = 0x7f070063;
- public static final int right_icon = 0x7f070064;
- public static final int right_side = 0x7f070065;
- public static final int start = 0x7f070083;
- public static final int tag_transition_group = 0x7f070087;
- public static final int tag_unhandled_key_event_manager = 0x7f070088;
- public static final int tag_unhandled_key_listeners = 0x7f070089;
- public static final int text = 0x7f07008a;
- public static final int text2 = 0x7f07008b;
- public static final int time = 0x7f07008e;
- public static final int title = 0x7f07008f;
- public static final int top = 0x7f070092;
- }
- public static final class integer {
- private integer() {}
-
- public static final int status_bar_notification_info_maxnum = 0x7f080004;
- }
- public static final class layout {
- private layout() {}
-
- public static final int notification_action = 0x7f09001e;
- public static final int notification_action_tombstone = 0x7f09001f;
- public static final int notification_template_custom_big = 0x7f090020;
- public static final int notification_template_icon_group = 0x7f090021;
- public static final int notification_template_part_chronometer = 0x7f090022;
- public static final int notification_template_part_time = 0x7f090023;
- }
- public static final class string {
- private string() {}
-
- public static final int status_bar_notification_info_overflow = 0x7f0b0029;
- }
- public static final class style {
- private style() {}
-
- public static final int TextAppearance_Compat_Notification = 0x7f0c00ec;
- public static final int TextAppearance_Compat_Notification_Info = 0x7f0c00ed;
- public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0c00ee;
- public static final int TextAppearance_Compat_Notification_Time = 0x7f0c00ef;
- public static final int TextAppearance_Compat_Notification_Title = 0x7f0c00f0;
- public static final int Widget_Compat_NotificationActionContainer = 0x7f0c0158;
- public static final int Widget_Compat_NotificationActionText = 0x7f0c0159;
- public static final int Widget_Support_CoordinatorLayout = 0x7f0c015a;
- }
- public static final class styleable {
- private styleable() {}
-
- public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f020027 };
- public static final int ColorStateListItem_android_color = 0;
- public static final int ColorStateListItem_android_alpha = 1;
- public static final int ColorStateListItem_alpha = 2;
- public static final int[] CoordinatorLayout = { 0x7f020094, 0x7f020109 };
- public static final int CoordinatorLayout_keylines = 0;
- public static final int CoordinatorLayout_statusBarBackground = 1;
- public static final int[] CoordinatorLayout_Layout = { 0x10100b3, 0x7f020097, 0x7f020098, 0x7f020099, 0x7f0200c3, 0x7f0200cc, 0x7f0200cd };
- public static final int CoordinatorLayout_Layout_android_layout_gravity = 0;
- public static final int CoordinatorLayout_Layout_layout_anchor = 1;
- public static final int CoordinatorLayout_Layout_layout_anchorGravity = 2;
- public static final int CoordinatorLayout_Layout_layout_behavior = 3;
- public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4;
- public static final int CoordinatorLayout_Layout_layout_insetEdge = 5;
- public static final int CoordinatorLayout_Layout_layout_keyline = 6;
- public static final int[] FontFamily = { 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f, 0x7f020080, 0x7f020081 };
- public static final int FontFamily_fontProviderAuthority = 0;
- public static final int FontFamily_fontProviderCerts = 1;
- public static final int FontFamily_fontProviderFetchStrategy = 2;
- public static final int FontFamily_fontProviderFetchTimeout = 3;
- public static final int FontFamily_fontProviderPackage = 4;
- public static final int FontFamily_fontProviderQuery = 5;
- public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f02007a, 0x7f020082, 0x7f020083, 0x7f020084, 0x7f02013c };
- public static final int FontFamilyFont_android_font = 0;
- public static final int FontFamilyFont_android_fontWeight = 1;
- public static final int FontFamilyFont_android_fontStyle = 2;
- public static final int FontFamilyFont_android_ttcIndex = 3;
- public static final int FontFamilyFont_android_fontVariationSettings = 4;
- public static final int FontFamilyFont_font = 5;
- public static final int FontFamilyFont_fontStyle = 6;
- public static final int FontFamilyFont_fontVariationSettings = 7;
- public static final int FontFamilyFont_fontWeight = 8;
- public static final int FontFamilyFont_ttcIndex = 9;
- public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 };
- public static final int GradientColor_android_startColor = 0;
- public static final int GradientColor_android_endColor = 1;
- public static final int GradientColor_android_type = 2;
- public static final int GradientColor_android_centerX = 3;
- public static final int GradientColor_android_centerY = 4;
- public static final int GradientColor_android_gradientRadius = 5;
- public static final int GradientColor_android_tileMode = 6;
- public static final int GradientColor_android_centerColor = 7;
- public static final int GradientColor_android_startX = 8;
- public static final int GradientColor_android_startY = 9;
- public static final int GradientColor_android_endX = 10;
- public static final int GradientColor_android_endY = 11;
- public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 };
- public static final int GradientColorItem_android_color = 0;
- public static final int GradientColorItem_android_offset = 1;
- }
-}
diff --git a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/interpolator/R.java b/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/interpolator/R.java
deleted file mode 100644
index b57cebd87..000000000
--- a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/interpolator/R.java
+++ /dev/null
@@ -1,12 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package androidx.interpolator;
-
-public final class R {
- private R() {}
-
-}
diff --git a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/legacy/coreui/R.java b/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/legacy/coreui/R.java
deleted file mode 100644
index 7d007721e..000000000
--- a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/legacy/coreui/R.java
+++ /dev/null
@@ -1,211 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package androidx.legacy.coreui;
-
-public final class R {
- private R() {}
-
- public static final class attr {
- private attr() {}
-
- public static final int alpha = 0x7f020027;
- public static final int coordinatorLayoutStyle = 0x7f020064;
- public static final int font = 0x7f02007a;
- public static final int fontProviderAuthority = 0x7f02007c;
- public static final int fontProviderCerts = 0x7f02007d;
- public static final int fontProviderFetchStrategy = 0x7f02007e;
- public static final int fontProviderFetchTimeout = 0x7f02007f;
- public static final int fontProviderPackage = 0x7f020080;
- public static final int fontProviderQuery = 0x7f020081;
- public static final int fontStyle = 0x7f020082;
- public static final int fontVariationSettings = 0x7f020083;
- public static final int fontWeight = 0x7f020084;
- public static final int keylines = 0x7f020094;
- public static final int layout_anchor = 0x7f020097;
- public static final int layout_anchorGravity = 0x7f020098;
- public static final int layout_behavior = 0x7f020099;
- public static final int layout_dodgeInsetEdges = 0x7f0200c3;
- public static final int layout_insetEdge = 0x7f0200cc;
- public static final int layout_keyline = 0x7f0200cd;
- public static final int statusBarBackground = 0x7f020109;
- public static final int ttcIndex = 0x7f02013c;
- }
- public static final class color {
- private color() {}
-
- public static final int notification_action_color_filter = 0x7f04003f;
- public static final int notification_icon_bg_color = 0x7f040040;
- public static final int ripple_material_light = 0x7f04004a;
- public static final int secondary_text_default_material_light = 0x7f04004c;
- }
- public static final class dimen {
- private dimen() {}
-
- public static final int compat_button_inset_horizontal_material = 0x7f05004b;
- public static final int compat_button_inset_vertical_material = 0x7f05004c;
- public static final int compat_button_padding_horizontal_material = 0x7f05004d;
- public static final int compat_button_padding_vertical_material = 0x7f05004e;
- public static final int compat_control_corner_material = 0x7f05004f;
- public static final int compat_notification_large_icon_max_height = 0x7f050050;
- public static final int compat_notification_large_icon_max_width = 0x7f050051;
- public static final int notification_action_icon_size = 0x7f05005b;
- public static final int notification_action_text_size = 0x7f05005c;
- public static final int notification_big_circle_margin = 0x7f05005d;
- public static final int notification_content_margin_start = 0x7f05005e;
- public static final int notification_large_icon_height = 0x7f05005f;
- public static final int notification_large_icon_width = 0x7f050060;
- public static final int notification_main_column_padding_top = 0x7f050061;
- public static final int notification_media_narrow_margin = 0x7f050062;
- public static final int notification_right_icon_size = 0x7f050063;
- public static final int notification_right_side_padding_top = 0x7f050064;
- public static final int notification_small_icon_background_padding = 0x7f050065;
- public static final int notification_small_icon_size_as_large = 0x7f050066;
- public static final int notification_subtext_size = 0x7f050067;
- public static final int notification_top_pad = 0x7f050068;
- public static final int notification_top_pad_large_text = 0x7f050069;
- }
- public static final class drawable {
- private drawable() {}
-
- public static final int notification_action_background = 0x7f06005a;
- public static final int notification_bg = 0x7f06005b;
- public static final int notification_bg_low = 0x7f06005c;
- public static final int notification_bg_low_normal = 0x7f06005d;
- public static final int notification_bg_low_pressed = 0x7f06005e;
- public static final int notification_bg_normal = 0x7f06005f;
- public static final int notification_bg_normal_pressed = 0x7f060060;
- public static final int notification_icon_background = 0x7f060061;
- public static final int notification_template_icon_bg = 0x7f060062;
- public static final int notification_template_icon_low_bg = 0x7f060063;
- public static final int notification_tile_bg = 0x7f060064;
- public static final int notify_panel_notification_icon_bg = 0x7f060065;
- }
- public static final class id {
- private id() {}
-
- public static final int action_container = 0x7f07000d;
- public static final int action_divider = 0x7f07000f;
- public static final int action_image = 0x7f070010;
- public static final int action_text = 0x7f070016;
- public static final int actions = 0x7f070017;
- public static final int async = 0x7f07001d;
- public static final int blocking = 0x7f070020;
- public static final int bottom = 0x7f070021;
- public static final int chronometer = 0x7f07002c;
- public static final int end = 0x7f07003a;
- public static final int forever = 0x7f070040;
- public static final int icon = 0x7f070046;
- public static final int icon_group = 0x7f070047;
- public static final int info = 0x7f07004b;
- public static final int italic = 0x7f07004d;
- public static final int left = 0x7f07004e;
- public static final int line1 = 0x7f07004f;
- public static final int line3 = 0x7f070050;
- public static final int none = 0x7f070057;
- public static final int normal = 0x7f070058;
- public static final int notification_background = 0x7f070059;
- public static final int notification_main_column = 0x7f07005a;
- public static final int notification_main_column_container = 0x7f07005b;
- public static final int right = 0x7f070063;
- public static final int right_icon = 0x7f070064;
- public static final int right_side = 0x7f070065;
- public static final int start = 0x7f070083;
- public static final int tag_transition_group = 0x7f070087;
- public static final int tag_unhandled_key_event_manager = 0x7f070088;
- public static final int tag_unhandled_key_listeners = 0x7f070089;
- public static final int text = 0x7f07008a;
- public static final int text2 = 0x7f07008b;
- public static final int time = 0x7f07008e;
- public static final int title = 0x7f07008f;
- public static final int top = 0x7f070092;
- }
- public static final class integer {
- private integer() {}
-
- public static final int status_bar_notification_info_maxnum = 0x7f080004;
- }
- public static final class layout {
- private layout() {}
-
- public static final int notification_action = 0x7f09001e;
- public static final int notification_action_tombstone = 0x7f09001f;
- public static final int notification_template_custom_big = 0x7f090020;
- public static final int notification_template_icon_group = 0x7f090021;
- public static final int notification_template_part_chronometer = 0x7f090022;
- public static final int notification_template_part_time = 0x7f090023;
- }
- public static final class string {
- private string() {}
-
- public static final int status_bar_notification_info_overflow = 0x7f0b0029;
- }
- public static final class style {
- private style() {}
-
- public static final int TextAppearance_Compat_Notification = 0x7f0c00ec;
- public static final int TextAppearance_Compat_Notification_Info = 0x7f0c00ed;
- public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0c00ee;
- public static final int TextAppearance_Compat_Notification_Time = 0x7f0c00ef;
- public static final int TextAppearance_Compat_Notification_Title = 0x7f0c00f0;
- public static final int Widget_Compat_NotificationActionContainer = 0x7f0c0158;
- public static final int Widget_Compat_NotificationActionText = 0x7f0c0159;
- public static final int Widget_Support_CoordinatorLayout = 0x7f0c015a;
- }
- public static final class styleable {
- private styleable() {}
-
- public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f020027 };
- public static final int ColorStateListItem_android_color = 0;
- public static final int ColorStateListItem_android_alpha = 1;
- public static final int ColorStateListItem_alpha = 2;
- public static final int[] CoordinatorLayout = { 0x7f020094, 0x7f020109 };
- public static final int CoordinatorLayout_keylines = 0;
- public static final int CoordinatorLayout_statusBarBackground = 1;
- public static final int[] CoordinatorLayout_Layout = { 0x10100b3, 0x7f020097, 0x7f020098, 0x7f020099, 0x7f0200c3, 0x7f0200cc, 0x7f0200cd };
- public static final int CoordinatorLayout_Layout_android_layout_gravity = 0;
- public static final int CoordinatorLayout_Layout_layout_anchor = 1;
- public static final int CoordinatorLayout_Layout_layout_anchorGravity = 2;
- public static final int CoordinatorLayout_Layout_layout_behavior = 3;
- public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4;
- public static final int CoordinatorLayout_Layout_layout_insetEdge = 5;
- public static final int CoordinatorLayout_Layout_layout_keyline = 6;
- public static final int[] FontFamily = { 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f, 0x7f020080, 0x7f020081 };
- public static final int FontFamily_fontProviderAuthority = 0;
- public static final int FontFamily_fontProviderCerts = 1;
- public static final int FontFamily_fontProviderFetchStrategy = 2;
- public static final int FontFamily_fontProviderFetchTimeout = 3;
- public static final int FontFamily_fontProviderPackage = 4;
- public static final int FontFamily_fontProviderQuery = 5;
- public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f02007a, 0x7f020082, 0x7f020083, 0x7f020084, 0x7f02013c };
- public static final int FontFamilyFont_android_font = 0;
- public static final int FontFamilyFont_android_fontWeight = 1;
- public static final int FontFamilyFont_android_fontStyle = 2;
- public static final int FontFamilyFont_android_ttcIndex = 3;
- public static final int FontFamilyFont_android_fontVariationSettings = 4;
- public static final int FontFamilyFont_font = 5;
- public static final int FontFamilyFont_fontStyle = 6;
- public static final int FontFamilyFont_fontVariationSettings = 7;
- public static final int FontFamilyFont_fontWeight = 8;
- public static final int FontFamilyFont_ttcIndex = 9;
- public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 };
- public static final int GradientColor_android_startColor = 0;
- public static final int GradientColor_android_endColor = 1;
- public static final int GradientColor_android_type = 2;
- public static final int GradientColor_android_centerX = 3;
- public static final int GradientColor_android_centerY = 4;
- public static final int GradientColor_android_gradientRadius = 5;
- public static final int GradientColor_android_tileMode = 6;
- public static final int GradientColor_android_centerColor = 7;
- public static final int GradientColor_android_startX = 8;
- public static final int GradientColor_android_startY = 9;
- public static final int GradientColor_android_endX = 10;
- public static final int GradientColor_android_endY = 11;
- public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 };
- public static final int GradientColorItem_android_color = 0;
- public static final int GradientColorItem_android_offset = 1;
- }
-}
diff --git a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/legacy/coreutils/R.java b/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/legacy/coreutils/R.java
deleted file mode 100644
index bbc01545c..000000000
--- a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/legacy/coreutils/R.java
+++ /dev/null
@@ -1,183 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package androidx.legacy.coreutils;
-
-public final class R {
- private R() {}
-
- public static final class attr {
- private attr() {}
-
- public static final int alpha = 0x7f020027;
- public static final int font = 0x7f02007a;
- public static final int fontProviderAuthority = 0x7f02007c;
- public static final int fontProviderCerts = 0x7f02007d;
- public static final int fontProviderFetchStrategy = 0x7f02007e;
- public static final int fontProviderFetchTimeout = 0x7f02007f;
- public static final int fontProviderPackage = 0x7f020080;
- public static final int fontProviderQuery = 0x7f020081;
- public static final int fontStyle = 0x7f020082;
- public static final int fontVariationSettings = 0x7f020083;
- public static final int fontWeight = 0x7f020084;
- public static final int ttcIndex = 0x7f02013c;
- }
- public static final class color {
- private color() {}
-
- public static final int notification_action_color_filter = 0x7f04003f;
- public static final int notification_icon_bg_color = 0x7f040040;
- public static final int ripple_material_light = 0x7f04004a;
- public static final int secondary_text_default_material_light = 0x7f04004c;
- }
- public static final class dimen {
- private dimen() {}
-
- public static final int compat_button_inset_horizontal_material = 0x7f05004b;
- public static final int compat_button_inset_vertical_material = 0x7f05004c;
- public static final int compat_button_padding_horizontal_material = 0x7f05004d;
- public static final int compat_button_padding_vertical_material = 0x7f05004e;
- public static final int compat_control_corner_material = 0x7f05004f;
- public static final int compat_notification_large_icon_max_height = 0x7f050050;
- public static final int compat_notification_large_icon_max_width = 0x7f050051;
- public static final int notification_action_icon_size = 0x7f05005b;
- public static final int notification_action_text_size = 0x7f05005c;
- public static final int notification_big_circle_margin = 0x7f05005d;
- public static final int notification_content_margin_start = 0x7f05005e;
- public static final int notification_large_icon_height = 0x7f05005f;
- public static final int notification_large_icon_width = 0x7f050060;
- public static final int notification_main_column_padding_top = 0x7f050061;
- public static final int notification_media_narrow_margin = 0x7f050062;
- public static final int notification_right_icon_size = 0x7f050063;
- public static final int notification_right_side_padding_top = 0x7f050064;
- public static final int notification_small_icon_background_padding = 0x7f050065;
- public static final int notification_small_icon_size_as_large = 0x7f050066;
- public static final int notification_subtext_size = 0x7f050067;
- public static final int notification_top_pad = 0x7f050068;
- public static final int notification_top_pad_large_text = 0x7f050069;
- }
- public static final class drawable {
- private drawable() {}
-
- public static final int notification_action_background = 0x7f06005a;
- public static final int notification_bg = 0x7f06005b;
- public static final int notification_bg_low = 0x7f06005c;
- public static final int notification_bg_low_normal = 0x7f06005d;
- public static final int notification_bg_low_pressed = 0x7f06005e;
- public static final int notification_bg_normal = 0x7f06005f;
- public static final int notification_bg_normal_pressed = 0x7f060060;
- public static final int notification_icon_background = 0x7f060061;
- public static final int notification_template_icon_bg = 0x7f060062;
- public static final int notification_template_icon_low_bg = 0x7f060063;
- public static final int notification_tile_bg = 0x7f060064;
- public static final int notify_panel_notification_icon_bg = 0x7f060065;
- }
- public static final class id {
- private id() {}
-
- public static final int action_container = 0x7f07000d;
- public static final int action_divider = 0x7f07000f;
- public static final int action_image = 0x7f070010;
- public static final int action_text = 0x7f070016;
- public static final int actions = 0x7f070017;
- public static final int async = 0x7f07001d;
- public static final int blocking = 0x7f070020;
- public static final int chronometer = 0x7f07002c;
- public static final int forever = 0x7f070040;
- public static final int icon = 0x7f070046;
- public static final int icon_group = 0x7f070047;
- public static final int info = 0x7f07004b;
- public static final int italic = 0x7f07004d;
- public static final int line1 = 0x7f07004f;
- public static final int line3 = 0x7f070050;
- public static final int normal = 0x7f070058;
- public static final int notification_background = 0x7f070059;
- public static final int notification_main_column = 0x7f07005a;
- public static final int notification_main_column_container = 0x7f07005b;
- public static final int right_icon = 0x7f070064;
- public static final int right_side = 0x7f070065;
- public static final int tag_transition_group = 0x7f070087;
- public static final int tag_unhandled_key_event_manager = 0x7f070088;
- public static final int tag_unhandled_key_listeners = 0x7f070089;
- public static final int text = 0x7f07008a;
- public static final int text2 = 0x7f07008b;
- public static final int time = 0x7f07008e;
- public static final int title = 0x7f07008f;
- }
- public static final class integer {
- private integer() {}
-
- public static final int status_bar_notification_info_maxnum = 0x7f080004;
- }
- public static final class layout {
- private layout() {}
-
- public static final int notification_action = 0x7f09001e;
- public static final int notification_action_tombstone = 0x7f09001f;
- public static final int notification_template_custom_big = 0x7f090020;
- public static final int notification_template_icon_group = 0x7f090021;
- public static final int notification_template_part_chronometer = 0x7f090022;
- public static final int notification_template_part_time = 0x7f090023;
- }
- public static final class string {
- private string() {}
-
- public static final int status_bar_notification_info_overflow = 0x7f0b0029;
- }
- public static final class style {
- private style() {}
-
- public static final int TextAppearance_Compat_Notification = 0x7f0c00ec;
- public static final int TextAppearance_Compat_Notification_Info = 0x7f0c00ed;
- public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0c00ee;
- public static final int TextAppearance_Compat_Notification_Time = 0x7f0c00ef;
- public static final int TextAppearance_Compat_Notification_Title = 0x7f0c00f0;
- public static final int Widget_Compat_NotificationActionContainer = 0x7f0c0158;
- public static final int Widget_Compat_NotificationActionText = 0x7f0c0159;
- }
- public static final class styleable {
- private styleable() {}
-
- public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f020027 };
- public static final int ColorStateListItem_android_color = 0;
- public static final int ColorStateListItem_android_alpha = 1;
- public static final int ColorStateListItem_alpha = 2;
- public static final int[] FontFamily = { 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f, 0x7f020080, 0x7f020081 };
- public static final int FontFamily_fontProviderAuthority = 0;
- public static final int FontFamily_fontProviderCerts = 1;
- public static final int FontFamily_fontProviderFetchStrategy = 2;
- public static final int FontFamily_fontProviderFetchTimeout = 3;
- public static final int FontFamily_fontProviderPackage = 4;
- public static final int FontFamily_fontProviderQuery = 5;
- public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f02007a, 0x7f020082, 0x7f020083, 0x7f020084, 0x7f02013c };
- public static final int FontFamilyFont_android_font = 0;
- public static final int FontFamilyFont_android_fontWeight = 1;
- public static final int FontFamilyFont_android_fontStyle = 2;
- public static final int FontFamilyFont_android_ttcIndex = 3;
- public static final int FontFamilyFont_android_fontVariationSettings = 4;
- public static final int FontFamilyFont_font = 5;
- public static final int FontFamilyFont_fontStyle = 6;
- public static final int FontFamilyFont_fontVariationSettings = 7;
- public static final int FontFamilyFont_fontWeight = 8;
- public static final int FontFamilyFont_ttcIndex = 9;
- public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 };
- public static final int GradientColor_android_startColor = 0;
- public static final int GradientColor_android_endColor = 1;
- public static final int GradientColor_android_type = 2;
- public static final int GradientColor_android_centerX = 3;
- public static final int GradientColor_android_centerY = 4;
- public static final int GradientColor_android_gradientRadius = 5;
- public static final int GradientColor_android_tileMode = 6;
- public static final int GradientColor_android_centerColor = 7;
- public static final int GradientColor_android_startX = 8;
- public static final int GradientColor_android_startY = 9;
- public static final int GradientColor_android_endX = 10;
- public static final int GradientColor_android_endY = 11;
- public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 };
- public static final int GradientColorItem_android_color = 0;
- public static final int GradientColorItem_android_offset = 1;
- }
-}
diff --git a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/lifecycle/R.java b/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/lifecycle/R.java
deleted file mode 100644
index bc12ff35c..000000000
--- a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/lifecycle/R.java
+++ /dev/null
@@ -1,12 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package androidx.lifecycle;
-
-public final class R {
- private R() {}
-
-}
diff --git a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/lifecycle/livedata/R.java b/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/lifecycle/livedata/R.java
deleted file mode 100644
index a6a177e01..000000000
--- a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/lifecycle/livedata/R.java
+++ /dev/null
@@ -1,12 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package androidx.lifecycle.livedata;
-
-public final class R {
- private R() {}
-
-}
diff --git a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/lifecycle/livedata/core/R.java b/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/lifecycle/livedata/core/R.java
deleted file mode 100644
index 3ff064389..000000000
--- a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/lifecycle/livedata/core/R.java
+++ /dev/null
@@ -1,12 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package androidx.lifecycle.livedata.core;
-
-public final class R {
- private R() {}
-
-}
diff --git a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/lifecycle/viewmodel/R.java b/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/lifecycle/viewmodel/R.java
deleted file mode 100644
index 116fcf338..000000000
--- a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/lifecycle/viewmodel/R.java
+++ /dev/null
@@ -1,12 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package androidx.lifecycle.viewmodel;
-
-public final class R {
- private R() {}
-
-}
diff --git a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/loader/R.java b/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/loader/R.java
deleted file mode 100644
index a66cc4046..000000000
--- a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/loader/R.java
+++ /dev/null
@@ -1,183 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package androidx.loader;
-
-public final class R {
- private R() {}
-
- public static final class attr {
- private attr() {}
-
- public static final int alpha = 0x7f020027;
- public static final int font = 0x7f02007a;
- public static final int fontProviderAuthority = 0x7f02007c;
- public static final int fontProviderCerts = 0x7f02007d;
- public static final int fontProviderFetchStrategy = 0x7f02007e;
- public static final int fontProviderFetchTimeout = 0x7f02007f;
- public static final int fontProviderPackage = 0x7f020080;
- public static final int fontProviderQuery = 0x7f020081;
- public static final int fontStyle = 0x7f020082;
- public static final int fontVariationSettings = 0x7f020083;
- public static final int fontWeight = 0x7f020084;
- public static final int ttcIndex = 0x7f02013c;
- }
- public static final class color {
- private color() {}
-
- public static final int notification_action_color_filter = 0x7f04003f;
- public static final int notification_icon_bg_color = 0x7f040040;
- public static final int ripple_material_light = 0x7f04004a;
- public static final int secondary_text_default_material_light = 0x7f04004c;
- }
- public static final class dimen {
- private dimen() {}
-
- public static final int compat_button_inset_horizontal_material = 0x7f05004b;
- public static final int compat_button_inset_vertical_material = 0x7f05004c;
- public static final int compat_button_padding_horizontal_material = 0x7f05004d;
- public static final int compat_button_padding_vertical_material = 0x7f05004e;
- public static final int compat_control_corner_material = 0x7f05004f;
- public static final int compat_notification_large_icon_max_height = 0x7f050050;
- public static final int compat_notification_large_icon_max_width = 0x7f050051;
- public static final int notification_action_icon_size = 0x7f05005b;
- public static final int notification_action_text_size = 0x7f05005c;
- public static final int notification_big_circle_margin = 0x7f05005d;
- public static final int notification_content_margin_start = 0x7f05005e;
- public static final int notification_large_icon_height = 0x7f05005f;
- public static final int notification_large_icon_width = 0x7f050060;
- public static final int notification_main_column_padding_top = 0x7f050061;
- public static final int notification_media_narrow_margin = 0x7f050062;
- public static final int notification_right_icon_size = 0x7f050063;
- public static final int notification_right_side_padding_top = 0x7f050064;
- public static final int notification_small_icon_background_padding = 0x7f050065;
- public static final int notification_small_icon_size_as_large = 0x7f050066;
- public static final int notification_subtext_size = 0x7f050067;
- public static final int notification_top_pad = 0x7f050068;
- public static final int notification_top_pad_large_text = 0x7f050069;
- }
- public static final class drawable {
- private drawable() {}
-
- public static final int notification_action_background = 0x7f06005a;
- public static final int notification_bg = 0x7f06005b;
- public static final int notification_bg_low = 0x7f06005c;
- public static final int notification_bg_low_normal = 0x7f06005d;
- public static final int notification_bg_low_pressed = 0x7f06005e;
- public static final int notification_bg_normal = 0x7f06005f;
- public static final int notification_bg_normal_pressed = 0x7f060060;
- public static final int notification_icon_background = 0x7f060061;
- public static final int notification_template_icon_bg = 0x7f060062;
- public static final int notification_template_icon_low_bg = 0x7f060063;
- public static final int notification_tile_bg = 0x7f060064;
- public static final int notify_panel_notification_icon_bg = 0x7f060065;
- }
- public static final class id {
- private id() {}
-
- public static final int action_container = 0x7f07000d;
- public static final int action_divider = 0x7f07000f;
- public static final int action_image = 0x7f070010;
- public static final int action_text = 0x7f070016;
- public static final int actions = 0x7f070017;
- public static final int async = 0x7f07001d;
- public static final int blocking = 0x7f070020;
- public static final int chronometer = 0x7f07002c;
- public static final int forever = 0x7f070040;
- public static final int icon = 0x7f070046;
- public static final int icon_group = 0x7f070047;
- public static final int info = 0x7f07004b;
- public static final int italic = 0x7f07004d;
- public static final int line1 = 0x7f07004f;
- public static final int line3 = 0x7f070050;
- public static final int normal = 0x7f070058;
- public static final int notification_background = 0x7f070059;
- public static final int notification_main_column = 0x7f07005a;
- public static final int notification_main_column_container = 0x7f07005b;
- public static final int right_icon = 0x7f070064;
- public static final int right_side = 0x7f070065;
- public static final int tag_transition_group = 0x7f070087;
- public static final int tag_unhandled_key_event_manager = 0x7f070088;
- public static final int tag_unhandled_key_listeners = 0x7f070089;
- public static final int text = 0x7f07008a;
- public static final int text2 = 0x7f07008b;
- public static final int time = 0x7f07008e;
- public static final int title = 0x7f07008f;
- }
- public static final class integer {
- private integer() {}
-
- public static final int status_bar_notification_info_maxnum = 0x7f080004;
- }
- public static final class layout {
- private layout() {}
-
- public static final int notification_action = 0x7f09001e;
- public static final int notification_action_tombstone = 0x7f09001f;
- public static final int notification_template_custom_big = 0x7f090020;
- public static final int notification_template_icon_group = 0x7f090021;
- public static final int notification_template_part_chronometer = 0x7f090022;
- public static final int notification_template_part_time = 0x7f090023;
- }
- public static final class string {
- private string() {}
-
- public static final int status_bar_notification_info_overflow = 0x7f0b0029;
- }
- public static final class style {
- private style() {}
-
- public static final int TextAppearance_Compat_Notification = 0x7f0c00ec;
- public static final int TextAppearance_Compat_Notification_Info = 0x7f0c00ed;
- public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0c00ee;
- public static final int TextAppearance_Compat_Notification_Time = 0x7f0c00ef;
- public static final int TextAppearance_Compat_Notification_Title = 0x7f0c00f0;
- public static final int Widget_Compat_NotificationActionContainer = 0x7f0c0158;
- public static final int Widget_Compat_NotificationActionText = 0x7f0c0159;
- }
- public static final class styleable {
- private styleable() {}
-
- public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f020027 };
- public static final int ColorStateListItem_android_color = 0;
- public static final int ColorStateListItem_android_alpha = 1;
- public static final int ColorStateListItem_alpha = 2;
- public static final int[] FontFamily = { 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f, 0x7f020080, 0x7f020081 };
- public static final int FontFamily_fontProviderAuthority = 0;
- public static final int FontFamily_fontProviderCerts = 1;
- public static final int FontFamily_fontProviderFetchStrategy = 2;
- public static final int FontFamily_fontProviderFetchTimeout = 3;
- public static final int FontFamily_fontProviderPackage = 4;
- public static final int FontFamily_fontProviderQuery = 5;
- public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f02007a, 0x7f020082, 0x7f020083, 0x7f020084, 0x7f02013c };
- public static final int FontFamilyFont_android_font = 0;
- public static final int FontFamilyFont_android_fontWeight = 1;
- public static final int FontFamilyFont_android_fontStyle = 2;
- public static final int FontFamilyFont_android_ttcIndex = 3;
- public static final int FontFamilyFont_android_fontVariationSettings = 4;
- public static final int FontFamilyFont_font = 5;
- public static final int FontFamilyFont_fontStyle = 6;
- public static final int FontFamilyFont_fontVariationSettings = 7;
- public static final int FontFamilyFont_fontWeight = 8;
- public static final int FontFamilyFont_ttcIndex = 9;
- public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 };
- public static final int GradientColor_android_startColor = 0;
- public static final int GradientColor_android_endColor = 1;
- public static final int GradientColor_android_type = 2;
- public static final int GradientColor_android_centerX = 3;
- public static final int GradientColor_android_centerY = 4;
- public static final int GradientColor_android_gradientRadius = 5;
- public static final int GradientColor_android_tileMode = 6;
- public static final int GradientColor_android_centerColor = 7;
- public static final int GradientColor_android_startX = 8;
- public static final int GradientColor_android_startY = 9;
- public static final int GradientColor_android_endX = 10;
- public static final int GradientColor_android_endY = 11;
- public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 };
- public static final int GradientColorItem_android_color = 0;
- public static final int GradientColorItem_android_offset = 1;
- }
-}
diff --git a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/localbroadcastmanager/R.java b/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/localbroadcastmanager/R.java
deleted file mode 100644
index c582c8bee..000000000
--- a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/localbroadcastmanager/R.java
+++ /dev/null
@@ -1,12 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package androidx.localbroadcastmanager;
-
-public final class R {
- private R() {}
-
-}
diff --git a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/print/R.java b/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/print/R.java
deleted file mode 100644
index 2ffcf14fc..000000000
--- a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/print/R.java
+++ /dev/null
@@ -1,12 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package androidx.print;
-
-public final class R {
- private R() {}
-
-}
diff --git a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/slidingpanelayout/R.java b/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/slidingpanelayout/R.java
deleted file mode 100644
index 0bb7d1291..000000000
--- a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/slidingpanelayout/R.java
+++ /dev/null
@@ -1,183 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package androidx.slidingpanelayout;
-
-public final class R {
- private R() {}
-
- public static final class attr {
- private attr() {}
-
- public static final int alpha = 0x7f020027;
- public static final int font = 0x7f02007a;
- public static final int fontProviderAuthority = 0x7f02007c;
- public static final int fontProviderCerts = 0x7f02007d;
- public static final int fontProviderFetchStrategy = 0x7f02007e;
- public static final int fontProviderFetchTimeout = 0x7f02007f;
- public static final int fontProviderPackage = 0x7f020080;
- public static final int fontProviderQuery = 0x7f020081;
- public static final int fontStyle = 0x7f020082;
- public static final int fontVariationSettings = 0x7f020083;
- public static final int fontWeight = 0x7f020084;
- public static final int ttcIndex = 0x7f02013c;
- }
- public static final class color {
- private color() {}
-
- public static final int notification_action_color_filter = 0x7f04003f;
- public static final int notification_icon_bg_color = 0x7f040040;
- public static final int ripple_material_light = 0x7f04004a;
- public static final int secondary_text_default_material_light = 0x7f04004c;
- }
- public static final class dimen {
- private dimen() {}
-
- public static final int compat_button_inset_horizontal_material = 0x7f05004b;
- public static final int compat_button_inset_vertical_material = 0x7f05004c;
- public static final int compat_button_padding_horizontal_material = 0x7f05004d;
- public static final int compat_button_padding_vertical_material = 0x7f05004e;
- public static final int compat_control_corner_material = 0x7f05004f;
- public static final int compat_notification_large_icon_max_height = 0x7f050050;
- public static final int compat_notification_large_icon_max_width = 0x7f050051;
- public static final int notification_action_icon_size = 0x7f05005b;
- public static final int notification_action_text_size = 0x7f05005c;
- public static final int notification_big_circle_margin = 0x7f05005d;
- public static final int notification_content_margin_start = 0x7f05005e;
- public static final int notification_large_icon_height = 0x7f05005f;
- public static final int notification_large_icon_width = 0x7f050060;
- public static final int notification_main_column_padding_top = 0x7f050061;
- public static final int notification_media_narrow_margin = 0x7f050062;
- public static final int notification_right_icon_size = 0x7f050063;
- public static final int notification_right_side_padding_top = 0x7f050064;
- public static final int notification_small_icon_background_padding = 0x7f050065;
- public static final int notification_small_icon_size_as_large = 0x7f050066;
- public static final int notification_subtext_size = 0x7f050067;
- public static final int notification_top_pad = 0x7f050068;
- public static final int notification_top_pad_large_text = 0x7f050069;
- }
- public static final class drawable {
- private drawable() {}
-
- public static final int notification_action_background = 0x7f06005a;
- public static final int notification_bg = 0x7f06005b;
- public static final int notification_bg_low = 0x7f06005c;
- public static final int notification_bg_low_normal = 0x7f06005d;
- public static final int notification_bg_low_pressed = 0x7f06005e;
- public static final int notification_bg_normal = 0x7f06005f;
- public static final int notification_bg_normal_pressed = 0x7f060060;
- public static final int notification_icon_background = 0x7f060061;
- public static final int notification_template_icon_bg = 0x7f060062;
- public static final int notification_template_icon_low_bg = 0x7f060063;
- public static final int notification_tile_bg = 0x7f060064;
- public static final int notify_panel_notification_icon_bg = 0x7f060065;
- }
- public static final class id {
- private id() {}
-
- public static final int action_container = 0x7f07000d;
- public static final int action_divider = 0x7f07000f;
- public static final int action_image = 0x7f070010;
- public static final int action_text = 0x7f070016;
- public static final int actions = 0x7f070017;
- public static final int async = 0x7f07001d;
- public static final int blocking = 0x7f070020;
- public static final int chronometer = 0x7f07002c;
- public static final int forever = 0x7f070040;
- public static final int icon = 0x7f070046;
- public static final int icon_group = 0x7f070047;
- public static final int info = 0x7f07004b;
- public static final int italic = 0x7f07004d;
- public static final int line1 = 0x7f07004f;
- public static final int line3 = 0x7f070050;
- public static final int normal = 0x7f070058;
- public static final int notification_background = 0x7f070059;
- public static final int notification_main_column = 0x7f07005a;
- public static final int notification_main_column_container = 0x7f07005b;
- public static final int right_icon = 0x7f070064;
- public static final int right_side = 0x7f070065;
- public static final int tag_transition_group = 0x7f070087;
- public static final int tag_unhandled_key_event_manager = 0x7f070088;
- public static final int tag_unhandled_key_listeners = 0x7f070089;
- public static final int text = 0x7f07008a;
- public static final int text2 = 0x7f07008b;
- public static final int time = 0x7f07008e;
- public static final int title = 0x7f07008f;
- }
- public static final class integer {
- private integer() {}
-
- public static final int status_bar_notification_info_maxnum = 0x7f080004;
- }
- public static final class layout {
- private layout() {}
-
- public static final int notification_action = 0x7f09001e;
- public static final int notification_action_tombstone = 0x7f09001f;
- public static final int notification_template_custom_big = 0x7f090020;
- public static final int notification_template_icon_group = 0x7f090021;
- public static final int notification_template_part_chronometer = 0x7f090022;
- public static final int notification_template_part_time = 0x7f090023;
- }
- public static final class string {
- private string() {}
-
- public static final int status_bar_notification_info_overflow = 0x7f0b0029;
- }
- public static final class style {
- private style() {}
-
- public static final int TextAppearance_Compat_Notification = 0x7f0c00ec;
- public static final int TextAppearance_Compat_Notification_Info = 0x7f0c00ed;
- public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0c00ee;
- public static final int TextAppearance_Compat_Notification_Time = 0x7f0c00ef;
- public static final int TextAppearance_Compat_Notification_Title = 0x7f0c00f0;
- public static final int Widget_Compat_NotificationActionContainer = 0x7f0c0158;
- public static final int Widget_Compat_NotificationActionText = 0x7f0c0159;
- }
- public static final class styleable {
- private styleable() {}
-
- public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f020027 };
- public static final int ColorStateListItem_android_color = 0;
- public static final int ColorStateListItem_android_alpha = 1;
- public static final int ColorStateListItem_alpha = 2;
- public static final int[] FontFamily = { 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f, 0x7f020080, 0x7f020081 };
- public static final int FontFamily_fontProviderAuthority = 0;
- public static final int FontFamily_fontProviderCerts = 1;
- public static final int FontFamily_fontProviderFetchStrategy = 2;
- public static final int FontFamily_fontProviderFetchTimeout = 3;
- public static final int FontFamily_fontProviderPackage = 4;
- public static final int FontFamily_fontProviderQuery = 5;
- public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f02007a, 0x7f020082, 0x7f020083, 0x7f020084, 0x7f02013c };
- public static final int FontFamilyFont_android_font = 0;
- public static final int FontFamilyFont_android_fontWeight = 1;
- public static final int FontFamilyFont_android_fontStyle = 2;
- public static final int FontFamilyFont_android_ttcIndex = 3;
- public static final int FontFamilyFont_android_fontVariationSettings = 4;
- public static final int FontFamilyFont_font = 5;
- public static final int FontFamilyFont_fontStyle = 6;
- public static final int FontFamilyFont_fontVariationSettings = 7;
- public static final int FontFamilyFont_fontWeight = 8;
- public static final int FontFamilyFont_ttcIndex = 9;
- public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 };
- public static final int GradientColor_android_startColor = 0;
- public static final int GradientColor_android_endColor = 1;
- public static final int GradientColor_android_type = 2;
- public static final int GradientColor_android_centerX = 3;
- public static final int GradientColor_android_centerY = 4;
- public static final int GradientColor_android_gradientRadius = 5;
- public static final int GradientColor_android_tileMode = 6;
- public static final int GradientColor_android_centerColor = 7;
- public static final int GradientColor_android_startX = 8;
- public static final int GradientColor_android_startY = 9;
- public static final int GradientColor_android_endX = 10;
- public static final int GradientColor_android_endY = 11;
- public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 };
- public static final int GradientColorItem_android_color = 0;
- public static final int GradientColorItem_android_offset = 1;
- }
-}
diff --git a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/swiperefreshlayout/R.java b/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/swiperefreshlayout/R.java
deleted file mode 100644
index cb40d8712..000000000
--- a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/swiperefreshlayout/R.java
+++ /dev/null
@@ -1,183 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package androidx.swiperefreshlayout;
-
-public final class R {
- private R() {}
-
- public static final class attr {
- private attr() {}
-
- public static final int alpha = 0x7f020027;
- public static final int font = 0x7f02007a;
- public static final int fontProviderAuthority = 0x7f02007c;
- public static final int fontProviderCerts = 0x7f02007d;
- public static final int fontProviderFetchStrategy = 0x7f02007e;
- public static final int fontProviderFetchTimeout = 0x7f02007f;
- public static final int fontProviderPackage = 0x7f020080;
- public static final int fontProviderQuery = 0x7f020081;
- public static final int fontStyle = 0x7f020082;
- public static final int fontVariationSettings = 0x7f020083;
- public static final int fontWeight = 0x7f020084;
- public static final int ttcIndex = 0x7f02013c;
- }
- public static final class color {
- private color() {}
-
- public static final int notification_action_color_filter = 0x7f04003f;
- public static final int notification_icon_bg_color = 0x7f040040;
- public static final int ripple_material_light = 0x7f04004a;
- public static final int secondary_text_default_material_light = 0x7f04004c;
- }
- public static final class dimen {
- private dimen() {}
-
- public static final int compat_button_inset_horizontal_material = 0x7f05004b;
- public static final int compat_button_inset_vertical_material = 0x7f05004c;
- public static final int compat_button_padding_horizontal_material = 0x7f05004d;
- public static final int compat_button_padding_vertical_material = 0x7f05004e;
- public static final int compat_control_corner_material = 0x7f05004f;
- public static final int compat_notification_large_icon_max_height = 0x7f050050;
- public static final int compat_notification_large_icon_max_width = 0x7f050051;
- public static final int notification_action_icon_size = 0x7f05005b;
- public static final int notification_action_text_size = 0x7f05005c;
- public static final int notification_big_circle_margin = 0x7f05005d;
- public static final int notification_content_margin_start = 0x7f05005e;
- public static final int notification_large_icon_height = 0x7f05005f;
- public static final int notification_large_icon_width = 0x7f050060;
- public static final int notification_main_column_padding_top = 0x7f050061;
- public static final int notification_media_narrow_margin = 0x7f050062;
- public static final int notification_right_icon_size = 0x7f050063;
- public static final int notification_right_side_padding_top = 0x7f050064;
- public static final int notification_small_icon_background_padding = 0x7f050065;
- public static final int notification_small_icon_size_as_large = 0x7f050066;
- public static final int notification_subtext_size = 0x7f050067;
- public static final int notification_top_pad = 0x7f050068;
- public static final int notification_top_pad_large_text = 0x7f050069;
- }
- public static final class drawable {
- private drawable() {}
-
- public static final int notification_action_background = 0x7f06005a;
- public static final int notification_bg = 0x7f06005b;
- public static final int notification_bg_low = 0x7f06005c;
- public static final int notification_bg_low_normal = 0x7f06005d;
- public static final int notification_bg_low_pressed = 0x7f06005e;
- public static final int notification_bg_normal = 0x7f06005f;
- public static final int notification_bg_normal_pressed = 0x7f060060;
- public static final int notification_icon_background = 0x7f060061;
- public static final int notification_template_icon_bg = 0x7f060062;
- public static final int notification_template_icon_low_bg = 0x7f060063;
- public static final int notification_tile_bg = 0x7f060064;
- public static final int notify_panel_notification_icon_bg = 0x7f060065;
- }
- public static final class id {
- private id() {}
-
- public static final int action_container = 0x7f07000d;
- public static final int action_divider = 0x7f07000f;
- public static final int action_image = 0x7f070010;
- public static final int action_text = 0x7f070016;
- public static final int actions = 0x7f070017;
- public static final int async = 0x7f07001d;
- public static final int blocking = 0x7f070020;
- public static final int chronometer = 0x7f07002c;
- public static final int forever = 0x7f070040;
- public static final int icon = 0x7f070046;
- public static final int icon_group = 0x7f070047;
- public static final int info = 0x7f07004b;
- public static final int italic = 0x7f07004d;
- public static final int line1 = 0x7f07004f;
- public static final int line3 = 0x7f070050;
- public static final int normal = 0x7f070058;
- public static final int notification_background = 0x7f070059;
- public static final int notification_main_column = 0x7f07005a;
- public static final int notification_main_column_container = 0x7f07005b;
- public static final int right_icon = 0x7f070064;
- public static final int right_side = 0x7f070065;
- public static final int tag_transition_group = 0x7f070087;
- public static final int tag_unhandled_key_event_manager = 0x7f070088;
- public static final int tag_unhandled_key_listeners = 0x7f070089;
- public static final int text = 0x7f07008a;
- public static final int text2 = 0x7f07008b;
- public static final int time = 0x7f07008e;
- public static final int title = 0x7f07008f;
- }
- public static final class integer {
- private integer() {}
-
- public static final int status_bar_notification_info_maxnum = 0x7f080004;
- }
- public static final class layout {
- private layout() {}
-
- public static final int notification_action = 0x7f09001e;
- public static final int notification_action_tombstone = 0x7f09001f;
- public static final int notification_template_custom_big = 0x7f090020;
- public static final int notification_template_icon_group = 0x7f090021;
- public static final int notification_template_part_chronometer = 0x7f090022;
- public static final int notification_template_part_time = 0x7f090023;
- }
- public static final class string {
- private string() {}
-
- public static final int status_bar_notification_info_overflow = 0x7f0b0029;
- }
- public static final class style {
- private style() {}
-
- public static final int TextAppearance_Compat_Notification = 0x7f0c00ec;
- public static final int TextAppearance_Compat_Notification_Info = 0x7f0c00ed;
- public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0c00ee;
- public static final int TextAppearance_Compat_Notification_Time = 0x7f0c00ef;
- public static final int TextAppearance_Compat_Notification_Title = 0x7f0c00f0;
- public static final int Widget_Compat_NotificationActionContainer = 0x7f0c0158;
- public static final int Widget_Compat_NotificationActionText = 0x7f0c0159;
- }
- public static final class styleable {
- private styleable() {}
-
- public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f020027 };
- public static final int ColorStateListItem_android_color = 0;
- public static final int ColorStateListItem_android_alpha = 1;
- public static final int ColorStateListItem_alpha = 2;
- public static final int[] FontFamily = { 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f, 0x7f020080, 0x7f020081 };
- public static final int FontFamily_fontProviderAuthority = 0;
- public static final int FontFamily_fontProviderCerts = 1;
- public static final int FontFamily_fontProviderFetchStrategy = 2;
- public static final int FontFamily_fontProviderFetchTimeout = 3;
- public static final int FontFamily_fontProviderPackage = 4;
- public static final int FontFamily_fontProviderQuery = 5;
- public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f02007a, 0x7f020082, 0x7f020083, 0x7f020084, 0x7f02013c };
- public static final int FontFamilyFont_android_font = 0;
- public static final int FontFamilyFont_android_fontWeight = 1;
- public static final int FontFamilyFont_android_fontStyle = 2;
- public static final int FontFamilyFont_android_ttcIndex = 3;
- public static final int FontFamilyFont_android_fontVariationSettings = 4;
- public static final int FontFamilyFont_font = 5;
- public static final int FontFamilyFont_fontStyle = 6;
- public static final int FontFamilyFont_fontVariationSettings = 7;
- public static final int FontFamilyFont_fontWeight = 8;
- public static final int FontFamilyFont_ttcIndex = 9;
- public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 };
- public static final int GradientColor_android_startColor = 0;
- public static final int GradientColor_android_endColor = 1;
- public static final int GradientColor_android_type = 2;
- public static final int GradientColor_android_centerX = 3;
- public static final int GradientColor_android_centerY = 4;
- public static final int GradientColor_android_gradientRadius = 5;
- public static final int GradientColor_android_tileMode = 6;
- public static final int GradientColor_android_centerColor = 7;
- public static final int GradientColor_android_startX = 8;
- public static final int GradientColor_android_startY = 9;
- public static final int GradientColor_android_endX = 10;
- public static final int GradientColor_android_endY = 11;
- public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 };
- public static final int GradientColorItem_android_color = 0;
- public static final int GradientColorItem_android_offset = 1;
- }
-}
diff --git a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/vectordrawable/R.java b/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/vectordrawable/R.java
deleted file mode 100644
index 7d82ab5d7..000000000
--- a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/vectordrawable/R.java
+++ /dev/null
@@ -1,211 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package androidx.vectordrawable;
-
-public final class R {
- private R() {}
-
- public static final class attr {
- private attr() {}
-
- public static final int alpha = 0x7f020027;
- public static final int coordinatorLayoutStyle = 0x7f020064;
- public static final int font = 0x7f02007a;
- public static final int fontProviderAuthority = 0x7f02007c;
- public static final int fontProviderCerts = 0x7f02007d;
- public static final int fontProviderFetchStrategy = 0x7f02007e;
- public static final int fontProviderFetchTimeout = 0x7f02007f;
- public static final int fontProviderPackage = 0x7f020080;
- public static final int fontProviderQuery = 0x7f020081;
- public static final int fontStyle = 0x7f020082;
- public static final int fontVariationSettings = 0x7f020083;
- public static final int fontWeight = 0x7f020084;
- public static final int keylines = 0x7f020094;
- public static final int layout_anchor = 0x7f020097;
- public static final int layout_anchorGravity = 0x7f020098;
- public static final int layout_behavior = 0x7f020099;
- public static final int layout_dodgeInsetEdges = 0x7f0200c3;
- public static final int layout_insetEdge = 0x7f0200cc;
- public static final int layout_keyline = 0x7f0200cd;
- public static final int statusBarBackground = 0x7f020109;
- public static final int ttcIndex = 0x7f02013c;
- }
- public static final class color {
- private color() {}
-
- public static final int notification_action_color_filter = 0x7f04003f;
- public static final int notification_icon_bg_color = 0x7f040040;
- public static final int ripple_material_light = 0x7f04004a;
- public static final int secondary_text_default_material_light = 0x7f04004c;
- }
- public static final class dimen {
- private dimen() {}
-
- public static final int compat_button_inset_horizontal_material = 0x7f05004b;
- public static final int compat_button_inset_vertical_material = 0x7f05004c;
- public static final int compat_button_padding_horizontal_material = 0x7f05004d;
- public static final int compat_button_padding_vertical_material = 0x7f05004e;
- public static final int compat_control_corner_material = 0x7f05004f;
- public static final int compat_notification_large_icon_max_height = 0x7f050050;
- public static final int compat_notification_large_icon_max_width = 0x7f050051;
- public static final int notification_action_icon_size = 0x7f05005b;
- public static final int notification_action_text_size = 0x7f05005c;
- public static final int notification_big_circle_margin = 0x7f05005d;
- public static final int notification_content_margin_start = 0x7f05005e;
- public static final int notification_large_icon_height = 0x7f05005f;
- public static final int notification_large_icon_width = 0x7f050060;
- public static final int notification_main_column_padding_top = 0x7f050061;
- public static final int notification_media_narrow_margin = 0x7f050062;
- public static final int notification_right_icon_size = 0x7f050063;
- public static final int notification_right_side_padding_top = 0x7f050064;
- public static final int notification_small_icon_background_padding = 0x7f050065;
- public static final int notification_small_icon_size_as_large = 0x7f050066;
- public static final int notification_subtext_size = 0x7f050067;
- public static final int notification_top_pad = 0x7f050068;
- public static final int notification_top_pad_large_text = 0x7f050069;
- }
- public static final class drawable {
- private drawable() {}
-
- public static final int notification_action_background = 0x7f06005a;
- public static final int notification_bg = 0x7f06005b;
- public static final int notification_bg_low = 0x7f06005c;
- public static final int notification_bg_low_normal = 0x7f06005d;
- public static final int notification_bg_low_pressed = 0x7f06005e;
- public static final int notification_bg_normal = 0x7f06005f;
- public static final int notification_bg_normal_pressed = 0x7f060060;
- public static final int notification_icon_background = 0x7f060061;
- public static final int notification_template_icon_bg = 0x7f060062;
- public static final int notification_template_icon_low_bg = 0x7f060063;
- public static final int notification_tile_bg = 0x7f060064;
- public static final int notify_panel_notification_icon_bg = 0x7f060065;
- }
- public static final class id {
- private id() {}
-
- public static final int action_container = 0x7f07000d;
- public static final int action_divider = 0x7f07000f;
- public static final int action_image = 0x7f070010;
- public static final int action_text = 0x7f070016;
- public static final int actions = 0x7f070017;
- public static final int async = 0x7f07001d;
- public static final int blocking = 0x7f070020;
- public static final int bottom = 0x7f070021;
- public static final int chronometer = 0x7f07002c;
- public static final int end = 0x7f07003a;
- public static final int forever = 0x7f070040;
- public static final int icon = 0x7f070046;
- public static final int icon_group = 0x7f070047;
- public static final int info = 0x7f07004b;
- public static final int italic = 0x7f07004d;
- public static final int left = 0x7f07004e;
- public static final int line1 = 0x7f07004f;
- public static final int line3 = 0x7f070050;
- public static final int none = 0x7f070057;
- public static final int normal = 0x7f070058;
- public static final int notification_background = 0x7f070059;
- public static final int notification_main_column = 0x7f07005a;
- public static final int notification_main_column_container = 0x7f07005b;
- public static final int right = 0x7f070063;
- public static final int right_icon = 0x7f070064;
- public static final int right_side = 0x7f070065;
- public static final int start = 0x7f070083;
- public static final int tag_transition_group = 0x7f070087;
- public static final int tag_unhandled_key_event_manager = 0x7f070088;
- public static final int tag_unhandled_key_listeners = 0x7f070089;
- public static final int text = 0x7f07008a;
- public static final int text2 = 0x7f07008b;
- public static final int time = 0x7f07008e;
- public static final int title = 0x7f07008f;
- public static final int top = 0x7f070092;
- }
- public static final class integer {
- private integer() {}
-
- public static final int status_bar_notification_info_maxnum = 0x7f080004;
- }
- public static final class layout {
- private layout() {}
-
- public static final int notification_action = 0x7f09001e;
- public static final int notification_action_tombstone = 0x7f09001f;
- public static final int notification_template_custom_big = 0x7f090020;
- public static final int notification_template_icon_group = 0x7f090021;
- public static final int notification_template_part_chronometer = 0x7f090022;
- public static final int notification_template_part_time = 0x7f090023;
- }
- public static final class string {
- private string() {}
-
- public static final int status_bar_notification_info_overflow = 0x7f0b0029;
- }
- public static final class style {
- private style() {}
-
- public static final int TextAppearance_Compat_Notification = 0x7f0c00ec;
- public static final int TextAppearance_Compat_Notification_Info = 0x7f0c00ed;
- public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0c00ee;
- public static final int TextAppearance_Compat_Notification_Time = 0x7f0c00ef;
- public static final int TextAppearance_Compat_Notification_Title = 0x7f0c00f0;
- public static final int Widget_Compat_NotificationActionContainer = 0x7f0c0158;
- public static final int Widget_Compat_NotificationActionText = 0x7f0c0159;
- public static final int Widget_Support_CoordinatorLayout = 0x7f0c015a;
- }
- public static final class styleable {
- private styleable() {}
-
- public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f020027 };
- public static final int ColorStateListItem_android_color = 0;
- public static final int ColorStateListItem_android_alpha = 1;
- public static final int ColorStateListItem_alpha = 2;
- public static final int[] CoordinatorLayout = { 0x7f020094, 0x7f020109 };
- public static final int CoordinatorLayout_keylines = 0;
- public static final int CoordinatorLayout_statusBarBackground = 1;
- public static final int[] CoordinatorLayout_Layout = { 0x10100b3, 0x7f020097, 0x7f020098, 0x7f020099, 0x7f0200c3, 0x7f0200cc, 0x7f0200cd };
- public static final int CoordinatorLayout_Layout_android_layout_gravity = 0;
- public static final int CoordinatorLayout_Layout_layout_anchor = 1;
- public static final int CoordinatorLayout_Layout_layout_anchorGravity = 2;
- public static final int CoordinatorLayout_Layout_layout_behavior = 3;
- public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4;
- public static final int CoordinatorLayout_Layout_layout_insetEdge = 5;
- public static final int CoordinatorLayout_Layout_layout_keyline = 6;
- public static final int[] FontFamily = { 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f, 0x7f020080, 0x7f020081 };
- public static final int FontFamily_fontProviderAuthority = 0;
- public static final int FontFamily_fontProviderCerts = 1;
- public static final int FontFamily_fontProviderFetchStrategy = 2;
- public static final int FontFamily_fontProviderFetchTimeout = 3;
- public static final int FontFamily_fontProviderPackage = 4;
- public static final int FontFamily_fontProviderQuery = 5;
- public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f02007a, 0x7f020082, 0x7f020083, 0x7f020084, 0x7f02013c };
- public static final int FontFamilyFont_android_font = 0;
- public static final int FontFamilyFont_android_fontWeight = 1;
- public static final int FontFamilyFont_android_fontStyle = 2;
- public static final int FontFamilyFont_android_ttcIndex = 3;
- public static final int FontFamilyFont_android_fontVariationSettings = 4;
- public static final int FontFamilyFont_font = 5;
- public static final int FontFamilyFont_fontStyle = 6;
- public static final int FontFamilyFont_fontVariationSettings = 7;
- public static final int FontFamilyFont_fontWeight = 8;
- public static final int FontFamilyFont_ttcIndex = 9;
- public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 };
- public static final int GradientColor_android_startColor = 0;
- public static final int GradientColor_android_endColor = 1;
- public static final int GradientColor_android_type = 2;
- public static final int GradientColor_android_centerX = 3;
- public static final int GradientColor_android_centerY = 4;
- public static final int GradientColor_android_gradientRadius = 5;
- public static final int GradientColor_android_tileMode = 6;
- public static final int GradientColor_android_centerColor = 7;
- public static final int GradientColor_android_startX = 8;
- public static final int GradientColor_android_startY = 9;
- public static final int GradientColor_android_endX = 10;
- public static final int GradientColor_android_endY = 11;
- public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 };
- public static final int GradientColorItem_android_color = 0;
- public static final int GradientColorItem_android_offset = 1;
- }
-}
diff --git a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/versionedparcelable/R.java b/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/versionedparcelable/R.java
deleted file mode 100644
index 92e83d409..000000000
--- a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/versionedparcelable/R.java
+++ /dev/null
@@ -1,12 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package androidx.versionedparcelable;
-
-public final class R {
- private R() {}
-
-}
diff --git a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/viewpager/R.java b/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/viewpager/R.java
deleted file mode 100644
index 817020fd9..000000000
--- a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/viewpager/R.java
+++ /dev/null
@@ -1,183 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * gradle plugin from the resource data it found. It
- * should not be modified by hand.
- */
-package androidx.viewpager;
-
-public final class R {
- private R() {}
-
- public static final class attr {
- private attr() {}
-
- public static final int alpha = 0x7f020027;
- public static final int font = 0x7f02007a;
- public static final int fontProviderAuthority = 0x7f02007c;
- public static final int fontProviderCerts = 0x7f02007d;
- public static final int fontProviderFetchStrategy = 0x7f02007e;
- public static final int fontProviderFetchTimeout = 0x7f02007f;
- public static final int fontProviderPackage = 0x7f020080;
- public static final int fontProviderQuery = 0x7f020081;
- public static final int fontStyle = 0x7f020082;
- public static final int fontVariationSettings = 0x7f020083;
- public static final int fontWeight = 0x7f020084;
- public static final int ttcIndex = 0x7f02013c;
- }
- public static final class color {
- private color() {}
-
- public static final int notification_action_color_filter = 0x7f04003f;
- public static final int notification_icon_bg_color = 0x7f040040;
- public static final int ripple_material_light = 0x7f04004a;
- public static final int secondary_text_default_material_light = 0x7f04004c;
- }
- public static final class dimen {
- private dimen() {}
-
- public static final int compat_button_inset_horizontal_material = 0x7f05004b;
- public static final int compat_button_inset_vertical_material = 0x7f05004c;
- public static final int compat_button_padding_horizontal_material = 0x7f05004d;
- public static final int compat_button_padding_vertical_material = 0x7f05004e;
- public static final int compat_control_corner_material = 0x7f05004f;
- public static final int compat_notification_large_icon_max_height = 0x7f050050;
- public static final int compat_notification_large_icon_max_width = 0x7f050051;
- public static final int notification_action_icon_size = 0x7f05005b;
- public static final int notification_action_text_size = 0x7f05005c;
- public static final int notification_big_circle_margin = 0x7f05005d;
- public static final int notification_content_margin_start = 0x7f05005e;
- public static final int notification_large_icon_height = 0x7f05005f;
- public static final int notification_large_icon_width = 0x7f050060;
- public static final int notification_main_column_padding_top = 0x7f050061;
- public static final int notification_media_narrow_margin = 0x7f050062;
- public static final int notification_right_icon_size = 0x7f050063;
- public static final int notification_right_side_padding_top = 0x7f050064;
- public static final int notification_small_icon_background_padding = 0x7f050065;
- public static final int notification_small_icon_size_as_large = 0x7f050066;
- public static final int notification_subtext_size = 0x7f050067;
- public static final int notification_top_pad = 0x7f050068;
- public static final int notification_top_pad_large_text = 0x7f050069;
- }
- public static final class drawable {
- private drawable() {}
-
- public static final int notification_action_background = 0x7f06005a;
- public static final int notification_bg = 0x7f06005b;
- public static final int notification_bg_low = 0x7f06005c;
- public static final int notification_bg_low_normal = 0x7f06005d;
- public static final int notification_bg_low_pressed = 0x7f06005e;
- public static final int notification_bg_normal = 0x7f06005f;
- public static final int notification_bg_normal_pressed = 0x7f060060;
- public static final int notification_icon_background = 0x7f060061;
- public static final int notification_template_icon_bg = 0x7f060062;
- public static final int notification_template_icon_low_bg = 0x7f060063;
- public static final int notification_tile_bg = 0x7f060064;
- public static final int notify_panel_notification_icon_bg = 0x7f060065;
- }
- public static final class id {
- private id() {}
-
- public static final int action_container = 0x7f07000d;
- public static final int action_divider = 0x7f07000f;
- public static final int action_image = 0x7f070010;
- public static final int action_text = 0x7f070016;
- public static final int actions = 0x7f070017;
- public static final int async = 0x7f07001d;
- public static final int blocking = 0x7f070020;
- public static final int chronometer = 0x7f07002c;
- public static final int forever = 0x7f070040;
- public static final int icon = 0x7f070046;
- public static final int icon_group = 0x7f070047;
- public static final int info = 0x7f07004b;
- public static final int italic = 0x7f07004d;
- public static final int line1 = 0x7f07004f;
- public static final int line3 = 0x7f070050;
- public static final int normal = 0x7f070058;
- public static final int notification_background = 0x7f070059;
- public static final int notification_main_column = 0x7f07005a;
- public static final int notification_main_column_container = 0x7f07005b;
- public static final int right_icon = 0x7f070064;
- public static final int right_side = 0x7f070065;
- public static final int tag_transition_group = 0x7f070087;
- public static final int tag_unhandled_key_event_manager = 0x7f070088;
- public static final int tag_unhandled_key_listeners = 0x7f070089;
- public static final int text = 0x7f07008a;
- public static final int text2 = 0x7f07008b;
- public static final int time = 0x7f07008e;
- public static final int title = 0x7f07008f;
- }
- public static final class integer {
- private integer() {}
-
- public static final int status_bar_notification_info_maxnum = 0x7f080004;
- }
- public static final class layout {
- private layout() {}
-
- public static final int notification_action = 0x7f09001e;
- public static final int notification_action_tombstone = 0x7f09001f;
- public static final int notification_template_custom_big = 0x7f090020;
- public static final int notification_template_icon_group = 0x7f090021;
- public static final int notification_template_part_chronometer = 0x7f090022;
- public static final int notification_template_part_time = 0x7f090023;
- }
- public static final class string {
- private string() {}
-
- public static final int status_bar_notification_info_overflow = 0x7f0b0029;
- }
- public static final class style {
- private style() {}
-
- public static final int TextAppearance_Compat_Notification = 0x7f0c00ec;
- public static final int TextAppearance_Compat_Notification_Info = 0x7f0c00ed;
- public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0c00ee;
- public static final int TextAppearance_Compat_Notification_Time = 0x7f0c00ef;
- public static final int TextAppearance_Compat_Notification_Title = 0x7f0c00f0;
- public static final int Widget_Compat_NotificationActionContainer = 0x7f0c0158;
- public static final int Widget_Compat_NotificationActionText = 0x7f0c0159;
- }
- public static final class styleable {
- private styleable() {}
-
- public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f020027 };
- public static final int ColorStateListItem_android_color = 0;
- public static final int ColorStateListItem_android_alpha = 1;
- public static final int ColorStateListItem_alpha = 2;
- public static final int[] FontFamily = { 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f, 0x7f020080, 0x7f020081 };
- public static final int FontFamily_fontProviderAuthority = 0;
- public static final int FontFamily_fontProviderCerts = 1;
- public static final int FontFamily_fontProviderFetchStrategy = 2;
- public static final int FontFamily_fontProviderFetchTimeout = 3;
- public static final int FontFamily_fontProviderPackage = 4;
- public static final int FontFamily_fontProviderQuery = 5;
- public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f02007a, 0x7f020082, 0x7f020083, 0x7f020084, 0x7f02013c };
- public static final int FontFamilyFont_android_font = 0;
- public static final int FontFamilyFont_android_fontWeight = 1;
- public static final int FontFamilyFont_android_fontStyle = 2;
- public static final int FontFamilyFont_android_ttcIndex = 3;
- public static final int FontFamilyFont_android_fontVariationSettings = 4;
- public static final int FontFamilyFont_font = 5;
- public static final int FontFamilyFont_fontStyle = 6;
- public static final int FontFamilyFont_fontVariationSettings = 7;
- public static final int FontFamilyFont_fontWeight = 8;
- public static final int FontFamilyFont_ttcIndex = 9;
- public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 };
- public static final int GradientColor_android_startColor = 0;
- public static final int GradientColor_android_endColor = 1;
- public static final int GradientColor_android_type = 2;
- public static final int GradientColor_android_centerX = 3;
- public static final int GradientColor_android_centerY = 4;
- public static final int GradientColor_android_gradientRadius = 5;
- public static final int GradientColor_android_tileMode = 6;
- public static final int GradientColor_android_centerColor = 7;
- public static final int GradientColor_android_startX = 8;
- public static final int GradientColor_android_startY = 9;
- public static final int GradientColor_android_endX = 10;
- public static final int GradientColor_android_endY = 11;
- public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 };
- public static final int GradientColorItem_android_color = 0;
- public static final int GradientColorItem_android_offset = 1;
- }
-}
diff --git a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/com/example/capstone/R.java b/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/com/example/capstone/R.java
deleted file mode 100644
index 09f439b59..000000000
--- a/UI/app/build/generated/not_namespaced_r_class_sources/debug/r/com/example/capstone/R.java
+++ /dev/null
@@ -1,13829 +0,0 @@
-/* AUTO-GENERATED FILE. DO NOT MODIFY.
- *
- * This class was automatically generated by the
- * aapt tool from the resource data it found. It
- * should not be modified by hand.
- */
-
-package com.example.capstone;
-
-public final class R {
- public static final class anim {
- public static final int abc_fade_in=0x7f010000;
- public static final int abc_fade_out=0x7f010001;
- public static final int abc_grow_fade_in_from_bottom=0x7f010002;
- public static final int abc_popup_enter=0x7f010003;
- public static final int abc_popup_exit=0x7f010004;
- public static final int abc_shrink_fade_out_from_bottom=0x7f010005;
- public static final int abc_slide_in_bottom=0x7f010006;
- public static final int abc_slide_in_top=0x7f010007;
- public static final int abc_slide_out_bottom=0x7f010008;
- public static final int abc_slide_out_top=0x7f010009;
- public static final int abc_tooltip_enter=0x7f01000a;
- public static final int abc_tooltip_exit=0x7f01000b;
- }
- public static final class attr {
- /**
- * Custom divider drawable to use for elements in the action bar.
- * May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int actionBarDivider=0x7f020000;
- /**
- * Custom item state list drawable background for action bar items.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int actionBarItemBackground=0x7f020001;
- /**
- * Reference to a theme that should be used to inflate popups
- * shown by widgets in the action bar.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int actionBarPopupTheme=0x7f020002;
- /**
- * Size of the Action Bar, including the contextual
- * bar used to present Action Modes.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * wrap_content | 0 | |
- *
- */
- public static final int actionBarSize=0x7f020003;
- /**
- * Reference to a style for the split Action Bar. This style
- * controls the split component that holds the menu/action
- * buttons. actionBarStyle is still used for the primary
- * bar.
- * May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int actionBarSplitStyle=0x7f020004;
- /**
- * Reference to a style for the Action Bar
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int actionBarStyle=0x7f020005;
- /**
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int actionBarTabBarStyle=0x7f020006;
- /**
- * Default style for tabs within an action bar
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int actionBarTabStyle=0x7f020007;
- /**
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int actionBarTabTextStyle=0x7f020008;
- /**
- * Reference to a theme that should be used to inflate the
- * action bar. This will be inherited by any widget inflated
- * into the action bar.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int actionBarTheme=0x7f020009;
- /**
- * Reference to a theme that should be used to inflate widgets
- * and layouts destined for the action bar. Most of the time
- * this will be a reference to the current theme, but when
- * the action bar has a significantly different contrast
- * profile than the rest of the activity the difference
- * can become important. If this is set to @null the current
- * theme will be used.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int actionBarWidgetTheme=0x7f02000a;
- /**
- * Default action button style.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int actionButtonStyle=0x7f02000b;
- /**
- * Default ActionBar dropdown style.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int actionDropDownStyle=0x7f02000c;
- /**
- * An optional layout to be used as an action view.
- * See {@link android.view.MenuItem#setActionView(android.view.View)}
- * for more info.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int actionLayout=0x7f02000d;
- /**
- * TextAppearance style that will be applied to text that
- * appears within action menu items.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int actionMenuTextAppearance=0x7f02000e;
- /**
- * Color for text that appears within action menu items.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- */
- public static final int actionMenuTextColor=0x7f02000f;
- /**
- * Background drawable to use for action mode UI
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int actionModeBackground=0x7f020010;
- /**
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int actionModeCloseButtonStyle=0x7f020011;
- /**
- * Drawable to use for the close action mode button
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int actionModeCloseDrawable=0x7f020012;
- /**
- * Drawable to use for the Copy action button in Contextual Action Bar
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int actionModeCopyDrawable=0x7f020013;
- /**
- * Drawable to use for the Cut action button in Contextual Action Bar
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int actionModeCutDrawable=0x7f020014;
- /**
- * Drawable to use for the Find action button in WebView selection action modes
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int actionModeFindDrawable=0x7f020015;
- /**
- * Drawable to use for the Paste action button in Contextual Action Bar
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int actionModePasteDrawable=0x7f020016;
- /**
- * PopupWindow style to use for action modes when showing as a window overlay.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int actionModePopupWindowStyle=0x7f020017;
- /**
- * Drawable to use for the Select all action button in Contextual Action Bar
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int actionModeSelectAllDrawable=0x7f020018;
- /**
- * Drawable to use for the Share action button in WebView selection action modes
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int actionModeShareDrawable=0x7f020019;
- /**
- * Background drawable to use for action mode UI in the lower split bar
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int actionModeSplitBackground=0x7f02001a;
- /**
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int actionModeStyle=0x7f02001b;
- /**
- * Drawable to use for the Web Search action button in WebView selection action modes
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int actionModeWebSearchDrawable=0x7f02001c;
- /**
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int actionOverflowButtonStyle=0x7f02001d;
- /**
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int actionOverflowMenuStyle=0x7f02001e;
- /**
- * The name of an optional ActionProvider class to instantiate an action view
- * and perform operations such as default action for that menu item.
- * See {@link android.view.MenuItem#setActionProvider(android.view.ActionProvider)}
- * for more info.
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- */
- public static final int actionProviderClass=0x7f02001f;
- /**
- * The name of an optional View class to instantiate and use as an
- * action view. See {@link android.view.MenuItem#setActionView(android.view.View)}
- * for more info.
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- */
- public static final int actionViewClass=0x7f020020;
- /**
- * Default ActivityChooserView style.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int activityChooserViewStyle=0x7f020021;
- /**
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int alertDialogButtonGroupStyle=0x7f020022;
- /**
- *
May be a boolean value, such as "true
" or
- * "false
".
- */
- public static final int alertDialogCenterButtons=0x7f020023;
- /**
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int alertDialogStyle=0x7f020024;
- /**
- * Theme to use for alert dialogs spawned from this theme.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int alertDialogTheme=0x7f020025;
- /**
- * Whether to automatically stack the buttons when there is not
- * enough space to lay them out side-by-side.
- *
May be a boolean value, such as "true
" or
- * "false
".
- */
- public static final int allowStacking=0x7f020026;
- /**
- * Alpha multiplier applied to the base color.
- *
May be a floating point value, such as "1.2
".
- */
- public static final int alpha=0x7f020027;
- /**
- * The alphabetic modifier key. This is the modifier when using a keyboard
- * with alphabetic keys. The values should be kept in sync with KeyEvent
- *
Must be one or more (separated by '|') of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * ALT | 2 | |
- * CTRL | 1000 | |
- * FUNCTION | 8 | |
- * META | 10000 | |
- * SHIFT | 1 | |
- * SYM | 4 | |
- *
- */
- public static final int alphabeticModifiers=0x7f020028;
- /**
- * The length of the arrow head when formed to make an arrow
- * May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int arrowHeadLength=0x7f020029;
- /**
- * The length of the shaft when formed to make an arrow
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int arrowShaftLength=0x7f02002a;
- /**
- * Default AutoCompleteTextView style.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int autoCompleteTextViewStyle=0x7f02002b;
- /**
- * The maximum text size constraint to be used when auto-sizing text.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int autoSizeMaxTextSize=0x7f02002c;
- /**
- * The minimum text size constraint to be used when auto-sizing text.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int autoSizeMinTextSize=0x7f02002d;
- /**
- * Resource array of dimensions to be used in conjunction with
- * autoSizeTextType
set to uniform
. Overrides
- * autoSizeStepGranularity
if set.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int autoSizePresetSizes=0x7f02002e;
- /**
- * Specify the auto-size step size if autoSizeTextType
is set to
- * uniform
. The default is 1px. Overwrites
- * autoSizePresetSizes
if set.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int autoSizeStepGranularity=0x7f02002f;
- /**
- * Specify the type of auto-size. Note that this feature is not supported by EditText,
- * works only for TextView.
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * none | 0 | No auto-sizing (default). |
- * uniform | 1 | Uniform horizontal and vertical text size scaling to fit within the
- * container. |
- *
- */
- public static final int autoSizeTextType=0x7f020030;
- /**
- * Specifies a background drawable for the action bar.
- * May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int background=0x7f020031;
- /**
- * Specifies a background drawable for the bottom component of a split action bar.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- */
- public static final int backgroundSplit=0x7f020032;
- /**
- * Specifies a background drawable for a second stacked row of the action bar.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- */
- public static final int backgroundStacked=0x7f020033;
- /**
- * Tint to apply to the background.
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- */
- public static final int backgroundTint=0x7f020034;
- /**
- * Blending mode used to apply the background tint.
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * add | 10 | Combines the tint and icon color and alpha channels, clamping the
- * result to valid color values. Saturate(S + D) |
- * multiply | e | Multiplies the color and alpha channels of the drawable with those of
- * the tint. [Sa * Da, Sc * Dc] |
- * screen | f | [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] |
- * src_atop | 9 | The tint is drawn above the drawable, but with the drawable’s alpha
- * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] |
- * src_in | 5 | The tint is masked by the alpha channel of the drawable. The drawable’s
- * color channels are thrown out. [Sa * Da, Sc * Da] |
- * src_over | 3 | The tint is drawn on top of the drawable.
- * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] |
- *
- */
- public static final int backgroundTintMode=0x7f020035;
- /**
- * The length of the bars when they are parallel to each other
- * May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int barLength=0x7f020036;
- /**
- *
May be a boolean value, such as "true
" or
- * "false
".
- */
- public static final int barrierAllowsGoneWidgets=0x7f020037;
- /**
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * bottom | 3 | |
- * end | 6 | |
- * left | 0 | |
- * right | 1 | |
- * start | 5 | |
- * top | 2 | |
- *
- */
- public static final int barrierDirection=0x7f020038;
- /**
- * Style for buttons without an explicit border, often used in groups.
- * May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int borderlessButtonStyle=0x7f020039;
- /**
- * Style for buttons within button bars
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int buttonBarButtonStyle=0x7f02003a;
- /**
- * Style for the "negative" buttons within button bars
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int buttonBarNegativeButtonStyle=0x7f02003b;
- /**
- * Style for the "neutral" buttons within button bars
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int buttonBarNeutralButtonStyle=0x7f02003c;
- /**
- * Style for the "positive" buttons within button bars
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int buttonBarPositiveButtonStyle=0x7f02003d;
- /**
- * Style for button bars
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int buttonBarStyle=0x7f02003e;
- /**
- *
Must be one or more (separated by '|') of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * bottom | 50 | Push object to the bottom of its container, not changing its size. |
- * top | 30 | Push object to the top of its container, not changing its size. |
- *
- */
- public static final int buttonGravity=0x7f02003f;
- /**
- * May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int buttonIconDimen=0x7f020040;
- /**
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int buttonPanelSideLayout=0x7f020041;
- /**
- * Normal Button style.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int buttonStyle=0x7f020042;
- /**
- * Small Button style.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int buttonStyleSmall=0x7f020043;
- /**
- * Tint to apply to the button drawable.
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- */
- public static final int buttonTint=0x7f020044;
- /**
- * Blending mode used to apply the button tint.
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * add | 10 | Combines the tint and icon color and alpha channels, clamping the
- * result to valid color values. Saturate(S + D) |
- * multiply | e | Multiplies the color and alpha channels of the drawable with those of
- * the tint. [Sa * Da, Sc * Dc] |
- * screen | f | [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] |
- * src_atop | 9 | The tint is drawn above the drawable, but with the drawable’s alpha
- * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] |
- * src_in | 5 | The tint is masked by the alpha channel of the drawable. The drawable’s
- * color channels are thrown out. [Sa * Da, Sc * Da] |
- * src_over | 3 | The tint is drawn on top of the drawable.
- * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] |
- *
- */
- public static final int buttonTintMode=0x7f020045;
- /**
- * May be a boolean value, such as "true
" or
- * "false
".
- */
- public static final int chainUseRtl=0x7f020046;
- /**
- * Default Checkbox style.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int checkboxStyle=0x7f020047;
- /**
- * Default CheckedTextView style.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int checkedTextViewStyle=0x7f020048;
- /**
- * Close button icon
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int closeIcon=0x7f020049;
- /**
- * Specifies a layout to use for the "close" item at the starting edge.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int closeItemLayout=0x7f02004a;
- /**
- * Text to set as the content description for the collapse button.
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- */
- public static final int collapseContentDescription=0x7f02004b;
- /**
- * Icon drawable to use for the collapse button.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int collapseIcon=0x7f02004c;
- /**
- * The drawing color for the bars
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- */
- public static final int color=0x7f02004d;
- /**
- * Bright complement to the primary branding color. By default, this is the color applied
- * to framework controls (via colorControlActivated).
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- */
- public static final int colorAccent=0x7f02004e;
- /**
- * Default color of background imagery for floating components, ex. dialogs, popups, and cards.
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- */
- public static final int colorBackgroundFloating=0x7f02004f;
- /**
- * The color applied to framework buttons in their normal state.
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- */
- public static final int colorButtonNormal=0x7f020050;
- /**
- * The color applied to framework controls in their activated (ex. checked) state.
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- */
- public static final int colorControlActivated=0x7f020051;
- /**
- * The color applied to framework control highlights (ex. ripples, list selectors).
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- */
- public static final int colorControlHighlight=0x7f020052;
- /**
- * The color applied to framework controls in their normal state.
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- */
- public static final int colorControlNormal=0x7f020053;
- /**
- * Color used for error states and things that need to be drawn to
- * the user's attention.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- */
- public static final int colorError=0x7f020054;
- /**
- * The primary branding color for the app. By default, this is the color applied to the
- * action bar background.
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- */
- public static final int colorPrimary=0x7f020055;
- /**
- * Dark variant of the primary branding color. By default, this is the color applied to
- * the status bar (via statusBarColor) and navigation bar (via navigationBarColor).
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- */
- public static final int colorPrimaryDark=0x7f020056;
- /**
- * The color applied to framework switch thumbs in their normal state.
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- */
- public static final int colorSwitchThumbNormal=0x7f020057;
- /**
- * Commit icon shown in the query suggestion row
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int commitIcon=0x7f020058;
- /**
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int constraintSet=0x7f020059;
- /**
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- */
- public static final int constraint_referenced_ids=0x7f02005a;
- /**
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int content=0x7f02005b;
- /**
- * The content description associated with the item.
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- */
- public static final int contentDescription=0x7f02005c;
- /**
- * Minimum inset for content views within a bar. Navigation buttons and
- * menu views are excepted. Only valid for some themes and configurations.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int contentInsetEnd=0x7f02005d;
- /**
- * Minimum inset for content views within a bar when actions from a menu
- * are present. Only valid for some themes and configurations.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int contentInsetEndWithActions=0x7f02005e;
- /**
- * Minimum inset for content views within a bar. Navigation buttons and
- * menu views are excepted. Only valid for some themes and configurations.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int contentInsetLeft=0x7f02005f;
- /**
- * Minimum inset for content views within a bar. Navigation buttons and
- * menu views are excepted. Only valid for some themes and configurations.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int contentInsetRight=0x7f020060;
- /**
- * Minimum inset for content views within a bar. Navigation buttons and
- * menu views are excepted. Only valid for some themes and configurations.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int contentInsetStart=0x7f020061;
- /**
- * Minimum inset for content views within a bar when a navigation button
- * is present, such as the Up button. Only valid for some themes and configurations.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int contentInsetStartWithNavigation=0x7f020062;
- /**
- * The background used by framework controls.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int controlBackground=0x7f020063;
- /**
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int coordinatorLayoutStyle=0x7f020064;
- /**
- * Specifies a layout for custom navigation. Overrides navigationMode.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int customNavigationLayout=0x7f020065;
- /**
- * Default query hint used when {@code queryHint} is undefined and
- * the search view's {@code SearchableInfo} does not provide a hint.
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- */
- public static final int defaultQueryHint=0x7f020066;
- /**
- * Preferred corner radius of dialogs.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int dialogCornerRadius=0x7f020067;
- /**
- * Preferred padding for dialog content.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int dialogPreferredPadding=0x7f020068;
- /**
- * Theme to use for dialogs spawned from this theme.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int dialogTheme=0x7f020069;
- /**
- * Options affecting how the action bar is displayed.
- *
Must be one or more (separated by '|') of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * disableHome | 20 | |
- * homeAsUp | 4 | |
- * none | 0 | |
- * showCustom | 10 | |
- * showHome | 2 | |
- * showTitle | 8 | |
- * useLogo | 1 | |
- *
- */
- public static final int displayOptions=0x7f02006a;
- /**
- * Specifies the drawable used for item dividers.
- * May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int divider=0x7f02006b;
- /**
- * A drawable that may be used as a horizontal divider between visual elements.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int dividerHorizontal=0x7f02006c;
- /**
- * Size of padding on either end of a divider.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int dividerPadding=0x7f02006d;
- /**
- * A drawable that may be used as a vertical divider between visual elements.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int dividerVertical=0x7f02006e;
- /**
- * The total size of the drawable
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int drawableSize=0x7f02006f;
- /**
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int drawerArrowStyle=0x7f020070;
- /**
- * ListPopupWindow compatibility
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int dropDownListViewStyle=0x7f020071;
- /**
- * The preferred item height for dropdown lists.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int dropdownListPreferredItemHeight=0x7f020072;
- /**
- * EditText background drawable.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int editTextBackground=0x7f020073;
- /**
- * EditText text foreground color.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- */
- public static final int editTextColor=0x7f020074;
- /**
- * Default EditText style.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int editTextStyle=0x7f020075;
- /**
- * Elevation for the action bar itself
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int elevation=0x7f020076;
- /**
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * gone | 0 | |
- * invisible | 1 | |
- *
- */
- public static final int emptyVisibility=0x7f020077;
- /**
- * The drawable to show in the button for expanding the activities overflow popup.
- * Note: Clients would like to set this drawable
- * as a clue about the action the chosen activity will perform. For
- * example, if share activity is to be chosen the drawable should
- * give a clue that sharing is to be performed.
- * May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int expandActivityOverflowButtonDrawable=0x7f020078;
- /**
- * Distance from the top of the TextView to the first text baseline. If set, this
- * overrides the value set for paddingTop.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int firstBaselineToTopHeight=0x7f020079;
- /**
- * The reference to the font file to be used. This should be a file in the res/font folder
- * and should therefore have an R reference value. E.g. @font/myfont
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int font=0x7f02007a;
- /**
- * The attribute for the font family.
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- */
- public static final int fontFamily=0x7f02007b;
- /**
- * The authority of the Font Provider to be used for the request.
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- */
- public static final int fontProviderAuthority=0x7f02007c;
- /**
- * The sets of hashes for the certificates the provider should be signed with. This is
- * used to verify the identity of the provider, and is only required if the provider is not
- * part of the system image. This value may point to one list or a list of lists, where each
- * individual list represents one collection of signature hashes. Refer to your font provider's
- * documentation for these values.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int fontProviderCerts=0x7f02007d;
- /**
- * The strategy to be used when fetching font data from a font provider in XML layouts.
- * This attribute is ignored when the resource is loaded from code, as it is equivalent to the
- * choice of API between {@link
- * androidx.core.content.res.ResourcesCompat#getFont(Context, int)} (blocking) and
- * {@link
- * androidx.core.content.res.ResourcesCompat#getFont(Context, int, FontCallback, Handler)}
- * (async).
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * async | 1 | The async font fetch works as follows.
- * First, check the local cache, then if the requeted font is not cached, trigger a
- * request the font and continue with layout inflation. Once the font fetch succeeds, the
- * target text view will be refreshed with the downloaded font data. The
- * fontProviderFetchTimeout will be ignored if async loading is specified. |
- * blocking | 0 | The blocking font fetch works as follows.
- * First, check the local cache, then if the requested font is not cached, request the
- * font from the provider and wait until it is finished. You can change the length of
- * the timeout by modifying fontProviderFetchTimeout. If the timeout happens, the
- * default typeface will be used instead. |
- *
- */
- public static final int fontProviderFetchStrategy=0x7f02007e;
- /**
- * The length of the timeout during fetching.
- * May be an integer value, such as "100
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * forever | ffffffff | A special value for the timeout. In this case, the blocking font fetching will not
- * timeout and wait until a reply is received from the font provider. |
- *
- */
- public static final int fontProviderFetchTimeout=0x7f02007f;
- /**
- * The package for the Font Provider to be used for the request. This is used to verify
- * the identity of the provider.
- * May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- */
- public static final int fontProviderPackage=0x7f020080;
- /**
- * The query to be sent over to the provider. Refer to your font provider's documentation
- * on the format of this string.
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- */
- public static final int fontProviderQuery=0x7f020081;
- /**
- * The style of the given font file. This will be used when the font is being loaded into
- * the font stack and will override any style information in the font's header tables. If
- * unspecified, the value in the font's header tables will be used.
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * italic | 1 | |
- * normal | 0 | |
- *
- */
- public static final int fontStyle=0x7f020082;
- /**
- * The variation settings to be applied to the font. The string should be in the following
- * format: "'tag1' value1, 'tag2' value2, ...". If the default variation settings should be
- * used, or the font used does not support variation settings, this attribute needs not be
- * specified.
- * May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- */
- public static final int fontVariationSettings=0x7f020083;
- /**
- * The weight of the given font file. This will be used when the font is being loaded into
- * the font stack and will override any weight information in the font's header tables. Must
- * be a positive number, a multiple of 100, and between 100 and 900, inclusive. The most
- * common values are 400 for regular weight and 700 for bold weight. If unspecified, the value
- * in the font's header tables will be used.
- *
May be an integer value, such as "100
".
- */
- public static final int fontWeight=0x7f020084;
- /**
- * The max gap between the bars when they are parallel to each other
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int gapBetweenBars=0x7f020085;
- /**
- * Go button icon
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int goIcon=0x7f020086;
- /**
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int height=0x7f020087;
- /**
- * Set true to hide the action bar on a vertical nested scroll of content.
- *
May be a boolean value, such as "true
" or
- * "false
".
- */
- public static final int hideOnContentScroll=0x7f020088;
- /**
- * Specifies a drawable to use for the 'home as up' indicator.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int homeAsUpIndicator=0x7f020089;
- /**
- * Specifies a layout to use for the "home" section of the action bar.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int homeLayout=0x7f02008a;
- /**
- * Specifies the drawable used for the application icon.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int icon=0x7f02008b;
- /**
- * Tint to apply to the icon.
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- */
- public static final int iconTint=0x7f02008c;
- /**
- * Blending mode used to apply the icon tint.
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * add | 10 | Combines the tint and icon color and alpha channels, clamping the
- * result to valid color values. Saturate(S + D) |
- * multiply | e | Multiplies the color and alpha channels of the icon with those of
- * the tint. [Sa * Da, Sc * Dc] |
- * screen | f | [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] |
- * src_atop | 9 | The tint is drawn above the icon, but with the icon’s alpha
- * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] |
- * src_in | 5 | The tint is masked by the alpha channel of the icon. The icon’s
- * color channels are thrown out. [Sa * Da, Sc * Da] |
- * src_over | 3 | The tint is drawn on top of the icon.
- * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] |
- *
- */
- public static final int iconTintMode=0x7f02008d;
- /**
- * The default state of the SearchView. If true, it will be iconified when not in
- * use and expanded when clicked.
- * May be a boolean value, such as "true
" or
- * "false
".
- */
- public static final int iconifiedByDefault=0x7f02008e;
- /**
- * ImageButton background drawable.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int imageButtonStyle=0x7f02008f;
- /**
- * Specifies a style resource to use for an indeterminate progress spinner.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int indeterminateProgressStyle=0x7f020090;
- /**
- * The maximal number of items initially shown in the activity list.
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- */
- public static final int initialActivityCount=0x7f020091;
- /**
- *
May be a boolean value, such as "true
" or
- * "false
".
- */
- public static final int isLightTheme=0x7f020092;
- /**
- * Specifies padding that should be applied to the left and right sides of
- * system-provided items in the bar.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int itemPadding=0x7f020093;
- /**
- * A reference to an array of integers representing the
- * locations of horizontal keylines in dp from the starting edge.
- * Child views can refer to these keylines for alignment using
- * layout_keyline="index" where index is a 0-based index into
- * this array.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int keylines=0x7f020094;
- /**
- * Distance from the bottom of the TextView to the last text baseline. If set, this
- * overrides the value set for paddingBottom.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int lastBaselineToBottomHeight=0x7f020095;
- /**
- * The layout to use for the search view.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int layout=0x7f020096;
- /**
- * The id of an anchor view that this view should position relative to.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int layout_anchor=0x7f020097;
- /**
- * Specifies how an object should position relative to an anchor, on both the X and Y axes,
- * within its parent's bounds.
- *
Must be one or more (separated by '|') of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * bottom | 50 | Push object to the bottom of its container, not changing its size. |
- * center | 11 | Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. |
- * center_horizontal | 1 | Place object in the horizontal center of its container, not changing its size. |
- * center_vertical | 10 | Place object in the vertical center of its container, not changing its size. |
- * clip_horizontal | 8 | Additional option that can be set to have the left and/or right edges of
- * the child clipped to its container's bounds.
- * The clip will be based on the horizontal gravity: a left gravity will clip the right
- * edge, a right gravity will clip the left edge, and neither will clip both edges. |
- * clip_vertical | 80 | Additional option that can be set to have the top and/or bottom edges of
- * the child clipped to its container's bounds.
- * The clip will be based on the vertical gravity: a top gravity will clip the bottom
- * edge, a bottom gravity will clip the top edge, and neither will clip both edges. |
- * end | 800005 | Push object to the end of its container, not changing its size. |
- * fill | 77 | Grow the horizontal and vertical size of the object if needed so it completely fills its container. |
- * fill_horizontal | 7 | Grow the horizontal size of the object if needed so it completely fills its container. |
- * fill_vertical | 70 | Grow the vertical size of the object if needed so it completely fills its container. |
- * left | 3 | Push object to the left of its container, not changing its size. |
- * right | 5 | Push object to the right of its container, not changing its size. |
- * start | 800003 | Push object to the beginning of its container, not changing its size. |
- * top | 30 | Push object to the top of its container, not changing its size. |
- *
- */
- public static final int layout_anchorGravity=0x7f020098;
- /**
- * The class name of a Behavior class defining special runtime behavior
- * for this child view.
- * May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- */
- public static final int layout_behavior=0x7f020099;
- /**
- *
May be a boolean value, such as "true
" or
- * "false
".
- */
- public static final int layout_constrainedHeight=0x7f02009a;
- /**
- *
May be a boolean value, such as "true
" or
- * "false
".
- */
- public static final int layout_constrainedWidth=0x7f02009b;
- /**
- *
May be an integer value, such as "100
".
- */
- public static final int layout_constraintBaseline_creator=0x7f02009c;
- /**
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- */
- public static final int layout_constraintBaseline_toBaselineOf=0x7f02009d;
- /**
- * May be an integer value, such as "100
".
- */
- public static final int layout_constraintBottom_creator=0x7f02009e;
- /**
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- */
- public static final int layout_constraintBottom_toBottomOf=0x7f02009f;
- /**
- * May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- */
- public static final int layout_constraintBottom_toTopOf=0x7f0200a0;
- /**
- * May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int layout_constraintCircle=0x7f0200a1;
- /**
- *
May be an integer value, such as "100
".
- */
- public static final int layout_constraintCircleAngle=0x7f0200a2;
- /**
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int layout_constraintCircleRadius=0x7f0200a3;
- /**
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- */
- public static final int layout_constraintDimensionRatio=0x7f0200a4;
- /**
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- */
- public static final int layout_constraintEnd_toEndOf=0x7f0200a5;
- /**
- * May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- */
- public static final int layout_constraintEnd_toStartOf=0x7f0200a6;
- /**
- * May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int layout_constraintGuide_begin=0x7f0200a7;
- /**
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int layout_constraintGuide_end=0x7f0200a8;
- /**
- *
May be a floating point value, such as "1.2
".
- */
- public static final int layout_constraintGuide_percent=0x7f0200a9;
- /**
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * percent | 2 | |
- * spread | 0 | |
- * wrap | 1 | |
- *
- */
- public static final int layout_constraintHeight_default=0x7f0200aa;
- /**
- * May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * wrap | fffffffe | |
- *
- */
- public static final int layout_constraintHeight_max=0x7f0200ab;
- /**
- * May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * wrap | fffffffe | |
- *
- */
- public static final int layout_constraintHeight_min=0x7f0200ac;
- /**
- * May be a floating point value, such as "1.2
".
- */
- public static final int layout_constraintHeight_percent=0x7f0200ad;
- /**
- *
May be a floating point value, such as "1.2
".
- */
- public static final int layout_constraintHorizontal_bias=0x7f0200ae;
- /**
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * packed | 2 | |
- * spread | 0 | |
- * spread_inside | 1 | |
- *
- */
- public static final int layout_constraintHorizontal_chainStyle=0x7f0200af;
- /**
- * May be a floating point value, such as "1.2
".
- */
- public static final int layout_constraintHorizontal_weight=0x7f0200b0;
- /**
- *
May be an integer value, such as "100
".
- */
- public static final int layout_constraintLeft_creator=0x7f0200b1;
- /**
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- */
- public static final int layout_constraintLeft_toLeftOf=0x7f0200b2;
- /**
- * May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- */
- public static final int layout_constraintLeft_toRightOf=0x7f0200b3;
- /**
- * May be an integer value, such as "100
".
- */
- public static final int layout_constraintRight_creator=0x7f0200b4;
- /**
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- */
- public static final int layout_constraintRight_toLeftOf=0x7f0200b5;
- /**
- * May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- */
- public static final int layout_constraintRight_toRightOf=0x7f0200b6;
- /**
- * May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- */
- public static final int layout_constraintStart_toEndOf=0x7f0200b7;
- /**
- * May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- */
- public static final int layout_constraintStart_toStartOf=0x7f0200b8;
- /**
- * May be an integer value, such as "100
".
- */
- public static final int layout_constraintTop_creator=0x7f0200b9;
- /**
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- */
- public static final int layout_constraintTop_toBottomOf=0x7f0200ba;
- /**
- * May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- */
- public static final int layout_constraintTop_toTopOf=0x7f0200bb;
- /**
- * May be a floating point value, such as "1.2
".
- */
- public static final int layout_constraintVertical_bias=0x7f0200bc;
- /**
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * packed | 2 | |
- * spread | 0 | |
- * spread_inside | 1 | |
- *
- */
- public static final int layout_constraintVertical_chainStyle=0x7f0200bd;
- /**
- * May be a floating point value, such as "1.2
".
- */
- public static final int layout_constraintVertical_weight=0x7f0200be;
- /**
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * percent | 2 | |
- * spread | 0 | |
- * wrap | 1 | |
- *
- */
- public static final int layout_constraintWidth_default=0x7f0200bf;
- /**
- * May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * wrap | fffffffe | |
- *
- */
- public static final int layout_constraintWidth_max=0x7f0200c0;
- /**
- * May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * wrap | fffffffe | |
- *
- */
- public static final int layout_constraintWidth_min=0x7f0200c1;
- /**
- * May be a floating point value, such as "1.2
".
- */
- public static final int layout_constraintWidth_percent=0x7f0200c2;
- /**
- * Specifies how this view dodges the inset edges of the CoordinatorLayout.
- *
Must be one or more (separated by '|') of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * all | 77 | Dodge all the inset edges. |
- * bottom | 50 | Dodge the bottom inset edge. |
- * end | 800005 | Dodge the end inset edge. |
- * left | 3 | Dodge the left inset edge. |
- * none | 0 | Don't dodge any edges |
- * right | 5 | Dodge the right inset edge. |
- * start | 800003 | Dodge the start inset edge. |
- * top | 30 | Dodge the top inset edge. |
- *
- */
- public static final int layout_dodgeInsetEdges=0x7f0200c3;
- /**
- * May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int layout_editor_absoluteX=0x7f0200c4;
- /**
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int layout_editor_absoluteY=0x7f0200c5;
- /**
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int layout_goneMarginBottom=0x7f0200c6;
- /**
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int layout_goneMarginEnd=0x7f0200c7;
- /**
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int layout_goneMarginLeft=0x7f0200c8;
- /**
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int layout_goneMarginRight=0x7f0200c9;
- /**
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int layout_goneMarginStart=0x7f0200ca;
- /**
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int layout_goneMarginTop=0x7f0200cb;
- /**
- * Specifies how this view insets the CoordinatorLayout and make some other views
- * dodge it.
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * bottom | 50 | Inset the bottom edge. |
- * end | 800005 | Inset the end edge. |
- * left | 3 | Inset the left edge. |
- * none | 0 | Don't inset. |
- * right | 5 | Inset the right edge. |
- * start | 800003 | Inset the start edge. |
- * top | 30 | Inset the top edge. |
- *
- */
- public static final int layout_insetEdge=0x7f0200cc;
- /**
- * The index of a keyline this view should position relative to.
- * android:layout_gravity will affect how the view aligns to the
- * specified keyline.
- * May be an integer value, such as "100
".
- */
- public static final int layout_keyline=0x7f0200cd;
- /**
- *
Must be one or more (separated by '|') of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * barrier | 2 | |
- * chains | 4 | |
- * dimensions | 8 | |
- * direct | 1 | direct, barriers, chains |
- * groups | 20 | |
- * none | 0 | |
- * standard | 7 | |
- *
- */
- public static final int layout_optimizationLevel=0x7f0200ce;
- /**
- * Explicit height between lines of text. If set, this will override the values set
- * for lineSpacingExtra and lineSpacingMultiplier.
- * May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int lineHeight=0x7f0200cf;
- /**
- * Drawable used as a background for selected list items.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int listChoiceBackgroundIndicator=0x7f0200d0;
- /**
- * The list divider used in alert dialogs.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int listDividerAlertDialog=0x7f0200d1;
- /**
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int listItemLayout=0x7f0200d2;
- /**
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int listLayout=0x7f0200d3;
- /**
- * Default menu-style ListView style.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int listMenuViewStyle=0x7f0200d4;
- /**
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int listPopupWindowStyle=0x7f0200d5;
- /**
- * The preferred list item height.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int listPreferredItemHeight=0x7f0200d6;
- /**
- * A larger, more robust list item height.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int listPreferredItemHeightLarge=0x7f0200d7;
- /**
- * A smaller, sleeker list item height.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int listPreferredItemHeightSmall=0x7f0200d8;
- /**
- * The preferred padding along the left edge of list items.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int listPreferredItemPaddingLeft=0x7f0200d9;
- /**
- * The preferred padding along the right edge of list items.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int listPreferredItemPaddingRight=0x7f0200da;
- /**
- * Specifies the drawable used for the application logo.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int logo=0x7f0200db;
- /**
- * A content description string to describe the appearance of the
- * associated logo image.
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- */
- public static final int logoDescription=0x7f0200dc;
- /**
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int maxButtonHeight=0x7f0200dd;
- /**
- * When set to true, all children with a weight will be considered having
- * the minimum size of the largest child. If false, all children are
- * measured normally.
- *
May be a boolean value, such as "true
" or
- * "false
".
- */
- public static final int measureWithLargestChild=0x7f0200de;
- /**
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int multiChoiceItemLayout=0x7f0200df;
- /**
- * Text to set as the content description for the navigation button
- * located at the start of the toolbar.
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- */
- public static final int navigationContentDescription=0x7f0200e0;
- /**
- * Icon drawable to use for the navigation button located at
- * the start of the toolbar.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int navigationIcon=0x7f0200e1;
- /**
- * The type of navigation to use.
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * listMode | 1 | The action bar will use a selection list for navigation. |
- * normal | 0 | Normal static title text |
- * tabMode | 2 | The action bar will use a series of horizontal tabs for navigation. |
- *
- */
- public static final int navigationMode=0x7f0200e2;
- /**
- * The numeric modifier key. This is the modifier when using a numeric (e.g., 12-key)
- * keyboard. The values should be kept in sync with KeyEvent
- * Must be one or more (separated by '|') of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * ALT | 2 | |
- * CTRL | 1000 | |
- * FUNCTION | 8 | |
- * META | 10000 | |
- * SHIFT | 1 | |
- * SYM | 4 | |
- *
- */
- public static final int numericModifiers=0x7f0200e3;
- /**
- * Whether the popup window should overlap its anchor view.
- * May be a boolean value, such as "true
" or
- * "false
".
- */
- public static final int overlapAnchor=0x7f0200e4;
- /**
- * Bottom padding to use when no buttons are present.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int paddingBottomNoButtons=0x7f0200e5;
- /**
- * Sets the padding, in pixels, of the end edge; see {@link android.R.attr#padding}.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int paddingEnd=0x7f0200e6;
- /**
- * Sets the padding, in pixels, of the start edge; see {@link android.R.attr#padding}.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int paddingStart=0x7f0200e7;
- /**
- * Top padding to use when no title is present.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int paddingTopNoTitle=0x7f0200e8;
- /**
- * The background of a panel when it is inset from the left and right edges of the screen.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int panelBackground=0x7f0200e9;
- /**
- * Default Panel Menu style.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int panelMenuListTheme=0x7f0200ea;
- /**
- * Default Panel Menu width.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int panelMenuListWidth=0x7f0200eb;
- /**
- * Default PopupMenu style.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int popupMenuStyle=0x7f0200ec;
- /**
- * Reference to a theme that should be used to inflate popups
- * shown by widgets in the action bar.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int popupTheme=0x7f0200ed;
- /**
- * Default PopupWindow style.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int popupWindowStyle=0x7f0200ee;
- /**
- * Whether space should be reserved in layout when an icon is missing.
- *
May be a boolean value, such as "true
" or
- * "false
".
- */
- public static final int preserveIconSpacing=0x7f0200ef;
- /**
- * Specifies the horizontal padding on either end for an embedded progress bar.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int progressBarPadding=0x7f0200f0;
- /**
- * Specifies a style resource to use for an embedded progress bar.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int progressBarStyle=0x7f0200f1;
- /**
- * Background for the section containing the search query
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int queryBackground=0x7f0200f2;
- /**
- * An optional user-defined query hint string to be displayed in the empty query field.
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- */
- public static final int queryHint=0x7f0200f3;
- /**
- * Default RadioButton style.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int radioButtonStyle=0x7f0200f4;
- /**
- * Default RatingBar style.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int ratingBarStyle=0x7f0200f5;
- /**
- * Indicator RatingBar style.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int ratingBarStyleIndicator=0x7f0200f6;
- /**
- * Small indicator RatingBar style.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int ratingBarStyleSmall=0x7f0200f7;
- /**
- * Search icon displayed as a text field hint
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int searchHintIcon=0x7f0200f8;
- /**
- * Search icon
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int searchIcon=0x7f0200f9;
- /**
- * Style for the search query widget.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int searchViewStyle=0x7f0200fa;
- /**
- * Default SeekBar style.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int seekBarStyle=0x7f0200fb;
- /**
- * A style that may be applied to buttons or other selectable items
- * that should react to pressed and focus states, but that do not
- * have a clear visual border along the edges.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int selectableItemBackground=0x7f0200fc;
- /**
- * Background drawable for borderless standalone items that need focus/pressed states.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int selectableItemBackgroundBorderless=0x7f0200fd;
- /**
- * How this item should display in the Action Bar, if present.
- *
Must be one or more (separated by '|') of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * always | 2 | Always show this item in an actionbar, even if it would override
- * the system's limits of how much stuff to put there. This may make
- * your action bar look bad on some screens. In most cases you should
- * use "ifRoom" instead. Mutually exclusive with "ifRoom" and "never". |
- * collapseActionView | 8 | This item's action view collapses to a normal menu
- * item. When expanded, the action view takes over a
- * larger segment of its container. |
- * ifRoom | 1 | Show this item in an action bar if there is room for it as determined
- * by the system. Favor this option over "always" where possible.
- * Mutually exclusive with "never" and "always". |
- * never | 0 | Never show this item in an action bar, show it in the overflow menu instead.
- * Mutually exclusive with "ifRoom" and "always". |
- * withText | 4 | When this item is shown as an action in the action bar, show a text
- * label with it even if it has an icon representation. |
- *
- */
- public static final int showAsAction=0x7f0200fe;
- /**
- * Setting for which dividers to show.
- * Must be one or more (separated by '|') of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * beginning | 1 | |
- * end | 4 | |
- * middle | 2 | |
- * none | 0 | |
- *
- */
- public static final int showDividers=0x7f0200ff;
- /**
- * Whether to draw on/off text.
- * May be a boolean value, such as "true
" or
- * "false
".
- */
- public static final int showText=0x7f020100;
- /**
- *
May be a boolean value, such as "true
" or
- * "false
".
- */
- public static final int showTitle=0x7f020101;
- /**
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int singleChoiceItemLayout=0x7f020102;
- /**
- * Whether bars should rotate or not during transition
- *
May be a boolean value, such as "true
" or
- * "false
".
- */
- public static final int spinBars=0x7f020103;
- /**
- * Default Spinner style.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int spinnerDropDownItemStyle=0x7f020104;
- /**
- * Default Spinner style.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int spinnerStyle=0x7f020105;
- /**
- * Whether to split the track and leave a gap for the thumb drawable.
- *
May be a boolean value, such as "true
" or
- * "false
".
- */
- public static final int splitTrack=0x7f020106;
- /**
- * Sets a drawable as the content of this ImageView. Allows the use of vector drawable
- * when running on older versions of the platform.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int srcCompat=0x7f020107;
- /**
- * State identifier indicating the popup will be above the anchor.
- *
May be a boolean value, such as "true
" or
- * "false
".
- */
- public static final int state_above_anchor=0x7f020108;
- /**
- * Drawable to display behind the status bar when the view is set to draw behind it.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- */
- public static final int statusBarBackground=0x7f020109;
- /**
- * Drawable for the arrow icon indicating a particular item is a submenu.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int subMenuArrow=0x7f02010a;
- /**
- * Background for the section containing the action (e.g. voice search)
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int submitBackground=0x7f02010b;
- /**
- * Specifies subtitle text used for navigationMode="normal"
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- */
- public static final int subtitle=0x7f02010c;
- /**
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int subtitleTextAppearance=0x7f02010d;
- /**
- * A color to apply to the subtitle string.
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- */
- public static final int subtitleTextColor=0x7f02010e;
- /**
- * Specifies a style to use for subtitle text.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int subtitleTextStyle=0x7f02010f;
- /**
- * Layout for query suggestion rows
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int suggestionRowLayout=0x7f020110;
- /**
- * Minimum width for the switch component
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int switchMinWidth=0x7f020111;
- /**
- * Minimum space between the switch and caption text
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int switchPadding=0x7f020112;
- /**
- * Default style for the Switch widget.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int switchStyle=0x7f020113;
- /**
- * TextAppearance style for text displayed on the switch thumb.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int switchTextAppearance=0x7f020114;
- /**
- * Present the text in ALL CAPS. This may use a small-caps form when available.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a boolean value, such as "true
" or
- * "false
".
- */
- public static final int textAllCaps=0x7f020115;
- /**
- * Text color, typeface, size, and style for the text inside of a popup menu.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int textAppearanceLargePopupMenu=0x7f020116;
- /**
- * The preferred TextAppearance for the primary text of list items.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int textAppearanceListItem=0x7f020117;
- /**
- * The preferred TextAppearance for the secondary text of list items.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int textAppearanceListItemSecondary=0x7f020118;
- /**
- * The preferred TextAppearance for the primary text of small list items.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int textAppearanceListItemSmall=0x7f020119;
- /**
- * Text color, typeface, size, and style for header text inside of a popup menu.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int textAppearancePopupMenuHeader=0x7f02011a;
- /**
- * Text color, typeface, size, and style for system search result subtitle. Defaults to primary inverse text color.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int textAppearanceSearchResultSubtitle=0x7f02011b;
- /**
- * Text color, typeface, size, and style for system search result title. Defaults to primary inverse text color.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int textAppearanceSearchResultTitle=0x7f02011c;
- /**
- * Text color, typeface, size, and style for small text inside of a popup menu.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int textAppearanceSmallPopupMenu=0x7f02011d;
- /**
- * Color of list item text in alert dialogs.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- */
- public static final int textColorAlertDialogListItem=0x7f02011e;
- /**
- * Text color for urls in search suggestions, used by things like global search
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- */
- public static final int textColorSearchUrl=0x7f02011f;
- /**
- * Deprecated.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int theme=0x7f020120;
- /**
- * The thickness (stroke size) for the bar paint
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int thickness=0x7f020121;
- /**
- * Amount of padding on either side of text within the switch thumb.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int thumbTextPadding=0x7f020122;
- /**
- * Tint to apply to the thumb drawable.
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- */
- public static final int thumbTint=0x7f020123;
- /**
- * Blending mode used to apply the thumb tint.
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * add | 10 | Combines the tint and drawable color and alpha channels, clamping the
- * result to valid color values. Saturate(S + D) |
- * multiply | e | Multiplies the color and alpha channels of the drawable with those of
- * the tint. [Sa * Da, Sc * Dc] |
- * screen | f | [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] |
- * src_atop | 9 | The tint is drawn above the drawable, but with the drawable’s alpha
- * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] |
- * src_in | 5 | The tint is masked by the alpha channel of the drawable. The drawable’s
- * color channels are thrown out. [Sa * Da, Sc * Da] |
- * src_over | 3 | The tint is drawn on top of the drawable.
- * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] |
- *
- */
- public static final int thumbTintMode=0x7f020124;
- /**
- * Drawable displayed at each progress position on a seekbar.
- * May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int tickMark=0x7f020125;
- /**
- * Tint to apply to the tick mark drawable.
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- */
- public static final int tickMarkTint=0x7f020126;
- /**
- * Blending mode used to apply the tick mark tint.
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * add | 10 | Combines the tint and drawable color and alpha channels, clamping the
- * result to valid color values. Saturate(S + D) |
- * multiply | e | Multiplies the color and alpha channels of the drawable with those of
- * the tint. [Sa * Da, Sc * Dc] |
- * screen | f | [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] |
- * src_atop | 9 | The tint is drawn above the drawable, but with the drawable’s alpha
- * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] |
- * src_in | 5 | The tint is masked by the alpha channel of the drawable. The drawable’s
- * color channels are thrown out. [Sa * Da, Sc * Da] |
- * src_over | 3 | The tint is drawn on top of the drawable.
- * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] |
- *
- */
- public static final int tickMarkTintMode=0x7f020127;
- /**
- * Tint to apply to the image source.
- * May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- */
- public static final int tint=0x7f020128;
- /**
- * Blending mode used to apply the image source tint.
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * add | 10 | Combines the tint and icon color and alpha channels, clamping the
- * result to valid color values. Saturate(S + D) |
- * multiply | e | Multiplies the color and alpha channels of the drawable with those of
- * the tint. [Sa * Da, Sc * Dc] |
- * screen | f | [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] |
- * src_atop | 9 | The tint is drawn above the drawable, but with the drawable’s alpha
- * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] |
- * src_in | 5 | The tint is masked by the alpha channel of the drawable. The drawable’s
- * color channels are thrown out. [Sa * Da, Sc * Da] |
- * src_over | 3 | The tint is drawn on top of the drawable.
- * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] |
- *
- */
- public static final int tintMode=0x7f020129;
- /**
- * May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- */
- public static final int title=0x7f02012a;
- /**
- * Specifies extra space on the left, start, right and end sides
- * of the toolbar's title. Margin values should be positive.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int titleMargin=0x7f02012b;
- /**
- * Specifies extra space on the bottom side of the toolbar's title.
- * If both this attribute and titleMargin are specified, then this
- * attribute takes precedence. Margin values should be positive.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int titleMarginBottom=0x7f02012c;
- /**
- * Specifies extra space on the end side of the toolbar's title.
- * If both this attribute and titleMargin are specified, then this
- * attribute takes precedence. Margin values should be positive.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int titleMarginEnd=0x7f02012d;
- /**
- * Specifies extra space on the start side of the toolbar's title.
- * If both this attribute and titleMargin are specified, then this
- * attribute takes precedence. Margin values should be positive.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int titleMarginStart=0x7f02012e;
- /**
- * Specifies extra space on the top side of the toolbar's title.
- * If both this attribute and titleMargin are specified, then this
- * attribute takes precedence. Margin values should be positive.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- public static final int titleMarginTop=0x7f02012f;
- /**
- * {@deprecated Use titleMargin}
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- */
- @Deprecated
- public static final int titleMargins=0x7f020130;
- /**
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int titleTextAppearance=0x7f020131;
- /**
- * A color to apply to the title string.
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- */
- public static final int titleTextColor=0x7f020132;
- /**
- * Specifies a style to use for title text.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int titleTextStyle=0x7f020133;
- /**
- * Default Toolar NavigationButtonStyle
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int toolbarNavigationButtonStyle=0x7f020134;
- /**
- * Default Toolbar style.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int toolbarStyle=0x7f020135;
- /**
- * Foreground color to use for tooltips
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- */
- public static final int tooltipForegroundColor=0x7f020136;
- /**
- * Background to use for tooltips
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int tooltipFrameBackground=0x7f020137;
- /**
- * The tooltip text associated with the item.
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- */
- public static final int tooltipText=0x7f020138;
- /**
- * Drawable to use as the "track" that the switch thumb slides within.
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int track=0x7f020139;
- /**
- * Tint to apply to the track.
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- */
- public static final int trackTint=0x7f02013a;
- /**
- * Blending mode used to apply the track tint.
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * add | 10 | Combines the tint and drawable color and alpha channels, clamping the
- * result to valid color values. Saturate(S + D) |
- * multiply | e | Multiplies the color and alpha channels of the drawable with those of
- * the tint. [Sa * Da, Sc * Dc] |
- * screen | f | [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] |
- * src_atop | 9 | The tint is drawn above the drawable, but with the drawable’s alpha
- * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] |
- * src_in | 5 | The tint is masked by the alpha channel of the drawable. The drawable’s
- * color channels are thrown out. [Sa * Da, Sc * Da] |
- * src_over | 3 | The tint is drawn on top of the drawable.
- * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] |
- *
- */
- public static final int trackTintMode=0x7f02013b;
- /**
- * The index of the font in the tcc font file. If the font file referenced is not in the
- * tcc format, this attribute needs not be specified.
- * May be an integer value, such as "100
".
- */
- public static final int ttcIndex=0x7f02013c;
- /**
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- */
- public static final int viewInflaterClass=0x7f02013d;
- /**
- * Voice button icon
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- */
- public static final int voiceIcon=0x7f02013e;
- /**
- * Flag indicating whether this window should have an Action Bar
- * in place of the usual title bar.
- *
May be a boolean value, such as "true
" or
- * "false
".
- */
- public static final int windowActionBar=0x7f02013f;
- /**
- * Flag indicating whether this window's Action Bar should overlay
- * application content. Does nothing if the window would not
- * have an Action Bar.
- *
May be a boolean value, such as "true
" or
- * "false
".
- */
- public static final int windowActionBarOverlay=0x7f020140;
- /**
- * Flag indicating whether action modes should overlay window content
- * when there is not reserved space for their UI (such as an Action Bar).
- *
May be a boolean value, such as "true
" or
- * "false
".
- */
- public static final int windowActionModeOverlay=0x7f020141;
- /**
- * A fixed height for the window along the major axis of the screen,
- * that is, when in portrait. Can be either an absolute dimension
- * or a fraction of the screen size in that dimension.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
May be a fractional value, which is a floating point number appended with
- * either % or %p, such as "14.5%
".
- * The % suffix always means a percentage of the base size;
- * the optional %p suffix provides a size relative to some parent container.
- */
- public static final int windowFixedHeightMajor=0x7f020142;
- /**
- * A fixed height for the window along the minor axis of the screen,
- * that is, when in landscape. Can be either an absolute dimension
- * or a fraction of the screen size in that dimension.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
May be a fractional value, which is a floating point number appended with
- * either % or %p, such as "14.5%
".
- * The % suffix always means a percentage of the base size;
- * the optional %p suffix provides a size relative to some parent container.
- */
- public static final int windowFixedHeightMinor=0x7f020143;
- /**
- * A fixed width for the window along the major axis of the screen,
- * that is, when in landscape. Can be either an absolute dimension
- * or a fraction of the screen size in that dimension.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
May be a fractional value, which is a floating point number appended with
- * either % or %p, such as "14.5%
".
- * The % suffix always means a percentage of the base size;
- * the optional %p suffix provides a size relative to some parent container.
- */
- public static final int windowFixedWidthMajor=0x7f020144;
- /**
- * A fixed width for the window along the minor axis of the screen,
- * that is, when in portrait. Can be either an absolute dimension
- * or a fraction of the screen size in that dimension.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
May be a fractional value, which is a floating point number appended with
- * either % or %p, such as "14.5%
".
- * The % suffix always means a percentage of the base size;
- * the optional %p suffix provides a size relative to some parent container.
- */
- public static final int windowFixedWidthMinor=0x7f020145;
- /**
- * The minimum width the window is allowed to be, along the major
- * axis of the screen. That is, when in landscape. Can be either
- * an absolute dimension or a fraction of the screen size in that
- * dimension.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
May be a fractional value, which is a floating point number appended with
- * either % or %p, such as "14.5%
".
- * The % suffix always means a percentage of the base size;
- * the optional %p suffix provides a size relative to some parent container.
- */
- public static final int windowMinWidthMajor=0x7f020146;
- /**
- * The minimum width the window is allowed to be, along the minor
- * axis of the screen. That is, when in portrait. Can be either
- * an absolute dimension or a fraction of the screen size in that
- * dimension.
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
May be a fractional value, which is a floating point number appended with
- * either % or %p, such as "14.5%
".
- * The % suffix always means a percentage of the base size;
- * the optional %p suffix provides a size relative to some parent container.
- */
- public static final int windowMinWidthMinor=0x7f020147;
- /**
- * Flag indicating whether there should be no title on this window.
- *
May be a boolean value, such as "true
" or
- * "false
".
- */
- public static final int windowNoTitle=0x7f020148;
- }
- public static final class bool {
- public static final int abc_action_bar_embed_tabs=0x7f030000;
- public static final int abc_allow_stacked_button_bar=0x7f030001;
- public static final int abc_config_actionMenuItemAllCaps=0x7f030002;
- }
- public static final class color {
- public static final int abc_background_cache_hint_selector_material_dark=0x7f040000;
- public static final int abc_background_cache_hint_selector_material_light=0x7f040001;
- public static final int abc_btn_colored_borderless_text_material=0x7f040002;
- public static final int abc_btn_colored_text_material=0x7f040003;
- public static final int abc_color_highlight_material=0x7f040004;
- public static final int abc_hint_foreground_material_dark=0x7f040005;
- public static final int abc_hint_foreground_material_light=0x7f040006;
- public static final int abc_input_method_navigation_guard=0x7f040007;
- public static final int abc_primary_text_disable_only_material_dark=0x7f040008;
- public static final int abc_primary_text_disable_only_material_light=0x7f040009;
- public static final int abc_primary_text_material_dark=0x7f04000a;
- public static final int abc_primary_text_material_light=0x7f04000b;
- public static final int abc_search_url_text=0x7f04000c;
- public static final int abc_search_url_text_normal=0x7f04000d;
- public static final int abc_search_url_text_pressed=0x7f04000e;
- public static final int abc_search_url_text_selected=0x7f04000f;
- public static final int abc_secondary_text_material_dark=0x7f040010;
- public static final int abc_secondary_text_material_light=0x7f040011;
- public static final int abc_tint_btn_checkable=0x7f040012;
- public static final int abc_tint_default=0x7f040013;
- public static final int abc_tint_edittext=0x7f040014;
- public static final int abc_tint_seek_thumb=0x7f040015;
- public static final int abc_tint_spinner=0x7f040016;
- public static final int abc_tint_switch_track=0x7f040017;
- public static final int accent_material_dark=0x7f040018;
- public static final int accent_material_light=0x7f040019;
- public static final int background_floating_material_dark=0x7f04001a;
- public static final int background_floating_material_light=0x7f04001b;
- public static final int background_material_dark=0x7f04001c;
- public static final int background_material_light=0x7f04001d;
- public static final int bright_foreground_disabled_material_dark=0x7f04001e;
- public static final int bright_foreground_disabled_material_light=0x7f04001f;
- public static final int bright_foreground_inverse_material_dark=0x7f040020;
- public static final int bright_foreground_inverse_material_light=0x7f040021;
- public static final int bright_foreground_material_dark=0x7f040022;
- public static final int bright_foreground_material_light=0x7f040023;
- public static final int button_material_dark=0x7f040024;
- public static final int button_material_light=0x7f040025;
- public static final int colorAccent=0x7f040026;
- public static final int colorPrimary=0x7f040027;
- public static final int colorPrimaryDark=0x7f040028;
- public static final int dim_foreground_disabled_material_dark=0x7f040029;
- public static final int dim_foreground_disabled_material_light=0x7f04002a;
- public static final int dim_foreground_material_dark=0x7f04002b;
- public static final int dim_foreground_material_light=0x7f04002c;
- public static final int error_color_material_dark=0x7f04002d;
- public static final int error_color_material_light=0x7f04002e;
- public static final int foreground_material_dark=0x7f04002f;
- public static final int foreground_material_light=0x7f040030;
- public static final int highlighted_text_material_dark=0x7f040031;
- public static final int highlighted_text_material_light=0x7f040032;
- public static final int material_blue_grey_800=0x7f040033;
- public static final int material_blue_grey_900=0x7f040034;
- public static final int material_blue_grey_950=0x7f040035;
- public static final int material_deep_teal_200=0x7f040036;
- public static final int material_deep_teal_500=0x7f040037;
- public static final int material_grey_100=0x7f040038;
- public static final int material_grey_300=0x7f040039;
- public static final int material_grey_50=0x7f04003a;
- public static final int material_grey_600=0x7f04003b;
- public static final int material_grey_800=0x7f04003c;
- public static final int material_grey_850=0x7f04003d;
- public static final int material_grey_900=0x7f04003e;
- public static final int notification_action_color_filter=0x7f04003f;
- public static final int notification_icon_bg_color=0x7f040040;
- public static final int primary_dark_material_dark=0x7f040041;
- public static final int primary_dark_material_light=0x7f040042;
- public static final int primary_material_dark=0x7f040043;
- public static final int primary_material_light=0x7f040044;
- public static final int primary_text_default_material_dark=0x7f040045;
- public static final int primary_text_default_material_light=0x7f040046;
- public static final int primary_text_disabled_material_dark=0x7f040047;
- public static final int primary_text_disabled_material_light=0x7f040048;
- public static final int ripple_material_dark=0x7f040049;
- public static final int ripple_material_light=0x7f04004a;
- public static final int secondary_text_default_material_dark=0x7f04004b;
- public static final int secondary_text_default_material_light=0x7f04004c;
- public static final int secondary_text_disabled_material_dark=0x7f04004d;
- public static final int secondary_text_disabled_material_light=0x7f04004e;
- public static final int switch_thumb_disabled_material_dark=0x7f04004f;
- public static final int switch_thumb_disabled_material_light=0x7f040050;
- public static final int switch_thumb_material_dark=0x7f040051;
- public static final int switch_thumb_material_light=0x7f040052;
- public static final int switch_thumb_normal_material_dark=0x7f040053;
- public static final int switch_thumb_normal_material_light=0x7f040054;
- public static final int tooltip_background_dark=0x7f040055;
- public static final int tooltip_background_light=0x7f040056;
- }
- public static final class dimen {
- public static final int abc_action_bar_content_inset_material=0x7f050000;
- public static final int abc_action_bar_content_inset_with_nav=0x7f050001;
- public static final int abc_action_bar_default_height_material=0x7f050002;
- public static final int abc_action_bar_default_padding_end_material=0x7f050003;
- public static final int abc_action_bar_default_padding_start_material=0x7f050004;
- public static final int abc_action_bar_elevation_material=0x7f050005;
- public static final int abc_action_bar_icon_vertical_padding_material=0x7f050006;
- public static final int abc_action_bar_overflow_padding_end_material=0x7f050007;
- public static final int abc_action_bar_overflow_padding_start_material=0x7f050008;
- public static final int abc_action_bar_stacked_max_height=0x7f050009;
- public static final int abc_action_bar_stacked_tab_max_width=0x7f05000a;
- public static final int abc_action_bar_subtitle_bottom_margin_material=0x7f05000b;
- public static final int abc_action_bar_subtitle_top_margin_material=0x7f05000c;
- public static final int abc_action_button_min_height_material=0x7f05000d;
- public static final int abc_action_button_min_width_material=0x7f05000e;
- public static final int abc_action_button_min_width_overflow_material=0x7f05000f;
- public static final int abc_alert_dialog_button_bar_height=0x7f050010;
- public static final int abc_alert_dialog_button_dimen=0x7f050011;
- public static final int abc_button_inset_horizontal_material=0x7f050012;
- public static final int abc_button_inset_vertical_material=0x7f050013;
- public static final int abc_button_padding_horizontal_material=0x7f050014;
- public static final int abc_button_padding_vertical_material=0x7f050015;
- public static final int abc_cascading_menus_min_smallest_width=0x7f050016;
- public static final int abc_config_prefDialogWidth=0x7f050017;
- public static final int abc_control_corner_material=0x7f050018;
- public static final int abc_control_inset_material=0x7f050019;
- public static final int abc_control_padding_material=0x7f05001a;
- public static final int abc_dialog_corner_radius_material=0x7f05001b;
- public static final int abc_dialog_fixed_height_major=0x7f05001c;
- public static final int abc_dialog_fixed_height_minor=0x7f05001d;
- public static final int abc_dialog_fixed_width_major=0x7f05001e;
- public static final int abc_dialog_fixed_width_minor=0x7f05001f;
- public static final int abc_dialog_list_padding_bottom_no_buttons=0x7f050020;
- public static final int abc_dialog_list_padding_top_no_title=0x7f050021;
- public static final int abc_dialog_min_width_major=0x7f050022;
- public static final int abc_dialog_min_width_minor=0x7f050023;
- public static final int abc_dialog_padding_material=0x7f050024;
- public static final int abc_dialog_padding_top_material=0x7f050025;
- public static final int abc_dialog_title_divider_material=0x7f050026;
- public static final int abc_disabled_alpha_material_dark=0x7f050027;
- public static final int abc_disabled_alpha_material_light=0x7f050028;
- public static final int abc_dropdownitem_icon_width=0x7f050029;
- public static final int abc_dropdownitem_text_padding_left=0x7f05002a;
- public static final int abc_dropdownitem_text_padding_right=0x7f05002b;
- public static final int abc_edit_text_inset_bottom_material=0x7f05002c;
- public static final int abc_edit_text_inset_horizontal_material=0x7f05002d;
- public static final int abc_edit_text_inset_top_material=0x7f05002e;
- public static final int abc_floating_window_z=0x7f05002f;
- public static final int abc_list_item_padding_horizontal_material=0x7f050030;
- public static final int abc_panel_menu_list_width=0x7f050031;
- public static final int abc_progress_bar_height_material=0x7f050032;
- public static final int abc_search_view_preferred_height=0x7f050033;
- public static final int abc_search_view_preferred_width=0x7f050034;
- public static final int abc_seekbar_track_background_height_material=0x7f050035;
- public static final int abc_seekbar_track_progress_height_material=0x7f050036;
- public static final int abc_select_dialog_padding_start_material=0x7f050037;
- public static final int abc_switch_padding=0x7f050038;
- public static final int abc_text_size_body_1_material=0x7f050039;
- public static final int abc_text_size_body_2_material=0x7f05003a;
- public static final int abc_text_size_button_material=0x7f05003b;
- public static final int abc_text_size_caption_material=0x7f05003c;
- public static final int abc_text_size_display_1_material=0x7f05003d;
- public static final int abc_text_size_display_2_material=0x7f05003e;
- public static final int abc_text_size_display_3_material=0x7f05003f;
- public static final int abc_text_size_display_4_material=0x7f050040;
- public static final int abc_text_size_headline_material=0x7f050041;
- public static final int abc_text_size_large_material=0x7f050042;
- public static final int abc_text_size_medium_material=0x7f050043;
- public static final int abc_text_size_menu_header_material=0x7f050044;
- public static final int abc_text_size_menu_material=0x7f050045;
- public static final int abc_text_size_small_material=0x7f050046;
- public static final int abc_text_size_subhead_material=0x7f050047;
- public static final int abc_text_size_subtitle_material_toolbar=0x7f050048;
- public static final int abc_text_size_title_material=0x7f050049;
- public static final int abc_text_size_title_material_toolbar=0x7f05004a;
- public static final int compat_button_inset_horizontal_material=0x7f05004b;
- public static final int compat_button_inset_vertical_material=0x7f05004c;
- public static final int compat_button_padding_horizontal_material=0x7f05004d;
- public static final int compat_button_padding_vertical_material=0x7f05004e;
- public static final int compat_control_corner_material=0x7f05004f;
- public static final int compat_notification_large_icon_max_height=0x7f050050;
- public static final int compat_notification_large_icon_max_width=0x7f050051;
- public static final int disabled_alpha_material_dark=0x7f050052;
- public static final int disabled_alpha_material_light=0x7f050053;
- public static final int highlight_alpha_material_colored=0x7f050054;
- public static final int highlight_alpha_material_dark=0x7f050055;
- public static final int highlight_alpha_material_light=0x7f050056;
- public static final int hint_alpha_material_dark=0x7f050057;
- public static final int hint_alpha_material_light=0x7f050058;
- public static final int hint_pressed_alpha_material_dark=0x7f050059;
- public static final int hint_pressed_alpha_material_light=0x7f05005a;
- public static final int notification_action_icon_size=0x7f05005b;
- public static final int notification_action_text_size=0x7f05005c;
- public static final int notification_big_circle_margin=0x7f05005d;
- public static final int notification_content_margin_start=0x7f05005e;
- public static final int notification_large_icon_height=0x7f05005f;
- public static final int notification_large_icon_width=0x7f050060;
- public static final int notification_main_column_padding_top=0x7f050061;
- public static final int notification_media_narrow_margin=0x7f050062;
- public static final int notification_right_icon_size=0x7f050063;
- public static final int notification_right_side_padding_top=0x7f050064;
- public static final int notification_small_icon_background_padding=0x7f050065;
- public static final int notification_small_icon_size_as_large=0x7f050066;
- public static final int notification_subtext_size=0x7f050067;
- public static final int notification_top_pad=0x7f050068;
- public static final int notification_top_pad_large_text=0x7f050069;
- public static final int tooltip_corner_radius=0x7f05006a;
- public static final int tooltip_horizontal_padding=0x7f05006b;
- public static final int tooltip_margin=0x7f05006c;
- public static final int tooltip_precise_anchor_extra_offset=0x7f05006d;
- public static final int tooltip_precise_anchor_threshold=0x7f05006e;
- public static final int tooltip_vertical_padding=0x7f05006f;
- public static final int tooltip_y_offset_non_touch=0x7f050070;
- public static final int tooltip_y_offset_touch=0x7f050071;
- }
- public static final class drawable {
- public static final int abc_ab_share_pack_mtrl_alpha=0x7f060001;
- public static final int abc_action_bar_item_background_material=0x7f060002;
- public static final int abc_btn_borderless_material=0x7f060003;
- public static final int abc_btn_check_material=0x7f060004;
- public static final int abc_btn_check_to_on_mtrl_000=0x7f060005;
- public static final int abc_btn_check_to_on_mtrl_015=0x7f060006;
- public static final int abc_btn_colored_material=0x7f060007;
- public static final int abc_btn_default_mtrl_shape=0x7f060008;
- public static final int abc_btn_radio_material=0x7f060009;
- public static final int abc_btn_radio_to_on_mtrl_000=0x7f06000a;
- public static final int abc_btn_radio_to_on_mtrl_015=0x7f06000b;
- public static final int abc_btn_switch_to_on_mtrl_00001=0x7f06000c;
- public static final int abc_btn_switch_to_on_mtrl_00012=0x7f06000d;
- public static final int abc_cab_background_internal_bg=0x7f06000e;
- public static final int abc_cab_background_top_material=0x7f06000f;
- public static final int abc_cab_background_top_mtrl_alpha=0x7f060010;
- public static final int abc_control_background_material=0x7f060011;
- public static final int abc_dialog_material_background=0x7f060012;
- public static final int abc_edit_text_material=0x7f060013;
- public static final int abc_ic_ab_back_material=0x7f060014;
- public static final int abc_ic_arrow_drop_right_black_24dp=0x7f060015;
- public static final int abc_ic_clear_material=0x7f060016;
- public static final int abc_ic_commit_search_api_mtrl_alpha=0x7f060017;
- public static final int abc_ic_go_search_api_material=0x7f060018;
- public static final int abc_ic_menu_copy_mtrl_am_alpha=0x7f060019;
- public static final int abc_ic_menu_cut_mtrl_alpha=0x7f06001a;
- public static final int abc_ic_menu_overflow_material=0x7f06001b;
- public static final int abc_ic_menu_paste_mtrl_am_alpha=0x7f06001c;
- public static final int abc_ic_menu_selectall_mtrl_alpha=0x7f06001d;
- public static final int abc_ic_menu_share_mtrl_alpha=0x7f06001e;
- public static final int abc_ic_search_api_material=0x7f06001f;
- public static final int abc_ic_star_black_16dp=0x7f060020;
- public static final int abc_ic_star_black_36dp=0x7f060021;
- public static final int abc_ic_star_black_48dp=0x7f060022;
- public static final int abc_ic_star_half_black_16dp=0x7f060023;
- public static final int abc_ic_star_half_black_36dp=0x7f060024;
- public static final int abc_ic_star_half_black_48dp=0x7f060025;
- public static final int abc_ic_voice_search_api_material=0x7f060026;
- public static final int abc_item_background_holo_dark=0x7f060027;
- public static final int abc_item_background_holo_light=0x7f060028;
- public static final int abc_list_divider_material=0x7f060029;
- public static final int abc_list_divider_mtrl_alpha=0x7f06002a;
- public static final int abc_list_focused_holo=0x7f06002b;
- public static final int abc_list_longpressed_holo=0x7f06002c;
- public static final int abc_list_pressed_holo_dark=0x7f06002d;
- public static final int abc_list_pressed_holo_light=0x7f06002e;
- public static final int abc_list_selector_background_transition_holo_dark=0x7f06002f;
- public static final int abc_list_selector_background_transition_holo_light=0x7f060030;
- public static final int abc_list_selector_disabled_holo_dark=0x7f060031;
- public static final int abc_list_selector_disabled_holo_light=0x7f060032;
- public static final int abc_list_selector_holo_dark=0x7f060033;
- public static final int abc_list_selector_holo_light=0x7f060034;
- public static final int abc_menu_hardkey_panel_mtrl_mult=0x7f060035;
- public static final int abc_popup_background_mtrl_mult=0x7f060036;
- public static final int abc_ratingbar_indicator_material=0x7f060037;
- public static final int abc_ratingbar_material=0x7f060038;
- public static final int abc_ratingbar_small_material=0x7f060039;
- public static final int abc_scrubber_control_off_mtrl_alpha=0x7f06003a;
- public static final int abc_scrubber_control_to_pressed_mtrl_000=0x7f06003b;
- public static final int abc_scrubber_control_to_pressed_mtrl_005=0x7f06003c;
- public static final int abc_scrubber_primary_mtrl_alpha=0x7f06003d;
- public static final int abc_scrubber_track_mtrl_alpha=0x7f06003e;
- public static final int abc_seekbar_thumb_material=0x7f06003f;
- public static final int abc_seekbar_tick_mark_material=0x7f060040;
- public static final int abc_seekbar_track_material=0x7f060041;
- public static final int abc_spinner_mtrl_am_alpha=0x7f060042;
- public static final int abc_spinner_textfield_background_material=0x7f060043;
- public static final int abc_switch_thumb_material=0x7f060044;
- public static final int abc_switch_track_mtrl_alpha=0x7f060045;
- public static final int abc_tab_indicator_material=0x7f060046;
- public static final int abc_tab_indicator_mtrl_alpha=0x7f060047;
- public static final int abc_text_cursor_material=0x7f060048;
- public static final int abc_text_select_handle_left_mtrl_dark=0x7f060049;
- public static final int abc_text_select_handle_left_mtrl_light=0x7f06004a;
- public static final int abc_text_select_handle_middle_mtrl_dark=0x7f06004b;
- public static final int abc_text_select_handle_middle_mtrl_light=0x7f06004c;
- public static final int abc_text_select_handle_right_mtrl_dark=0x7f06004d;
- public static final int abc_text_select_handle_right_mtrl_light=0x7f06004e;
- public static final int abc_textfield_activated_mtrl_alpha=0x7f06004f;
- public static final int abc_textfield_default_mtrl_alpha=0x7f060050;
- public static final int abc_textfield_search_activated_mtrl_alpha=0x7f060051;
- public static final int abc_textfield_search_default_mtrl_alpha=0x7f060052;
- public static final int abc_textfield_search_material=0x7f060053;
- public static final int abc_vector_test=0x7f060054;
- public static final int background=0x7f060055;
- public static final int caroutline2=0x7f060056;
- public static final int ic_launcher_background=0x7f060057;
- public static final int ic_launcher_foreground=0x7f060058;
- public static final int mybutton=0x7f060059;
- public static final int notification_action_background=0x7f06005a;
- public static final int notification_bg=0x7f06005b;
- public static final int notification_bg_low=0x7f06005c;
- public static final int notification_bg_low_normal=0x7f06005d;
- public static final int notification_bg_low_pressed=0x7f06005e;
- public static final int notification_bg_normal=0x7f06005f;
- public static final int notification_bg_normal_pressed=0x7f060060;
- public static final int notification_icon_background=0x7f060061;
- public static final int notification_template_icon_bg=0x7f060062;
- public static final int notification_template_icon_low_bg=0x7f060063;
- public static final int notification_tile_bg=0x7f060064;
- public static final int notify_panel_notification_icon_bg=0x7f060065;
- public static final int tooltip_frame_dark=0x7f060066;
- public static final int tooltip_frame_light=0x7f060067;
- }
- public static final class id {
- public static final int ALT=0x7f070000;
- public static final int CTRL=0x7f070001;
- public static final int FUNCTION=0x7f070002;
- public static final int META=0x7f070003;
- public static final int SHIFT=0x7f070004;
- public static final int SYM=0x7f070005;
- public static final int action_bar=0x7f070006;
- public static final int action_bar_activity_content=0x7f070007;
- public static final int action_bar_container=0x7f070008;
- public static final int action_bar_root=0x7f070009;
- public static final int action_bar_spinner=0x7f07000a;
- public static final int action_bar_subtitle=0x7f07000b;
- public static final int action_bar_title=0x7f07000c;
- public static final int action_container=0x7f07000d;
- public static final int action_context_bar=0x7f07000e;
- public static final int action_divider=0x7f07000f;
- public static final int action_image=0x7f070010;
- public static final int action_menu_divider=0x7f070011;
- public static final int action_menu_presenter=0x7f070012;
- public static final int action_mode_bar=0x7f070013;
- public static final int action_mode_bar_stub=0x7f070014;
- public static final int action_mode_close_button=0x7f070015;
- public static final int action_text=0x7f070016;
- public static final int actions=0x7f070017;
- public static final int activity_chooser_view_content=0x7f070018;
- public static final int add=0x7f070019;
- public static final int alertTitle=0x7f07001a;
- public static final int all=0x7f07001b;
- public static final int always=0x7f07001c;
- public static final int async=0x7f07001d;
- public static final int barrier=0x7f07001e;
- public static final int beginning=0x7f07001f;
- public static final int blocking=0x7f070020;
- public static final int bottom=0x7f070021;
- public static final int but1=0x7f070022;
- public static final int but2=0x7f070023;
- public static final int but3=0x7f070024;
- public static final int but4=0x7f070025;
- public static final int buttonPanel=0x7f070026;
- public static final int center=0x7f070027;
- public static final int center_horizontal=0x7f070028;
- public static final int center_vertical=0x7f070029;
- public static final int chains=0x7f07002a;
- public static final int checkbox=0x7f07002b;
- public static final int chronometer=0x7f07002c;
- public static final int clip_horizontal=0x7f07002d;
- public static final int clip_vertical=0x7f07002e;
- public static final int collapseActionView=0x7f07002f;
- public static final int content=0x7f070030;
- public static final int contentPanel=0x7f070031;
- public static final int custom=0x7f070032;
- public static final int customPanel=0x7f070033;
- public static final int decor_content_parent=0x7f070034;
- public static final int default_activity_button=0x7f070035;
- public static final int dimensions=0x7f070036;
- public static final int direct=0x7f070037;
- public static final int disableHome=0x7f070038;
- public static final int edit_query=0x7f070039;
- public static final int end=0x7f07003a;
- public static final int expand_activities_button=0x7f07003b;
- public static final int expanded_menu=0x7f07003c;
- public static final int fill=0x7f07003d;
- public static final int fill_horizontal=0x7f07003e;
- public static final int fill_vertical=0x7f07003f;
- public static final int forever=0x7f070040;
- public static final int gone=0x7f070041;
- public static final int group_divider=0x7f070042;
- public static final int groups=0x7f070043;
- public static final int home=0x7f070044;
- public static final int homeAsUp=0x7f070045;
- public static final int icon=0x7f070046;
- public static final int icon_group=0x7f070047;
- public static final int ifRoom=0x7f070048;
- public static final int image=0x7f070049;
- public static final int imageView=0x7f07004a;
- public static final int info=0x7f07004b;
- public static final int invisible=0x7f07004c;
- public static final int italic=0x7f07004d;
- public static final int left=0x7f07004e;
- public static final int line1=0x7f07004f;
- public static final int line3=0x7f070050;
- public static final int listMode=0x7f070051;
- public static final int list_item=0x7f070052;
- public static final int message=0x7f070053;
- public static final int middle=0x7f070054;
- public static final int multiply=0x7f070055;
- public static final int never=0x7f070056;
- public static final int none=0x7f070057;
- public static final int normal=0x7f070058;
- public static final int notification_background=0x7f070059;
- public static final int notification_main_column=0x7f07005a;
- public static final int notification_main_column_container=0x7f07005b;
- public static final int packed=0x7f07005c;
- public static final int parent=0x7f07005d;
- public static final int parentPanel=0x7f07005e;
- public static final int percent=0x7f07005f;
- public static final int progress_circular=0x7f070060;
- public static final int progress_horizontal=0x7f070061;
- public static final int radio=0x7f070062;
- public static final int right=0x7f070063;
- public static final int right_icon=0x7f070064;
- public static final int right_side=0x7f070065;
- public static final int screen=0x7f070066;
- public static final int scrollIndicatorDown=0x7f070067;
- public static final int scrollIndicatorUp=0x7f070068;
- public static final int scrollView=0x7f070069;
- public static final int search_badge=0x7f07006a;
- public static final int search_bar=0x7f07006b;
- public static final int search_button=0x7f07006c;
- public static final int search_close_btn=0x7f07006d;
- public static final int search_edit_frame=0x7f07006e;
- public static final int search_go_btn=0x7f07006f;
- public static final int search_mag_icon=0x7f070070;
- public static final int search_plate=0x7f070071;
- public static final int search_src_text=0x7f070072;
- public static final int search_voice_btn=0x7f070073;
- public static final int select_dialog_listview=0x7f070074;
- public static final int shortcut=0x7f070075;
- public static final int showCustom=0x7f070076;
- public static final int showHome=0x7f070077;
- public static final int showTitle=0x7f070078;
- public static final int signup=0x7f070079;
- public static final int singin=0x7f07007a;
- public static final int spacer=0x7f07007b;
- public static final int split_action_bar=0x7f07007c;
- public static final int spread=0x7f07007d;
- public static final int spread_inside=0x7f07007e;
- public static final int src_atop=0x7f07007f;
- public static final int src_in=0x7f070080;
- public static final int src_over=0x7f070081;
- public static final int standard=0x7f070082;
- public static final int start=0x7f070083;
- public static final int submenuarrow=0x7f070084;
- public static final int submit_area=0x7f070085;
- public static final int tabMode=0x7f070086;
- public static final int tag_transition_group=0x7f070087;
- public static final int tag_unhandled_key_event_manager=0x7f070088;
- public static final int tag_unhandled_key_listeners=0x7f070089;
- public static final int text=0x7f07008a;
- public static final int text2=0x7f07008b;
- public static final int textSpacerNoButtons=0x7f07008c;
- public static final int textSpacerNoTitle=0x7f07008d;
- public static final int time=0x7f07008e;
- public static final int title=0x7f07008f;
- public static final int titleDividerNoCustom=0x7f070090;
- public static final int title_template=0x7f070091;
- public static final int top=0x7f070092;
- public static final int topPanel=0x7f070093;
- public static final int uniform=0x7f070094;
- public static final int up=0x7f070095;
- public static final int useLogo=0x7f070096;
- public static final int withText=0x7f070097;
- public static final int wrap=0x7f070098;
- public static final int wrap_content=0x7f070099;
- }
- public static final class integer {
- public static final int abc_config_activityDefaultDur=0x7f080000;
- public static final int abc_config_activityShortDur=0x7f080001;
- public static final int cancel_button_image_alpha=0x7f080002;
- public static final int config_tooltipAnimTime=0x7f080003;
- public static final int status_bar_notification_info_maxnum=0x7f080004;
- }
- public static final class layout {
- public static final int abc_action_bar_title_item=0x7f090000;
- public static final int abc_action_bar_up_container=0x7f090001;
- public static final int abc_action_menu_item_layout=0x7f090002;
- public static final int abc_action_menu_layout=0x7f090003;
- public static final int abc_action_mode_bar=0x7f090004;
- public static final int abc_action_mode_close_item_material=0x7f090005;
- public static final int abc_activity_chooser_view=0x7f090006;
- public static final int abc_activity_chooser_view_list_item=0x7f090007;
- public static final int abc_alert_dialog_button_bar_material=0x7f090008;
- public static final int abc_alert_dialog_material=0x7f090009;
- public static final int abc_alert_dialog_title_material=0x7f09000a;
- public static final int abc_cascading_menu_item_layout=0x7f09000b;
- public static final int abc_dialog_title_material=0x7f09000c;
- public static final int abc_expanded_menu_layout=0x7f09000d;
- public static final int abc_list_menu_item_checkbox=0x7f09000e;
- public static final int abc_list_menu_item_icon=0x7f09000f;
- public static final int abc_list_menu_item_layout=0x7f090010;
- public static final int abc_list_menu_item_radio=0x7f090011;
- public static final int abc_popup_menu_header_item_layout=0x7f090012;
- public static final int abc_popup_menu_item_layout=0x7f090013;
- public static final int abc_screen_content_include=0x7f090014;
- public static final int abc_screen_simple=0x7f090015;
- public static final int abc_screen_simple_overlay_action_mode=0x7f090016;
- public static final int abc_screen_toolbar=0x7f090017;
- public static final int abc_search_dropdown_item_icons_2line=0x7f090018;
- public static final int abc_search_view=0x7f090019;
- public static final int abc_select_dialog_material=0x7f09001a;
- public static final int abc_tooltip=0x7f09001b;
- public static final int activity_homepage=0x7f09001c;
- public static final int activity_main=0x7f09001d;
- public static final int notification_action=0x7f09001e;
- public static final int notification_action_tombstone=0x7f09001f;
- public static final int notification_template_custom_big=0x7f090020;
- public static final int notification_template_icon_group=0x7f090021;
- public static final int notification_template_part_chronometer=0x7f090022;
- public static final int notification_template_part_time=0x7f090023;
- public static final int select_dialog_item_material=0x7f090024;
- public static final int select_dialog_multichoice_material=0x7f090025;
- public static final int select_dialog_singlechoice_material=0x7f090026;
- public static final int support_simple_spinner_dropdown_item=0x7f090027;
- }
- public static final class mipmap {
- public static final int ic_launcher=0x7f0a0000;
- public static final int ic_launcher_round=0x7f0a0001;
- }
- public static final class string {
- public static final int abc_action_bar_home_description=0x7f0b0000;
- public static final int abc_action_bar_up_description=0x7f0b0001;
- public static final int abc_action_menu_overflow_description=0x7f0b0002;
- public static final int abc_action_mode_done=0x7f0b0003;
- public static final int abc_activity_chooser_view_see_all=0x7f0b0004;
- public static final int abc_activitychooserview_choose_application=0x7f0b0005;
- public static final int abc_capital_off=0x7f0b0006;
- public static final int abc_capital_on=0x7f0b0007;
- public static final int abc_font_family_body_1_material=0x7f0b0008;
- public static final int abc_font_family_body_2_material=0x7f0b0009;
- public static final int abc_font_family_button_material=0x7f0b000a;
- public static final int abc_font_family_caption_material=0x7f0b000b;
- public static final int abc_font_family_display_1_material=0x7f0b000c;
- public static final int abc_font_family_display_2_material=0x7f0b000d;
- public static final int abc_font_family_display_3_material=0x7f0b000e;
- public static final int abc_font_family_display_4_material=0x7f0b000f;
- public static final int abc_font_family_headline_material=0x7f0b0010;
- public static final int abc_font_family_menu_material=0x7f0b0011;
- public static final int abc_font_family_subhead_material=0x7f0b0012;
- public static final int abc_font_family_title_material=0x7f0b0013;
- public static final int abc_menu_alt_shortcut_label=0x7f0b0014;
- public static final int abc_menu_ctrl_shortcut_label=0x7f0b0015;
- public static final int abc_menu_delete_shortcut_label=0x7f0b0016;
- public static final int abc_menu_enter_shortcut_label=0x7f0b0017;
- public static final int abc_menu_function_shortcut_label=0x7f0b0018;
- public static final int abc_menu_meta_shortcut_label=0x7f0b0019;
- public static final int abc_menu_shift_shortcut_label=0x7f0b001a;
- public static final int abc_menu_space_shortcut_label=0x7f0b001b;
- public static final int abc_menu_sym_shortcut_label=0x7f0b001c;
- public static final int abc_prepend_shortcut_label=0x7f0b001d;
- public static final int abc_search_hint=0x7f0b001e;
- public static final int abc_searchview_description_clear=0x7f0b001f;
- public static final int abc_searchview_description_query=0x7f0b0020;
- public static final int abc_searchview_description_search=0x7f0b0021;
- public static final int abc_searchview_description_submit=0x7f0b0022;
- public static final int abc_searchview_description_voice=0x7f0b0023;
- public static final int abc_shareactionprovider_share_with=0x7f0b0024;
- public static final int abc_shareactionprovider_share_with_application=0x7f0b0025;
- public static final int abc_toolbar_collapse_description=0x7f0b0026;
- public static final int app_name=0x7f0b0027;
- public static final int search_menu_title=0x7f0b0028;
- public static final int status_bar_notification_info_overflow=0x7f0b0029;
- }
- public static final class style {
- public static final int AlertDialog_AppCompat=0x7f0c0000;
- public static final int AlertDialog_AppCompat_Light=0x7f0c0001;
- public static final int Animation_AppCompat_Dialog=0x7f0c0002;
- public static final int Animation_AppCompat_DropDownUp=0x7f0c0003;
- public static final int Animation_AppCompat_Tooltip=0x7f0c0004;
- public static final int AppTheme=0x7f0c0005;
- public static final int Base_AlertDialog_AppCompat=0x7f0c0006;
- public static final int Base_AlertDialog_AppCompat_Light=0x7f0c0007;
- public static final int Base_Animation_AppCompat_Dialog=0x7f0c0008;
- public static final int Base_Animation_AppCompat_DropDownUp=0x7f0c0009;
- public static final int Base_Animation_AppCompat_Tooltip=0x7f0c000a;
- public static final int Base_DialogWindowTitle_AppCompat=0x7f0c000b;
- public static final int Base_DialogWindowTitleBackground_AppCompat=0x7f0c000c;
- public static final int Base_TextAppearance_AppCompat=0x7f0c000d;
- public static final int Base_TextAppearance_AppCompat_Body1=0x7f0c000e;
- public static final int Base_TextAppearance_AppCompat_Body2=0x7f0c000f;
- public static final int Base_TextAppearance_AppCompat_Button=0x7f0c0010;
- public static final int Base_TextAppearance_AppCompat_Caption=0x7f0c0011;
- public static final int Base_TextAppearance_AppCompat_Display1=0x7f0c0012;
- public static final int Base_TextAppearance_AppCompat_Display2=0x7f0c0013;
- public static final int Base_TextAppearance_AppCompat_Display3=0x7f0c0014;
- public static final int Base_TextAppearance_AppCompat_Display4=0x7f0c0015;
- public static final int Base_TextAppearance_AppCompat_Headline=0x7f0c0016;
- public static final int Base_TextAppearance_AppCompat_Inverse=0x7f0c0017;
- public static final int Base_TextAppearance_AppCompat_Large=0x7f0c0018;
- public static final int Base_TextAppearance_AppCompat_Large_Inverse=0x7f0c0019;
- public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0c001a;
- public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0c001b;
- public static final int Base_TextAppearance_AppCompat_Medium=0x7f0c001c;
- public static final int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f0c001d;
- public static final int Base_TextAppearance_AppCompat_Menu=0x7f0c001e;
- public static final int Base_TextAppearance_AppCompat_SearchResult=0x7f0c001f;
- public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0c0020;
- public static final int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f0c0021;
- public static final int Base_TextAppearance_AppCompat_Small=0x7f0c0022;
- public static final int Base_TextAppearance_AppCompat_Small_Inverse=0x7f0c0023;
- public static final int Base_TextAppearance_AppCompat_Subhead=0x7f0c0024;
- public static final int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f0c0025;
- public static final int Base_TextAppearance_AppCompat_Title=0x7f0c0026;
- public static final int Base_TextAppearance_AppCompat_Title_Inverse=0x7f0c0027;
- public static final int Base_TextAppearance_AppCompat_Tooltip=0x7f0c0028;
- public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0c0029;
- public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0c002a;
- public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0c002b;
- public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0c002c;
- public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0c002d;
- public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0c002e;
- public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0c002f;
- public static final int Base_TextAppearance_AppCompat_Widget_Button=0x7f0c0030;
- public static final int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0c0031;
- public static final int Base_TextAppearance_AppCompat_Widget_Button_Colored=0x7f0c0032;
- public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0c0033;
- public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f0c0034;
- public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0c0035;
- public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0c0036;
- public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0c0037;
- public static final int Base_TextAppearance_AppCompat_Widget_Switch=0x7f0c0038;
- public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0c0039;
- public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0c003a;
- public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0c003b;
- public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0c003c;
- public static final int Base_Theme_AppCompat=0x7f0c003d;
- public static final int Base_Theme_AppCompat_CompactMenu=0x7f0c003e;
- public static final int Base_Theme_AppCompat_Dialog=0x7f0c003f;
- public static final int Base_Theme_AppCompat_Dialog_Alert=0x7f0c0040;
- public static final int Base_Theme_AppCompat_Dialog_FixedSize=0x7f0c0041;
- public static final int Base_Theme_AppCompat_Dialog_MinWidth=0x7f0c0042;
- public static final int Base_Theme_AppCompat_DialogWhenLarge=0x7f0c0043;
- public static final int Base_Theme_AppCompat_Light=0x7f0c0044;
- public static final int Base_Theme_AppCompat_Light_DarkActionBar=0x7f0c0045;
- public static final int Base_Theme_AppCompat_Light_Dialog=0x7f0c0046;
- public static final int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f0c0047;
- public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f0c0048;
- public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f0c0049;
- public static final int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f0c004a;
- public static final int Base_ThemeOverlay_AppCompat=0x7f0c004b;
- public static final int Base_ThemeOverlay_AppCompat_ActionBar=0x7f0c004c;
- public static final int Base_ThemeOverlay_AppCompat_Dark=0x7f0c004d;
- public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0c004e;
- public static final int Base_ThemeOverlay_AppCompat_Dialog=0x7f0c004f;
- public static final int Base_ThemeOverlay_AppCompat_Dialog_Alert=0x7f0c0050;
- public static final int Base_ThemeOverlay_AppCompat_Light=0x7f0c0051;
- public static final int Base_V21_Theme_AppCompat=0x7f0c0052;
- public static final int Base_V21_Theme_AppCompat_Dialog=0x7f0c0053;
- public static final int Base_V21_Theme_AppCompat_Light=0x7f0c0054;
- public static final int Base_V21_Theme_AppCompat_Light_Dialog=0x7f0c0055;
- public static final int Base_V21_ThemeOverlay_AppCompat_Dialog=0x7f0c0056;
- public static final int Base_V22_Theme_AppCompat=0x7f0c0057;
- public static final int Base_V22_Theme_AppCompat_Light=0x7f0c0058;
- public static final int Base_V23_Theme_AppCompat=0x7f0c0059;
- public static final int Base_V23_Theme_AppCompat_Light=0x7f0c005a;
- public static final int Base_V26_Theme_AppCompat=0x7f0c005b;
- public static final int Base_V26_Theme_AppCompat_Light=0x7f0c005c;
- public static final int Base_V26_Widget_AppCompat_Toolbar=0x7f0c005d;
- public static final int Base_V28_Theme_AppCompat=0x7f0c005e;
- public static final int Base_V28_Theme_AppCompat_Light=0x7f0c005f;
- public static final int Base_V7_Theme_AppCompat=0x7f0c0060;
- public static final int Base_V7_Theme_AppCompat_Dialog=0x7f0c0061;
- public static final int Base_V7_Theme_AppCompat_Light=0x7f0c0062;
- public static final int Base_V7_Theme_AppCompat_Light_Dialog=0x7f0c0063;
- public static final int Base_V7_ThemeOverlay_AppCompat_Dialog=0x7f0c0064;
- public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f0c0065;
- public static final int Base_V7_Widget_AppCompat_EditText=0x7f0c0066;
- public static final int Base_V7_Widget_AppCompat_Toolbar=0x7f0c0067;
- public static final int Base_Widget_AppCompat_ActionBar=0x7f0c0068;
- public static final int Base_Widget_AppCompat_ActionBar_Solid=0x7f0c0069;
- public static final int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0c006a;
- public static final int Base_Widget_AppCompat_ActionBar_TabText=0x7f0c006b;
- public static final int Base_Widget_AppCompat_ActionBar_TabView=0x7f0c006c;
- public static final int Base_Widget_AppCompat_ActionButton=0x7f0c006d;
- public static final int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f0c006e;
- public static final int Base_Widget_AppCompat_ActionButton_Overflow=0x7f0c006f;
- public static final int Base_Widget_AppCompat_ActionMode=0x7f0c0070;
- public static final int Base_Widget_AppCompat_ActivityChooserView=0x7f0c0071;
- public static final int Base_Widget_AppCompat_AutoCompleteTextView=0x7f0c0072;
- public static final int Base_Widget_AppCompat_Button=0x7f0c0073;
- public static final int Base_Widget_AppCompat_Button_Borderless=0x7f0c0074;
- public static final int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f0c0075;
- public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0c0076;
- public static final int Base_Widget_AppCompat_Button_Colored=0x7f0c0077;
- public static final int Base_Widget_AppCompat_Button_Small=0x7f0c0078;
- public static final int Base_Widget_AppCompat_ButtonBar=0x7f0c0079;
- public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0c007a;
- public static final int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f0c007b;
- public static final int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f0c007c;
- public static final int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0c007d;
- public static final int Base_Widget_AppCompat_DrawerArrowToggle=0x7f0c007e;
- public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0c007f;
- public static final int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f0c0080;
- public static final int Base_Widget_AppCompat_EditText=0x7f0c0081;
- public static final int Base_Widget_AppCompat_ImageButton=0x7f0c0082;
- public static final int Base_Widget_AppCompat_Light_ActionBar=0x7f0c0083;
- public static final int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0c0084;
- public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0c0085;
- public static final int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f0c0086;
- public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0c0087;
- public static final int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f0c0088;
- public static final int Base_Widget_AppCompat_Light_PopupMenu=0x7f0c0089;
- public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0c008a;
- public static final int Base_Widget_AppCompat_ListMenuView=0x7f0c008b;
- public static final int Base_Widget_AppCompat_ListPopupWindow=0x7f0c008c;
- public static final int Base_Widget_AppCompat_ListView=0x7f0c008d;
- public static final int Base_Widget_AppCompat_ListView_DropDown=0x7f0c008e;
- public static final int Base_Widget_AppCompat_ListView_Menu=0x7f0c008f;
- public static final int Base_Widget_AppCompat_PopupMenu=0x7f0c0090;
- public static final int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f0c0091;
- public static final int Base_Widget_AppCompat_PopupWindow=0x7f0c0092;
- public static final int Base_Widget_AppCompat_ProgressBar=0x7f0c0093;
- public static final int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f0c0094;
- public static final int Base_Widget_AppCompat_RatingBar=0x7f0c0095;
- public static final int Base_Widget_AppCompat_RatingBar_Indicator=0x7f0c0096;
- public static final int Base_Widget_AppCompat_RatingBar_Small=0x7f0c0097;
- public static final int Base_Widget_AppCompat_SearchView=0x7f0c0098;
- public static final int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0c0099;
- public static final int Base_Widget_AppCompat_SeekBar=0x7f0c009a;
- public static final int Base_Widget_AppCompat_SeekBar_Discrete=0x7f0c009b;
- public static final int Base_Widget_AppCompat_Spinner=0x7f0c009c;
- public static final int Base_Widget_AppCompat_Spinner_Underlined=0x7f0c009d;
- public static final int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f0c009e;
- public static final int Base_Widget_AppCompat_Toolbar=0x7f0c009f;
- public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c00a0;
- public static final int Platform_AppCompat=0x7f0c00a1;
- public static final int Platform_AppCompat_Light=0x7f0c00a2;
- public static final int Platform_ThemeOverlay_AppCompat=0x7f0c00a3;
- public static final int Platform_ThemeOverlay_AppCompat_Dark=0x7f0c00a4;
- public static final int Platform_ThemeOverlay_AppCompat_Light=0x7f0c00a5;
- public static final int Platform_V21_AppCompat=0x7f0c00a6;
- public static final int Platform_V21_AppCompat_Light=0x7f0c00a7;
- public static final int Platform_V25_AppCompat=0x7f0c00a8;
- public static final int Platform_V25_AppCompat_Light=0x7f0c00a9;
- public static final int Platform_Widget_AppCompat_Spinner=0x7f0c00aa;
- public static final int RtlOverlay_DialogWindowTitle_AppCompat=0x7f0c00ab;
- public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f0c00ac;
- public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f0c00ad;
- public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f0c00ae;
- public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f0c00af;
- public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut=0x7f0c00b0;
- public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow=0x7f0c00b1;
- public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f0c00b2;
- public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title=0x7f0c00b3;
- public static final int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f0c00b4;
- public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f0c00b5;
- public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f0c00b6;
- public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f0c00b7;
- public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f0c00b8;
- public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f0c00b9;
- public static final int RtlUnderlay_Widget_AppCompat_ActionButton=0x7f0c00ba;
- public static final int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow=0x7f0c00bb;
- public static final int TextAppearance_AppCompat=0x7f0c00bc;
- public static final int TextAppearance_AppCompat_Body1=0x7f0c00bd;
- public static final int TextAppearance_AppCompat_Body2=0x7f0c00be;
- public static final int TextAppearance_AppCompat_Button=0x7f0c00bf;
- public static final int TextAppearance_AppCompat_Caption=0x7f0c00c0;
- public static final int TextAppearance_AppCompat_Display1=0x7f0c00c1;
- public static final int TextAppearance_AppCompat_Display2=0x7f0c00c2;
- public static final int TextAppearance_AppCompat_Display3=0x7f0c00c3;
- public static final int TextAppearance_AppCompat_Display4=0x7f0c00c4;
- public static final int TextAppearance_AppCompat_Headline=0x7f0c00c5;
- public static final int TextAppearance_AppCompat_Inverse=0x7f0c00c6;
- public static final int TextAppearance_AppCompat_Large=0x7f0c00c7;
- public static final int TextAppearance_AppCompat_Large_Inverse=0x7f0c00c8;
- public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0c00c9;
- public static final int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0c00ca;
- public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0c00cb;
- public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0c00cc;
- public static final int TextAppearance_AppCompat_Medium=0x7f0c00cd;
- public static final int TextAppearance_AppCompat_Medium_Inverse=0x7f0c00ce;
- public static final int TextAppearance_AppCompat_Menu=0x7f0c00cf;
- public static final int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0c00d0;
- public static final int TextAppearance_AppCompat_SearchResult_Title=0x7f0c00d1;
- public static final int TextAppearance_AppCompat_Small=0x7f0c00d2;
- public static final int TextAppearance_AppCompat_Small_Inverse=0x7f0c00d3;
- public static final int TextAppearance_AppCompat_Subhead=0x7f0c00d4;
- public static final int TextAppearance_AppCompat_Subhead_Inverse=0x7f0c00d5;
- public static final int TextAppearance_AppCompat_Title=0x7f0c00d6;
- public static final int TextAppearance_AppCompat_Title_Inverse=0x7f0c00d7;
- public static final int TextAppearance_AppCompat_Tooltip=0x7f0c00d8;
- public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0c00d9;
- public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0c00da;
- public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0c00db;
- public static final int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0c00dc;
- public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0c00dd;
- public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0c00de;
- public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0c00df;
- public static final int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0c00e0;
- public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0c00e1;
- public static final int TextAppearance_AppCompat_Widget_Button=0x7f0c00e2;
- public static final int TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0c00e3;
- public static final int TextAppearance_AppCompat_Widget_Button_Colored=0x7f0c00e4;
- public static final int TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0c00e5;
- public static final int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0c00e6;
- public static final int TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0c00e7;
- public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0c00e8;
- public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0c00e9;
- public static final int TextAppearance_AppCompat_Widget_Switch=0x7f0c00ea;
- public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0c00eb;
- public static final int TextAppearance_Compat_Notification=0x7f0c00ec;
- public static final int TextAppearance_Compat_Notification_Info=0x7f0c00ed;
- public static final int TextAppearance_Compat_Notification_Line2=0x7f0c00ee;
- public static final int TextAppearance_Compat_Notification_Time=0x7f0c00ef;
- public static final int TextAppearance_Compat_Notification_Title=0x7f0c00f0;
- public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0c00f1;
- public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0c00f2;
- public static final int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0c00f3;
- public static final int Theme_AppCompat=0x7f0c00f4;
- public static final int Theme_AppCompat_CompactMenu=0x7f0c00f5;
- public static final int Theme_AppCompat_DayNight=0x7f0c00f6;
- public static final int Theme_AppCompat_DayNight_DarkActionBar=0x7f0c00f7;
- public static final int Theme_AppCompat_DayNight_Dialog=0x7f0c00f8;
- public static final int Theme_AppCompat_DayNight_Dialog_Alert=0x7f0c00f9;
- public static final int Theme_AppCompat_DayNight_Dialog_MinWidth=0x7f0c00fa;
- public static final int Theme_AppCompat_DayNight_DialogWhenLarge=0x7f0c00fb;
- public static final int Theme_AppCompat_DayNight_NoActionBar=0x7f0c00fc;
- public static final int Theme_AppCompat_Dialog=0x7f0c00fd;
- public static final int Theme_AppCompat_Dialog_Alert=0x7f0c00fe;
- public static final int Theme_AppCompat_Dialog_MinWidth=0x7f0c00ff;
- public static final int Theme_AppCompat_DialogWhenLarge=0x7f0c0100;
- public static final int Theme_AppCompat_Light=0x7f0c0101;
- public static final int Theme_AppCompat_Light_DarkActionBar=0x7f0c0102;
- public static final int Theme_AppCompat_Light_Dialog=0x7f0c0103;
- public static final int Theme_AppCompat_Light_Dialog_Alert=0x7f0c0104;
- public static final int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0c0105;
- public static final int Theme_AppCompat_Light_DialogWhenLarge=0x7f0c0106;
- public static final int Theme_AppCompat_Light_NoActionBar=0x7f0c0107;
- public static final int Theme_AppCompat_NoActionBar=0x7f0c0108;
- public static final int ThemeOverlay_AppCompat=0x7f0c0109;
- public static final int ThemeOverlay_AppCompat_ActionBar=0x7f0c010a;
- public static final int ThemeOverlay_AppCompat_Dark=0x7f0c010b;
- public static final int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0c010c;
- public static final int ThemeOverlay_AppCompat_Dialog=0x7f0c010d;
- public static final int ThemeOverlay_AppCompat_Dialog_Alert=0x7f0c010e;
- public static final int ThemeOverlay_AppCompat_Light=0x7f0c010f;
- public static final int Widget_AppCompat_ActionBar=0x7f0c0110;
- public static final int Widget_AppCompat_ActionBar_Solid=0x7f0c0111;
- public static final int Widget_AppCompat_ActionBar_TabBar=0x7f0c0112;
- public static final int Widget_AppCompat_ActionBar_TabText=0x7f0c0113;
- public static final int Widget_AppCompat_ActionBar_TabView=0x7f0c0114;
- public static final int Widget_AppCompat_ActionButton=0x7f0c0115;
- public static final int Widget_AppCompat_ActionButton_CloseMode=0x7f0c0116;
- public static final int Widget_AppCompat_ActionButton_Overflow=0x7f0c0117;
- public static final int Widget_AppCompat_ActionMode=0x7f0c0118;
- public static final int Widget_AppCompat_ActivityChooserView=0x7f0c0119;
- public static final int Widget_AppCompat_AutoCompleteTextView=0x7f0c011a;
- public static final int Widget_AppCompat_Button=0x7f0c011b;
- public static final int Widget_AppCompat_Button_Borderless=0x7f0c011c;
- public static final int Widget_AppCompat_Button_Borderless_Colored=0x7f0c011d;
- public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0c011e;
- public static final int Widget_AppCompat_Button_Colored=0x7f0c011f;
- public static final int Widget_AppCompat_Button_Small=0x7f0c0120;
- public static final int Widget_AppCompat_ButtonBar=0x7f0c0121;
- public static final int Widget_AppCompat_ButtonBar_AlertDialog=0x7f0c0122;
- public static final int Widget_AppCompat_CompoundButton_CheckBox=0x7f0c0123;
- public static final int Widget_AppCompat_CompoundButton_RadioButton=0x7f0c0124;
- public static final int Widget_AppCompat_CompoundButton_Switch=0x7f0c0125;
- public static final int Widget_AppCompat_DrawerArrowToggle=0x7f0c0126;
- public static final int Widget_AppCompat_DropDownItem_Spinner=0x7f0c0127;
- public static final int Widget_AppCompat_EditText=0x7f0c0128;
- public static final int Widget_AppCompat_ImageButton=0x7f0c0129;
- public static final int Widget_AppCompat_Light_ActionBar=0x7f0c012a;
- public static final int Widget_AppCompat_Light_ActionBar_Solid=0x7f0c012b;
- public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0c012c;
- public static final int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0c012d;
- public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0c012e;
- public static final int Widget_AppCompat_Light_ActionBar_TabText=0x7f0c012f;
- public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0c0130;
- public static final int Widget_AppCompat_Light_ActionBar_TabView=0x7f0c0131;
- public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0c0132;
- public static final int Widget_AppCompat_Light_ActionButton=0x7f0c0133;
- public static final int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0c0134;
- public static final int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0c0135;
- public static final int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0c0136;
- public static final int Widget_AppCompat_Light_ActivityChooserView=0x7f0c0137;
- public static final int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0c0138;
- public static final int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0c0139;
- public static final int Widget_AppCompat_Light_ListPopupWindow=0x7f0c013a;
- public static final int Widget_AppCompat_Light_ListView_DropDown=0x7f0c013b;
- public static final int Widget_AppCompat_Light_PopupMenu=0x7f0c013c;
- public static final int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0c013d;
- public static final int Widget_AppCompat_Light_SearchView=0x7f0c013e;
- public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0c013f;
- public static final int Widget_AppCompat_ListMenuView=0x7f0c0140;
- public static final int Widget_AppCompat_ListPopupWindow=0x7f0c0141;
- public static final int Widget_AppCompat_ListView=0x7f0c0142;
- public static final int Widget_AppCompat_ListView_DropDown=0x7f0c0143;
- public static final int Widget_AppCompat_ListView_Menu=0x7f0c0144;
- public static final int Widget_AppCompat_PopupMenu=0x7f0c0145;
- public static final int Widget_AppCompat_PopupMenu_Overflow=0x7f0c0146;
- public static final int Widget_AppCompat_PopupWindow=0x7f0c0147;
- public static final int Widget_AppCompat_ProgressBar=0x7f0c0148;
- public static final int Widget_AppCompat_ProgressBar_Horizontal=0x7f0c0149;
- public static final int Widget_AppCompat_RatingBar=0x7f0c014a;
- public static final int Widget_AppCompat_RatingBar_Indicator=0x7f0c014b;
- public static final int Widget_AppCompat_RatingBar_Small=0x7f0c014c;
- public static final int Widget_AppCompat_SearchView=0x7f0c014d;
- public static final int Widget_AppCompat_SearchView_ActionBar=0x7f0c014e;
- public static final int Widget_AppCompat_SeekBar=0x7f0c014f;
- public static final int Widget_AppCompat_SeekBar_Discrete=0x7f0c0150;
- public static final int Widget_AppCompat_Spinner=0x7f0c0151;
- public static final int Widget_AppCompat_Spinner_DropDown=0x7f0c0152;
- public static final int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0c0153;
- public static final int Widget_AppCompat_Spinner_Underlined=0x7f0c0154;
- public static final int Widget_AppCompat_TextView_SpinnerItem=0x7f0c0155;
- public static final int Widget_AppCompat_Toolbar=0x7f0c0156;
- public static final int Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c0157;
- public static final int Widget_Compat_NotificationActionContainer=0x7f0c0158;
- public static final int Widget_Compat_NotificationActionText=0x7f0c0159;
- public static final int Widget_Support_CoordinatorLayout=0x7f0c015a;
- }
- public static final class styleable {
- /**
- * Attributes that can be used with a ActionBar.
- *
Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #ActionBar_background com.example.capstone:background} | Specifies a background drawable for the action bar. |
- * {@link #ActionBar_backgroundSplit com.example.capstone:backgroundSplit} | Specifies a background drawable for the bottom component of a split action bar. |
- * {@link #ActionBar_backgroundStacked com.example.capstone:backgroundStacked} | Specifies a background drawable for a second stacked row of the action bar. |
- * {@link #ActionBar_contentInsetEnd com.example.capstone:contentInsetEnd} | Minimum inset for content views within a bar. |
- * {@link #ActionBar_contentInsetEndWithActions com.example.capstone:contentInsetEndWithActions} | Minimum inset for content views within a bar when actions from a menu
- * are present. |
- * {@link #ActionBar_contentInsetLeft com.example.capstone:contentInsetLeft} | Minimum inset for content views within a bar. |
- * {@link #ActionBar_contentInsetRight com.example.capstone:contentInsetRight} | Minimum inset for content views within a bar. |
- * {@link #ActionBar_contentInsetStart com.example.capstone:contentInsetStart} | Minimum inset for content views within a bar. |
- * {@link #ActionBar_contentInsetStartWithNavigation com.example.capstone:contentInsetStartWithNavigation} | Minimum inset for content views within a bar when a navigation button
- * is present, such as the Up button. |
- * {@link #ActionBar_customNavigationLayout com.example.capstone:customNavigationLayout} | Specifies a layout for custom navigation. |
- * {@link #ActionBar_displayOptions com.example.capstone:displayOptions} | Options affecting how the action bar is displayed. |
- * {@link #ActionBar_divider com.example.capstone:divider} | Specifies the drawable used for item dividers. |
- * {@link #ActionBar_elevation com.example.capstone:elevation} | Elevation for the action bar itself |
- * {@link #ActionBar_height com.example.capstone:height} | |
- * {@link #ActionBar_hideOnContentScroll com.example.capstone:hideOnContentScroll} | Set true to hide the action bar on a vertical nested scroll of content. |
- * {@link #ActionBar_homeAsUpIndicator com.example.capstone:homeAsUpIndicator} | Specifies a drawable to use for the 'home as up' indicator. |
- * {@link #ActionBar_homeLayout com.example.capstone:homeLayout} | Specifies a layout to use for the "home" section of the action bar. |
- * {@link #ActionBar_icon com.example.capstone:icon} | Specifies the drawable used for the application icon. |
- * {@link #ActionBar_indeterminateProgressStyle com.example.capstone:indeterminateProgressStyle} | Specifies a style resource to use for an indeterminate progress spinner. |
- * {@link #ActionBar_itemPadding com.example.capstone:itemPadding} | Specifies padding that should be applied to the left and right sides of
- * system-provided items in the bar. |
- * {@link #ActionBar_logo com.example.capstone:logo} | Specifies the drawable used for the application logo. |
- * {@link #ActionBar_navigationMode com.example.capstone:navigationMode} | The type of navigation to use. |
- * {@link #ActionBar_popupTheme com.example.capstone:popupTheme} | Reference to a theme that should be used to inflate popups
- * shown by widgets in the action bar. |
- * {@link #ActionBar_progressBarPadding com.example.capstone:progressBarPadding} | Specifies the horizontal padding on either end for an embedded progress bar. |
- * {@link #ActionBar_progressBarStyle com.example.capstone:progressBarStyle} | Specifies a style resource to use for an embedded progress bar. |
- * {@link #ActionBar_subtitle com.example.capstone:subtitle} | Specifies subtitle text used for navigationMode="normal" |
- * {@link #ActionBar_subtitleTextStyle com.example.capstone:subtitleTextStyle} | Specifies a style to use for subtitle text. |
- * {@link #ActionBar_title com.example.capstone:title} | |
- * {@link #ActionBar_titleTextStyle com.example.capstone:titleTextStyle} | Specifies a style to use for title text. |
- *
- * @see #ActionBar_background
- * @see #ActionBar_backgroundSplit
- * @see #ActionBar_backgroundStacked
- * @see #ActionBar_contentInsetEnd
- * @see #ActionBar_contentInsetEndWithActions
- * @see #ActionBar_contentInsetLeft
- * @see #ActionBar_contentInsetRight
- * @see #ActionBar_contentInsetStart
- * @see #ActionBar_contentInsetStartWithNavigation
- * @see #ActionBar_customNavigationLayout
- * @see #ActionBar_displayOptions
- * @see #ActionBar_divider
- * @see #ActionBar_elevation
- * @see #ActionBar_height
- * @see #ActionBar_hideOnContentScroll
- * @see #ActionBar_homeAsUpIndicator
- * @see #ActionBar_homeLayout
- * @see #ActionBar_icon
- * @see #ActionBar_indeterminateProgressStyle
- * @see #ActionBar_itemPadding
- * @see #ActionBar_logo
- * @see #ActionBar_navigationMode
- * @see #ActionBar_popupTheme
- * @see #ActionBar_progressBarPadding
- * @see #ActionBar_progressBarStyle
- * @see #ActionBar_subtitle
- * @see #ActionBar_subtitleTextStyle
- * @see #ActionBar_title
- * @see #ActionBar_titleTextStyle
- */
- public static final int[] ActionBar={
- 0x7f020031, 0x7f020032, 0x7f020033, 0x7f02005d,
- 0x7f02005e, 0x7f02005f, 0x7f020060, 0x7f020061,
- 0x7f020062, 0x7f020065, 0x7f02006a, 0x7f02006b,
- 0x7f020076, 0x7f020087, 0x7f020088, 0x7f020089,
- 0x7f02008a, 0x7f02008b, 0x7f020090, 0x7f020093,
- 0x7f0200db, 0x7f0200e2, 0x7f0200ed, 0x7f0200f0,
- 0x7f0200f1, 0x7f02010c, 0x7f02010f, 0x7f02012a,
- 0x7f020133
- };
- /**
- *
- * @attr description
- * Specifies a background drawable for the action bar.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:background
- */
- public static final int ActionBar_background=0;
- /**
- *
- * @attr description
- * Specifies a background drawable for the bottom component of a split action bar.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name com.example.capstone:backgroundSplit
- */
- public static final int ActionBar_backgroundSplit=1;
- /**
- *
- * @attr description
- * Specifies a background drawable for a second stacked row of the action bar.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name com.example.capstone:backgroundStacked
- */
- public static final int ActionBar_backgroundStacked=2;
- /**
- *
- * @attr description
- * Minimum inset for content views within a bar. Navigation buttons and
- * menu views are excepted. Only valid for some themes and configurations.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:contentInsetEnd
- */
- public static final int ActionBar_contentInsetEnd=3;
- /**
- *
- * @attr description
- * Minimum inset for content views within a bar when actions from a menu
- * are present. Only valid for some themes and configurations.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:contentInsetEndWithActions
- */
- public static final int ActionBar_contentInsetEndWithActions=4;
- /**
- *
- * @attr description
- * Minimum inset for content views within a bar. Navigation buttons and
- * menu views are excepted. Only valid for some themes and configurations.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:contentInsetLeft
- */
- public static final int ActionBar_contentInsetLeft=5;
- /**
- *
- * @attr description
- * Minimum inset for content views within a bar. Navigation buttons and
- * menu views are excepted. Only valid for some themes and configurations.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:contentInsetRight
- */
- public static final int ActionBar_contentInsetRight=6;
- /**
- *
- * @attr description
- * Minimum inset for content views within a bar. Navigation buttons and
- * menu views are excepted. Only valid for some themes and configurations.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:contentInsetStart
- */
- public static final int ActionBar_contentInsetStart=7;
- /**
- *
- * @attr description
- * Minimum inset for content views within a bar when a navigation button
- * is present, such as the Up button. Only valid for some themes and configurations.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:contentInsetStartWithNavigation
- */
- public static final int ActionBar_contentInsetStartWithNavigation=8;
- /**
- *
- * @attr description
- * Specifies a layout for custom navigation. Overrides navigationMode.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:customNavigationLayout
- */
- public static final int ActionBar_customNavigationLayout=9;
- /**
- *
- * @attr description
- * Options affecting how the action bar is displayed.
- *
- *
Must be one or more (separated by '|') of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * disableHome | 20 | |
- * homeAsUp | 4 | |
- * none | 0 | |
- * showCustom | 10 | |
- * showHome | 2 | |
- * showTitle | 8 | |
- * useLogo | 1 | |
- *
- *
- * @attr name com.example.capstone:displayOptions
- */
- public static final int ActionBar_displayOptions=10;
- /**
- *
- * @attr description
- * Specifies the drawable used for item dividers.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:divider
- */
- public static final int ActionBar_divider=11;
- /**
- *
- * @attr description
- * Elevation for the action bar itself
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:elevation
- */
- public static final int ActionBar_elevation=12;
- /**
- *
- * @attr description
- * Specifies a fixed height.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:height
- */
- public static final int ActionBar_height=13;
- /**
- *
- * @attr description
- * Set true to hide the action bar on a vertical nested scroll of content.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name com.example.capstone:hideOnContentScroll
- */
- public static final int ActionBar_hideOnContentScroll=14;
- /**
- *
- * @attr description
- * Up navigation glyph
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:homeAsUpIndicator
- */
- public static final int ActionBar_homeAsUpIndicator=15;
- /**
- *
- * @attr description
- * Specifies a layout to use for the "home" section of the action bar.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:homeLayout
- */
- public static final int ActionBar_homeLayout=16;
- /**
- *
- * @attr description
- * Specifies the drawable used for the application icon.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:icon
- */
- public static final int ActionBar_icon=17;
- /**
- *
- * @attr description
- * Specifies a style resource to use for an indeterminate progress spinner.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:indeterminateProgressStyle
- */
- public static final int ActionBar_indeterminateProgressStyle=18;
- /**
- *
- * @attr description
- * Specifies padding that should be applied to the left and right sides of
- * system-provided items in the bar.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:itemPadding
- */
- public static final int ActionBar_itemPadding=19;
- /**
- *
- * @attr description
- * Specifies the drawable used for the application logo.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:logo
- */
- public static final int ActionBar_logo=20;
- /**
- *
- * @attr description
- * The type of navigation to use.
- *
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * listMode | 1 | The action bar will use a selection list for navigation. |
- * normal | 0 | Normal static title text |
- * tabMode | 2 | The action bar will use a series of horizontal tabs for navigation. |
- *
- *
- * @attr name com.example.capstone:navigationMode
- */
- public static final int ActionBar_navigationMode=21;
- /**
- *
- * @attr description
- * Reference to a theme that should be used to inflate popups
- * shown by widgets in the action bar.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:popupTheme
- */
- public static final int ActionBar_popupTheme=22;
- /**
- *
- * @attr description
- * Specifies the horizontal padding on either end for an embedded progress bar.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:progressBarPadding
- */
- public static final int ActionBar_progressBarPadding=23;
- /**
- *
- * @attr description
- * Specifies a style resource to use for an embedded progress bar.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:progressBarStyle
- */
- public static final int ActionBar_progressBarStyle=24;
- /**
- *
- * @attr description
- * Specifies subtitle text used for navigationMode="normal"
- *
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- *
- * @attr name com.example.capstone:subtitle
- */
- public static final int ActionBar_subtitle=25;
- /**
- *
- * @attr description
- * Specifies a style to use for subtitle text.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:subtitleTextStyle
- */
- public static final int ActionBar_subtitleTextStyle=26;
- /**
- *
- * @attr description
- * Specifies title text used for navigationMode="normal"
- *
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- *
- * @attr name com.example.capstone:title
- */
- public static final int ActionBar_title=27;
- /**
- *
- * @attr description
- * Specifies a style to use for title text.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:titleTextStyle
- */
- public static final int ActionBar_titleTextStyle=28;
- /**
- * Attributes that can be used with a ActionBarLayout.
- *
Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #ActionBarLayout_android_layout_gravity android:layout_gravity} | |
- *
- * @see #ActionBarLayout_android_layout_gravity
- */
- public static final int[] ActionBarLayout={
- 0x010100b3
- };
- /**
- * This symbol is the offset where the {@link android.R.attr#layout_gravity}
- * attribute's value can be found in the {@link #ActionBarLayout} array.
- *
- *
Must be one or more (separated by '|') of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * bottom | 50 | |
- * center | 11 | |
- * center_horizontal | 1 | |
- * center_vertical | 10 | |
- * clip_horizontal | 8 | |
- * clip_vertical | 80 | |
- * end | 800005 | |
- * fill | 77 | |
- * fill_horizontal | 7 | |
- * fill_vertical | 70 | |
- * left | 3 | |
- * right | 5 | |
- * start | 800003 | |
- * top | 30 | |
- *
- *
- * @attr name android:layout_gravity
- */
- public static final int ActionBarLayout_android_layout_gravity=0;
- /**
- * Attributes that can be used with a ActionMenuItemView.
- * Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #ActionMenuItemView_android_minWidth android:minWidth} | |
- *
- * @see #ActionMenuItemView_android_minWidth
- */
- public static final int[] ActionMenuItemView={
- 0x0101013f
- };
- /**
- * This symbol is the offset where the {@link android.R.attr#minWidth}
- * attribute's value can be found in the {@link #ActionMenuItemView} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name android:minWidth
- */
- public static final int ActionMenuItemView_android_minWidth=0;
- public static final int[] ActionMenuView={
- };
- /**
- * Attributes that can be used with a ActionMode.
- *
Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #ActionMode_background com.example.capstone:background} | Specifies a background drawable for the action bar. |
- * {@link #ActionMode_backgroundSplit com.example.capstone:backgroundSplit} | Specifies a background drawable for the bottom component of a split action bar. |
- * {@link #ActionMode_closeItemLayout com.example.capstone:closeItemLayout} | Specifies a layout to use for the "close" item at the starting edge. |
- * {@link #ActionMode_height com.example.capstone:height} | |
- * {@link #ActionMode_subtitleTextStyle com.example.capstone:subtitleTextStyle} | Specifies a style to use for subtitle text. |
- * {@link #ActionMode_titleTextStyle com.example.capstone:titleTextStyle} | Specifies a style to use for title text. |
- *
- * @see #ActionMode_background
- * @see #ActionMode_backgroundSplit
- * @see #ActionMode_closeItemLayout
- * @see #ActionMode_height
- * @see #ActionMode_subtitleTextStyle
- * @see #ActionMode_titleTextStyle
- */
- public static final int[] ActionMode={
- 0x7f020031, 0x7f020032, 0x7f02004a, 0x7f020087,
- 0x7f02010f, 0x7f020133
- };
- /**
- *
- * @attr description
- * Specifies a background for the action mode bar.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:background
- */
- public static final int ActionMode_background=0;
- /**
- *
- * @attr description
- * Specifies a background for the split action mode bar.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name com.example.capstone:backgroundSplit
- */
- public static final int ActionMode_backgroundSplit=1;
- /**
- *
- * @attr description
- * Specifies a layout to use for the "close" item at the starting edge.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:closeItemLayout
- */
- public static final int ActionMode_closeItemLayout=2;
- /**
- *
- * @attr description
- * Specifies a fixed height for the action mode bar.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:height
- */
- public static final int ActionMode_height=3;
- /**
- *
- * @attr description
- * Specifies a style to use for subtitle text.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:subtitleTextStyle
- */
- public static final int ActionMode_subtitleTextStyle=4;
- /**
- *
- * @attr description
- * Specifies a style to use for title text.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:titleTextStyle
- */
- public static final int ActionMode_titleTextStyle=5;
- /**
- * Attributes that can be used with a ActivityChooserView.
- *
Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #ActivityChooserView_expandActivityOverflowButtonDrawable com.example.capstone:expandActivityOverflowButtonDrawable} | The drawable to show in the button for expanding the activities overflow popup. |
- * {@link #ActivityChooserView_initialActivityCount com.example.capstone:initialActivityCount} | The maximal number of items initially shown in the activity list. |
- *
- * @see #ActivityChooserView_expandActivityOverflowButtonDrawable
- * @see #ActivityChooserView_initialActivityCount
- */
- public static final int[] ActivityChooserView={
- 0x7f020078, 0x7f020091
- };
- /**
- *
- * @attr description
- * The drawable to show in the button for expanding the activities overflow popup.
- * Note: Clients would like to set this drawable
- * as a clue about the action the chosen activity will perform. For
- * example, if share activity is to be chosen the drawable should
- * give a clue that sharing is to be performed.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:expandActivityOverflowButtonDrawable
- */
- public static final int ActivityChooserView_expandActivityOverflowButtonDrawable=0;
- /**
- *
- * @attr description
- * The maximal number of items initially shown in the activity list.
- *
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- *
- * @attr name com.example.capstone:initialActivityCount
- */
- public static final int ActivityChooserView_initialActivityCount=1;
- /**
- * Attributes that can be used with a AlertDialog.
- *
Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #AlertDialog_android_layout android:layout} | |
- * {@link #AlertDialog_buttonIconDimen com.example.capstone:buttonIconDimen} | |
- * {@link #AlertDialog_buttonPanelSideLayout com.example.capstone:buttonPanelSideLayout} | |
- * {@link #AlertDialog_listItemLayout com.example.capstone:listItemLayout} | |
- * {@link #AlertDialog_listLayout com.example.capstone:listLayout} | |
- * {@link #AlertDialog_multiChoiceItemLayout com.example.capstone:multiChoiceItemLayout} | |
- * {@link #AlertDialog_showTitle com.example.capstone:showTitle} | |
- * {@link #AlertDialog_singleChoiceItemLayout com.example.capstone:singleChoiceItemLayout} | |
- *
- * @see #AlertDialog_android_layout
- * @see #AlertDialog_buttonIconDimen
- * @see #AlertDialog_buttonPanelSideLayout
- * @see #AlertDialog_listItemLayout
- * @see #AlertDialog_listLayout
- * @see #AlertDialog_multiChoiceItemLayout
- * @see #AlertDialog_showTitle
- * @see #AlertDialog_singleChoiceItemLayout
- */
- public static final int[] AlertDialog={
- 0x010100f2, 0x7f020040, 0x7f020041, 0x7f0200d2,
- 0x7f0200d3, 0x7f0200df, 0x7f020101, 0x7f020102
- };
- /**
- * This symbol is the offset where the {@link android.R.attr#layout}
- * attribute's value can be found in the {@link #AlertDialog} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name android:layout
- */
- public static final int AlertDialog_android_layout=0;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#buttonIconDimen}
- * attribute's value can be found in the {@link #AlertDialog} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:buttonIconDimen
- */
- public static final int AlertDialog_buttonIconDimen=1;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#buttonPanelSideLayout}
- * attribute's value can be found in the {@link #AlertDialog} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:buttonPanelSideLayout
- */
- public static final int AlertDialog_buttonPanelSideLayout=2;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#listItemLayout}
- * attribute's value can be found in the {@link #AlertDialog} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:listItemLayout
- */
- public static final int AlertDialog_listItemLayout=3;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#listLayout}
- * attribute's value can be found in the {@link #AlertDialog} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:listLayout
- */
- public static final int AlertDialog_listLayout=4;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#multiChoiceItemLayout}
- * attribute's value can be found in the {@link #AlertDialog} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:multiChoiceItemLayout
- */
- public static final int AlertDialog_multiChoiceItemLayout=5;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#showTitle}
- * attribute's value can be found in the {@link #AlertDialog} array.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name com.example.capstone:showTitle
- */
- public static final int AlertDialog_showTitle=6;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#singleChoiceItemLayout}
- * attribute's value can be found in the {@link #AlertDialog} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:singleChoiceItemLayout
- */
- public static final int AlertDialog_singleChoiceItemLayout=7;
- /**
- * Attributes that can be used with a AnimatedStateListDrawableCompat.
- *
Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #AnimatedStateListDrawableCompat_android_dither android:dither} | |
- * {@link #AnimatedStateListDrawableCompat_android_visible android:visible} | |
- * {@link #AnimatedStateListDrawableCompat_android_variablePadding android:variablePadding} | |
- * {@link #AnimatedStateListDrawableCompat_android_constantSize android:constantSize} | |
- * {@link #AnimatedStateListDrawableCompat_android_enterFadeDuration android:enterFadeDuration} | |
- * {@link #AnimatedStateListDrawableCompat_android_exitFadeDuration android:exitFadeDuration} | |
- *
- * @see #AnimatedStateListDrawableCompat_android_dither
- * @see #AnimatedStateListDrawableCompat_android_visible
- * @see #AnimatedStateListDrawableCompat_android_variablePadding
- * @see #AnimatedStateListDrawableCompat_android_constantSize
- * @see #AnimatedStateListDrawableCompat_android_enterFadeDuration
- * @see #AnimatedStateListDrawableCompat_android_exitFadeDuration
- */
- public static final int[] AnimatedStateListDrawableCompat={
- 0x0101011c, 0x01010194, 0x01010195, 0x01010196,
- 0x0101030c, 0x0101030d
- };
- /**
- *
- * @attr description
- * Enables or disables dithering of the bitmap if the bitmap does not have the
- * same pixel configuration as the screen (for instance: a ARGB 8888 bitmap with
- * an RGB 565 screen).
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name android:dither
- */
- public static final int AnimatedStateListDrawableCompat_android_dither=0;
- /**
- *
- * @attr description
- * Indicates whether the drawable should be initially visible.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name android:visible
- */
- public static final int AnimatedStateListDrawableCompat_android_visible=1;
- /**
- *
- * @attr description
- * If true, allows the drawable's padding to change based on the
- * current state that is selected. If false, the padding will
- * stay the same (based on the maximum padding of all the states).
- * Enabling this feature requires that the owner of the drawable
- * deal with performing layout when the state changes, which is
- * often not supported.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name android:variablePadding
- */
- public static final int AnimatedStateListDrawableCompat_android_variablePadding=2;
- /**
- *
- * @attr description
- * If true, the drawable's reported internal size will remain
- * constant as the state changes; the size is the maximum of all
- * of the states. If false, the size will vary based on the
- * current state.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name android:constantSize
- */
- public static final int AnimatedStateListDrawableCompat_android_constantSize=3;
- /**
- *
- * @attr description
- * Amount of time (in milliseconds) to fade in a new state drawable.
- *
- *
May be an integer value, such as "100
".
- *
- * @attr name android:enterFadeDuration
- */
- public static final int AnimatedStateListDrawableCompat_android_enterFadeDuration=4;
- /**
- *
- * @attr description
- * Amount of time (in milliseconds) to fade out an old state drawable.
- *
- *
May be an integer value, such as "100
".
- *
- * @attr name android:exitFadeDuration
- */
- public static final int AnimatedStateListDrawableCompat_android_exitFadeDuration=5;
- /**
- * Attributes that can be used with a AnimatedStateListDrawableItem.
- *
Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #AnimatedStateListDrawableItem_android_id android:id} | |
- * {@link #AnimatedStateListDrawableItem_android_drawable android:drawable} | |
- *
- * @see #AnimatedStateListDrawableItem_android_id
- * @see #AnimatedStateListDrawableItem_android_drawable
- */
- public static final int[] AnimatedStateListDrawableItem={
- 0x010100d0, 0x01010199
- };
- /**
- *
- * @attr description
- * Keyframe identifier for use in specifying transitions.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name android:id
- */
- public static final int AnimatedStateListDrawableItem_android_id=0;
- /**
- *
- * @attr description
- * Reference to a drawable resource to use for the frame. If not
- * given, the drawable must be defined by the first child tag.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name android:drawable
- */
- public static final int AnimatedStateListDrawableItem_android_drawable=1;
- /**
- * Attributes that can be used with a AnimatedStateListDrawableTransition.
- *
Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #AnimatedStateListDrawableTransition_android_drawable android:drawable} | |
- * {@link #AnimatedStateListDrawableTransition_android_toId android:toId} | |
- * {@link #AnimatedStateListDrawableTransition_android_fromId android:fromId} | |
- * {@link #AnimatedStateListDrawableTransition_android_reversible android:reversible} | |
- *
- * @see #AnimatedStateListDrawableTransition_android_drawable
- * @see #AnimatedStateListDrawableTransition_android_toId
- * @see #AnimatedStateListDrawableTransition_android_fromId
- * @see #AnimatedStateListDrawableTransition_android_reversible
- */
- public static final int[] AnimatedStateListDrawableTransition={
- 0x01010199, 0x01010449, 0x0101044a, 0x0101044b
- };
- /**
- *
- * @attr description
- * Reference to a animation drawable resource to use for the frame. If not
- * given, the animation drawable must be defined by the first child tag.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name android:drawable
- */
- public static final int AnimatedStateListDrawableTransition_android_drawable=0;
- /**
- *
- * @attr description
- * Keyframe identifier for the ending state.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name android:toId
- */
- public static final int AnimatedStateListDrawableTransition_android_toId=1;
- /**
- *
- * @attr description
- * Keyframe identifier for the starting state.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name android:fromId
- */
- public static final int AnimatedStateListDrawableTransition_android_fromId=2;
- /**
- *
- * @attr description
- * Whether this transition is reversible.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name android:reversible
- */
- public static final int AnimatedStateListDrawableTransition_android_reversible=3;
- /**
- * Attributes that can be used with a AppCompatImageView.
- *
Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #AppCompatImageView_android_src android:src} | |
- * {@link #AppCompatImageView_srcCompat com.example.capstone:srcCompat} | Sets a drawable as the content of this ImageView. |
- * {@link #AppCompatImageView_tint com.example.capstone:tint} | Tint to apply to the image source. |
- * {@link #AppCompatImageView_tintMode com.example.capstone:tintMode} | Blending mode used to apply the image source tint. |
- *
- * @see #AppCompatImageView_android_src
- * @see #AppCompatImageView_srcCompat
- * @see #AppCompatImageView_tint
- * @see #AppCompatImageView_tintMode
- */
- public static final int[] AppCompatImageView={
- 0x01010119, 0x7f020107, 0x7f020128, 0x7f020129
- };
- /**
- * This symbol is the offset where the {@link android.R.attr#src}
- * attribute's value can be found in the {@link #AppCompatImageView} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name android:src
- */
- public static final int AppCompatImageView_android_src=0;
- /**
- *
- * @attr description
- * Sets a drawable as the content of this ImageView. Allows the use of vector drawable
- * when running on older versions of the platform.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:srcCompat
- */
- public static final int AppCompatImageView_srcCompat=1;
- /**
- *
- * @attr description
- * Tint to apply to the image source.
- *
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name com.example.capstone:tint
- */
- public static final int AppCompatImageView_tint=2;
- /**
- *
- * @attr description
- * Blending mode used to apply the image source tint.
- *
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * add | 10 | Combines the tint and icon color and alpha channels, clamping the
- * result to valid color values. Saturate(S + D) |
- * multiply | e | Multiplies the color and alpha channels of the drawable with those of
- * the tint. [Sa * Da, Sc * Dc] |
- * screen | f | [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] |
- * src_atop | 9 | The tint is drawn above the drawable, but with the drawable’s alpha
- * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] |
- * src_in | 5 | The tint is masked by the alpha channel of the drawable. The drawable’s
- * color channels are thrown out. [Sa * Da, Sc * Da] |
- * src_over | 3 | The tint is drawn on top of the drawable.
- * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] |
- *
- *
- * @attr name com.example.capstone:tintMode
- */
- public static final int AppCompatImageView_tintMode=3;
- /**
- * Attributes that can be used with a AppCompatSeekBar.
- * Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #AppCompatSeekBar_android_thumb android:thumb} | |
- * {@link #AppCompatSeekBar_tickMark com.example.capstone:tickMark} | Drawable displayed at each progress position on a seekbar. |
- * {@link #AppCompatSeekBar_tickMarkTint com.example.capstone:tickMarkTint} | Tint to apply to the tick mark drawable. |
- * {@link #AppCompatSeekBar_tickMarkTintMode com.example.capstone:tickMarkTintMode} | Blending mode used to apply the tick mark tint. |
- *
- * @see #AppCompatSeekBar_android_thumb
- * @see #AppCompatSeekBar_tickMark
- * @see #AppCompatSeekBar_tickMarkTint
- * @see #AppCompatSeekBar_tickMarkTintMode
- */
- public static final int[] AppCompatSeekBar={
- 0x01010142, 0x7f020125, 0x7f020126, 0x7f020127
- };
- /**
- * This symbol is the offset where the {@link android.R.attr#thumb}
- * attribute's value can be found in the {@link #AppCompatSeekBar} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name android:thumb
- */
- public static final int AppCompatSeekBar_android_thumb=0;
- /**
- *
- * @attr description
- * Drawable displayed at each progress position on a seekbar.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:tickMark
- */
- public static final int AppCompatSeekBar_tickMark=1;
- /**
- *
- * @attr description
- * Tint to apply to the tick mark drawable.
- *
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name com.example.capstone:tickMarkTint
- */
- public static final int AppCompatSeekBar_tickMarkTint=2;
- /**
- *
- * @attr description
- * Blending mode used to apply the tick mark tint.
- *
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * add | 10 | Combines the tint and drawable color and alpha channels, clamping the
- * result to valid color values. Saturate(S + D) |
- * multiply | e | Multiplies the color and alpha channels of the drawable with those of
- * the tint. [Sa * Da, Sc * Dc] |
- * screen | f | [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] |
- * src_atop | 9 | The tint is drawn above the drawable, but with the drawable’s alpha
- * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] |
- * src_in | 5 | The tint is masked by the alpha channel of the drawable. The drawable’s
- * color channels are thrown out. [Sa * Da, Sc * Da] |
- * src_over | 3 | The tint is drawn on top of the drawable.
- * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] |
- *
- *
- * @attr name com.example.capstone:tickMarkTintMode
- */
- public static final int AppCompatSeekBar_tickMarkTintMode=3;
- /**
- * Attributes that can be used with a AppCompatTextHelper.
- * Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #AppCompatTextHelper_android_textAppearance android:textAppearance} | |
- * {@link #AppCompatTextHelper_android_drawableTop android:drawableTop} | |
- * {@link #AppCompatTextHelper_android_drawableBottom android:drawableBottom} | |
- * {@link #AppCompatTextHelper_android_drawableLeft android:drawableLeft} | |
- * {@link #AppCompatTextHelper_android_drawableRight android:drawableRight} | |
- * {@link #AppCompatTextHelper_android_drawableStart android:drawableStart} | |
- * {@link #AppCompatTextHelper_android_drawableEnd android:drawableEnd} | |
- *
- * @see #AppCompatTextHelper_android_textAppearance
- * @see #AppCompatTextHelper_android_drawableTop
- * @see #AppCompatTextHelper_android_drawableBottom
- * @see #AppCompatTextHelper_android_drawableLeft
- * @see #AppCompatTextHelper_android_drawableRight
- * @see #AppCompatTextHelper_android_drawableStart
- * @see #AppCompatTextHelper_android_drawableEnd
- */
- public static final int[] AppCompatTextHelper={
- 0x01010034, 0x0101016d, 0x0101016e, 0x0101016f,
- 0x01010170, 0x01010392, 0x01010393
- };
- /**
- * This symbol is the offset where the {@link android.R.attr#textAppearance}
- * attribute's value can be found in the {@link #AppCompatTextHelper} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name android:textAppearance
- */
- public static final int AppCompatTextHelper_android_textAppearance=0;
- /**
- *
This symbol is the offset where the {@link android.R.attr#drawableTop}
- * attribute's value can be found in the {@link #AppCompatTextHelper} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name android:drawableTop
- */
- public static final int AppCompatTextHelper_android_drawableTop=1;
- /**
- *
This symbol is the offset where the {@link android.R.attr#drawableBottom}
- * attribute's value can be found in the {@link #AppCompatTextHelper} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name android:drawableBottom
- */
- public static final int AppCompatTextHelper_android_drawableBottom=2;
- /**
- *
This symbol is the offset where the {@link android.R.attr#drawableLeft}
- * attribute's value can be found in the {@link #AppCompatTextHelper} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name android:drawableLeft
- */
- public static final int AppCompatTextHelper_android_drawableLeft=3;
- /**
- *
This symbol is the offset where the {@link android.R.attr#drawableRight}
- * attribute's value can be found in the {@link #AppCompatTextHelper} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name android:drawableRight
- */
- public static final int AppCompatTextHelper_android_drawableRight=4;
- /**
- *
This symbol is the offset where the {@link android.R.attr#drawableStart}
- * attribute's value can be found in the {@link #AppCompatTextHelper} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name android:drawableStart
- */
- public static final int AppCompatTextHelper_android_drawableStart=5;
- /**
- *
This symbol is the offset where the {@link android.R.attr#drawableEnd}
- * attribute's value can be found in the {@link #AppCompatTextHelper} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name android:drawableEnd
- */
- public static final int AppCompatTextHelper_android_drawableEnd=6;
- /**
- * Attributes that can be used with a AppCompatTextView.
- *
Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #AppCompatTextView_android_textAppearance android:textAppearance} | |
- * {@link #AppCompatTextView_autoSizeMaxTextSize com.example.capstone:autoSizeMaxTextSize} | The maximum text size constraint to be used when auto-sizing text. |
- * {@link #AppCompatTextView_autoSizeMinTextSize com.example.capstone:autoSizeMinTextSize} | The minimum text size constraint to be used when auto-sizing text. |
- * {@link #AppCompatTextView_autoSizePresetSizes com.example.capstone:autoSizePresetSizes} | Resource array of dimensions to be used in conjunction with
- * autoSizeTextType set to uniform . |
- * {@link #AppCompatTextView_autoSizeStepGranularity com.example.capstone:autoSizeStepGranularity} | Specify the auto-size step size if autoSizeTextType is set to
- * uniform . |
- * {@link #AppCompatTextView_autoSizeTextType com.example.capstone:autoSizeTextType} | Specify the type of auto-size. |
- * {@link #AppCompatTextView_firstBaselineToTopHeight com.example.capstone:firstBaselineToTopHeight} | Distance from the top of the TextView to the first text baseline. |
- * {@link #AppCompatTextView_fontFamily com.example.capstone:fontFamily} | The attribute for the font family. |
- * {@link #AppCompatTextView_lastBaselineToBottomHeight com.example.capstone:lastBaselineToBottomHeight} | Distance from the bottom of the TextView to the last text baseline. |
- * {@link #AppCompatTextView_lineHeight com.example.capstone:lineHeight} | Explicit height between lines of text. |
- * {@link #AppCompatTextView_textAllCaps com.example.capstone:textAllCaps} | Present the text in ALL CAPS. |
- *
- * @see #AppCompatTextView_android_textAppearance
- * @see #AppCompatTextView_autoSizeMaxTextSize
- * @see #AppCompatTextView_autoSizeMinTextSize
- * @see #AppCompatTextView_autoSizePresetSizes
- * @see #AppCompatTextView_autoSizeStepGranularity
- * @see #AppCompatTextView_autoSizeTextType
- * @see #AppCompatTextView_firstBaselineToTopHeight
- * @see #AppCompatTextView_fontFamily
- * @see #AppCompatTextView_lastBaselineToBottomHeight
- * @see #AppCompatTextView_lineHeight
- * @see #AppCompatTextView_textAllCaps
- */
- public static final int[] AppCompatTextView={
- 0x01010034, 0x7f02002c, 0x7f02002d, 0x7f02002e,
- 0x7f02002f, 0x7f020030, 0x7f020079, 0x7f02007b,
- 0x7f020095, 0x7f0200cf, 0x7f020115
- };
- /**
- * This symbol is the offset where the {@link android.R.attr#textAppearance}
- * attribute's value can be found in the {@link #AppCompatTextView} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name android:textAppearance
- */
- public static final int AppCompatTextView_android_textAppearance=0;
- /**
- *
- * @attr description
- * The maximum text size constraint to be used when auto-sizing text.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:autoSizeMaxTextSize
- */
- public static final int AppCompatTextView_autoSizeMaxTextSize=1;
- /**
- *
- * @attr description
- * The minimum text size constraint to be used when auto-sizing text.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:autoSizeMinTextSize
- */
- public static final int AppCompatTextView_autoSizeMinTextSize=2;
- /**
- *
- * @attr description
- * Resource array of dimensions to be used in conjunction with
- * autoSizeTextType
set to uniform
. Overrides
- * autoSizeStepGranularity
if set.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:autoSizePresetSizes
- */
- public static final int AppCompatTextView_autoSizePresetSizes=3;
- /**
- *
- * @attr description
- * Specify the auto-size step size if autoSizeTextType
is set to
- * uniform
. The default is 1px. Overwrites
- * autoSizePresetSizes
if set.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:autoSizeStepGranularity
- */
- public static final int AppCompatTextView_autoSizeStepGranularity=4;
- /**
- *
- * @attr description
- * Specify the type of auto-size. Note that this feature is not supported by EditText,
- * works only for TextView.
- *
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * none | 0 | No auto-sizing (default). |
- * uniform | 1 | Uniform horizontal and vertical text size scaling to fit within the
- * container. |
- *
- *
- * @attr name com.example.capstone:autoSizeTextType
- */
- public static final int AppCompatTextView_autoSizeTextType=5;
- /**
- *
- * @attr description
- * Distance from the top of the TextView to the first text baseline. If set, this
- * overrides the value set for paddingTop.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:firstBaselineToTopHeight
- */
- public static final int AppCompatTextView_firstBaselineToTopHeight=6;
- /**
- *
- * @attr description
- * The attribute for the font family.
- *
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- *
- * @attr name com.example.capstone:fontFamily
- */
- public static final int AppCompatTextView_fontFamily=7;
- /**
- *
- * @attr description
- * Distance from the bottom of the TextView to the last text baseline. If set, this
- * overrides the value set for paddingBottom.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:lastBaselineToBottomHeight
- */
- public static final int AppCompatTextView_lastBaselineToBottomHeight=8;
- /**
- *
- * @attr description
- * Explicit height between lines of text. If set, this will override the values set
- * for lineSpacingExtra and lineSpacingMultiplier.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:lineHeight
- */
- public static final int AppCompatTextView_lineHeight=9;
- /**
- *
- * @attr description
- * Present the text in ALL CAPS. This may use a small-caps form when available.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name com.example.capstone:textAllCaps
- */
- public static final int AppCompatTextView_textAllCaps=10;
- /**
- * Attributes that can be used with a AppCompatTheme.
- *
Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #AppCompatTheme_android_windowIsFloating android:windowIsFloating} | |
- * {@link #AppCompatTheme_android_windowAnimationStyle android:windowAnimationStyle} | |
- * {@link #AppCompatTheme_actionBarDivider com.example.capstone:actionBarDivider} | Custom divider drawable to use for elements in the action bar. |
- * {@link #AppCompatTheme_actionBarItemBackground com.example.capstone:actionBarItemBackground} | Custom item state list drawable background for action bar items. |
- * {@link #AppCompatTheme_actionBarPopupTheme com.example.capstone:actionBarPopupTheme} | Reference to a theme that should be used to inflate popups
- * shown by widgets in the action bar. |
- * {@link #AppCompatTheme_actionBarSize com.example.capstone:actionBarSize} | Size of the Action Bar, including the contextual
- * bar used to present Action Modes. |
- * {@link #AppCompatTheme_actionBarSplitStyle com.example.capstone:actionBarSplitStyle} | Reference to a style for the split Action Bar. |
- * {@link #AppCompatTheme_actionBarStyle com.example.capstone:actionBarStyle} | Reference to a style for the Action Bar |
- * {@link #AppCompatTheme_actionBarTabBarStyle com.example.capstone:actionBarTabBarStyle} | |
- * {@link #AppCompatTheme_actionBarTabStyle com.example.capstone:actionBarTabStyle} | Default style for tabs within an action bar |
- * {@link #AppCompatTheme_actionBarTabTextStyle com.example.capstone:actionBarTabTextStyle} | |
- * {@link #AppCompatTheme_actionBarTheme com.example.capstone:actionBarTheme} | Reference to a theme that should be used to inflate the
- * action bar. |
- * {@link #AppCompatTheme_actionBarWidgetTheme com.example.capstone:actionBarWidgetTheme} | Reference to a theme that should be used to inflate widgets
- * and layouts destined for the action bar. |
- * {@link #AppCompatTheme_actionButtonStyle com.example.capstone:actionButtonStyle} | Default action button style. |
- * {@link #AppCompatTheme_actionDropDownStyle com.example.capstone:actionDropDownStyle} | Default ActionBar dropdown style. |
- * {@link #AppCompatTheme_actionMenuTextAppearance com.example.capstone:actionMenuTextAppearance} | TextAppearance style that will be applied to text that
- * appears within action menu items. |
- * {@link #AppCompatTheme_actionMenuTextColor com.example.capstone:actionMenuTextColor} | Color for text that appears within action menu items. |
- * {@link #AppCompatTheme_actionModeBackground com.example.capstone:actionModeBackground} | Background drawable to use for action mode UI |
- * {@link #AppCompatTheme_actionModeCloseButtonStyle com.example.capstone:actionModeCloseButtonStyle} | |
- * {@link #AppCompatTheme_actionModeCloseDrawable com.example.capstone:actionModeCloseDrawable} | Drawable to use for the close action mode button |
- * {@link #AppCompatTheme_actionModeCopyDrawable com.example.capstone:actionModeCopyDrawable} | Drawable to use for the Copy action button in Contextual Action Bar |
- * {@link #AppCompatTheme_actionModeCutDrawable com.example.capstone:actionModeCutDrawable} | Drawable to use for the Cut action button in Contextual Action Bar |
- * {@link #AppCompatTheme_actionModeFindDrawable com.example.capstone:actionModeFindDrawable} | Drawable to use for the Find action button in WebView selection action modes |
- * {@link #AppCompatTheme_actionModePasteDrawable com.example.capstone:actionModePasteDrawable} | Drawable to use for the Paste action button in Contextual Action Bar |
- * {@link #AppCompatTheme_actionModePopupWindowStyle com.example.capstone:actionModePopupWindowStyle} | PopupWindow style to use for action modes when showing as a window overlay. |
- * {@link #AppCompatTheme_actionModeSelectAllDrawable com.example.capstone:actionModeSelectAllDrawable} | Drawable to use for the Select all action button in Contextual Action Bar |
- * {@link #AppCompatTheme_actionModeShareDrawable com.example.capstone:actionModeShareDrawable} | Drawable to use for the Share action button in WebView selection action modes |
- * {@link #AppCompatTheme_actionModeSplitBackground com.example.capstone:actionModeSplitBackground} | Background drawable to use for action mode UI in the lower split bar |
- * {@link #AppCompatTheme_actionModeStyle com.example.capstone:actionModeStyle} | |
- * {@link #AppCompatTheme_actionModeWebSearchDrawable com.example.capstone:actionModeWebSearchDrawable} | Drawable to use for the Web Search action button in WebView selection action modes |
- * {@link #AppCompatTheme_actionOverflowButtonStyle com.example.capstone:actionOverflowButtonStyle} | |
- * {@link #AppCompatTheme_actionOverflowMenuStyle com.example.capstone:actionOverflowMenuStyle} | |
- * {@link #AppCompatTheme_activityChooserViewStyle com.example.capstone:activityChooserViewStyle} | Default ActivityChooserView style. |
- * {@link #AppCompatTheme_alertDialogButtonGroupStyle com.example.capstone:alertDialogButtonGroupStyle} | |
- * {@link #AppCompatTheme_alertDialogCenterButtons com.example.capstone:alertDialogCenterButtons} | |
- * {@link #AppCompatTheme_alertDialogStyle com.example.capstone:alertDialogStyle} | |
- * {@link #AppCompatTheme_alertDialogTheme com.example.capstone:alertDialogTheme} | Theme to use for alert dialogs spawned from this theme. |
- * {@link #AppCompatTheme_autoCompleteTextViewStyle com.example.capstone:autoCompleteTextViewStyle} | Default AutoCompleteTextView style. |
- * {@link #AppCompatTheme_borderlessButtonStyle com.example.capstone:borderlessButtonStyle} | Style for buttons without an explicit border, often used in groups. |
- * {@link #AppCompatTheme_buttonBarButtonStyle com.example.capstone:buttonBarButtonStyle} | Style for buttons within button bars |
- * {@link #AppCompatTheme_buttonBarNegativeButtonStyle com.example.capstone:buttonBarNegativeButtonStyle} | Style for the "negative" buttons within button bars |
- * {@link #AppCompatTheme_buttonBarNeutralButtonStyle com.example.capstone:buttonBarNeutralButtonStyle} | Style for the "neutral" buttons within button bars |
- * {@link #AppCompatTheme_buttonBarPositiveButtonStyle com.example.capstone:buttonBarPositiveButtonStyle} | Style for the "positive" buttons within button bars |
- * {@link #AppCompatTheme_buttonBarStyle com.example.capstone:buttonBarStyle} | Style for button bars |
- * {@link #AppCompatTheme_buttonStyle com.example.capstone:buttonStyle} | Normal Button style. |
- * {@link #AppCompatTheme_buttonStyleSmall com.example.capstone:buttonStyleSmall} | Small Button style. |
- * {@link #AppCompatTheme_checkboxStyle com.example.capstone:checkboxStyle} | Default Checkbox style. |
- * {@link #AppCompatTheme_checkedTextViewStyle com.example.capstone:checkedTextViewStyle} | Default CheckedTextView style. |
- * {@link #AppCompatTheme_colorAccent com.example.capstone:colorAccent} | Bright complement to the primary branding color. |
- * {@link #AppCompatTheme_colorBackgroundFloating com.example.capstone:colorBackgroundFloating} | Default color of background imagery for floating components, ex. |
- * {@link #AppCompatTheme_colorButtonNormal com.example.capstone:colorButtonNormal} | The color applied to framework buttons in their normal state. |
- * {@link #AppCompatTheme_colorControlActivated com.example.capstone:colorControlActivated} | The color applied to framework controls in their activated (ex. |
- * {@link #AppCompatTheme_colorControlHighlight com.example.capstone:colorControlHighlight} | The color applied to framework control highlights (ex. |
- * {@link #AppCompatTheme_colorControlNormal com.example.capstone:colorControlNormal} | The color applied to framework controls in their normal state. |
- * {@link #AppCompatTheme_colorError com.example.capstone:colorError} | Color used for error states and things that need to be drawn to
- * the user's attention. |
- * {@link #AppCompatTheme_colorPrimary com.example.capstone:colorPrimary} | The primary branding color for the app. |
- * {@link #AppCompatTheme_colorPrimaryDark com.example.capstone:colorPrimaryDark} | Dark variant of the primary branding color. |
- * {@link #AppCompatTheme_colorSwitchThumbNormal com.example.capstone:colorSwitchThumbNormal} | The color applied to framework switch thumbs in their normal state. |
- * {@link #AppCompatTheme_controlBackground com.example.capstone:controlBackground} | The background used by framework controls. |
- * {@link #AppCompatTheme_dialogCornerRadius com.example.capstone:dialogCornerRadius} | Preferred corner radius of dialogs. |
- * {@link #AppCompatTheme_dialogPreferredPadding com.example.capstone:dialogPreferredPadding} | Preferred padding for dialog content. |
- * {@link #AppCompatTheme_dialogTheme com.example.capstone:dialogTheme} | Theme to use for dialogs spawned from this theme. |
- * {@link #AppCompatTheme_dividerHorizontal com.example.capstone:dividerHorizontal} | A drawable that may be used as a horizontal divider between visual elements. |
- * {@link #AppCompatTheme_dividerVertical com.example.capstone:dividerVertical} | A drawable that may be used as a vertical divider between visual elements. |
- * {@link #AppCompatTheme_dropDownListViewStyle com.example.capstone:dropDownListViewStyle} | ListPopupWindow compatibility |
- * {@link #AppCompatTheme_dropdownListPreferredItemHeight com.example.capstone:dropdownListPreferredItemHeight} | The preferred item height for dropdown lists. |
- * {@link #AppCompatTheme_editTextBackground com.example.capstone:editTextBackground} | EditText background drawable. |
- * {@link #AppCompatTheme_editTextColor com.example.capstone:editTextColor} | EditText text foreground color. |
- * {@link #AppCompatTheme_editTextStyle com.example.capstone:editTextStyle} | Default EditText style. |
- * {@link #AppCompatTheme_homeAsUpIndicator com.example.capstone:homeAsUpIndicator} | Specifies a drawable to use for the 'home as up' indicator. |
- * {@link #AppCompatTheme_imageButtonStyle com.example.capstone:imageButtonStyle} | ImageButton background drawable. |
- * {@link #AppCompatTheme_listChoiceBackgroundIndicator com.example.capstone:listChoiceBackgroundIndicator} | Drawable used as a background for selected list items. |
- * {@link #AppCompatTheme_listDividerAlertDialog com.example.capstone:listDividerAlertDialog} | The list divider used in alert dialogs. |
- * {@link #AppCompatTheme_listMenuViewStyle com.example.capstone:listMenuViewStyle} | Default menu-style ListView style. |
- * {@link #AppCompatTheme_listPopupWindowStyle com.example.capstone:listPopupWindowStyle} | |
- * {@link #AppCompatTheme_listPreferredItemHeight com.example.capstone:listPreferredItemHeight} | The preferred list item height. |
- * {@link #AppCompatTheme_listPreferredItemHeightLarge com.example.capstone:listPreferredItemHeightLarge} | A larger, more robust list item height. |
- * {@link #AppCompatTheme_listPreferredItemHeightSmall com.example.capstone:listPreferredItemHeightSmall} | A smaller, sleeker list item height. |
- * {@link #AppCompatTheme_listPreferredItemPaddingLeft com.example.capstone:listPreferredItemPaddingLeft} | The preferred padding along the left edge of list items. |
- * {@link #AppCompatTheme_listPreferredItemPaddingRight com.example.capstone:listPreferredItemPaddingRight} | The preferred padding along the right edge of list items. |
- * {@link #AppCompatTheme_panelBackground com.example.capstone:panelBackground} | The background of a panel when it is inset from the left and right edges of the screen. |
- * {@link #AppCompatTheme_panelMenuListTheme com.example.capstone:panelMenuListTheme} | Default Panel Menu style. |
- * {@link #AppCompatTheme_panelMenuListWidth com.example.capstone:panelMenuListWidth} | Default Panel Menu width. |
- * {@link #AppCompatTheme_popupMenuStyle com.example.capstone:popupMenuStyle} | Default PopupMenu style. |
- * {@link #AppCompatTheme_popupWindowStyle com.example.capstone:popupWindowStyle} | Default PopupWindow style. |
- * {@link #AppCompatTheme_radioButtonStyle com.example.capstone:radioButtonStyle} | Default RadioButton style. |
- * {@link #AppCompatTheme_ratingBarStyle com.example.capstone:ratingBarStyle} | Default RatingBar style. |
- * {@link #AppCompatTheme_ratingBarStyleIndicator com.example.capstone:ratingBarStyleIndicator} | Indicator RatingBar style. |
- * {@link #AppCompatTheme_ratingBarStyleSmall com.example.capstone:ratingBarStyleSmall} | Small indicator RatingBar style. |
- * {@link #AppCompatTheme_searchViewStyle com.example.capstone:searchViewStyle} | Style for the search query widget. |
- * {@link #AppCompatTheme_seekBarStyle com.example.capstone:seekBarStyle} | Default SeekBar style. |
- * {@link #AppCompatTheme_selectableItemBackground com.example.capstone:selectableItemBackground} | A style that may be applied to buttons or other selectable items
- * that should react to pressed and focus states, but that do not
- * have a clear visual border along the edges. |
- * {@link #AppCompatTheme_selectableItemBackgroundBorderless com.example.capstone:selectableItemBackgroundBorderless} | Background drawable for borderless standalone items that need focus/pressed states. |
- * {@link #AppCompatTheme_spinnerDropDownItemStyle com.example.capstone:spinnerDropDownItemStyle} | Default Spinner style. |
- * {@link #AppCompatTheme_spinnerStyle com.example.capstone:spinnerStyle} | Default Spinner style. |
- * {@link #AppCompatTheme_switchStyle com.example.capstone:switchStyle} | Default style for the Switch widget. |
- * {@link #AppCompatTheme_textAppearanceLargePopupMenu com.example.capstone:textAppearanceLargePopupMenu} | Text color, typeface, size, and style for the text inside of a popup menu. |
- * {@link #AppCompatTheme_textAppearanceListItem com.example.capstone:textAppearanceListItem} | The preferred TextAppearance for the primary text of list items. |
- * {@link #AppCompatTheme_textAppearanceListItemSecondary com.example.capstone:textAppearanceListItemSecondary} | The preferred TextAppearance for the secondary text of list items. |
- * {@link #AppCompatTheme_textAppearanceListItemSmall com.example.capstone:textAppearanceListItemSmall} | The preferred TextAppearance for the primary text of small list items. |
- * {@link #AppCompatTheme_textAppearancePopupMenuHeader com.example.capstone:textAppearancePopupMenuHeader} | Text color, typeface, size, and style for header text inside of a popup menu. |
- * {@link #AppCompatTheme_textAppearanceSearchResultSubtitle com.example.capstone:textAppearanceSearchResultSubtitle} | Text color, typeface, size, and style for system search result subtitle. |
- * {@link #AppCompatTheme_textAppearanceSearchResultTitle com.example.capstone:textAppearanceSearchResultTitle} | Text color, typeface, size, and style for system search result title. |
- * {@link #AppCompatTheme_textAppearanceSmallPopupMenu com.example.capstone:textAppearanceSmallPopupMenu} | Text color, typeface, size, and style for small text inside of a popup menu. |
- * {@link #AppCompatTheme_textColorAlertDialogListItem com.example.capstone:textColorAlertDialogListItem} | Color of list item text in alert dialogs. |
- * {@link #AppCompatTheme_textColorSearchUrl com.example.capstone:textColorSearchUrl} | Text color for urls in search suggestions, used by things like global search |
- * {@link #AppCompatTheme_toolbarNavigationButtonStyle com.example.capstone:toolbarNavigationButtonStyle} | Default Toolar NavigationButtonStyle |
- * {@link #AppCompatTheme_toolbarStyle com.example.capstone:toolbarStyle} | Default Toolbar style. |
- * {@link #AppCompatTheme_tooltipForegroundColor com.example.capstone:tooltipForegroundColor} | Foreground color to use for tooltips |
- * {@link #AppCompatTheme_tooltipFrameBackground com.example.capstone:tooltipFrameBackground} | Background to use for tooltips |
- * {@link #AppCompatTheme_viewInflaterClass com.example.capstone:viewInflaterClass} | |
- * {@link #AppCompatTheme_windowActionBar com.example.capstone:windowActionBar} | Flag indicating whether this window should have an Action Bar
- * in place of the usual title bar. |
- * {@link #AppCompatTheme_windowActionBarOverlay com.example.capstone:windowActionBarOverlay} | Flag indicating whether this window's Action Bar should overlay
- * application content. |
- * {@link #AppCompatTheme_windowActionModeOverlay com.example.capstone:windowActionModeOverlay} | Flag indicating whether action modes should overlay window content
- * when there is not reserved space for their UI (such as an Action Bar). |
- * {@link #AppCompatTheme_windowFixedHeightMajor com.example.capstone:windowFixedHeightMajor} | A fixed height for the window along the major axis of the screen,
- * that is, when in portrait. |
- * {@link #AppCompatTheme_windowFixedHeightMinor com.example.capstone:windowFixedHeightMinor} | A fixed height for the window along the minor axis of the screen,
- * that is, when in landscape. |
- * {@link #AppCompatTheme_windowFixedWidthMajor com.example.capstone:windowFixedWidthMajor} | A fixed width for the window along the major axis of the screen,
- * that is, when in landscape. |
- * {@link #AppCompatTheme_windowFixedWidthMinor com.example.capstone:windowFixedWidthMinor} | A fixed width for the window along the minor axis of the screen,
- * that is, when in portrait. |
- * {@link #AppCompatTheme_windowMinWidthMajor com.example.capstone:windowMinWidthMajor} | The minimum width the window is allowed to be, along the major
- * axis of the screen. |
- * {@link #AppCompatTheme_windowMinWidthMinor com.example.capstone:windowMinWidthMinor} | The minimum width the window is allowed to be, along the minor
- * axis of the screen. |
- * {@link #AppCompatTheme_windowNoTitle com.example.capstone:windowNoTitle} | Flag indicating whether there should be no title on this window. |
- *
- * @see #AppCompatTheme_android_windowIsFloating
- * @see #AppCompatTheme_android_windowAnimationStyle
- * @see #AppCompatTheme_actionBarDivider
- * @see #AppCompatTheme_actionBarItemBackground
- * @see #AppCompatTheme_actionBarPopupTheme
- * @see #AppCompatTheme_actionBarSize
- * @see #AppCompatTheme_actionBarSplitStyle
- * @see #AppCompatTheme_actionBarStyle
- * @see #AppCompatTheme_actionBarTabBarStyle
- * @see #AppCompatTheme_actionBarTabStyle
- * @see #AppCompatTheme_actionBarTabTextStyle
- * @see #AppCompatTheme_actionBarTheme
- * @see #AppCompatTheme_actionBarWidgetTheme
- * @see #AppCompatTheme_actionButtonStyle
- * @see #AppCompatTheme_actionDropDownStyle
- * @see #AppCompatTheme_actionMenuTextAppearance
- * @see #AppCompatTheme_actionMenuTextColor
- * @see #AppCompatTheme_actionModeBackground
- * @see #AppCompatTheme_actionModeCloseButtonStyle
- * @see #AppCompatTheme_actionModeCloseDrawable
- * @see #AppCompatTheme_actionModeCopyDrawable
- * @see #AppCompatTheme_actionModeCutDrawable
- * @see #AppCompatTheme_actionModeFindDrawable
- * @see #AppCompatTheme_actionModePasteDrawable
- * @see #AppCompatTheme_actionModePopupWindowStyle
- * @see #AppCompatTheme_actionModeSelectAllDrawable
- * @see #AppCompatTheme_actionModeShareDrawable
- * @see #AppCompatTheme_actionModeSplitBackground
- * @see #AppCompatTheme_actionModeStyle
- * @see #AppCompatTheme_actionModeWebSearchDrawable
- * @see #AppCompatTheme_actionOverflowButtonStyle
- * @see #AppCompatTheme_actionOverflowMenuStyle
- * @see #AppCompatTheme_activityChooserViewStyle
- * @see #AppCompatTheme_alertDialogButtonGroupStyle
- * @see #AppCompatTheme_alertDialogCenterButtons
- * @see #AppCompatTheme_alertDialogStyle
- * @see #AppCompatTheme_alertDialogTheme
- * @see #AppCompatTheme_autoCompleteTextViewStyle
- * @see #AppCompatTheme_borderlessButtonStyle
- * @see #AppCompatTheme_buttonBarButtonStyle
- * @see #AppCompatTheme_buttonBarNegativeButtonStyle
- * @see #AppCompatTheme_buttonBarNeutralButtonStyle
- * @see #AppCompatTheme_buttonBarPositiveButtonStyle
- * @see #AppCompatTheme_buttonBarStyle
- * @see #AppCompatTheme_buttonStyle
- * @see #AppCompatTheme_buttonStyleSmall
- * @see #AppCompatTheme_checkboxStyle
- * @see #AppCompatTheme_checkedTextViewStyle
- * @see #AppCompatTheme_colorAccent
- * @see #AppCompatTheme_colorBackgroundFloating
- * @see #AppCompatTheme_colorButtonNormal
- * @see #AppCompatTheme_colorControlActivated
- * @see #AppCompatTheme_colorControlHighlight
- * @see #AppCompatTheme_colorControlNormal
- * @see #AppCompatTheme_colorError
- * @see #AppCompatTheme_colorPrimary
- * @see #AppCompatTheme_colorPrimaryDark
- * @see #AppCompatTheme_colorSwitchThumbNormal
- * @see #AppCompatTheme_controlBackground
- * @see #AppCompatTheme_dialogCornerRadius
- * @see #AppCompatTheme_dialogPreferredPadding
- * @see #AppCompatTheme_dialogTheme
- * @see #AppCompatTheme_dividerHorizontal
- * @see #AppCompatTheme_dividerVertical
- * @see #AppCompatTheme_dropDownListViewStyle
- * @see #AppCompatTheme_dropdownListPreferredItemHeight
- * @see #AppCompatTheme_editTextBackground
- * @see #AppCompatTheme_editTextColor
- * @see #AppCompatTheme_editTextStyle
- * @see #AppCompatTheme_homeAsUpIndicator
- * @see #AppCompatTheme_imageButtonStyle
- * @see #AppCompatTheme_listChoiceBackgroundIndicator
- * @see #AppCompatTheme_listDividerAlertDialog
- * @see #AppCompatTheme_listMenuViewStyle
- * @see #AppCompatTheme_listPopupWindowStyle
- * @see #AppCompatTheme_listPreferredItemHeight
- * @see #AppCompatTheme_listPreferredItemHeightLarge
- * @see #AppCompatTheme_listPreferredItemHeightSmall
- * @see #AppCompatTheme_listPreferredItemPaddingLeft
- * @see #AppCompatTheme_listPreferredItemPaddingRight
- * @see #AppCompatTheme_panelBackground
- * @see #AppCompatTheme_panelMenuListTheme
- * @see #AppCompatTheme_panelMenuListWidth
- * @see #AppCompatTheme_popupMenuStyle
- * @see #AppCompatTheme_popupWindowStyle
- * @see #AppCompatTheme_radioButtonStyle
- * @see #AppCompatTheme_ratingBarStyle
- * @see #AppCompatTheme_ratingBarStyleIndicator
- * @see #AppCompatTheme_ratingBarStyleSmall
- * @see #AppCompatTheme_searchViewStyle
- * @see #AppCompatTheme_seekBarStyle
- * @see #AppCompatTheme_selectableItemBackground
- * @see #AppCompatTheme_selectableItemBackgroundBorderless
- * @see #AppCompatTheme_spinnerDropDownItemStyle
- * @see #AppCompatTheme_spinnerStyle
- * @see #AppCompatTheme_switchStyle
- * @see #AppCompatTheme_textAppearanceLargePopupMenu
- * @see #AppCompatTheme_textAppearanceListItem
- * @see #AppCompatTheme_textAppearanceListItemSecondary
- * @see #AppCompatTheme_textAppearanceListItemSmall
- * @see #AppCompatTheme_textAppearancePopupMenuHeader
- * @see #AppCompatTheme_textAppearanceSearchResultSubtitle
- * @see #AppCompatTheme_textAppearanceSearchResultTitle
- * @see #AppCompatTheme_textAppearanceSmallPopupMenu
- * @see #AppCompatTheme_textColorAlertDialogListItem
- * @see #AppCompatTheme_textColorSearchUrl
- * @see #AppCompatTheme_toolbarNavigationButtonStyle
- * @see #AppCompatTheme_toolbarStyle
- * @see #AppCompatTheme_tooltipForegroundColor
- * @see #AppCompatTheme_tooltipFrameBackground
- * @see #AppCompatTheme_viewInflaterClass
- * @see #AppCompatTheme_windowActionBar
- * @see #AppCompatTheme_windowActionBarOverlay
- * @see #AppCompatTheme_windowActionModeOverlay
- * @see #AppCompatTheme_windowFixedHeightMajor
- * @see #AppCompatTheme_windowFixedHeightMinor
- * @see #AppCompatTheme_windowFixedWidthMajor
- * @see #AppCompatTheme_windowFixedWidthMinor
- * @see #AppCompatTheme_windowMinWidthMajor
- * @see #AppCompatTheme_windowMinWidthMinor
- * @see #AppCompatTheme_windowNoTitle
- */
- public static final int[] AppCompatTheme={
- 0x01010057, 0x010100ae, 0x7f020000, 0x7f020001,
- 0x7f020002, 0x7f020003, 0x7f020004, 0x7f020005,
- 0x7f020006, 0x7f020007, 0x7f020008, 0x7f020009,
- 0x7f02000a, 0x7f02000b, 0x7f02000c, 0x7f02000e,
- 0x7f02000f, 0x7f020010, 0x7f020011, 0x7f020012,
- 0x7f020013, 0x7f020014, 0x7f020015, 0x7f020016,
- 0x7f020017, 0x7f020018, 0x7f020019, 0x7f02001a,
- 0x7f02001b, 0x7f02001c, 0x7f02001d, 0x7f02001e,
- 0x7f020021, 0x7f020022, 0x7f020023, 0x7f020024,
- 0x7f020025, 0x7f02002b, 0x7f020039, 0x7f02003a,
- 0x7f02003b, 0x7f02003c, 0x7f02003d, 0x7f02003e,
- 0x7f020042, 0x7f020043, 0x7f020047, 0x7f020048,
- 0x7f02004e, 0x7f02004f, 0x7f020050, 0x7f020051,
- 0x7f020052, 0x7f020053, 0x7f020054, 0x7f020055,
- 0x7f020056, 0x7f020057, 0x7f020063, 0x7f020067,
- 0x7f020068, 0x7f020069, 0x7f02006c, 0x7f02006e,
- 0x7f020071, 0x7f020072, 0x7f020073, 0x7f020074,
- 0x7f020075, 0x7f020089, 0x7f02008f, 0x7f0200d0,
- 0x7f0200d1, 0x7f0200d4, 0x7f0200d5, 0x7f0200d6,
- 0x7f0200d7, 0x7f0200d8, 0x7f0200d9, 0x7f0200da,
- 0x7f0200e9, 0x7f0200ea, 0x7f0200eb, 0x7f0200ec,
- 0x7f0200ee, 0x7f0200f4, 0x7f0200f5, 0x7f0200f6,
- 0x7f0200f7, 0x7f0200fa, 0x7f0200fb, 0x7f0200fc,
- 0x7f0200fd, 0x7f020104, 0x7f020105, 0x7f020113,
- 0x7f020116, 0x7f020117, 0x7f020118, 0x7f020119,
- 0x7f02011a, 0x7f02011b, 0x7f02011c, 0x7f02011d,
- 0x7f02011e, 0x7f02011f, 0x7f020134, 0x7f020135,
- 0x7f020136, 0x7f020137, 0x7f02013d, 0x7f02013f,
- 0x7f020140, 0x7f020141, 0x7f020142, 0x7f020143,
- 0x7f020144, 0x7f020145, 0x7f020146, 0x7f020147,
- 0x7f020148
- };
- /**
- * This symbol is the offset where the {@link android.R.attr#windowIsFloating}
- * attribute's value can be found in the {@link #AppCompatTheme} array.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name android:windowIsFloating
- */
- public static final int AppCompatTheme_android_windowIsFloating=0;
- /**
- *
This symbol is the offset where the {@link android.R.attr#windowAnimationStyle}
- * attribute's value can be found in the {@link #AppCompatTheme} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name android:windowAnimationStyle
- */
- public static final int AppCompatTheme_android_windowAnimationStyle=1;
- /**
- *
- * @attr description
- * Custom divider drawable to use for elements in the action bar.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:actionBarDivider
- */
- public static final int AppCompatTheme_actionBarDivider=2;
- /**
- *
- * @attr description
- * Custom item state list drawable background for action bar items.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:actionBarItemBackground
- */
- public static final int AppCompatTheme_actionBarItemBackground=3;
- /**
- *
- * @attr description
- * Reference to a theme that should be used to inflate popups
- * shown by widgets in the action bar.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:actionBarPopupTheme
- */
- public static final int AppCompatTheme_actionBarPopupTheme=4;
- /**
- *
- * @attr description
- * Size of the Action Bar, including the contextual
- * bar used to present Action Modes.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * wrap_content | 0 | |
- *
- *
- * @attr name com.example.capstone:actionBarSize
- */
- public static final int AppCompatTheme_actionBarSize=5;
- /**
- *
- * @attr description
- * Reference to a style for the split Action Bar. This style
- * controls the split component that holds the menu/action
- * buttons. actionBarStyle is still used for the primary
- * bar.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:actionBarSplitStyle
- */
- public static final int AppCompatTheme_actionBarSplitStyle=6;
- /**
- *
- * @attr description
- * Reference to a style for the Action Bar
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:actionBarStyle
- */
- public static final int AppCompatTheme_actionBarStyle=7;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#actionBarTabBarStyle}
- * attribute's value can be found in the {@link #AppCompatTheme} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:actionBarTabBarStyle
- */
- public static final int AppCompatTheme_actionBarTabBarStyle=8;
- /**
- *
- * @attr description
- * Default style for tabs within an action bar
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:actionBarTabStyle
- */
- public static final int AppCompatTheme_actionBarTabStyle=9;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#actionBarTabTextStyle}
- * attribute's value can be found in the {@link #AppCompatTheme} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:actionBarTabTextStyle
- */
- public static final int AppCompatTheme_actionBarTabTextStyle=10;
- /**
- *
- * @attr description
- * Reference to a theme that should be used to inflate the
- * action bar. This will be inherited by any widget inflated
- * into the action bar.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:actionBarTheme
- */
- public static final int AppCompatTheme_actionBarTheme=11;
- /**
- *
- * @attr description
- * Reference to a theme that should be used to inflate widgets
- * and layouts destined for the action bar. Most of the time
- * this will be a reference to the current theme, but when
- * the action bar has a significantly different contrast
- * profile than the rest of the activity the difference
- * can become important. If this is set to @null the current
- * theme will be used.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:actionBarWidgetTheme
- */
- public static final int AppCompatTheme_actionBarWidgetTheme=12;
- /**
- *
- * @attr description
- * Default action button style.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:actionButtonStyle
- */
- public static final int AppCompatTheme_actionButtonStyle=13;
- /**
- *
- * @attr description
- * Default ActionBar dropdown style.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:actionDropDownStyle
- */
- public static final int AppCompatTheme_actionDropDownStyle=14;
- /**
- *
- * @attr description
- * TextAppearance style that will be applied to text that
- * appears within action menu items.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:actionMenuTextAppearance
- */
- public static final int AppCompatTheme_actionMenuTextAppearance=15;
- /**
- *
- * @attr description
- * Color for text that appears within action menu items.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name com.example.capstone:actionMenuTextColor
- */
- public static final int AppCompatTheme_actionMenuTextColor=16;
- /**
- *
- * @attr description
- * Background drawable to use for action mode UI
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:actionModeBackground
- */
- public static final int AppCompatTheme_actionModeBackground=17;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#actionModeCloseButtonStyle}
- * attribute's value can be found in the {@link #AppCompatTheme} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:actionModeCloseButtonStyle
- */
- public static final int AppCompatTheme_actionModeCloseButtonStyle=18;
- /**
- *
- * @attr description
- * Drawable to use for the close action mode button
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:actionModeCloseDrawable
- */
- public static final int AppCompatTheme_actionModeCloseDrawable=19;
- /**
- *
- * @attr description
- * Drawable to use for the Copy action button in Contextual Action Bar
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:actionModeCopyDrawable
- */
- public static final int AppCompatTheme_actionModeCopyDrawable=20;
- /**
- *
- * @attr description
- * Drawable to use for the Cut action button in Contextual Action Bar
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:actionModeCutDrawable
- */
- public static final int AppCompatTheme_actionModeCutDrawable=21;
- /**
- *
- * @attr description
- * Drawable to use for the Find action button in WebView selection action modes
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:actionModeFindDrawable
- */
- public static final int AppCompatTheme_actionModeFindDrawable=22;
- /**
- *
- * @attr description
- * Drawable to use for the Paste action button in Contextual Action Bar
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:actionModePasteDrawable
- */
- public static final int AppCompatTheme_actionModePasteDrawable=23;
- /**
- *
- * @attr description
- * PopupWindow style to use for action modes when showing as a window overlay.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:actionModePopupWindowStyle
- */
- public static final int AppCompatTheme_actionModePopupWindowStyle=24;
- /**
- *
- * @attr description
- * Drawable to use for the Select all action button in Contextual Action Bar
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:actionModeSelectAllDrawable
- */
- public static final int AppCompatTheme_actionModeSelectAllDrawable=25;
- /**
- *
- * @attr description
- * Drawable to use for the Share action button in WebView selection action modes
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:actionModeShareDrawable
- */
- public static final int AppCompatTheme_actionModeShareDrawable=26;
- /**
- *
- * @attr description
- * Background drawable to use for action mode UI in the lower split bar
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:actionModeSplitBackground
- */
- public static final int AppCompatTheme_actionModeSplitBackground=27;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#actionModeStyle}
- * attribute's value can be found in the {@link #AppCompatTheme} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:actionModeStyle
- */
- public static final int AppCompatTheme_actionModeStyle=28;
- /**
- *
- * @attr description
- * Drawable to use for the Web Search action button in WebView selection action modes
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:actionModeWebSearchDrawable
- */
- public static final int AppCompatTheme_actionModeWebSearchDrawable=29;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#actionOverflowButtonStyle}
- * attribute's value can be found in the {@link #AppCompatTheme} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:actionOverflowButtonStyle
- */
- public static final int AppCompatTheme_actionOverflowButtonStyle=30;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#actionOverflowMenuStyle}
- * attribute's value can be found in the {@link #AppCompatTheme} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:actionOverflowMenuStyle
- */
- public static final int AppCompatTheme_actionOverflowMenuStyle=31;
- /**
- *
- * @attr description
- * Default ActivityChooserView style.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:activityChooserViewStyle
- */
- public static final int AppCompatTheme_activityChooserViewStyle=32;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#alertDialogButtonGroupStyle}
- * attribute's value can be found in the {@link #AppCompatTheme} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:alertDialogButtonGroupStyle
- */
- public static final int AppCompatTheme_alertDialogButtonGroupStyle=33;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#alertDialogCenterButtons}
- * attribute's value can be found in the {@link #AppCompatTheme} array.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name com.example.capstone:alertDialogCenterButtons
- */
- public static final int AppCompatTheme_alertDialogCenterButtons=34;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#alertDialogStyle}
- * attribute's value can be found in the {@link #AppCompatTheme} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:alertDialogStyle
- */
- public static final int AppCompatTheme_alertDialogStyle=35;
- /**
- *
- * @attr description
- * Theme to use for alert dialogs spawned from this theme.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:alertDialogTheme
- */
- public static final int AppCompatTheme_alertDialogTheme=36;
- /**
- *
- * @attr description
- * Default AutoCompleteTextView style.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:autoCompleteTextViewStyle
- */
- public static final int AppCompatTheme_autoCompleteTextViewStyle=37;
- /**
- *
- * @attr description
- * Style for buttons without an explicit border, often used in groups.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:borderlessButtonStyle
- */
- public static final int AppCompatTheme_borderlessButtonStyle=38;
- /**
- *
- * @attr description
- * Style for buttons within button bars
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:buttonBarButtonStyle
- */
- public static final int AppCompatTheme_buttonBarButtonStyle=39;
- /**
- *
- * @attr description
- * Style for the "negative" buttons within button bars
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:buttonBarNegativeButtonStyle
- */
- public static final int AppCompatTheme_buttonBarNegativeButtonStyle=40;
- /**
- *
- * @attr description
- * Style for the "neutral" buttons within button bars
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:buttonBarNeutralButtonStyle
- */
- public static final int AppCompatTheme_buttonBarNeutralButtonStyle=41;
- /**
- *
- * @attr description
- * Style for the "positive" buttons within button bars
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:buttonBarPositiveButtonStyle
- */
- public static final int AppCompatTheme_buttonBarPositiveButtonStyle=42;
- /**
- *
- * @attr description
- * Style for button bars
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:buttonBarStyle
- */
- public static final int AppCompatTheme_buttonBarStyle=43;
- /**
- *
- * @attr description
- * Normal Button style.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:buttonStyle
- */
- public static final int AppCompatTheme_buttonStyle=44;
- /**
- *
- * @attr description
- * Small Button style.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:buttonStyleSmall
- */
- public static final int AppCompatTheme_buttonStyleSmall=45;
- /**
- *
- * @attr description
- * Default Checkbox style.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:checkboxStyle
- */
- public static final int AppCompatTheme_checkboxStyle=46;
- /**
- *
- * @attr description
- * Default CheckedTextView style.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:checkedTextViewStyle
- */
- public static final int AppCompatTheme_checkedTextViewStyle=47;
- /**
- *
- * @attr description
- * Bright complement to the primary branding color. By default, this is the color applied
- * to framework controls (via colorControlActivated).
- *
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name com.example.capstone:colorAccent
- */
- public static final int AppCompatTheme_colorAccent=48;
- /**
- *
- * @attr description
- * Default color of background imagery for floating components, ex. dialogs, popups, and cards.
- *
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name com.example.capstone:colorBackgroundFloating
- */
- public static final int AppCompatTheme_colorBackgroundFloating=49;
- /**
- *
- * @attr description
- * The color applied to framework buttons in their normal state.
- *
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name com.example.capstone:colorButtonNormal
- */
- public static final int AppCompatTheme_colorButtonNormal=50;
- /**
- *
- * @attr description
- * The color applied to framework controls in their activated (ex. checked) state.
- *
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name com.example.capstone:colorControlActivated
- */
- public static final int AppCompatTheme_colorControlActivated=51;
- /**
- *
- * @attr description
- * The color applied to framework control highlights (ex. ripples, list selectors).
- *
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name com.example.capstone:colorControlHighlight
- */
- public static final int AppCompatTheme_colorControlHighlight=52;
- /**
- *
- * @attr description
- * The color applied to framework controls in their normal state.
- *
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name com.example.capstone:colorControlNormal
- */
- public static final int AppCompatTheme_colorControlNormal=53;
- /**
- *
- * @attr description
- * Color used for error states and things that need to be drawn to
- * the user's attention.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name com.example.capstone:colorError
- */
- public static final int AppCompatTheme_colorError=54;
- /**
- *
- * @attr description
- * The primary branding color for the app. By default, this is the color applied to the
- * action bar background.
- *
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name com.example.capstone:colorPrimary
- */
- public static final int AppCompatTheme_colorPrimary=55;
- /**
- *
- * @attr description
- * Dark variant of the primary branding color. By default, this is the color applied to
- * the status bar (via statusBarColor) and navigation bar (via navigationBarColor).
- *
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name com.example.capstone:colorPrimaryDark
- */
- public static final int AppCompatTheme_colorPrimaryDark=56;
- /**
- *
- * @attr description
- * The color applied to framework switch thumbs in their normal state.
- *
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name com.example.capstone:colorSwitchThumbNormal
- */
- public static final int AppCompatTheme_colorSwitchThumbNormal=57;
- /**
- *
- * @attr description
- * The background used by framework controls.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:controlBackground
- */
- public static final int AppCompatTheme_controlBackground=58;
- /**
- *
- * @attr description
- * Preferred corner radius of dialogs.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:dialogCornerRadius
- */
- public static final int AppCompatTheme_dialogCornerRadius=59;
- /**
- *
- * @attr description
- * Preferred padding for dialog content.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:dialogPreferredPadding
- */
- public static final int AppCompatTheme_dialogPreferredPadding=60;
- /**
- *
- * @attr description
- * Theme to use for dialogs spawned from this theme.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:dialogTheme
- */
- public static final int AppCompatTheme_dialogTheme=61;
- /**
- *
- * @attr description
- * A drawable that may be used as a horizontal divider between visual elements.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:dividerHorizontal
- */
- public static final int AppCompatTheme_dividerHorizontal=62;
- /**
- *
- * @attr description
- * A drawable that may be used as a vertical divider between visual elements.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:dividerVertical
- */
- public static final int AppCompatTheme_dividerVertical=63;
- /**
- *
- * @attr description
- * ListPopupWindow compatibility
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:dropDownListViewStyle
- */
- public static final int AppCompatTheme_dropDownListViewStyle=64;
- /**
- *
- * @attr description
- * The preferred item height for dropdown lists.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:dropdownListPreferredItemHeight
- */
- public static final int AppCompatTheme_dropdownListPreferredItemHeight=65;
- /**
- *
- * @attr description
- * EditText background drawable.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:editTextBackground
- */
- public static final int AppCompatTheme_editTextBackground=66;
- /**
- *
- * @attr description
- * EditText text foreground color.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name com.example.capstone:editTextColor
- */
- public static final int AppCompatTheme_editTextColor=67;
- /**
- *
- * @attr description
- * Default EditText style.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:editTextStyle
- */
- public static final int AppCompatTheme_editTextStyle=68;
- /**
- *
- * @attr description
- * Specifies a drawable to use for the 'home as up' indicator.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:homeAsUpIndicator
- */
- public static final int AppCompatTheme_homeAsUpIndicator=69;
- /**
- *
- * @attr description
- * ImageButton background drawable.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:imageButtonStyle
- */
- public static final int AppCompatTheme_imageButtonStyle=70;
- /**
- *
- * @attr description
- * Drawable used as a background for selected list items.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:listChoiceBackgroundIndicator
- */
- public static final int AppCompatTheme_listChoiceBackgroundIndicator=71;
- /**
- *
- * @attr description
- * The list divider used in alert dialogs.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:listDividerAlertDialog
- */
- public static final int AppCompatTheme_listDividerAlertDialog=72;
- /**
- *
- * @attr description
- * Default menu-style ListView style.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:listMenuViewStyle
- */
- public static final int AppCompatTheme_listMenuViewStyle=73;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#listPopupWindowStyle}
- * attribute's value can be found in the {@link #AppCompatTheme} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:listPopupWindowStyle
- */
- public static final int AppCompatTheme_listPopupWindowStyle=74;
- /**
- *
- * @attr description
- * The preferred list item height.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:listPreferredItemHeight
- */
- public static final int AppCompatTheme_listPreferredItemHeight=75;
- /**
- *
- * @attr description
- * A larger, more robust list item height.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:listPreferredItemHeightLarge
- */
- public static final int AppCompatTheme_listPreferredItemHeightLarge=76;
- /**
- *
- * @attr description
- * A smaller, sleeker list item height.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:listPreferredItemHeightSmall
- */
- public static final int AppCompatTheme_listPreferredItemHeightSmall=77;
- /**
- *
- * @attr description
- * The preferred padding along the left edge of list items.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:listPreferredItemPaddingLeft
- */
- public static final int AppCompatTheme_listPreferredItemPaddingLeft=78;
- /**
- *
- * @attr description
- * The preferred padding along the right edge of list items.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:listPreferredItemPaddingRight
- */
- public static final int AppCompatTheme_listPreferredItemPaddingRight=79;
- /**
- *
- * @attr description
- * The background of a panel when it is inset from the left and right edges of the screen.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:panelBackground
- */
- public static final int AppCompatTheme_panelBackground=80;
- /**
- *
- * @attr description
- * Default Panel Menu style.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:panelMenuListTheme
- */
- public static final int AppCompatTheme_panelMenuListTheme=81;
- /**
- *
- * @attr description
- * Default Panel Menu width.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:panelMenuListWidth
- */
- public static final int AppCompatTheme_panelMenuListWidth=82;
- /**
- *
- * @attr description
- * Default PopupMenu style.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:popupMenuStyle
- */
- public static final int AppCompatTheme_popupMenuStyle=83;
- /**
- *
- * @attr description
- * Default PopupWindow style.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:popupWindowStyle
- */
- public static final int AppCompatTheme_popupWindowStyle=84;
- /**
- *
- * @attr description
- * Default RadioButton style.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:radioButtonStyle
- */
- public static final int AppCompatTheme_radioButtonStyle=85;
- /**
- *
- * @attr description
- * Default RatingBar style.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:ratingBarStyle
- */
- public static final int AppCompatTheme_ratingBarStyle=86;
- /**
- *
- * @attr description
- * Indicator RatingBar style.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:ratingBarStyleIndicator
- */
- public static final int AppCompatTheme_ratingBarStyleIndicator=87;
- /**
- *
- * @attr description
- * Small indicator RatingBar style.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:ratingBarStyleSmall
- */
- public static final int AppCompatTheme_ratingBarStyleSmall=88;
- /**
- *
- * @attr description
- * Style for the search query widget.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:searchViewStyle
- */
- public static final int AppCompatTheme_searchViewStyle=89;
- /**
- *
- * @attr description
- * Default SeekBar style.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:seekBarStyle
- */
- public static final int AppCompatTheme_seekBarStyle=90;
- /**
- *
- * @attr description
- * A style that may be applied to buttons or other selectable items
- * that should react to pressed and focus states, but that do not
- * have a clear visual border along the edges.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:selectableItemBackground
- */
- public static final int AppCompatTheme_selectableItemBackground=91;
- /**
- *
- * @attr description
- * Background drawable for borderless standalone items that need focus/pressed states.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:selectableItemBackgroundBorderless
- */
- public static final int AppCompatTheme_selectableItemBackgroundBorderless=92;
- /**
- *
- * @attr description
- * Default Spinner style.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:spinnerDropDownItemStyle
- */
- public static final int AppCompatTheme_spinnerDropDownItemStyle=93;
- /**
- *
- * @attr description
- * Default Spinner style.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:spinnerStyle
- */
- public static final int AppCompatTheme_spinnerStyle=94;
- /**
- *
- * @attr description
- * Default style for the Switch widget.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:switchStyle
- */
- public static final int AppCompatTheme_switchStyle=95;
- /**
- *
- * @attr description
- * Text color, typeface, size, and style for the text inside of a popup menu.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:textAppearanceLargePopupMenu
- */
- public static final int AppCompatTheme_textAppearanceLargePopupMenu=96;
- /**
- *
- * @attr description
- * The preferred TextAppearance for the primary text of list items.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:textAppearanceListItem
- */
- public static final int AppCompatTheme_textAppearanceListItem=97;
- /**
- *
- * @attr description
- * The preferred TextAppearance for the secondary text of list items.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:textAppearanceListItemSecondary
- */
- public static final int AppCompatTheme_textAppearanceListItemSecondary=98;
- /**
- *
- * @attr description
- * The preferred TextAppearance for the primary text of small list items.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:textAppearanceListItemSmall
- */
- public static final int AppCompatTheme_textAppearanceListItemSmall=99;
- /**
- *
- * @attr description
- * Text color, typeface, size, and style for header text inside of a popup menu.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:textAppearancePopupMenuHeader
- */
- public static final int AppCompatTheme_textAppearancePopupMenuHeader=100;
- /**
- *
- * @attr description
- * Text color, typeface, size, and style for system search result subtitle. Defaults to primary inverse text color.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:textAppearanceSearchResultSubtitle
- */
- public static final int AppCompatTheme_textAppearanceSearchResultSubtitle=101;
- /**
- *
- * @attr description
- * Text color, typeface, size, and style for system search result title. Defaults to primary inverse text color.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:textAppearanceSearchResultTitle
- */
- public static final int AppCompatTheme_textAppearanceSearchResultTitle=102;
- /**
- *
- * @attr description
- * Text color, typeface, size, and style for small text inside of a popup menu.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:textAppearanceSmallPopupMenu
- */
- public static final int AppCompatTheme_textAppearanceSmallPopupMenu=103;
- /**
- *
- * @attr description
- * Color of list item text in alert dialogs.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name com.example.capstone:textColorAlertDialogListItem
- */
- public static final int AppCompatTheme_textColorAlertDialogListItem=104;
- /**
- *
- * @attr description
- * Text color for urls in search suggestions, used by things like global search
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name com.example.capstone:textColorSearchUrl
- */
- public static final int AppCompatTheme_textColorSearchUrl=105;
- /**
- *
- * @attr description
- * Default Toolar NavigationButtonStyle
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:toolbarNavigationButtonStyle
- */
- public static final int AppCompatTheme_toolbarNavigationButtonStyle=106;
- /**
- *
- * @attr description
- * Default Toolbar style.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:toolbarStyle
- */
- public static final int AppCompatTheme_toolbarStyle=107;
- /**
- *
- * @attr description
- * Foreground color to use for tooltips
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name com.example.capstone:tooltipForegroundColor
- */
- public static final int AppCompatTheme_tooltipForegroundColor=108;
- /**
- *
- * @attr description
- * Background to use for tooltips
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:tooltipFrameBackground
- */
- public static final int AppCompatTheme_tooltipFrameBackground=109;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#viewInflaterClass}
- * attribute's value can be found in the {@link #AppCompatTheme} array.
- *
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- *
- * @attr name com.example.capstone:viewInflaterClass
- */
- public static final int AppCompatTheme_viewInflaterClass=110;
- /**
- *
- * @attr description
- * Flag indicating whether this window should have an Action Bar
- * in place of the usual title bar.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name com.example.capstone:windowActionBar
- */
- public static final int AppCompatTheme_windowActionBar=111;
- /**
- *
- * @attr description
- * Flag indicating whether this window's Action Bar should overlay
- * application content. Does nothing if the window would not
- * have an Action Bar.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name com.example.capstone:windowActionBarOverlay
- */
- public static final int AppCompatTheme_windowActionBarOverlay=112;
- /**
- *
- * @attr description
- * Flag indicating whether action modes should overlay window content
- * when there is not reserved space for their UI (such as an Action Bar).
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name com.example.capstone:windowActionModeOverlay
- */
- public static final int AppCompatTheme_windowActionModeOverlay=113;
- /**
- *
- * @attr description
- * A fixed height for the window along the major axis of the screen,
- * that is, when in portrait. Can be either an absolute dimension
- * or a fraction of the screen size in that dimension.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
May be a fractional value, which is a floating point number appended with
- * either % or %p, such as "14.5%
".
- * The % suffix always means a percentage of the base size;
- * the optional %p suffix provides a size relative to some parent container.
- *
- * @attr name com.example.capstone:windowFixedHeightMajor
- */
- public static final int AppCompatTheme_windowFixedHeightMajor=114;
- /**
- *
- * @attr description
- * A fixed height for the window along the minor axis of the screen,
- * that is, when in landscape. Can be either an absolute dimension
- * or a fraction of the screen size in that dimension.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
May be a fractional value, which is a floating point number appended with
- * either % or %p, such as "14.5%
".
- * The % suffix always means a percentage of the base size;
- * the optional %p suffix provides a size relative to some parent container.
- *
- * @attr name com.example.capstone:windowFixedHeightMinor
- */
- public static final int AppCompatTheme_windowFixedHeightMinor=115;
- /**
- *
- * @attr description
- * A fixed width for the window along the major axis of the screen,
- * that is, when in landscape. Can be either an absolute dimension
- * or a fraction of the screen size in that dimension.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
May be a fractional value, which is a floating point number appended with
- * either % or %p, such as "14.5%
".
- * The % suffix always means a percentage of the base size;
- * the optional %p suffix provides a size relative to some parent container.
- *
- * @attr name com.example.capstone:windowFixedWidthMajor
- */
- public static final int AppCompatTheme_windowFixedWidthMajor=116;
- /**
- *
- * @attr description
- * A fixed width for the window along the minor axis of the screen,
- * that is, when in portrait. Can be either an absolute dimension
- * or a fraction of the screen size in that dimension.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
May be a fractional value, which is a floating point number appended with
- * either % or %p, such as "14.5%
".
- * The % suffix always means a percentage of the base size;
- * the optional %p suffix provides a size relative to some parent container.
- *
- * @attr name com.example.capstone:windowFixedWidthMinor
- */
- public static final int AppCompatTheme_windowFixedWidthMinor=117;
- /**
- *
- * @attr description
- * The minimum width the window is allowed to be, along the major
- * axis of the screen. That is, when in landscape. Can be either
- * an absolute dimension or a fraction of the screen size in that
- * dimension.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
May be a fractional value, which is a floating point number appended with
- * either % or %p, such as "14.5%
".
- * The % suffix always means a percentage of the base size;
- * the optional %p suffix provides a size relative to some parent container.
- *
- * @attr name com.example.capstone:windowMinWidthMajor
- */
- public static final int AppCompatTheme_windowMinWidthMajor=118;
- /**
- *
- * @attr description
- * The minimum width the window is allowed to be, along the minor
- * axis of the screen. That is, when in portrait. Can be either
- * an absolute dimension or a fraction of the screen size in that
- * dimension.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
May be a fractional value, which is a floating point number appended with
- * either % or %p, such as "14.5%
".
- * The % suffix always means a percentage of the base size;
- * the optional %p suffix provides a size relative to some parent container.
- *
- * @attr name com.example.capstone:windowMinWidthMinor
- */
- public static final int AppCompatTheme_windowMinWidthMinor=119;
- /**
- *
- * @attr description
- * Flag indicating whether there should be no title on this window.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name com.example.capstone:windowNoTitle
- */
- public static final int AppCompatTheme_windowNoTitle=120;
- /**
- * Attributes that can be used with a ButtonBarLayout.
- *
Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #ButtonBarLayout_allowStacking com.example.capstone:allowStacking} | Whether to automatically stack the buttons when there is not
- * enough space to lay them out side-by-side. |
- *
- * @see #ButtonBarLayout_allowStacking
- */
- public static final int[] ButtonBarLayout={
- 0x7f020026
- };
- /**
- *
- * @attr description
- * Whether to automatically stack the buttons when there is not
- * enough space to lay them out side-by-side.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name com.example.capstone:allowStacking
- */
- public static final int ButtonBarLayout_allowStacking=0;
- /**
- * Attributes that can be used with a ColorStateListItem.
- *
Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #ColorStateListItem_android_color android:color} | |
- * {@link #ColorStateListItem_android_alpha android:alpha} | |
- * {@link #ColorStateListItem_alpha com.example.capstone:alpha} | Alpha multiplier applied to the base color. |
- *
- * @see #ColorStateListItem_android_color
- * @see #ColorStateListItem_android_alpha
- * @see #ColorStateListItem_alpha
- */
- public static final int[] ColorStateListItem={
- 0x010101a5, 0x0101031f, 0x7f020027
- };
- /**
- *
- * @attr description
- * Base color for this state.
- *
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name android:color
- */
- public static final int ColorStateListItem_android_color=0;
- /**
- *
This symbol is the offset where the {@link android.R.attr#alpha}
- * attribute's value can be found in the {@link #ColorStateListItem} array.
- *
- *
May be a floating point value, such as "1.2
".
- *
- * @attr name android:alpha
- */
- public static final int ColorStateListItem_android_alpha=1;
- /**
- *
- * @attr description
- * Alpha multiplier applied to the base color.
- *
- *
May be a floating point value, such as "1.2
".
- *
- * @attr name com.example.capstone:alpha
- */
- public static final int ColorStateListItem_alpha=2;
- /**
- * Attributes that can be used with a CompoundButton.
- *
Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #CompoundButton_android_button android:button} | |
- * {@link #CompoundButton_buttonTint com.example.capstone:buttonTint} | Tint to apply to the button drawable. |
- * {@link #CompoundButton_buttonTintMode com.example.capstone:buttonTintMode} | Blending mode used to apply the button tint. |
- *
- * @see #CompoundButton_android_button
- * @see #CompoundButton_buttonTint
- * @see #CompoundButton_buttonTintMode
- */
- public static final int[] CompoundButton={
- 0x01010107, 0x7f020044, 0x7f020045
- };
- /**
- * This symbol is the offset where the {@link android.R.attr#button}
- * attribute's value can be found in the {@link #CompoundButton} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name android:button
- */
- public static final int CompoundButton_android_button=0;
- /**
- *
- * @attr description
- * Tint to apply to the button drawable.
- *
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name com.example.capstone:buttonTint
- */
- public static final int CompoundButton_buttonTint=1;
- /**
- *
- * @attr description
- * Blending mode used to apply the button tint.
- *
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * add | 10 | Combines the tint and icon color and alpha channels, clamping the
- * result to valid color values. Saturate(S + D) |
- * multiply | e | Multiplies the color and alpha channels of the drawable with those of
- * the tint. [Sa * Da, Sc * Dc] |
- * screen | f | [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] |
- * src_atop | 9 | The tint is drawn above the drawable, but with the drawable’s alpha
- * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] |
- * src_in | 5 | The tint is masked by the alpha channel of the drawable. The drawable’s
- * color channels are thrown out. [Sa * Da, Sc * Da] |
- * src_over | 3 | The tint is drawn on top of the drawable.
- * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] |
- *
- *
- * @attr name com.example.capstone:buttonTintMode
- */
- public static final int CompoundButton_buttonTintMode=2;
- /**
- * Attributes that can be used with a ConstraintLayout_Layout.
- * Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #ConstraintLayout_Layout_android_orientation android:orientation} | |
- * {@link #ConstraintLayout_Layout_android_maxWidth android:maxWidth} | |
- * {@link #ConstraintLayout_Layout_android_maxHeight android:maxHeight} | |
- * {@link #ConstraintLayout_Layout_android_minWidth android:minWidth} | |
- * {@link #ConstraintLayout_Layout_android_minHeight android:minHeight} | |
- * {@link #ConstraintLayout_Layout_barrierAllowsGoneWidgets com.example.capstone:barrierAllowsGoneWidgets} | |
- * {@link #ConstraintLayout_Layout_barrierDirection com.example.capstone:barrierDirection} | |
- * {@link #ConstraintLayout_Layout_chainUseRtl com.example.capstone:chainUseRtl} | |
- * {@link #ConstraintLayout_Layout_constraintSet com.example.capstone:constraintSet} | |
- * {@link #ConstraintLayout_Layout_constraint_referenced_ids com.example.capstone:constraint_referenced_ids} | |
- * {@link #ConstraintLayout_Layout_layout_constrainedHeight com.example.capstone:layout_constrainedHeight} | |
- * {@link #ConstraintLayout_Layout_layout_constrainedWidth com.example.capstone:layout_constrainedWidth} | |
- * {@link #ConstraintLayout_Layout_layout_constraintBaseline_creator com.example.capstone:layout_constraintBaseline_creator} | |
- * {@link #ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf com.example.capstone:layout_constraintBaseline_toBaselineOf} | |
- * {@link #ConstraintLayout_Layout_layout_constraintBottom_creator com.example.capstone:layout_constraintBottom_creator} | |
- * {@link #ConstraintLayout_Layout_layout_constraintBottom_toBottomOf com.example.capstone:layout_constraintBottom_toBottomOf} | |
- * {@link #ConstraintLayout_Layout_layout_constraintBottom_toTopOf com.example.capstone:layout_constraintBottom_toTopOf} | |
- * {@link #ConstraintLayout_Layout_layout_constraintCircle com.example.capstone:layout_constraintCircle} | |
- * {@link #ConstraintLayout_Layout_layout_constraintCircleAngle com.example.capstone:layout_constraintCircleAngle} | |
- * {@link #ConstraintLayout_Layout_layout_constraintCircleRadius com.example.capstone:layout_constraintCircleRadius} | |
- * {@link #ConstraintLayout_Layout_layout_constraintDimensionRatio com.example.capstone:layout_constraintDimensionRatio} | |
- * {@link #ConstraintLayout_Layout_layout_constraintEnd_toEndOf com.example.capstone:layout_constraintEnd_toEndOf} | |
- * {@link #ConstraintLayout_Layout_layout_constraintEnd_toStartOf com.example.capstone:layout_constraintEnd_toStartOf} | |
- * {@link #ConstraintLayout_Layout_layout_constraintGuide_begin com.example.capstone:layout_constraintGuide_begin} | |
- * {@link #ConstraintLayout_Layout_layout_constraintGuide_end com.example.capstone:layout_constraintGuide_end} | |
- * {@link #ConstraintLayout_Layout_layout_constraintGuide_percent com.example.capstone:layout_constraintGuide_percent} | |
- * {@link #ConstraintLayout_Layout_layout_constraintHeight_default com.example.capstone:layout_constraintHeight_default} | |
- * {@link #ConstraintLayout_Layout_layout_constraintHeight_max com.example.capstone:layout_constraintHeight_max} | |
- * {@link #ConstraintLayout_Layout_layout_constraintHeight_min com.example.capstone:layout_constraintHeight_min} | |
- * {@link #ConstraintLayout_Layout_layout_constraintHeight_percent com.example.capstone:layout_constraintHeight_percent} | |
- * {@link #ConstraintLayout_Layout_layout_constraintHorizontal_bias com.example.capstone:layout_constraintHorizontal_bias} | |
- * {@link #ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle com.example.capstone:layout_constraintHorizontal_chainStyle} | |
- * {@link #ConstraintLayout_Layout_layout_constraintHorizontal_weight com.example.capstone:layout_constraintHorizontal_weight} | |
- * {@link #ConstraintLayout_Layout_layout_constraintLeft_creator com.example.capstone:layout_constraintLeft_creator} | |
- * {@link #ConstraintLayout_Layout_layout_constraintLeft_toLeftOf com.example.capstone:layout_constraintLeft_toLeftOf} | |
- * {@link #ConstraintLayout_Layout_layout_constraintLeft_toRightOf com.example.capstone:layout_constraintLeft_toRightOf} | |
- * {@link #ConstraintLayout_Layout_layout_constraintRight_creator com.example.capstone:layout_constraintRight_creator} | |
- * {@link #ConstraintLayout_Layout_layout_constraintRight_toLeftOf com.example.capstone:layout_constraintRight_toLeftOf} | |
- * {@link #ConstraintLayout_Layout_layout_constraintRight_toRightOf com.example.capstone:layout_constraintRight_toRightOf} | |
- * {@link #ConstraintLayout_Layout_layout_constraintStart_toEndOf com.example.capstone:layout_constraintStart_toEndOf} | |
- * {@link #ConstraintLayout_Layout_layout_constraintStart_toStartOf com.example.capstone:layout_constraintStart_toStartOf} | |
- * {@link #ConstraintLayout_Layout_layout_constraintTop_creator com.example.capstone:layout_constraintTop_creator} | |
- * {@link #ConstraintLayout_Layout_layout_constraintTop_toBottomOf com.example.capstone:layout_constraintTop_toBottomOf} | |
- * {@link #ConstraintLayout_Layout_layout_constraintTop_toTopOf com.example.capstone:layout_constraintTop_toTopOf} | |
- * {@link #ConstraintLayout_Layout_layout_constraintVertical_bias com.example.capstone:layout_constraintVertical_bias} | |
- * {@link #ConstraintLayout_Layout_layout_constraintVertical_chainStyle com.example.capstone:layout_constraintVertical_chainStyle} | |
- * {@link #ConstraintLayout_Layout_layout_constraintVertical_weight com.example.capstone:layout_constraintVertical_weight} | |
- * {@link #ConstraintLayout_Layout_layout_constraintWidth_default com.example.capstone:layout_constraintWidth_default} | |
- * {@link #ConstraintLayout_Layout_layout_constraintWidth_max com.example.capstone:layout_constraintWidth_max} | |
- * {@link #ConstraintLayout_Layout_layout_constraintWidth_min com.example.capstone:layout_constraintWidth_min} | |
- * {@link #ConstraintLayout_Layout_layout_constraintWidth_percent com.example.capstone:layout_constraintWidth_percent} | |
- * {@link #ConstraintLayout_Layout_layout_editor_absoluteX com.example.capstone:layout_editor_absoluteX} | |
- * {@link #ConstraintLayout_Layout_layout_editor_absoluteY com.example.capstone:layout_editor_absoluteY} | |
- * {@link #ConstraintLayout_Layout_layout_goneMarginBottom com.example.capstone:layout_goneMarginBottom} | |
- * {@link #ConstraintLayout_Layout_layout_goneMarginEnd com.example.capstone:layout_goneMarginEnd} | |
- * {@link #ConstraintLayout_Layout_layout_goneMarginLeft com.example.capstone:layout_goneMarginLeft} | |
- * {@link #ConstraintLayout_Layout_layout_goneMarginRight com.example.capstone:layout_goneMarginRight} | |
- * {@link #ConstraintLayout_Layout_layout_goneMarginStart com.example.capstone:layout_goneMarginStart} | |
- * {@link #ConstraintLayout_Layout_layout_goneMarginTop com.example.capstone:layout_goneMarginTop} | |
- * {@link #ConstraintLayout_Layout_layout_optimizationLevel com.example.capstone:layout_optimizationLevel} | |
- *
- * @see #ConstraintLayout_Layout_android_orientation
- * @see #ConstraintLayout_Layout_android_maxWidth
- * @see #ConstraintLayout_Layout_android_maxHeight
- * @see #ConstraintLayout_Layout_android_minWidth
- * @see #ConstraintLayout_Layout_android_minHeight
- * @see #ConstraintLayout_Layout_barrierAllowsGoneWidgets
- * @see #ConstraintLayout_Layout_barrierDirection
- * @see #ConstraintLayout_Layout_chainUseRtl
- * @see #ConstraintLayout_Layout_constraintSet
- * @see #ConstraintLayout_Layout_constraint_referenced_ids
- * @see #ConstraintLayout_Layout_layout_constrainedHeight
- * @see #ConstraintLayout_Layout_layout_constrainedWidth
- * @see #ConstraintLayout_Layout_layout_constraintBaseline_creator
- * @see #ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf
- * @see #ConstraintLayout_Layout_layout_constraintBottom_creator
- * @see #ConstraintLayout_Layout_layout_constraintBottom_toBottomOf
- * @see #ConstraintLayout_Layout_layout_constraintBottom_toTopOf
- * @see #ConstraintLayout_Layout_layout_constraintCircle
- * @see #ConstraintLayout_Layout_layout_constraintCircleAngle
- * @see #ConstraintLayout_Layout_layout_constraintCircleRadius
- * @see #ConstraintLayout_Layout_layout_constraintDimensionRatio
- * @see #ConstraintLayout_Layout_layout_constraintEnd_toEndOf
- * @see #ConstraintLayout_Layout_layout_constraintEnd_toStartOf
- * @see #ConstraintLayout_Layout_layout_constraintGuide_begin
- * @see #ConstraintLayout_Layout_layout_constraintGuide_end
- * @see #ConstraintLayout_Layout_layout_constraintGuide_percent
- * @see #ConstraintLayout_Layout_layout_constraintHeight_default
- * @see #ConstraintLayout_Layout_layout_constraintHeight_max
- * @see #ConstraintLayout_Layout_layout_constraintHeight_min
- * @see #ConstraintLayout_Layout_layout_constraintHeight_percent
- * @see #ConstraintLayout_Layout_layout_constraintHorizontal_bias
- * @see #ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle
- * @see #ConstraintLayout_Layout_layout_constraintHorizontal_weight
- * @see #ConstraintLayout_Layout_layout_constraintLeft_creator
- * @see #ConstraintLayout_Layout_layout_constraintLeft_toLeftOf
- * @see #ConstraintLayout_Layout_layout_constraintLeft_toRightOf
- * @see #ConstraintLayout_Layout_layout_constraintRight_creator
- * @see #ConstraintLayout_Layout_layout_constraintRight_toLeftOf
- * @see #ConstraintLayout_Layout_layout_constraintRight_toRightOf
- * @see #ConstraintLayout_Layout_layout_constraintStart_toEndOf
- * @see #ConstraintLayout_Layout_layout_constraintStart_toStartOf
- * @see #ConstraintLayout_Layout_layout_constraintTop_creator
- * @see #ConstraintLayout_Layout_layout_constraintTop_toBottomOf
- * @see #ConstraintLayout_Layout_layout_constraintTop_toTopOf
- * @see #ConstraintLayout_Layout_layout_constraintVertical_bias
- * @see #ConstraintLayout_Layout_layout_constraintVertical_chainStyle
- * @see #ConstraintLayout_Layout_layout_constraintVertical_weight
- * @see #ConstraintLayout_Layout_layout_constraintWidth_default
- * @see #ConstraintLayout_Layout_layout_constraintWidth_max
- * @see #ConstraintLayout_Layout_layout_constraintWidth_min
- * @see #ConstraintLayout_Layout_layout_constraintWidth_percent
- * @see #ConstraintLayout_Layout_layout_editor_absoluteX
- * @see #ConstraintLayout_Layout_layout_editor_absoluteY
- * @see #ConstraintLayout_Layout_layout_goneMarginBottom
- * @see #ConstraintLayout_Layout_layout_goneMarginEnd
- * @see #ConstraintLayout_Layout_layout_goneMarginLeft
- * @see #ConstraintLayout_Layout_layout_goneMarginRight
- * @see #ConstraintLayout_Layout_layout_goneMarginStart
- * @see #ConstraintLayout_Layout_layout_goneMarginTop
- * @see #ConstraintLayout_Layout_layout_optimizationLevel
- */
- public static final int[] ConstraintLayout_Layout={
- 0x010100c4, 0x0101011f, 0x01010120, 0x0101013f,
- 0x01010140, 0x7f020037, 0x7f020038, 0x7f020046,
- 0x7f020059, 0x7f02005a, 0x7f02009a, 0x7f02009b,
- 0x7f02009c, 0x7f02009d, 0x7f02009e, 0x7f02009f,
- 0x7f0200a0, 0x7f0200a1, 0x7f0200a2, 0x7f0200a3,
- 0x7f0200a4, 0x7f0200a5, 0x7f0200a6, 0x7f0200a7,
- 0x7f0200a8, 0x7f0200a9, 0x7f0200aa, 0x7f0200ab,
- 0x7f0200ac, 0x7f0200ad, 0x7f0200ae, 0x7f0200af,
- 0x7f0200b0, 0x7f0200b1, 0x7f0200b2, 0x7f0200b3,
- 0x7f0200b4, 0x7f0200b5, 0x7f0200b6, 0x7f0200b7,
- 0x7f0200b8, 0x7f0200b9, 0x7f0200ba, 0x7f0200bb,
- 0x7f0200bc, 0x7f0200bd, 0x7f0200be, 0x7f0200bf,
- 0x7f0200c0, 0x7f0200c1, 0x7f0200c2, 0x7f0200c4,
- 0x7f0200c5, 0x7f0200c6, 0x7f0200c7, 0x7f0200c8,
- 0x7f0200c9, 0x7f0200ca, 0x7f0200cb, 0x7f0200ce
- };
- /**
- * This symbol is the offset where the {@link android.R.attr#orientation}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * horizontal | 0 | |
- * vertical | 1 | |
- *
- *
- * @attr name android:orientation
- */
- public static final int ConstraintLayout_Layout_android_orientation=0;
- /**
- * This symbol is the offset where the {@link android.R.attr#maxWidth}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name android:maxWidth
- */
- public static final int ConstraintLayout_Layout_android_maxWidth=1;
- /**
- *
This symbol is the offset where the {@link android.R.attr#maxHeight}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name android:maxHeight
- */
- public static final int ConstraintLayout_Layout_android_maxHeight=2;
- /**
- *
This symbol is the offset where the {@link android.R.attr#minWidth}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name android:minWidth
- */
- public static final int ConstraintLayout_Layout_android_minWidth=3;
- /**
- *
This symbol is the offset where the {@link android.R.attr#minHeight}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name android:minHeight
- */
- public static final int ConstraintLayout_Layout_android_minHeight=4;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#barrierAllowsGoneWidgets}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name com.example.capstone:barrierAllowsGoneWidgets
- */
- public static final int ConstraintLayout_Layout_barrierAllowsGoneWidgets=5;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#barrierDirection}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * bottom | 3 | |
- * end | 6 | |
- * left | 0 | |
- * right | 1 | |
- * start | 5 | |
- * top | 2 | |
- *
- *
- * @attr name com.example.capstone:barrierDirection
- */
- public static final int ConstraintLayout_Layout_barrierDirection=6;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#chainUseRtl}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name com.example.capstone:chainUseRtl
- */
- public static final int ConstraintLayout_Layout_chainUseRtl=7;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#constraintSet}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:constraintSet
- */
- public static final int ConstraintLayout_Layout_constraintSet=8;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#constraint_referenced_ids}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- *
- * @attr name com.example.capstone:constraint_referenced_ids
- */
- public static final int ConstraintLayout_Layout_constraint_referenced_ids=9;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constrainedHeight}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name com.example.capstone:layout_constrainedHeight
- */
- public static final int ConstraintLayout_Layout_layout_constrainedHeight=10;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constrainedWidth}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name com.example.capstone:layout_constrainedWidth
- */
- public static final int ConstraintLayout_Layout_layout_constrainedWidth=11;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintBaseline_creator}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be an integer value, such as "100
".
- *
- * @attr name com.example.capstone:layout_constraintBaseline_creator
- */
- public static final int ConstraintLayout_Layout_layout_constraintBaseline_creator=12;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintBaseline_toBaselineOf}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- *
- * @attr name com.example.capstone:layout_constraintBaseline_toBaselineOf
- */
- public static final int ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf=13;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintBottom_creator}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be an integer value, such as "100
".
- *
- * @attr name com.example.capstone:layout_constraintBottom_creator
- */
- public static final int ConstraintLayout_Layout_layout_constraintBottom_creator=14;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintBottom_toBottomOf}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- *
- * @attr name com.example.capstone:layout_constraintBottom_toBottomOf
- */
- public static final int ConstraintLayout_Layout_layout_constraintBottom_toBottomOf=15;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintBottom_toTopOf}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- *
- * @attr name com.example.capstone:layout_constraintBottom_toTopOf
- */
- public static final int ConstraintLayout_Layout_layout_constraintBottom_toTopOf=16;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintCircle}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:layout_constraintCircle
- */
- public static final int ConstraintLayout_Layout_layout_constraintCircle=17;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintCircleAngle}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be an integer value, such as "100
".
- *
- * @attr name com.example.capstone:layout_constraintCircleAngle
- */
- public static final int ConstraintLayout_Layout_layout_constraintCircleAngle=18;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintCircleRadius}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:layout_constraintCircleRadius
- */
- public static final int ConstraintLayout_Layout_layout_constraintCircleRadius=19;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintDimensionRatio}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- *
- * @attr name com.example.capstone:layout_constraintDimensionRatio
- */
- public static final int ConstraintLayout_Layout_layout_constraintDimensionRatio=20;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintEnd_toEndOf}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- *
- * @attr name com.example.capstone:layout_constraintEnd_toEndOf
- */
- public static final int ConstraintLayout_Layout_layout_constraintEnd_toEndOf=21;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintEnd_toStartOf}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- *
- * @attr name com.example.capstone:layout_constraintEnd_toStartOf
- */
- public static final int ConstraintLayout_Layout_layout_constraintEnd_toStartOf=22;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintGuide_begin}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:layout_constraintGuide_begin
- */
- public static final int ConstraintLayout_Layout_layout_constraintGuide_begin=23;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintGuide_end}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:layout_constraintGuide_end
- */
- public static final int ConstraintLayout_Layout_layout_constraintGuide_end=24;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintGuide_percent}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a floating point value, such as "1.2
".
- *
- * @attr name com.example.capstone:layout_constraintGuide_percent
- */
- public static final int ConstraintLayout_Layout_layout_constraintGuide_percent=25;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintHeight_default}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * percent | 2 | |
- * spread | 0 | |
- * wrap | 1 | |
- *
- *
- * @attr name com.example.capstone:layout_constraintHeight_default
- */
- public static final int ConstraintLayout_Layout_layout_constraintHeight_default=26;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintHeight_max}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * wrap | fffffffe | |
- *
- *
- * @attr name com.example.capstone:layout_constraintHeight_max
- */
- public static final int ConstraintLayout_Layout_layout_constraintHeight_max=27;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintHeight_min}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * wrap | fffffffe | |
- *
- *
- * @attr name com.example.capstone:layout_constraintHeight_min
- */
- public static final int ConstraintLayout_Layout_layout_constraintHeight_min=28;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintHeight_percent}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a floating point value, such as "1.2
".
- *
- * @attr name com.example.capstone:layout_constraintHeight_percent
- */
- public static final int ConstraintLayout_Layout_layout_constraintHeight_percent=29;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintHorizontal_bias}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a floating point value, such as "1.2
".
- *
- * @attr name com.example.capstone:layout_constraintHorizontal_bias
- */
- public static final int ConstraintLayout_Layout_layout_constraintHorizontal_bias=30;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintHorizontal_chainStyle}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * packed | 2 | |
- * spread | 0 | |
- * spread_inside | 1 | |
- *
- *
- * @attr name com.example.capstone:layout_constraintHorizontal_chainStyle
- */
- public static final int ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle=31;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintHorizontal_weight}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a floating point value, such as "1.2
".
- *
- * @attr name com.example.capstone:layout_constraintHorizontal_weight
- */
- public static final int ConstraintLayout_Layout_layout_constraintHorizontal_weight=32;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintLeft_creator}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be an integer value, such as "100
".
- *
- * @attr name com.example.capstone:layout_constraintLeft_creator
- */
- public static final int ConstraintLayout_Layout_layout_constraintLeft_creator=33;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintLeft_toLeftOf}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- *
- * @attr name com.example.capstone:layout_constraintLeft_toLeftOf
- */
- public static final int ConstraintLayout_Layout_layout_constraintLeft_toLeftOf=34;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintLeft_toRightOf}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- *
- * @attr name com.example.capstone:layout_constraintLeft_toRightOf
- */
- public static final int ConstraintLayout_Layout_layout_constraintLeft_toRightOf=35;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintRight_creator}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be an integer value, such as "100
".
- *
- * @attr name com.example.capstone:layout_constraintRight_creator
- */
- public static final int ConstraintLayout_Layout_layout_constraintRight_creator=36;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintRight_toLeftOf}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- *
- * @attr name com.example.capstone:layout_constraintRight_toLeftOf
- */
- public static final int ConstraintLayout_Layout_layout_constraintRight_toLeftOf=37;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintRight_toRightOf}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- *
- * @attr name com.example.capstone:layout_constraintRight_toRightOf
- */
- public static final int ConstraintLayout_Layout_layout_constraintRight_toRightOf=38;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintStart_toEndOf}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- *
- * @attr name com.example.capstone:layout_constraintStart_toEndOf
- */
- public static final int ConstraintLayout_Layout_layout_constraintStart_toEndOf=39;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintStart_toStartOf}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- *
- * @attr name com.example.capstone:layout_constraintStart_toStartOf
- */
- public static final int ConstraintLayout_Layout_layout_constraintStart_toStartOf=40;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintTop_creator}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be an integer value, such as "100
".
- *
- * @attr name com.example.capstone:layout_constraintTop_creator
- */
- public static final int ConstraintLayout_Layout_layout_constraintTop_creator=41;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintTop_toBottomOf}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- *
- * @attr name com.example.capstone:layout_constraintTop_toBottomOf
- */
- public static final int ConstraintLayout_Layout_layout_constraintTop_toBottomOf=42;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintTop_toTopOf}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- *
- * @attr name com.example.capstone:layout_constraintTop_toTopOf
- */
- public static final int ConstraintLayout_Layout_layout_constraintTop_toTopOf=43;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintVertical_bias}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a floating point value, such as "1.2
".
- *
- * @attr name com.example.capstone:layout_constraintVertical_bias
- */
- public static final int ConstraintLayout_Layout_layout_constraintVertical_bias=44;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintVertical_chainStyle}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * packed | 2 | |
- * spread | 0 | |
- * spread_inside | 1 | |
- *
- *
- * @attr name com.example.capstone:layout_constraintVertical_chainStyle
- */
- public static final int ConstraintLayout_Layout_layout_constraintVertical_chainStyle=45;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintVertical_weight}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a floating point value, such as "1.2
".
- *
- * @attr name com.example.capstone:layout_constraintVertical_weight
- */
- public static final int ConstraintLayout_Layout_layout_constraintVertical_weight=46;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintWidth_default}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * percent | 2 | |
- * spread | 0 | |
- * wrap | 1 | |
- *
- *
- * @attr name com.example.capstone:layout_constraintWidth_default
- */
- public static final int ConstraintLayout_Layout_layout_constraintWidth_default=47;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintWidth_max}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * wrap | fffffffe | |
- *
- *
- * @attr name com.example.capstone:layout_constraintWidth_max
- */
- public static final int ConstraintLayout_Layout_layout_constraintWidth_max=48;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintWidth_min}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * wrap | fffffffe | |
- *
- *
- * @attr name com.example.capstone:layout_constraintWidth_min
- */
- public static final int ConstraintLayout_Layout_layout_constraintWidth_min=49;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintWidth_percent}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a floating point value, such as "1.2
".
- *
- * @attr name com.example.capstone:layout_constraintWidth_percent
- */
- public static final int ConstraintLayout_Layout_layout_constraintWidth_percent=50;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_editor_absoluteX}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:layout_editor_absoluteX
- */
- public static final int ConstraintLayout_Layout_layout_editor_absoluteX=51;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_editor_absoluteY}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:layout_editor_absoluteY
- */
- public static final int ConstraintLayout_Layout_layout_editor_absoluteY=52;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_goneMarginBottom}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:layout_goneMarginBottom
- */
- public static final int ConstraintLayout_Layout_layout_goneMarginBottom=53;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_goneMarginEnd}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:layout_goneMarginEnd
- */
- public static final int ConstraintLayout_Layout_layout_goneMarginEnd=54;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_goneMarginLeft}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:layout_goneMarginLeft
- */
- public static final int ConstraintLayout_Layout_layout_goneMarginLeft=55;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_goneMarginRight}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:layout_goneMarginRight
- */
- public static final int ConstraintLayout_Layout_layout_goneMarginRight=56;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_goneMarginStart}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:layout_goneMarginStart
- */
- public static final int ConstraintLayout_Layout_layout_goneMarginStart=57;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_goneMarginTop}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:layout_goneMarginTop
- */
- public static final int ConstraintLayout_Layout_layout_goneMarginTop=58;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_optimizationLevel}
- * attribute's value can be found in the {@link #ConstraintLayout_Layout} array.
- *
- *
Must be one or more (separated by '|') of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * barrier | 2 | |
- * chains | 4 | |
- * dimensions | 8 | |
- * direct | 1 | direct, barriers, chains |
- * groups | 20 | |
- * none | 0 | |
- * standard | 7 | |
- *
- *
- * @attr name com.example.capstone:layout_optimizationLevel
- */
- public static final int ConstraintLayout_Layout_layout_optimizationLevel=59;
- /**
- * Attributes that can be used with a ConstraintLayout_placeholder.
- * Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #ConstraintLayout_placeholder_content com.example.capstone:content} | |
- * {@link #ConstraintLayout_placeholder_emptyVisibility com.example.capstone:emptyVisibility} | |
- *
- * @see #ConstraintLayout_placeholder_content
- * @see #ConstraintLayout_placeholder_emptyVisibility
- */
- public static final int[] ConstraintLayout_placeholder={
- 0x7f02005b, 0x7f020077
- };
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#content}
- * attribute's value can be found in the {@link #ConstraintLayout_placeholder} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:content
- */
- public static final int ConstraintLayout_placeholder_content=0;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#emptyVisibility}
- * attribute's value can be found in the {@link #ConstraintLayout_placeholder} array.
- *
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * gone | 0 | |
- * invisible | 1 | |
- *
- *
- * @attr name com.example.capstone:emptyVisibility
- */
- public static final int ConstraintLayout_placeholder_emptyVisibility=1;
- /**
- * Attributes that can be used with a ConstraintSet.
- * Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #ConstraintSet_android_orientation android:orientation} | |
- * {@link #ConstraintSet_android_id android:id} | |
- * {@link #ConstraintSet_android_visibility android:visibility} | |
- * {@link #ConstraintSet_android_layout_width android:layout_width} | |
- * {@link #ConstraintSet_android_layout_height android:layout_height} | |
- * {@link #ConstraintSet_android_layout_marginLeft android:layout_marginLeft} | |
- * {@link #ConstraintSet_android_layout_marginTop android:layout_marginTop} | |
- * {@link #ConstraintSet_android_layout_marginRight android:layout_marginRight} | |
- * {@link #ConstraintSet_android_layout_marginBottom android:layout_marginBottom} | |
- * {@link #ConstraintSet_android_maxWidth android:maxWidth} | |
- * {@link #ConstraintSet_android_maxHeight android:maxHeight} | |
- * {@link #ConstraintSet_android_minWidth android:minWidth} | |
- * {@link #ConstraintSet_android_minHeight android:minHeight} | |
- * {@link #ConstraintSet_android_alpha android:alpha} | |
- * {@link #ConstraintSet_android_transformPivotX android:transformPivotX} | |
- * {@link #ConstraintSet_android_transformPivotY android:transformPivotY} | |
- * {@link #ConstraintSet_android_translationX android:translationX} | |
- * {@link #ConstraintSet_android_translationY android:translationY} | |
- * {@link #ConstraintSet_android_scaleX android:scaleX} | |
- * {@link #ConstraintSet_android_scaleY android:scaleY} | |
- * {@link #ConstraintSet_android_rotation android:rotation} | |
- * {@link #ConstraintSet_android_rotationX android:rotationX} | |
- * {@link #ConstraintSet_android_rotationY android:rotationY} | |
- * {@link #ConstraintSet_android_layout_marginStart android:layout_marginStart} | |
- * {@link #ConstraintSet_android_layout_marginEnd android:layout_marginEnd} | |
- * {@link #ConstraintSet_android_translationZ android:translationZ} | |
- * {@link #ConstraintSet_android_elevation android:elevation} | |
- * {@link #ConstraintSet_barrierAllowsGoneWidgets com.example.capstone:barrierAllowsGoneWidgets} | |
- * {@link #ConstraintSet_barrierDirection com.example.capstone:barrierDirection} | |
- * {@link #ConstraintSet_chainUseRtl com.example.capstone:chainUseRtl} | |
- * {@link #ConstraintSet_constraint_referenced_ids com.example.capstone:constraint_referenced_ids} | |
- * {@link #ConstraintSet_layout_constrainedHeight com.example.capstone:layout_constrainedHeight} | |
- * {@link #ConstraintSet_layout_constrainedWidth com.example.capstone:layout_constrainedWidth} | |
- * {@link #ConstraintSet_layout_constraintBaseline_creator com.example.capstone:layout_constraintBaseline_creator} | |
- * {@link #ConstraintSet_layout_constraintBaseline_toBaselineOf com.example.capstone:layout_constraintBaseline_toBaselineOf} | |
- * {@link #ConstraintSet_layout_constraintBottom_creator com.example.capstone:layout_constraintBottom_creator} | |
- * {@link #ConstraintSet_layout_constraintBottom_toBottomOf com.example.capstone:layout_constraintBottom_toBottomOf} | |
- * {@link #ConstraintSet_layout_constraintBottom_toTopOf com.example.capstone:layout_constraintBottom_toTopOf} | |
- * {@link #ConstraintSet_layout_constraintCircle com.example.capstone:layout_constraintCircle} | |
- * {@link #ConstraintSet_layout_constraintCircleAngle com.example.capstone:layout_constraintCircleAngle} | |
- * {@link #ConstraintSet_layout_constraintCircleRadius com.example.capstone:layout_constraintCircleRadius} | |
- * {@link #ConstraintSet_layout_constraintDimensionRatio com.example.capstone:layout_constraintDimensionRatio} | |
- * {@link #ConstraintSet_layout_constraintEnd_toEndOf com.example.capstone:layout_constraintEnd_toEndOf} | |
- * {@link #ConstraintSet_layout_constraintEnd_toStartOf com.example.capstone:layout_constraintEnd_toStartOf} | |
- * {@link #ConstraintSet_layout_constraintGuide_begin com.example.capstone:layout_constraintGuide_begin} | |
- * {@link #ConstraintSet_layout_constraintGuide_end com.example.capstone:layout_constraintGuide_end} | |
- * {@link #ConstraintSet_layout_constraintGuide_percent com.example.capstone:layout_constraintGuide_percent} | |
- * {@link #ConstraintSet_layout_constraintHeight_default com.example.capstone:layout_constraintHeight_default} | |
- * {@link #ConstraintSet_layout_constraintHeight_max com.example.capstone:layout_constraintHeight_max} | |
- * {@link #ConstraintSet_layout_constraintHeight_min com.example.capstone:layout_constraintHeight_min} | |
- * {@link #ConstraintSet_layout_constraintHeight_percent com.example.capstone:layout_constraintHeight_percent} | |
- * {@link #ConstraintSet_layout_constraintHorizontal_bias com.example.capstone:layout_constraintHorizontal_bias} | |
- * {@link #ConstraintSet_layout_constraintHorizontal_chainStyle com.example.capstone:layout_constraintHorizontal_chainStyle} | |
- * {@link #ConstraintSet_layout_constraintHorizontal_weight com.example.capstone:layout_constraintHorizontal_weight} | |
- * {@link #ConstraintSet_layout_constraintLeft_creator com.example.capstone:layout_constraintLeft_creator} | |
- * {@link #ConstraintSet_layout_constraintLeft_toLeftOf com.example.capstone:layout_constraintLeft_toLeftOf} | |
- * {@link #ConstraintSet_layout_constraintLeft_toRightOf com.example.capstone:layout_constraintLeft_toRightOf} | |
- * {@link #ConstraintSet_layout_constraintRight_creator com.example.capstone:layout_constraintRight_creator} | |
- * {@link #ConstraintSet_layout_constraintRight_toLeftOf com.example.capstone:layout_constraintRight_toLeftOf} | |
- * {@link #ConstraintSet_layout_constraintRight_toRightOf com.example.capstone:layout_constraintRight_toRightOf} | |
- * {@link #ConstraintSet_layout_constraintStart_toEndOf com.example.capstone:layout_constraintStart_toEndOf} | |
- * {@link #ConstraintSet_layout_constraintStart_toStartOf com.example.capstone:layout_constraintStart_toStartOf} | |
- * {@link #ConstraintSet_layout_constraintTop_creator com.example.capstone:layout_constraintTop_creator} | |
- * {@link #ConstraintSet_layout_constraintTop_toBottomOf com.example.capstone:layout_constraintTop_toBottomOf} | |
- * {@link #ConstraintSet_layout_constraintTop_toTopOf com.example.capstone:layout_constraintTop_toTopOf} | |
- * {@link #ConstraintSet_layout_constraintVertical_bias com.example.capstone:layout_constraintVertical_bias} | |
- * {@link #ConstraintSet_layout_constraintVertical_chainStyle com.example.capstone:layout_constraintVertical_chainStyle} | |
- * {@link #ConstraintSet_layout_constraintVertical_weight com.example.capstone:layout_constraintVertical_weight} | |
- * {@link #ConstraintSet_layout_constraintWidth_default com.example.capstone:layout_constraintWidth_default} | |
- * {@link #ConstraintSet_layout_constraintWidth_max com.example.capstone:layout_constraintWidth_max} | |
- * {@link #ConstraintSet_layout_constraintWidth_min com.example.capstone:layout_constraintWidth_min} | |
- * {@link #ConstraintSet_layout_constraintWidth_percent com.example.capstone:layout_constraintWidth_percent} | |
- * {@link #ConstraintSet_layout_editor_absoluteX com.example.capstone:layout_editor_absoluteX} | |
- * {@link #ConstraintSet_layout_editor_absoluteY com.example.capstone:layout_editor_absoluteY} | |
- * {@link #ConstraintSet_layout_goneMarginBottom com.example.capstone:layout_goneMarginBottom} | |
- * {@link #ConstraintSet_layout_goneMarginEnd com.example.capstone:layout_goneMarginEnd} | |
- * {@link #ConstraintSet_layout_goneMarginLeft com.example.capstone:layout_goneMarginLeft} | |
- * {@link #ConstraintSet_layout_goneMarginRight com.example.capstone:layout_goneMarginRight} | |
- * {@link #ConstraintSet_layout_goneMarginStart com.example.capstone:layout_goneMarginStart} | |
- * {@link #ConstraintSet_layout_goneMarginTop com.example.capstone:layout_goneMarginTop} | |
- *
- * @see #ConstraintSet_android_orientation
- * @see #ConstraintSet_android_id
- * @see #ConstraintSet_android_visibility
- * @see #ConstraintSet_android_layout_width
- * @see #ConstraintSet_android_layout_height
- * @see #ConstraintSet_android_layout_marginLeft
- * @see #ConstraintSet_android_layout_marginTop
- * @see #ConstraintSet_android_layout_marginRight
- * @see #ConstraintSet_android_layout_marginBottom
- * @see #ConstraintSet_android_maxWidth
- * @see #ConstraintSet_android_maxHeight
- * @see #ConstraintSet_android_minWidth
- * @see #ConstraintSet_android_minHeight
- * @see #ConstraintSet_android_alpha
- * @see #ConstraintSet_android_transformPivotX
- * @see #ConstraintSet_android_transformPivotY
- * @see #ConstraintSet_android_translationX
- * @see #ConstraintSet_android_translationY
- * @see #ConstraintSet_android_scaleX
- * @see #ConstraintSet_android_scaleY
- * @see #ConstraintSet_android_rotation
- * @see #ConstraintSet_android_rotationX
- * @see #ConstraintSet_android_rotationY
- * @see #ConstraintSet_android_layout_marginStart
- * @see #ConstraintSet_android_layout_marginEnd
- * @see #ConstraintSet_android_translationZ
- * @see #ConstraintSet_android_elevation
- * @see #ConstraintSet_barrierAllowsGoneWidgets
- * @see #ConstraintSet_barrierDirection
- * @see #ConstraintSet_chainUseRtl
- * @see #ConstraintSet_constraint_referenced_ids
- * @see #ConstraintSet_layout_constrainedHeight
- * @see #ConstraintSet_layout_constrainedWidth
- * @see #ConstraintSet_layout_constraintBaseline_creator
- * @see #ConstraintSet_layout_constraintBaseline_toBaselineOf
- * @see #ConstraintSet_layout_constraintBottom_creator
- * @see #ConstraintSet_layout_constraintBottom_toBottomOf
- * @see #ConstraintSet_layout_constraintBottom_toTopOf
- * @see #ConstraintSet_layout_constraintCircle
- * @see #ConstraintSet_layout_constraintCircleAngle
- * @see #ConstraintSet_layout_constraintCircleRadius
- * @see #ConstraintSet_layout_constraintDimensionRatio
- * @see #ConstraintSet_layout_constraintEnd_toEndOf
- * @see #ConstraintSet_layout_constraintEnd_toStartOf
- * @see #ConstraintSet_layout_constraintGuide_begin
- * @see #ConstraintSet_layout_constraintGuide_end
- * @see #ConstraintSet_layout_constraintGuide_percent
- * @see #ConstraintSet_layout_constraintHeight_default
- * @see #ConstraintSet_layout_constraintHeight_max
- * @see #ConstraintSet_layout_constraintHeight_min
- * @see #ConstraintSet_layout_constraintHeight_percent
- * @see #ConstraintSet_layout_constraintHorizontal_bias
- * @see #ConstraintSet_layout_constraintHorizontal_chainStyle
- * @see #ConstraintSet_layout_constraintHorizontal_weight
- * @see #ConstraintSet_layout_constraintLeft_creator
- * @see #ConstraintSet_layout_constraintLeft_toLeftOf
- * @see #ConstraintSet_layout_constraintLeft_toRightOf
- * @see #ConstraintSet_layout_constraintRight_creator
- * @see #ConstraintSet_layout_constraintRight_toLeftOf
- * @see #ConstraintSet_layout_constraintRight_toRightOf
- * @see #ConstraintSet_layout_constraintStart_toEndOf
- * @see #ConstraintSet_layout_constraintStart_toStartOf
- * @see #ConstraintSet_layout_constraintTop_creator
- * @see #ConstraintSet_layout_constraintTop_toBottomOf
- * @see #ConstraintSet_layout_constraintTop_toTopOf
- * @see #ConstraintSet_layout_constraintVertical_bias
- * @see #ConstraintSet_layout_constraintVertical_chainStyle
- * @see #ConstraintSet_layout_constraintVertical_weight
- * @see #ConstraintSet_layout_constraintWidth_default
- * @see #ConstraintSet_layout_constraintWidth_max
- * @see #ConstraintSet_layout_constraintWidth_min
- * @see #ConstraintSet_layout_constraintWidth_percent
- * @see #ConstraintSet_layout_editor_absoluteX
- * @see #ConstraintSet_layout_editor_absoluteY
- * @see #ConstraintSet_layout_goneMarginBottom
- * @see #ConstraintSet_layout_goneMarginEnd
- * @see #ConstraintSet_layout_goneMarginLeft
- * @see #ConstraintSet_layout_goneMarginRight
- * @see #ConstraintSet_layout_goneMarginStart
- * @see #ConstraintSet_layout_goneMarginTop
- */
- public static final int[] ConstraintSet={
- 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, 0x7f020037,
- 0x7f020038, 0x7f020046, 0x7f02005a, 0x7f02009a,
- 0x7f02009b, 0x7f02009c, 0x7f02009d, 0x7f02009e,
- 0x7f02009f, 0x7f0200a0, 0x7f0200a1, 0x7f0200a2,
- 0x7f0200a3, 0x7f0200a4, 0x7f0200a5, 0x7f0200a6,
- 0x7f0200a7, 0x7f0200a8, 0x7f0200a9, 0x7f0200aa,
- 0x7f0200ab, 0x7f0200ac, 0x7f0200ad, 0x7f0200ae,
- 0x7f0200af, 0x7f0200b0, 0x7f0200b1, 0x7f0200b2,
- 0x7f0200b3, 0x7f0200b4, 0x7f0200b5, 0x7f0200b6,
- 0x7f0200b7, 0x7f0200b8, 0x7f0200b9, 0x7f0200ba,
- 0x7f0200bb, 0x7f0200bc, 0x7f0200bd, 0x7f0200be,
- 0x7f0200bf, 0x7f0200c0, 0x7f0200c1, 0x7f0200c2,
- 0x7f0200c4, 0x7f0200c5, 0x7f0200c6, 0x7f0200c7,
- 0x7f0200c8, 0x7f0200c9, 0x7f0200ca, 0x7f0200cb
- };
- /**
- * This symbol is the offset where the {@link android.R.attr#orientation}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * horizontal | 0 | |
- * vertical | 1 | |
- *
- *
- * @attr name android:orientation
- */
- public static final int ConstraintSet_android_orientation=0;
- /**
- * This symbol is the offset where the {@link android.R.attr#id}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name android:id
- */
- public static final int ConstraintSet_android_id=1;
- /**
- *
This symbol is the offset where the {@link android.R.attr#visibility}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * gone | 2 | |
- * invisible | 1 | |
- * visible | 0 | |
- *
- *
- * @attr name android:visibility
- */
- public static final int ConstraintSet_android_visibility=2;
- /**
- * This symbol is the offset where the {@link android.R.attr#layout_width}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * fill_parent | ffffffff | |
- * match_parent | ffffffff | |
- * wrap_content | fffffffe | |
- *
- *
- * @attr name android:layout_width
- */
- public static final int ConstraintSet_android_layout_width=3;
- /**
- * This symbol is the offset where the {@link android.R.attr#layout_height}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * fill_parent | ffffffff | |
- * match_parent | ffffffff | |
- * wrap_content | fffffffe | |
- *
- *
- * @attr name android:layout_height
- */
- public static final int ConstraintSet_android_layout_height=4;
- /**
- * This symbol is the offset where the {@link android.R.attr#layout_marginLeft}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name android:layout_marginLeft
- */
- public static final int ConstraintSet_android_layout_marginLeft=5;
- /**
- *
This symbol is the offset where the {@link android.R.attr#layout_marginTop}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name android:layout_marginTop
- */
- public static final int ConstraintSet_android_layout_marginTop=6;
- /**
- *
This symbol is the offset where the {@link android.R.attr#layout_marginRight}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name android:layout_marginRight
- */
- public static final int ConstraintSet_android_layout_marginRight=7;
- /**
- *
This symbol is the offset where the {@link android.R.attr#layout_marginBottom}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name android:layout_marginBottom
- */
- public static final int ConstraintSet_android_layout_marginBottom=8;
- /**
- *
This symbol is the offset where the {@link android.R.attr#maxWidth}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name android:maxWidth
- */
- public static final int ConstraintSet_android_maxWidth=9;
- /**
- *
This symbol is the offset where the {@link android.R.attr#maxHeight}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name android:maxHeight
- */
- public static final int ConstraintSet_android_maxHeight=10;
- /**
- *
This symbol is the offset where the {@link android.R.attr#minWidth}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name android:minWidth
- */
- public static final int ConstraintSet_android_minWidth=11;
- /**
- *
This symbol is the offset where the {@link android.R.attr#minHeight}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name android:minHeight
- */
- public static final int ConstraintSet_android_minHeight=12;
- /**
- *
This symbol is the offset where the {@link android.R.attr#alpha}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a floating point value, such as "1.2
".
- *
- * @attr name android:alpha
- */
- public static final int ConstraintSet_android_alpha=13;
- /**
- *
This symbol is the offset where the {@link android.R.attr#transformPivotX}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name android:transformPivotX
- */
- public static final int ConstraintSet_android_transformPivotX=14;
- /**
- *
This symbol is the offset where the {@link android.R.attr#transformPivotY}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name android:transformPivotY
- */
- public static final int ConstraintSet_android_transformPivotY=15;
- /**
- *
This symbol is the offset where the {@link android.R.attr#translationX}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name android:translationX
- */
- public static final int ConstraintSet_android_translationX=16;
- /**
- *
This symbol is the offset where the {@link android.R.attr#translationY}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name android:translationY
- */
- public static final int ConstraintSet_android_translationY=17;
- /**
- *
This symbol is the offset where the {@link android.R.attr#scaleX}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a floating point value, such as "1.2
".
- *
- * @attr name android:scaleX
- */
- public static final int ConstraintSet_android_scaleX=18;
- /**
- *
This symbol is the offset where the {@link android.R.attr#scaleY}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a floating point value, such as "1.2
".
- *
- * @attr name android:scaleY
- */
- public static final int ConstraintSet_android_scaleY=19;
- /**
- *
This symbol is the offset where the {@link android.R.attr#rotation}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a floating point value, such as "1.2
".
- *
- * @attr name android:rotation
- */
- public static final int ConstraintSet_android_rotation=20;
- /**
- *
This symbol is the offset where the {@link android.R.attr#rotationX}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a floating point value, such as "1.2
".
- *
- * @attr name android:rotationX
- */
- public static final int ConstraintSet_android_rotationX=21;
- /**
- *
This symbol is the offset where the {@link android.R.attr#rotationY}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a floating point value, such as "1.2
".
- *
- * @attr name android:rotationY
- */
- public static final int ConstraintSet_android_rotationY=22;
- /**
- *
This symbol is the offset where the {@link android.R.attr#layout_marginStart}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name android:layout_marginStart
- */
- public static final int ConstraintSet_android_layout_marginStart=23;
- /**
- *
This symbol is the offset where the {@link android.R.attr#layout_marginEnd}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name android:layout_marginEnd
- */
- public static final int ConstraintSet_android_layout_marginEnd=24;
- /**
- *
This symbol is the offset where the {@link android.R.attr#translationZ}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name android:translationZ
- */
- public static final int ConstraintSet_android_translationZ=25;
- /**
- *
This symbol is the offset where the {@link android.R.attr#elevation}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name android:elevation
- */
- public static final int ConstraintSet_android_elevation=26;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#barrierAllowsGoneWidgets}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name com.example.capstone:barrierAllowsGoneWidgets
- */
- public static final int ConstraintSet_barrierAllowsGoneWidgets=27;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#barrierDirection}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * bottom | 3 | |
- * end | 6 | |
- * left | 0 | |
- * right | 1 | |
- * start | 5 | |
- * top | 2 | |
- *
- *
- * @attr name com.example.capstone:barrierDirection
- */
- public static final int ConstraintSet_barrierDirection=28;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#chainUseRtl}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name com.example.capstone:chainUseRtl
- */
- public static final int ConstraintSet_chainUseRtl=29;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#constraint_referenced_ids}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- *
- * @attr name com.example.capstone:constraint_referenced_ids
- */
- public static final int ConstraintSet_constraint_referenced_ids=30;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constrainedHeight}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name com.example.capstone:layout_constrainedHeight
- */
- public static final int ConstraintSet_layout_constrainedHeight=31;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constrainedWidth}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name com.example.capstone:layout_constrainedWidth
- */
- public static final int ConstraintSet_layout_constrainedWidth=32;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintBaseline_creator}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be an integer value, such as "100
".
- *
- * @attr name com.example.capstone:layout_constraintBaseline_creator
- */
- public static final int ConstraintSet_layout_constraintBaseline_creator=33;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintBaseline_toBaselineOf}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- *
- * @attr name com.example.capstone:layout_constraintBaseline_toBaselineOf
- */
- public static final int ConstraintSet_layout_constraintBaseline_toBaselineOf=34;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintBottom_creator}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be an integer value, such as "100
".
- *
- * @attr name com.example.capstone:layout_constraintBottom_creator
- */
- public static final int ConstraintSet_layout_constraintBottom_creator=35;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintBottom_toBottomOf}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- *
- * @attr name com.example.capstone:layout_constraintBottom_toBottomOf
- */
- public static final int ConstraintSet_layout_constraintBottom_toBottomOf=36;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintBottom_toTopOf}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- *
- * @attr name com.example.capstone:layout_constraintBottom_toTopOf
- */
- public static final int ConstraintSet_layout_constraintBottom_toTopOf=37;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintCircle}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:layout_constraintCircle
- */
- public static final int ConstraintSet_layout_constraintCircle=38;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintCircleAngle}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be an integer value, such as "100
".
- *
- * @attr name com.example.capstone:layout_constraintCircleAngle
- */
- public static final int ConstraintSet_layout_constraintCircleAngle=39;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintCircleRadius}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:layout_constraintCircleRadius
- */
- public static final int ConstraintSet_layout_constraintCircleRadius=40;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintDimensionRatio}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- *
- * @attr name com.example.capstone:layout_constraintDimensionRatio
- */
- public static final int ConstraintSet_layout_constraintDimensionRatio=41;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintEnd_toEndOf}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- *
- * @attr name com.example.capstone:layout_constraintEnd_toEndOf
- */
- public static final int ConstraintSet_layout_constraintEnd_toEndOf=42;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintEnd_toStartOf}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- *
- * @attr name com.example.capstone:layout_constraintEnd_toStartOf
- */
- public static final int ConstraintSet_layout_constraintEnd_toStartOf=43;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintGuide_begin}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:layout_constraintGuide_begin
- */
- public static final int ConstraintSet_layout_constraintGuide_begin=44;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintGuide_end}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:layout_constraintGuide_end
- */
- public static final int ConstraintSet_layout_constraintGuide_end=45;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintGuide_percent}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a floating point value, such as "1.2
".
- *
- * @attr name com.example.capstone:layout_constraintGuide_percent
- */
- public static final int ConstraintSet_layout_constraintGuide_percent=46;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintHeight_default}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * percent | 2 | |
- * spread | 0 | |
- * wrap | 1 | |
- *
- *
- * @attr name com.example.capstone:layout_constraintHeight_default
- */
- public static final int ConstraintSet_layout_constraintHeight_default=47;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintHeight_max}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * wrap | fffffffe | |
- *
- *
- * @attr name com.example.capstone:layout_constraintHeight_max
- */
- public static final int ConstraintSet_layout_constraintHeight_max=48;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintHeight_min}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * wrap | fffffffe | |
- *
- *
- * @attr name com.example.capstone:layout_constraintHeight_min
- */
- public static final int ConstraintSet_layout_constraintHeight_min=49;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintHeight_percent}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a floating point value, such as "1.2
".
- *
- * @attr name com.example.capstone:layout_constraintHeight_percent
- */
- public static final int ConstraintSet_layout_constraintHeight_percent=50;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintHorizontal_bias}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a floating point value, such as "1.2
".
- *
- * @attr name com.example.capstone:layout_constraintHorizontal_bias
- */
- public static final int ConstraintSet_layout_constraintHorizontal_bias=51;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintHorizontal_chainStyle}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * packed | 2 | |
- * spread | 0 | |
- * spread_inside | 1 | |
- *
- *
- * @attr name com.example.capstone:layout_constraintHorizontal_chainStyle
- */
- public static final int ConstraintSet_layout_constraintHorizontal_chainStyle=52;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintHorizontal_weight}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a floating point value, such as "1.2
".
- *
- * @attr name com.example.capstone:layout_constraintHorizontal_weight
- */
- public static final int ConstraintSet_layout_constraintHorizontal_weight=53;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintLeft_creator}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be an integer value, such as "100
".
- *
- * @attr name com.example.capstone:layout_constraintLeft_creator
- */
- public static final int ConstraintSet_layout_constraintLeft_creator=54;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintLeft_toLeftOf}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- *
- * @attr name com.example.capstone:layout_constraintLeft_toLeftOf
- */
- public static final int ConstraintSet_layout_constraintLeft_toLeftOf=55;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintLeft_toRightOf}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- *
- * @attr name com.example.capstone:layout_constraintLeft_toRightOf
- */
- public static final int ConstraintSet_layout_constraintLeft_toRightOf=56;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintRight_creator}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be an integer value, such as "100
".
- *
- * @attr name com.example.capstone:layout_constraintRight_creator
- */
- public static final int ConstraintSet_layout_constraintRight_creator=57;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintRight_toLeftOf}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- *
- * @attr name com.example.capstone:layout_constraintRight_toLeftOf
- */
- public static final int ConstraintSet_layout_constraintRight_toLeftOf=58;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintRight_toRightOf}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- *
- * @attr name com.example.capstone:layout_constraintRight_toRightOf
- */
- public static final int ConstraintSet_layout_constraintRight_toRightOf=59;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintStart_toEndOf}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- *
- * @attr name com.example.capstone:layout_constraintStart_toEndOf
- */
- public static final int ConstraintSet_layout_constraintStart_toEndOf=60;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintStart_toStartOf}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- *
- * @attr name com.example.capstone:layout_constraintStart_toStartOf
- */
- public static final int ConstraintSet_layout_constraintStart_toStartOf=61;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintTop_creator}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be an integer value, such as "100
".
- *
- * @attr name com.example.capstone:layout_constraintTop_creator
- */
- public static final int ConstraintSet_layout_constraintTop_creator=62;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintTop_toBottomOf}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- *
- * @attr name com.example.capstone:layout_constraintTop_toBottomOf
- */
- public static final int ConstraintSet_layout_constraintTop_toBottomOf=63;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintTop_toTopOf}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * parent | 0 | |
- *
- *
- * @attr name com.example.capstone:layout_constraintTop_toTopOf
- */
- public static final int ConstraintSet_layout_constraintTop_toTopOf=64;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintVertical_bias}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a floating point value, such as "1.2
".
- *
- * @attr name com.example.capstone:layout_constraintVertical_bias
- */
- public static final int ConstraintSet_layout_constraintVertical_bias=65;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintVertical_chainStyle}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * packed | 2 | |
- * spread | 0 | |
- * spread_inside | 1 | |
- *
- *
- * @attr name com.example.capstone:layout_constraintVertical_chainStyle
- */
- public static final int ConstraintSet_layout_constraintVertical_chainStyle=66;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintVertical_weight}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a floating point value, such as "1.2
".
- *
- * @attr name com.example.capstone:layout_constraintVertical_weight
- */
- public static final int ConstraintSet_layout_constraintVertical_weight=67;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintWidth_default}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * percent | 2 | |
- * spread | 0 | |
- * wrap | 1 | |
- *
- *
- * @attr name com.example.capstone:layout_constraintWidth_default
- */
- public static final int ConstraintSet_layout_constraintWidth_default=68;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintWidth_max}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * wrap | fffffffe | |
- *
- *
- * @attr name com.example.capstone:layout_constraintWidth_max
- */
- public static final int ConstraintSet_layout_constraintWidth_max=69;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintWidth_min}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * wrap | fffffffe | |
- *
- *
- * @attr name com.example.capstone:layout_constraintWidth_min
- */
- public static final int ConstraintSet_layout_constraintWidth_min=70;
- /**
- * This symbol is the offset where the {@link com.example.capstone.R.attr#layout_constraintWidth_percent}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a floating point value, such as "1.2
".
- *
- * @attr name com.example.capstone:layout_constraintWidth_percent
- */
- public static final int ConstraintSet_layout_constraintWidth_percent=71;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_editor_absoluteX}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:layout_editor_absoluteX
- */
- public static final int ConstraintSet_layout_editor_absoluteX=72;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_editor_absoluteY}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:layout_editor_absoluteY
- */
- public static final int ConstraintSet_layout_editor_absoluteY=73;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_goneMarginBottom}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:layout_goneMarginBottom
- */
- public static final int ConstraintSet_layout_goneMarginBottom=74;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_goneMarginEnd}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:layout_goneMarginEnd
- */
- public static final int ConstraintSet_layout_goneMarginEnd=75;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_goneMarginLeft}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:layout_goneMarginLeft
- */
- public static final int ConstraintSet_layout_goneMarginLeft=76;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_goneMarginRight}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:layout_goneMarginRight
- */
- public static final int ConstraintSet_layout_goneMarginRight=77;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_goneMarginStart}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:layout_goneMarginStart
- */
- public static final int ConstraintSet_layout_goneMarginStart=78;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#layout_goneMarginTop}
- * attribute's value can be found in the {@link #ConstraintSet} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:layout_goneMarginTop
- */
- public static final int ConstraintSet_layout_goneMarginTop=79;
- /**
- * Attributes that can be used with a CoordinatorLayout.
- *
Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #CoordinatorLayout_keylines com.example.capstone:keylines} | A reference to an array of integers representing the
- * locations of horizontal keylines in dp from the starting edge. |
- * {@link #CoordinatorLayout_statusBarBackground com.example.capstone:statusBarBackground} | Drawable to display behind the status bar when the view is set to draw behind it. |
- *
- * @see #CoordinatorLayout_keylines
- * @see #CoordinatorLayout_statusBarBackground
- */
- public static final int[] CoordinatorLayout={
- 0x7f020094, 0x7f020109
- };
- /**
- *
- * @attr description
- * A reference to an array of integers representing the
- * locations of horizontal keylines in dp from the starting edge.
- * Child views can refer to these keylines for alignment using
- * layout_keyline="index" where index is a 0-based index into
- * this array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:keylines
- */
- public static final int CoordinatorLayout_keylines=0;
- /**
- *
- * @attr description
- * Drawable to display behind the status bar when the view is set to draw behind it.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name com.example.capstone:statusBarBackground
- */
- public static final int CoordinatorLayout_statusBarBackground=1;
- /**
- * Attributes that can be used with a CoordinatorLayout_Layout.
- *
Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #CoordinatorLayout_Layout_android_layout_gravity android:layout_gravity} | |
- * {@link #CoordinatorLayout_Layout_layout_anchor com.example.capstone:layout_anchor} | The id of an anchor view that this view should position relative to. |
- * {@link #CoordinatorLayout_Layout_layout_anchorGravity com.example.capstone:layout_anchorGravity} | Specifies how an object should position relative to an anchor, on both the X and Y axes,
- * within its parent's bounds. |
- * {@link #CoordinatorLayout_Layout_layout_behavior com.example.capstone:layout_behavior} | The class name of a Behavior class defining special runtime behavior
- * for this child view. |
- * {@link #CoordinatorLayout_Layout_layout_dodgeInsetEdges com.example.capstone:layout_dodgeInsetEdges} | Specifies how this view dodges the inset edges of the CoordinatorLayout. |
- * {@link #CoordinatorLayout_Layout_layout_insetEdge com.example.capstone:layout_insetEdge} | Specifies how this view insets the CoordinatorLayout and make some other views
- * dodge it. |
- * {@link #CoordinatorLayout_Layout_layout_keyline com.example.capstone:layout_keyline} | The index of a keyline this view should position relative to. |
- *
- * @see #CoordinatorLayout_Layout_android_layout_gravity
- * @see #CoordinatorLayout_Layout_layout_anchor
- * @see #CoordinatorLayout_Layout_layout_anchorGravity
- * @see #CoordinatorLayout_Layout_layout_behavior
- * @see #CoordinatorLayout_Layout_layout_dodgeInsetEdges
- * @see #CoordinatorLayout_Layout_layout_insetEdge
- * @see #CoordinatorLayout_Layout_layout_keyline
- */
- public static final int[] CoordinatorLayout_Layout={
- 0x010100b3, 0x7f020097, 0x7f020098, 0x7f020099,
- 0x7f0200c3, 0x7f0200cc, 0x7f0200cd
- };
- /**
- * This symbol is the offset where the {@link android.R.attr#layout_gravity}
- * attribute's value can be found in the {@link #CoordinatorLayout_Layout} array.
- *
- *
Must be one or more (separated by '|') of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * bottom | 50 | |
- * center | 11 | |
- * center_horizontal | 1 | |
- * center_vertical | 10 | |
- * clip_horizontal | 8 | |
- * clip_vertical | 80 | |
- * end | 800005 | |
- * fill | 77 | |
- * fill_horizontal | 7 | |
- * fill_vertical | 70 | |
- * left | 3 | |
- * right | 5 | |
- * start | 800003 | |
- * top | 30 | |
- *
- *
- * @attr name android:layout_gravity
- */
- public static final int CoordinatorLayout_Layout_android_layout_gravity=0;
- /**
- *
- * @attr description
- * The id of an anchor view that this view should position relative to.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:layout_anchor
- */
- public static final int CoordinatorLayout_Layout_layout_anchor=1;
- /**
- *
- * @attr description
- * Specifies how an object should position relative to an anchor, on both the X and Y axes,
- * within its parent's bounds.
- *
- *
Must be one or more (separated by '|') of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * bottom | 50 | Push object to the bottom of its container, not changing its size. |
- * center | 11 | Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. |
- * center_horizontal | 1 | Place object in the horizontal center of its container, not changing its size. |
- * center_vertical | 10 | Place object in the vertical center of its container, not changing its size. |
- * clip_horizontal | 8 | Additional option that can be set to have the left and/or right edges of
- * the child clipped to its container's bounds.
- * The clip will be based on the horizontal gravity: a left gravity will clip the right
- * edge, a right gravity will clip the left edge, and neither will clip both edges. |
- * clip_vertical | 80 | Additional option that can be set to have the top and/or bottom edges of
- * the child clipped to its container's bounds.
- * The clip will be based on the vertical gravity: a top gravity will clip the bottom
- * edge, a bottom gravity will clip the top edge, and neither will clip both edges. |
- * end | 800005 | Push object to the end of its container, not changing its size. |
- * fill | 77 | Grow the horizontal and vertical size of the object if needed so it completely fills its container. |
- * fill_horizontal | 7 | Grow the horizontal size of the object if needed so it completely fills its container. |
- * fill_vertical | 70 | Grow the vertical size of the object if needed so it completely fills its container. |
- * left | 3 | Push object to the left of its container, not changing its size. |
- * right | 5 | Push object to the right of its container, not changing its size. |
- * start | 800003 | Push object to the beginning of its container, not changing its size. |
- * top | 30 | Push object to the top of its container, not changing its size. |
- *
- *
- * @attr name com.example.capstone:layout_anchorGravity
- */
- public static final int CoordinatorLayout_Layout_layout_anchorGravity=2;
- /**
- *
- * @attr description
- * The class name of a Behavior class defining special runtime behavior
- * for this child view.
- *
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- *
- * @attr name com.example.capstone:layout_behavior
- */
- public static final int CoordinatorLayout_Layout_layout_behavior=3;
- /**
- *
- * @attr description
- * Specifies how this view dodges the inset edges of the CoordinatorLayout.
- *
- *
Must be one or more (separated by '|') of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * all | 77 | Dodge all the inset edges. |
- * bottom | 50 | Dodge the bottom inset edge. |
- * end | 800005 | Dodge the end inset edge. |
- * left | 3 | Dodge the left inset edge. |
- * none | 0 | Don't dodge any edges |
- * right | 5 | Dodge the right inset edge. |
- * start | 800003 | Dodge the start inset edge. |
- * top | 30 | Dodge the top inset edge. |
- *
- *
- * @attr name com.example.capstone:layout_dodgeInsetEdges
- */
- public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges=4;
- /**
- *
- * @attr description
- * Specifies how this view insets the CoordinatorLayout and make some other views
- * dodge it.
- *
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * bottom | 50 | Inset the bottom edge. |
- * end | 800005 | Inset the end edge. |
- * left | 3 | Inset the left edge. |
- * none | 0 | Don't inset. |
- * right | 5 | Inset the right edge. |
- * start | 800003 | Inset the start edge. |
- * top | 30 | Inset the top edge. |
- *
- *
- * @attr name com.example.capstone:layout_insetEdge
- */
- public static final int CoordinatorLayout_Layout_layout_insetEdge=5;
- /**
- *
- * @attr description
- * The index of a keyline this view should position relative to.
- * android:layout_gravity will affect how the view aligns to the
- * specified keyline.
- *
- *
May be an integer value, such as "100
".
- *
- * @attr name com.example.capstone:layout_keyline
- */
- public static final int CoordinatorLayout_Layout_layout_keyline=6;
- /**
- * Attributes that can be used with a DrawerArrowToggle.
- *
Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #DrawerArrowToggle_arrowHeadLength com.example.capstone:arrowHeadLength} | The length of the arrow head when formed to make an arrow |
- * {@link #DrawerArrowToggle_arrowShaftLength com.example.capstone:arrowShaftLength} | The length of the shaft when formed to make an arrow |
- * {@link #DrawerArrowToggle_barLength com.example.capstone:barLength} | The length of the bars when they are parallel to each other |
- * {@link #DrawerArrowToggle_color com.example.capstone:color} | The drawing color for the bars |
- * {@link #DrawerArrowToggle_drawableSize com.example.capstone:drawableSize} | The total size of the drawable |
- * {@link #DrawerArrowToggle_gapBetweenBars com.example.capstone:gapBetweenBars} | The max gap between the bars when they are parallel to each other |
- * {@link #DrawerArrowToggle_spinBars com.example.capstone:spinBars} | Whether bars should rotate or not during transition |
- * {@link #DrawerArrowToggle_thickness com.example.capstone:thickness} | The thickness (stroke size) for the bar paint |
- *
- * @see #DrawerArrowToggle_arrowHeadLength
- * @see #DrawerArrowToggle_arrowShaftLength
- * @see #DrawerArrowToggle_barLength
- * @see #DrawerArrowToggle_color
- * @see #DrawerArrowToggle_drawableSize
- * @see #DrawerArrowToggle_gapBetweenBars
- * @see #DrawerArrowToggle_spinBars
- * @see #DrawerArrowToggle_thickness
- */
- public static final int[] DrawerArrowToggle={
- 0x7f020029, 0x7f02002a, 0x7f020036, 0x7f02004d,
- 0x7f02006f, 0x7f020085, 0x7f020103, 0x7f020121
- };
- /**
- *
- * @attr description
- * The length of the arrow head when formed to make an arrow
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:arrowHeadLength
- */
- public static final int DrawerArrowToggle_arrowHeadLength=0;
- /**
- *
- * @attr description
- * The length of the shaft when formed to make an arrow
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:arrowShaftLength
- */
- public static final int DrawerArrowToggle_arrowShaftLength=1;
- /**
- *
- * @attr description
- * The length of the bars when they are parallel to each other
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:barLength
- */
- public static final int DrawerArrowToggle_barLength=2;
- /**
- *
- * @attr description
- * The drawing color for the bars
- *
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name com.example.capstone:color
- */
- public static final int DrawerArrowToggle_color=3;
- /**
- *
- * @attr description
- * The total size of the drawable
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:drawableSize
- */
- public static final int DrawerArrowToggle_drawableSize=4;
- /**
- *
- * @attr description
- * The max gap between the bars when they are parallel to each other
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:gapBetweenBars
- */
- public static final int DrawerArrowToggle_gapBetweenBars=5;
- /**
- *
- * @attr description
- * Whether bars should rotate or not during transition
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name com.example.capstone:spinBars
- */
- public static final int DrawerArrowToggle_spinBars=6;
- /**
- *
- * @attr description
- * The thickness (stroke size) for the bar paint
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:thickness
- */
- public static final int DrawerArrowToggle_thickness=7;
- /**
- * Attributes that can be used with a FontFamily.
- *
Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #FontFamily_fontProviderAuthority com.example.capstone:fontProviderAuthority} | The authority of the Font Provider to be used for the request. |
- * {@link #FontFamily_fontProviderCerts com.example.capstone:fontProviderCerts} | The sets of hashes for the certificates the provider should be signed with. |
- * {@link #FontFamily_fontProviderFetchStrategy com.example.capstone:fontProviderFetchStrategy} | The strategy to be used when fetching font data from a font provider in XML layouts. |
- * {@link #FontFamily_fontProviderFetchTimeout com.example.capstone:fontProviderFetchTimeout} | The length of the timeout during fetching. |
- * {@link #FontFamily_fontProviderPackage com.example.capstone:fontProviderPackage} | The package for the Font Provider to be used for the request. |
- * {@link #FontFamily_fontProviderQuery com.example.capstone:fontProviderQuery} | The query to be sent over to the provider. |
- *
- * @see #FontFamily_fontProviderAuthority
- * @see #FontFamily_fontProviderCerts
- * @see #FontFamily_fontProviderFetchStrategy
- * @see #FontFamily_fontProviderFetchTimeout
- * @see #FontFamily_fontProviderPackage
- * @see #FontFamily_fontProviderQuery
- */
- public static final int[] FontFamily={
- 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f,
- 0x7f020080, 0x7f020081
- };
- /**
- *
- * @attr description
- * The authority of the Font Provider to be used for the request.
- *
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- *
- * @attr name com.example.capstone:fontProviderAuthority
- */
- public static final int FontFamily_fontProviderAuthority=0;
- /**
- *
- * @attr description
- * The sets of hashes for the certificates the provider should be signed with. This is
- * used to verify the identity of the provider, and is only required if the provider is not
- * part of the system image. This value may point to one list or a list of lists, where each
- * individual list represents one collection of signature hashes. Refer to your font provider's
- * documentation for these values.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:fontProviderCerts
- */
- public static final int FontFamily_fontProviderCerts=1;
- /**
- *
- * @attr description
- * The strategy to be used when fetching font data from a font provider in XML layouts.
- * This attribute is ignored when the resource is loaded from code, as it is equivalent to the
- * choice of API between {@link
- * androidx.core.content.res.ResourcesCompat#getFont(Context, int)} (blocking) and
- * {@link
- * androidx.core.content.res.ResourcesCompat#getFont(Context, int, FontCallback, Handler)}
- * (async).
- *
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * async | 1 | The async font fetch works as follows.
- * First, check the local cache, then if the requeted font is not cached, trigger a
- * request the font and continue with layout inflation. Once the font fetch succeeds, the
- * target text view will be refreshed with the downloaded font data. The
- * fontProviderFetchTimeout will be ignored if async loading is specified. |
- * blocking | 0 | The blocking font fetch works as follows.
- * First, check the local cache, then if the requested font is not cached, request the
- * font from the provider and wait until it is finished. You can change the length of
- * the timeout by modifying fontProviderFetchTimeout. If the timeout happens, the
- * default typeface will be used instead. |
- *
- *
- * @attr name com.example.capstone:fontProviderFetchStrategy
- */
- public static final int FontFamily_fontProviderFetchStrategy=2;
- /**
- *
- * @attr description
- * The length of the timeout during fetching.
- *
- *
May be an integer value, such as "100
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * forever | ffffffff | A special value for the timeout. In this case, the blocking font fetching will not
- * timeout and wait until a reply is received from the font provider. |
- *
- *
- * @attr name com.example.capstone:fontProviderFetchTimeout
- */
- public static final int FontFamily_fontProviderFetchTimeout=3;
- /**
- *
- * @attr description
- * The package for the Font Provider to be used for the request. This is used to verify
- * the identity of the provider.
- *
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- *
- * @attr name com.example.capstone:fontProviderPackage
- */
- public static final int FontFamily_fontProviderPackage=4;
- /**
- *
- * @attr description
- * The query to be sent over to the provider. Refer to your font provider's documentation
- * on the format of this string.
- *
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- *
- * @attr name com.example.capstone:fontProviderQuery
- */
- public static final int FontFamily_fontProviderQuery=5;
- /**
- * Attributes that can be used with a FontFamilyFont.
- *
Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #FontFamilyFont_android_font android:font} | |
- * {@link #FontFamilyFont_android_fontWeight android:fontWeight} | |
- * {@link #FontFamilyFont_android_fontStyle android:fontStyle} | |
- * {@link #FontFamilyFont_android_ttcIndex android:ttcIndex} | |
- * {@link #FontFamilyFont_android_fontVariationSettings android:fontVariationSettings} | |
- * {@link #FontFamilyFont_font com.example.capstone:font} | The reference to the font file to be used. |
- * {@link #FontFamilyFont_fontStyle com.example.capstone:fontStyle} | The style of the given font file. |
- * {@link #FontFamilyFont_fontVariationSettings com.example.capstone:fontVariationSettings} | The variation settings to be applied to the font. |
- * {@link #FontFamilyFont_fontWeight com.example.capstone:fontWeight} | The weight of the given font file. |
- * {@link #FontFamilyFont_ttcIndex com.example.capstone:ttcIndex} | The index of the font in the tcc font file. |
- *
- * @see #FontFamilyFont_android_font
- * @see #FontFamilyFont_android_fontWeight
- * @see #FontFamilyFont_android_fontStyle
- * @see #FontFamilyFont_android_ttcIndex
- * @see #FontFamilyFont_android_fontVariationSettings
- * @see #FontFamilyFont_font
- * @see #FontFamilyFont_fontStyle
- * @see #FontFamilyFont_fontVariationSettings
- * @see #FontFamilyFont_fontWeight
- * @see #FontFamilyFont_ttcIndex
- */
- public static final int[] FontFamilyFont={
- 0x01010532, 0x01010533, 0x0101053f, 0x0101056f,
- 0x01010570, 0x7f02007a, 0x7f020082, 0x7f020083,
- 0x7f020084, 0x7f02013c
- };
- /**
- * This symbol is the offset where the {@link android.R.attr#font}
- * attribute's value can be found in the {@link #FontFamilyFont} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name android:font
- */
- public static final int FontFamilyFont_android_font=0;
- /**
- *
This symbol is the offset where the {@link android.R.attr#fontWeight}
- * attribute's value can be found in the {@link #FontFamilyFont} array.
- *
- *
May be an integer value, such as "100
".
- *
- * @attr name android:fontWeight
- */
- public static final int FontFamilyFont_android_fontWeight=1;
- /**
- *
- * @attr description
- * References to the framework attrs
- *
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * italic | 1 | |
- * normal | 0 | |
- *
- *
- * @attr name android:fontStyle
- */
- public static final int FontFamilyFont_android_fontStyle=2;
- /**
- * This symbol is the offset where the {@link android.R.attr#ttcIndex}
- * attribute's value can be found in the {@link #FontFamilyFont} array.
- *
- *
May be an integer value, such as "100
".
- *
- * @attr name android:ttcIndex
- */
- public static final int FontFamilyFont_android_ttcIndex=3;
- /**
- *
This symbol is the offset where the {@link android.R.attr#fontVariationSettings}
- * attribute's value can be found in the {@link #FontFamilyFont} array.
- *
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- *
- * @attr name android:fontVariationSettings
- */
- public static final int FontFamilyFont_android_fontVariationSettings=4;
- /**
- *
- * @attr description
- * The reference to the font file to be used. This should be a file in the res/font folder
- * and should therefore have an R reference value. E.g. @font/myfont
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:font
- */
- public static final int FontFamilyFont_font=5;
- /**
- *
- * @attr description
- * The style of the given font file. This will be used when the font is being loaded into
- * the font stack and will override any style information in the font's header tables. If
- * unspecified, the value in the font's header tables will be used.
- *
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * italic | 1 | |
- * normal | 0 | |
- *
- *
- * @attr name com.example.capstone:fontStyle
- */
- public static final int FontFamilyFont_fontStyle=6;
- /**
- *
- * @attr description
- * The variation settings to be applied to the font. The string should be in the following
- * format: "'tag1' value1, 'tag2' value2, ...". If the default variation settings should be
- * used, or the font used does not support variation settings, this attribute needs not be
- * specified.
- *
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- *
- * @attr name com.example.capstone:fontVariationSettings
- */
- public static final int FontFamilyFont_fontVariationSettings=7;
- /**
- *
- * @attr description
- * The weight of the given font file. This will be used when the font is being loaded into
- * the font stack and will override any weight information in the font's header tables. Must
- * be a positive number, a multiple of 100, and between 100 and 900, inclusive. The most
- * common values are 400 for regular weight and 700 for bold weight. If unspecified, the value
- * in the font's header tables will be used.
- *
- *
May be an integer value, such as "100
".
- *
- * @attr name com.example.capstone:fontWeight
- */
- public static final int FontFamilyFont_fontWeight=8;
- /**
- *
- * @attr description
- * The index of the font in the tcc font file. If the font file referenced is not in the
- * tcc format, this attribute needs not be specified.
- *
- *
May be an integer value, such as "100
".
- *
- * @attr name com.example.capstone:ttcIndex
- */
- public static final int FontFamilyFont_ttcIndex=9;
- /**
- * Attributes that can be used with a GradientColor.
- *
Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #GradientColor_android_startColor android:startColor} | |
- * {@link #GradientColor_android_endColor android:endColor} | |
- * {@link #GradientColor_android_type android:type} | |
- * {@link #GradientColor_android_centerX android:centerX} | |
- * {@link #GradientColor_android_centerY android:centerY} | |
- * {@link #GradientColor_android_gradientRadius android:gradientRadius} | |
- * {@link #GradientColor_android_tileMode android:tileMode} | |
- * {@link #GradientColor_android_centerColor android:centerColor} | |
- * {@link #GradientColor_android_startX android:startX} | |
- * {@link #GradientColor_android_startY android:startY} | |
- * {@link #GradientColor_android_endX android:endX} | |
- * {@link #GradientColor_android_endY android:endY} | |
- *
- * @see #GradientColor_android_startColor
- * @see #GradientColor_android_endColor
- * @see #GradientColor_android_type
- * @see #GradientColor_android_centerX
- * @see #GradientColor_android_centerY
- * @see #GradientColor_android_gradientRadius
- * @see #GradientColor_android_tileMode
- * @see #GradientColor_android_centerColor
- * @see #GradientColor_android_startX
- * @see #GradientColor_android_startY
- * @see #GradientColor_android_endX
- * @see #GradientColor_android_endY
- */
- public static final int[] GradientColor={
- 0x0101019d, 0x0101019e, 0x010101a1, 0x010101a2,
- 0x010101a3, 0x010101a4, 0x01010201, 0x0101020b,
- 0x01010510, 0x01010511, 0x01010512, 0x01010513
- };
- /**
- *
- * @attr description
- * Start color of the gradient.
- *
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name android:startColor
- */
- public static final int GradientColor_android_startColor=0;
- /**
- *
- * @attr description
- * End color of the gradient.
- *
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name android:endColor
- */
- public static final int GradientColor_android_endColor=1;
- /**
- *
- * @attr description
- * Type of gradient. The default type is linear.
- *
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * linear | 0 | |
- * radial | 1 | |
- * sweep | 2 | |
- *
- *
- * @attr name android:type
- */
- public static final int GradientColor_android_type=2;
- /**
- *
- * @attr description
- * X coordinate of the center of the gradient within the path.
- *
- *
May be a floating point value, such as "1.2
".
- *
May be a fractional value, which is a floating point number appended with
- * either % or %p, such as "14.5%
".
- * The % suffix always means a percentage of the base size;
- * the optional %p suffix provides a size relative to some parent container.
- *
- * @attr name android:centerX
- */
- public static final int GradientColor_android_centerX=3;
- /**
- *
- * @attr description
- * Y coordinate of the center of the gradient within the path.
- *
- *
May be a floating point value, such as "1.2
".
- *
May be a fractional value, which is a floating point number appended with
- * either % or %p, such as "14.5%
".
- * The % suffix always means a percentage of the base size;
- * the optional %p suffix provides a size relative to some parent container.
- *
- * @attr name android:centerY
- */
- public static final int GradientColor_android_centerY=4;
- /**
- *
- * @attr description
- * Radius of the gradient, used only with radial gradient.
- *
- *
May be a floating point value, such as "1.2
".
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
May be a fractional value, which is a floating point number appended with
- * either % or %p, such as "14.5%
".
- * The % suffix always means a percentage of the base size;
- * the optional %p suffix provides a size relative to some parent container.
- *
- * @attr name android:gradientRadius
- */
- public static final int GradientColor_android_gradientRadius=5;
- /**
- *
- * @attr description
- * Defines the tile mode of the gradient. SweepGradient doesn't support tiling.
- *
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * clamp | 0 | |
- * disabled | ffffffff | |
- * mirror | 2 | |
- * repeat | 1 | |
- *
- *
- * @attr name android:tileMode
- */
- public static final int GradientColor_android_tileMode=6;
- /**
- *
- * @attr description
- * Optional center color.
- *
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name android:centerColor
- */
- public static final int GradientColor_android_centerColor=7;
- /**
- *
- * @attr description
- * X coordinate of the start point origin of the gradient.
- * Defined in same coordinates as the path itself
- *
- *
May be a floating point value, such as "1.2
".
- *
- * @attr name android:startX
- */
- public static final int GradientColor_android_startX=8;
- /**
- *
- * @attr description
- * Y coordinate of the start point of the gradient within the shape.
- * Defined in same coordinates as the path itself
- *
- *
May be a floating point value, such as "1.2
".
- *
- * @attr name android:startY
- */
- public static final int GradientColor_android_startY=9;
- /**
- *
- * @attr description
- * X coordinate of the end point origin of the gradient.
- * Defined in same coordinates as the path itself
- *
- *
May be a floating point value, such as "1.2
".
- *
- * @attr name android:endX
- */
- public static final int GradientColor_android_endX=10;
- /**
- *
- * @attr description
- * Y coordinate of the end point of the gradient within the shape.
- * Defined in same coordinates as the path itself
- *
- *
May be a floating point value, such as "1.2
".
- *
- * @attr name android:endY
- */
- public static final int GradientColor_android_endY=11;
- /**
- * Attributes that can be used with a GradientColorItem.
- *
Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #GradientColorItem_android_color android:color} | |
- * {@link #GradientColorItem_android_offset android:offset} | |
- *
- * @see #GradientColorItem_android_color
- * @see #GradientColorItem_android_offset
- */
- public static final int[] GradientColorItem={
- 0x010101a5, 0x01010514
- };
- /**
- *
- * @attr description
- * The current color for the offset inside the gradient.
- *
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name android:color
- */
- public static final int GradientColorItem_android_color=0;
- /**
- *
- * @attr description
- * The offset (or ratio) of this current color item inside the gradient.
- * The value is only meaningful when it is between 0 and 1.
- *
- *
May be a floating point value, such as "1.2
".
- *
- * @attr name android:offset
- */
- public static final int GradientColorItem_android_offset=1;
- /**
- * Attributes that can be used with a LinearConstraintLayout.
- *
Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #LinearConstraintLayout_android_orientation android:orientation} | |
- *
- * @see #LinearConstraintLayout_android_orientation
- */
- public static final int[] LinearConstraintLayout={
- 0x010100c4
- };
- /**
- * This symbol is the offset where the {@link android.R.attr#orientation}
- * attribute's value can be found in the {@link #LinearConstraintLayout} array.
- *
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * horizontal | 0 | |
- * vertical | 1 | |
- *
- *
- * @attr name android:orientation
- */
- public static final int LinearConstraintLayout_android_orientation=0;
- /**
- * Attributes that can be used with a LinearLayoutCompat.
- * Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #LinearLayoutCompat_android_gravity android:gravity} | |
- * {@link #LinearLayoutCompat_android_orientation android:orientation} | |
- * {@link #LinearLayoutCompat_android_baselineAligned android:baselineAligned} | |
- * {@link #LinearLayoutCompat_android_baselineAlignedChildIndex android:baselineAlignedChildIndex} | |
- * {@link #LinearLayoutCompat_android_weightSum android:weightSum} | |
- * {@link #LinearLayoutCompat_divider com.example.capstone:divider} | Specifies the drawable used for item dividers. |
- * {@link #LinearLayoutCompat_dividerPadding com.example.capstone:dividerPadding} | Size of padding on either end of a divider. |
- * {@link #LinearLayoutCompat_measureWithLargestChild com.example.capstone:measureWithLargestChild} | When set to true, all children with a weight will be considered having
- * the minimum size of the largest child. |
- * {@link #LinearLayoutCompat_showDividers com.example.capstone:showDividers} | Setting for which dividers to show. |
- *
- * @see #LinearLayoutCompat_android_gravity
- * @see #LinearLayoutCompat_android_orientation
- * @see #LinearLayoutCompat_android_baselineAligned
- * @see #LinearLayoutCompat_android_baselineAlignedChildIndex
- * @see #LinearLayoutCompat_android_weightSum
- * @see #LinearLayoutCompat_divider
- * @see #LinearLayoutCompat_dividerPadding
- * @see #LinearLayoutCompat_measureWithLargestChild
- * @see #LinearLayoutCompat_showDividers
- */
- public static final int[] LinearLayoutCompat={
- 0x010100af, 0x010100c4, 0x01010126, 0x01010127,
- 0x01010128, 0x7f02006b, 0x7f02006d, 0x7f0200de,
- 0x7f0200ff
- };
- /**
- * This symbol is the offset where the {@link android.R.attr#gravity}
- * attribute's value can be found in the {@link #LinearLayoutCompat} array.
- *
- *
Must be one or more (separated by '|') of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * bottom | 50 | |
- * center | 11 | |
- * center_horizontal | 1 | |
- * center_vertical | 10 | |
- * clip_horizontal | 8 | |
- * clip_vertical | 80 | |
- * end | 800005 | |
- * fill | 77 | |
- * fill_horizontal | 7 | |
- * fill_vertical | 70 | |
- * left | 3 | |
- * right | 5 | |
- * start | 800003 | |
- * top | 30 | |
- *
- *
- * @attr name android:gravity
- */
- public static final int LinearLayoutCompat_android_gravity=0;
- /**
- *
- * @attr description
- * Should the layout be a column or a row? Use "horizontal"
- * for a row, "vertical" for a column. The default is
- * horizontal.
- *
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * horizontal | 0 | |
- * vertical | 1 | |
- *
- *
- * @attr name android:orientation
- */
- public static final int LinearLayoutCompat_android_orientation=1;
- /**
- *
- * @attr description
- * When set to false, prevents the layout from aligning its children's
- * baselines. This attribute is particularly useful when the children
- * use different values for gravity. The default value is true.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name android:baselineAligned
- */
- public static final int LinearLayoutCompat_android_baselineAligned=2;
- /**
- *
- * @attr description
- * When a linear layout is part of another layout that is baseline
- * aligned, it can specify which of its children to baseline align to
- * (that is, which child TextView).
- *
- *
May be an integer value, such as "100
".
- *
- * @attr name android:baselineAlignedChildIndex
- */
- public static final int LinearLayoutCompat_android_baselineAlignedChildIndex=3;
- /**
- *
- * @attr description
- * Defines the maximum weight sum. If unspecified, the sum is computed
- * by adding the layout_weight of all of the children. This can be
- * used for instance to give a single child 50% of the total available
- * space by giving it a layout_weight of 0.5 and setting the weightSum
- * to 1.0.
- *
- *
May be a floating point value, such as "1.2
".
- *
- * @attr name android:weightSum
- */
- public static final int LinearLayoutCompat_android_weightSum=4;
- /**
- *
- * @attr description
- * Drawable to use as a vertical divider between buttons.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:divider
- */
- public static final int LinearLayoutCompat_divider=5;
- /**
- *
- * @attr description
- * Size of padding on either end of a divider.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:dividerPadding
- */
- public static final int LinearLayoutCompat_dividerPadding=6;
- /**
- *
- * @attr description
- * When set to true, all children with a weight will be considered having
- * the minimum size of the largest child. If false, all children are
- * measured normally.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name com.example.capstone:measureWithLargestChild
- */
- public static final int LinearLayoutCompat_measureWithLargestChild=7;
- /**
- *
- * @attr description
- * Setting for which dividers to show.
- *
- *
Must be one or more (separated by '|') of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * beginning | 1 | |
- * end | 4 | |
- * middle | 2 | |
- * none | 0 | |
- *
- *
- * @attr name com.example.capstone:showDividers
- */
- public static final int LinearLayoutCompat_showDividers=8;
- /**
- * Attributes that can be used with a LinearLayoutCompat_Layout.
- * Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #LinearLayoutCompat_Layout_android_layout_gravity android:layout_gravity} | |
- * {@link #LinearLayoutCompat_Layout_android_layout_width android:layout_width} | |
- * {@link #LinearLayoutCompat_Layout_android_layout_height android:layout_height} | |
- * {@link #LinearLayoutCompat_Layout_android_layout_weight android:layout_weight} | |
- *
- * @see #LinearLayoutCompat_Layout_android_layout_gravity
- * @see #LinearLayoutCompat_Layout_android_layout_width
- * @see #LinearLayoutCompat_Layout_android_layout_height
- * @see #LinearLayoutCompat_Layout_android_layout_weight
- */
- public static final int[] LinearLayoutCompat_Layout={
- 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181
- };
- /**
- * This symbol is the offset where the {@link android.R.attr#layout_gravity}
- * attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
- *
- *
Must be one or more (separated by '|') of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * bottom | 50 | |
- * center | 11 | |
- * center_horizontal | 1 | |
- * center_vertical | 10 | |
- * clip_horizontal | 8 | |
- * clip_vertical | 80 | |
- * end | 800005 | |
- * fill | 77 | |
- * fill_horizontal | 7 | |
- * fill_vertical | 70 | |
- * left | 3 | |
- * right | 5 | |
- * start | 800003 | |
- * top | 30 | |
- *
- *
- * @attr name android:layout_gravity
- */
- public static final int LinearLayoutCompat_Layout_android_layout_gravity=0;
- /**
- * This symbol is the offset where the {@link android.R.attr#layout_width}
- * attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * fill_parent | ffffffff | |
- * match_parent | ffffffff | |
- * wrap_content | fffffffe | |
- *
- *
- * @attr name android:layout_width
- */
- public static final int LinearLayoutCompat_Layout_android_layout_width=1;
- /**
- * This symbol is the offset where the {@link android.R.attr#layout_height}
- * attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * fill_parent | ffffffff | |
- * match_parent | ffffffff | |
- * wrap_content | fffffffe | |
- *
- *
- * @attr name android:layout_height
- */
- public static final int LinearLayoutCompat_Layout_android_layout_height=2;
- /**
- * This symbol is the offset where the {@link android.R.attr#layout_weight}
- * attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
- *
- *
May be a floating point value, such as "1.2
".
- *
- * @attr name android:layout_weight
- */
- public static final int LinearLayoutCompat_Layout_android_layout_weight=3;
- /**
- * Attributes that can be used with a ListPopupWindow.
- *
Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #ListPopupWindow_android_dropDownHorizontalOffset android:dropDownHorizontalOffset} | |
- * {@link #ListPopupWindow_android_dropDownVerticalOffset android:dropDownVerticalOffset} | |
- *
- * @see #ListPopupWindow_android_dropDownHorizontalOffset
- * @see #ListPopupWindow_android_dropDownVerticalOffset
- */
- public static final int[] ListPopupWindow={
- 0x010102ac, 0x010102ad
- };
- /**
- *
- * @attr description
- * Amount of pixels by which the drop down should be offset horizontally.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name android:dropDownHorizontalOffset
- */
- public static final int ListPopupWindow_android_dropDownHorizontalOffset=0;
- /**
- *
- * @attr description
- * Amount of pixels by which the drop down should be offset vertically.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name android:dropDownVerticalOffset
- */
- public static final int ListPopupWindow_android_dropDownVerticalOffset=1;
- /**
- * Attributes that can be used with a MenuGroup.
- *
Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #MenuGroup_android_enabled android:enabled} | |
- * {@link #MenuGroup_android_id android:id} | |
- * {@link #MenuGroup_android_visible android:visible} | |
- * {@link #MenuGroup_android_menuCategory android:menuCategory} | |
- * {@link #MenuGroup_android_orderInCategory android:orderInCategory} | |
- * {@link #MenuGroup_android_checkableBehavior android:checkableBehavior} | |
- *
- * @see #MenuGroup_android_enabled
- * @see #MenuGroup_android_id
- * @see #MenuGroup_android_visible
- * @see #MenuGroup_android_menuCategory
- * @see #MenuGroup_android_orderInCategory
- * @see #MenuGroup_android_checkableBehavior
- */
- public static final int[] MenuGroup={
- 0x0101000e, 0x010100d0, 0x01010194, 0x010101de,
- 0x010101df, 0x010101e0
- };
- /**
- *
- * @attr description
- * Whether the items are enabled.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name android:enabled
- */
- public static final int MenuGroup_android_enabled=0;
- /**
- *
- * @attr description
- * The ID of the group.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name android:id
- */
- public static final int MenuGroup_android_id=1;
- /**
- *
- * @attr description
- * Whether the items are shown/visible.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name android:visible
- */
- public static final int MenuGroup_android_visible=2;
- /**
- *
- * @attr description
- * The category applied to all items within this group.
- * (This will be or'ed with the orderInCategory attribute.)
- *
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * alternative | 40000 | |
- * container | 10000 | |
- * secondary | 30000 | |
- * system | 20000 | |
- *
- *
- * @attr name android:menuCategory
- */
- public static final int MenuGroup_android_menuCategory=3;
- /**
- *
- * @attr description
- * The order within the category applied to all items within this group.
- * (This will be or'ed with the category attribute.)
- *
- *
May be an integer value, such as "100
".
- *
- * @attr name android:orderInCategory
- */
- public static final int MenuGroup_android_orderInCategory=4;
- /**
- *
- * @attr description
- * Whether the items are capable of displaying a check mark.
- *
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * all | 1 | |
- * none | 0 | |
- * single | 2 | |
- *
- *
- * @attr name android:checkableBehavior
- */
- public static final int MenuGroup_android_checkableBehavior=5;
- /**
- * Attributes that can be used with a MenuItem.
- * Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #MenuItem_android_icon android:icon} | |
- * {@link #MenuItem_android_enabled android:enabled} | |
- * {@link #MenuItem_android_id android:id} | |
- * {@link #MenuItem_android_checked android:checked} | |
- * {@link #MenuItem_android_visible android:visible} | |
- * {@link #MenuItem_android_menuCategory android:menuCategory} | |
- * {@link #MenuItem_android_orderInCategory android:orderInCategory} | |
- * {@link #MenuItem_android_title android:title} | |
- * {@link #MenuItem_android_titleCondensed android:titleCondensed} | |
- * {@link #MenuItem_android_alphabeticShortcut android:alphabeticShortcut} | |
- * {@link #MenuItem_android_numericShortcut android:numericShortcut} | |
- * {@link #MenuItem_android_checkable android:checkable} | |
- * {@link #MenuItem_android_onClick android:onClick} | |
- * {@link #MenuItem_actionLayout com.example.capstone:actionLayout} | An optional layout to be used as an action view. |
- * {@link #MenuItem_actionProviderClass com.example.capstone:actionProviderClass} | The name of an optional ActionProvider class to instantiate an action view
- * and perform operations such as default action for that menu item. |
- * {@link #MenuItem_actionViewClass com.example.capstone:actionViewClass} | The name of an optional View class to instantiate and use as an
- * action view. |
- * {@link #MenuItem_alphabeticModifiers com.example.capstone:alphabeticModifiers} | The alphabetic modifier key. |
- * {@link #MenuItem_contentDescription com.example.capstone:contentDescription} | The content description associated with the item. |
- * {@link #MenuItem_iconTint com.example.capstone:iconTint} | Tint to apply to the icon. |
- * {@link #MenuItem_iconTintMode com.example.capstone:iconTintMode} | Blending mode used to apply the icon tint. |
- * {@link #MenuItem_numericModifiers com.example.capstone:numericModifiers} | The numeric modifier key. |
- * {@link #MenuItem_showAsAction com.example.capstone:showAsAction} | How this item should display in the Action Bar, if present. |
- * {@link #MenuItem_tooltipText com.example.capstone:tooltipText} | The tooltip text associated with the item. |
- *
- * @see #MenuItem_android_icon
- * @see #MenuItem_android_enabled
- * @see #MenuItem_android_id
- * @see #MenuItem_android_checked
- * @see #MenuItem_android_visible
- * @see #MenuItem_android_menuCategory
- * @see #MenuItem_android_orderInCategory
- * @see #MenuItem_android_title
- * @see #MenuItem_android_titleCondensed
- * @see #MenuItem_android_alphabeticShortcut
- * @see #MenuItem_android_numericShortcut
- * @see #MenuItem_android_checkable
- * @see #MenuItem_android_onClick
- * @see #MenuItem_actionLayout
- * @see #MenuItem_actionProviderClass
- * @see #MenuItem_actionViewClass
- * @see #MenuItem_alphabeticModifiers
- * @see #MenuItem_contentDescription
- * @see #MenuItem_iconTint
- * @see #MenuItem_iconTintMode
- * @see #MenuItem_numericModifiers
- * @see #MenuItem_showAsAction
- * @see #MenuItem_tooltipText
- */
- public static final int[] MenuItem={
- 0x01010002, 0x0101000e, 0x010100d0, 0x01010106,
- 0x01010194, 0x010101de, 0x010101df, 0x010101e1,
- 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5,
- 0x0101026f, 0x7f02000d, 0x7f02001f, 0x7f020020,
- 0x7f020028, 0x7f02005c, 0x7f02008c, 0x7f02008d,
- 0x7f0200e3, 0x7f0200fe, 0x7f020138
- };
- /**
- *
- * @attr description
- * The icon associated with this item. This icon will not always be shown, so
- * the title should be sufficient in describing this item.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name android:icon
- */
- public static final int MenuItem_android_icon=0;
- /**
- *
- * @attr description
- * Whether the item is enabled.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name android:enabled
- */
- public static final int MenuItem_android_enabled=1;
- /**
- *
- * @attr description
- * The ID of the item.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name android:id
- */
- public static final int MenuItem_android_id=2;
- /**
- *
- * @attr description
- * Whether the item is checked. Note that you must first have enabled checking with
- * the checkable attribute or else the check mark will not appear.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name android:checked
- */
- public static final int MenuItem_android_checked=3;
- /**
- *
- * @attr description
- * Whether the item is shown/visible.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name android:visible
- */
- public static final int MenuItem_android_visible=4;
- /**
- *
- * @attr description
- * The category applied to the item.
- * (This will be or'ed with the orderInCategory attribute.)
- *
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * alternative | 40000 | |
- * container | 10000 | |
- * secondary | 30000 | |
- * system | 20000 | |
- *
- *
- * @attr name android:menuCategory
- */
- public static final int MenuItem_android_menuCategory=5;
- /**
- *
- * @attr description
- * The order within the category applied to the item.
- * (This will be or'ed with the category attribute.)
- *
- *
May be an integer value, such as "100
".
- *
- * @attr name android:orderInCategory
- */
- public static final int MenuItem_android_orderInCategory=6;
- /**
- *
- * @attr description
- * The title associated with the item.
- *
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- *
- * @attr name android:title
- */
- public static final int MenuItem_android_title=7;
- /**
- *
- * @attr description
- * The condensed title associated with the item. This is used in situations where the
- * normal title may be too long to be displayed.
- *
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- *
- * @attr name android:titleCondensed
- */
- public static final int MenuItem_android_titleCondensed=8;
- /**
- *
- * @attr description
- * The alphabetic shortcut key. This is the shortcut when using a keyboard
- * with alphabetic keys.
- *
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- *
- * @attr name android:alphabeticShortcut
- */
- public static final int MenuItem_android_alphabeticShortcut=9;
- /**
- *
- * @attr description
- * The numeric shortcut key. This is the shortcut when using a numeric (e.g., 12-key)
- * keyboard.
- *
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- *
- * @attr name android:numericShortcut
- */
- public static final int MenuItem_android_numericShortcut=10;
- /**
- *
- * @attr description
- * Whether the item is capable of displaying a check mark.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name android:checkable
- */
- public static final int MenuItem_android_checkable=11;
- /**
- *
- * @attr description
- * Name of a method on the Context used to inflate the menu that will be
- * called when the item is clicked.
- *
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- *
- * @attr name android:onClick
- */
- public static final int MenuItem_android_onClick=12;
- /**
- *
- * @attr description
- * An optional layout to be used as an action view.
- * See {@link android.view.MenuItem#setActionView(android.view.View)}
- * for more info.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:actionLayout
- */
- public static final int MenuItem_actionLayout=13;
- /**
- *
- * @attr description
- * The name of an optional ActionProvider class to instantiate an action view
- * and perform operations such as default action for that menu item.
- * See {@link android.view.MenuItem#setActionProvider(android.view.ActionProvider)}
- * for more info.
- *
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- *
- * @attr name com.example.capstone:actionProviderClass
- */
- public static final int MenuItem_actionProviderClass=14;
- /**
- *
- * @attr description
- * The name of an optional View class to instantiate and use as an
- * action view. See {@link android.view.MenuItem#setActionView(android.view.View)}
- * for more info.
- *
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- *
- * @attr name com.example.capstone:actionViewClass
- */
- public static final int MenuItem_actionViewClass=15;
- /**
- *
- * @attr description
- * The alphabetic modifier key. This is the modifier when using a keyboard
- * with alphabetic keys. The values should be kept in sync with KeyEvent
- *
- *
Must be one or more (separated by '|') of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * ALT | 2 | |
- * CTRL | 1000 | |
- * FUNCTION | 8 | |
- * META | 10000 | |
- * SHIFT | 1 | |
- * SYM | 4 | |
- *
- *
- * @attr name com.example.capstone:alphabeticModifiers
- */
- public static final int MenuItem_alphabeticModifiers=16;
- /**
- *
- * @attr description
- * The content description associated with the item.
- *
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- *
- * @attr name com.example.capstone:contentDescription
- */
- public static final int MenuItem_contentDescription=17;
- /**
- *
- * @attr description
- * Tint to apply to the icon.
- *
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name com.example.capstone:iconTint
- */
- public static final int MenuItem_iconTint=18;
- /**
- *
- * @attr description
- * Blending mode used to apply the icon tint.
- *
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * add | 10 | Combines the tint and icon color and alpha channels, clamping the
- * result to valid color values. Saturate(S + D) |
- * multiply | e | Multiplies the color and alpha channels of the icon with those of
- * the tint. [Sa * Da, Sc * Dc] |
- * screen | f | [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] |
- * src_atop | 9 | The tint is drawn above the icon, but with the icon’s alpha
- * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] |
- * src_in | 5 | The tint is masked by the alpha channel of the icon. The icon’s
- * color channels are thrown out. [Sa * Da, Sc * Da] |
- * src_over | 3 | The tint is drawn on top of the icon.
- * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] |
- *
- *
- * @attr name com.example.capstone:iconTintMode
- */
- public static final int MenuItem_iconTintMode=19;
- /**
- *
- * @attr description
- * The numeric modifier key. This is the modifier when using a numeric (e.g., 12-key)
- * keyboard. The values should be kept in sync with KeyEvent
- *
- *
Must be one or more (separated by '|') of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * ALT | 2 | |
- * CTRL | 1000 | |
- * FUNCTION | 8 | |
- * META | 10000 | |
- * SHIFT | 1 | |
- * SYM | 4 | |
- *
- *
- * @attr name com.example.capstone:numericModifiers
- */
- public static final int MenuItem_numericModifiers=20;
- /**
- *
- * @attr description
- * How this item should display in the Action Bar, if present.
- *
- *
Must be one or more (separated by '|') of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * always | 2 | Always show this item in an actionbar, even if it would override
- * the system's limits of how much stuff to put there. This may make
- * your action bar look bad on some screens. In most cases you should
- * use "ifRoom" instead. Mutually exclusive with "ifRoom" and "never". |
- * collapseActionView | 8 | This item's action view collapses to a normal menu
- * item. When expanded, the action view takes over a
- * larger segment of its container. |
- * ifRoom | 1 | Show this item in an action bar if there is room for it as determined
- * by the system. Favor this option over "always" where possible.
- * Mutually exclusive with "never" and "always". |
- * never | 0 | Never show this item in an action bar, show it in the overflow menu instead.
- * Mutually exclusive with "ifRoom" and "always". |
- * withText | 4 | When this item is shown as an action in the action bar, show a text
- * label with it even if it has an icon representation. |
- *
- *
- * @attr name com.example.capstone:showAsAction
- */
- public static final int MenuItem_showAsAction=21;
- /**
- *
- * @attr description
- * The tooltip text associated with the item.
- *
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- *
- * @attr name com.example.capstone:tooltipText
- */
- public static final int MenuItem_tooltipText=22;
- /**
- * Attributes that can be used with a MenuView.
- *
Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #MenuView_android_windowAnimationStyle android:windowAnimationStyle} | |
- * {@link #MenuView_android_itemTextAppearance android:itemTextAppearance} | |
- * {@link #MenuView_android_horizontalDivider android:horizontalDivider} | |
- * {@link #MenuView_android_verticalDivider android:verticalDivider} | |
- * {@link #MenuView_android_headerBackground android:headerBackground} | |
- * {@link #MenuView_android_itemBackground android:itemBackground} | |
- * {@link #MenuView_android_itemIconDisabledAlpha android:itemIconDisabledAlpha} | |
- * {@link #MenuView_preserveIconSpacing com.example.capstone:preserveIconSpacing} | Whether space should be reserved in layout when an icon is missing. |
- * {@link #MenuView_subMenuArrow com.example.capstone:subMenuArrow} | Drawable for the arrow icon indicating a particular item is a submenu. |
- *
- * @see #MenuView_android_windowAnimationStyle
- * @see #MenuView_android_itemTextAppearance
- * @see #MenuView_android_horizontalDivider
- * @see #MenuView_android_verticalDivider
- * @see #MenuView_android_headerBackground
- * @see #MenuView_android_itemBackground
- * @see #MenuView_android_itemIconDisabledAlpha
- * @see #MenuView_preserveIconSpacing
- * @see #MenuView_subMenuArrow
- */
- public static final int[] MenuView={
- 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e,
- 0x0101012f, 0x01010130, 0x01010131, 0x7f0200ef,
- 0x7f02010a
- };
- /**
- *
- * @attr description
- * Default animations for the menu.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name android:windowAnimationStyle
- */
- public static final int MenuView_android_windowAnimationStyle=0;
- /**
- *
- * @attr description
- * Default appearance of menu item text.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name android:itemTextAppearance
- */
- public static final int MenuView_android_itemTextAppearance=1;
- /**
- *
- * @attr description
- * Default horizontal divider between rows of menu items.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name android:horizontalDivider
- */
- public static final int MenuView_android_horizontalDivider=2;
- /**
- *
- * @attr description
- * Default vertical divider between menu items.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name android:verticalDivider
- */
- public static final int MenuView_android_verticalDivider=3;
- /**
- *
- * @attr description
- * Default background for the menu header.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name android:headerBackground
- */
- public static final int MenuView_android_headerBackground=4;
- /**
- *
- * @attr description
- * Default background for each menu item.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name android:itemBackground
- */
- public static final int MenuView_android_itemBackground=5;
- /**
- *
- * @attr description
- * Default disabled icon alpha for each menu item that shows an icon.
- *
- *
May be a floating point value, such as "1.2
".
- *
- * @attr name android:itemIconDisabledAlpha
- */
- public static final int MenuView_android_itemIconDisabledAlpha=6;
- /**
- *
- * @attr description
- * Whether space should be reserved in layout when an icon is missing.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name com.example.capstone:preserveIconSpacing
- */
- public static final int MenuView_preserveIconSpacing=7;
- /**
- *
- * @attr description
- * Drawable for the arrow icon indicating a particular item is a submenu.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:subMenuArrow
- */
- public static final int MenuView_subMenuArrow=8;
- /**
- * Attributes that can be used with a PopupWindow.
- *
Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #PopupWindow_android_popupBackground android:popupBackground} | |
- * {@link #PopupWindow_android_popupAnimationStyle android:popupAnimationStyle} | |
- * {@link #PopupWindow_overlapAnchor com.example.capstone:overlapAnchor} | Whether the popup window should overlap its anchor view. |
- *
- * @see #PopupWindow_android_popupBackground
- * @see #PopupWindow_android_popupAnimationStyle
- * @see #PopupWindow_overlapAnchor
- */
- public static final int[] PopupWindow={
- 0x01010176, 0x010102c9, 0x7f0200e4
- };
- /**
- * This symbol is the offset where the {@link android.R.attr#popupBackground}
- * attribute's value can be found in the {@link #PopupWindow} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name android:popupBackground
- */
- public static final int PopupWindow_android_popupBackground=0;
- /**
- *
This symbol is the offset where the {@link android.R.attr#popupAnimationStyle}
- * attribute's value can be found in the {@link #PopupWindow} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name android:popupAnimationStyle
- */
- public static final int PopupWindow_android_popupAnimationStyle=1;
- /**
- *
- * @attr description
- * Whether the popup window should overlap its anchor view.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name com.example.capstone:overlapAnchor
- */
- public static final int PopupWindow_overlapAnchor=2;
- /**
- * Attributes that can be used with a PopupWindowBackgroundState.
- *
Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #PopupWindowBackgroundState_state_above_anchor com.example.capstone:state_above_anchor} | State identifier indicating the popup will be above the anchor. |
- *
- * @see #PopupWindowBackgroundState_state_above_anchor
- */
- public static final int[] PopupWindowBackgroundState={
- 0x7f020108
- };
- /**
- *
- * @attr description
- * State identifier indicating the popup will be above the anchor.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name com.example.capstone:state_above_anchor
- */
- public static final int PopupWindowBackgroundState_state_above_anchor=0;
- /**
- * Attributes that can be used with a RecycleListView.
- *
Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #RecycleListView_paddingBottomNoButtons com.example.capstone:paddingBottomNoButtons} | Bottom padding to use when no buttons are present. |
- * {@link #RecycleListView_paddingTopNoTitle com.example.capstone:paddingTopNoTitle} | Top padding to use when no title is present. |
- *
- * @see #RecycleListView_paddingBottomNoButtons
- * @see #RecycleListView_paddingTopNoTitle
- */
- public static final int[] RecycleListView={
- 0x7f0200e5, 0x7f0200e8
- };
- /**
- *
- * @attr description
- * Bottom padding to use when no buttons are present.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:paddingBottomNoButtons
- */
- public static final int RecycleListView_paddingBottomNoButtons=0;
- /**
- *
- * @attr description
- * Top padding to use when no title is present.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:paddingTopNoTitle
- */
- public static final int RecycleListView_paddingTopNoTitle=1;
- /**
- * Attributes that can be used with a SearchView.
- *
Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #SearchView_android_focusable android:focusable} | |
- * {@link #SearchView_android_maxWidth android:maxWidth} | |
- * {@link #SearchView_android_inputType android:inputType} | |
- * {@link #SearchView_android_imeOptions android:imeOptions} | |
- * {@link #SearchView_closeIcon com.example.capstone:closeIcon} | Close button icon |
- * {@link #SearchView_commitIcon com.example.capstone:commitIcon} | Commit icon shown in the query suggestion row |
- * {@link #SearchView_defaultQueryHint com.example.capstone:defaultQueryHint} | Default query hint used when {@code queryHint} is undefined and
- * the search view's {@code SearchableInfo} does not provide a hint. |
- * {@link #SearchView_goIcon com.example.capstone:goIcon} | Go button icon |
- * {@link #SearchView_iconifiedByDefault com.example.capstone:iconifiedByDefault} | The default state of the SearchView. |
- * {@link #SearchView_layout com.example.capstone:layout} | The layout to use for the search view. |
- * {@link #SearchView_queryBackground com.example.capstone:queryBackground} | Background for the section containing the search query |
- * {@link #SearchView_queryHint com.example.capstone:queryHint} | An optional user-defined query hint string to be displayed in the empty query field. |
- * {@link #SearchView_searchHintIcon com.example.capstone:searchHintIcon} | Search icon displayed as a text field hint |
- * {@link #SearchView_searchIcon com.example.capstone:searchIcon} | Search icon |
- * {@link #SearchView_submitBackground com.example.capstone:submitBackground} | Background for the section containing the action (e.g. |
- * {@link #SearchView_suggestionRowLayout com.example.capstone:suggestionRowLayout} | Layout for query suggestion rows |
- * {@link #SearchView_voiceIcon com.example.capstone:voiceIcon} | Voice button icon |
- *
- * @see #SearchView_android_focusable
- * @see #SearchView_android_maxWidth
- * @see #SearchView_android_inputType
- * @see #SearchView_android_imeOptions
- * @see #SearchView_closeIcon
- * @see #SearchView_commitIcon
- * @see #SearchView_defaultQueryHint
- * @see #SearchView_goIcon
- * @see #SearchView_iconifiedByDefault
- * @see #SearchView_layout
- * @see #SearchView_queryBackground
- * @see #SearchView_queryHint
- * @see #SearchView_searchHintIcon
- * @see #SearchView_searchIcon
- * @see #SearchView_submitBackground
- * @see #SearchView_suggestionRowLayout
- * @see #SearchView_voiceIcon
- */
- public static final int[] SearchView={
- 0x010100da, 0x0101011f, 0x01010220, 0x01010264,
- 0x7f020049, 0x7f020058, 0x7f020066, 0x7f020086,
- 0x7f02008e, 0x7f020096, 0x7f0200f2, 0x7f0200f3,
- 0x7f0200f8, 0x7f0200f9, 0x7f02010b, 0x7f020110,
- 0x7f02013e
- };
- /**
- * This symbol is the offset where the {@link android.R.attr#focusable}
- * attribute's value can be found in the {@link #SearchView} array.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * auto | 10 | |
- *
- *
- * @attr name android:focusable
- */
- public static final int SearchView_android_focusable=0;
- /**
- *
- * @attr description
- * An optional maximum width of the SearchView.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name android:maxWidth
- */
- public static final int SearchView_android_maxWidth=1;
- /**
- *
- * @attr description
- * The input type to set on the query text field.
- *
- *
Must be one or more (separated by '|') of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * date | 14 | |
- * datetime | 4 | |
- * none | 0 | |
- * number | 2 | |
- * numberDecimal | 2002 | |
- * numberPassword | 12 | |
- * numberSigned | 1002 | |
- * phone | 3 | |
- * text | 1 | |
- * textAutoComplete | 10001 | |
- * textAutoCorrect | 8001 | |
- * textCapCharacters | 1001 | |
- * textCapSentences | 4001 | |
- * textCapWords | 2001 | |
- * textEmailAddress | 21 | |
- * textEmailSubject | 31 | |
- * textFilter | b1 | |
- * textImeMultiLine | 40001 | |
- * textLongMessage | 51 | |
- * textMultiLine | 20001 | |
- * textNoSuggestions | 80001 | |
- * textPassword | 81 | |
- * textPersonName | 61 | |
- * textPhonetic | c1 | |
- * textPostalAddress | 71 | |
- * textShortMessage | 41 | |
- * textUri | 11 | |
- * textVisiblePassword | 91 | |
- * textWebEditText | a1 | |
- * textWebEmailAddress | d1 | |
- * textWebPassword | e1 | |
- * time | 24 | |
- *
- *
- * @attr name android:inputType
- */
- public static final int SearchView_android_inputType=2;
- /**
- *
- * @attr description
- * The IME options to set on the query text field.
- *
- *
Must be one or more (separated by '|') of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * actionDone | 6 | |
- * actionGo | 2 | |
- * actionNext | 5 | |
- * actionNone | 1 | |
- * actionPrevious | 7 | |
- * actionSearch | 3 | |
- * actionSend | 4 | |
- * actionUnspecified | 0 | |
- * flagForceAscii | 80000000 | |
- * flagNavigateNext | 8000000 | |
- * flagNavigatePrevious | 4000000 | |
- * flagNoAccessoryAction | 20000000 | |
- * flagNoEnterAction | 40000000 | |
- * flagNoExtractUi | 10000000 | |
- * flagNoFullscreen | 2000000 | |
- * flagNoPersonalizedLearning | 1000000 | |
- * normal | 0 | |
- *
- *
- * @attr name android:imeOptions
- */
- public static final int SearchView_android_imeOptions=3;
- /**
- *
- * @attr description
- * Close button icon
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:closeIcon
- */
- public static final int SearchView_closeIcon=4;
- /**
- *
- * @attr description
- * Commit icon shown in the query suggestion row
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:commitIcon
- */
- public static final int SearchView_commitIcon=5;
- /**
- *
- * @attr description
- * Default query hint used when {@code queryHint} is undefined and
- * the search view's {@code SearchableInfo} does not provide a hint.
- *
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- *
- * @attr name com.example.capstone:defaultQueryHint
- */
- public static final int SearchView_defaultQueryHint=6;
- /**
- *
- * @attr description
- * Go button icon
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:goIcon
- */
- public static final int SearchView_goIcon=7;
- /**
- *
- * @attr description
- * The default state of the SearchView. If true, it will be iconified when not in
- * use and expanded when clicked.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name com.example.capstone:iconifiedByDefault
- */
- public static final int SearchView_iconifiedByDefault=8;
- /**
- *
- * @attr description
- * The layout to use for the search view.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:layout
- */
- public static final int SearchView_layout=9;
- /**
- *
- * @attr description
- * Background for the section containing the search query
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:queryBackground
- */
- public static final int SearchView_queryBackground=10;
- /**
- *
- * @attr description
- * An optional user-defined query hint string to be displayed in the empty query field.
- *
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- *
- * @attr name com.example.capstone:queryHint
- */
- public static final int SearchView_queryHint=11;
- /**
- *
- * @attr description
- * Search icon displayed as a text field hint
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:searchHintIcon
- */
- public static final int SearchView_searchHintIcon=12;
- /**
- *
- * @attr description
- * Search icon
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:searchIcon
- */
- public static final int SearchView_searchIcon=13;
- /**
- *
- * @attr description
- * Background for the section containing the action (e.g. voice search)
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:submitBackground
- */
- public static final int SearchView_submitBackground=14;
- /**
- *
- * @attr description
- * Layout for query suggestion rows
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:suggestionRowLayout
- */
- public static final int SearchView_suggestionRowLayout=15;
- /**
- *
- * @attr description
- * Voice button icon
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:voiceIcon
- */
- public static final int SearchView_voiceIcon=16;
- /**
- * Attributes that can be used with a Spinner.
- *
Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #Spinner_android_entries android:entries} | |
- * {@link #Spinner_android_popupBackground android:popupBackground} | |
- * {@link #Spinner_android_prompt android:prompt} | |
- * {@link #Spinner_android_dropDownWidth android:dropDownWidth} | |
- * {@link #Spinner_popupTheme com.example.capstone:popupTheme} | Reference to a theme that should be used to inflate popups
- * shown by widgets in the action bar. |
- *
- * @see #Spinner_android_entries
- * @see #Spinner_android_popupBackground
- * @see #Spinner_android_prompt
- * @see #Spinner_android_dropDownWidth
- * @see #Spinner_popupTheme
- */
- public static final int[] Spinner={
- 0x010100b2, 0x01010176, 0x0101017b, 0x01010262,
- 0x7f0200ed
- };
- /**
- *
- * @attr description
- * Reference to an array resource that will populate the Spinner.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name android:entries
- */
- public static final int Spinner_android_entries=0;
- /**
- *
- * @attr description
- * Background drawable to use for the dropdown in spinnerMode="dropdown".
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name android:popupBackground
- */
- public static final int Spinner_android_popupBackground=1;
- /**
- *
- * @attr description
- * The prompt to display when the spinner's dialog is shown.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name android:prompt
- */
- public static final int Spinner_android_prompt=2;
- /**
- *
- * @attr description
- * Width of the dropdown in spinnerMode="dropdown".
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * fill_parent | ffffffff | |
- * match_parent | ffffffff | |
- * wrap_content | fffffffe | |
- *
- *
- * @attr name android:dropDownWidth
- */
- public static final int Spinner_android_dropDownWidth=3;
- /**
- *
- * @attr description
- * Theme to use for the drop-down or dialog popup window.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:popupTheme
- */
- public static final int Spinner_popupTheme=4;
- /**
- * Attributes that can be used with a StateListDrawable.
- *
Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #StateListDrawable_android_dither android:dither} | |
- * {@link #StateListDrawable_android_visible android:visible} | |
- * {@link #StateListDrawable_android_variablePadding android:variablePadding} | |
- * {@link #StateListDrawable_android_constantSize android:constantSize} | |
- * {@link #StateListDrawable_android_enterFadeDuration android:enterFadeDuration} | |
- * {@link #StateListDrawable_android_exitFadeDuration android:exitFadeDuration} | |
- *
- * @see #StateListDrawable_android_dither
- * @see #StateListDrawable_android_visible
- * @see #StateListDrawable_android_variablePadding
- * @see #StateListDrawable_android_constantSize
- * @see #StateListDrawable_android_enterFadeDuration
- * @see #StateListDrawable_android_exitFadeDuration
- */
- public static final int[] StateListDrawable={
- 0x0101011c, 0x01010194, 0x01010195, 0x01010196,
- 0x0101030c, 0x0101030d
- };
- /**
- *
- * @attr description
- * Enables or disables dithering of the bitmap if the bitmap does not have the
- * same pixel configuration as the screen (for instance: a ARGB 8888 bitmap with
- * an RGB 565 screen).
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name android:dither
- */
- public static final int StateListDrawable_android_dither=0;
- /**
- *
- * @attr description
- * Indicates whether the drawable should be initially visible.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name android:visible
- */
- public static final int StateListDrawable_android_visible=1;
- /**
- *
- * @attr description
- * If true, allows the drawable's padding to change based on the
- * current state that is selected. If false, the padding will
- * stay the same (based on the maximum padding of all the states).
- * Enabling this feature requires that the owner of the drawable
- * deal with performing layout when the state changes, which is
- * often not supported.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name android:variablePadding
- */
- public static final int StateListDrawable_android_variablePadding=2;
- /**
- *
- * @attr description
- * If true, the drawable's reported internal size will remain
- * constant as the state changes; the size is the maximum of all
- * of the states. If false, the size will vary based on the
- * current state.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name android:constantSize
- */
- public static final int StateListDrawable_android_constantSize=3;
- /**
- *
- * @attr description
- * Amount of time (in milliseconds) to fade in a new state drawable.
- *
- *
May be an integer value, such as "100
".
- *
- * @attr name android:enterFadeDuration
- */
- public static final int StateListDrawable_android_enterFadeDuration=4;
- /**
- *
- * @attr description
- * Amount of time (in milliseconds) to fade out an old state drawable.
- *
- *
May be an integer value, such as "100
".
- *
- * @attr name android:exitFadeDuration
- */
- public static final int StateListDrawable_android_exitFadeDuration=5;
- /**
- * Attributes that can be used with a StateListDrawableItem.
- *
Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #StateListDrawableItem_android_drawable android:drawable} | |
- *
- * @see #StateListDrawableItem_android_drawable
- */
- public static final int[] StateListDrawableItem={
- 0x01010199
- };
- /**
- *
- * @attr description
- * Reference to a drawable resource to use for the state. If not
- * given, the drawable must be defined by the first child tag.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name android:drawable
- */
- public static final int StateListDrawableItem_android_drawable=0;
- /**
- * Attributes that can be used with a SwitchCompat.
- *
Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #SwitchCompat_android_textOn android:textOn} | |
- * {@link #SwitchCompat_android_textOff android:textOff} | |
- * {@link #SwitchCompat_android_thumb android:thumb} | |
- * {@link #SwitchCompat_showText com.example.capstone:showText} | Whether to draw on/off text. |
- * {@link #SwitchCompat_splitTrack com.example.capstone:splitTrack} | Whether to split the track and leave a gap for the thumb drawable. |
- * {@link #SwitchCompat_switchMinWidth com.example.capstone:switchMinWidth} | Minimum width for the switch component |
- * {@link #SwitchCompat_switchPadding com.example.capstone:switchPadding} | Minimum space between the switch and caption text |
- * {@link #SwitchCompat_switchTextAppearance com.example.capstone:switchTextAppearance} | TextAppearance style for text displayed on the switch thumb. |
- * {@link #SwitchCompat_thumbTextPadding com.example.capstone:thumbTextPadding} | Amount of padding on either side of text within the switch thumb. |
- * {@link #SwitchCompat_thumbTint com.example.capstone:thumbTint} | Tint to apply to the thumb drawable. |
- * {@link #SwitchCompat_thumbTintMode com.example.capstone:thumbTintMode} | Blending mode used to apply the thumb tint. |
- * {@link #SwitchCompat_track com.example.capstone:track} | Drawable to use as the "track" that the switch thumb slides within. |
- * {@link #SwitchCompat_trackTint com.example.capstone:trackTint} | Tint to apply to the track. |
- * {@link #SwitchCompat_trackTintMode com.example.capstone:trackTintMode} | Blending mode used to apply the track tint. |
- *
- * @see #SwitchCompat_android_textOn
- * @see #SwitchCompat_android_textOff
- * @see #SwitchCompat_android_thumb
- * @see #SwitchCompat_showText
- * @see #SwitchCompat_splitTrack
- * @see #SwitchCompat_switchMinWidth
- * @see #SwitchCompat_switchPadding
- * @see #SwitchCompat_switchTextAppearance
- * @see #SwitchCompat_thumbTextPadding
- * @see #SwitchCompat_thumbTint
- * @see #SwitchCompat_thumbTintMode
- * @see #SwitchCompat_track
- * @see #SwitchCompat_trackTint
- * @see #SwitchCompat_trackTintMode
- */
- public static final int[] SwitchCompat={
- 0x01010124, 0x01010125, 0x01010142, 0x7f020100,
- 0x7f020106, 0x7f020111, 0x7f020112, 0x7f020114,
- 0x7f020122, 0x7f020123, 0x7f020124, 0x7f020139,
- 0x7f02013a, 0x7f02013b
- };
- /**
- *
- * @attr description
- * Text to use when the switch is in the checked/"on" state.
- *
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- *
- * @attr name android:textOn
- */
- public static final int SwitchCompat_android_textOn=0;
- /**
- *
- * @attr description
- * Text to use when the switch is in the unchecked/"off" state.
- *
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- *
- * @attr name android:textOff
- */
- public static final int SwitchCompat_android_textOff=1;
- /**
- *
- * @attr description
- * Drawable to use as the "thumb" that switches back and forth.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name android:thumb
- */
- public static final int SwitchCompat_android_thumb=2;
- /**
- *
- * @attr description
- * Whether to draw on/off text.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name com.example.capstone:showText
- */
- public static final int SwitchCompat_showText=3;
- /**
- *
- * @attr description
- * Whether to split the track and leave a gap for the thumb drawable.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name com.example.capstone:splitTrack
- */
- public static final int SwitchCompat_splitTrack=4;
- /**
- *
- * @attr description
- * Minimum width for the switch component
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:switchMinWidth
- */
- public static final int SwitchCompat_switchMinWidth=5;
- /**
- *
- * @attr description
- * Minimum space between the switch and caption text
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:switchPadding
- */
- public static final int SwitchCompat_switchPadding=6;
- /**
- *
- * @attr description
- * TextAppearance style for text displayed on the switch thumb.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:switchTextAppearance
- */
- public static final int SwitchCompat_switchTextAppearance=7;
- /**
- *
- * @attr description
- * Amount of padding on either side of text within the switch thumb.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:thumbTextPadding
- */
- public static final int SwitchCompat_thumbTextPadding=8;
- /**
- *
- * @attr description
- * Tint to apply to the thumb drawable.
- *
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name com.example.capstone:thumbTint
- */
- public static final int SwitchCompat_thumbTint=9;
- /**
- *
- * @attr description
- * Blending mode used to apply the thumb tint.
- *
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * add | 10 | Combines the tint and drawable color and alpha channels, clamping the
- * result to valid color values. Saturate(S + D) |
- * multiply | e | Multiplies the color and alpha channels of the drawable with those of
- * the tint. [Sa * Da, Sc * Dc] |
- * screen | f | [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] |
- * src_atop | 9 | The tint is drawn above the drawable, but with the drawable’s alpha
- * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] |
- * src_in | 5 | The tint is masked by the alpha channel of the drawable. The drawable’s
- * color channels are thrown out. [Sa * Da, Sc * Da] |
- * src_over | 3 | The tint is drawn on top of the drawable.
- * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] |
- *
- *
- * @attr name com.example.capstone:thumbTintMode
- */
- public static final int SwitchCompat_thumbTintMode=10;
- /**
- *
- * @attr description
- * Drawable to use as the "track" that the switch thumb slides within.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:track
- */
- public static final int SwitchCompat_track=11;
- /**
- *
- * @attr description
- * Tint to apply to the track.
- *
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name com.example.capstone:trackTint
- */
- public static final int SwitchCompat_trackTint=12;
- /**
- *
- * @attr description
- * Blending mode used to apply the track tint.
- *
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * add | 10 | Combines the tint and drawable color and alpha channels, clamping the
- * result to valid color values. Saturate(S + D) |
- * multiply | e | Multiplies the color and alpha channels of the drawable with those of
- * the tint. [Sa * Da, Sc * Dc] |
- * screen | f | [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] |
- * src_atop | 9 | The tint is drawn above the drawable, but with the drawable’s alpha
- * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] |
- * src_in | 5 | The tint is masked by the alpha channel of the drawable. The drawable’s
- * color channels are thrown out. [Sa * Da, Sc * Da] |
- * src_over | 3 | The tint is drawn on top of the drawable.
- * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] |
- *
- *
- * @attr name com.example.capstone:trackTintMode
- */
- public static final int SwitchCompat_trackTintMode=13;
- /**
- * Attributes that can be used with a TextAppearance.
- * Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #TextAppearance_android_textSize android:textSize} | |
- * {@link #TextAppearance_android_typeface android:typeface} | |
- * {@link #TextAppearance_android_textStyle android:textStyle} | |
- * {@link #TextAppearance_android_textColor android:textColor} | |
- * {@link #TextAppearance_android_textColorHint android:textColorHint} | |
- * {@link #TextAppearance_android_textColorLink android:textColorLink} | |
- * {@link #TextAppearance_android_shadowColor android:shadowColor} | |
- * {@link #TextAppearance_android_shadowDx android:shadowDx} | |
- * {@link #TextAppearance_android_shadowDy android:shadowDy} | |
- * {@link #TextAppearance_android_shadowRadius android:shadowRadius} | |
- * {@link #TextAppearance_android_fontFamily android:fontFamily} | |
- * {@link #TextAppearance_fontFamily com.example.capstone:fontFamily} | The attribute for the font family. |
- * {@link #TextAppearance_textAllCaps com.example.capstone:textAllCaps} | Present the text in ALL CAPS. |
- *
- * @see #TextAppearance_android_textSize
- * @see #TextAppearance_android_typeface
- * @see #TextAppearance_android_textStyle
- * @see #TextAppearance_android_textColor
- * @see #TextAppearance_android_textColorHint
- * @see #TextAppearance_android_textColorLink
- * @see #TextAppearance_android_shadowColor
- * @see #TextAppearance_android_shadowDx
- * @see #TextAppearance_android_shadowDy
- * @see #TextAppearance_android_shadowRadius
- * @see #TextAppearance_android_fontFamily
- * @see #TextAppearance_fontFamily
- * @see #TextAppearance_textAllCaps
- */
- public static final int[] TextAppearance={
- 0x01010095, 0x01010096, 0x01010097, 0x01010098,
- 0x0101009a, 0x0101009b, 0x01010161, 0x01010162,
- 0x01010163, 0x01010164, 0x010103ac, 0x7f02007b,
- 0x7f020115
- };
- /**
- * This symbol is the offset where the {@link android.R.attr#textSize}
- * attribute's value can be found in the {@link #TextAppearance} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name android:textSize
- */
- public static final int TextAppearance_android_textSize=0;
- /**
- *
This symbol is the offset where the {@link android.R.attr#typeface}
- * attribute's value can be found in the {@link #TextAppearance} array.
- *
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * monospace | 3 | |
- * normal | 0 | |
- * sans | 1 | |
- * serif | 2 | |
- *
- *
- * @attr name android:typeface
- */
- public static final int TextAppearance_android_typeface=1;
- /**
- * This symbol is the offset where the {@link android.R.attr#textStyle}
- * attribute's value can be found in the {@link #TextAppearance} array.
- *
- *
Must be one or more (separated by '|') of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * bold | 1 | |
- * italic | 2 | |
- * normal | 0 | |
- *
- *
- * @attr name android:textStyle
- */
- public static final int TextAppearance_android_textStyle=2;
- /**
- * This symbol is the offset where the {@link android.R.attr#textColor}
- * attribute's value can be found in the {@link #TextAppearance} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name android:textColor
- */
- public static final int TextAppearance_android_textColor=3;
- /**
- *
This symbol is the offset where the {@link android.R.attr#textColorHint}
- * attribute's value can be found in the {@link #TextAppearance} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name android:textColorHint
- */
- public static final int TextAppearance_android_textColorHint=4;
- /**
- *
This symbol is the offset where the {@link android.R.attr#textColorLink}
- * attribute's value can be found in the {@link #TextAppearance} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name android:textColorLink
- */
- public static final int TextAppearance_android_textColorLink=5;
- /**
- *
This symbol is the offset where the {@link android.R.attr#shadowColor}
- * attribute's value can be found in the {@link #TextAppearance} array.
- *
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name android:shadowColor
- */
- public static final int TextAppearance_android_shadowColor=6;
- /**
- *
This symbol is the offset where the {@link android.R.attr#shadowDx}
- * attribute's value can be found in the {@link #TextAppearance} array.
- *
- *
May be a floating point value, such as "1.2
".
- *
- * @attr name android:shadowDx
- */
- public static final int TextAppearance_android_shadowDx=7;
- /**
- *
This symbol is the offset where the {@link android.R.attr#shadowDy}
- * attribute's value can be found in the {@link #TextAppearance} array.
- *
- *
May be a floating point value, such as "1.2
".
- *
- * @attr name android:shadowDy
- */
- public static final int TextAppearance_android_shadowDy=8;
- /**
- *
This symbol is the offset where the {@link android.R.attr#shadowRadius}
- * attribute's value can be found in the {@link #TextAppearance} array.
- *
- *
May be a floating point value, such as "1.2
".
- *
- * @attr name android:shadowRadius
- */
- public static final int TextAppearance_android_shadowRadius=9;
- /**
- *
This symbol is the offset where the {@link android.R.attr#fontFamily}
- * attribute's value can be found in the {@link #TextAppearance} array.
- *
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- *
- * @attr name android:fontFamily
- */
- public static final int TextAppearance_android_fontFamily=10;
- /**
- *
- * @attr description
- * The attribute for the font family.
- *
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- *
- * @attr name com.example.capstone:fontFamily
- */
- public static final int TextAppearance_fontFamily=11;
- /**
- *
- * @attr description
- * Present the text in ALL CAPS. This may use a small-caps form when available.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
- * @attr name com.example.capstone:textAllCaps
- */
- public static final int TextAppearance_textAllCaps=12;
- /**
- * Attributes that can be used with a Toolbar.
- *
Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #Toolbar_android_gravity android:gravity} | |
- * {@link #Toolbar_android_minHeight android:minHeight} | |
- * {@link #Toolbar_buttonGravity com.example.capstone:buttonGravity} | |
- * {@link #Toolbar_collapseContentDescription com.example.capstone:collapseContentDescription} | Text to set as the content description for the collapse button. |
- * {@link #Toolbar_collapseIcon com.example.capstone:collapseIcon} | Icon drawable to use for the collapse button. |
- * {@link #Toolbar_contentInsetEnd com.example.capstone:contentInsetEnd} | Minimum inset for content views within a bar. |
- * {@link #Toolbar_contentInsetEndWithActions com.example.capstone:contentInsetEndWithActions} | Minimum inset for content views within a bar when actions from a menu
- * are present. |
- * {@link #Toolbar_contentInsetLeft com.example.capstone:contentInsetLeft} | Minimum inset for content views within a bar. |
- * {@link #Toolbar_contentInsetRight com.example.capstone:contentInsetRight} | Minimum inset for content views within a bar. |
- * {@link #Toolbar_contentInsetStart com.example.capstone:contentInsetStart} | Minimum inset for content views within a bar. |
- * {@link #Toolbar_contentInsetStartWithNavigation com.example.capstone:contentInsetStartWithNavigation} | Minimum inset for content views within a bar when a navigation button
- * is present, such as the Up button. |
- * {@link #Toolbar_logo com.example.capstone:logo} | Specifies the drawable used for the application logo. |
- * {@link #Toolbar_logoDescription com.example.capstone:logoDescription} | A content description string to describe the appearance of the
- * associated logo image. |
- * {@link #Toolbar_maxButtonHeight com.example.capstone:maxButtonHeight} | |
- * {@link #Toolbar_navigationContentDescription com.example.capstone:navigationContentDescription} | Text to set as the content description for the navigation button
- * located at the start of the toolbar. |
- * {@link #Toolbar_navigationIcon com.example.capstone:navigationIcon} | Icon drawable to use for the navigation button located at
- * the start of the toolbar. |
- * {@link #Toolbar_popupTheme com.example.capstone:popupTheme} | Reference to a theme that should be used to inflate popups
- * shown by widgets in the action bar. |
- * {@link #Toolbar_subtitle com.example.capstone:subtitle} | Specifies subtitle text used for navigationMode="normal" |
- * {@link #Toolbar_subtitleTextAppearance com.example.capstone:subtitleTextAppearance} | |
- * {@link #Toolbar_subtitleTextColor com.example.capstone:subtitleTextColor} | A color to apply to the subtitle string. |
- * {@link #Toolbar_title com.example.capstone:title} | |
- * {@link #Toolbar_titleMargin com.example.capstone:titleMargin} | Specifies extra space on the left, start, right and end sides
- * of the toolbar's title. |
- * {@link #Toolbar_titleMarginBottom com.example.capstone:titleMarginBottom} | Specifies extra space on the bottom side of the toolbar's title. |
- * {@link #Toolbar_titleMarginEnd com.example.capstone:titleMarginEnd} | Specifies extra space on the end side of the toolbar's title. |
- * {@link #Toolbar_titleMarginStart com.example.capstone:titleMarginStart} | Specifies extra space on the start side of the toolbar's title. |
- * {@link #Toolbar_titleMarginTop com.example.capstone:titleMarginTop} | Specifies extra space on the top side of the toolbar's title. |
- * {@link #Toolbar_titleMargins com.example.capstone:titleMargins} | {@deprecated Use titleMargin} |
- * {@link #Toolbar_titleTextAppearance com.example.capstone:titleTextAppearance} | |
- * {@link #Toolbar_titleTextColor com.example.capstone:titleTextColor} | A color to apply to the title string. |
- *
- * @see #Toolbar_android_gravity
- * @see #Toolbar_android_minHeight
- * @see #Toolbar_buttonGravity
- * @see #Toolbar_collapseContentDescription
- * @see #Toolbar_collapseIcon
- * @see #Toolbar_contentInsetEnd
- * @see #Toolbar_contentInsetEndWithActions
- * @see #Toolbar_contentInsetLeft
- * @see #Toolbar_contentInsetRight
- * @see #Toolbar_contentInsetStart
- * @see #Toolbar_contentInsetStartWithNavigation
- * @see #Toolbar_logo
- * @see #Toolbar_logoDescription
- * @see #Toolbar_maxButtonHeight
- * @see #Toolbar_navigationContentDescription
- * @see #Toolbar_navigationIcon
- * @see #Toolbar_popupTheme
- * @see #Toolbar_subtitle
- * @see #Toolbar_subtitleTextAppearance
- * @see #Toolbar_subtitleTextColor
- * @see #Toolbar_title
- * @see #Toolbar_titleMargin
- * @see #Toolbar_titleMarginBottom
- * @see #Toolbar_titleMarginEnd
- * @see #Toolbar_titleMarginStart
- * @see #Toolbar_titleMarginTop
- * @see #Toolbar_titleMargins
- * @see #Toolbar_titleTextAppearance
- * @see #Toolbar_titleTextColor
- */
- @Deprecated
- public static final int[] Toolbar={
- 0x010100af, 0x01010140, 0x7f02003f, 0x7f02004b,
- 0x7f02004c, 0x7f02005d, 0x7f02005e, 0x7f02005f,
- 0x7f020060, 0x7f020061, 0x7f020062, 0x7f0200db,
- 0x7f0200dc, 0x7f0200dd, 0x7f0200e0, 0x7f0200e1,
- 0x7f0200ed, 0x7f02010c, 0x7f02010d, 0x7f02010e,
- 0x7f02012a, 0x7f02012b, 0x7f02012c, 0x7f02012d,
- 0x7f02012e, 0x7f02012f, 0x7f020130, 0x7f020131,
- 0x7f020132
- };
- /**
- * This symbol is the offset where the {@link android.R.attr#gravity}
- * attribute's value can be found in the {@link #Toolbar} array.
- *
- *
Must be one or more (separated by '|') of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * bottom | 50 | |
- * center | 11 | |
- * center_horizontal | 1 | |
- * center_vertical | 10 | |
- * clip_horizontal | 8 | |
- * clip_vertical | 80 | |
- * end | 800005 | |
- * fill | 77 | |
- * fill_horizontal | 7 | |
- * fill_vertical | 70 | |
- * left | 3 | |
- * right | 5 | |
- * start | 800003 | |
- * top | 30 | |
- *
- *
- * @attr name android:gravity
- */
- public static final int Toolbar_android_gravity=0;
- /**
- * This symbol is the offset where the {@link android.R.attr#minHeight}
- * attribute's value can be found in the {@link #Toolbar} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name android:minHeight
- */
- public static final int Toolbar_android_minHeight=1;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#buttonGravity}
- * attribute's value can be found in the {@link #Toolbar} array.
- *
- *
Must be one or more (separated by '|') of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * bottom | 50 | Push object to the bottom of its container, not changing its size. |
- * top | 30 | Push object to the top of its container, not changing its size. |
- *
- *
- * @attr name com.example.capstone:buttonGravity
- */
- public static final int Toolbar_buttonGravity=2;
- /**
- *
- * @attr description
- * Text to set as the content description for the collapse button.
- *
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- *
- * @attr name com.example.capstone:collapseContentDescription
- */
- public static final int Toolbar_collapseContentDescription=3;
- /**
- *
- * @attr description
- * Icon drawable to use for the collapse button.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:collapseIcon
- */
- public static final int Toolbar_collapseIcon=4;
- /**
- *
- * @attr description
- * Minimum inset for content views within a bar. Navigation buttons and
- * menu views are excepted. Only valid for some themes and configurations.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:contentInsetEnd
- */
- public static final int Toolbar_contentInsetEnd=5;
- /**
- *
- * @attr description
- * Minimum inset for content views within a bar when actions from a menu
- * are present. Only valid for some themes and configurations.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:contentInsetEndWithActions
- */
- public static final int Toolbar_contentInsetEndWithActions=6;
- /**
- *
- * @attr description
- * Minimum inset for content views within a bar. Navigation buttons and
- * menu views are excepted. Only valid for some themes and configurations.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:contentInsetLeft
- */
- public static final int Toolbar_contentInsetLeft=7;
- /**
- *
- * @attr description
- * Minimum inset for content views within a bar. Navigation buttons and
- * menu views are excepted. Only valid for some themes and configurations.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:contentInsetRight
- */
- public static final int Toolbar_contentInsetRight=8;
- /**
- *
- * @attr description
- * Minimum inset for content views within a bar. Navigation buttons and
- * menu views are excepted. Only valid for some themes and configurations.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:contentInsetStart
- */
- public static final int Toolbar_contentInsetStart=9;
- /**
- *
- * @attr description
- * Minimum inset for content views within a bar when a navigation button
- * is present, such as the Up button. Only valid for some themes and configurations.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:contentInsetStartWithNavigation
- */
- public static final int Toolbar_contentInsetStartWithNavigation=10;
- /**
- *
- * @attr description
- * Drawable to set as the logo that appears at the starting side of
- * the Toolbar, just after the navigation button.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:logo
- */
- public static final int Toolbar_logo=11;
- /**
- *
- * @attr description
- * A content description string to describe the appearance of the
- * associated logo image.
- *
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- *
- * @attr name com.example.capstone:logoDescription
- */
- public static final int Toolbar_logoDescription=12;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#maxButtonHeight}
- * attribute's value can be found in the {@link #Toolbar} array.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:maxButtonHeight
- */
- public static final int Toolbar_maxButtonHeight=13;
- /**
- *
- * @attr description
- * Text to set as the content description for the navigation button
- * located at the start of the toolbar.
- *
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- *
- * @attr name com.example.capstone:navigationContentDescription
- */
- public static final int Toolbar_navigationContentDescription=14;
- /**
- *
- * @attr description
- * Icon drawable to use for the navigation button located at
- * the start of the toolbar.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:navigationIcon
- */
- public static final int Toolbar_navigationIcon=15;
- /**
- *
- * @attr description
- * Reference to a theme that should be used to inflate popups
- * shown by widgets in the toolbar.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:popupTheme
- */
- public static final int Toolbar_popupTheme=16;
- /**
- *
- * @attr description
- * Specifies subtitle text used for navigationMode="normal"
- *
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- *
- * @attr name com.example.capstone:subtitle
- */
- public static final int Toolbar_subtitle=17;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#subtitleTextAppearance}
- * attribute's value can be found in the {@link #Toolbar} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:subtitleTextAppearance
- */
- public static final int Toolbar_subtitleTextAppearance=18;
- /**
- *
- * @attr description
- * A color to apply to the subtitle string.
- *
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name com.example.capstone:subtitleTextColor
- */
- public static final int Toolbar_subtitleTextColor=19;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#title}
- * attribute's value can be found in the {@link #Toolbar} array.
- *
- *
May be a string value, using '\\;' to escape characters such as
- * '\\n' or '\\uxxxx' for a unicode character;
- *
- * @attr name com.example.capstone:title
- */
- public static final int Toolbar_title=20;
- /**
- *
- * @attr description
- * Specifies extra space on the left, start, right and end sides
- * of the toolbar's title. Margin values should be positive.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:titleMargin
- */
- public static final int Toolbar_titleMargin=21;
- /**
- *
- * @attr description
- * Specifies extra space on the bottom side of the toolbar's title.
- * If both this attribute and titleMargin are specified, then this
- * attribute takes precedence. Margin values should be positive.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:titleMarginBottom
- */
- public static final int Toolbar_titleMarginBottom=22;
- /**
- *
- * @attr description
- * Specifies extra space on the end side of the toolbar's title.
- * If both this attribute and titleMargin are specified, then this
- * attribute takes precedence. Margin values should be positive.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:titleMarginEnd
- */
- public static final int Toolbar_titleMarginEnd=23;
- /**
- *
- * @attr description
- * Specifies extra space on the start side of the toolbar's title.
- * If both this attribute and titleMargin are specified, then this
- * attribute takes precedence. Margin values should be positive.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:titleMarginStart
- */
- public static final int Toolbar_titleMarginStart=24;
- /**
- *
- * @attr description
- * Specifies extra space on the top side of the toolbar's title.
- * If both this attribute and titleMargin are specified, then this
- * attribute takes precedence. Margin values should be positive.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:titleMarginTop
- */
- public static final int Toolbar_titleMarginTop=25;
- /**
- *
- * @attr description
- * {@deprecated Use titleMargin}
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:titleMargins
- */
- @Deprecated
- public static final int Toolbar_titleMargins=26;
- /**
- *
This symbol is the offset where the {@link com.example.capstone.R.attr#titleTextAppearance}
- * attribute's value can be found in the {@link #Toolbar} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:titleTextAppearance
- */
- public static final int Toolbar_titleTextAppearance=27;
- /**
- *
- * @attr description
- * A color to apply to the title string.
- *
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name com.example.capstone:titleTextColor
- */
- public static final int Toolbar_titleTextColor=28;
- /**
- * Attributes that can be used with a View.
- *
Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #View_android_theme android:theme} | |
- * {@link #View_android_focusable android:focusable} | |
- * {@link #View_paddingEnd com.example.capstone:paddingEnd} | Sets the padding, in pixels, of the end edge; see {@link android.R.attr#padding}. |
- * {@link #View_paddingStart com.example.capstone:paddingStart} | Sets the padding, in pixels, of the start edge; see {@link android.R.attr#padding}. |
- * {@link #View_theme com.example.capstone:theme} | Deprecated. |
- *
- * @see #View_android_theme
- * @see #View_android_focusable
- * @see #View_paddingEnd
- * @see #View_paddingStart
- * @see #View_theme
- */
- public static final int[] View={
- 0x01010000, 0x010100da, 0x7f0200e6, 0x7f0200e7,
- 0x7f020120
- };
- /**
- *
- * @attr description
- * Specifies a theme override for a view. When a theme override is set, the
- * view will be inflated using a {@link android.content.Context} themed with
- * the specified resource.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name android:theme
- */
- public static final int View_android_theme=0;
- /**
- *
- * @attr description
- * Boolean that controls whether a view can take focus. By default the user can not
- * move focus to a view; by setting this attribute to true the view is
- * allowed to take focus. This value does not impact the behavior of
- * directly calling {@link android.view.View#requestFocus}, which will
- * always request focus regardless of this view. It only impacts where
- * focus navigation will try to move focus.
- *
- *
May be a boolean value, such as "true
" or
- * "false
".
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * auto | 10 | |
- *
- *
- * @attr name android:focusable
- */
- public static final int View_android_focusable=1;
- /**
- *
- * @attr description
- * Sets the padding, in pixels, of the end edge; see {@link android.R.attr#padding}.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:paddingEnd
- */
- public static final int View_paddingEnd=2;
- /**
- *
- * @attr description
- * Sets the padding, in pixels, of the start edge; see {@link android.R.attr#padding}.
- *
- *
May be a dimension value, which is a floating point number appended with a
- * unit such as "14.5sp
".
- * Available units are: px (pixels), dp (density-independent pixels),
- * sp (scaled pixels based on preferred font size), in (inches), and
- * mm (millimeters).
- *
- * @attr name com.example.capstone:paddingStart
- */
- public static final int View_paddingStart=3;
- /**
- *
- * @attr description
- * Deprecated.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name com.example.capstone:theme
- */
- public static final int View_theme=4;
- /**
- * Attributes that can be used with a ViewBackgroundHelper.
- *
Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #ViewBackgroundHelper_android_background android:background} | |
- * {@link #ViewBackgroundHelper_backgroundTint com.example.capstone:backgroundTint} | Tint to apply to the background. |
- * {@link #ViewBackgroundHelper_backgroundTintMode com.example.capstone:backgroundTintMode} | Blending mode used to apply the background tint. |
- *
- * @see #ViewBackgroundHelper_android_background
- * @see #ViewBackgroundHelper_backgroundTint
- * @see #ViewBackgroundHelper_backgroundTintMode
- */
- public static final int[] ViewBackgroundHelper={
- 0x010100d4, 0x7f020034, 0x7f020035
- };
- /**
- * This symbol is the offset where the {@link android.R.attr#background}
- * attribute's value can be found in the {@link #ViewBackgroundHelper} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name android:background
- */
- public static final int ViewBackgroundHelper_android_background=0;
- /**
- *
- * @attr description
- * Tint to apply to the background.
- *
- *
May be a color value, in the form of "#rgb
",
- * "#argb
", "#rrggbb
", or
- * "#aarrggbb
".
- *
- * @attr name com.example.capstone:backgroundTint
- */
- public static final int ViewBackgroundHelper_backgroundTint=1;
- /**
- *
- * @attr description
- * Blending mode used to apply the background tint.
- *
- *
Must be one of the following constant values.
- *
- *
- *
- *
- * Constant | Value | Description |
- * add | 10 | Combines the tint and icon color and alpha channels, clamping the
- * result to valid color values. Saturate(S + D) |
- * multiply | e | Multiplies the color and alpha channels of the drawable with those of
- * the tint. [Sa * Da, Sc * Dc] |
- * screen | f | [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] |
- * src_atop | 9 | The tint is drawn above the drawable, but with the drawable’s alpha
- * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] |
- * src_in | 5 | The tint is masked by the alpha channel of the drawable. The drawable’s
- * color channels are thrown out. [Sa * Da, Sc * Da] |
- * src_over | 3 | The tint is drawn on top of the drawable.
- * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] |
- *
- *
- * @attr name com.example.capstone:backgroundTintMode
- */
- public static final int ViewBackgroundHelper_backgroundTintMode=2;
- /**
- * Attributes that can be used with a ViewStubCompat.
- * Includes the following attributes:
- *
- *
- *
- * Attribute | Description |
- * {@link #ViewStubCompat_android_id android:id} | |
- * {@link #ViewStubCompat_android_layout android:layout} | |
- * {@link #ViewStubCompat_android_inflatedId android:inflatedId} | |
- *
- * @see #ViewStubCompat_android_id
- * @see #ViewStubCompat_android_layout
- * @see #ViewStubCompat_android_inflatedId
- */
- public static final int[] ViewStubCompat={
- 0x010100d0, 0x010100f2, 0x010100f3
- };
- /**
- * This symbol is the offset where the {@link android.R.attr#id}
- * attribute's value can be found in the {@link #ViewStubCompat} array.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name android:id
- */
- public static final int ViewStubCompat_android_id=0;
- /**
- *
- * @attr description
- * Supply an identifier for the layout resource to inflate when the ViewStub
- * becomes visible or when forced to do so. The layout resource must be a
- * valid reference to a layout.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name android:layout
- */
- public static final int ViewStubCompat_android_layout=1;
- /**
- *
- * @attr description
- * Overrides the id of the inflated View with this value.
- *
- *
May be a reference to another resource, in the form
- * "@[+][package:]type/name
" or a theme
- * attribute in the form
- * "?[package:]type/name
".
- *
- * @attr name android:inflatedId
- */
- public static final int ViewStubCompat_android_inflatedId=2;
- }
-}
\ No newline at end of file
diff --git a/UI/app/build/generated/source/buildConfig/androidTest/debug/com/example/capstone/test/BuildConfig.java b/UI/app/build/generated/source/buildConfig/androidTest/debug/com/example/capstone/test/BuildConfig.java
deleted file mode 100644
index 46cff961e..000000000
--- a/UI/app/build/generated/source/buildConfig/androidTest/debug/com/example/capstone/test/BuildConfig.java
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * Automatically generated file. DO NOT MODIFY
- */
-package com.example.capstone.test;
-
-public final class BuildConfig {
- public static final boolean DEBUG = Boolean.parseBoolean("true");
- public static final String APPLICATION_ID = "com.example.capstone.test";
- public static final String BUILD_TYPE = "debug";
- public static final String FLAVOR = "";
- public static final int VERSION_CODE = 1;
- public static final String VERSION_NAME = "1.0";
-}
diff --git a/UI/app/build/generated/source/buildConfig/debug/com/example/capstone/BuildConfig.java b/UI/app/build/generated/source/buildConfig/debug/com/example/capstone/BuildConfig.java
index f72963c05..9ae238018 100644
--- a/UI/app/build/generated/source/buildConfig/debug/com/example/capstone/BuildConfig.java
+++ b/UI/app/build/generated/source/buildConfig/debug/com/example/capstone/BuildConfig.java
@@ -7,7 +7,6 @@ public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.example.capstone";
public static final String BUILD_TYPE = "debug";
- public static final String FLAVOR = "";
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = "1.0";
}
diff --git a/UI/app/build/intermediates/apk_list/debug/mainApkListPersistenceDebug/apk-list.gson b/UI/app/build/intermediates/apk_list/debug/mainApkListPersistenceDebug/apk-list.gson
deleted file mode 100644
index eaec46876..000000000
--- a/UI/app/build/intermediates/apk_list/debug/mainApkListPersistenceDebug/apk-list.gson
+++ /dev/null
@@ -1 +0,0 @@
-[{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug"}]
\ No newline at end of file
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/debug.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/debug.json
index 36de83778..de3749f5c 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/debug.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/debug.json
@@ -4,7 +4,41 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-ja_values-ja.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-ja\\values-ja.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-ja\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,347,513,631,735,926,1044,1175,1299,1492,1591,1755,1872,2051,2197,2283,2368",
+ "endColumns": "101,165,117,103,190,117,130,123,192,98,163,116,178,145,85,84,95",
+ "endOffsets": "346,512,630,734,925,1043,1174,1298,1491,1590,1754,1871,2050,2196,2282,2367,2463"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2693,2799,2965,3087,3195,3386,3508,3643,3952,4145,4248,4412,4533,4712,4862,4952,5041",
+ "endColumns": "105,165,121,107,190,121,134,127,192,102,163,120,178,149,89,88,99",
+ "endOffsets": "2794,2960,3082,3190,3381,3503,3638,3766,4140,4243,4407,4528,4707,4857,4947,5036,5136"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-ja\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "180",
+ "endOffsets": "427"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3771",
+ "endColumns": "180",
+ "endOffsets": "3947"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-ja\\values-ja.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -13,21 +47,28 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2771",
+ "startOffsets": "5219",
"endColumns": "100",
- "endOffsets": "2867"
+ "endOffsets": "5315"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-ja\\values-ja.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,765,841,932,1025,1121,1215,1316,1409,1504,1598,1689,1780,1858,1960,2059,2154,2257,2352,2448,2596,2693",
"endColumns": "96,92,104,81,97,107,76,75,90,92,95,93,100,92,94,93,90,90,77,101,98,94,102,94,95,147,96,77",
"endOffsets": "197,290,395,477,575,683,760,836,927,1020,1116,1210,1311,1404,1499,1593,1684,1775,1853,1955,2054,2149,2252,2347,2443,2591,2688,2766"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,765,841,932,1025,1121,1215,1316,1409,1504,1598,1689,1780,1858,1960,2059,2154,2257,2352,2448,2596,5141",
+ "endColumns": "96,92,104,81,97,107,76,75,90,92,95,93,100,92,94,93,90,90,77,101,98,94,102,94,95,147,96,77",
+ "endOffsets": "197,290,395,477,575,683,760,836,927,1020,1116,1210,1311,1404,1499,1593,1684,1775,1853,1955,2054,2149,2252,2347,2443,2591,2688,5214"
}
}
]
@@ -36,17 +77,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-fi_values-fi.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,414,500,605,723,810,892,983,1076,1172,1266,1361,1454,1550,1649,1740,1834,1914,2021,2124,2221,2327,2426,2530,2693,2792",
- "endColumns": "107,99,100,85,104,117,86,81,90,92,95,93,94,92,95,98,90,93,79,106,102,96,105,98,103,162,98,79",
- "endOffsets": "208,308,409,495,600,718,805,887,978,1071,1167,1261,1356,1449,1545,1644,1735,1829,1909,2016,2119,2216,2322,2421,2525,2688,2787,2867"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-fi\\values-fi.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-fi\\values-fi.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -55,11 +86,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2872",
+ "startOffsets": "5532",
"endColumns": "100",
- "endOffsets": "2968"
+ "endOffsets": "5628"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-fi\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "208",
+ "endOffsets": "455"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3943",
+ "endColumns": "208",
+ "endOffsets": "4147"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-fi\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,354,539,668,772,974,1098,1240,1372,1572,1676,1856,1980,2187,2352,2444,2540",
+ "endColumns": "108,184,128,103,201,123,141,131,199,103,179,123,206,164,91,95,107",
+ "endOffsets": "353,538,667,771,973,1097,1239,1371,1571,1675,1855,1979,2186,2351,2443,2539,2647"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2792,2905,3090,3223,3331,3533,3661,3807,4152,4352,4460,4640,4768,4975,5144,5240,5340",
+ "endColumns": "112,184,132,107,201,127,145,135,199,107,179,127,206,168,95,99,111",
+ "endOffsets": "2900,3085,3218,3326,3528,3656,3802,3938,4347,4455,4635,4763,4970,5139,5235,5335,5447"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,414,500,605,723,810,892,983,1076,1172,1266,1361,1454,1550,1649,1740,1834,1914,2021,2124,2221,2327,2426,2530,2693,2792",
+ "endColumns": "107,99,100,85,104,117,86,81,90,92,95,93,94,92,95,98,90,93,79,106,102,96,105,98,103,162,98,79",
+ "endOffsets": "208,308,409,495,600,718,805,887,978,1071,1167,1261,1356,1449,1545,1644,1735,1829,1909,2016,2119,2216,2322,2421,2525,2688,2787,2867"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,414,500,605,723,810,892,983,1076,1172,1266,1361,1454,1550,1649,1740,1834,1914,2021,2124,2221,2327,2426,2530,2693,5452",
+ "endColumns": "107,99,100,85,104,117,86,81,90,92,95,93,94,92,95,98,90,93,79,106,102,96,105,98,103,162,98,79",
+ "endOffsets": "208,308,409,495,600,718,805,887,978,1071,1167,1261,1356,1449,1545,1644,1735,1829,1909,2016,2119,2216,2322,2421,2525,2688,2787,5527"
}
}
]
@@ -68,7 +150,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-sl_values-sl.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-sl\\values-sl.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-sl\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,349,546,673,778,984,1112,1252,1381,1598,1703,1901,2029,2240,2418,2514,2602",
+ "endColumns": "103,196,126,104,205,127,139,128,216,104,197,127,210,177,95,87,108",
+ "endOffsets": "348,545,672,777,983,1111,1251,1380,1597,1702,1900,2028,2239,2417,2513,2601,2710"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2853,2961,3158,3289,3398,3604,3736,3880,4212,4429,4538,4736,4868,5079,5261,5361,5453",
+ "endColumns": "107,196,130,108,205,131,143,132,216,108,197,131,210,181,99,91,112",
+ "endOffsets": "2956,3153,3284,3393,3599,3731,3875,4008,4424,4533,4731,4863,5074,5256,5356,5448,5561"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,212,319,427,514,617,736,821,905,997,1091,1187,1281,1377,1471,1567,1667,1759,1851,1935,2043,2152,2252,2365,2472,2576,2756,2853",
+ "endColumns": "106,106,107,86,102,118,84,83,91,93,95,93,95,93,95,99,91,91,83,107,108,99,112,106,103,179,96,82",
+ "endOffsets": "207,314,422,509,612,731,816,900,992,1086,1182,1276,1372,1466,1562,1662,1754,1846,1930,2038,2147,2247,2360,2467,2571,2751,2848,2931"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,319,427,514,617,736,821,905,997,1091,1187,1281,1377,1471,1567,1667,1759,1851,1935,2043,2152,2252,2365,2472,2576,2756,5566",
+ "endColumns": "106,106,107,86,102,118,84,83,91,93,95,93,95,93,95,99,91,91,83,107,108,99,112,106,103,179,96,82",
+ "endOffsets": "207,314,422,509,612,731,816,900,992,1086,1182,1276,1372,1466,1562,1662,1754,1846,1930,2038,2147,2247,2360,2467,2571,2751,2848,5644"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-sl\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "198",
+ "endOffsets": "445"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4013",
+ "endColumns": "198",
+ "endOffsets": "4207"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-sl\\values-sl.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -77,21 +210,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2936",
+ "startOffsets": "5649",
"endColumns": "100",
- "endOffsets": "3032"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,212,319,427,514,617,736,821,905,997,1091,1187,1281,1377,1471,1567,1667,1759,1851,1935,2043,2152,2252,2365,2472,2576,2756,2853",
- "endColumns": "106,106,107,86,102,118,84,83,91,93,95,93,95,93,95,99,91,91,83,107,108,99,112,106,103,179,96,82",
- "endOffsets": "207,314,422,509,612,731,816,900,992,1086,1182,1276,1372,1466,1562,1662,1754,1846,1930,2038,2147,2247,2360,2467,2571,2751,2848,2931"
+ "endOffsets": "5745"
}
}
]
@@ -100,7 +223,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-v18_values-v18.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-v18\\values-v18.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\res\\values-v18\\values-v18.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -115,17 +238,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-b+sr+Latn_values-b+sr+Latn.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,214,318,424,510,614,732,814,895,986,1079,1175,1269,1370,1463,1558,1663,1754,1845,1933,2039,2147,2248,2353,2461,2562,2731,2828",
- "endColumns": "108,103,105,85,103,117,81,80,90,92,95,93,100,92,94,104,90,90,87,105,107,100,104,107,100,168,96,83",
- "endOffsets": "209,313,419,505,609,727,809,890,981,1074,1170,1264,1365,1458,1553,1658,1749,1840,1928,2034,2142,2243,2348,2456,2557,2726,2823,2907"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -134,11 +247,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2912",
+ "startOffsets": "5571",
"endColumns": "100",
- "endOffsets": "3008"
+ "endOffsets": "5667"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,214,318,424,510,614,732,814,895,986,1079,1175,1269,1370,1463,1558,1663,1754,1845,1933,2039,2147,2248,2353,2461,2562,2731,2828",
+ "endColumns": "108,103,105,85,103,117,81,80,90,92,95,93,100,92,94,104,90,90,87,105,107,100,104,107,100,168,96,83",
+ "endOffsets": "209,313,419,505,609,727,809,890,981,1074,1170,1264,1365,1458,1553,1658,1749,1840,1928,2034,2142,2243,2348,2456,2557,2726,2823,2907"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,318,424,510,614,732,814,895,986,1079,1175,1269,1370,1463,1558,1663,1754,1845,1933,2039,2147,2248,2353,2461,2562,2731,5487",
+ "endColumns": "108,103,105,85,103,117,81,80,90,92,95,93,100,92,94,104,90,90,87,105,107,100,104,107,100,168,96,83",
+ "endOffsets": "209,313,419,505,609,727,809,890,981,1074,1170,1264,1365,1458,1553,1658,1749,1840,1928,2034,2142,2243,2348,2456,2557,2726,2823,5566"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-b+sr+Latn\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "252,356,544,668,776,989,1114,1252,1379,1587,1692,1883,2008,2216,2384,2478,2569",
+ "endColumns": "103,187,123,107,212,124,137,126,207,104,190,124,207,167,93,90,104",
+ "endOffsets": "355,543,667,775,988,1113,1251,1378,1586,1691,1882,2007,2215,2383,2477,2568,2673"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2828,2936,3124,3252,3364,3577,3706,3848,4168,4376,4485,4676,4805,5013,5185,5283,5378",
+ "endColumns": "107,187,127,111,212,128,141,130,207,108,190,128,207,171,97,94,108",
+ "endOffsets": "2931,3119,3247,3359,3572,3701,3843,3974,4371,4480,4671,4800,5008,5180,5278,5373,5482"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-b+sr+Latn\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "254",
+ "endColumns": "188",
+ "endOffsets": "442"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3979",
+ "endColumns": "188",
+ "endOffsets": "4163"
}
}
]
@@ -147,7 +311,41 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-in_values-in.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-in\\values-in.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-in\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,350,546,670,774,988,1113,1254,1385,1610,1713,1908,2032,2246,2416,2506,2592",
+ "endColumns": "104,195,123,103,213,124,140,130,224,102,194,123,213,169,89,85,103",
+ "endOffsets": "349,545,669,773,987,1112,1253,1384,1609,1712,1907,2031,2245,2415,2505,2591,2695"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2803,2912,3108,3236,3344,3558,3687,3832,4158,4383,4490,4685,4813,5027,5201,5295,5385",
+ "endColumns": "108,195,127,107,213,128,144,134,224,106,194,127,213,173,93,89,107",
+ "endOffsets": "2907,3103,3231,3339,3553,3682,3827,3962,4378,4485,4680,4808,5022,5196,5290,5380,5488"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,215,317,422,509,613,729,811,890,981,1074,1170,1264,1365,1458,1553,1647,1738,1829,1915,2018,2127,2228,2332,2440,2548,2704,2803",
+ "endColumns": "109,101,104,86,103,115,81,78,90,92,95,93,100,92,94,93,90,90,85,102,108,100,103,107,107,155,98,83",
+ "endOffsets": "210,312,417,504,608,724,806,885,976,1069,1165,1259,1360,1453,1548,1642,1733,1824,1910,2013,2122,2223,2327,2435,2543,2699,2798,2882"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,317,422,509,613,729,811,890,981,1074,1170,1264,1365,1458,1553,1647,1738,1829,1915,2018,2127,2228,2332,2440,2548,2704,5493",
+ "endColumns": "109,101,104,86,103,115,81,78,90,92,95,93,100,92,94,93,90,90,85,102,108,100,103,107,107,155,98,83",
+ "endOffsets": "210,312,417,504,608,724,806,885,976,1069,1165,1259,1360,1453,1548,1642,1733,1824,1910,2013,2122,2223,2327,2435,2543,2699,2798,5572"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-in\\values-in.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -156,21 +354,28 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2887",
+ "startOffsets": "5577",
"endColumns": "100",
- "endOffsets": "2983"
+ "endOffsets": "5673"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-in\\values-in.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-in\\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",
- "startColumns": "4,4,4,4,4,4,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,317,422,509,613,729,811,890,981,1074,1170,1264,1365,1458,1553,1647,1738,1829,1915,2018,2127,2228,2332,2440,2548,2704,2803",
- "endColumns": "109,101,104,86,103,115,81,78,90,92,95,93,100,92,94,93,90,90,85,102,108,100,103,107,107,155,98,83",
- "endOffsets": "210,312,417,504,608,724,806,885,976,1069,1165,1259,1360,1453,1548,1642,1733,1824,1910,2013,2122,2223,2327,2435,2543,2699,2798,2882"
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "190",
+ "endOffsets": "437"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3967",
+ "endColumns": "190",
+ "endOffsets": "4153"
}
}
]
@@ -179,17 +384,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-iw_values-iw.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-iw\\values-iw.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-iw\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,346,532,655,757,955,1078,1216,1344,1539,1640,1816,1937,2130,2301,2387,2473",
+ "endColumns": "100,185,122,101,197,122,137,127,194,100,175,120,192,170,85,85,105",
+ "endOffsets": "345,531,654,756,954,1077,1215,1343,1538,1639,1815,1936,2129,2300,2386,2472,2578"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2751,2856,3042,3169,3275,3473,3600,3742,4051,4246,4351,4527,4652,4845,5020,5110,5200",
+ "endColumns": "104,185,126,105,197,126,141,131,194,104,175,124,192,174,89,89,109",
+ "endOffsets": "2851,3037,3164,3270,3468,3595,3737,3869,4241,4346,4522,4647,4840,5015,5105,5195,5305"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-iw\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "176",
+ "endOffsets": "423"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3874",
+ "endColumns": "176",
+ "endOffsets": "4046"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,209,308,416,500,600,714,792,870,961,1055,1151,1245,1346,1439,1534,1631,1722,1814,1895,1997,2101,2199,2302,2403,2503,2655,2751",
"endColumns": "103,98,107,83,99,113,77,77,90,93,95,93,100,92,94,96,90,91,80,101,103,97,102,100,99,151,95,80",
"endOffsets": "204,303,411,495,595,709,787,865,956,1050,1146,1240,1341,1434,1529,1626,1717,1809,1890,1992,2096,2194,2297,2398,2498,2650,2746,2827"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,308,416,500,600,714,792,870,961,1055,1151,1245,1346,1439,1534,1631,1722,1814,1895,1997,2101,2199,2302,2403,2503,2655,5310",
+ "endColumns": "103,98,107,83,99,113,77,77,90,93,95,93,100,92,94,96,90,91,80,101,103,97,102,100,99,151,95,80",
+ "endOffsets": "204,303,411,495,595,709,787,865,956,1050,1146,1240,1341,1434,1529,1626,1717,1809,1890,1992,2096,2194,2297,2398,2498,2650,2746,5386"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-iw\\values-iw.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-iw\\values-iw.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -198,11 +444,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2832",
+ "startOffsets": "5391",
"endColumns": "100",
- "endOffsets": "2928"
+ "endOffsets": "5487"
}
}
]
@@ -211,7 +457,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-land_values-land.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-land\\values-land.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\res\\values-land\\values-land.xml",
"from": {
"startLines": "2,3,4",
"startColumns": "4,4,4",
@@ -226,17 +472,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-pt-rPT_values-pt-rPT.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-pt-rPT\\values-pt-rPT.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-pt-rPT\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "251",
+ "endColumns": "203",
+ "endOffsets": "454"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4053",
+ "endColumns": "203",
+ "endOffsets": "4252"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,225,331,438,527,628,752,836,917,1009,1103,1201,1295,1395,1489,1585,1680,1772,1864,1951,2058,2170,2272,2380,2487,2594,2765,2864",
"endColumns": "119,105,106,88,100,123,83,80,91,93,97,93,99,93,95,94,91,91,86,106,111,101,107,106,106,170,98,84",
"endOffsets": "220,326,433,522,623,747,831,912,1004,1098,1196,1290,1390,1484,1580,1675,1767,1859,1946,2053,2165,2267,2375,2482,2589,2760,2859,2944"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,752,836,917,1009,1103,1201,1295,1395,1489,1585,1680,1772,1864,1951,2058,2170,2272,2380,2487,2594,2765,5687",
+ "endColumns": "119,105,106,88,100,123,83,80,91,93,97,93,99,93,95,94,91,91,86,106,111,101,107,106,106,170,98,84",
+ "endOffsets": "220,326,433,522,623,747,831,912,1004,1098,1196,1290,1390,1484,1580,1675,1767,1859,1946,2053,2165,2267,2375,2482,2589,2760,2859,5767"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-pt-rPT\\values-pt-rPT.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-pt-rPT\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "249,352,547,673,779,1006,1132,1280,1414,1661,1767,1968,2097,2315,2519,2613,2708",
+ "endColumns": "102,194,125,105,226,125,147,133,246,105,200,128,217,203,93,94,111",
+ "endOffsets": "351,546,672,778,1005,1131,1279,1413,1660,1766,1967,2096,2314,2518,2612,2707,2819"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2864,2971,3166,3296,3406,3633,3763,3915,4257,4504,4614,4815,4948,5166,5374,5472,5571",
+ "endColumns": "106,194,129,109,226,129,151,137,246,109,200,132,217,207,97,98,115",
+ "endOffsets": "2966,3161,3291,3401,3628,3758,3910,4048,4499,4609,4810,4943,5161,5369,5467,5566,5682"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -245,11 +532,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2949",
+ "startOffsets": "5772",
"endColumns": "100",
- "endOffsets": "3045"
+ "endOffsets": "5868"
}
}
]
@@ -258,7 +545,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-v24_values-v24.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-v24\\values-v24.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\res\\values-v24\\values-v24.xml",
"from": {
"startLines": "2,3",
"startColumns": "4,4",
@@ -273,7 +560,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-ru_values-ru.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-ru\\values-ru.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-ru\\values-ru.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -282,21 +569,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2913",
+ "startOffsets": "5675",
"endColumns": "100",
- "endOffsets": "3009"
+ "endOffsets": "5771"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-ru\\values-ru.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-ru\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,350,548,672,780,981,1108,1249,1378,1618,1723,1917,2041,2267,2451,2546,2632",
+ "endColumns": "104,197,123,107,200,126,140,128,239,104,193,123,225,183,94,85,110",
+ "endOffsets": "349,547,671,779,980,1107,1248,1377,1617,1722,1916,2040,2266,2450,2545,2631,2742"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2832,2941,3139,3267,3379,3580,3711,3856,4205,4445,4554,4748,4876,5102,5290,5389,5479",
+ "endColumns": "108,197,127,111,200,130,144,132,239,108,193,127,225,187,98,89,114",
+ "endOffsets": "2936,3134,3262,3374,3575,3706,3851,3984,4440,4549,4743,4871,5097,5285,5384,5474,5589"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,434,520,625,745,824,902,994,1088,1184,1277,1373,1467,1563,1658,1750,1842,1922,2028,2136,2234,2343,2449,2557,2732,2832",
"endColumns": "114,101,111,85,104,119,78,77,91,93,95,92,95,93,95,94,91,91,79,105,107,97,108,105,107,174,99,80",
"endOffsets": "215,317,429,515,620,740,819,897,989,1083,1179,1272,1368,1462,1558,1653,1745,1837,1917,2023,2131,2229,2338,2444,2552,2727,2827,2908"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,434,520,625,745,824,902,994,1088,1184,1277,1373,1467,1563,1658,1750,1842,1922,2028,2136,2234,2343,2449,2557,2732,5594",
+ "endColumns": "114,101,111,85,104,119,78,77,91,93,95,92,95,93,95,94,91,91,79,105,107,97,108,105,107,174,99,80",
+ "endOffsets": "215,317,429,515,620,740,819,897,989,1083,1179,1272,1368,1462,1558,1653,1745,1837,1917,2023,2131,2229,2338,2444,2552,2727,2827,5670"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-ru\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "215",
+ "endOffsets": "462"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3989",
+ "endColumns": "215",
+ "endOffsets": "4200"
}
}
]
@@ -305,17 +633,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-th_values-th.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-th\\values-th.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,308,416,505,607,717,794,872,963,1056,1152,1246,1347,1440,1535,1629,1720,1811,1892,2000,2104,2202,2310,2415,2516,2669,2764",
"endColumns": "104,97,107,88,101,109,76,77,90,92,95,93,100,92,94,93,90,90,80,107,103,97,107,104,100,152,94,80",
"endOffsets": "205,303,411,500,602,712,789,867,958,1051,1147,1241,1342,1435,1530,1624,1715,1806,1887,1995,2099,2197,2305,2410,2511,2664,2759,2840"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,416,505,607,717,794,872,963,1056,1152,1246,1347,1440,1535,1629,1720,1811,1892,2000,2104,2202,2310,2415,2516,2669,5377",
+ "endColumns": "104,97,107,88,101,109,76,77,90,92,95,93,100,92,94,93,90,90,80,107,103,97,107,104,100,152,94,80",
+ "endOffsets": "205,303,411,500,602,712,789,867,958,1051,1147,1241,1342,1435,1530,1624,1715,1806,1887,1995,2099,2197,2305,2410,2511,2664,2759,5453"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-th\\values-th.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-th\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,349,528,649,754,949,1071,1216,1349,1552,1655,1833,1953,2152,2329,2419,2513",
+ "endColumns": "103,178,120,104,194,121,144,132,202,102,177,119,198,176,89,93,108",
+ "endOffsets": "348,527,648,753,948,1070,1215,1348,1551,1654,1832,1952,2151,2328,2418,2512,2621"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2764,2872,3051,3176,3285,3480,3606,3755,4080,4283,4390,4568,4692,4891,5072,5166,5264",
+ "endColumns": "107,178,124,108,194,125,148,136,202,106,177,123,198,180,93,97,112",
+ "endOffsets": "2867,3046,3171,3280,3475,3601,3750,3887,4278,4385,4563,4687,4886,5067,5161,5259,5372"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-th\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "187",
+ "endOffsets": "434"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3892",
+ "endColumns": "187",
+ "endOffsets": "4075"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-th\\values-th.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -324,11 +693,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2845",
+ "startOffsets": "5458",
"endColumns": "100",
- "endOffsets": "2941"
+ "endOffsets": "5554"
}
}
]
@@ -337,7 +706,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-is_values-is.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-is\\values-is.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-is\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,349,535,658,765,965,1088,1223,1353,1566,1670,1858,1982,2183,2363,2453,2542",
+ "endColumns": "103,185,122,106,199,122,134,129,212,103,187,123,200,179,89,88,103",
+ "endOffsets": "348,534,657,764,964,1087,1222,1352,1565,1669,1857,1981,2182,2362,2452,2541,2645"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2784,2892,3078,3205,3316,3516,3643,3782,4104,4317,4425,4613,4741,4942,5126,5220,5313",
+ "endColumns": "107,185,126,110,199,126,138,133,212,107,187,127,200,183,93,92,107",
+ "endOffsets": "2887,3073,3200,3311,3511,3638,3777,3911,4312,4420,4608,4736,4937,5121,5215,5308,5416"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,794,874,965,1058,1154,1248,1355,1448,1543,1638,1729,1823,1904,2014,2122,2220,2329,2428,2531,2686,2784",
+ "endColumns": "99,96,111,84,100,113,79,79,90,92,95,93,106,92,94,94,90,93,80,109,107,97,108,98,102,154,97,80",
+ "endOffsets": "200,297,409,494,595,709,789,869,960,1053,1149,1243,1350,1443,1538,1633,1724,1818,1899,2009,2117,2215,2324,2423,2526,2681,2779,2860"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,794,874,965,1058,1154,1248,1355,1448,1543,1638,1729,1823,1904,2014,2122,2220,2329,2428,2531,2686,5421",
+ "endColumns": "99,96,111,84,100,113,79,79,90,92,95,93,106,92,94,94,90,93,80,109,107,97,108,98,102,154,97,80",
+ "endOffsets": "200,297,409,494,595,709,789,869,960,1053,1149,1243,1350,1443,1538,1633,1724,1818,1899,2009,2117,2215,2324,2423,2526,2681,2779,5497"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-is\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "187",
+ "endOffsets": "434"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3916",
+ "endColumns": "187",
+ "endOffsets": "4099"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-is\\values-is.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -346,21 +766,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2865",
+ "startOffsets": "5502",
"endColumns": "100",
- "endOffsets": "2961"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,794,874,965,1058,1154,1248,1355,1448,1543,1638,1729,1823,1904,2014,2122,2220,2329,2428,2531,2686,2784",
- "endColumns": "99,96,111,84,100,113,79,79,90,92,95,93,106,92,94,94,90,93,80,109,107,97,108,98,102,154,97,80",
- "endOffsets": "200,297,409,494,595,709,789,869,960,1053,1149,1243,1350,1443,1538,1633,1724,1818,1899,2009,2117,2215,2324,2423,2526,2681,2779,2860"
+ "endOffsets": "5598"
}
}
]
@@ -369,7 +779,41 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-az_values-az.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-az\\values-az.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-az\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "220",
+ "endOffsets": "467"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3990",
+ "endColumns": "220",
+ "endOffsets": "4206"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,213,312,424,512,619,733,814,893,984,1077,1172,1271,1372,1465,1560,1655,1746,1838,1923,2030,2137,2237,2346,2450,2560,2718,2820",
+ "endColumns": "107,98,111,87,106,113,80,78,90,92,94,98,100,92,94,94,90,91,84,106,106,99,108,103,109,157,101,82",
+ "endOffsets": "208,307,419,507,614,728,809,888,979,1072,1167,1266,1367,1460,1555,1650,1741,1833,1918,2025,2132,2232,2341,2445,2555,2713,2815,2898"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,424,512,619,733,814,893,984,1077,1172,1271,1372,1465,1560,1655,1746,1838,1923,2030,2137,2237,2346,2450,2560,2718,5555",
+ "endColumns": "107,98,111,87,106,113,80,78,90,92,94,98,100,92,94,94,90,91,84,106,106,99,108,103,109,157,101,82",
+ "endOffsets": "208,307,419,507,614,728,809,888,979,1072,1167,1266,1367,1460,1555,1650,1741,1833,1918,2025,2132,2232,2341,2445,2555,2713,2815,5633"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-az\\values-az.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -378,21 +822,28 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2903",
+ "startOffsets": "5638",
"endColumns": "100",
- "endOffsets": "2999"
+ "endOffsets": "5734"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-az\\values-az.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-az\\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",
- "startColumns": "4,4,4,4,4,4,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,424,512,619,733,814,893,984,1077,1172,1271,1372,1465,1560,1655,1746,1838,1923,2030,2137,2237,2346,2450,2560,2718,2820",
- "endColumns": "107,98,111,87,106,113,80,78,90,92,94,98,100,92,94,94,90,91,84,106,106,99,108,103,109,157,101,82",
- "endOffsets": "208,307,419,507,614,728,809,888,979,1072,1167,1266,1367,1460,1555,1650,1741,1833,1918,2025,2132,2232,2341,2445,2555,2713,2815,2898"
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,352,539,670,778,983,1114,1260,1391,1616,1724,1904,2039,2242,2424,2514,2605",
+ "endColumns": "106,186,130,107,204,130,145,130,224,107,179,134,202,181,89,90,105",
+ "endOffsets": "351,538,669,777,982,1113,1259,1390,1615,1723,1903,2038,2241,2423,2513,2604,2710"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2820,2931,3118,3253,3365,3570,3705,3855,4211,4436,4548,4728,4867,5070,5256,5350,5445",
+ "endColumns": "110,186,134,111,204,134,149,134,224,111,179,138,202,185,93,94,109",
+ "endOffsets": "2926,3113,3248,3360,3565,3700,3850,3985,4431,4543,4723,4862,5065,5251,5345,5440,5550"
}
}
]
@@ -401,7 +852,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-ldltr-v21_values-ldltr-v21.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-ldltr-v21\\values-ldltr-v21.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\res\\values-ldltr-v21\\values-ldltr-v21.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -416,17 +867,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-lo_values-lo.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-lo\\values-lo.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-lo\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "190",
+ "endOffsets": "437"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3929",
+ "endColumns": "190",
+ "endOffsets": "4115"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-lo\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,351,553,681,786,997,1120,1254,1395,1606,1709,1906,2033,2263,2450,2544,2639",
+ "endColumns": "105,201,127,104,210,122,133,140,210,102,196,126,229,186,93,94,109",
+ "endOffsets": "350,552,680,785,996,1119,1253,1394,1605,1708,1905,2032,2262,2449,2543,2638,2748"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2755,2865,3067,3199,3308,3519,3646,3784,4120,4331,4438,4635,4766,4996,5187,5285,5384",
+ "endColumns": "109,201,131,108,210,126,137,144,210,106,196,130,229,190,97,98,113",
+ "endOffsets": "2860,3062,3194,3303,3514,3641,3779,3924,4326,4433,4630,4761,4991,5182,5280,5379,5493"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,305,412,497,602,714,791,869,960,1053,1149,1243,1344,1437,1532,1626,1717,1808,1888,1995,2092,2190,2295,2398,2502,2659,2755",
"endColumns": "102,96,106,84,104,111,76,77,90,92,95,93,100,92,94,93,90,90,79,106,96,97,104,102,103,156,95,80",
"endOffsets": "203,300,407,492,597,709,786,864,955,1048,1144,1238,1339,1432,1527,1621,1712,1803,1883,1990,2087,2185,2290,2393,2497,2654,2750,2831"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,412,497,602,714,791,869,960,1053,1149,1243,1344,1437,1532,1626,1717,1808,1888,1995,2092,2190,2295,2398,2502,2659,5498",
+ "endColumns": "102,96,106,84,104,111,76,77,90,92,95,93,100,92,94,93,90,90,79,106,96,97,104,102,103,156,95,80",
+ "endOffsets": "203,300,407,492,597,709,786,864,955,1048,1144,1238,1339,1432,1527,1621,1712,1803,1883,1990,2087,2185,2290,2393,2497,2654,2750,5574"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-lo\\values-lo.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-lo\\values-lo.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -435,11 +927,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2836",
+ "startOffsets": "5579",
"endColumns": "100",
- "endOffsets": "2932"
+ "endOffsets": "5675"
}
}
]
@@ -448,17 +940,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-uz_values-uz.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,314,428,514,614,730,810,889,980,1073,1169,1263,1358,1451,1546,1641,1732,1824,1908,2017,2124,2225,2333,2438,2545,2706,2805",
- "endColumns": "104,103,113,85,99,115,79,78,90,92,95,93,94,92,94,94,90,91,83,108,106,100,107,104,106,160,98,83",
- "endOffsets": "205,309,423,509,609,725,805,884,975,1068,1164,1258,1353,1446,1541,1636,1727,1819,1903,2012,2119,2220,2328,2433,2540,2701,2800,2884"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-uz\\values-uz.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-uz\\values-uz.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -467,11 +949,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2889",
+ "startOffsets": "5619",
"endColumns": "100",
- "endOffsets": "2985"
+ "endOffsets": "5715"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-uz\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,348,530,657,764,968,1099,1245,1376,1607,1713,1903,2033,2246,2434,2526,2613",
+ "endColumns": "102,181,126,106,203,130,145,130,230,105,189,129,212,187,91,86,104",
+ "endOffsets": "347,529,656,763,967,1098,1244,1375,1606,1712,1902,2032,2245,2433,2525,2612,2717"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2805,2912,3094,3225,3336,3540,3675,3825,4169,4400,4510,4700,4834,5047,5239,5335,5426",
+ "endColumns": "106,181,130,110,203,134,149,134,230,109,189,133,212,191,95,90,108",
+ "endOffsets": "2907,3089,3220,3331,3535,3670,3820,3955,4395,4505,4695,4829,5042,5234,5330,5421,5530"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-uz\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "208",
+ "endOffsets": "455"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3960",
+ "endColumns": "208",
+ "endOffsets": "4164"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,314,428,514,614,730,810,889,980,1073,1169,1263,1358,1451,1546,1641,1732,1824,1908,2017,2124,2225,2333,2438,2545,2706,2805",
+ "endColumns": "104,103,113,85,99,115,79,78,90,92,95,93,94,92,94,94,90,91,83,108,106,100,107,104,106,160,98,83",
+ "endOffsets": "205,309,423,509,609,725,805,884,975,1068,1164,1258,1353,1446,1541,1636,1727,1819,1903,2012,2119,2220,2328,2433,2540,2701,2800,2884"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,314,428,514,614,730,810,889,980,1073,1169,1263,1358,1451,1546,1641,1732,1824,1908,2017,2124,2225,2333,2438,2545,2706,5535",
+ "endColumns": "104,103,113,85,99,115,79,78,90,92,95,93,94,92,94,94,90,91,83,108,106,100,107,104,106,160,98,83",
+ "endOffsets": "205,309,423,509,609,725,805,884,975,1068,1164,1258,1353,1446,1541,1636,1727,1819,1903,2012,2119,2220,2328,2433,2540,2701,2800,5614"
}
}
]
@@ -480,7 +1013,41 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-zh-rHK_values-zh-rHK.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-zh-rHK\\values-zh-rHK.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-zh-rHK\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "249,348,508,621,721,887,1001,1129,1247,1416,1515,1675,1788,1954,2088,2169,2252",
+ "endColumns": "98,159,112,99,165,113,127,117,168,98,159,112,165,133,80,82,96",
+ "endOffsets": "347,507,620,720,886,1000,1128,1246,1415,1514,1674,1787,1953,2087,2168,2251,2348"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2668,2771,2931,3048,3152,3318,3436,3568,3857,4026,4129,4289,4406,4572,4710,4795,4882",
+ "endColumns": "102,159,116,103,165,117,131,121,168,102,159,116,165,137,84,86,100",
+ "endOffsets": "2766,2926,3043,3147,3313,3431,3563,3685,4021,4124,4284,4401,4567,4705,4790,4877,4978"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-zh-rHK\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "251",
+ "endColumns": "166",
+ "endOffsets": "417"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3690",
+ "endColumns": "166",
+ "endOffsets": "3852"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-zh-rHK\\values-zh-rHK.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -489,21 +1056,28 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2746",
+ "startOffsets": "5061",
"endColumns": "100",
- "endOffsets": "2842"
+ "endOffsets": "5157"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-zh-rHK\\values-zh-rHK.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,756,832,924,1018,1110,1206,1302,1396,1492,1584,1676,1768,1846,1942,2038,2133,2230,2325,2423,2574,2668",
"endColumns": "94,92,99,81,96,107,75,75,91,93,91,95,95,93,95,91,91,91,77,95,95,94,96,94,97,150,93,77",
"endOffsets": "195,288,388,470,567,675,751,827,919,1013,1105,1201,1297,1391,1487,1579,1671,1763,1841,1937,2033,2128,2225,2320,2418,2569,2663,2741"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,756,832,924,1018,1110,1206,1302,1396,1492,1584,1676,1768,1846,1942,2038,2133,2230,2325,2423,2574,4983",
+ "endColumns": "94,92,99,81,96,107,75,75,91,93,91,95,95,93,95,91,91,91,77,95,95,94,96,94,97,150,93,77",
+ "endOffsets": "195,288,388,470,567,675,751,827,919,1013,1105,1201,1297,1391,1487,1579,1671,1763,1841,1937,2033,2128,2225,2320,2418,2569,2663,5056"
}
}
]
@@ -512,17 +1086,41 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-nb_values-nb.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-nb\\values-nb.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-nb\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,348,539,663,770,985,1113,1259,1387,1600,1705,1897,2023,2224,2426,2519,2607",
+ "endColumns": "102,190,123,106,214,127,145,127,212,104,191,125,200,201,92,87,102",
+ "endOffsets": "347,538,662,769,984,1112,1258,1386,1599,1704,1896,2022,2223,2425,2518,2606,2709"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2747,2854,3045,3173,3284,3499,3631,3781,4102,4315,4424,4616,4746,4947,5153,5250,5342",
+ "endColumns": "106,190,127,110,214,131,149,131,212,108,191,129,200,205,96,91,106",
+ "endOffsets": "2849,3040,3168,3279,3494,3626,3776,3908,4310,4419,4611,4741,4942,5148,5245,5337,5444"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,213,308,422,508,608,721,797,873,964,1057,1153,1247,1348,1441,1536,1634,1725,1816,1896,1999,2098,2194,2298,2396,2497,2650,2747",
"endColumns": "107,94,113,85,99,112,75,75,90,92,95,93,100,92,94,97,90,90,79,102,98,95,103,97,100,152,96,78",
"endOffsets": "208,303,417,503,603,716,792,868,959,1052,1148,1242,1343,1436,1531,1629,1720,1811,1891,1994,2093,2189,2293,2391,2492,2645,2742,2821"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,308,422,508,608,721,797,873,964,1057,1153,1247,1348,1441,1536,1634,1725,1816,1896,1999,2098,2194,2298,2396,2497,2650,5449",
+ "endColumns": "107,94,113,85,99,112,75,75,90,92,95,93,100,92,94,97,90,90,79,102,98,95,103,97,100,152,96,78",
+ "endOffsets": "208,303,417,503,603,716,792,868,959,1052,1148,1242,1343,1436,1531,1629,1720,1811,1891,1994,2093,2189,2293,2391,2492,2645,2742,5523"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-nb\\values-nb.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-nb\\values-nb.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -531,11 +1129,28 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2826",
+ "startOffsets": "5528",
"endColumns": "100",
- "endOffsets": "2922"
+ "endOffsets": "5624"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-nb\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "188",
+ "endOffsets": "435"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3913",
+ "endColumns": "188",
+ "endOffsets": "4097"
}
}
]
@@ -544,17 +1159,24 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-ms_values-ms.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-ms\\values-ms.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,809,888,979,1072,1167,1261,1360,1453,1548,1642,1733,1824,1904,2016,2125,2222,2331,2434,2541,2700,2801",
"endColumns": "110,104,107,86,103,110,77,78,90,92,94,93,98,92,94,93,90,90,79,111,108,96,108,102,106,158,100,79",
"endOffsets": "211,316,424,511,615,726,804,883,974,1067,1162,1256,1355,1448,1543,1637,1728,1819,1899,2011,2120,2217,2326,2429,2536,2695,2796,2876"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,809,888,979,1072,1167,1261,1360,1453,1548,1642,1733,1824,1904,2016,2125,2222,2331,2434,2541,2700,5646",
+ "endColumns": "110,104,107,86,103,110,77,78,90,92,94,93,98,92,94,93,90,90,79,111,108,96,108,102,106,158,100,79",
+ "endOffsets": "211,316,424,511,615,726,804,883,974,1067,1162,1256,1355,1448,1543,1637,1728,1819,1899,2011,2120,2217,2326,2429,2536,2695,2796,5721"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-ms\\values-ms.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-ms\\values-ms.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -563,11 +1185,45 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2881",
+ "startOffsets": "5726",
"endColumns": "100",
- "endOffsets": "2977"
+ "endOffsets": "5822"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-ms\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,349,554,682,786,1017,1147,1293,1425,1669,1776,1982,2115,2345,2546,2639,2729",
+ "endColumns": "103,204,127,103,230,129,145,131,243,106,205,132,229,200,92,89,107",
+ "endOffsets": "348,553,681,785,1016,1146,1292,1424,1668,1775,1981,2114,2344,2545,2638,2728,2836"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2801,2909,3114,3246,3354,3585,3719,3869,4210,4454,4565,4771,4908,5138,5343,5440,5534",
+ "endColumns": "107,204,131,107,230,133,149,135,243,110,205,136,229,204,96,93,111",
+ "endOffsets": "2904,3109,3241,3349,3580,3714,3864,4000,4449,4560,4766,4903,5133,5338,5435,5529,5641"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-ms\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "204",
+ "endOffsets": "451"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4005",
+ "endColumns": "204",
+ "endOffsets": "4205"
}
}
]
@@ -576,7 +1232,41 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-kn_values-kn.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-kn\\values-kn.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-kn\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "204",
+ "endOffsets": "451"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4032",
+ "endColumns": "204",
+ "endOffsets": "4232"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-kn\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,354,556,687,800,1002,1129,1263,1387,1596,1707,1898,2031,2235,2418,2513,2602",
+ "endColumns": "108,201,130,112,201,126,133,123,208,110,190,132,203,182,94,88,109",
+ "endOffsets": "353,555,686,799,1001,1128,1262,1386,1595,1706,1897,2030,2234,2417,2512,2601,2711"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2866,2979,3181,3316,3433,3635,3766,3904,4237,4446,4561,4752,4889,5093,5280,5379,5472",
+ "endColumns": "112,201,134,116,201,130,137,127,208,114,190,136,203,186,98,92,113",
+ "endOffsets": "2974,3176,3311,3428,3630,3761,3899,4027,4441,4556,4747,4884,5088,5275,5374,5467,5581"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-kn\\values-kn.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -585,21 +1275,28 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2948",
+ "startOffsets": "5668",
"endColumns": "100",
- "endOffsets": "3044"
+ "endOffsets": "5764"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-kn\\values-kn.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,223,335,448,536,643,770,847,924,1015,1108,1204,1298,1399,1492,1587,1681,1772,1863,1945,2061,2172,2271,2384,2488,2602,2766,2866",
"endColumns": "117,111,112,87,106,126,76,76,90,92,95,93,100,92,94,93,90,90,81,115,110,98,112,103,113,163,99,81",
"endOffsets": "218,330,443,531,638,765,842,919,1010,1103,1199,1293,1394,1487,1582,1676,1767,1858,1940,2056,2167,2266,2379,2483,2597,2761,2861,2943"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,335,448,536,643,770,847,924,1015,1108,1204,1298,1399,1492,1587,1681,1772,1863,1945,2061,2172,2271,2384,2488,2602,2766,5586",
+ "endColumns": "117,111,112,87,106,126,76,76,90,92,95,93,100,92,94,93,90,90,81,115,110,98,112,103,113,163,99,81",
+ "endOffsets": "218,330,443,531,638,765,842,919,1010,1103,1199,1293,1394,1487,1582,1676,1767,1858,1940,2056,2167,2266,2379,2483,2597,2761,2861,5663"
}
}
]
@@ -608,7 +1305,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-v28_values-v28.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-v28\\values-v28.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\res\\values-v28\\values-v28.xml",
"from": {
"startLines": "2,3,4,8",
"startColumns": "4,4,4,4",
@@ -624,17 +1321,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-hr_values-hr.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,307,417,503,607,726,810,893,984,1077,1173,1267,1368,1461,1556,1655,1746,1837,1923,2027,2140,2246,2351,2464,2571,2740,2837",
- "endColumns": "104,96,109,85,103,118,83,82,90,92,95,93,100,92,94,98,90,90,85,103,112,105,104,112,106,168,96,88",
- "endOffsets": "205,302,412,498,602,721,805,888,979,1072,1168,1262,1363,1456,1551,1650,1741,1832,1918,2022,2135,2241,2346,2459,2566,2735,2832,2921"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-hr\\values-hr.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-hr\\values-hr.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -643,11 +1330,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2926",
+ "startOffsets": "5602",
"endColumns": "100",
- "endOffsets": "3022"
+ "endOffsets": "5698"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,307,417,503,607,726,810,893,984,1077,1173,1267,1368,1461,1556,1655,1746,1837,1923,2027,2140,2246,2351,2464,2571,2740,2837",
+ "endColumns": "104,96,109,85,103,118,83,82,90,92,95,93,100,92,94,98,90,90,85,103,112,105,104,112,106,168,96,88",
+ "endOffsets": "205,302,412,498,602,721,805,888,979,1072,1168,1262,1363,1456,1551,1650,1741,1832,1918,2022,2135,2241,2346,2459,2566,2735,2832,2921"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,307,417,503,607,726,810,893,984,1077,1173,1267,1368,1461,1556,1655,1746,1837,1923,2027,2140,2246,2351,2464,2571,2740,5513",
+ "endColumns": "104,96,109,85,103,118,83,82,90,92,95,93,100,92,94,98,90,90,85,103,112,105,104,112,106,168,96,88",
+ "endOffsets": "205,302,412,498,602,721,805,888,979,1072,1168,1262,1363,1456,1551,1650,1741,1832,1918,2022,2135,2241,2346,2459,2566,2735,2832,5597"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-hr\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,349,538,666,774,990,1118,1259,1391,1600,1705,1893,2019,2225,2394,2488,2576",
+ "endColumns": "103,188,127,107,215,127,140,131,208,104,187,125,205,168,93,87,105",
+ "endOffsets": "348,537,665,773,989,1117,1258,1390,1599,1704,1892,2018,2224,2393,2487,2575,2681"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2837,2945,3134,3266,3378,3594,3726,3871,4198,4407,4516,4704,4834,5040,5213,5311,5403",
+ "endColumns": "107,188,131,111,215,131,144,135,208,108,187,129,205,172,97,91,109",
+ "endOffsets": "2940,3129,3261,3373,3589,3721,3866,4002,4402,4511,4699,4829,5035,5208,5306,5398,5508"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-hr\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "190",
+ "endOffsets": "437"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4007",
+ "endColumns": "190",
+ "endOffsets": "4193"
}
}
]
@@ -656,7 +1394,24 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-hi_values-hi.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-hi\\values-hi.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,308,418,504,606,728,805,883,974,1067,1163,1257,1358,1451,1546,1640,1731,1822,1912,2021,2124,2226,2336,2437,2549,2711,2812",
+ "endColumns": "105,96,109,85,101,121,76,77,90,92,95,93,100,92,94,93,90,90,89,108,102,101,109,100,111,161,100,79",
+ "endOffsets": "206,303,413,499,601,723,800,878,969,1062,1158,1252,1353,1446,1541,1635,1726,1817,1907,2016,2119,2221,2331,2432,2544,2706,2807,2887"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,308,418,504,606,728,805,883,974,1067,1163,1257,1358,1451,1546,1640,1731,1822,1912,2021,2124,2226,2336,2437,2549,2711,5532",
+ "endColumns": "105,96,109,85,101,121,76,77,90,92,95,93,100,92,94,93,90,90,89,108,102,101,109,100,111,161,100,79",
+ "endOffsets": "206,303,413,499,601,723,800,878,969,1062,1158,1252,1353,1446,1541,1635,1726,1817,1907,2016,2119,2221,2331,2432,2544,2706,2807,5607"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-hi\\values-hi.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -665,21 +1420,45 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2892",
+ "startOffsets": "5612",
"endColumns": "100",
- "endOffsets": "2988"
+ "endOffsets": "5708"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-hi\\values-hi.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-hi\\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",
- "startColumns": "4,4,4,4,4,4,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,308,418,504,606,728,805,883,974,1067,1163,1257,1358,1451,1546,1640,1731,1822,1912,2021,2124,2226,2336,2437,2549,2711,2812",
- "endColumns": "105,96,109,85,101,121,76,77,90,92,95,93,100,92,94,93,90,90,89,108,102,101,109,100,111,161,100,79",
- "endOffsets": "206,303,413,499,601,723,800,878,969,1062,1158,1252,1353,1446,1541,1635,1726,1817,1907,2016,2119,2221,2331,2432,2544,2706,2807,2887"
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,351,543,667,777,987,1115,1253,1390,1606,1713,1910,2038,2238,2417,2506,2599",
+ "endColumns": "105,191,123,109,209,127,137,136,215,106,196,127,199,178,88,92,112",
+ "endOffsets": "350,542,666,776,986,1114,1252,1389,1605,1712,1909,2037,2237,2416,2505,2598,2711"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2812,2922,3114,3242,3356,3566,3698,3840,4186,4402,4513,4710,4842,5042,5225,5318,5415",
+ "endColumns": "109,191,127,113,209,131,141,140,215,110,196,131,199,182,92,96,116",
+ "endOffsets": "2917,3109,3237,3351,3561,3693,3835,3976,4397,4508,4705,4837,5037,5220,5313,5410,5527"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-hi\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "204",
+ "endOffsets": "451"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3981",
+ "endColumns": "204",
+ "endOffsets": "4181"
}
}
]
@@ -688,17 +1467,41 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-en-rGB_values-en-rGB.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-en-rGB\\values-en-rGB.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,793,869,960,1053,1149,1243,1344,1437,1532,1626,1717,1808,1890,1993,2097,2196,2301,2404,2508,2664,2764",
"endColumns": "103,99,107,83,99,114,76,75,90,92,95,93,100,92,94,93,90,90,81,102,103,98,104,102,103,155,99,81",
"endOffsets": "204,304,412,496,596,711,788,864,955,1048,1144,1238,1339,1432,1527,1621,1712,1803,1885,1988,2092,2191,2296,2399,2503,2659,2759,2841"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,793,869,960,1053,1149,1243,1344,1437,1532,1626,1717,1808,1890,1993,2097,2196,2301,2404,2508,2664,5412",
+ "endColumns": "103,99,107,83,99,114,76,75,90,92,95,93,100,92,94,93,90,90,81,102,103,98,104,102,103,155,99,81",
+ "endOffsets": "204,304,412,496,596,711,788,864,955,1048,1144,1238,1339,1432,1527,1621,1712,1803,1885,1988,2092,2191,2296,2399,2503,2659,2759,5489"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-en-rGB\\values-en-rGB.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-en-rGB\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "249,352,536,659,764,974,1095,1237,1365,1583,1686,1869,1992,2197,2371,2460,2548",
+ "endColumns": "102,183,122,104,209,120,141,127,217,102,182,122,204,173,88,87,103",
+ "endOffsets": "351,535,658,763,973,1094,1236,1364,1582,1685,1868,1991,2196,2370,2459,2547,2651"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2764,2871,3055,3182,3291,3501,3626,3772,4101,4319,4426,4609,4736,4941,5119,5212,5304",
+ "endColumns": "106,183,126,108,209,124,145,131,217,106,182,126,204,177,92,91,107",
+ "endOffsets": "2866,3050,3177,3286,3496,3621,3767,3899,4314,4421,4604,4731,4936,5114,5207,5299,5407"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-en-rGB\\values-en-rGB.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -707,11 +1510,28 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2846",
+ "startOffsets": "5494",
"endColumns": "100",
- "endOffsets": "2942"
+ "endOffsets": "5590"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-en-rGB\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "251",
+ "endColumns": "196",
+ "endOffsets": "447"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3904",
+ "endColumns": "196",
+ "endOffsets": "4096"
}
}
]
@@ -720,7 +1540,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-pt_values-pt.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-pt\\values-pt.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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",
@@ -730,7 +1550,7 @@
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-pt\\values-pt.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-pt\\values-pt.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -752,7 +1572,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-vi_values-vi.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-vi\\values-vi.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-vi\\values-vi.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -761,21 +1581,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2901",
+ "startOffsets": "5648",
"endColumns": "100",
- "endOffsets": "2997"
+ "endOffsets": "5744"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-vi\\values-vi.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-vi\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "194",
+ "endOffsets": "441"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3997",
+ "endColumns": "194",
+ "endOffsets": "4187"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,219,327,436,520,623,742,819,896,987,1080,1176,1270,1371,1464,1559,1657,1748,1839,1923,2027,2136,2237,2342,2456,2561,2718,2817",
"endColumns": "113,107,108,83,102,118,76,76,90,92,95,93,100,92,94,97,90,90,83,103,108,100,104,113,104,156,98,83",
"endOffsets": "214,322,431,515,618,737,814,891,982,1075,1171,1265,1366,1459,1554,1652,1743,1834,1918,2022,2131,2232,2337,2451,2556,2713,2812,2896"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,327,436,520,623,742,819,896,987,1080,1176,1270,1371,1464,1559,1657,1748,1839,1923,2027,2136,2237,2342,2456,2561,2718,5564",
+ "endColumns": "113,107,108,83,102,118,76,76,90,92,95,93,100,92,94,97,90,90,83,103,108,100,104,113,104,156,98,83",
+ "endOffsets": "214,322,431,515,618,737,814,891,982,1075,1171,1265,1366,1459,1554,1652,1743,1834,1918,2022,2131,2232,2337,2451,2556,2713,2812,5643"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-vi\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,345,539,662,767,991,1119,1272,1401,1641,1746,1938,2066,2284,2459,2553,2643",
+ "endColumns": "99,193,122,104,223,127,152,128,239,104,191,127,217,174,93,89,105",
+ "endOffsets": "344,538,661,766,990,1118,1271,1400,1640,1745,1937,2065,2283,2458,2552,2642,2748"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2817,2921,3115,3242,3351,3575,3707,3864,4192,4432,4541,4733,4865,5083,5262,5360,5454",
+ "endColumns": "103,193,126,108,223,131,156,132,239,108,191,131,217,178,97,93,109",
+ "endOffsets": "2916,3110,3237,3346,3570,3702,3859,3992,4427,4536,4728,4860,5078,5257,5355,5449,5559"
}
}
]
@@ -784,17 +1645,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-fr_values-fr.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-fr\\values-fr.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-fr\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "223",
+ "endOffsets": "470"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4080",
+ "endColumns": "223",
+ "endOffsets": "4299"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,442,524,630,760,843,923,1014,1107,1206,1301,1402,1495,1588,1683,1774,1865,1951,2061,2173,2276,2387,2494,2601,2760,2859",
"endColumns": "110,114,110,81,105,129,82,79,90,92,98,94,100,92,92,94,90,90,85,109,111,102,110,106,106,158,98,85",
"endOffsets": "211,326,437,519,625,755,838,918,1009,1102,1201,1296,1397,1490,1583,1678,1769,1860,1946,2056,2168,2271,2382,2489,2596,2755,2854,2940"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,442,524,630,760,843,923,1014,1107,1206,1301,1402,1495,1588,1683,1774,1865,1951,2061,2173,2276,2387,2494,2601,2760,5750",
+ "endColumns": "110,114,110,81,105,129,82,79,90,92,98,94,100,92,92,94,90,90,85,109,111,102,110,106,106,158,98,85",
+ "endOffsets": "211,326,437,519,625,755,838,918,1009,1102,1201,1296,1397,1490,1583,1678,1769,1860,1946,2056,2168,2271,2382,2489,2596,2755,2854,5831"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-fr\\values-fr.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-fr\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,349,561,689,796,1026,1157,1304,1442,1679,1789,2005,2139,2358,2563,2662,2755",
+ "endColumns": "103,211,127,106,229,130,146,137,236,109,215,133,218,204,98,92,108",
+ "endOffsets": "348,560,688,795,1025,1156,1303,1441,1678,1788,2004,2138,2357,2562,2661,2754,2863"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2859,2967,3179,3311,3422,3652,3787,3938,4304,4541,4655,4871,5009,5228,5437,5540,5637",
+ "endColumns": "107,211,131,110,229,134,150,141,236,113,215,137,218,208,102,96,112",
+ "endOffsets": "2962,3174,3306,3417,3647,3782,3933,4075,4536,4650,4866,5004,5223,5432,5535,5632,5745"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-fr\\values-fr.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -803,11 +1705,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2945",
+ "startOffsets": "5836",
"endColumns": "100",
- "endOffsets": "3041"
+ "endOffsets": "5932"
}
}
]
@@ -816,7 +1718,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-watch-v21_values-watch-v21.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-watch-v21\\values-watch-v21.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\res\\values-watch-v21\\values-watch-v21.xml",
"from": {
"startLines": "2,6,10",
"startColumns": "4,4,4",
@@ -832,17 +1734,41 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-sv_values-sv.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-sv\\values-sv.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,211,314,425,510,612,725,801,877,970,1065,1161,1255,1358,1453,1550,1648,1744,1837,1917,2023,2123,2219,2324,2426,2528,2682,2784",
"endColumns": "105,102,110,84,101,112,75,75,92,94,95,93,102,94,96,97,95,92,79,105,99,95,104,101,101,153,101,78",
"endOffsets": "206,309,420,505,607,720,796,872,965,1060,1156,1250,1353,1448,1545,1643,1739,1832,1912,2018,2118,2214,2319,2421,2523,2677,2779,2858"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,314,425,510,612,725,801,877,970,1065,1161,1255,1358,1453,1550,1648,1744,1837,1917,2023,2123,2219,2324,2426,2528,2682,5479",
+ "endColumns": "105,102,110,84,101,112,75,75,92,94,95,93,102,94,96,97,95,92,79,105,99,95,104,101,101,153,101,78",
+ "endOffsets": "206,309,420,505,607,720,796,872,965,1060,1156,1250,1353,1448,1545,1643,1739,1832,1912,2018,2118,2214,2319,2421,2523,2677,2779,5553"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-sv\\values-sv.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-sv\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,350,539,664,772,972,1095,1244,1373,1580,1686,1879,2005,2218,2400,2492,2581",
+ "endColumns": "104,188,124,107,199,122,148,128,206,105,192,125,212,181,91,88,103",
+ "endOffsets": "349,538,663,771,971,1094,1243,1372,1579,1685,1878,2004,2217,2399,2491,2580,2684"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2784,2893,3082,3211,3323,3523,3650,3803,4143,4350,4460,4653,4783,4996,5182,5278,5371",
+ "endColumns": "108,188,128,111,199,126,152,132,206,109,192,129,212,185,95,92,107",
+ "endOffsets": "2888,3077,3206,3318,3518,3645,3798,3931,4345,4455,4648,4778,4991,5177,5273,5366,5474"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-sv\\values-sv.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -851,11 +1777,28 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2863",
+ "startOffsets": "5558",
"endColumns": "100",
- "endOffsets": "2959"
+ "endOffsets": "5654"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-sv\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "206",
+ "endOffsets": "453"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3936",
+ "endColumns": "206",
+ "endOffsets": "4138"
}
}
]
@@ -864,7 +1807,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-bg_values-bg.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-bg\\values-bg.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-bg\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,352,549,682,791,1017,1150,1295,1429,1657,1767,1973,2109,2325,2517,2613,2698",
+ "endColumns": "106,196,132,108,225,132,144,133,227,109,205,135,215,191,95,84,97",
+ "endOffsets": "351,548,681,790,1016,1149,1294,1428,1656,1766,1972,2108,2324,2516,2612,2697,2795"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2847,2958,3155,3292,3405,3631,3768,3917,4252,4480,4594,4800,4940,5156,5352,5452,5541",
+ "endColumns": "110,196,136,112,225,136,148,137,227,113,205,139,215,195,99,88,101",
+ "endOffsets": "2953,3150,3287,3400,3626,3763,3912,4050,4475,4589,4795,4935,5151,5347,5447,5536,5638"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,220,327,432,518,623,744,823,901,992,1085,1181,1275,1376,1469,1564,1672,1763,1854,1937,2051,2160,2260,2374,2480,2588,2748,2847",
+ "endColumns": "114,106,104,85,104,120,78,77,90,92,95,93,100,92,94,107,90,90,82,113,108,99,113,105,107,159,98,82",
+ "endOffsets": "215,322,427,513,618,739,818,896,987,1080,1176,1270,1371,1464,1559,1667,1758,1849,1932,2046,2155,2255,2369,2475,2583,2743,2842,2925"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,327,432,518,623,744,823,901,992,1085,1181,1275,1376,1469,1564,1672,1763,1854,1937,2051,2160,2260,2374,2480,2588,2748,5643",
+ "endColumns": "114,106,104,85,104,120,78,77,90,92,95,93,100,92,94,107,90,90,82,113,108,99,113,105,107,159,98,82",
+ "endOffsets": "215,322,427,513,618,739,818,896,987,1080,1176,1270,1371,1464,1559,1667,1758,1849,1932,2046,2155,2255,2369,2475,2583,2743,2842,5721"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-bg\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "196",
+ "endOffsets": "443"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4055",
+ "endColumns": "196",
+ "endOffsets": "4247"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-bg\\values-bg.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -873,21 +1867,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2930",
+ "startOffsets": "5726",
"endColumns": "100",
- "endOffsets": "3026"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,220,327,432,518,623,744,823,901,992,1085,1181,1275,1376,1469,1564,1672,1763,1854,1937,2051,2160,2260,2374,2480,2588,2748,2847",
- "endColumns": "114,106,104,85,104,120,78,77,90,92,95,93,100,92,94,107,90,90,82,113,108,99,113,105,107,159,98,82",
- "endOffsets": "215,322,427,513,618,739,818,896,987,1080,1176,1270,1371,1464,1559,1667,1758,1849,1932,2046,2155,2255,2369,2475,2583,2743,2842,2925"
+ "endOffsets": "5822"
}
}
]
@@ -896,7 +1880,24 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-ro_values-ro.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-ro\\values-ro.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,531,643,764,849,930,1021,1114,1210,1304,1404,1497,1592,1687,1778,1870,1953,2065,2178,2278,2392,2497,2603,2767,2870",
+ "endColumns": "120,103,112,87,111,120,84,80,90,92,95,93,99,92,94,94,90,91,82,111,112,99,113,104,105,163,102,82",
+ "endOffsets": "221,325,438,526,638,759,844,925,1016,1109,1205,1299,1399,1492,1587,1682,1773,1865,1948,2060,2173,2273,2387,2492,2598,2762,2865,2948"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,531,643,764,849,930,1021,1114,1210,1304,1404,1497,1592,1687,1778,1870,1953,2065,2178,2278,2392,2497,2603,2767,5619",
+ "endColumns": "120,103,112,87,111,120,84,80,90,92,95,93,99,92,94,94,90,91,82,111,112,99,113,104,105,163,102,82",
+ "endOffsets": "221,325,438,526,638,759,844,925,1016,1109,1205,1299,1399,1492,1587,1682,1773,1865,1948,2060,2173,2273,2387,2492,2598,2762,2865,5697"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-ro\\values-ro.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -905,21 +1906,45 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2953",
+ "startOffsets": "5702",
"endColumns": "100",
- "endOffsets": "3049"
+ "endOffsets": "5798"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-ro\\values-ro.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-ro\\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",
- "startColumns": "4,4,4,4,4,4,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,531,643,764,849,930,1021,1114,1210,1304,1404,1497,1592,1687,1778,1870,1953,2065,2178,2278,2392,2497,2603,2767,2870",
- "endColumns": "120,103,112,87,111,120,84,80,90,92,95,93,99,92,94,94,90,91,82,111,112,99,113,104,105,163,102,82",
- "endOffsets": "221,325,438,526,638,759,844,925,1016,1109,1205,1299,1399,1492,1587,1682,1773,1865,1948,2060,2173,2273,2387,2492,2598,2762,2865,2948"
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "203",
+ "endOffsets": "450"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4048",
+ "endColumns": "203",
+ "endOffsets": "4247"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-ro\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,350,542,669,776,986,1116,1265,1399,1620,1728,1918,2048,2253,2445,2542,2635",
+ "endColumns": "104,191,126,106,209,129,148,133,220,107,189,129,204,191,96,92,106",
+ "endOffsets": "349,541,668,775,985,1115,1264,1398,1619,1727,1917,2047,2252,2444,2541,2634,2741"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2870,2979,3171,3302,3413,3623,3757,3910,4252,4473,4585,4775,4909,5114,5310,5411,5508",
+ "endColumns": "108,191,130,110,209,133,152,137,220,111,189,133,204,195,100,96,110",
+ "endOffsets": "2974,3166,3297,3408,3618,3752,3905,4043,4468,4580,4770,4904,5109,5305,5406,5503,5614"
}
}
]
@@ -928,17 +1953,24 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-ar_values-ar.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-ar\\values-ar.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-ar\\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",
- "startColumns": "4,4,4,4,4,4,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,326,435,517,618,732,811,890,981,1074,1170,1264,1365,1458,1553,1647,1738,1832,1911,2016,2117,2213,2321,2424,2527,2682,2779",
- "endColumns": "116,103,108,81,100,113,78,78,90,92,95,93,100,92,94,93,90,93,78,104,100,95,107,102,102,154,96,80",
- "endOffsets": "217,321,430,512,613,727,806,885,976,1069,1165,1259,1360,1453,1548,1642,1733,1827,1906,2011,2112,2208,2316,2419,2522,2677,2774,2855"
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "188",
+ "endOffsets": "435"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3891",
+ "endColumns": "188",
+ "endOffsets": "4075"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-ar\\values-ar.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-ar\\values-ar.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -947,11 +1979,45 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2860",
+ "startOffsets": "5445",
"endColumns": "100",
- "endOffsets": "2956"
+ "endOffsets": "5541"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-ar\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,347,523,643,746,943,1069,1206,1333,1529,1631,1812,1932,2130,2302,2392,2484",
+ "endColumns": "101,175,119,102,196,125,136,126,195,101,180,119,197,171,89,91,108",
+ "endOffsets": "346,522,642,745,942,1068,1205,1332,1528,1630,1811,1931,2129,2301,2391,2483,2592"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2779,2885,3061,3185,3292,3489,3619,3760,4080,4276,4382,4563,4687,4885,5061,5155,5251",
+ "endColumns": "105,175,123,106,196,129,140,130,195,105,180,123,197,175,93,95,112",
+ "endOffsets": "2880,3056,3180,3287,3484,3614,3755,3886,4271,4377,4558,4682,4880,5056,5150,5246,5359"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,222,326,435,517,618,732,811,890,981,1074,1170,1264,1365,1458,1553,1647,1738,1832,1911,2016,2117,2213,2321,2424,2527,2682,2779",
+ "endColumns": "116,103,108,81,100,113,78,78,90,92,95,93,100,92,94,93,90,93,78,104,100,95,107,102,102,154,96,80",
+ "endOffsets": "217,321,430,512,613,727,806,885,976,1069,1165,1259,1360,1453,1548,1642,1733,1827,1906,2011,2112,2208,2316,2419,2522,2677,2774,2855"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,326,435,517,618,732,811,890,981,1074,1170,1264,1365,1458,1553,1647,1738,1832,1911,2016,2117,2213,2321,2424,2527,2682,5364",
+ "endColumns": "116,103,108,81,100,113,78,78,90,92,95,93,100,92,94,93,90,93,78,104,100,95,107,102,102,154,96,80",
+ "endOffsets": "217,321,430,512,613,727,806,885,976,1069,1165,1259,1360,1453,1548,1642,1733,1827,1906,2011,2112,2208,2316,2419,2522,2677,2774,5440"
}
}
]
@@ -960,17 +2026,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-my_values-my.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-my\\values-my.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-my\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,350,546,678,787,993,1123,1272,1407,1642,1746,1947,2088,2305,2518,2614,2713",
+ "endColumns": "104,195,131,108,205,129,148,134,234,103,200,140,216,212,95,98,113",
+ "endOffsets": "349,545,677,786,992,1122,1271,1406,1641,1745,1946,2087,2304,2517,2613,2712,2826"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2895,3004,3200,3336,3449,3655,3789,3942,4294,4529,4637,4838,4983,5200,5417,5517,5620",
+ "endColumns": "108,195,135,112,205,133,152,138,234,107,200,144,216,216,99,102,117",
+ "endOffsets": "2999,3195,3331,3444,3650,3784,3937,4076,4524,4632,4833,4978,5195,5412,5512,5615,5733"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,214,319,436,529,641,769,847,926,1017,1110,1206,1300,1401,1494,1589,1683,1774,1865,1951,2074,2186,2288,2414,2525,2635,2795,2895",
"endColumns": "108,104,116,92,111,127,77,78,90,92,95,93,100,92,94,93,90,90,85,122,111,101,125,110,109,159,99,83",
"endOffsets": "209,314,431,524,636,764,842,921,1012,1105,1201,1295,1396,1489,1584,1678,1769,1860,1946,2069,2181,2283,2409,2520,2630,2790,2890,2974"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,319,436,529,641,769,847,926,1017,1110,1206,1300,1401,1494,1589,1683,1774,1865,1951,2074,2186,2288,2414,2525,2635,2795,5738",
+ "endColumns": "108,104,116,92,111,127,77,78,90,92,95,93,100,92,94,93,90,90,85,122,111,101,125,110,109,159,99,83",
+ "endOffsets": "209,314,431,524,636,764,842,921,1012,1105,1201,1295,1396,1489,1584,1678,1769,1860,1946,2069,2181,2283,2409,2520,2630,2790,2890,5817"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-my\\values-my.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-my\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "212",
+ "endOffsets": "459"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4081",
+ "endColumns": "212",
+ "endOffsets": "4289"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-my\\values-my.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -979,11 +2086,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2979",
+ "startOffsets": "5822",
"endColumns": "100",
- "endOffsets": "3075"
+ "endOffsets": "5918"
}
}
]
@@ -992,7 +2099,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-ur_values-ur.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-ur\\values-ur.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,215,321,430,516,620,740,816,892,984,1078,1174,1268,1370,1464,1560,1654,1746,1838,1923,2031,2140,2242,2353,2453,2561,2726,2824",
+ "endColumns": "109,105,108,85,103,119,75,75,91,93,95,93,101,93,95,93,91,91,84,107,108,101,110,99,107,164,97,79",
+ "endOffsets": "210,316,425,511,615,735,811,887,979,1073,1169,1263,1365,1459,1555,1649,1741,1833,1918,2026,2135,2237,2348,2448,2556,2721,2819,2899"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,321,430,516,620,740,816,892,984,1078,1174,1268,1370,1464,1560,1654,1746,1838,1923,2031,2140,2242,2353,2453,2561,2726,5552",
+ "endColumns": "109,105,108,85,103,119,75,75,91,93,95,93,101,93,95,93,91,91,84,107,108,101,110,99,107,164,97,79",
+ "endOffsets": "210,316,425,511,615,735,811,887,979,1073,1169,1263,1365,1459,1555,1649,1741,1833,1918,2026,2135,2237,2348,2448,2556,2721,2819,5627"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-ur\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,351,547,671,780,979,1104,1242,1371,1582,1690,1893,2019,2224,2419,2508,2601",
+ "endColumns": "105,195,123,108,198,124,137,128,210,107,202,125,204,194,88,92,112",
+ "endOffsets": "350,546,670,779,978,1103,1241,1370,1581,1689,1892,2018,2223,2418,2507,2600,2713"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2824,2934,3130,3258,3371,3570,3699,3841,4185,4396,4508,4711,4841,5046,5245,5338,5435",
+ "endColumns": "109,195,127,112,198,128,141,132,210,111,202,129,204,198,92,96,116",
+ "endOffsets": "2929,3125,3253,3366,3565,3694,3836,3969,4391,4503,4706,4836,5041,5240,5333,5430,5547"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-ur\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "210",
+ "endOffsets": "457"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3974",
+ "endColumns": "210",
+ "endOffsets": "4180"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-ur\\values-ur.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -1001,21 +2159,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2904",
+ "startOffsets": "5632",
"endColumns": "100",
- "endOffsets": "3000"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,215,321,430,516,620,740,816,892,984,1078,1174,1268,1370,1464,1560,1654,1746,1838,1923,2031,2140,2242,2353,2453,2561,2726,2824",
- "endColumns": "109,105,108,85,103,119,75,75,91,93,95,93,101,93,95,93,91,91,84,107,108,101,110,99,107,164,97,79",
- "endOffsets": "210,316,425,511,615,735,811,887,979,1073,1169,1263,1365,1459,1555,1649,1741,1833,1918,2026,2135,2237,2348,2448,2556,2721,2819,2899"
+ "endOffsets": "5728"
}
}
]
@@ -1024,7 +2172,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-v17_values-v17.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-v17\\values-v17.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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",
@@ -1040,17 +2188,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-sk_values-sk.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,312,423,509,617,735,816,897,988,1081,1180,1274,1375,1468,1563,1661,1752,1843,1927,2032,2141,2240,2346,2457,2566,2732,2830",
- "endColumns": "106,99,110,85,107,117,80,80,90,92,98,93,100,92,94,97,90,90,83,104,108,98,105,110,108,165,97,87",
- "endOffsets": "207,307,418,504,612,730,811,892,983,1076,1175,1269,1370,1463,1558,1656,1747,1838,1922,2027,2136,2235,2341,2452,2561,2727,2825,2913"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-sk\\values-sk.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-sk\\values-sk.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -1059,11 +2197,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2918",
+ "startOffsets": "5672",
"endColumns": "100",
- "endOffsets": "3014"
+ "endOffsets": "5768"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,312,423,509,617,735,816,897,988,1081,1180,1274,1375,1468,1563,1661,1752,1843,1927,2032,2141,2240,2346,2457,2566,2732,2830",
+ "endColumns": "106,99,110,85,107,117,80,80,90,92,98,93,100,92,94,97,90,90,83,104,108,98,105,110,108,165,97,87",
+ "endOffsets": "207,307,418,504,612,730,811,892,983,1076,1175,1269,1370,1463,1558,1656,1747,1838,1922,2027,2136,2235,2341,2452,2561,2727,2825,2913"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,312,423,509,617,735,816,897,988,1081,1180,1274,1375,1468,1563,1661,1752,1843,1927,2032,2141,2240,2346,2457,2566,2732,5584",
+ "endColumns": "106,99,110,85,107,117,80,80,90,92,98,93,100,92,94,97,90,90,83,104,108,98,105,110,108,165,97,87",
+ "endOffsets": "207,307,418,504,612,730,811,892,983,1076,1175,1269,1370,1463,1558,1656,1747,1838,1922,2027,2136,2235,2341,2452,2561,2727,2825,5667"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-sk\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "197",
+ "endOffsets": "444"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3987",
+ "endColumns": "197",
+ "endOffsets": "4180"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-sk\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,349,541,663,771,986,1112,1251,1378,1606,1715,1916,2044,2266,2456,2550,2643",
+ "endColumns": "103,191,121,107,214,125,138,126,227,108,200,127,221,189,93,92,109",
+ "endOffsets": "348,540,662,770,985,1111,1250,1377,1605,1714,1915,2043,2265,2455,2549,2642,2752"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2830,2938,3130,3256,3368,3583,3713,3856,4185,4413,4526,4727,4859,5081,5275,5373,5470",
+ "endColumns": "107,191,125,111,214,129,142,130,227,112,200,131,221,193,97,96,113",
+ "endOffsets": "2933,3125,3251,3363,3578,3708,3851,3982,4408,4521,4722,4854,5076,5270,5368,5465,5579"
}
}
]
@@ -1072,17 +2261,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-kk_values-kk.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,217,320,430,515,621,740,821,901,992,1085,1181,1275,1376,1469,1564,1661,1752,1844,1925,2028,2133,2231,2338,2447,2547,2713,2812",
- "endColumns": "111,102,109,84,105,118,80,79,90,92,95,93,100,92,94,96,90,91,80,102,104,97,106,108,99,165,98,80",
- "endOffsets": "212,315,425,510,616,735,816,896,987,1080,1176,1270,1371,1464,1559,1656,1747,1839,1920,2023,2128,2226,2333,2442,2542,2708,2807,2888"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-kk\\values-kk.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-kk\\values-kk.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -1091,11 +2270,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2893",
+ "startOffsets": "5599",
"endColumns": "100",
- "endOffsets": "2989"
+ "endOffsets": "5695"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-kk\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "222",
+ "endOffsets": "469"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3956",
+ "endColumns": "222",
+ "endOffsets": "4174"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-kk\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,346,531,655,759,958,1082,1231,1365,1589,1693,1881,2008,2220,2403,2492,2577",
+ "endColumns": "100,184,123,103,198,123,148,133,223,103,187,126,211,182,88,84,102",
+ "endOffsets": "345,530,654,758,957,1081,1230,1364,1588,1692,1880,2007,2219,2402,2491,2576,2679"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2812,2917,3102,3230,3338,3537,3665,3818,4179,4403,4511,4699,4830,5042,5229,5322,5411",
+ "endColumns": "104,184,127,107,198,127,152,137,223,107,187,130,211,186,92,88,106",
+ "endOffsets": "2912,3097,3225,3333,3532,3660,3813,3951,4398,4506,4694,4825,5037,5224,5317,5406,5513"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,217,320,430,515,621,740,821,901,992,1085,1181,1275,1376,1469,1564,1661,1752,1844,1925,2028,2133,2231,2338,2447,2547,2713,2812",
+ "endColumns": "111,102,109,84,105,118,80,79,90,92,95,93,100,92,94,96,90,91,80,102,104,97,106,108,99,165,98,80",
+ "endOffsets": "212,315,425,510,616,735,816,896,987,1080,1176,1270,1371,1464,1559,1656,1747,1839,1920,2023,2128,2226,2333,2442,2542,2708,2807,2888"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,320,430,515,621,740,821,901,992,1085,1181,1275,1376,1469,1564,1661,1752,1844,1925,2028,2133,2231,2338,2447,2547,2713,5518",
+ "endColumns": "111,102,109,84,105,118,80,79,90,92,95,93,100,92,94,96,90,91,80,102,104,97,106,108,99,165,98,80",
+ "endOffsets": "212,315,425,510,616,735,816,896,987,1080,1176,1270,1371,1464,1559,1656,1747,1839,1920,2023,2128,2226,2333,2442,2542,2708,2807,5594"
}
}
]
@@ -1104,17 +2334,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-am_values-am.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-am\\values-am.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,207,306,412,498,601,714,792,870,961,1054,1147,1241,1342,1435,1530,1624,1715,1805,1884,1984,2084,2180,2283,2382,2489,2642,2738",
"endColumns": "101,98,105,85,102,112,77,77,90,92,92,93,100,92,94,93,90,89,78,99,99,95,102,98,106,152,95,78",
"endOffsets": "202,301,407,493,596,709,787,865,956,1049,1142,1236,1337,1430,1525,1619,1710,1800,1879,1979,2079,2175,2278,2377,2484,2637,2733,2812"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,412,498,601,714,792,870,961,1054,1147,1241,1342,1435,1530,1624,1715,1805,1884,1984,2084,2180,2283,2382,2489,2642,5233",
+ "endColumns": "101,98,105,85,102,112,77,77,90,92,92,93,100,92,94,93,90,89,78,99,99,95,102,98,106,152,95,78",
+ "endOffsets": "202,301,407,493,596,709,787,865,956,1049,1142,1236,1337,1430,1525,1619,1710,1800,1879,1979,2079,2175,2278,2377,2484,2637,2733,5307"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-am\\values-am.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-am\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "190",
+ "endOffsets": "437"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3821",
+ "endColumns": "190",
+ "endOffsets": "4007"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-am\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,345,516,636,736,922,1043,1177,1304,1491,1592,1768,1889,2083,2236,2322,2405",
+ "endColumns": "99,170,119,99,185,120,133,126,186,100,175,120,193,152,85,82,95",
+ "endOffsets": "344,515,635,735,921,1042,1176,1303,1490,1591,1767,1888,2082,2235,2321,2404,2500"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2738,2842,3013,3137,3241,3427,3552,3690,4012,4199,4304,4480,4605,4799,4956,5046,5133",
+ "endColumns": "103,170,123,103,185,124,137,130,186,104,175,124,193,156,89,86,99",
+ "endOffsets": "2837,3008,3132,3236,3422,3547,3685,3816,4194,4299,4475,4600,4794,4951,5041,5128,5228"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-am\\values-am.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -1123,11 +2394,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2817",
+ "startOffsets": "5312",
"endColumns": "100",
- "endOffsets": "2913"
+ "endOffsets": "5408"
}
}
]
@@ -1136,7 +2407,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-zu_values-zu.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-zu\\values-zu.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-zu\\values-zu.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -1145,21 +2416,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2898",
+ "startOffsets": "5672",
"endColumns": "100",
- "endOffsets": "2994"
+ "endOffsets": "5768"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-zu\\values-zu.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,434,522,625,752,832,912,1003,1096,1190,1284,1385,1478,1573,1667,1758,1851,1937,2041,2147,2245,2352,2458,2564,2721,2817",
"endColumns": "107,106,113,87,102,126,79,79,90,92,93,93,100,92,94,93,90,92,85,103,105,97,106,105,105,156,95,80",
"endOffsets": "208,315,429,517,620,747,827,907,998,1091,1185,1279,1380,1473,1568,1662,1753,1846,1932,2036,2142,2240,2347,2453,2559,2716,2812,2893"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,434,522,625,752,832,912,1003,1096,1190,1284,1385,1478,1573,1667,1758,1851,1937,2041,2147,2245,2352,2458,2564,2721,5591",
+ "endColumns": "107,106,113,87,102,126,79,79,90,92,93,93,100,92,94,93,90,92,85,103,105,97,106,105,105,156,95,80",
+ "endOffsets": "208,315,429,517,620,747,827,907,998,1091,1185,1279,1380,1473,1568,1662,1753,1846,1932,2036,2142,2240,2347,2453,2559,2716,2812,5667"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-zu\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "190",
+ "endOffsets": "437"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4032",
+ "endColumns": "190",
+ "endOffsets": "4218"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-zu\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,354,562,695,797,1024,1151,1301,1436,1655,1763,1959,2088,2305,2488,2575,2670",
+ "endColumns": "108,207,132,101,226,126,149,134,218,107,195,128,216,182,86,94,109",
+ "endOffsets": "353,561,694,796,1023,1150,1300,1435,1654,1762,1958,2087,2304,2487,2574,2669,2779"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2817,2930,3138,3275,3381,3608,3739,3893,4223,4442,4554,4750,4883,5100,5287,5378,5477",
+ "endColumns": "112,207,136,105,226,130,153,138,218,111,195,132,216,186,90,98,113",
+ "endOffsets": "2925,3133,3270,3376,3603,3734,3888,4027,4437,4549,4745,4878,5095,5282,5373,5472,5586"
}
}
]
@@ -1168,7 +2480,41 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-te_values-te.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-te\\values-te.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-te\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,353,539,667,780,976,1099,1230,1355,1563,1673,1857,1983,2193,2382,2472,2568",
+ "endColumns": "107,185,127,112,195,122,130,124,207,109,183,125,209,188,89,95,106",
+ "endOffsets": "352,538,666,779,975,1098,1229,1354,1562,1672,1856,1982,2192,2381,2471,2567,2674"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2864,2976,3162,3294,3411,3607,3734,3869,4197,4405,4519,4703,4833,5043,5236,5330,5430",
+ "endColumns": "111,185,131,116,195,126,134,128,207,113,183,129,209,192,93,99,110",
+ "endOffsets": "2971,3157,3289,3406,3602,3729,3864,3993,4400,4514,4698,4828,5038,5231,5325,5425,5536"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-te\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "198",
+ "endOffsets": "445"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3998",
+ "endColumns": "198",
+ "endOffsets": "4192"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-te\\values-te.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -1177,21 +2523,28 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2946",
+ "startOffsets": "5623",
"endColumns": "100",
- "endOffsets": "3042"
+ "endOffsets": "5719"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-te\\values-te.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,219,328,439,529,634,759,841,923,1014,1107,1203,1297,1398,1491,1586,1681,1772,1863,1947,2060,2168,2267,2378,2480,2597,2763,2864",
"endColumns": "113,108,110,89,104,124,81,81,90,92,95,93,100,92,94,94,90,90,83,112,107,98,110,101,116,165,100,81",
"endOffsets": "214,323,434,524,629,754,836,918,1009,1102,1198,1292,1393,1486,1581,1676,1767,1858,1942,2055,2163,2262,2373,2475,2592,2758,2859,2941"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,328,439,529,634,759,841,923,1014,1107,1203,1297,1398,1491,1586,1681,1772,1863,1947,2060,2168,2267,2378,2480,2597,2763,5541",
+ "endColumns": "113,108,110,89,104,124,81,81,90,92,95,93,100,92,94,94,90,90,83,112,107,98,110,101,116,165,100,81",
+ "endOffsets": "214,323,434,524,629,754,836,918,1009,1102,1198,1292,1393,1486,1581,1676,1767,1858,1942,2055,2163,2262,2373,2475,2592,2758,2859,5618"
}
}
]
@@ -1200,7 +2553,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-h720dp-v13_values-h720dp-v13.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-h720dp-v13\\values-h720dp-v13.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\res\\values-h720dp-v13\\values-h720dp-v13.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -1215,17 +2568,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-fr-rCA_values-fr-rCA.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-fr-rCA\\values-fr-rCA.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,331,442,529,645,775,858,938,1029,1122,1221,1316,1417,1510,1603,1698,1789,1880,1976,2086,2198,2301,2412,2519,2621,2780,2879",
"endColumns": "110,114,110,86,115,129,82,79,90,92,98,94,100,92,92,94,90,90,95,109,111,102,110,106,101,158,98,85",
"endOffsets": "211,326,437,524,640,770,853,933,1024,1117,1216,1311,1412,1505,1598,1693,1784,1875,1971,2081,2193,2296,2407,2514,2616,2775,2874,2960"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,442,529,645,775,858,938,1029,1122,1221,1316,1417,1510,1603,1698,1789,1880,1976,2086,2198,2301,2412,2519,2621,2780,5780",
+ "endColumns": "110,114,110,86,115,129,82,79,90,92,98,94,100,92,92,94,90,90,95,109,111,102,110,106,101,158,98,85",
+ "endOffsets": "211,326,437,524,640,770,853,933,1024,1117,1216,1311,1412,1505,1598,1693,1784,1875,1971,2081,2193,2296,2407,2514,2616,2775,2874,5861"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-fr-rCA\\values-fr-rCA.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-fr-rCA\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "249,353,565,693,800,1030,1161,1308,1446,1700,1810,2026,2160,2379,2584,2683,2773",
+ "endColumns": "103,211,127,106,229,130,146,137,253,109,215,133,218,204,98,89,108",
+ "endOffsets": "352,564,692,799,1029,1160,1307,1445,1699,1809,2025,2159,2378,2583,2682,2772,2881"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2879,2987,3199,3331,3442,3672,3807,3958,4320,4574,4688,4904,5042,5261,5470,5573,5667",
+ "endColumns": "107,211,131,110,229,134,150,141,253,113,215,137,218,208,102,93,112",
+ "endOffsets": "2982,3194,3326,3437,3667,3802,3953,4095,4569,4683,4899,5037,5256,5465,5568,5662,5775"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-fr-rCA\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "251",
+ "endColumns": "219",
+ "endOffsets": "470"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4100",
+ "endColumns": "219",
+ "endOffsets": "4315"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-fr-rCA\\values-fr-rCA.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -1234,11 +2628,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2965",
+ "startOffsets": "5866",
"endColumns": "100",
- "endOffsets": "3061"
+ "endOffsets": "5962"
}
}
]
@@ -1247,17 +2641,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-sq_values-sq.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,518,628,751,832,911,1002,1095,1191,1285,1387,1480,1575,1672,1763,1856,1939,2045,2150,2248,2354,2457,2573,2727,2826",
- "endColumns": "113,99,111,86,109,122,80,78,90,92,95,93,101,92,94,96,90,92,82,105,104,97,105,102,115,153,98,80",
- "endOffsets": "214,314,426,513,623,746,827,906,997,1090,1186,1280,1382,1475,1570,1667,1758,1851,1934,2040,2145,2243,2349,2452,2568,2722,2821,2902"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-sq\\values-sq.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-sq\\values-sq.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -1266,11 +2650,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2907",
+ "startOffsets": "5744",
"endColumns": "100",
- "endOffsets": "3003"
+ "endOffsets": "5840"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-sq\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,350,555,690,795,1015,1147,1299,1440,1669,1775,1981,2117,2345,2555,2646,2739",
+ "endColumns": "104,204,134,104,219,131,151,140,228,105,205,135,227,209,90,92,106",
+ "endOffsets": "349,554,689,794,1014,1146,1298,1439,1668,1774,1980,2116,2344,2554,2645,2738,2845"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2826,2935,3140,3279,3388,3608,3744,3900,4233,4462,4572,4778,4918,5146,5360,5455,5552",
+ "endColumns": "108,204,138,108,219,135,155,144,228,109,205,139,227,213,94,96,110",
+ "endOffsets": "2930,3135,3274,3383,3603,3739,3895,4040,4457,4567,4773,4913,5141,5355,5450,5547,5658"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-sq\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "187",
+ "endOffsets": "434"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4045",
+ "endColumns": "187",
+ "endOffsets": "4228"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,518,628,751,832,911,1002,1095,1191,1285,1387,1480,1575,1672,1763,1856,1939,2045,2150,2248,2354,2457,2573,2727,2826",
+ "endColumns": "113,99,111,86,109,122,80,78,90,92,95,93,101,92,94,96,90,92,82,105,104,97,105,102,115,153,98,80",
+ "endOffsets": "214,314,426,513,623,746,827,906,997,1090,1186,1280,1382,1475,1570,1667,1758,1851,1934,2040,2145,2243,2349,2452,2568,2722,2821,2902"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,518,628,751,832,911,1002,1095,1191,1285,1387,1480,1575,1672,1763,1856,1939,2045,2150,2248,2354,2457,2573,2727,5663",
+ "endColumns": "113,99,111,86,109,122,80,78,90,92,95,93,101,92,94,96,90,92,82,105,104,97,105,102,115,153,98,80",
+ "endOffsets": "214,314,426,513,623,746,827,906,997,1090,1186,1280,1382,1475,1570,1667,1758,1851,1934,2040,2145,2243,2349,2452,2568,2722,2821,5739"
}
}
]
@@ -1279,17 +2714,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-ko_values-ko.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,200,294,396,478,576,682,761,837,928,1021,1113,1204,1305,1398,1493,1587,1678,1769,1849,1947,2042,2137,2237,2333,2432,2584,2678",
- "endColumns": "94,93,101,81,97,105,78,75,90,92,91,90,100,92,94,93,90,90,79,97,94,94,99,95,98,151,93,77",
- "endOffsets": "195,289,391,473,571,677,756,832,923,1016,1108,1199,1300,1393,1488,1582,1673,1764,1844,1942,2037,2132,2232,2328,2427,2579,2673,2751"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-ko\\values-ko.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-ko\\values-ko.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -1298,11 +2723,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2756",
+ "startOffsets": "5192",
"endColumns": "100",
- "endOffsets": "2852"
+ "endOffsets": "5288"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,200,294,396,478,576,682,761,837,928,1021,1113,1204,1305,1398,1493,1587,1678,1769,1849,1947,2042,2137,2237,2333,2432,2584,2678",
+ "endColumns": "94,93,101,81,97,105,78,75,90,92,91,90,100,92,94,93,90,90,79,97,94,94,99,95,98,151,93,77",
+ "endOffsets": "195,289,391,473,571,677,756,832,923,1016,1108,1199,1300,1393,1488,1582,1673,1764,1844,1942,2037,2132,2232,2328,2427,2579,2673,2751"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,294,396,478,576,682,761,837,928,1021,1113,1204,1305,1398,1493,1587,1678,1769,1849,1947,2042,2137,2237,2333,2432,2584,5114",
+ "endColumns": "94,93,101,81,97,105,78,75,90,92,91,90,100,92,94,93,90,90,79,97,94,94,99,95,98,151,93,77",
+ "endOffsets": "195,289,391,473,571,677,756,832,923,1016,1108,1199,1300,1393,1488,1582,1673,1764,1844,1942,2037,2132,2232,2328,2427,2579,2673,5187"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-ko\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "179",
+ "endOffsets": "426"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3731",
+ "endColumns": "179",
+ "endOffsets": "3906"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-ko\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,347,518,632,732,906,1021,1154,1274,1478,1579,1746,1862,2039,2184,2269,2353",
+ "endColumns": "101,170,113,99,173,114,132,119,203,100,166,115,176,144,84,83,99",
+ "endOffsets": "346,517,631,731,905,1020,1153,1273,1477,1578,1745,1861,2038,2183,2268,2352,2452"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2678,2784,2955,3073,3177,3351,3470,3607,3911,4115,4220,4387,4507,4684,4833,4922,5010",
+ "endColumns": "105,170,117,103,173,118,136,123,203,104,166,119,176,148,88,87,103",
+ "endOffsets": "2779,2950,3068,3172,3346,3465,3602,3726,4110,4215,4382,4502,4679,4828,4917,5005,5109"
}
}
]
@@ -1311,17 +2787,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-cs_values-cs.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-cs\\values-cs.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-cs\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,349,541,664,772,984,1109,1247,1373,1607,1716,1911,2037,2257,2438,2532,2625",
+ "endColumns": "103,191,122,107,211,124,137,125,233,108,194,125,219,180,93,92,110",
+ "endOffsets": "348,540,663,771,983,1108,1246,1372,1606,1715,1910,2036,2256,2437,2531,2624,2735"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2809,2917,3109,3236,3348,3560,3689,3831,4163,4397,4510,4705,4835,5055,5240,5338,5435",
+ "endColumns": "107,191,126,111,211,128,141,129,233,112,194,129,219,184,97,96,114",
+ "endOffsets": "2912,3104,3231,3343,3555,3684,3826,3956,4392,4505,4700,4830,5050,5235,5333,5430,5545"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,423,509,614,731,812,893,984,1077,1173,1267,1362,1455,1550,1647,1738,1829,1913,2017,2126,2225,2331,2441,2548,2711,2809",
"endColumns": "106,101,108,85,104,116,80,80,90,92,95,93,94,92,94,96,90,90,83,103,108,98,105,109,106,162,97,81",
"endOffsets": "207,309,418,504,609,726,807,888,979,1072,1168,1262,1357,1450,1545,1642,1733,1824,1908,2012,2121,2220,2326,2436,2543,2706,2804,2886"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,509,614,731,812,893,984,1077,1173,1267,1362,1455,1550,1647,1738,1829,1913,2017,2126,2225,2331,2441,2548,2711,5550",
+ "endColumns": "106,101,108,85,104,116,80,80,90,92,95,93,94,92,94,96,90,90,83,103,108,98,105,109,106,162,97,81",
+ "endOffsets": "207,309,418,504,609,726,807,888,979,1072,1168,1262,1357,1450,1545,1642,1733,1824,1908,2012,2121,2220,2326,2436,2543,2706,2804,5627"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-cs\\values-cs.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-cs\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "201",
+ "endOffsets": "448"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3961",
+ "endColumns": "201",
+ "endOffsets": "4158"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-cs\\values-cs.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -1330,11 +2847,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2891",
+ "startOffsets": "5632",
"endColumns": "100",
- "endOffsets": "2987"
+ "endOffsets": "5728"
}
}
]
@@ -1343,7 +2860,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-it_values-it.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-it\\values-it.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-it\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,348,531,654,760,977,1103,1249,1378,1594,1699,1884,2009,2224,2431,2524,2611",
+ "endColumns": "102,182,122,105,216,125,145,128,215,104,184,124,214,206,92,86,101",
+ "endOffsets": "347,530,653,759,976,1102,1248,1377,1593,1698,1883,2008,2223,2430,2523,2610,2712"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2823,2930,3113,3240,3350,3567,3697,3847,4175,4391,4500,4685,4814,5029,5240,5337,5428",
+ "endColumns": "106,182,126,109,216,129,149,132,215,108,184,128,214,210,96,90,105",
+ "endOffsets": "2925,3108,3235,3345,3562,3692,3842,3975,4386,4495,4680,4809,5024,5235,5332,5423,5529"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,214,314,423,507,616,741,818,894,986,1080,1174,1268,1370,1464,1561,1667,1759,1851,1932,2038,2146,2244,2348,2453,2560,2723,2823",
+ "endColumns": "108,99,108,83,108,124,76,75,91,93,93,93,101,93,96,105,91,91,80,105,107,97,103,104,106,162,99,82",
+ "endOffsets": "209,309,418,502,611,736,813,889,981,1075,1169,1263,1365,1459,1556,1662,1754,1846,1927,2033,2141,2239,2343,2448,2555,2718,2818,2901"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,314,423,507,616,741,818,894,986,1080,1174,1268,1370,1464,1561,1667,1759,1851,1932,2038,2146,2244,2348,2453,2560,2723,5534",
+ "endColumns": "108,99,108,83,108,124,76,75,91,93,93,93,101,93,96,105,91,91,80,105,107,97,103,104,106,162,99,82",
+ "endOffsets": "209,309,418,502,611,736,813,889,981,1075,1169,1263,1365,1459,1556,1662,1754,1846,1927,2033,2141,2239,2343,2448,2555,2718,2818,5612"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-it\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "194",
+ "endOffsets": "441"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3980",
+ "endColumns": "194",
+ "endOffsets": "4170"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-it\\values-it.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -1352,21 +2920,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2906",
+ "startOffsets": "5617",
"endColumns": "100",
- "endOffsets": "3002"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,214,314,423,507,616,741,818,894,986,1080,1174,1268,1370,1464,1561,1667,1759,1851,1932,2038,2146,2244,2348,2453,2560,2723,2823",
- "endColumns": "108,99,108,83,108,124,76,75,91,93,93,93,101,93,96,105,91,91,80,105,107,97,103,104,106,162,99,82",
- "endOffsets": "209,309,418,502,611,736,813,889,981,1075,1169,1263,1365,1459,1556,1662,1754,1846,1927,2033,2141,2239,2343,2448,2555,2718,2818,2901"
+ "endOffsets": "5713"
}
}
]
@@ -1375,17 +2933,41 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-ka_values-ka.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-ka\\values-ka.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-ka\\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",
- "startColumns": "4,4,4,4,4,4,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,318,429,517,622,735,819,901,992,1085,1180,1276,1377,1470,1565,1659,1750,1841,1924,2037,2144,2242,2355,2459,2563,2720,2818",
- "endColumns": "108,103,110,87,104,112,83,81,90,92,94,95,100,92,94,93,90,90,82,112,106,97,112,103,103,156,97,80",
- "endOffsets": "209,313,424,512,617,730,814,896,987,1080,1175,1271,1372,1465,1560,1654,1745,1836,1919,2032,2139,2237,2350,2454,2558,2715,2813,2894"
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "201",
+ "endOffsets": "448"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3986",
+ "endColumns": "201",
+ "endOffsets": "4183"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-ka\\values-ka.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-ka\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,348,529,655,763,976,1108,1256,1389,1621,1727,1913,2039,2259,2424,2516,2603",
+ "endColumns": "102,180,125,107,212,131,147,132,231,105,185,125,219,164,91,86,100",
+ "endOffsets": "347,528,654,762,975,1107,1255,1388,1620,1726,1912,2038,2258,2423,2515,2602,2703"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2818,2925,3106,3236,3348,3561,3697,3849,4188,4420,4530,4716,4846,5066,5235,5331,5422",
+ "endColumns": "106,180,129,111,212,135,151,136,231,109,185,129,219,168,95,90,104",
+ "endOffsets": "2920,3101,3231,3343,3556,3692,3844,3981,4415,4525,4711,4841,5061,5230,5326,5417,5522"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-ka\\values-ka.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -1394,11 +2976,28 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2899",
+ "startOffsets": "5608",
"endColumns": "100",
- "endOffsets": "2995"
+ "endOffsets": "5704"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,214,318,429,517,622,735,819,901,992,1085,1180,1276,1377,1470,1565,1659,1750,1841,1924,2037,2144,2242,2355,2459,2563,2720,2818",
+ "endColumns": "108,103,110,87,104,112,83,81,90,92,94,95,100,92,94,93,90,90,82,112,106,97,112,103,103,156,97,80",
+ "endOffsets": "209,313,424,512,617,730,814,896,987,1080,1175,1271,1372,1465,1560,1654,1745,1836,1919,2032,2139,2237,2350,2454,2558,2715,2813,2894"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,318,429,517,622,735,819,901,992,1085,1180,1276,1377,1470,1565,1659,1750,1841,1924,2037,2144,2242,2355,2459,2563,2720,5527",
+ "endColumns": "108,103,110,87,104,112,83,81,90,92,94,95,100,92,94,93,90,90,82,112,106,97,112,103,103,156,97,80",
+ "endOffsets": "209,313,424,512,617,730,814,896,987,1080,1175,1271,1372,1465,1560,1654,1745,1836,1919,2032,2139,2237,2350,2454,2558,2715,2813,5603"
}
}
]
@@ -1407,7 +3006,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-ky_values-ky.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-ky\\values-ky.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-ky\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,349,530,657,762,966,1091,1232,1366,1594,1699,1880,2008,2204,2397,2487,2573",
+ "endColumns": "103,180,126,104,203,124,140,133,227,104,180,127,195,192,89,85,102",
+ "endOffsets": "348,529,656,761,965,1090,1231,1365,1593,1698,1879,2007,2203,2396,2486,2572,2675"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2802,2910,3091,3222,3331,3535,3664,3809,4168,4396,4505,4686,4818,5014,5211,5305,5395",
+ "endColumns": "107,180,130,108,203,128,144,137,227,108,180,131,195,196,93,89,106",
+ "endOffsets": "2905,3086,3217,3326,3530,3659,3804,3942,4391,4500,4681,4813,5009,5206,5300,5390,5497"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-ky\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "220",
+ "endOffsets": "467"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3947",
+ "endColumns": "220",
+ "endOffsets": "4163"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,209,304,423,507,614,731,809,888,979,1072,1168,1262,1363,1456,1551,1646,1737,1828,1909,2019,2126,2224,2330,2437,2538,2699,2802",
+ "endColumns": "103,94,118,83,106,116,77,78,90,92,95,93,100,92,94,94,90,90,80,109,106,97,105,106,100,160,102,80",
+ "endOffsets": "204,299,418,502,609,726,804,883,974,1067,1163,1257,1358,1451,1546,1641,1732,1823,1904,2014,2121,2219,2325,2432,2533,2694,2797,2878"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,304,423,507,614,731,809,888,979,1072,1168,1262,1363,1456,1551,1646,1737,1828,1909,2019,2126,2224,2330,2437,2538,2699,5502",
+ "endColumns": "103,94,118,83,106,116,77,78,90,92,95,93,100,92,94,94,90,90,80,109,106,97,105,106,100,160,102,80",
+ "endOffsets": "204,299,418,502,609,726,804,883,974,1067,1163,1257,1358,1451,1546,1641,1732,1823,1904,2014,2121,2219,2325,2432,2533,2694,2797,5578"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-ky\\values-ky.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -1416,21 +3066,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2883",
+ "startOffsets": "5583",
"endColumns": "100",
- "endOffsets": "2979"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,209,304,423,507,614,731,809,888,979,1072,1168,1262,1363,1456,1551,1646,1737,1828,1909,2019,2126,2224,2330,2437,2538,2699,2802",
- "endColumns": "103,94,118,83,106,116,77,78,90,92,95,93,100,92,94,94,90,90,80,109,106,97,105,106,100,160,102,80",
- "endOffsets": "204,299,418,502,609,726,804,883,974,1067,1163,1257,1358,1451,1546,1641,1732,1823,1904,2014,2121,2219,2325,2432,2533,2694,2797,2878"
+ "endOffsets": "5679"
}
}
]
@@ -1439,17 +3079,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-mk_values-mk.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-mk\\values-mk.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-mk\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "195",
+ "endOffsets": "442"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4038",
+ "endColumns": "195",
+ "endOffsets": "4229"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-mk\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,350,543,674,782,986,1117,1263,1398,1614,1719,1916,2047,2259,2444,2539,2629",
+ "endColumns": "104,192,130,107,203,130,145,134,215,104,196,130,211,184,94,89,103",
+ "endOffsets": "349,542,673,781,985,1116,1262,1397,1613,1718,1915,2046,2258,2443,2538,2628,2732"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2861,2970,3163,3298,3410,3614,3749,3899,4234,4450,4559,4756,4891,5103,5292,5391,5485",
+ "endColumns": "108,192,134,111,203,134,149,138,215,108,196,134,211,188,98,93,107",
+ "endOffsets": "2965,3158,3293,3405,3609,3744,3894,4033,4445,4554,4751,4886,5098,5287,5386,5480,5588"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,616,735,818,900,997,1096,1193,1293,1400,1499,1600,1696,1793,1884,1971,2077,2184,2285,2392,2503,2607,2763,2861",
"endColumns": "107,103,107,85,104,118,82,81,96,98,96,99,106,98,100,95,96,90,86,105,106,100,106,110,103,155,97,83",
"endOffsets": "208,312,420,506,611,730,813,895,992,1091,1188,1288,1395,1494,1595,1691,1788,1879,1966,2072,2179,2280,2387,2498,2602,2758,2856,2940"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,616,735,818,900,997,1096,1193,1293,1400,1499,1600,1696,1793,1884,1971,2077,2184,2285,2392,2503,2607,2763,5593",
+ "endColumns": "107,103,107,85,104,118,82,81,96,98,96,99,106,98,100,95,96,90,86,105,106,100,106,110,103,155,97,83",
+ "endOffsets": "208,312,420,506,611,730,813,895,992,1091,1188,1288,1395,1494,1595,1691,1788,1879,1966,2072,2179,2280,2387,2498,2602,2758,2856,5672"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-mk\\values-mk.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-mk\\values-mk.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -1458,11 +3139,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2945",
+ "startOffsets": "5677",
"endColumns": "100",
- "endOffsets": "3041"
+ "endOffsets": "5773"
}
}
]
@@ -1471,17 +3152,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-es_values-es.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,222,335,443,528,629,757,842,924,1016,1110,1208,1302,1403,1497,1593,1689,1781,1873,1955,2062,2162,2261,2369,2476,2583,2742,2842",
- "endColumns": "116,112,107,84,100,127,84,81,91,93,97,93,100,93,95,95,91,91,81,106,99,98,107,106,106,158,99,81",
- "endOffsets": "217,330,438,523,624,752,837,919,1011,1105,1203,1297,1398,1492,1588,1684,1776,1868,1950,2057,2157,2256,2364,2471,2578,2737,2837,2919"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-es\\values-es.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-es\\values-es.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -1490,11 +3161,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2924",
+ "startOffsets": "5750",
"endColumns": "100",
- "endOffsets": "3020"
+ "endOffsets": "5846"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,222,335,443,528,629,757,842,924,1016,1110,1208,1302,1403,1497,1593,1689,1781,1873,1955,2062,2162,2261,2369,2476,2583,2742,2842",
+ "endColumns": "116,112,107,84,100,127,84,81,91,93,97,93,100,93,95,95,91,91,81,106,99,98,107,106,106,158,99,81",
+ "endOffsets": "217,330,438,523,624,752,837,919,1011,1105,1203,1297,1398,1492,1588,1684,1776,1868,1950,2057,2157,2256,2364,2471,2578,2737,2837,2919"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,335,443,528,629,757,842,924,1016,1110,1208,1302,1403,1497,1593,1689,1781,1873,1955,2062,2162,2261,2369,2476,2583,2742,5668",
+ "endColumns": "116,112,107,84,100,127,84,81,91,93,97,93,100,93,95,95,91,91,81,106,99,98,107,106,106,158,99,81",
+ "endOffsets": "217,330,438,523,624,752,837,919,1011,1105,1203,1297,1398,1492,1588,1684,1776,1868,1950,2057,2157,2256,2364,2471,2578,2737,2837,5745"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-es\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "218",
+ "endOffsets": "465"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4036",
+ "endColumns": "218",
+ "endOffsets": "4250"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-es\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,351,546,675,781,1001,1132,1280,1415,1666,1773,1969,2099,2323,2506,2599,2694",
+ "endColumns": "105,194,128,105,219,130,147,134,250,106,195,129,223,182,92,94,109",
+ "endOffsets": "350,545,674,780,1000,1131,1279,1414,1665,1772,1968,2098,2322,2505,2598,2693,2803"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2842,2952,3147,3280,3390,3610,3745,3897,4255,4506,4617,4813,4947,5171,5358,5455,5554",
+ "endColumns": "109,194,132,109,219,134,151,138,250,110,195,133,223,186,96,98,113",
+ "endOffsets": "2947,3142,3275,3385,3605,3740,3892,4031,4501,4612,4808,4942,5166,5353,5450,5549,5663"
}
}
]
@@ -1503,17 +3225,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-zh-rTW_values-zh-rTW.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-zh-rTW\\values-zh-rTW.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,756,832,924,1018,1116,1212,1308,1402,1498,1590,1682,1774,1852,1948,2044,2139,2236,2331,2431,2581,2675",
"endColumns": "94,92,99,81,96,107,75,75,91,93,97,95,95,93,95,91,91,91,77,95,95,94,96,94,99,149,93,77",
"endOffsets": "195,288,388,470,567,675,751,827,919,1013,1111,1207,1303,1397,1493,1585,1677,1769,1847,1943,2039,2134,2231,2326,2426,2576,2670,2748"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,756,832,924,1018,1116,1212,1308,1402,1498,1590,1682,1774,1852,1948,2044,2139,2236,2331,2431,2581,4983",
+ "endColumns": "94,92,99,81,96,107,75,75,91,93,97,95,95,93,95,91,91,91,77,95,95,94,96,94,99,149,93,77",
+ "endOffsets": "195,288,388,470,567,675,751,827,919,1013,1111,1207,1303,1397,1493,1585,1677,1769,1847,1943,2039,2134,2231,2326,2426,2576,2670,5056"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-zh-rTW\\values-zh-rTW.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-zh-rTW\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "251",
+ "endColumns": "161",
+ "endOffsets": "412"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3697",
+ "endColumns": "161",
+ "endOffsets": "3854"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-zh-rTW\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "249,348,508,621,721,887,1001,1127,1247,1416,1515,1675,1788,1949,2083,2165,2248",
+ "endColumns": "98,159,112,99,165,113,125,119,168,98,159,112,160,133,81,82,98",
+ "endOffsets": "347,507,620,720,886,1000,1126,1246,1415,1514,1674,1787,1948,2082,2164,2247,2346"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2675,2778,2938,3055,3159,3325,3443,3573,3859,4028,4131,4291,4408,4569,4707,4793,4880",
+ "endColumns": "102,159,116,103,165,117,129,123,168,102,159,116,160,137,85,86,102",
+ "endOffsets": "2773,2933,3050,3154,3320,3438,3568,3692,4023,4126,4286,4403,4564,4702,4788,4875,4978"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -1522,11 +3285,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2753",
+ "startOffsets": "5061",
"endColumns": "100",
- "endOffsets": "2849"
+ "endOffsets": "5157"
}
}
]
@@ -1535,17 +3298,24 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-as_values-as.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-as\\values-as.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-as\\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",
- "startColumns": "4,4,4,4,4,4,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,515,617,736,816,896,987,1080,1173,1268,1368,1461,1558,1652,1743,1834,1923,2025,2140,2243,2352,2471,2591,2758,2861",
- "endColumns": "107,98,106,95,101,118,79,79,90,92,92,94,99,92,96,93,90,90,88,101,114,102,108,118,119,166,102,88",
- "endOffsets": "208,307,414,510,612,731,811,891,982,1075,1168,1263,1363,1456,1553,1647,1738,1829,1918,2020,2135,2238,2347,2466,2586,2753,2856,2945"
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,351,536,657,765,954,1074,1213,1351,1553,1660,1841,1964,2156,2336,2422,2514",
+ "endColumns": "105,184,120,107,188,119,138,137,201,106,180,122,191,179,85,91,111",
+ "endOffsets": "350,535,656,764,953,1073,1212,1350,1552,1659,1840,1963,2155,2335,2421,2513,2625"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2861,2971,3156,3281,3393,3582,3706,3849,4176,4378,4489,4670,4797,4989,5173,5263,5359",
+ "endColumns": "109,184,124,111,188,123,142,141,201,110,180,126,191,183,89,95,115",
+ "endOffsets": "2966,3151,3276,3388,3577,3701,3844,3986,4373,4484,4665,4792,4984,5168,5258,5354,5470"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-as\\values-as.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-as\\values-as.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -1554,11 +3324,45 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2950",
+ "startOffsets": "5564",
"endColumns": "100",
- "endOffsets": "3046"
+ "endOffsets": "5660"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,515,617,736,816,896,987,1080,1173,1268,1368,1461,1558,1652,1743,1834,1923,2025,2140,2243,2352,2471,2591,2758,2861",
+ "endColumns": "107,98,106,95,101,118,79,79,90,92,92,94,99,92,96,93,90,90,88,101,114,102,108,118,119,166,102,88",
+ "endOffsets": "208,307,414,510,612,731,811,891,982,1075,1168,1263,1363,1456,1553,1647,1738,1829,1918,2020,2135,2238,2347,2466,2586,2753,2856,2945"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,515,617,736,816,896,987,1080,1173,1268,1368,1461,1558,1652,1743,1834,1923,2025,2140,2243,2352,2471,2591,2758,5475",
+ "endColumns": "107,98,106,95,101,118,79,79,90,92,92,94,99,92,96,93,90,90,88,101,114,102,108,118,119,166,102,88",
+ "endOffsets": "208,307,414,510,612,731,811,891,982,1075,1168,1263,1363,1456,1553,1647,1738,1829,1918,2020,2135,2238,2347,2466,2586,2753,2856,5559"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-as\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "184",
+ "endOffsets": "431"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3991",
+ "endColumns": "184",
+ "endOffsets": "4171"
}
}
]
@@ -1567,7 +3371,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-sw600dp-v13_values-sw600dp-v13.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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",
@@ -1582,17 +3386,24 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-es-rUS_values-es-rUS.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-es-rUS\\values-es-rUS.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,628,751,836,918,1009,1102,1198,1292,1392,1485,1584,1680,1771,1862,1944,2056,2156,2257,2365,2472,2579,2738,2838",
"endColumns": "119,108,107,84,100,122,84,81,90,92,95,93,99,92,98,95,90,90,81,111,99,100,107,106,106,158,99,81",
"endOffsets": "220,329,437,522,623,746,831,913,1004,1097,1193,1287,1387,1480,1579,1675,1766,1857,1939,2051,2151,2252,2360,2467,2574,2733,2833,2915"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,628,751,836,918,1009,1102,1198,1292,1392,1485,1584,1680,1771,1862,1944,2056,2156,2257,2365,2472,2579,2738,5656",
+ "endColumns": "119,108,107,84,100,122,84,81,90,92,95,93,99,92,98,95,90,90,81,111,99,100,107,106,106,158,99,81",
+ "endOffsets": "220,329,437,522,623,746,831,913,1004,1097,1193,1287,1387,1480,1579,1675,1766,1857,1939,2051,2151,2252,2360,2467,2574,2733,2833,5733"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-es-rUS\\values-es-rUS.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-es-rUS\\values-es-rUS.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -1601,11 +3412,45 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2920",
+ "startOffsets": "5738",
"endColumns": "100",
- "endOffsets": "3016"
+ "endOffsets": "5834"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-es-rUS\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "249,355,553,683,789,1009,1138,1287,1418,1648,1755,1956,2087,2323,2527,2623,2711",
+ "endColumns": "105,197,129,105,219,128,148,130,229,106,200,130,235,203,95,87,102",
+ "endOffsets": "354,552,682,788,1008,1137,1286,1417,1647,1754,1955,2086,2322,2526,2622,2710,2813"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2838,2948,3146,3280,3390,3610,3743,3896,4236,4466,4577,4778,4913,5149,5357,5457,5549",
+ "endColumns": "109,197,133,109,219,132,152,134,229,110,200,134,235,207,99,91,106",
+ "endOffsets": "2943,3141,3275,3385,3605,3738,3891,4026,4461,4572,4773,4908,5144,5352,5452,5544,5651"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-es-rUS\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "251",
+ "endColumns": "204",
+ "endOffsets": "455"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4031",
+ "endColumns": "204",
+ "endOffsets": "4231"
}
}
]
@@ -1614,7 +3459,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-xlarge-v4_values-xlarge-v4.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-xlarge-v4\\values-xlarge-v4.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\res\\values-xlarge-v4\\values-xlarge-v4.xml",
"from": {
"startLines": "2,3,4,5,6,7",
"startColumns": "4,4,4,4,4,4",
@@ -1629,7 +3474,41 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-et_values-et.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-et\\values-et.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-et\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "198",
+ "endOffsets": "445"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4016",
+ "endColumns": "198",
+ "endOffsets": "4210"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-et\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,346,540,665,771,980,1107,1249,1377,1596,1702,1897,2027,2241,2412,2501,2592",
+ "endColumns": "100,193,124,105,208,126,141,127,218,105,194,129,213,170,88,90,112",
+ "endOffsets": "345,539,664,770,979,1106,1248,1376,1595,1701,1896,2026,2240,2411,2500,2591,2704"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2860,2965,3159,3288,3398,3607,3738,3884,4215,4434,4544,4739,4873,5087,5262,5355,5450",
+ "endColumns": "104,193,128,109,208,130,145,131,218,109,194,133,213,174,92,94,116",
+ "endOffsets": "2960,3154,3283,3393,3602,3733,3879,4011,4429,4539,4734,4868,5082,5257,5350,5445,5562"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-et\\values-et.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -1638,21 +3517,28 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2942",
+ "startOffsets": "5649",
"endColumns": "100",
- "endOffsets": "3038"
+ "endOffsets": "5745"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-et\\values-et.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,222,329,440,526,628,745,825,903,995,1089,1194,1296,1406,1500,1601,1695,1787,1880,1963,2074,2179,2278,2388,2489,2592,2758,2860",
"endColumns": "116,106,110,85,101,116,79,77,91,93,104,101,109,93,100,93,91,92,82,110,104,98,109,100,102,165,101,81",
"endOffsets": "217,324,435,521,623,740,820,898,990,1084,1189,1291,1401,1495,1596,1690,1782,1875,1958,2069,2174,2273,2383,2484,2587,2753,2855,2937"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,329,440,526,628,745,825,903,995,1089,1194,1296,1406,1500,1601,1695,1787,1880,1963,2074,2179,2278,2388,2489,2592,2758,5567",
+ "endColumns": "116,106,110,85,101,116,79,77,91,93,104,101,109,93,100,93,91,92,82,110,104,98,109,100,102,165,101,81",
+ "endOffsets": "217,324,435,521,623,740,820,898,990,1084,1189,1291,1401,1495,1596,1690,1782,1875,1958,2069,2174,2273,2383,2484,2587,2753,2855,5644"
}
}
]
@@ -1661,17 +3547,24 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-sw_values-sw.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-sw\\values-sw.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-sw\\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",
- "startColumns": "4,4,4,4,4,4,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,306,414,504,609,726,808,891,982,1075,1169,1263,1364,1457,1552,1647,1738,1830,1912,2013,2122,2221,2328,2437,2542,2704,2801",
- "endColumns": "102,97,107,89,104,116,81,82,90,92,93,93,100,92,94,94,90,91,81,100,108,98,106,108,104,161,96,81",
- "endOffsets": "203,301,409,499,604,721,803,886,977,1070,1164,1258,1359,1452,1547,1642,1733,1825,1907,2008,2117,2216,2323,2432,2537,2699,2796,2878"
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,347,535,658,765,987,1110,1255,1394,1618,1722,1907,2032,2241,2426,2520,2621",
+ "endColumns": "101,187,122,106,221,122,144,138,223,103,184,124,208,184,93,100,120",
+ "endOffsets": "346,534,657,764,986,1109,1254,1393,1617,1721,1906,2031,2240,2425,2519,2620,2741"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2801,2907,3095,3222,3333,3555,3682,3831,4179,4403,4511,4696,4825,5034,5223,5321,5426",
+ "endColumns": "105,187,126,110,221,126,148,142,223,107,184,128,208,188,97,104,124",
+ "endOffsets": "2902,3090,3217,3328,3550,3677,3826,3969,4398,4506,4691,4820,5029,5218,5316,5421,5546"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-sw\\values-sw.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-sw\\values-sw.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -1680,11 +3573,45 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2883",
+ "startOffsets": "5633",
"endColumns": "100",
- "endOffsets": "2979"
+ "endOffsets": "5729"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,306,414,504,609,726,808,891,982,1075,1169,1263,1364,1457,1552,1647,1738,1830,1912,2013,2122,2221,2328,2437,2542,2704,2801",
+ "endColumns": "102,97,107,89,104,116,81,82,90,92,93,93,100,92,94,94,90,91,81,100,108,98,106,108,104,161,96,81",
+ "endOffsets": "203,301,409,499,604,721,803,886,977,1070,1164,1258,1359,1452,1547,1642,1733,1825,1907,2008,2117,2216,2323,2432,2537,2699,2796,2878"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,306,414,504,609,726,808,891,982,1075,1169,1263,1364,1457,1552,1647,1738,1830,1912,2013,2122,2221,2328,2437,2542,2704,5551",
+ "endColumns": "102,97,107,89,104,116,81,82,90,92,93,93,100,92,94,94,90,91,81,100,108,98,106,108,104,161,96,81",
+ "endOffsets": "203,301,409,499,604,721,803,886,977,1070,1164,1258,1359,1452,1547,1642,1733,1825,1907,2008,2117,2216,2323,2432,2537,2699,2796,5628"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-sw\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "204",
+ "endOffsets": "451"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3974",
+ "endColumns": "204",
+ "endOffsets": "4174"
}
}
]
@@ -1693,7 +3620,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-ta_values-ta.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-ta\\values-ta.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,219,317,432,521,628,754,832,909,1009,1114,1210,1305,1412,1514,1618,1713,1815,1913,1995,2097,2201,2298,2408,2510,2617,2774,2874",
+ "endColumns": "113,97,114,88,106,125,77,76,99,104,95,94,106,101,103,94,101,97,81,101,103,96,109,101,106,156,99,79",
+ "endOffsets": "214,312,427,516,623,749,827,904,1004,1109,1205,1300,1407,1509,1613,1708,1810,1908,1990,2092,2196,2293,2403,2505,2612,2769,2869,2949"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,317,432,521,628,754,832,909,1009,1114,1210,1305,1412,1514,1618,1713,1815,1913,1995,2097,2201,2298,2408,2510,2617,2774,5599",
+ "endColumns": "113,97,114,88,106,125,77,76,99,104,95,94,106,101,103,94,101,97,81,101,103,96,109,101,106,156,99,79",
+ "endOffsets": "214,312,427,516,623,749,827,904,1004,1109,1205,1300,1407,1509,1613,1708,1810,1908,1990,2092,2196,2293,2403,2505,2612,2769,2869,5674"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-ta\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,348,532,657,761,972,1098,1237,1363,1602,1707,1891,2024,2237,2419,2507,2596",
+ "endColumns": "102,183,124,103,210,125,138,125,238,104,183,132,212,181,87,88,105",
+ "endOffsets": "347,531,656,760,971,1097,1236,1362,1601,1706,1890,2023,2236,2418,2506,2595,2701"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2874,2981,3165,3294,3402,3613,3743,3886,4236,4475,4584,4768,4905,5118,5304,5396,5489",
+ "endColumns": "106,183,128,107,210,129,142,129,238,108,183,136,212,185,91,92,109",
+ "endOffsets": "2976,3160,3289,3397,3608,3738,3881,4011,4470,4579,4763,4900,5113,5299,5391,5484,5594"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-ta\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "219",
+ "endOffsets": "466"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4016",
+ "endColumns": "219",
+ "endOffsets": "4231"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-ta\\values-ta.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -1702,21 +3680,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2954",
+ "startOffsets": "5679",
"endColumns": "100",
- "endOffsets": "3050"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,219,317,432,521,628,754,832,909,1009,1114,1210,1305,1412,1514,1618,1713,1815,1913,1995,2097,2201,2298,2408,2510,2617,2774,2874",
- "endColumns": "113,97,114,88,106,125,77,76,99,104,95,94,106,101,103,94,101,97,81,101,103,96,109,101,106,156,99,79",
- "endOffsets": "214,312,427,516,623,749,827,904,1004,1109,1205,1300,1407,1509,1613,1708,1810,1908,1990,2092,2196,2293,2403,2505,2612,2769,2869,2949"
+ "endOffsets": "5775"
}
}
]
@@ -1725,7 +3693,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-bs_values-bs.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-bs\\values-bs.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-bs\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "199",
+ "endOffsets": "446"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3992",
+ "endColumns": "199",
+ "endOffsets": "4187"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,224,333,440,526,630,752,834,915,1006,1099,1195,1289,1390,1483,1578,1677,1768,1859,1945,2048,2153,2251,2356,2469,2572,2745,2842",
+ "endColumns": "118,108,106,85,103,121,81,80,90,92,95,93,100,92,94,98,90,90,85,102,104,97,104,112,102,172,96,83",
+ "endOffsets": "219,328,435,521,625,747,829,910,1001,1094,1190,1284,1385,1478,1573,1672,1763,1854,1940,2043,2148,2246,2351,2464,2567,2740,2837,2921"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,333,440,526,630,752,834,915,1006,1099,1195,1289,1390,1483,1578,1677,1768,1859,1945,2048,2153,2251,2356,2469,2572,2745,5524",
+ "endColumns": "118,108,106,85,103,121,81,80,90,92,95,93,100,92,94,98,90,90,85,102,104,97,104,112,102,172,96,83",
+ "endOffsets": "219,328,435,521,625,747,829,910,1001,1094,1190,1284,1385,1478,1573,1672,1763,1854,1940,2043,2148,2246,2351,2464,2567,2740,2837,5603"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-bs\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,349,541,665,773,982,1106,1244,1371,1584,1689,1881,2006,2215,2387,2481,2569",
+ "endColumns": "103,191,123,107,208,123,137,126,212,104,191,124,208,171,93,87,109",
+ "endOffsets": "348,540,664,772,981,1105,1243,1370,1583,1688,1880,2005,2214,2386,2480,2568,2678"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2842,2950,3142,3270,3382,3591,3719,3861,4192,4405,4514,4706,4835,5044,5220,5318,5410",
+ "endColumns": "107,191,127,111,208,127,141,130,212,108,191,128,208,175,97,91,113",
+ "endOffsets": "2945,3137,3265,3377,3586,3714,3856,3987,4400,4509,4701,4830,5039,5215,5313,5405,5519"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-bs\\values-bs.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -1734,21 +3753,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2926",
+ "startOffsets": "5608",
"endColumns": "100",
- "endOffsets": "3022"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,224,333,440,526,630,752,834,915,1006,1099,1195,1289,1390,1483,1578,1677,1768,1859,1945,2048,2153,2251,2356,2469,2572,2745,2842",
- "endColumns": "118,108,106,85,103,121,81,80,90,92,95,93,100,92,94,98,90,90,85,102,104,97,104,112,102,172,96,83",
- "endOffsets": "219,328,435,521,625,747,829,910,1001,1094,1190,1284,1385,1478,1573,1672,1763,1854,1940,2043,2148,2246,2351,2464,2567,2740,2837,2921"
+ "endOffsets": "5704"
}
}
]
@@ -1757,7 +3766,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-en-rAU_values-en-rAU.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-en-rAU\\values-en-rAU.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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",
@@ -1767,7 +3776,7 @@
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-en-rAU\\values-en-rAU.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-en-rAU\\values-en-rAU.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -1789,7 +3798,41 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-or_values-or.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-or\\values-or.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-or\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,354,547,678,793,1008,1142,1283,1418,1645,1756,1948,2080,2291,2475,2566,2664",
+ "endColumns": "108,192,130,114,214,133,140,134,226,110,191,131,210,183,90,97,111",
+ "endOffsets": "353,546,677,792,1007,1141,1282,1417,1644,1755,1947,2079,2290,2474,2565,2663,2775"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2847,2960,3153,3288,3407,3622,3760,3905,4243,4470,4585,4777,4913,5124,5312,5407,5509",
+ "endColumns": "112,192,134,118,214,137,144,138,226,114,191,135,210,187,94,101,115",
+ "endOffsets": "2955,3148,3283,3402,3617,3755,3900,4039,4465,4580,4772,4908,5119,5307,5402,5504,5620"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-or\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "198",
+ "endOffsets": "445"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4044",
+ "endColumns": "198",
+ "endOffsets": "4238"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-or\\values-or.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -1798,21 +3841,28 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2936",
+ "startOffsets": "5714",
"endColumns": "100",
- "endOffsets": "3032"
+ "endOffsets": "5810"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-or\\values-or.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,828,905,996,1089,1186,1281,1382,1475,1570,1666,1757,1847,1929,2039,2144,2250,2361,2464,2582,2745,2847",
"endColumns": "118,109,106,85,103,119,76,76,90,92,96,94,100,92,94,95,90,89,81,109,104,105,110,102,117,162,101,88",
"endOffsets": "219,329,436,522,626,746,823,900,991,1084,1181,1276,1377,1470,1565,1661,1752,1842,1924,2034,2139,2245,2356,2459,2577,2740,2842,2931"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,828,905,996,1089,1186,1281,1382,1475,1570,1666,1757,1847,1929,2039,2144,2250,2361,2464,2582,2745,5625",
+ "endColumns": "118,109,106,85,103,119,76,76,90,92,96,94,100,92,94,95,90,89,81,109,104,105,110,102,117,162,101,88",
+ "endOffsets": "219,329,436,522,626,746,823,900,991,1084,1181,1276,1377,1470,1565,1661,1752,1842,1924,2034,2139,2245,2356,2459,2577,2740,2842,5709"
}
}
]
@@ -1821,7 +3871,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-v22_values-v22.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-v22\\values-v22.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\res\\values-v22\\values-v22.xml",
"from": {
"startLines": "2,3,4,9",
"startColumns": "4,4,4,4",
@@ -1837,7 +3887,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-lv_values-lv.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-lv\\values-lv.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-lv\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,350,543,674,780,981,1110,1253,1384,1618,1725,1925,2058,2286,2467,2557,2651",
+ "endColumns": "104,192,130,105,200,128,142,130,233,106,199,132,227,180,89,93,113",
+ "endOffsets": "349,542,673,779,980,1109,1252,1383,1617,1724,1924,2057,2285,2466,2556,2650,2764"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2994,3103,3296,3431,3541,3742,3875,4022,4382,4616,4727,4927,5064,5292,5477,5571,5669",
+ "endColumns": "108,192,134,109,200,132,146,134,233,110,199,136,227,184,93,97,117",
+ "endOffsets": "3098,3291,3426,3536,3737,3870,4017,4152,4611,4722,4922,5059,5287,5472,5566,5664,5782"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-lv\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "224",
+ "endOffsets": "471"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4157",
+ "endColumns": "224",
+ "endOffsets": "4377"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,333,442,528,632,754,836,918,1028,1136,1243,1352,1464,1567,1679,1786,1891,1991,2076,2185,2297,2396,2507,2616,2721,2895,2994",
+ "endColumns": "119,107,108,85,103,121,81,81,109,107,106,108,111,102,111,106,104,99,84,108,111,98,110,108,104,173,98,81",
+ "endOffsets": "220,328,437,523,627,749,831,913,1023,1131,1238,1347,1459,1562,1674,1781,1886,1986,2071,2180,2292,2391,2502,2611,2716,2890,2989,3071"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,333,442,528,632,754,836,918,1028,1136,1243,1352,1464,1567,1679,1786,1891,1991,2076,2185,2297,2396,2507,2616,2721,2895,5787",
+ "endColumns": "119,107,108,85,103,121,81,81,109,107,106,108,111,102,111,106,104,99,84,108,111,98,110,108,104,173,98,81",
+ "endOffsets": "220,328,437,523,627,749,831,913,1023,1131,1238,1347,1459,1562,1674,1781,1886,1986,2071,2180,2292,2391,2502,2611,2716,2890,2989,5864"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-lv\\values-lv.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -1846,21 +3947,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "3076",
+ "startOffsets": "5869",
"endColumns": "100",
- "endOffsets": "3172"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,333,442,528,632,754,836,918,1028,1136,1243,1352,1464,1567,1679,1786,1891,1991,2076,2185,2297,2396,2507,2616,2721,2895,2994",
- "endColumns": "119,107,108,85,103,121,81,81,109,107,106,108,111,102,111,106,104,99,84,108,111,98,110,108,104,173,98,81",
- "endOffsets": "220,328,437,523,627,749,831,913,1023,1131,1238,1347,1459,1562,1674,1781,1886,1986,2071,2180,2292,2391,2502,2611,2716,2890,2989,3071"
+ "endOffsets": "5965"
}
}
]
@@ -1869,7 +3960,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-night-v8_values-night-v8.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-night-v8\\values-night-v8.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\res\\values-night-v8\\values-night-v8.xml",
"from": {
"startLines": "2,3,4,5,6,7,8",
"startColumns": "4,4,4,4,4,4,4",
@@ -1884,7 +3975,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-large-v4_values-large-v4.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-large-v4\\values-large-v4.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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",
@@ -1899,17 +3990,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-hy_values-hy.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,208,309,419,508,614,729,811,892,983,1076,1172,1266,1367,1460,1555,1649,1740,1831,1916,2023,2130,2229,2339,2446,2546,2703,2802",
- "endColumns": "102,100,109,88,105,114,81,80,90,92,95,93,100,92,94,93,90,90,84,106,106,98,109,106,99,156,98,81",
- "endOffsets": "203,304,414,503,609,724,806,887,978,1071,1167,1261,1362,1455,1550,1644,1735,1826,1911,2018,2125,2224,2334,2441,2541,2698,2797,2879"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-hy\\values-hy.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-hy\\values-hy.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -1918,11 +3999,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2884",
+ "startOffsets": "5688",
"endColumns": "100",
- "endOffsets": "2980"
+ "endOffsets": "5784"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-hy\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,349,546,678,784,997,1131,1284,1422,1648,1754,1953,2087,2308,2500,2591,2684",
+ "endColumns": "103,196,131,105,212,133,152,137,225,105,198,133,220,191,90,92,106",
+ "endOffsets": "348,545,677,783,996,1130,1283,1421,1647,1753,1952,2086,2307,2499,2590,2683,2790"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2802,2910,3107,3243,3353,3566,3704,3861,4213,4439,4549,4748,4886,5107,5303,5398,5495",
+ "endColumns": "107,196,135,109,212,137,156,141,225,109,198,137,220,195,94,96,110",
+ "endOffsets": "2905,3102,3238,3348,3561,3699,3856,3998,4434,4544,4743,4881,5102,5298,5393,5490,5601"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,208,309,419,508,614,729,811,892,983,1076,1172,1266,1367,1460,1555,1649,1740,1831,1916,2023,2130,2229,2339,2446,2546,2703,2802",
+ "endColumns": "102,100,109,88,105,114,81,80,90,92,95,93,100,92,94,93,90,90,84,106,106,98,109,106,99,156,98,81",
+ "endOffsets": "203,304,414,503,609,724,806,887,978,1071,1167,1261,1362,1455,1550,1644,1735,1826,1911,2018,2125,2224,2334,2441,2541,2698,2797,2879"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,309,419,508,614,729,811,892,983,1076,1172,1266,1367,1460,1555,1649,1740,1831,1916,2023,2130,2229,2339,2446,2546,2703,5606",
+ "endColumns": "102,100,109,88,105,114,81,80,90,92,95,93,100,92,94,93,90,90,84,106,106,98,109,106,99,156,98,81",
+ "endOffsets": "203,304,414,503,609,724,806,887,978,1071,1167,1261,1362,1455,1550,1644,1735,1826,1911,2018,2125,2224,2334,2441,2541,2698,2797,5683"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-hy\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "209",
+ "endOffsets": "456"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4003",
+ "endColumns": "209",
+ "endOffsets": "4208"
}
}
]
@@ -1931,7 +4063,77 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values_values.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8849109129fcb2f39779166fb64480b1\\coordinatorlayout-1.0.0\\res\\values\\values.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b6ab4a313d417e48782f9ea999e77b72\\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": "11,155,156,157,158,289,290,291,501,1547,1549,1552,2617",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "457,7812,7873,7935,7997,16884,16943,17000,32107,98997,99061,99187,166047",
+ "endLines": "11,155,156,157,158,289,290,291,507,1548,1551,1554,2644",
+ "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24",
+ "endOffsets": "504,7868,7930,7992,8056,16938,16995,17049,32516,99056,99182,99310,167865"
+ }
+ },
+ {
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\values\\strings.xml",
+ "from": {
+ "startLines": "1",
+ "startColumns": "4",
+ "startOffsets": "16",
+ "endColumns": "45",
+ "endOffsets": "57"
+ },
+ "to": {
+ "startLines": "440",
+ "startColumns": "4",
+ "startOffsets": "26514",
+ "endColumns": "45",
+ "endOffsets": "26555"
+ }
+ },
+ {
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\values\\colors.xml",
+ "from": {
+ "startLines": "4,2,3",
+ "startColumns": "4,4,4",
+ "startOffsets": "153,55,102",
+ "endColumns": "45,46,50",
+ "endOffsets": "194,97,148"
+ },
+ "to": {
+ "startLines": "159,160,161",
+ "startColumns": "4,4,4",
+ "startOffsets": "8061,8107,8154",
+ "endColumns": "45,46,50",
+ "endOffsets": "8102,8149,8200"
+ }
+ },
+ {
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\google-services\\debug\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "55,199,321,403,507,616,736,847",
+ "endColumns": "143,121,81,103,108,119,110,87",
+ "endOffsets": "194,316,398,502,611,731,842,930"
+ },
+ "to": {
+ "startLines": "459,460,461,462,463,464,465,466",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "28893,29037,29159,29241,29345,29454,29574,29685",
+ "endColumns": "143,121,81,103,108,119,110,87",
+ "endOffsets": "29032,29154,29236,29340,29449,29569,29680,29768"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\d7798c115b163dd40e559c4fed1b05a7\\coordinatorlayout-1.0.0\\res\\values\\values.xml",
"from": {
"startLines": "2,102,3,13",
"startColumns": "4,4,4,4",
@@ -1941,46 +4143,31 @@
"endOffsets": "111,6075,719,5930"
},
"to": {
- "startLines": "15,1849,2549,2559",
+ "startLines": "16,1953,2681,2691",
"startColumns": "4,4,4,4",
- "startOffsets": "664,122311,165785,166393",
- "endLines": "15,1851,2558,2647",
+ "startOffsets": "716,130235,175532,176140",
+ "endLines": "16,1955,2690,2779",
"endColumns": "60,12,24,24",
- "endOffsets": "720,122451,166388,171599"
+ "endOffsets": "772,130375,176135,181346"
}
},
{
- "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\values\\strings.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\01272a8d33c6943dd1d04bc0fe9a5705\\recyclerview-1.1.0\\res\\values\\values.xml",
"from": {
- "startLines": "1",
- "startColumns": "4",
- "startOffsets": "17",
- "endColumns": "45",
- "endOffsets": "58"
+ "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": "377",
- "startColumns": "4",
- "startOffsets": "22533",
- "endColumns": "45",
- "endOffsets": "22574"
- }
- },
- {
- "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\values\\colors.xml",
- "from": {
- "startLines": "4,2,3",
- "startColumns": "4,4,4",
- "startOffsets": "157,57,105",
- "endColumns": "45,46,50",
- "endOffsets": "198,99,151"
- },
- "to": {
- "startLines": "153,154,155",
- "startColumns": "4,4,4",
- "startOffsets": "7704,7750,7797",
- "endColumns": "45,46,50",
- "endOffsets": "7745,7792,7843"
+ "startLines": "132,301,302,303,311,312,313,377,3179",
+ "startColumns": "4,4,4,4,4,4,4,4,4",
+ "startOffsets": "6131,17715,17774,17822,18489,18564,18640,22505,202136",
+ "endLines": "132,301,302,303,311,312,313,377,3207",
+ "endColumns": "55,58,47,55,74,75,71,65,24",
+ "endOffsets": "6182,17769,17817,17873,18559,18635,18707,22566,203657"
}
},
{
@@ -1988,60 +4175,22 @@
"from": {
"startLines": "3",
"startColumns": "4",
- "startOffsets": "57",
+ "startOffsets": "54",
"endLines": "8",
"endColumns": "12",
- "endOffsets": "376"
+ "endOffsets": "366"
},
"to": {
- "startLines": "385",
+ "startLines": "474",
"startColumns": "4",
- "startOffsets": "23145",
- "endLines": "390",
+ "startOffsets": "30339",
+ "endLines": "479",
"endColumns": "12",
- "endOffsets": "23459"
+ "endOffsets": "30651"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values\\values.xml",
- "from": {
- "startLines": "2,3,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,171,172,176,177,178,6,13,56,88,125",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
- "startOffsets": "55,124,7725,7795,7863,7935,8005,8066,8140,8213,8274,8335,8397,8461,8523,8584,8652,8752,8812,8878,8951,9020,9077,9129,9191,9263,9339,9374,9409,9459,9520,9577,9611,9646,9681,9751,9822,9939,10140,10250,10451,10580,10652,319,617,3523,5588,7348",
- "endLines": "2,3,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,170,171,175,176,177,178,12,55,87,124,131",
- "endColumns": "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,34,34,49,60,56,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24",
- "endOffsets": "119,182,7790,7858,7930,8000,8061,8135,8208,8269,8330,8392,8456,8518,8579,8647,8747,8807,8873,8946,9015,9072,9124,9186,9258,9334,9369,9404,9454,9515,9572,9606,9641,9676,9746,9817,9934,10135,10245,10446,10575,10647,10714,612,3518,5583,7343,7720"
- },
- "to": {
- "startLines": "178,179,275,276,277,278,279,280,281,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,314,315,321,322,326,327,328,329,330,331,337,379,1700,1701,1705,1706,1710,1847,1848,2513,2666,2709,2741,2778",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
- "startOffsets": "9201,9270,15856,15926,15994,16066,16136,16197,16271,17128,17189,17250,17312,17376,17438,17499,17567,17667,17727,17793,17866,17935,17992,18044,18559,18631,18946,18981,19158,19208,19269,19326,19360,19395,19705,22632,110588,110705,110906,111016,111217,122172,122244,158123,172637,175543,177608,179368",
- "endLines": "178,179,275,276,277,278,279,280,281,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,314,315,321,322,326,327,328,329,330,331,337,379,1700,1704,1705,1709,1710,1847,1848,2519,2708,2740,2777,2784",
- "endColumns": "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,34,34,49,60,56,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24",
- "endOffsets": "9265,9328,15921,15989,16061,16131,16192,16266,16339,17184,17245,17307,17371,17433,17494,17562,17662,17722,17788,17861,17930,17987,18039,18101,18626,18702,18976,19011,19203,19264,19321,19355,19390,19425,19770,22698,110700,110901,111011,111212,111341,122239,122306,158416,175538,177603,179363,179740"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\3ec6fa8458ddbe732478393a9f9e6c77\\constraintlayout-1.1.3\\res\\values\\values.xml",
- "from": {
- "startLines": "2,3,11,12,13,14,15,19,20,21,22,25,26,29,32,33,34,35,36,39,42,43,44,45,50,53,56,57,58,63,64,65,68,71,72,75,78,81,84,85,88,91,92,97,98,103,106,109,110,111,112,113,114,115,116,117,118,127,128,129,130",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
- "startOffsets": "55,116,407,455,507,568,614,741,802,862,932,1065,1133,1262,1388,1450,1515,1583,1650,1773,1898,1965,2030,2095,2276,2397,2518,2584,2651,2861,2930,2996,3121,3247,3314,3440,3567,3692,3819,3884,4010,4133,4198,4406,4473,4653,4773,4893,4958,5020,5082,5144,5203,5263,5324,5385,5444,5819,8395,8527,11791",
- "endLines": "2,10,11,12,13,14,18,19,20,21,24,25,28,31,32,33,34,35,38,41,42,43,44,49,52,55,56,57,62,63,64,67,70,71,74,77,80,83,84,87,90,91,96,97,102,105,108,109,110,111,112,113,114,115,116,117,126,127,128,129,130",
- "endColumns": "60,11,47,51,60,45,11,60,59,69,11,67,11,11,61,64,67,66,11,11,66,64,64,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,64,11,11,64,11,66,11,11,11,64,61,61,61,58,59,60,60,58,11,2575,131,3263,107",
- "endOffsets": "111,402,450,502,563,609,736,797,857,927,1060,1128,1257,1383,1445,1510,1578,1645,1768,1893,1960,2025,2090,2271,2392,2513,2579,2646,2856,2925,2991,3116,3242,3309,3435,3562,3687,3814,3879,4005,4128,4193,4401,4468,4648,4768,4888,4953,5015,5077,5139,5198,5258,5319,5380,5439,5814,8390,8522,11786,11894"
- },
- "to": {
- "startLines": "2,3,11,12,13,14,17,23,24,25,26,29,30,33,36,37,38,39,40,43,46,47,48,49,54,57,60,61,62,67,68,69,72,75,76,79,82,85,88,89,92,95,96,101,102,107,110,113,114,115,116,117,118,119,120,121,122,2546,2547,2548,2785",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
- "startOffsets": "105,166,457,505,557,618,780,1001,1062,1122,1192,1325,1393,1522,1648,1710,1775,1843,1910,2033,2158,2225,2290,2355,2536,2657,2778,2844,2911,3121,3190,3256,3381,3507,3574,3700,3827,3952,4079,4144,4270,4393,4458,4666,4733,4913,5033,5153,5218,5280,5342,5404,5463,5523,5584,5645,5704,159813,162389,162521,179745",
- "endLines": "2,10,11,12,13,14,20,23,24,25,28,29,32,35,36,37,38,39,42,45,46,47,48,53,56,59,60,61,66,67,68,71,74,75,78,81,84,87,88,91,94,95,100,101,106,109,112,113,114,115,116,117,118,119,120,121,130,2546,2547,2548,2785",
- "endColumns": "60,11,47,51,60,45,11,60,59,69,11,67,11,11,61,64,67,66,11,11,66,64,64,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,64,11,11,64,11,66,11,11,11,64,61,61,61,58,59,60,60,58,11,2575,131,3263,107",
- "endOffsets": "161,452,500,552,613,659,902,1057,1117,1187,1320,1388,1517,1643,1705,1770,1838,1905,2028,2153,2220,2285,2350,2531,2652,2773,2839,2906,3116,3185,3251,3376,3502,3569,3695,3822,3947,4074,4139,4265,4388,4453,4661,4728,4908,5028,5148,5213,5275,5337,5399,5458,5518,5579,5640,5699,6074,162384,162516,165780,179848"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values\\values.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1461,1462,1466,1470,1474,1479,1485,1492,1496,1500,1505,1509,1513,1517,1521,1525,1529,1535,1539,1545,1549,1555,1559,1564,1568,1571,1575,1581,1585,1591,1595,1601,1604,1608,1612,1616,1620,1624,1625,1626,1627,1630,1633,1636,1639,1643,1644,1645,1646,1647,1650,1652,1654,1656,1661,1662,1666,1672,1676,1677,1679,1690,1691,1695,1701,1705,1706,1707,1711,1738,1742,1743,1747,1775,1943,1969,2138,2164,2195,2203,2209,2223,2245,2250,2255,2265,2274,2283,2287,2294,2302,2309,2310,2319,2322,2325,2329,2333,2337,2340,2341,2345,2349,2359,2364,2371,2377,2378,2381,2385,2390,2392,2394,2397,2400,2402,2406,2409,2416,2419,2422,2426,2428,2432,2434,2436,2438,2442,2450,2458,2470,2476,2485,2488,2499,2502,2507,2508,2513,2571,2630,2631,2641,2650,2651,2653,2657,2660,2663,2666,2669,2672,2675,2678,2682,2685,2688,2691,2695,2698,2702,2706,2707,2708,2709,2710,2711,2712,2713,2714,2715,2716,2717,2718,2719,2720,2721,2722,2723,2724,2725,2726,2728,2730,2731,2732,2733,2734,2735,2736,2737,2739,2740,2742,2743,2745,2747,2748,2750,2751,2752,2753,2754,2755,2757,2758,2759,2760,2761,2762,2764,2766,2768,2769,2770,2771,2772,2773,2774,2775,2776,2777,2778,2779,2780,2782,2783,2784,2785,2786,2787,2789,2793,2797,2798,2799,2800,2801,2802,2803,2804,2806,2808,2810,2812,2814,2815,2816,2817,2819,2821,2823,2824,2825,2826,2827,2828,2829,2830,2831,2832,2833,2834,2837,2838,2839,2840,2842,2844,2845,2847,2848,2850,2852,2854,2855,2856,2857,2858,2859,2860,2861,2862,2863,2864,2865,2867,2868,2869,2870,2872,2873,2874,2875,2876,2878,2880,2882,2884,2885,2886,2887,2888,2889,2890,2891,2892,2893,2894,2895,2896,2897,69,152,155,158,161,175,186,196,223,230,241,271,298,307,344,725,730,756,774,810,816,822,845,986,1006,1012,1016,1022,1059,1071,1098,1103,1169,1184,1249,1268,1294",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
@@ -2051,12 +4200,86 @@
"endOffsets": "155,200,249,290,345,404,466,547,608,683,759,836,914,999,1081,1157,1233,1310,1388,1494,1600,1679,1759,1816,1874,1948,2023,2088,2154,2214,2275,2347,2420,2487,2555,2614,2673,2732,2791,2850,2904,2958,3011,3065,3119,3173,3227,3301,3380,3453,3527,3598,3670,3742,3815,3872,3930,4003,4077,4151,4226,4298,4371,4441,4512,4572,4633,70975,71044,71114,71188,71264,71328,71405,71481,71558,71623,71692,71769,71844,71913,71981,72058,72124,72185,72282,72347,72416,72515,72586,72645,72703,72760,72819,72883,72954,73026,73098,73170,73242,73309,73377,73445,73504,73567,73631,73721,73812,73872,73938,74005,74071,74141,74205,74258,74371,74429,74492,74557,74622,74697,74770,74842,74891,74952,75013,75074,75136,75200,75264,75328,75393,75456,75516,75577,75643,75702,75762,75824,75895,75955,76023,76109,76196,76286,76373,76461,76543,76626,76716,76807,76859,76917,76962,77028,77092,77149,77206,77260,77317,77365,77414,77465,77499,77546,77595,77641,77673,77737,77799,77859,77916,77990,78060,78138,78192,78262,78347,78395,78441,78512,78590,78668,78740,78814,78888,78962,79042,79115,79184,79256,79333,79394,79457,79523,79587,79658,79721,79786,79850,79911,79972,80024,80097,80171,80240,80315,80389,80463,80604,80674,80727,80805,80895,80983,81079,81169,81751,81840,82087,82368,82620,82905,83298,83775,83997,84219,84495,84722,84952,85182,85412,85642,85869,86288,86514,86939,87169,87597,87816,88099,88307,88438,88665,89091,89316,89743,89964,90389,90509,90785,91086,91410,91701,92015,92152,92283,92388,92630,92797,93001,93209,93480,93592,93704,93809,93926,94140,94286,94426,94512,94860,94948,95194,95612,95861,95943,96041,96658,96758,97010,97434,97689,97783,97872,98109,100161,100403,100505,100758,102942,113663,115179,125999,127527,129284,129910,130330,131391,132656,132912,133148,133695,134189,134794,134992,135572,136136,136511,136629,137167,137324,137520,137793,138049,138219,138360,138424,138706,138992,139668,139932,140270,140623,140717,140903,141209,141471,141596,141723,141962,142173,142292,142485,142662,143117,143298,143420,143679,143792,143979,144081,144188,144317,144592,145100,145596,146473,146767,147337,147486,148218,148390,148726,148818,149096,153440,157927,157989,158619,159233,159324,159437,159666,159826,159978,160149,160315,160484,160651,160814,161057,161227,161400,161571,161845,162044,162249,162579,162663,162759,162855,162953,163053,163155,163257,163359,163461,163563,163663,163759,163871,164000,164123,164254,164385,164483,164597,164691,164831,164965,165061,165173,165273,165389,165485,165597,165697,165837,165973,166137,166267,166425,166575,166716,166860,166995,167107,167257,167385,167513,167649,167781,167911,168041,168153,168293,168439,168583,168721,168787,168877,168953,169057,169147,169249,169357,169465,169565,169645,169737,169835,169945,170023,170129,170221,170325,170435,170557,170720,170877,170957,171057,171147,171257,171351,171457,171549,171649,171761,171875,171991,172107,172201,172315,172427,172529,172649,172771,172853,172957,173077,173203,173301,173395,173483,173595,173711,173833,173945,174120,174236,174322,174414,174526,174650,174717,174843,174911,175039,175183,175311,175380,175475,175590,175703,175802,175911,176022,176133,176234,176339,176439,176569,176660,176783,176877,176989,177075,177179,177275,177363,177481,177585,177689,177815,177903,178011,178111,178201,178311,178395,178497,178581,178635,178699,178805,178915,178999,179119,9777,9895,10010,10142,10857,11549,12066,13713,14098,14695,16294,17827,18215,20522,40040,40300,41692,42725,44738,45000,45356,46186,52968,54102,54396,54619,54946,56996,57644,59277,59547,63398,63999,67808,69023,70432,70906"
},
"to": {
- "startLines": "16,21,22,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,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,282,283,284,285,286,287,288,289,290,306,307,308,309,310,311,312,313,316,317,318,319,320,323,324,325,332,333,334,335,336,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,378,380,381,382,383,384,391,399,400,404,408,412,417,423,430,434,438,443,447,451,455,459,463,467,473,477,483,487,493,497,502,506,509,513,519,523,529,533,539,542,546,550,554,558,562,563,564,565,568,571,574,577,581,582,583,584,585,588,590,592,594,599,600,604,610,614,615,617,628,629,633,639,643,644,645,649,676,680,681,685,713,881,907,1076,1102,1133,1141,1147,1161,1183,1188,1193,1203,1212,1221,1225,1232,1240,1247,1248,1257,1260,1263,1267,1271,1275,1278,1279,1283,1287,1297,1302,1309,1315,1316,1319,1323,1328,1330,1332,1335,1338,1340,1344,1347,1354,1357,1360,1364,1366,1370,1372,1374,1376,1380,1388,1396,1408,1414,1423,1426,1437,1440,1445,1446,1451,1509,1568,1569,1579,1588,1589,1591,1595,1598,1601,1604,1607,1610,1613,1616,1620,1623,1626,1629,1633,1636,1640,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1666,1668,1669,1670,1671,1672,1673,1674,1675,1677,1678,1680,1681,1683,1685,1686,1688,1689,1690,1691,1692,1693,1695,1696,1697,1698,1699,1711,1713,1715,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1731,1732,1733,1734,1735,1736,1738,1742,1746,1747,1748,1749,1750,1751,1752,1753,1755,1757,1759,1761,1763,1764,1765,1766,1768,1770,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1786,1787,1788,1789,1791,1793,1794,1796,1797,1799,1801,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1816,1817,1818,1819,1821,1822,1823,1824,1825,1827,1829,1831,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1852,1935,1938,1941,1944,1958,1969,1979,2006,2013,2024,2054,2081,2090,2127,2508,2520,2648,2786,2822,2828,2834,2857,2998,3018,3024,3028,3034,3071,3083,3110,3115,3181,3196,3261,3280,3306",
+ "startLines": "17,22,23,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,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,299,300,304,305,306,307,308,309,310,329,330,331,332,333,334,335,336,372,373,374,375,376,380,381,382,394,395,396,397,398,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,467,469,470,471,472,473,480,488,489,493,497,508,513,519,526,530,534,539,543,547,551,555,559,563,569,573,579,583,589,593,598,602,605,609,615,619,625,629,635,638,642,646,650,654,658,659,660,661,664,667,670,673,677,678,679,680,681,684,686,688,690,695,696,700,706,710,711,713,724,725,729,735,739,740,741,745,772,776,777,781,809,977,1003,1172,1198,1229,1237,1243,1257,1279,1284,1289,1299,1308,1317,1321,1328,1336,1343,1344,1353,1356,1359,1363,1367,1371,1374,1375,1379,1383,1393,1398,1405,1411,1412,1415,1419,1424,1426,1428,1431,1434,1436,1440,1443,1450,1453,1456,1460,1462,1466,1468,1470,1472,1476,1484,1492,1504,1510,1519,1522,1533,1536,1541,1542,1555,1613,1672,1673,1683,1692,1693,1695,1699,1702,1705,1708,1711,1714,1717,1720,1724,1727,1730,1733,1737,1740,1744,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1770,1772,1773,1774,1775,1776,1777,1778,1779,1781,1782,1784,1785,1787,1789,1790,1792,1793,1794,1795,1796,1797,1799,1800,1801,1802,1803,1815,1817,1819,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1835,1836,1837,1838,1839,1840,1842,1846,1850,1851,1852,1853,1854,1855,1856,1857,1859,1861,1863,1865,1867,1868,1869,1870,1872,1874,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1890,1891,1892,1893,1895,1897,1898,1900,1901,1903,1905,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1920,1921,1922,1923,1925,1926,1927,1928,1929,1931,1933,1935,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1956,2039,2042,2045,2048,2062,2073,2083,2110,2117,2128,2158,2185,2194,2231,2612,2652,2780,2918,2954,2960,2979,3002,3143,3163,3169,3173,3208,3264,3276,3303,3308,3374,3389,3454,3473,3499",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
- "startOffsets": "725,907,952,6079,6120,6175,6234,6296,6377,6438,6513,6589,6666,6744,6829,6911,6987,7063,7140,7218,7324,7430,7509,7589,7646,7848,7922,7997,8062,8128,8188,8249,8321,8394,8461,8529,8588,8647,8706,8765,8824,8878,8932,8985,9039,9093,9147,9333,9407,9486,9559,9633,9704,9776,9848,9921,9978,10036,10109,10183,10257,10332,10404,10477,10547,10618,10678,10739,10808,10877,10947,11021,11097,11161,11238,11314,11391,11456,11525,11602,11677,11746,11814,11891,11957,12018,12115,12180,12249,12348,12419,12478,12536,12593,12652,12716,12787,12859,12931,13003,13075,13142,13210,13278,13337,13400,13464,13554,13645,13705,13771,13838,13904,13974,14038,14091,14204,14262,14325,14390,14455,14530,14603,14675,14724,14785,14846,14907,14969,15033,15097,15161,15226,15289,15349,15410,15476,15535,15595,15657,15728,15788,16344,16430,16517,16607,16694,16782,16864,16947,17037,18106,18158,18216,18261,18327,18391,18448,18505,18707,18764,18812,18861,18912,19016,19063,19112,19430,19462,19526,19588,19648,19775,19849,19919,19997,20051,20121,20206,20254,20300,20371,20449,20527,20599,20673,20747,20821,20901,20974,21043,21115,21192,21253,21316,21382,21446,21517,21580,21645,21709,21770,21831,21883,21956,22030,22099,22174,22248,22322,22463,22579,22703,22781,22871,22959,23055,23464,24046,24135,24382,24663,24915,25200,25593,26070,26292,26514,26790,27017,27247,27477,27707,27937,28164,28583,28809,29234,29464,29892,30111,30394,30602,30733,30960,31386,31611,32038,32259,32684,32804,33080,33381,33705,33996,34310,34447,34578,34683,34925,35092,35296,35504,35775,35887,35999,36104,36221,36435,36581,36721,36807,37155,37243,37489,37907,38156,38238,38336,38953,39053,39305,39729,39984,40078,40167,40404,42456,42698,42800,43053,45237,55958,57474,68294,69822,71579,72205,72625,73686,74951,75207,75443,75990,76484,77089,77287,77867,78431,78806,78924,79462,79619,79815,80088,80344,80514,80655,80719,81001,81287,81963,82227,82565,82918,83012,83198,83504,83766,83891,84018,84257,84468,84587,84780,84957,85412,85593,85715,85974,86087,86274,86376,86483,86612,86887,87395,87891,88768,89062,89632,89781,90513,90685,91021,91113,91391,95735,100222,100284,100914,101528,101619,101732,101961,102121,102273,102444,102610,102779,102946,103109,103352,103522,103695,103866,104140,104339,104544,104874,104958,105054,105150,105248,105348,105450,105552,105654,105756,105858,105958,106054,106166,106295,106418,106549,106680,106778,106892,106986,107126,107260,107356,107468,107568,107684,107780,107892,107992,108132,108268,108432,108562,108720,108870,109011,109155,109290,109402,109552,109680,109808,109944,110076,110206,110336,110448,111346,111492,111636,111774,111840,111930,112006,112110,112200,112302,112410,112518,112618,112698,112790,112888,112998,113076,113182,113274,113378,113488,113610,113773,113930,114010,114110,114200,114310,114404,114510,114602,114702,114814,114928,115044,115160,115254,115368,115480,115582,115702,115824,115906,116010,116130,116256,116354,116448,116536,116648,116764,116886,116998,117173,117289,117375,117467,117579,117703,117770,117896,117964,118092,118236,118364,118433,118528,118643,118756,118855,118964,119075,119186,119287,119392,119492,119622,119713,119836,119930,120042,120128,120232,120328,120416,120534,120638,120742,120868,120956,121064,121164,121254,121364,121448,121550,121634,121688,121752,121858,121968,122052,122456,127600,127718,127833,127965,128680,129372,129889,131536,131921,132518,134117,135650,136038,138345,157863,158421,171604,179853,181866,182128,182484,183314,190096,191230,191524,191747,192074,194124,194772,196405,196675,200526,201127,204936,206151,207560",
- "endLines": "16,21,22,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,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,282,283,284,285,286,287,288,289,290,306,307,308,309,310,311,312,313,316,317,318,319,320,323,324,325,332,333,334,335,336,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,378,380,381,382,383,384,398,399,403,407,411,416,422,429,433,437,442,446,450,454,458,462,466,472,476,482,486,492,496,501,505,508,512,518,522,528,532,538,541,545,549,553,557,561,562,563,564,567,570,573,576,580,581,582,583,584,587,589,591,593,598,599,603,609,613,614,616,627,628,632,638,642,643,644,648,675,679,680,684,712,880,906,1075,1101,1132,1140,1146,1160,1182,1187,1192,1202,1211,1220,1224,1231,1239,1246,1247,1256,1259,1262,1266,1270,1274,1277,1278,1282,1286,1296,1301,1308,1314,1315,1318,1322,1327,1329,1331,1334,1337,1339,1343,1346,1353,1356,1359,1363,1365,1369,1371,1373,1375,1379,1387,1395,1407,1413,1422,1425,1436,1439,1444,1445,1450,1508,1567,1568,1578,1587,1588,1590,1594,1597,1600,1603,1606,1609,1612,1615,1619,1622,1625,1628,1632,1635,1639,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1665,1667,1668,1669,1670,1671,1672,1673,1674,1676,1677,1679,1680,1682,1684,1685,1687,1688,1689,1690,1691,1692,1694,1695,1696,1697,1698,1699,1712,1714,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1730,1731,1732,1733,1734,1735,1737,1741,1745,1746,1747,1748,1749,1750,1751,1752,1754,1756,1758,1760,1762,1763,1764,1765,1767,1769,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1785,1786,1787,1788,1790,1792,1793,1795,1796,1798,1800,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1815,1816,1817,1818,1820,1821,1822,1823,1824,1826,1828,1830,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1934,1937,1940,1943,1957,1968,1978,2005,2012,2023,2053,2080,2089,2126,2507,2512,2545,2665,2821,2827,2833,2856,2997,3017,3023,3027,3033,3070,3082,3109,3114,3180,3195,3260,3279,3305,3314",
+ "startOffsets": "777,959,1004,6187,6228,6283,6342,6404,6485,6546,6621,6697,6774,6852,6937,7019,7095,7171,7248,7326,7432,7538,7617,7697,7754,8876,8950,9025,9090,9156,9216,9277,9349,9422,9489,9557,9616,9675,9734,9793,9852,9906,9960,10013,10067,10121,10175,10361,10435,10514,10587,10661,10732,10804,10876,10949,11006,11064,11137,11211,11285,11360,11432,11505,11575,11646,11706,11767,11836,11905,11975,12049,12125,12189,12266,12342,12419,12484,12553,12630,12705,12774,12842,12919,12985,13046,13143,13208,13277,13376,13447,13506,13564,13621,13680,13744,13815,13887,13959,14031,14103,14170,14238,14306,14365,14428,14492,14582,14673,14733,14799,14866,14932,15002,15066,15119,15232,15290,15353,15418,15483,15558,15631,15703,15752,15813,15874,15935,15997,16061,16125,16189,16254,16317,16377,16438,16504,16563,16623,16685,16756,16816,17542,17628,17878,17968,18055,18143,18225,18308,18398,19690,19742,19800,19845,19911,19975,20032,20089,22266,22323,22371,22420,22471,22641,22688,22737,23343,23375,23439,23501,23561,23756,23830,23900,23978,24032,24102,24187,24235,24281,24352,24430,24508,24580,24654,24728,24802,24882,24955,25024,25096,25173,25234,25297,25363,25427,25498,25561,25626,25690,25751,25812,25864,25937,26011,26080,26155,26229,26303,26444,29773,29897,29975,30065,30153,30249,30656,31238,31327,31574,31855,32521,32806,33199,33676,33898,34120,34396,34623,34853,35083,35313,35543,35770,36189,36415,36840,37070,37498,37717,38000,38208,38339,38566,38992,39217,39644,39865,40290,40410,40686,40987,41311,41602,41916,42053,42184,42289,42531,42698,42902,43110,43381,43493,43605,43710,43827,44041,44187,44327,44413,44761,44849,45095,45513,45762,45844,45942,46559,46659,46911,47335,47590,47684,47773,48010,50062,50304,50406,50659,52843,63564,65080,75900,77428,79185,79811,80231,81292,82557,82813,83049,83596,84090,84695,84893,85473,86037,86412,86530,87068,87225,87421,87694,87950,88120,88261,88325,88607,88893,89569,89833,90171,90524,90618,90804,91110,91372,91497,91624,91863,92074,92193,92386,92563,93018,93199,93321,93580,93693,93880,93982,94089,94218,94493,95001,95497,96374,96668,97238,97387,98119,98291,98627,98719,99315,103659,108146,108208,108838,109452,109543,109656,109885,110045,110197,110368,110534,110703,110870,111033,111276,111446,111619,111790,112064,112263,112468,112798,112882,112978,113074,113172,113272,113374,113476,113578,113680,113782,113882,113978,114090,114219,114342,114473,114604,114702,114816,114910,115050,115184,115280,115392,115492,115608,115704,115816,115916,116056,116192,116356,116486,116644,116794,116935,117079,117214,117326,117476,117604,117732,117868,118000,118130,118260,118372,119270,119416,119560,119698,119764,119854,119930,120034,120124,120226,120334,120442,120542,120622,120714,120812,120922,121000,121106,121198,121302,121412,121534,121697,121854,121934,122034,122124,122234,122328,122434,122526,122626,122738,122852,122968,123084,123178,123292,123404,123506,123626,123748,123830,123934,124054,124180,124278,124372,124460,124572,124688,124810,124922,125097,125213,125299,125391,125503,125627,125694,125820,125888,126016,126160,126288,126357,126452,126567,126680,126779,126888,126999,127110,127211,127316,127416,127546,127637,127760,127854,127966,128052,128156,128252,128340,128458,128562,128666,128792,128880,128988,129088,129178,129288,129372,129474,129558,129612,129676,129782,129892,129976,130380,135524,135642,135757,135889,136604,137296,137813,139460,139845,140442,142041,143574,143962,146269,165787,168168,181351,189600,191613,191875,192546,193376,200158,201292,201586,201809,203662,206129,206777,208410,208680,212531,213132,216941,218156,219565",
+ "endLines": "17,22,23,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,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,299,300,304,305,306,307,308,309,310,329,330,331,332,333,334,335,336,372,373,374,375,376,380,381,382,394,395,396,397,398,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,467,469,470,471,472,473,487,488,492,496,500,512,518,525,529,533,538,542,546,550,554,558,562,568,572,578,582,588,592,597,601,604,608,614,618,624,628,634,637,641,645,649,653,657,658,659,660,663,666,669,672,676,677,678,679,680,683,685,687,689,694,695,699,705,709,710,712,723,724,728,734,738,739,740,744,771,775,776,780,808,976,1002,1171,1197,1228,1236,1242,1256,1278,1283,1288,1298,1307,1316,1320,1327,1335,1342,1343,1352,1355,1358,1362,1366,1370,1373,1374,1378,1382,1392,1397,1404,1410,1411,1414,1418,1423,1425,1427,1430,1433,1435,1439,1442,1449,1452,1455,1459,1461,1465,1467,1469,1471,1475,1483,1491,1503,1509,1518,1521,1532,1535,1540,1541,1546,1612,1671,1672,1682,1691,1692,1694,1698,1701,1704,1707,1710,1713,1716,1719,1723,1726,1729,1732,1736,1739,1743,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1769,1771,1772,1773,1774,1775,1776,1777,1778,1780,1781,1783,1784,1786,1788,1789,1791,1792,1793,1794,1795,1796,1798,1799,1800,1801,1802,1803,1816,1818,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1834,1835,1836,1837,1838,1839,1841,1845,1849,1850,1851,1852,1853,1854,1855,1856,1858,1860,1862,1864,1866,1867,1868,1869,1871,1873,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1889,1890,1891,1892,1894,1896,1897,1899,1900,1902,1904,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1919,1920,1921,1922,1924,1925,1926,1927,1928,1930,1932,1934,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,2038,2041,2044,2047,2061,2072,2082,2109,2116,2127,2157,2184,2193,2230,2611,2616,2677,2797,2953,2959,2965,3001,3142,3162,3168,3172,3178,3244,3275,3302,3307,3373,3388,3453,3472,3498,3507",
"endColumns": "54,44,48,40,54,58,61,80,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,112,57,62,64,64,74,72,71,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,70,77,77,71,73,73,73,79,72,68,71,76,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,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,77,105,91,103,109,12,12,12,79,99,89,109,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,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,24,24,24",
- "endOffsets": "775,947,996,6115,6170,6229,6291,6372,6433,6508,6584,6661,6739,6824,6906,6982,7058,7135,7213,7319,7425,7504,7584,7641,7699,7917,7992,8057,8123,8183,8244,8316,8389,8456,8524,8583,8642,8701,8760,8819,8873,8927,8980,9034,9088,9142,9196,9402,9481,9554,9628,9699,9771,9843,9916,9973,10031,10104,10178,10252,10327,10399,10472,10542,10613,10673,10734,10803,10872,10942,11016,11092,11156,11233,11309,11386,11451,11520,11597,11672,11741,11809,11886,11952,12013,12110,12175,12244,12343,12414,12473,12531,12588,12647,12711,12782,12854,12926,12998,13070,13137,13205,13273,13332,13395,13459,13549,13640,13700,13766,13833,13899,13969,14033,14086,14199,14257,14320,14385,14450,14525,14598,14670,14719,14780,14841,14902,14964,15028,15092,15156,15221,15284,15344,15405,15471,15530,15590,15652,15723,15783,15851,16425,16512,16602,16689,16777,16859,16942,17032,17123,18153,18211,18256,18322,18386,18443,18500,18554,18759,18807,18856,18907,18941,19058,19107,19153,19457,19521,19583,19643,19700,19844,19914,19992,20046,20116,20201,20249,20295,20366,20444,20522,20594,20668,20742,20816,20896,20969,21038,21110,21187,21248,21311,21377,21441,21512,21575,21640,21704,21765,21826,21878,21951,22025,22094,22169,22243,22317,22458,22528,22627,22776,22866,22954,23050,23140,24041,24130,24377,24658,24910,25195,25588,26065,26287,26509,26785,27012,27242,27472,27702,27932,28159,28578,28804,29229,29459,29887,30106,30389,30597,30728,30955,31381,31606,32033,32254,32679,32799,33075,33376,33700,33991,34305,34442,34573,34678,34920,35087,35291,35499,35770,35882,35994,36099,36216,36430,36576,36716,36802,37150,37238,37484,37902,38151,38233,38331,38948,39048,39300,39724,39979,40073,40162,40399,42451,42693,42795,43048,45232,55953,57469,68289,69817,71574,72200,72620,73681,74946,75202,75438,75985,76479,77084,77282,77862,78426,78801,78919,79457,79614,79810,80083,80339,80509,80650,80714,80996,81282,81958,82222,82560,82913,83007,83193,83499,83761,83886,84013,84252,84463,84582,84775,84952,85407,85588,85710,85969,86082,86269,86371,86478,86607,86882,87390,87886,88763,89057,89627,89776,90508,90680,91016,91108,91386,95730,100217,100279,100909,101523,101614,101727,101956,102116,102268,102439,102605,102774,102941,103104,103347,103517,103690,103861,104135,104334,104539,104869,104953,105049,105145,105243,105343,105445,105547,105649,105751,105853,105953,106049,106161,106290,106413,106544,106675,106773,106887,106981,107121,107255,107351,107463,107563,107679,107775,107887,107987,108127,108263,108427,108557,108715,108865,109006,109150,109285,109397,109547,109675,109803,109939,110071,110201,110331,110443,110583,111487,111631,111769,111835,111925,112001,112105,112195,112297,112405,112513,112613,112693,112785,112883,112993,113071,113177,113269,113373,113483,113605,113768,113925,114005,114105,114195,114305,114399,114505,114597,114697,114809,114923,115039,115155,115249,115363,115475,115577,115697,115819,115901,116005,116125,116251,116349,116443,116531,116643,116759,116881,116993,117168,117284,117370,117462,117574,117698,117765,117891,117959,118087,118231,118359,118428,118523,118638,118751,118850,118959,119070,119181,119282,119387,119487,119617,119708,119831,119925,120037,120123,120227,120323,120411,120529,120633,120737,120863,120951,121059,121159,121249,121359,121443,121545,121629,121683,121747,121853,121963,122047,122167,127595,127713,127828,127960,128675,129367,129884,131531,131916,132513,134112,135645,136033,138340,157858,158118,159808,172632,181861,182123,182479,183309,190091,191225,191519,191742,192069,194119,194767,196400,196670,200521,201122,204931,206146,207555,208029"
+ "endOffsets": "827,999,1048,6223,6278,6337,6399,6480,6541,6616,6692,6769,6847,6932,7014,7090,7166,7243,7321,7427,7533,7612,7692,7749,7807,8945,9020,9085,9151,9211,9272,9344,9417,9484,9552,9611,9670,9729,9788,9847,9901,9955,10008,10062,10116,10170,10224,10430,10509,10582,10656,10727,10799,10871,10944,11001,11059,11132,11206,11280,11355,11427,11500,11570,11641,11701,11762,11831,11900,11970,12044,12120,12184,12261,12337,12414,12479,12548,12625,12700,12769,12837,12914,12980,13041,13138,13203,13272,13371,13442,13501,13559,13616,13675,13739,13810,13882,13954,14026,14098,14165,14233,14301,14360,14423,14487,14577,14668,14728,14794,14861,14927,14997,15061,15114,15227,15285,15348,15413,15478,15553,15626,15698,15747,15808,15869,15930,15992,16056,16120,16184,16249,16312,16372,16433,16499,16558,16618,16680,16751,16811,16879,17623,17710,17963,18050,18138,18220,18303,18393,18484,19737,19795,19840,19906,19970,20027,20084,20138,22318,22366,22415,22466,22500,22683,22732,22778,23370,23434,23496,23556,23613,23825,23895,23973,24027,24097,24182,24230,24276,24347,24425,24503,24575,24649,24723,24797,24877,24950,25019,25091,25168,25229,25292,25358,25422,25493,25556,25621,25685,25746,25807,25859,25932,26006,26075,26150,26224,26298,26439,26509,29821,29970,30060,30148,30244,30334,31233,31322,31569,31850,32102,32801,33194,33671,33893,34115,34391,34618,34848,35078,35308,35538,35765,36184,36410,36835,37065,37493,37712,37995,38203,38334,38561,38987,39212,39639,39860,40285,40405,40681,40982,41306,41597,41911,42048,42179,42284,42526,42693,42897,43105,43376,43488,43600,43705,43822,44036,44182,44322,44408,44756,44844,45090,45508,45757,45839,45937,46554,46654,46906,47330,47585,47679,47768,48005,50057,50299,50401,50654,52838,63559,65075,75895,77423,79180,79806,80226,81287,82552,82808,83044,83591,84085,84690,84888,85468,86032,86407,86525,87063,87220,87416,87689,87945,88115,88256,88320,88602,88888,89564,89828,90166,90519,90613,90799,91105,91367,91492,91619,91858,92069,92188,92381,92558,93013,93194,93316,93575,93688,93875,93977,94084,94213,94488,94996,95492,96369,96663,97233,97382,98114,98286,98622,98714,98992,103654,108141,108203,108833,109447,109538,109651,109880,110040,110192,110363,110529,110698,110865,111028,111271,111441,111614,111785,112059,112258,112463,112793,112877,112973,113069,113167,113267,113369,113471,113573,113675,113777,113877,113973,114085,114214,114337,114468,114599,114697,114811,114905,115045,115179,115275,115387,115487,115603,115699,115811,115911,116051,116187,116351,116481,116639,116789,116930,117074,117209,117321,117471,117599,117727,117863,117995,118125,118255,118367,118507,119411,119555,119693,119759,119849,119925,120029,120119,120221,120329,120437,120537,120617,120709,120807,120917,120995,121101,121193,121297,121407,121529,121692,121849,121929,122029,122119,122229,122323,122429,122521,122621,122733,122847,122963,123079,123173,123287,123399,123501,123621,123743,123825,123929,124049,124175,124273,124367,124455,124567,124683,124805,124917,125092,125208,125294,125386,125498,125622,125689,125815,125883,126011,126155,126283,126352,126447,126562,126675,126774,126883,126994,127105,127206,127311,127411,127541,127632,127755,127849,127961,128047,128151,128247,128335,128453,128557,128661,128787,128875,128983,129083,129173,129283,129367,129469,129553,129607,129671,129777,129887,129971,130091,135519,135637,135752,135884,136599,137291,137808,139455,139840,140437,142036,143569,143957,146264,165782,166042,169555,182379,191608,191870,192226,193371,200153,201287,201581,201804,202131,205707,206772,208405,208675,212526,213127,216936,218151,219560,220034"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,33,46",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "215,301,377,463,549,625,702,778,951,1052,1233,1354,1457,1637,1756,1868,1967,2155,2256,2437,2558,2733,2877,2936,2994,3164,3475",
+ "endLines": "4,5,6,7,8,9,10,11,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,45,64",
+ "endColumns": "85,75,85,85,75,76,75,75,100,180,120,102,179,118,111,98,187,100,180,120,174,143,58,57,74,20,20",
+ "endOffsets": "300,376,462,548,624,701,777,853,1051,1232,1353,1456,1636,1755,1867,1966,2154,2255,2436,2557,2732,2876,2935,2993,3068,3474,3887"
+ },
+ "to": {
+ "startLines": "162,163,164,165,166,167,168,169,441,442,443,444,445,446,447,448,450,451,452,453,454,455,456,457,458,2966,3245",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "8205,8295,8375,8465,8555,8635,8716,8796,26560,26665,26846,26971,27078,27258,27381,27497,27767,27955,28060,28241,28366,28541,28689,28752,28814,192231,205712",
+ "endLines": "162,163,164,165,166,167,168,169,441,442,443,444,445,446,447,448,450,451,452,453,454,455,456,457,458,2978,3263",
+ "endColumns": "89,79,89,89,79,80,79,79,104,180,124,106,179,122,115,102,187,104,180,124,174,147,62,61,78,20,20",
+ "endOffsets": "8290,8370,8460,8550,8630,8711,8791,8871,26660,26841,26966,27073,27253,27376,27492,27595,27950,28055,28236,28361,28536,28684,28747,28809,28888,192541,206124"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\f45d7fba1448faa16e49ef48228f26af\\constraintlayout-1.1.3\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,11,12,13,14,15,19,20,21,22,25,26,29,32,33,34,35,36,39,42,43,44,45,50,53,56,57,58,63,64,65,68,71,72,75,78,81,84,85,88,91,92,97,98,103,106,109,110,111,112,113,114,115,116,117,118,127,128,129,130",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,116,407,455,507,568,614,741,802,862,932,1065,1133,1262,1388,1450,1515,1583,1650,1773,1898,1965,2030,2095,2276,2397,2518,2584,2651,2861,2930,2996,3121,3247,3314,3440,3567,3692,3819,3884,4010,4133,4198,4406,4473,4653,4773,4893,4958,5020,5082,5144,5203,5263,5324,5385,5444,5819,8395,8527,11791",
+ "endLines": "2,10,11,12,13,14,18,19,20,21,24,25,28,31,32,33,34,35,38,41,42,43,44,49,52,55,56,57,62,63,64,67,70,71,74,77,80,83,84,87,90,91,96,97,102,105,108,109,110,111,112,113,114,115,116,117,126,127,128,129,130",
+ "endColumns": "60,11,47,51,60,45,11,60,59,69,11,67,11,11,61,64,67,66,11,11,66,64,64,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,64,11,11,64,11,66,11,11,11,64,61,61,61,58,59,60,60,58,11,2575,131,3263,107",
+ "endOffsets": "111,402,450,502,563,609,736,797,857,927,1060,1128,1257,1383,1445,1510,1578,1645,1768,1893,1960,2025,2090,2271,2392,2513,2579,2646,2856,2925,2991,3116,3242,3309,3435,3562,3687,3814,3879,4005,4128,4193,4401,4468,4648,4768,4888,4953,5015,5077,5139,5198,5258,5319,5380,5439,5814,8390,8522,11786,11894"
+ },
+ "to": {
+ "startLines": "2,3,12,13,14,15,18,24,25,26,27,30,31,34,37,38,39,40,41,44,47,48,49,50,55,58,61,62,63,68,69,70,73,76,77,80,83,86,89,90,93,96,97,102,103,108,111,114,115,116,117,118,119,120,121,122,123,2678,2679,2680,2917",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,166,509,557,609,670,832,1053,1114,1174,1244,1377,1445,1574,1700,1762,1827,1895,1962,2085,2210,2277,2342,2407,2588,2709,2830,2896,2963,3173,3242,3308,3433,3559,3626,3752,3879,4004,4131,4196,4322,4445,4510,4718,4785,4965,5085,5205,5270,5332,5394,5456,5515,5575,5636,5697,5756,169560,172136,172268,189492",
+ "endLines": "2,10,12,13,14,15,21,24,25,26,29,30,33,36,37,38,39,40,43,46,47,48,49,54,57,60,61,62,67,68,69,72,75,76,79,82,85,88,89,92,95,96,101,102,107,110,113,114,115,116,117,118,119,120,121,122,131,2678,2679,2680,2917",
+ "endColumns": "60,11,47,51,60,45,11,60,59,69,11,67,11,11,61,64,67,66,11,11,66,64,64,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,64,11,11,64,11,66,11,11,11,64,61,61,61,58,59,60,60,58,11,2575,131,3263,107",
+ "endOffsets": "161,452,552,604,665,711,954,1109,1169,1239,1372,1440,1569,1695,1757,1822,1890,1957,2080,2205,2272,2337,2402,2583,2704,2825,2891,2958,3168,3237,3303,3428,3554,3621,3747,3874,3999,4126,4191,4317,4440,4505,4713,4780,4960,5080,5200,5265,5327,5389,5451,5510,5570,5631,5692,5751,6126,172131,172263,175527,189595"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,83,84,88,89,90,91,98,141,173,210",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,124,319,389,457,529,599,660,734,807,868,929,991,1055,1117,1178,1246,1346,1406,1472,1545,1614,1671,1723,1785,1857,1933,1998,2057,2116,2176,2236,2296,2356,2416,2476,2536,2596,2656,2716,2775,2835,2895,2955,3015,3075,3135,3195,3255,3315,3375,3434,3494,3554,3613,3672,3731,3790,3849,3908,3943,3978,4033,4096,4151,4209,4266,4316,4377,4434,4468,4503,4538,4608,4679,4796,4997,5107,5308,5437,5509,5576,5874,8780,10845,12605",
+ "endLines": "2,3,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,82,83,87,88,89,90,97,140,172,209,216",
+ "endColumns": "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,56,49,60,56,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24",
+ "endOffsets": "119,182,384,452,524,594,655,729,802,863,924,986,1050,1112,1173,1241,1341,1401,1467,1540,1609,1666,1718,1780,1852,1928,1993,2052,2111,2171,2231,2291,2351,2411,2471,2531,2591,2651,2711,2770,2830,2890,2950,3010,3070,3130,3190,3250,3310,3370,3429,3489,3549,3608,3667,3726,3785,3844,3903,3938,3973,4028,4091,4146,4204,4261,4311,4372,4429,4463,4498,4533,4603,4674,4791,4992,5102,5303,5432,5504,5571,5869,8775,10840,12600,12977"
+ },
+ "to": {
+ "startLines": "192,193,292,293,294,295,296,297,298,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,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,378,379,383,384,385,386,387,388,389,390,391,392,393,400,468,1804,1805,1809,1810,1814,1951,1952,2645,2798,2841,2873,2910",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "10229,10298,17054,17124,17192,17264,17334,17395,17469,18712,18773,18834,18896,18960,19022,19083,19151,19251,19311,19377,19450,19519,19576,19628,20143,20215,20291,20356,20415,20474,20534,20594,20654,20714,20774,20834,20894,20954,21014,21074,21133,21193,21253,21313,21373,21433,21493,21553,21613,21673,21733,21792,21852,21912,21971,22030,22089,22148,22207,22571,22606,22783,22838,22901,22956,23014,23071,23121,23182,23239,23273,23308,23686,29826,118512,118629,118830,118940,119141,130096,130168,167870,182384,185290,187355,189115",
+ "endLines": "192,193,292,293,294,295,296,297,298,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,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,378,379,383,384,385,386,387,388,389,390,391,392,393,400,468,1804,1808,1809,1813,1814,1951,1952,2651,2840,2872,2909,2916",
+ "endColumns": "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,56,49,60,56,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24",
+ "endOffsets": "10293,10356,17119,17187,17259,17329,17390,17464,17537,18768,18829,18891,18955,19017,19078,19146,19246,19306,19372,19445,19514,19571,19623,19685,20210,20286,20351,20410,20469,20529,20589,20649,20709,20769,20829,20889,20949,21009,21069,21128,21188,21248,21308,21368,21428,21488,21548,21608,21668,21728,21787,21847,21907,21966,22025,22084,22143,22202,22261,22601,22636,22833,22896,22951,23009,23066,23116,23177,23234,23268,23303,23338,23751,29892,118624,118825,118935,119136,119265,130163,130230,168163,185285,187350,189110,189487"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "4,7",
+ "startColumns": "0,0",
+ "startOffsets": "238,401",
+ "endColumns": "63,166",
+ "endOffsets": "301,567"
+ },
+ "to": {
+ "startLines": "399,449",
+ "startColumns": "4,4",
+ "startOffsets": "23618,27600",
+ "endColumns": "67,166",
+ "endOffsets": "23681,27762"
}
}
]
@@ -2065,7 +4288,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-gu_values-gu.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-gu\\values-gu.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-gu\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,351,549,672,782,979,1099,1236,1361,1568,1674,1869,1992,2194,2370,2457,2549",
+ "endColumns": "105,197,122,109,196,119,136,124,206,105,194,122,201,175,86,91,106",
+ "endOffsets": "350,548,671,781,978,1098,1235,1360,1567,1673,1868,1991,2193,2369,2456,2548,2655"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2802,2912,3110,3237,3351,3548,3672,3813,4148,4355,4465,4660,4787,4989,5169,5260,5356",
+ "endColumns": "109,197,126,113,196,123,140,128,206,109,194,126,201,179,90,95,110",
+ "endOffsets": "2907,3105,3232,3346,3543,3667,3808,3937,4350,4460,4655,4782,4984,5164,5255,5351,5462"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-gu\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "205",
+ "endOffsets": "452"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3942",
+ "endColumns": "205",
+ "endOffsets": "4143"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,214,318,425,512,613,736,813,891,982,1075,1174,1268,1369,1462,1557,1654,1745,1836,1916,2022,2124,2221,2330,2429,2539,2699,2802",
+ "endColumns": "108,103,106,86,100,122,76,77,90,92,98,93,100,92,94,96,90,90,79,105,101,96,108,98,109,159,102,79",
+ "endOffsets": "209,313,420,507,608,731,808,886,977,1070,1169,1263,1364,1457,1552,1649,1740,1831,1911,2017,2119,2216,2325,2424,2534,2694,2797,2877"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,318,425,512,613,736,813,891,982,1075,1174,1268,1369,1462,1557,1654,1745,1836,1916,2022,2124,2221,2330,2429,2539,2699,5467",
+ "endColumns": "108,103,106,86,100,122,76,77,90,92,98,93,100,92,94,96,90,90,79,105,101,96,108,98,109,159,102,79",
+ "endOffsets": "209,313,420,507,608,731,808,886,977,1070,1169,1263,1364,1457,1552,1649,1740,1831,1911,2017,2119,2216,2325,2424,2534,2694,2797,5542"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-gu\\values-gu.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -2074,21 +4348,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2882",
+ "startOffsets": "5547",
"endColumns": "100",
- "endOffsets": "2978"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,214,318,425,512,613,736,813,891,982,1075,1174,1268,1369,1462,1557,1654,1745,1836,1916,2022,2124,2221,2330,2429,2539,2699,2802",
- "endColumns": "108,103,106,86,100,122,76,77,90,92,98,93,100,92,94,96,90,90,79,105,101,96,108,98,109,159,102,79",
- "endOffsets": "209,313,420,507,608,731,808,886,977,1070,1169,1263,1364,1457,1552,1649,1740,1831,1911,2017,2119,2216,2325,2424,2534,2694,2797,2877"
+ "endOffsets": "5643"
}
}
]
@@ -2097,7 +4361,24 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-zh-rCN_values-zh-rCN.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-zh-rCN\\values-zh-rCN.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,201,296,396,478,575,681,757,833,924,1017,1115,1211,1306,1399,1494,1586,1677,1768,1846,1942,2038,2133,2230,2325,2423,2572,2666",
+ "endColumns": "95,94,99,81,96,105,75,75,90,92,97,95,94,92,94,91,90,90,77,95,95,94,96,94,97,148,93,77",
+ "endOffsets": "196,291,391,473,570,676,752,828,919,1012,1110,1206,1301,1394,1489,1581,1672,1763,1841,1937,2033,2128,2225,2320,2418,2567,2661,2739"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,201,296,396,478,575,681,757,833,924,1017,1115,1211,1306,1399,1494,1586,1677,1768,1846,1942,2038,2133,2230,2325,2423,2572,4969",
+ "endColumns": "95,94,99,81,96,105,75,75,90,92,97,95,94,92,94,91,90,90,77,95,95,94,96,94,97,148,93,77",
+ "endOffsets": "196,291,391,473,570,676,752,828,919,1012,1110,1206,1301,1394,1489,1581,1672,1763,1841,1937,2033,2128,2225,2320,2418,2567,2661,5042"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -2106,21 +4387,45 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2744",
+ "startOffsets": "5047",
"endColumns": "100",
- "endOffsets": "2840"
+ "endOffsets": "5143"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-zh-rCN\\values-zh-rCN.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-zh-rCN\\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",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
- "startOffsets": "105,201,296,396,478,575,681,757,833,924,1017,1115,1211,1306,1399,1494,1586,1677,1768,1846,1942,2038,2133,2230,2325,2423,2572,2666",
- "endColumns": "95,94,99,81,96,105,75,75,90,92,97,95,94,92,94,91,90,90,77,95,95,94,96,94,97,148,93,77",
- "endOffsets": "196,291,391,473,570,676,752,828,919,1012,1110,1206,1301,1394,1489,1581,1672,1763,1841,1937,2033,2128,2225,2320,2418,2567,2661,2739"
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "249,348,509,622,722,886,1000,1128,1245,1412,1511,1672,1785,1948,2082,2164,2247",
+ "endColumns": "98,160,112,99,163,113,127,116,166,98,160,112,162,133,81,82,98",
+ "endOffsets": "347,508,621,721,885,999,1127,1244,1411,1510,1671,1784,1947,2081,2163,2246,2345"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2666,2769,2930,3047,3151,3315,3433,3565,3844,4011,4114,4275,4392,4555,4693,4779,4866",
+ "endColumns": "102,160,116,103,163,117,131,120,166,102,160,116,162,137,85,86,102",
+ "endOffsets": "2764,2925,3042,3146,3310,3428,3560,3681,4006,4109,4270,4387,4550,4688,4774,4861,4964"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-zh-rCN\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "251",
+ "endColumns": "157",
+ "endOffsets": "408"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3686",
+ "endColumns": "157",
+ "endOffsets": "3839"
}
}
]
@@ -2129,7 +4434,24 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-hu_values-hu.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-hu\\values-hu.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-hu\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,354,570,706,813,1040,1176,1324,1459,1688,1794,2010,2145,2376,2574,2671,2765",
+ "endColumns": "108,215,135,106,226,135,147,134,228,105,215,134,230,197,96,93,112",
+ "endOffsets": "353,569,705,812,1039,1175,1323,1458,1687,1793,2009,2144,2375,2573,2670,2764,2877"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2878,2991,3207,3347,3458,3685,3825,3977,4352,4581,4691,4907,5046,5277,5479,5580,5678",
+ "endColumns": "112,215,139,110,226,139,151,138,228,109,215,138,230,201,100,97,116",
+ "endOffsets": "2986,3202,3342,3453,3680,3820,3972,4111,4576,4686,4902,5041,5272,5474,5575,5673,5790"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-hu\\values-hu.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -2138,21 +4460,45 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2961",
+ "startOffsets": "5878",
"endColumns": "100",
- "endOffsets": "3057"
+ "endOffsets": "5974"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-hu\\values-hu.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,318,433,517,629,759,835,911,1002,1095,1191,1285,1386,1479,1574,1669,1760,1851,1934,2044,2155,2255,2366,2474,2593,2775,2878",
"endColumns": "107,104,114,83,111,129,75,75,90,92,95,93,100,92,94,94,90,90,82,109,110,99,110,107,118,181,102,82",
"endOffsets": "208,313,428,512,624,754,830,906,997,1090,1186,1280,1381,1474,1569,1664,1755,1846,1929,2039,2150,2250,2361,2469,2588,2770,2873,2956"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,433,517,629,759,835,911,1002,1095,1191,1285,1386,1479,1574,1669,1760,1851,1934,2044,2155,2255,2366,2474,2593,2775,5795",
+ "endColumns": "107,104,114,83,111,129,75,75,90,92,95,93,100,92,94,94,90,90,82,109,110,99,110,107,118,181,102,82",
+ "endOffsets": "208,313,428,512,624,754,830,906,997,1090,1186,1280,1381,1474,1569,1664,1755,1846,1929,2039,2150,2250,2361,2469,2588,2770,2873,5873"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-hu\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "235",
+ "endOffsets": "482"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4116",
+ "endColumns": "235",
+ "endOffsets": "4347"
}
}
]
@@ -2161,7 +4507,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-v25_values-v25.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-v25\\values-v25.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\res\\values-v25\\values-v25.xml",
"from": {
"startLines": "2,3,4,6",
"startColumns": "4,4,4,4",
@@ -2177,7 +4523,17 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-en-rCA_values-en-rCA.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-en-rCA\\values-en-rCA.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,793,869,960,1053,1149,1243,1344,1437,1532,1626,1717,1808,1890,1993,2097,2196,2301,2404,2508,2664,2764",
+ "endColumns": "103,99,107,83,99,114,76,75,90,92,95,93,100,92,94,93,90,90,81,102,103,98,104,102,103,155,99,81",
+ "endOffsets": "204,304,412,496,596,711,788,864,955,1048,1144,1238,1339,1432,1527,1621,1712,1803,1885,1988,2092,2191,2296,2399,2503,2659,2759,2841"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-en-rCA\\values-en-rCA.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -2192,16 +4548,6 @@
"endColumns": "100",
"endOffsets": "2942"
}
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,793,869,960,1053,1149,1243,1344,1437,1532,1626,1717,1808,1890,1993,2097,2196,2301,2404,2508,2664,2764",
- "endColumns": "103,99,107,83,99,114,76,75,90,92,95,93,100,92,94,93,90,90,81,102,103,98,104,102,103,155,99,81",
- "endOffsets": "204,304,412,496,596,711,788,864,955,1048,1144,1238,1339,1432,1527,1621,1712,1803,1885,1988,2092,2191,2296,2399,2503,2659,2759,2841"
- }
}
]
},
@@ -2209,17 +4555,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-ca_values-ca.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,223,329,436,519,627,753,837,918,1009,1102,1196,1291,1390,1483,1576,1670,1761,1852,1935,2046,2155,2253,2363,2467,2575,2735,2834",
- "endColumns": "117,105,106,82,107,125,83,80,90,92,93,94,98,92,92,93,90,90,82,110,108,97,109,103,107,159,98,80",
- "endOffsets": "218,324,431,514,622,748,832,913,1004,1097,1191,1286,1385,1478,1571,1665,1756,1847,1930,2041,2150,2248,2358,2462,2570,2730,2829,2910"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-ca\\values-ca.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-ca\\values-ca.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -2228,11 +4564,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2915",
+ "startOffsets": "5652",
"endColumns": "100",
- "endOffsets": "3011"
+ "endOffsets": "5748"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,223,329,436,519,627,753,837,918,1009,1102,1196,1291,1390,1483,1576,1670,1761,1852,1935,2046,2155,2253,2363,2467,2575,2735,2834",
+ "endColumns": "117,105,106,82,107,125,83,80,90,92,93,94,98,92,92,93,90,90,82,110,108,97,109,103,107,159,98,80",
+ "endOffsets": "218,324,431,514,622,748,832,913,1004,1097,1191,1286,1385,1478,1571,1665,1756,1847,1930,2041,2150,2248,2358,2462,2570,2730,2829,2910"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,329,436,519,627,753,837,918,1009,1102,1196,1291,1390,1483,1576,1670,1761,1852,1935,2046,2155,2253,2363,2467,2575,2735,5571",
+ "endColumns": "117,105,106,82,107,125,83,80,90,92,93,94,98,92,92,93,90,90,82,110,108,97,109,103,107,159,98,80",
+ "endOffsets": "218,324,431,514,622,748,832,913,1004,1097,1191,1286,1385,1478,1571,1665,1756,1847,1930,2041,2150,2248,2358,2462,2570,2730,2829,5647"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-ca\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "193",
+ "endOffsets": "440"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3993",
+ "endColumns": "193",
+ "endOffsets": "4182"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-ca\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,348,532,657,764,973,1098,1247,1380,1610,1717,1907,2036,2259,2443,2534,2628",
+ "endColumns": "102,183,124,106,208,124,148,132,229,106,189,128,222,183,90,93,111",
+ "endOffsets": "347,531,656,763,972,1097,1246,1379,1609,1716,1906,2035,2258,2442,2533,2627,2739"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2834,2941,3125,3254,3365,3574,3703,3856,4187,4417,4528,4718,4851,5074,5262,5357,5455",
+ "endColumns": "106,183,128,110,208,128,152,136,229,110,189,132,222,187,94,97,115",
+ "endOffsets": "2936,3120,3249,3360,3569,3698,3851,3988,4412,4523,4713,4846,5069,5257,5352,5450,5566"
}
}
]
@@ -2241,7 +4628,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-v26_values-v26.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-v26\\values-v26.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\res\\values-v26\\values-v26.xml",
"from": {
"startLines": "2,3,4,8,12,16",
"startColumns": "4,4,4,4,4,4",
@@ -2257,17 +4644,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-en-rXC_values-en-rXC.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,310,510,719,904,1106,1321,1494,1671,1862,2055,2253,2449,2652,2847,3044,3239,3432,3623,3807,4011,4216,4417,4624,4826,5031,5303,5503",
- "endColumns": "204,199,208,184,201,214,172,176,190,192,197,195,202,194,196,194,192,190,183,203,204,200,206,201,204,271,199,178",
- "endOffsets": "305,505,714,899,1101,1316,1489,1666,1857,2050,2248,2444,2647,2842,3039,3234,3427,3618,3802,4006,4211,4412,4619,4821,5026,5298,5498,5677"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-en-rXC\\values-en-rXC.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-en-rXC\\values-en-rXC.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -2282,6 +4659,16 @@
"endColumns": "202",
"endOffsets": "5880"
}
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,310,510,719,904,1106,1321,1494,1671,1862,2055,2253,2449,2652,2847,3044,3239,3432,3623,3807,4011,4216,4417,4624,4826,5031,5303,5503",
+ "endColumns": "204,199,208,184,201,214,172,176,190,192,197,195,202,194,196,194,192,190,183,203,204,200,206,201,204,271,199,178",
+ "endOffsets": "305,505,714,899,1101,1316,1489,1666,1857,2050,2248,2444,2647,2842,3039,3234,3427,3618,3802,4006,4211,4412,4619,4821,5026,5298,5498,5677"
+ }
}
]
},
@@ -2289,7 +4676,24 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-da_values-da.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-da\\values-da.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,208,307,419,502,602,715,792,869,960,1053,1149,1243,1338,1431,1526,1624,1715,1806,1885,1994,2102,2198,2312,2414,2515,2668,2765",
+ "endColumns": "102,98,111,82,99,112,76,76,90,92,95,93,94,92,94,97,90,90,78,108,107,95,113,101,100,152,96,78",
+ "endOffsets": "203,302,414,497,597,710,787,864,955,1048,1144,1238,1333,1426,1521,1619,1710,1801,1880,1989,2097,2193,2307,2409,2510,2663,2760,2839"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,419,502,602,715,792,869,960,1053,1149,1243,1338,1431,1526,1624,1715,1806,1885,1994,2102,2198,2312,2414,2515,2668,5456",
+ "endColumns": "102,98,111,82,99,112,76,76,90,92,95,93,94,92,94,97,90,90,78,108,107,95,113,101,100,152,96,78",
+ "endOffsets": "203,302,414,497,597,710,787,864,955,1048,1144,1238,1333,1426,1521,1619,1710,1801,1880,1989,2097,2193,2307,2409,2510,2663,2760,5530"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-da\\values-da.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -2298,21 +4702,45 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2844",
+ "startOffsets": "5535",
"endColumns": "100",
- "endOffsets": "2940"
+ "endOffsets": "5631"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-da\\values-da.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-da\\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",
- "startColumns": "4,4,4,4,4,4,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,419,502,602,715,792,869,960,1053,1149,1243,1338,1431,1526,1624,1715,1806,1885,1994,2102,2198,2312,2414,2515,2668,2765",
- "endColumns": "102,98,111,82,99,112,76,76,90,92,95,93,94,92,94,97,90,90,78,108,107,95,113,101,100,152,96,78",
- "endOffsets": "203,302,414,497,597,710,787,864,955,1048,1144,1238,1333,1426,1521,1619,1710,1801,1880,1989,2097,2193,2307,2409,2510,2663,2760,2839"
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,349,541,666,773,975,1098,1244,1374,1589,1693,1886,2011,2215,2419,2511,2599",
+ "endColumns": "103,191,124,106,201,122,145,129,214,103,192,124,203,203,91,87,102",
+ "endOffsets": "348,540,665,772,974,1097,1243,1373,1588,1692,1885,2010,2214,2418,2510,2598,2701"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2765,2873,3065,3194,3305,3507,3634,3784,4104,4319,4427,4620,4749,4953,5161,5257,5349",
+ "endColumns": "107,191,128,110,201,126,149,133,214,107,192,128,203,207,95,91,106",
+ "endOffsets": "2868,3060,3189,3300,3502,3629,3779,3913,4314,4422,4615,4744,4948,5156,5252,5344,5451"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-da\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "185",
+ "endOffsets": "432"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3918",
+ "endColumns": "185",
+ "endOffsets": "4099"
}
}
]
@@ -2321,7 +4749,24 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-ne_values-ne.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-ne\\values-ne.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,210,314,422,513,620,747,841,931,1022,1115,1211,1305,1406,1499,1594,1688,1779,1870,1958,2068,2184,2287,2402,2504,2619,2790,2902",
+ "endColumns": "104,103,107,90,106,126,93,89,90,92,95,93,100,92,94,93,90,90,87,109,115,102,114,101,114,170,111,85",
+ "endOffsets": "205,309,417,508,615,742,836,926,1017,1110,1206,1300,1401,1494,1589,1683,1774,1865,1953,2063,2179,2282,2397,2499,2614,2785,2897,2983"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,314,422,513,620,747,841,931,1022,1115,1211,1305,1406,1499,1594,1688,1779,1870,1958,2068,2184,2287,2402,2504,2619,2790,5730",
+ "endColumns": "104,103,107,90,106,126,93,89,90,92,95,93,100,92,94,93,90,90,87,109,115,102,114,101,114,170,111,85",
+ "endOffsets": "205,309,417,508,615,742,836,926,1017,1110,1206,1300,1401,1494,1589,1683,1774,1865,1953,2063,2179,2282,2397,2499,2614,2785,2897,5811"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-ne\\values-ne.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -2330,21 +4775,45 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2988",
+ "startOffsets": "5816",
"endColumns": "100",
- "endOffsets": "3084"
+ "endOffsets": "5912"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-ne\\values-ne.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-ne\\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",
- "startColumns": "4,4,4,4,4,4,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,314,422,513,620,747,841,931,1022,1115,1211,1305,1406,1499,1594,1688,1779,1870,1958,2068,2184,2287,2402,2504,2619,2790,2902",
- "endColumns": "104,103,107,90,106,126,93,89,90,92,95,93,100,92,94,93,90,90,87,109,115,102,114,101,114,170,111,85",
- "endOffsets": "205,309,417,508,615,742,836,926,1017,1110,1206,1300,1401,1494,1589,1683,1774,1865,1953,2063,2179,2282,2397,2499,2614,2785,2897,2983"
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,358,548,680,795,1025,1159,1295,1425,1664,1780,1975,2110,2317,2495,2587,2685",
+ "endColumns": "112,189,131,114,229,133,135,129,238,115,194,134,206,177,91,97,116",
+ "endOffsets": "357,547,679,794,1024,1158,1294,1424,1663,1779,1974,2109,2316,2494,2586,2684,2801"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2902,3019,3209,3345,3464,3694,3832,3972,4329,4568,4688,4883,5022,5229,5411,5507,5609",
+ "endColumns": "116,189,135,118,229,137,139,133,238,119,194,138,206,181,95,101,120",
+ "endOffsets": "3014,3204,3340,3459,3689,3827,3967,4101,4563,4683,4878,5017,5224,5406,5502,5604,5725"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-ne\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "222",
+ "endOffsets": "469"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4106",
+ "endColumns": "222",
+ "endOffsets": "4324"
}
}
]
@@ -2353,7 +4822,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-v16_values-v16.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-v16\\values-v16.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-v16\\values-v16.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -2363,7 +4832,7 @@
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-v16\\values-v16.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\res\\values-v16\\values-v16.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -2387,17 +4856,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-ml_values-ml.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,224,342,457,550,655,787,864,940,1031,1124,1226,1320,1421,1515,1610,1709,1800,1891,1973,2084,2190,2288,2402,2502,2613,2772,2873",
- "endColumns": "118,117,114,92,104,131,76,75,90,92,101,93,100,93,94,98,90,90,81,110,105,97,113,99,110,158,100,81",
- "endOffsets": "219,337,452,545,650,782,859,935,1026,1119,1221,1315,1416,1510,1605,1704,1795,1886,1968,2079,2185,2283,2397,2497,2608,2767,2868,2950"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-ml\\values-ml.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-ml\\values-ml.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -2406,11 +4865,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2955",
+ "startOffsets": "5805",
"endColumns": "100",
- "endOffsets": "3051"
+ "endOffsets": "5901"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,224,342,457,550,655,787,864,940,1031,1124,1226,1320,1421,1515,1610,1709,1800,1891,1973,2084,2190,2288,2402,2502,2613,2772,2873",
+ "endColumns": "118,117,114,92,104,131,76,75,90,92,101,93,100,93,94,98,90,90,81,110,105,97,113,99,110,158,100,81",
+ "endOffsets": "219,337,452,545,650,782,859,935,1026,1119,1221,1315,1416,1510,1605,1704,1795,1886,1968,2079,2185,2283,2397,2497,2608,2767,2868,2950"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,342,457,550,655,787,864,940,1031,1124,1226,1320,1421,1515,1610,1709,1800,1891,1973,2084,2190,2288,2402,2502,2613,2772,5723",
+ "endColumns": "118,117,114,92,104,131,76,75,90,92,101,93,100,93,94,98,90,90,81,110,105,97,113,99,110,158,100,81",
+ "endOffsets": "219,337,452,545,650,782,859,935,1026,1119,1221,1315,1416,1510,1605,1704,1795,1886,1968,2079,2185,2283,2397,2497,2608,2767,2868,5800"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-ml\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,362,573,710,829,1052,1175,1306,1437,1678,1792,1997,2131,2339,2526,2616,2711",
+ "endColumns": "116,210,136,118,222,122,130,130,240,113,204,133,207,186,89,94,116",
+ "endOffsets": "361,572,709,828,1051,1174,1305,1436,1677,1791,1996,2130,2338,2525,2615,2710,2827"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2873,2994,3205,3346,3469,3692,3819,3954,4308,4549,4667,4872,5010,5218,5409,5503,5602",
+ "endColumns": "120,210,140,122,222,126,134,134,240,117,204,137,207,190,93,98,120",
+ "endOffsets": "2989,3200,3341,3464,3687,3814,3949,4084,4544,4662,4867,5005,5213,5404,5498,5597,5718"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-ml\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "218",
+ "endOffsets": "465"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4089",
+ "endColumns": "218",
+ "endOffsets": "4303"
}
}
]
@@ -2419,7 +4929,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-port_values-port.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-port\\values-port.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\res\\values-port\\values-port.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -2434,17 +4944,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-en-rIN_values-en-rIN.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,793,869,960,1053,1149,1243,1344,1437,1532,1626,1717,1808,1890,1993,2097,2196,2301,2404,2508,2664,2764",
- "endColumns": "103,99,107,83,99,114,76,75,90,92,95,93,100,92,94,93,90,90,81,102,103,98,104,102,103,155,99,81",
- "endOffsets": "204,304,412,496,596,711,788,864,955,1048,1144,1238,1339,1432,1527,1621,1712,1803,1885,1988,2092,2191,2296,2399,2503,2659,2759,2841"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-en-rIN\\values-en-rIN.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-en-rIN\\values-en-rIN.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -2459,6 +4959,16 @@
"endColumns": "100",
"endOffsets": "2942"
}
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,793,869,960,1053,1149,1243,1344,1437,1532,1626,1717,1808,1890,1993,2097,2196,2301,2404,2508,2664,2764",
+ "endColumns": "103,99,107,83,99,114,76,75,90,92,95,93,100,92,94,93,90,90,81,102,103,98,104,102,103,155,99,81",
+ "endOffsets": "204,304,412,496,596,711,788,864,955,1048,1144,1238,1339,1432,1527,1621,1712,1803,1885,1988,2092,2191,2296,2399,2503,2659,2759,2841"
+ }
}
]
},
@@ -2466,17 +4976,24 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-tr_values-tr.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-tr\\values-tr.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,210,309,421,506,612,732,811,887,978,1071,1164,1258,1356,1449,1551,1646,1737,1828,1907,2014,2119,2215,2322,2424,2532,2688,2786",
"endColumns": "104,98,111,84,105,119,78,75,90,92,92,93,97,92,101,94,90,90,78,106,104,95,106,101,107,155,97,78",
"endOffsets": "205,304,416,501,607,727,806,882,973,1066,1159,1253,1351,1444,1546,1641,1732,1823,1902,2009,2114,2210,2317,2419,2527,2683,2781,2860"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,309,421,506,612,732,811,887,978,1071,1164,1258,1356,1449,1551,1646,1737,1828,1907,2014,2119,2215,2322,2424,2532,2688,5526",
+ "endColumns": "104,98,111,84,105,119,78,75,90,92,92,93,97,92,101,94,90,90,78,106,104,95,106,101,107,155,97,78",
+ "endOffsets": "205,304,416,501,607,727,806,882,973,1066,1159,1253,1351,1444,1546,1641,1732,1823,1902,2009,2114,2210,2317,2419,2527,2683,2781,5600"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-tr\\values-tr.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-tr\\values-tr.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -2485,11 +5002,45 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2865",
+ "startOffsets": "5605",
"endColumns": "100",
- "endOffsets": "2961"
+ "endOffsets": "5701"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-tr\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,353,540,674,777,983,1111,1264,1395,1626,1731,1919,2051,2255,2448,2536,2626",
+ "endColumns": "107,186,133,102,205,127,152,130,230,104,187,131,203,192,87,89,104",
+ "endOffsets": "352,539,673,776,982,1110,1263,1394,1625,1730,1918,2050,2254,2447,2535,2625,2730"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2786,2898,3085,3223,3330,3536,3668,3825,4166,4397,4506,4694,4830,5034,5231,5323,5417",
+ "endColumns": "111,186,137,106,205,131,156,134,230,108,187,135,203,196,91,93,108",
+ "endOffsets": "2893,3080,3218,3325,3531,3663,3820,3955,4392,4501,4689,4825,5029,5226,5318,5412,5521"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-tr\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "205",
+ "endOffsets": "452"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3960",
+ "endColumns": "205",
+ "endOffsets": "4161"
}
}
]
@@ -2498,7 +5049,24 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-sr_values-sr.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-sr\\values-sr.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,214,317,423,509,613,731,812,892,983,1076,1172,1266,1367,1460,1555,1660,1751,1842,1930,2035,2143,2244,2348,2456,2557,2724,2821",
+ "endColumns": "108,102,105,85,103,117,80,79,90,92,95,93,100,92,94,104,90,90,87,104,107,100,103,107,100,166,96,83",
+ "endOffsets": "209,312,418,504,608,726,807,887,978,1071,1167,1261,1362,1455,1550,1655,1746,1837,1925,2030,2138,2239,2343,2451,2552,2719,2816,2900"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,317,423,509,613,731,812,892,983,1076,1172,1266,1367,1460,1555,1660,1751,1842,1930,2035,2143,2244,2348,2456,2557,2724,5480",
+ "endColumns": "108,102,105,85,103,117,80,79,90,92,95,93,100,92,94,104,90,90,87,104,107,100,103,107,100,166,96,83",
+ "endOffsets": "209,312,418,504,608,726,807,887,978,1071,1167,1261,1362,1455,1550,1655,1746,1837,1925,2030,2138,2239,2343,2451,2552,2719,2816,5559"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-sr\\values-sr.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -2507,21 +5075,45 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2905",
+ "startOffsets": "5564",
"endColumns": "100",
- "endOffsets": "3001"
+ "endOffsets": "5660"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-sr\\values-sr.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-sr\\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",
- "startColumns": "4,4,4,4,4,4,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,317,423,509,613,731,812,892,983,1076,1172,1266,1367,1460,1555,1660,1751,1842,1930,2035,2143,2244,2348,2456,2557,2724,2821",
- "endColumns": "108,102,105,85,103,117,80,79,90,92,95,93,100,92,94,104,90,90,87,104,107,100,103,107,100,166,96,83",
- "endOffsets": "209,312,418,504,608,726,807,887,978,1071,1167,1261,1362,1455,1550,1655,1746,1837,1925,2030,2138,2239,2343,2451,2552,2719,2816,2900"
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,349,537,661,769,982,1107,1245,1372,1580,1685,1876,2001,2209,2377,2471,2562",
+ "endColumns": "103,187,123,107,212,124,137,126,207,104,190,124,207,167,93,90,104",
+ "endOffsets": "348,536,660,768,981,1106,1244,1371,1579,1684,1875,2000,2208,2376,2470,2561,2666"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2821,2929,3117,3245,3357,3570,3699,3841,4161,4369,4478,4669,4798,5006,5178,5276,5371",
+ "endColumns": "107,187,127,111,212,128,141,130,207,108,190,128,207,171,97,94,108",
+ "endOffsets": "2924,3112,3240,3352,3565,3694,3836,3967,4364,4473,4664,4793,5001,5173,5271,5366,5475"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-sr\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "188",
+ "endOffsets": "435"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3972",
+ "endColumns": "188",
+ "endOffsets": "4156"
}
}
]
@@ -2530,17 +5122,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-uk_values-uk.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-uk\\values-uk.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,215,317,423,509,617,735,814,894,985,1078,1174,1268,1369,1462,1557,1652,1743,1834,1915,2021,2128,2226,2334,2440,2549,2719,2819",
"endColumns": "109,101,105,85,107,117,78,79,90,92,95,93,100,92,94,94,90,90,80,105,106,97,107,105,108,169,99,80",
"endOffsets": "210,312,418,504,612,730,809,889,980,1073,1169,1263,1364,1457,1552,1647,1738,1829,1910,2016,2123,2221,2329,2435,2544,2714,2814,2895"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,317,423,509,617,735,814,894,985,1078,1174,1268,1369,1462,1557,1652,1743,1834,1915,2021,2128,2226,2334,2440,2549,2719,5534",
+ "endColumns": "109,101,105,85,107,117,78,79,90,92,95,93,100,92,94,94,90,90,80,105,106,97,107,105,108,169,99,80",
+ "endOffsets": "210,312,418,504,612,730,809,889,980,1073,1169,1263,1364,1457,1552,1647,1738,1829,1910,2016,2123,2221,2329,2435,2544,2714,2814,5610"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-uk\\values-uk.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-uk\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,351,546,671,779,992,1119,1260,1390,1617,1721,1914,2037,2243,2411,2507,2594",
+ "endColumns": "105,194,124,107,212,126,140,129,226,103,192,122,205,167,95,86,112",
+ "endOffsets": "350,545,670,778,991,1118,1259,1389,1616,1720,1913,2036,2242,2410,2506,2593,2706"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2819,2929,3124,3253,3365,3578,3709,3854,4193,4420,4528,4721,4848,5054,5226,5326,5417",
+ "endColumns": "109,194,128,111,212,130,144,133,226,107,192,126,205,171,99,90,116",
+ "endOffsets": "2924,3119,3248,3360,3573,3704,3849,3983,4415,4523,4716,4843,5049,5221,5321,5412,5529"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-uk\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "204",
+ "endOffsets": "451"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3988",
+ "endColumns": "204",
+ "endOffsets": "4188"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-uk\\values-uk.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -2549,11 +5182,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2900",
+ "startOffsets": "5615",
"endColumns": "100",
- "endOffsets": "2996"
+ "endOffsets": "5711"
}
}
]
@@ -2562,17 +5195,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-nl_values-nl.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,521,629,749,826,903,995,1089,1190,1284,1385,1479,1575,1670,1762,1854,1936,2047,2151,2250,2365,2478,2581,2736,2839",
- "endColumns": "117,104,106,85,107,119,76,76,91,93,100,93,100,93,95,94,91,91,81,110,103,98,114,112,102,154,102,81",
- "endOffsets": "218,323,430,516,624,744,821,898,990,1084,1185,1279,1380,1474,1570,1665,1757,1849,1931,2042,2146,2245,2360,2473,2576,2731,2834,2916"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-nl\\values-nl.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-nl\\values-nl.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -2581,11 +5204,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2921",
+ "startOffsets": "5716",
"endColumns": "100",
- "endOffsets": "3017"
+ "endOffsets": "5812"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,521,629,749,826,903,995,1089,1190,1284,1385,1479,1575,1670,1762,1854,1936,2047,2151,2250,2365,2478,2581,2736,2839",
+ "endColumns": "117,104,106,85,107,119,76,76,91,93,100,93,100,93,95,94,91,91,81,110,103,98,114,112,102,154,102,81",
+ "endOffsets": "218,323,430,516,624,744,821,898,990,1084,1185,1279,1380,1474,1570,1665,1757,1849,1931,2042,2146,2245,2360,2473,2576,2731,2834,2916"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,521,629,749,826,903,995,1089,1190,1284,1385,1479,1575,1670,1762,1854,1936,2047,2151,2250,2365,2478,2581,2736,5634",
+ "endColumns": "117,104,106,85,107,119,76,76,91,93,100,93,100,93,95,94,91,91,81,110,103,98,114,112,102,154,102,81",
+ "endOffsets": "218,323,430,516,624,744,821,898,990,1084,1185,1279,1380,1474,1570,1665,1757,1849,1931,2042,2146,2245,2360,2473,2576,2731,2834,5711"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-nl\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,353,540,668,777,1003,1128,1277,1408,1645,1749,1949,2073,2295,2503,2597,2686",
+ "endColumns": "107,186,127,108,225,124,148,130,236,103,199,123,221,207,93,88,103",
+ "endOffsets": "352,539,667,776,1002,1127,1276,1407,1644,1748,1948,2072,2294,2502,2596,2685,2789"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2839,2951,3138,3270,3383,3609,3738,3891,4228,4465,4573,4773,4901,5123,5335,5433,5526",
+ "endColumns": "111,186,131,112,225,128,152,134,236,107,199,127,221,211,97,92,107",
+ "endOffsets": "2946,3133,3265,3378,3604,3733,3886,4021,4460,4568,4768,4896,5118,5330,5428,5521,5629"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-nl\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "201",
+ "endOffsets": "448"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4026",
+ "endColumns": "201",
+ "endOffsets": "4223"
}
}
]
@@ -2594,7 +5268,24 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-mn_values-mn.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-mn\\values-mn.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,218,318,431,518,624,736,818,900,991,1084,1180,1276,1374,1467,1562,1654,1745,1835,1917,2026,2130,2227,2335,2436,2539,2698,2795",
+ "endColumns": "112,99,112,86,105,111,81,81,90,92,95,95,97,92,94,91,90,89,81,108,103,96,107,100,102,158,96,80",
+ "endOffsets": "213,313,426,513,619,731,813,895,986,1079,1175,1271,1369,1462,1557,1649,1740,1830,1912,2021,2125,2222,2330,2431,2534,2693,2790,2871"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,318,431,518,624,736,818,900,991,1084,1180,1276,1374,1467,1562,1654,1745,1835,1917,2026,2130,2227,2335,2436,2539,2698,5499",
+ "endColumns": "112,99,112,86,105,111,81,81,90,92,95,95,97,92,94,91,90,89,81,108,103,96,107,100,102,158,96,80",
+ "endOffsets": "213,313,426,513,619,731,813,895,986,1079,1175,1271,1369,1462,1557,1649,1740,1830,1912,2021,2125,2222,2330,2431,2534,2693,2790,5575"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-mn\\values-mn.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -2603,21 +5294,45 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2876",
+ "startOffsets": "5580",
"endColumns": "100",
- "endOffsets": "2972"
+ "endOffsets": "5676"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-mn\\values-mn.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-mn\\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",
- "startColumns": "4,4,4,4,4,4,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,318,431,518,624,736,818,900,991,1084,1180,1276,1374,1467,1562,1654,1745,1835,1917,2026,2130,2227,2335,2436,2539,2698,2795",
- "endColumns": "112,99,112,86,105,111,81,81,90,92,95,95,97,92,94,91,90,89,81,108,103,96,107,100,102,158,96,80",
- "endOffsets": "213,313,426,513,619,731,813,895,986,1079,1175,1271,1369,1462,1557,1649,1740,1830,1912,2021,2125,2222,2330,2431,2534,2693,2790,2871"
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "208",
+ "endOffsets": "455"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3961",
+ "endColumns": "208",
+ "endOffsets": "4165"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-mn\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,353,542,672,777,973,1097,1252,1387,1590,1695,1894,2021,2221,2415,2502,2590",
+ "endColumns": "107,188,129,104,195,123,154,134,202,104,198,126,199,193,86,87,101",
+ "endOffsets": "352,541,671,776,972,1096,1251,1386,1589,1694,1893,2020,2220,2414,2501,2589,2691"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2795,2907,3096,3230,3339,3535,3663,3822,4170,4373,4482,4681,4812,5012,5210,5301,5393",
+ "endColumns": "111,188,133,108,195,127,158,138,202,108,198,130,199,197,90,91,105",
+ "endOffsets": "2902,3091,3225,3334,3530,3658,3817,3956,4368,4477,4676,4807,5007,5205,5296,5388,5494"
}
}
]
@@ -2626,17 +5341,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-el_values-el.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-el\\values-el.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,641,767,855,941,1032,1125,1221,1315,1416,1509,1604,1701,1792,1883,1968,2079,2189,2291,2402,2511,2619,2779,2879",
"endColumns": "117,110,116,84,104,125,87,85,90,92,95,93,100,92,94,96,90,90,84,110,109,101,110,108,107,159,99,84",
"endOffsets": "218,329,446,531,636,762,850,936,1027,1120,1216,1310,1411,1504,1599,1696,1787,1878,1963,2074,2184,2286,2397,2506,2614,2774,2874,2959"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,641,767,855,941,1032,1125,1221,1315,1416,1509,1604,1701,1792,1883,1968,2079,2189,2291,2402,2511,2619,2779,5734",
+ "endColumns": "117,110,116,84,104,125,87,85,90,92,95,93,100,92,94,96,90,90,84,110,109,101,110,108,107,159,99,84",
+ "endOffsets": "218,329,446,531,636,762,850,936,1027,1120,1216,1310,1411,1504,1599,1696,1787,1878,1963,2074,2184,2286,2397,2506,2614,2774,2874,5814"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-el\\values-el.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-el\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,354,572,702,811,1051,1174,1318,1448,1696,1802,2003,2130,2367,2538,2633,2721",
+ "endColumns": "108,217,129,108,239,122,143,129,247,105,200,126,236,170,94,87,107",
+ "endOffsets": "353,571,701,810,1050,1173,1317,1447,1695,1801,2002,2129,2366,2537,2632,2720,2828"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2879,2992,3210,3344,3457,3697,3824,3972,4329,4577,4687,4888,5019,5256,5431,5530,5622",
+ "endColumns": "112,217,133,112,239,126,147,133,247,109,200,130,236,174,98,91,111",
+ "endOffsets": "2987,3205,3339,3452,3692,3819,3967,4101,4572,4682,4883,5014,5251,5426,5525,5617,5729"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-el\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "222",
+ "endOffsets": "469"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4106",
+ "endColumns": "222",
+ "endOffsets": "4324"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-el\\values-el.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -2645,11 +5401,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2964",
+ "startOffsets": "5819",
"endColumns": "100",
- "endOffsets": "3060"
+ "endOffsets": "5915"
}
}
]
@@ -2658,17 +5414,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-eu_values-eu.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,825,909,1001,1095,1192,1286,1388,1482,1578,1675,1767,1860,1942,2051,2161,2260,2369,2475,2586,2757,2856",
- "endColumns": "108,97,109,85,105,123,86,83,91,93,96,93,101,93,95,96,91,92,81,108,109,98,108,105,110,170,98,81",
- "endOffsets": "209,307,417,503,609,733,820,904,996,1090,1187,1281,1383,1477,1573,1670,1762,1855,1937,2046,2156,2255,2364,2470,2581,2752,2851,2933"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-eu\\values-eu.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-eu\\values-eu.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -2677,11 +5423,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2938",
+ "startOffsets": "5724",
"endColumns": "100",
- "endOffsets": "3034"
+ "endOffsets": "5820"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,825,909,1001,1095,1192,1286,1388,1482,1578,1675,1767,1860,1942,2051,2161,2260,2369,2475,2586,2757,2856",
+ "endColumns": "108,97,109,85,105,123,86,83,91,93,96,93,101,93,95,96,91,92,81,108,109,98,108,105,110,170,98,81",
+ "endOffsets": "209,307,417,503,609,733,820,904,996,1090,1187,1281,1383,1477,1573,1670,1762,1855,1937,2046,2156,2255,2364,2470,2581,2752,2851,2933"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,825,909,1001,1095,1192,1286,1388,1482,1578,1675,1767,1860,1942,2051,2161,2260,2369,2475,2586,2757,5642",
+ "endColumns": "108,97,109,85,105,123,86,83,91,93,96,93,101,93,95,96,91,92,81,108,109,98,108,105,110,170,98,81",
+ "endOffsets": "209,307,417,503,609,733,820,904,996,1090,1187,1281,1383,1477,1573,1670,1762,1855,1937,2046,2156,2255,2364,2470,2581,2752,2851,5719"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-eu\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "200",
+ "endOffsets": "447"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4033",
+ "endColumns": "200",
+ "endOffsets": "4229"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-eu\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,347,555,679,786,992,1117,1266,1398,1641,1747,1945,2073,2300,2485,2577,2668",
+ "endColumns": "101,207,123,106,205,124,148,131,242,105,197,127,226,184,91,90,113",
+ "endOffsets": "346,554,678,785,991,1116,1265,1397,1640,1746,1944,2072,2299,2484,2576,2667,2781"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2856,2962,3170,3298,3409,3615,3744,3897,4234,4477,4587,4785,4917,5144,5333,5429,5524",
+ "endColumns": "105,207,127,110,205,128,152,135,242,109,197,131,226,188,95,94,117",
+ "endOffsets": "2957,3165,3293,3404,3610,3739,3892,4028,4472,4582,4780,4912,5139,5328,5424,5519,5637"
}
}
]
@@ -2690,7 +5487,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-fa_values-fa.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-fa\\values-fa.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,318,429,513,616,731,810,888,981,1076,1172,1266,1369,1464,1561,1660,1753,1843,1924,2036,2139,2237,2347,2451,2560,2721,2822",
+ "endColumns": "109,102,110,83,102,114,78,77,92,94,95,93,102,94,96,98,92,89,80,111,102,97,109,103,108,160,100,80",
+ "endOffsets": "210,313,424,508,611,726,805,883,976,1071,1167,1261,1364,1459,1556,1655,1748,1838,1919,2031,2134,2232,2342,2446,2555,2716,2817,2898"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,318,429,513,616,731,810,888,981,1076,1172,1266,1369,1464,1561,1660,1753,1843,1924,2036,2139,2237,2347,2451,2560,2721,5552",
+ "endColumns": "109,102,110,83,102,114,78,77,92,94,95,93,102,94,96,98,92,89,80,111,102,97,109,103,108,160,100,80",
+ "endOffsets": "210,313,424,508,611,726,805,883,976,1071,1167,1261,1364,1459,1556,1655,1748,1838,1919,2031,2134,2232,2342,2446,2555,2716,2817,5628"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-fa\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "213",
+ "endOffsets": "460"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3966",
+ "endColumns": "213",
+ "endOffsets": "4175"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-fa\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,351,542,671,772,971,1097,1238,1365,1577,1685,1888,2019,2233,2417,2509,2603",
+ "endColumns": "105,190,128,100,198,125,140,126,211,107,202,130,213,183,91,93,109",
+ "endOffsets": "350,541,670,771,970,1096,1237,1364,1576,1684,1887,2018,2232,2416,2508,2602,2712"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2822,2932,3123,3256,3361,3560,3690,3835,4180,4392,4504,4707,4842,5056,5244,5340,5438",
+ "endColumns": "109,190,132,104,198,129,144,130,211,111,202,134,213,187,95,97,113",
+ "endOffsets": "2927,3118,3251,3356,3555,3685,3830,3961,4387,4499,4702,4837,5051,5239,5335,5433,5547"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-fa\\values-fa.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -2699,21 +5547,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2903",
+ "startOffsets": "5633",
"endColumns": "100",
- "endOffsets": "2999"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,318,429,513,616,731,810,888,981,1076,1172,1266,1369,1464,1561,1660,1753,1843,1924,2036,2139,2237,2347,2451,2560,2721,2822",
- "endColumns": "109,102,110,83,102,114,78,77,92,94,95,93,102,94,96,98,92,89,80,111,102,97,109,103,108,160,100,80",
- "endOffsets": "210,313,424,508,611,726,805,883,976,1071,1167,1261,1364,1459,1556,1655,1748,1838,1919,2031,2134,2232,2342,2446,2555,2716,2817,2898"
+ "endOffsets": "5729"
}
}
]
@@ -2722,17 +5560,41 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-pa_values-pa.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-pa\\values-pa.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-pa\\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",
- "startColumns": "4,4,4,4,4,4,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,786,862,953,1046,1142,1236,1337,1430,1525,1619,1710,1801,1880,1981,2085,2182,2291,2390,2500,2659,2759",
- "endColumns": "102,96,104,85,99,112,76,75,90,92,95,93,100,92,94,93,90,90,78,100,103,96,108,98,109,158,99,79",
- "endOffsets": "203,300,405,491,591,704,781,857,948,1041,1137,1231,1332,1425,1520,1614,1705,1796,1875,1976,2080,2177,2286,2385,2495,2654,2754,2834"
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,350,555,683,790,996,1123,1262,1391,1612,1719,1923,2053,2265,2452,2544,2636",
+ "endColumns": "104,204,127,106,205,126,138,128,220,106,203,129,211,186,91,91,106",
+ "endOffsets": "349,554,682,789,995,1122,1261,1390,1611,1718,1922,2052,2264,2451,2543,2635,2742"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2759,2868,3073,3205,3316,3522,3653,3796,4139,4360,4471,4675,4809,5021,5212,5308,5404",
+ "endColumns": "108,204,131,110,205,130,142,132,220,110,203,133,211,190,95,95,110",
+ "endOffsets": "2863,3068,3200,3311,3517,3648,3791,3924,4355,4466,4670,4804,5016,5207,5303,5399,5510"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-pa\\values-pa.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-pa\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "209",
+ "endOffsets": "456"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3929",
+ "endColumns": "209",
+ "endOffsets": "4134"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-pa\\values-pa.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -2741,11 +5603,28 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2839",
+ "startOffsets": "5595",
"endColumns": "100",
- "endOffsets": "2935"
+ "endOffsets": "5691"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,786,862,953,1046,1142,1236,1337,1430,1525,1619,1710,1801,1880,1981,2085,2182,2291,2390,2500,2659,2759",
+ "endColumns": "102,96,104,85,99,112,76,75,90,92,95,93,100,92,94,93,90,90,78,100,103,96,108,98,109,158,99,79",
+ "endOffsets": "203,300,405,491,591,704,781,857,948,1041,1137,1231,1332,1425,1520,1614,1705,1796,1875,1976,2080,2177,2286,2385,2495,2654,2754,2834"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,786,862,953,1046,1142,1236,1337,1430,1525,1619,1710,1801,1880,1981,2085,2182,2291,2390,2500,2659,5515",
+ "endColumns": "102,96,104,85,99,112,76,75,90,92,95,93,100,92,94,93,90,90,78,100,103,96,108,98,109,158,99,79",
+ "endOffsets": "203,300,405,491,591,704,781,857,948,1041,1137,1231,1332,1425,1520,1614,1705,1796,1875,1976,2080,2177,2286,2385,2495,2654,2754,5590"
}
}
]
@@ -2754,7 +5633,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-be_values-be.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-be\\values-be.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-be\\values-be.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -2763,21 +5642,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2915",
+ "startOffsets": "5636",
"endColumns": "100",
- "endOffsets": "3011"
+ "endOffsets": "5732"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-be\\values-be.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,638,756,835,913,1005,1099,1195,1289,1385,1479,1575,1670,1762,1854,1937,2043,2149,2247,2355,2460,2565,2734,2834",
"endColumns": "119,102,115,85,107,117,78,77,91,93,95,93,95,93,95,94,91,91,82,105,105,97,107,104,104,168,99,80",
"endOffsets": "220,323,439,525,633,751,830,908,1000,1094,1190,1284,1380,1474,1570,1665,1757,1849,1932,2038,2144,2242,2350,2455,2560,2729,2829,2910"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,638,756,835,913,1005,1099,1195,1289,1385,1479,1575,1670,1762,1854,1937,2043,2149,2247,2355,2460,2565,2734,5555",
+ "endColumns": "119,102,115,85,107,117,78,77,91,93,95,93,95,93,95,94,91,91,82,105,105,97,107,104,104,168,99,80",
+ "endOffsets": "220,323,439,525,633,751,830,908,1000,1094,1190,1284,1380,1474,1570,1665,1757,1849,1932,2038,2144,2242,2350,2455,2560,2729,2829,5631"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-be\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "204",
+ "endOffsets": "451"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3996",
+ "endColumns": "204",
+ "endOffsets": "4196"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-be\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,350,544,667,775,989,1113,1254,1383,1604,1709,1903,2029,2241,2426,2521,2609",
+ "endColumns": "104,193,122,107,213,123,140,128,220,104,193,125,211,184,94,87,103",
+ "endOffsets": "349,543,666,774,988,1112,1253,1382,1603,1708,1902,2028,2240,2425,2520,2608,2712"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2834,2943,3137,3264,3376,3590,3718,3863,4201,4422,4531,4725,4855,5067,5256,5355,5447",
+ "endColumns": "108,193,126,111,213,127,144,132,220,108,193,129,211,188,98,91,107",
+ "endOffsets": "2938,3132,3259,3371,3585,3713,3858,3991,4417,4526,4720,4850,5062,5251,5350,5442,5550"
}
}
]
@@ -2786,17 +5706,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-si_values-si.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-si\\values-si.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,215,322,429,517,622,738,827,914,1005,1098,1193,1287,1388,1481,1576,1670,1761,1852,1936,2045,2150,2248,2358,2457,2563,2722,2821",
"endColumns": "109,106,106,87,104,115,88,86,90,92,94,93,100,92,94,93,90,90,83,108,104,97,109,98,105,158,98,81",
"endOffsets": "210,317,424,512,617,733,822,909,1000,1093,1188,1282,1383,1476,1571,1665,1756,1847,1931,2040,2145,2243,2353,2452,2558,2717,2816,2898"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,322,429,517,622,738,827,914,1005,1098,1193,1287,1388,1481,1576,1670,1761,1852,1936,2045,2150,2248,2358,2457,2563,2722,5500",
+ "endColumns": "109,106,106,87,104,115,88,86,90,92,94,93,100,92,94,93,90,90,83,108,104,97,109,98,105,158,98,81",
+ "endOffsets": "210,317,424,512,617,733,822,909,1000,1093,1188,1282,1383,1476,1571,1665,1756,1847,1931,2040,2145,2243,2353,2452,2558,2717,2816,5577"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-si\\values-si.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-si\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,351,537,659,770,971,1093,1235,1358,1568,1681,1868,1997,2200,2387,2486,2573",
+ "endColumns": "105,185,121,110,200,121,141,122,209,112,186,128,202,186,98,86,104",
+ "endOffsets": "350,536,658,769,970,1092,1234,1357,1567,1680,1867,1996,2199,2386,2485,2572,2677"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2821,2931,3117,3243,3358,3559,3685,3831,4156,4366,4483,4670,4803,5006,5197,5300,5391",
+ "endColumns": "109,185,125,114,200,125,145,126,209,116,186,132,202,190,102,90,108",
+ "endOffsets": "2926,3112,3238,3353,3554,3680,3826,3953,4361,4478,4665,4798,5001,5192,5295,5386,5495"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-si\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "197",
+ "endOffsets": "444"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3958",
+ "endColumns": "197",
+ "endOffsets": "4151"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-si\\values-si.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -2805,11 +5766,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2903",
+ "startOffsets": "5582",
"endColumns": "100",
- "endOffsets": "2999"
+ "endOffsets": "5678"
}
}
]
@@ -2818,7 +5779,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-v23_values-v23.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-v23\\values-v23.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\res\\values-v23\\values-v23.xml",
"from": {
"startLines": "2,3,4,5,6,19,32,33,34,35,36",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4",
@@ -2827,6 +5788,25 @@
"endColumns": "134,134,74,86,12,12,126,104,114,106,112",
"endOffsets": "185,320,395,482,1272,2074,2201,2306,2421,2528,2641"
}
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b6ab4a313d417e48782f9ea999e77b72\\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": "37",
+ "startColumns": "4",
+ "startOffsets": "2646",
+ "endLines": "39",
+ "endColumns": "12",
+ "endOffsets": "2791"
+ }
}
]
},
@@ -2834,7 +5814,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-de_values-de.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-de\\values-de.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-de\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "203",
+ "endOffsets": "450"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4063",
+ "endColumns": "203",
+ "endOffsets": "4262"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-de\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,352,548,674,784,1021,1150,1297,1441,1680,1790,1990,2119,2340,2542,2639,2728",
+ "endColumns": "106,195,125,109,236,128,146,143,238,109,199,128,220,201,96,88,104",
+ "endOffsets": "351,547,673,783,1020,1149,1296,1440,1679,1789,1989,2118,2339,2541,2638,2727,2832"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2843,2954,3150,3280,3394,3631,3764,3915,4267,4506,4620,4820,4953,5174,5380,5481,5574",
+ "endColumns": "110,195,129,113,236,132,150,147,238,113,199,132,220,205,100,92,108",
+ "endOffsets": "2949,3145,3275,3389,3626,3759,3910,4058,4501,4615,4815,4948,5169,5375,5476,5569,5678"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,611,726,803,879,971,1065,1162,1263,1371,1471,1575,1675,1773,1870,1952,2063,2166,2265,2376,2478,2585,2741,2843",
+ "endColumns": "104,97,111,85,104,114,76,75,91,93,96,100,107,99,103,99,97,96,81,110,102,98,110,101,106,155,101,81",
+ "endOffsets": "205,303,415,501,606,721,798,874,966,1060,1157,1258,1366,1466,1570,1670,1768,1865,1947,2058,2161,2260,2371,2473,2580,2736,2838,2920"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,611,726,803,879,971,1065,1162,1263,1371,1471,1575,1675,1773,1870,1952,2063,2166,2265,2376,2478,2585,2741,5683",
+ "endColumns": "104,97,111,85,104,114,76,75,91,93,96,100,107,99,103,99,97,96,81,110,102,98,110,101,106,155,101,81",
+ "endOffsets": "205,303,415,501,606,721,798,874,966,1060,1157,1258,1366,1466,1570,1670,1768,1865,1947,2058,2161,2260,2371,2473,2580,2736,2838,5760"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-de\\values-de.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -2843,21 +5874,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2925",
+ "startOffsets": "5765",
"endColumns": "100",
- "endOffsets": "3021"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,611,726,803,879,971,1065,1162,1263,1371,1471,1575,1675,1773,1870,1952,2063,2166,2265,2376,2478,2585,2741,2843",
- "endColumns": "104,97,111,85,104,114,76,75,91,93,96,100,107,99,103,99,97,96,81,110,102,98,110,101,106,155,101,81",
- "endOffsets": "205,303,415,501,606,721,798,874,966,1060,1157,1258,1366,1466,1570,1670,1768,1865,1947,2058,2161,2260,2371,2473,2580,2736,2838,2920"
+ "endOffsets": "5861"
}
}
]
@@ -2866,7 +5887,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-hdpi-v4_values-hdpi-v4.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-hdpi-v4\\values-hdpi-v4.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\res\\values-hdpi-v4\\values-hdpi-v4.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -2882,7 +5903,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-watch-v20_values-watch-v20.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-watch-v20\\values-watch-v20.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\res\\values-watch-v20\\values-watch-v20.xml",
"from": {
"startLines": "2,5,8",
"startColumns": "4,4,4",
@@ -2898,17 +5919,24 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-pt-rBR_values-pt-rBR.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-pt-rBR\\values-pt-rBR.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-pt-rBR\\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",
- "startColumns": "4,4,4,4,4,4,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,746,829,909,1000,1093,1189,1283,1384,1477,1572,1667,1758,1849,1936,2043,2155,2257,2365,2472,2582,2744,2844",
- "endColumns": "119,105,106,88,100,117,82,79,90,92,95,93,100,92,94,94,90,90,86,106,111,101,107,106,109,161,99,84",
- "endOffsets": "220,326,433,522,623,741,824,904,995,1088,1184,1278,1379,1472,1567,1662,1753,1844,1931,2038,2150,2252,2360,2467,2577,2739,2839,2924"
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "251",
+ "endColumns": "203",
+ "endOffsets": "454"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4014",
+ "endColumns": "203",
+ "endOffsets": "4213"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-pt-rBR\\values-pt-rBR.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-pt-rBR\\values-pt-rBR.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -2917,11 +5945,45 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2929",
+ "startOffsets": "5680",
"endColumns": "100",
- "endOffsets": "3025"
+ "endOffsets": "5776"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-pt-rBR\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "249,352,532,657,763,989,1117,1265,1395,1624,1730,1925,2053,2269,2452,2547,2639",
+ "endColumns": "102,179,124,105,225,127,147,129,228,105,194,127,215,182,94,91,108",
+ "endOffsets": "351,531,656,762,988,1116,1264,1394,1623,1729,1924,2052,2268,2451,2546,2638,2747"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2844,2951,3131,3260,3370,3596,3728,3880,4218,4447,4557,4752,4884,5100,5287,5386,5482",
+ "endColumns": "106,179,128,109,225,131,151,133,228,109,194,131,215,186,98,95,112",
+ "endOffsets": "2946,3126,3255,3365,3591,3723,3875,4009,4442,4552,4747,4879,5095,5282,5381,5477,5590"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,746,829,909,1000,1093,1189,1283,1384,1477,1572,1667,1758,1849,1936,2043,2155,2257,2365,2472,2582,2744,2844",
+ "endColumns": "119,105,106,88,100,117,82,79,90,92,95,93,100,92,94,94,90,90,86,106,111,101,107,106,109,161,99,84",
+ "endOffsets": "220,326,433,522,623,741,824,904,995,1088,1184,1278,1379,1472,1567,1662,1753,1844,1931,2038,2150,2252,2360,2467,2577,2739,2839,2924"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,746,829,909,1000,1093,1189,1283,1384,1477,1572,1667,1758,1849,1936,2043,2155,2257,2365,2472,2582,2744,5595",
+ "endColumns": "119,105,106,88,100,117,82,79,90,92,95,93,100,92,94,94,90,90,86,106,111,101,107,106,109,161,99,84",
+ "endOffsets": "220,326,433,522,623,741,824,904,995,1088,1184,1278,1379,1472,1567,1662,1753,1844,1931,2038,2150,2252,2360,2467,2577,2739,2839,5675"
}
}
]
@@ -2930,7 +5992,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-v21_values-v21.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-v21\\values-v21.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.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",
@@ -2949,7 +6011,7 @@
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-v21\\values-v21.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,107,110,154,157,160,162,164,166,169,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,221,222,223,233,234,235,247",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
@@ -2973,17 +6035,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-pl_values-pl.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,221,323,431,517,626,745,823,900,991,1084,1180,1274,1376,1469,1564,1659,1750,1841,1923,2032,2141,2240,2349,2460,2568,2731,2827",
- "endColumns": "115,101,107,85,108,118,77,76,90,92,95,93,101,92,94,94,90,90,81,108,108,98,108,110,107,162,95,81",
- "endOffsets": "216,318,426,512,621,740,818,895,986,1079,1175,1269,1371,1464,1559,1654,1745,1836,1918,2027,2136,2235,2344,2455,2563,2726,2822,2904"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-pl\\values-pl.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-pl\\values-pl.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -2992,11 +6044,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2909",
+ "startOffsets": "5650",
"endColumns": "100",
- "endOffsets": "3005"
+ "endOffsets": "5746"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,221,323,431,517,626,745,823,900,991,1084,1180,1274,1376,1469,1564,1659,1750,1841,1923,2032,2141,2240,2349,2460,2568,2731,2827",
+ "endColumns": "115,101,107,85,108,118,77,76,90,92,95,93,101,92,94,94,90,90,81,108,108,98,108,110,107,162,95,81",
+ "endOffsets": "216,318,426,512,621,740,818,895,986,1079,1175,1269,1371,1464,1559,1654,1745,1836,1918,2027,2136,2235,2344,2455,2563,2726,2822,2904"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,323,431,517,626,745,823,900,991,1084,1180,1274,1376,1469,1564,1659,1750,1841,1923,2032,2141,2240,2349,2460,2568,2731,5568",
+ "endColumns": "115,101,107,85,108,118,77,76,90,92,95,93,101,92,94,94,90,90,81,108,108,98,108,110,107,162,95,81",
+ "endOffsets": "216,318,426,512,621,740,818,895,986,1079,1175,1269,1371,1464,1559,1654,1745,1836,1918,2027,2136,2235,2344,2455,2563,2726,2822,5645"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-pl\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "198",
+ "endOffsets": "445"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3975",
+ "endColumns": "198",
+ "endOffsets": "4169"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-pl\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,347,547,667,775,985,1108,1245,1369,1599,1706,1912,2038,2256,2443,2538,2630",
+ "endColumns": "101,199,119,107,209,122,136,123,229,106,205,125,217,186,94,91,108",
+ "endOffsets": "346,546,666,774,984,1107,1244,1368,1598,1705,1911,2037,2255,2442,2537,2629,2738"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2827,2933,3133,3257,3369,3579,3706,3847,4174,4404,4515,4721,4851,5069,5260,5359,5455",
+ "endColumns": "105,199,123,111,209,126,140,127,229,110,205,129,217,190,98,95,112",
+ "endOffsets": "2928,3128,3252,3364,3574,3701,3842,3970,4399,4510,4716,4846,5064,5255,5354,5450,5563"
}
}
]
@@ -3005,17 +6108,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-km_values-km.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,208,308,420,507,611,729,806,883,974,1067,1163,1257,1358,1451,1546,1640,1731,1822,1905,2009,2114,2214,2324,2431,2539,2701,2799",
- "endColumns": "102,99,111,86,103,117,76,76,90,92,95,93,100,92,94,93,90,90,82,103,104,99,109,106,107,161,97,82",
- "endOffsets": "203,303,415,502,606,724,801,878,969,1062,1158,1252,1353,1446,1541,1635,1726,1817,1900,2004,2109,2209,2319,2426,2534,2696,2794,2877"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-km\\values-km.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-km\\values-km.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -3024,11 +6117,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2882",
+ "startOffsets": "5581",
"endColumns": "100",
- "endOffsets": "2978"
+ "endOffsets": "5677"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,208,308,420,507,611,729,806,883,974,1067,1163,1257,1358,1451,1546,1640,1731,1822,1905,2009,2114,2214,2324,2431,2539,2701,2799",
+ "endColumns": "102,99,111,86,103,117,76,76,90,92,95,93,100,92,94,93,90,90,82,103,104,99,109,106,107,161,97,82",
+ "endOffsets": "203,303,415,502,606,724,801,878,969,1062,1158,1252,1353,1446,1541,1635,1726,1817,1900,2004,2109,2209,2319,2426,2534,2696,2794,2877"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,308,420,507,611,729,806,883,974,1067,1163,1257,1358,1451,1546,1640,1731,1822,1905,2009,2114,2214,2324,2431,2539,2701,5498",
+ "endColumns": "102,99,111,86,103,117,76,76,90,92,95,93,100,92,94,93,90,90,82,103,104,99,109,106,107,161,97,82",
+ "endOffsets": "203,303,415,502,606,724,801,878,969,1062,1158,1252,1353,1446,1541,1635,1726,1817,1900,2004,2109,2209,2319,2426,2534,2696,2794,5576"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-km\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "207",
+ "endOffsets": "454"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3956",
+ "endColumns": "207",
+ "endOffsets": "4159"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-km\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,345,532,651,754,975,1097,1244,1378,1595,1699,1901,2024,2228,2412,2502,2586",
+ "endColumns": "99,186,118,102,220,121,146,133,216,103,201,122,203,183,89,83,101",
+ "endOffsets": "344,531,650,753,974,1096,1243,1377,1594,1698,1900,2023,2227,2411,2501,2585,2687"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2799,2903,3090,3213,3320,3541,3667,3818,4164,4381,4489,4691,4818,5022,5210,5304,5392",
+ "endColumns": "103,186,122,106,220,125,150,137,216,107,201,126,203,187,93,87,105",
+ "endOffsets": "2898,3085,3208,3315,3536,3662,3813,3951,4376,4484,4686,4813,5017,5205,5299,5387,5493"
}
}
]
@@ -3037,17 +6181,24 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-gl_values-gl.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-gl\\values-gl.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-gl\\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",
- "startColumns": "4,4,4,4,4,4,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,329,437,522,624,750,834,915,1007,1101,1199,1293,1394,1488,1584,1679,1771,1863,1945,2052,2161,2260,2368,2472,2579,2738,2838",
- "endColumns": "111,111,107,84,101,125,83,80,91,93,97,93,100,93,95,94,91,91,81,106,108,98,107,103,106,158,99,81",
- "endOffsets": "212,324,432,517,619,745,829,910,1002,1096,1194,1288,1389,1483,1579,1674,1766,1858,1940,2047,2156,2255,2363,2467,2574,2733,2833,2915"
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,349,544,671,777,995,1125,1270,1404,1634,1741,1941,2074,2298,2476,2569,2664",
+ "endColumns": "103,194,126,105,217,129,144,133,229,106,199,132,223,177,92,94,109",
+ "endOffsets": "348,543,670,776,994,1124,1269,1403,1633,1740,1940,2073,2297,2475,2568,2663,2773"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2838,2946,3141,3272,3382,3600,3734,3883,4214,4444,4555,4755,4892,5116,5298,5395,5494",
+ "endColumns": "107,194,130,109,217,133,148,137,229,110,199,136,223,181,96,98,113",
+ "endOffsets": "2941,3136,3267,3377,3595,3729,3878,4016,4439,4550,4750,4887,5111,5293,5390,5489,5603"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-gl\\values-gl.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-gl\\values-gl.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -3056,11 +6207,45 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2920",
+ "startOffsets": "5690",
"endColumns": "100",
- "endOffsets": "3016"
+ "endOffsets": "5786"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,217,329,437,522,624,750,834,915,1007,1101,1199,1293,1394,1488,1584,1679,1771,1863,1945,2052,2161,2260,2368,2472,2579,2738,2838",
+ "endColumns": "111,111,107,84,101,125,83,80,91,93,97,93,100,93,95,94,91,91,81,106,108,98,107,103,106,158,99,81",
+ "endOffsets": "212,324,432,517,619,745,829,910,1002,1096,1194,1288,1389,1483,1579,1674,1766,1858,1940,2047,2156,2255,2363,2467,2574,2733,2833,2915"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,329,437,522,624,750,834,915,1007,1101,1199,1293,1394,1488,1584,1679,1771,1863,1945,2052,2161,2260,2368,2472,2579,2738,5608",
+ "endColumns": "111,111,107,84,101,125,83,80,91,93,97,93,100,93,95,94,91,91,81,106,108,98,107,103,106,158,99,81",
+ "endOffsets": "212,324,432,517,619,745,829,910,1002,1096,1194,1288,1389,1483,1579,1674,1766,1858,1940,2047,2156,2255,2363,2467,2574,2733,2833,5685"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-gl\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "192",
+ "endOffsets": "439"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4021",
+ "endColumns": "192",
+ "endOffsets": "4209"
}
}
]
@@ -3069,17 +6254,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-lt_values-lt.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,322,435,522,631,752,834,915,1009,1105,1203,1299,1403,1499,1597,1700,1794,1888,1973,2082,2191,2291,2401,2505,2618,2794,2895",
- "endColumns": "115,100,112,86,108,120,81,80,93,95,97,95,103,95,97,102,93,93,84,108,108,99,109,103,112,175,100,82",
- "endOffsets": "216,317,430,517,626,747,829,910,1004,1100,1198,1294,1398,1494,1592,1695,1789,1883,1968,2077,2186,2286,2396,2500,2613,2789,2890,2973"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-lt\\values-lt.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-lt\\values-lt.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -3088,11 +6263,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2978",
+ "startOffsets": "5733",
"endColumns": "100",
- "endOffsets": "3074"
+ "endOffsets": "5829"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,322,435,522,631,752,834,915,1009,1105,1203,1299,1403,1499,1597,1700,1794,1888,1973,2082,2191,2291,2401,2505,2618,2794,2895",
+ "endColumns": "115,100,112,86,108,120,81,80,93,95,97,95,103,95,97,102,93,93,84,108,108,99,109,103,112,175,100,82",
+ "endOffsets": "216,317,430,517,626,747,829,910,1004,1100,1198,1294,1398,1494,1592,1695,1789,1883,1968,2077,2186,2286,2396,2500,2613,2789,2890,2973"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,322,435,522,631,752,834,915,1009,1105,1203,1299,1403,1499,1597,1700,1794,1888,1973,2082,2191,2291,2401,2505,2618,2794,5650",
+ "endColumns": "115,100,112,86,108,120,81,80,93,95,97,95,103,95,97,102,93,93,84,108,108,99,109,103,112,175,100,82",
+ "endOffsets": "216,317,430,517,626,747,829,910,1004,1100,1198,1294,1398,1494,1592,1695,1789,1883,1968,2077,2186,2286,2396,2500,2613,2789,2890,5728"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-lt\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,350,534,664,769,981,1109,1254,1385,1610,1717,1913,2045,2257,2433,2527,2619",
+ "endColumns": "104,183,129,104,211,127,144,130,224,106,195,131,211,175,93,91,114",
+ "endOffsets": "349,533,663,768,980,1108,1253,1384,1609,1716,1912,2044,2256,2432,2526,2618,2733"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2895,3004,3188,3322,3431,3643,3775,3924,4277,4502,4613,4809,4945,5157,5337,5435,5531",
+ "endColumns": "108,183,133,108,211,131,148,134,224,110,195,135,211,179,97,95,118",
+ "endOffsets": "2999,3183,3317,3426,3638,3770,3919,4054,4497,4608,4804,4940,5152,5332,5430,5526,5645"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-lt\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "217",
+ "endOffsets": "464"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4059",
+ "endColumns": "217",
+ "endOffsets": "4272"
}
}
]
@@ -3101,7 +6327,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-af_values-af.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-af\\values-af.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,209,309,415,500,603,721,797,874,965,1058,1154,1248,1348,1441,1536,1635,1730,1824,1905,2012,2115,2212,2320,2422,2524,2678,2776",
+ "endColumns": "103,99,105,84,102,117,75,76,90,92,95,93,99,92,94,98,94,93,80,106,102,96,107,101,101,153,97,79",
+ "endOffsets": "204,304,410,495,598,716,792,869,960,1053,1149,1243,1343,1436,1531,1630,1725,1819,1900,2007,2110,2207,2315,2417,2519,2673,2771,2851"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,415,500,603,721,797,874,965,1058,1154,1248,1348,1441,1536,1635,1730,1824,1905,2012,2115,2212,2320,2422,2524,2678,5461",
+ "endColumns": "103,99,105,84,102,117,75,76,90,92,95,93,99,92,94,98,94,93,80,106,102,96,107,101,101,153,97,79",
+ "endOffsets": "204,304,410,495,598,716,792,869,960,1053,1149,1243,1343,1436,1531,1630,1725,1819,1900,2007,2110,2207,2315,2417,2519,2673,2771,5536"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-af\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,350,538,662,770,979,1099,1246,1373,1598,1704,1892,2017,2215,2395,2487,2576",
+ "endColumns": "104,187,123,107,208,119,146,126,224,105,187,124,197,179,91,88,103",
+ "endOffsets": "349,537,661,769,978,1098,1245,1372,1597,1703,1891,2016,2214,2394,2486,2575,2679"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2776,2885,3073,3201,3313,3522,3646,3797,4130,4355,4465,4653,4782,4980,5164,5260,5353",
+ "endColumns": "108,187,127,111,208,123,150,130,224,109,187,128,197,183,95,92,107",
+ "endOffsets": "2880,3068,3196,3308,3517,3641,3792,3923,4350,4460,4648,4777,4975,5159,5255,5348,5456"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-af\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "201",
+ "endOffsets": "448"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3928",
+ "endColumns": "201",
+ "endOffsets": "4125"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-af\\values-af.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -3110,21 +6387,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2856",
+ "startOffsets": "5541",
"endColumns": "100",
- "endOffsets": "2952"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,209,309,415,500,603,721,797,874,965,1058,1154,1248,1348,1441,1536,1635,1730,1824,1905,2012,2115,2212,2320,2422,2524,2678,2776",
- "endColumns": "103,99,105,84,102,117,75,76,90,92,95,93,99,92,94,98,94,93,80,106,102,96,107,101,101,153,97,79",
- "endOffsets": "204,304,410,495,598,716,792,869,960,1053,1149,1243,1343,1436,1531,1630,1725,1819,1900,2007,2110,2207,2315,2417,2519,2673,2771,2851"
+ "endOffsets": "5637"
}
}
]
@@ -3133,17 +6400,41 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-bn_values-bn.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-bn\\values-bn.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-bn\\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",
- "startColumns": "4,4,4,4,4,4,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,326,432,526,631,760,838,916,1007,1100,1195,1289,1390,1483,1578,1672,1763,1854,1941,2051,2159,2258,2368,2474,2587,2752,2857",
- "endColumns": "108,111,105,93,104,128,77,77,90,92,94,93,100,92,94,93,90,90,86,109,107,98,109,105,112,164,104,81",
- "endOffsets": "209,321,427,521,626,755,833,911,1002,1095,1190,1284,1385,1478,1573,1667,1758,1849,1936,2046,2154,2253,2363,2469,2582,2747,2852,2934"
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,352,543,669,778,974,1094,1232,1361,1565,1672,1859,1985,2178,2352,2438,2531",
+ "endColumns": "106,190,125,108,195,119,137,128,203,106,186,125,192,173,85,92,114",
+ "endOffsets": "351,542,668,777,973,1093,1231,1360,1564,1671,1858,1984,2177,2351,2437,2530,2645"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2857,2968,3159,3289,3402,3598,3722,3864,4208,4412,4523,4710,4840,5033,5211,5301,5398",
+ "endColumns": "110,190,129,112,195,123,141,132,203,110,186,129,192,177,89,96,118",
+ "endOffsets": "2963,3154,3284,3397,3593,3717,3859,3992,4407,4518,4705,4835,5028,5206,5296,5393,5512"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-bn\\values-bn.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-bn\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "210",
+ "endOffsets": "457"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3997",
+ "endColumns": "210",
+ "endOffsets": "4203"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-bn\\values-bn.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -3152,11 +6443,28 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2939",
+ "startOffsets": "5599",
"endColumns": "100",
- "endOffsets": "3035"
+ "endOffsets": "5695"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,214,326,432,526,631,760,838,916,1007,1100,1195,1289,1390,1483,1578,1672,1763,1854,1941,2051,2159,2258,2368,2474,2587,2752,2857",
+ "endColumns": "108,111,105,93,104,128,77,77,90,92,94,93,100,92,94,93,90,90,86,109,107,98,109,105,112,164,104,81",
+ "endOffsets": "209,321,427,521,626,755,833,911,1002,1095,1190,1284,1385,1478,1573,1667,1758,1849,1936,2046,2154,2253,2363,2469,2582,2747,2852,2934"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,326,432,526,631,760,838,916,1007,1100,1195,1289,1390,1483,1578,1672,1763,1854,1941,2051,2159,2258,2368,2474,2587,2752,5517",
+ "endColumns": "108,111,105,93,104,128,77,77,90,92,94,93,100,92,94,93,90,90,86,109,107,98,109,105,112,164,104,81",
+ "endOffsets": "209,321,427,521,626,755,833,911,1002,1095,1190,1284,1385,1478,1573,1667,1758,1849,1936,2046,2154,2253,2363,2469,2582,2747,2852,5594"
}
}
]
@@ -3165,17 +6473,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-tl_values-tl.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-tl\\values-tl.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-tl\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,350,558,694,801,1018,1152,1300,1438,1676,1781,1990,2126,2347,2552,2646,2738",
+ "endColumns": "104,207,135,106,216,133,147,137,237,104,208,135,220,204,93,91,105",
+ "endOffsets": "349,557,693,800,1017,1151,1299,1437,1675,1780,1989,2125,2346,2551,2645,2737,2843"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2865,2974,3182,3322,3433,3650,3788,3940,4286,4524,4633,4842,4982,5203,5412,5510,5606",
+ "endColumns": "108,207,139,110,216,137,151,141,237,108,208,139,220,208,97,95,109",
+ "endOffsets": "2969,3177,3317,3428,3645,3783,3935,4077,4519,4628,4837,4977,5198,5407,5505,5601,5711"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-tl\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "203",
+ "endOffsets": "450"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4082",
+ "endColumns": "203",
+ "endOffsets": "4281"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,224,332,449,537,643,764,843,921,1012,1105,1201,1295,1396,1489,1584,1678,1769,1860,1944,2053,2164,2265,2375,2492,2600,2763,2865",
"endColumns": "118,107,116,87,105,120,78,77,90,92,95,93,100,92,94,93,90,90,83,108,110,100,109,116,107,162,101,83",
"endOffsets": "219,327,444,532,638,759,838,916,1007,1100,1196,1290,1391,1484,1579,1673,1764,1855,1939,2048,2159,2260,2370,2487,2595,2758,2860,2944"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,332,449,537,643,764,843,921,1012,1105,1201,1295,1396,1489,1584,1678,1769,1860,1944,2053,2164,2265,2375,2492,2600,2763,5716",
+ "endColumns": "118,107,116,87,105,120,78,77,90,92,95,93,100,92,94,93,90,90,83,108,110,100,109,116,107,162,101,83",
+ "endOffsets": "219,327,444,532,638,759,838,916,1007,1100,1196,1290,1391,1484,1579,1673,1764,1855,1939,2048,2159,2260,2370,2487,2595,2758,2860,5795"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-tl\\values-tl.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-tl\\values-tl.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -3184,11 +6533,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2949",
+ "startOffsets": "5800",
"endColumns": "100",
- "endOffsets": "3045"
+ "endOffsets": "5896"
}
}
]
@@ -3197,17 +6546,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\values-mr_values-mr.arsc.flat",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-mr\\values-mr.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-mr\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "201",
+ "endOffsets": "448"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3946",
+ "endColumns": "201",
+ "endOffsets": "4143"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,735,812,890,981,1074,1168,1265,1366,1459,1554,1651,1742,1833,1913,2025,2127,2223,2332,2433,2545,2702,2807",
"endColumns": "110,105,106,89,100,114,76,77,90,92,93,96,100,92,94,96,90,90,79,111,101,95,108,100,111,156,104,79",
"endOffsets": "211,317,424,514,615,730,807,885,976,1069,1163,1260,1361,1454,1549,1646,1737,1828,1908,2020,2122,2218,2327,2428,2540,2697,2802,2882"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,735,812,890,981,1074,1168,1265,1366,1459,1554,1651,1742,1833,1913,2025,2127,2223,2332,2433,2545,2702,5455",
+ "endColumns": "110,105,106,89,100,114,76,77,90,92,93,96,100,92,94,96,90,90,79,111,101,95,108,100,111,156,104,79",
+ "endOffsets": "211,317,424,514,615,730,807,885,976,1069,1163,1260,1361,1454,1549,1646,1737,1828,1908,2020,2122,2218,2327,2428,2540,2697,2802,5530"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-mr\\values-mr.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-mr\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,350,550,671,781,985,1104,1238,1360,1569,1675,1860,1982,2180,2359,2445,2537",
+ "endColumns": "104,199,120,109,203,118,133,121,208,105,184,121,197,178,85,91,105",
+ "endOffsets": "349,549,670,780,984,1103,1237,1359,1568,1674,1859,1981,2179,2358,2444,2536,2642"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2807,2916,3116,3241,3355,3559,3682,3820,4148,4357,4467,4652,4778,4976,5159,5249,5345",
+ "endColumns": "108,199,124,113,203,122,137,125,208,109,184,125,197,182,89,95,109",
+ "endOffsets": "2911,3111,3236,3350,3554,3677,3815,3941,4352,4462,4647,4773,4971,5154,5244,5340,5450"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-mr\\values-mr.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -3216,11 +6606,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2887",
+ "startOffsets": "5535",
"endColumns": "100",
- "endOffsets": "2983"
+ "endOffsets": "5631"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-af.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-af.json
index 68a370e30..8969cdd7d 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-af.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-af.json
@@ -4,7 +4,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-af\\values-af.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-af\\values-af.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,209,309,415,500,603,721,797,874,965,1058,1154,1248,1348,1441,1536,1635,1730,1824,1905,2012,2115,2212,2320,2422,2524,2678,2776",
+ "endColumns": "103,99,105,84,102,117,75,76,90,92,95,93,99,92,94,98,94,93,80,106,102,96,107,101,101,153,97,79",
+ "endOffsets": "204,304,410,495,598,716,792,869,960,1053,1149,1243,1343,1436,1531,1630,1725,1819,1900,2007,2110,2207,2315,2417,2519,2673,2771,2851"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,415,500,603,721,797,874,965,1058,1154,1248,1348,1441,1536,1635,1730,1824,1905,2012,2115,2212,2320,2422,2524,2678,5461",
+ "endColumns": "103,99,105,84,102,117,75,76,90,92,95,93,99,92,94,98,94,93,80,106,102,96,107,101,101,153,97,79",
+ "endOffsets": "204,304,410,495,598,716,792,869,960,1053,1149,1243,1343,1436,1531,1630,1725,1819,1900,2007,2110,2207,2315,2417,2519,2673,2771,5536"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-af\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,350,538,662,770,979,1099,1246,1373,1598,1704,1892,2017,2215,2395,2487,2576",
+ "endColumns": "104,187,123,107,208,119,146,126,224,105,187,124,197,179,91,88,103",
+ "endOffsets": "349,537,661,769,978,1098,1245,1372,1597,1703,1891,2016,2214,2394,2486,2575,2679"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2776,2885,3073,3201,3313,3522,3646,3797,4130,4355,4465,4653,4782,4980,5164,5260,5353",
+ "endColumns": "108,187,127,111,208,123,150,130,224,109,187,128,197,183,95,92,107",
+ "endOffsets": "2880,3068,3196,3308,3517,3641,3792,3923,4350,4460,4648,4777,4975,5159,5255,5348,5456"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-af\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "201",
+ "endOffsets": "448"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3928",
+ "endColumns": "201",
+ "endOffsets": "4125"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-af\\values-af.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -13,21 +64,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2856",
+ "startOffsets": "5541",
"endColumns": "100",
- "endOffsets": "2952"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,209,309,415,500,603,721,797,874,965,1058,1154,1248,1348,1441,1536,1635,1730,1824,1905,2012,2115,2212,2320,2422,2524,2678,2776",
- "endColumns": "103,99,105,84,102,117,75,76,90,92,95,93,99,92,94,98,94,93,80,106,102,96,107,101,101,153,97,79",
- "endOffsets": "204,304,410,495,598,716,792,869,960,1053,1149,1243,1343,1436,1531,1630,1725,1819,1900,2007,2110,2207,2315,2417,2519,2673,2771,2851"
+ "endOffsets": "5637"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-am.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-am.json
index 85882f706..67f0cf1f8 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-am.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-am.json
@@ -4,17 +4,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-am\\values-am.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-am\\values-am.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,207,306,412,498,601,714,792,870,961,1054,1147,1241,1342,1435,1530,1624,1715,1805,1884,1984,2084,2180,2283,2382,2489,2642,2738",
"endColumns": "101,98,105,85,102,112,77,77,90,92,92,93,100,92,94,93,90,89,78,99,99,95,102,98,106,152,95,78",
"endOffsets": "202,301,407,493,596,709,787,865,956,1049,1142,1236,1337,1430,1525,1619,1710,1800,1879,1979,2079,2175,2278,2377,2484,2637,2733,2812"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,412,498,601,714,792,870,961,1054,1147,1241,1342,1435,1530,1624,1715,1805,1884,1984,2084,2180,2283,2382,2489,2642,5233",
+ "endColumns": "101,98,105,85,102,112,77,77,90,92,92,93,100,92,94,93,90,89,78,99,99,95,102,98,106,152,95,78",
+ "endOffsets": "202,301,407,493,596,709,787,865,956,1049,1142,1236,1337,1430,1525,1619,1710,1800,1879,1979,2079,2175,2278,2377,2484,2637,2733,5307"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-am\\values-am.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-am\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "190",
+ "endOffsets": "437"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3821",
+ "endColumns": "190",
+ "endOffsets": "4007"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-am\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,345,516,636,736,922,1043,1177,1304,1491,1592,1768,1889,2083,2236,2322,2405",
+ "endColumns": "99,170,119,99,185,120,133,126,186,100,175,120,193,152,85,82,95",
+ "endOffsets": "344,515,635,735,921,1042,1176,1303,1490,1591,1767,1888,2082,2235,2321,2404,2500"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2738,2842,3013,3137,3241,3427,3552,3690,4012,4199,4304,4480,4605,4799,4956,5046,5133",
+ "endColumns": "103,170,123,103,185,124,137,130,186,104,175,124,193,156,89,86,99",
+ "endOffsets": "2837,3008,3132,3236,3422,3547,3685,3816,4194,4299,4475,4600,4794,4951,5041,5128,5228"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-am\\values-am.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +64,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2817",
+ "startOffsets": "5312",
"endColumns": "100",
- "endOffsets": "2913"
+ "endOffsets": "5408"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ar.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ar.json
index 9543ff399..d2c74e285 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ar.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ar.json
@@ -4,17 +4,24 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ar\\values-ar.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-ar\\values-ar.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-ar\\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",
- "startColumns": "4,4,4,4,4,4,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,326,435,517,618,732,811,890,981,1074,1170,1264,1365,1458,1553,1647,1738,1832,1911,2016,2117,2213,2321,2424,2527,2682,2779",
- "endColumns": "116,103,108,81,100,113,78,78,90,92,95,93,100,92,94,93,90,93,78,104,100,95,107,102,102,154,96,80",
- "endOffsets": "217,321,430,512,613,727,806,885,976,1069,1165,1259,1360,1453,1548,1642,1733,1827,1906,2011,2112,2208,2316,2419,2522,2677,2774,2855"
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "188",
+ "endOffsets": "435"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3891",
+ "endColumns": "188",
+ "endOffsets": "4075"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-ar\\values-ar.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-ar\\values-ar.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +30,45 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2860",
+ "startOffsets": "5445",
"endColumns": "100",
- "endOffsets": "2956"
+ "endOffsets": "5541"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-ar\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,347,523,643,746,943,1069,1206,1333,1529,1631,1812,1932,2130,2302,2392,2484",
+ "endColumns": "101,175,119,102,196,125,136,126,195,101,180,119,197,171,89,91,108",
+ "endOffsets": "346,522,642,745,942,1068,1205,1332,1528,1630,1811,1931,2129,2301,2391,2483,2592"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2779,2885,3061,3185,3292,3489,3619,3760,4080,4276,4382,4563,4687,4885,5061,5155,5251",
+ "endColumns": "105,175,123,106,196,129,140,130,195,105,180,123,197,175,93,95,112",
+ "endOffsets": "2880,3056,3180,3287,3484,3614,3755,3886,4271,4377,4558,4682,4880,5056,5150,5246,5359"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,222,326,435,517,618,732,811,890,981,1074,1170,1264,1365,1458,1553,1647,1738,1832,1911,2016,2117,2213,2321,2424,2527,2682,2779",
+ "endColumns": "116,103,108,81,100,113,78,78,90,92,95,93,100,92,94,93,90,93,78,104,100,95,107,102,102,154,96,80",
+ "endOffsets": "217,321,430,512,613,727,806,885,976,1069,1165,1259,1360,1453,1548,1642,1733,1827,1906,2011,2112,2208,2316,2419,2522,2677,2774,2855"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,326,435,517,618,732,811,890,981,1074,1170,1264,1365,1458,1553,1647,1738,1832,1911,2016,2117,2213,2321,2424,2527,2682,5364",
+ "endColumns": "116,103,108,81,100,113,78,78,90,92,95,93,100,92,94,93,90,93,78,104,100,95,107,102,102,154,96,80",
+ "endOffsets": "217,321,430,512,613,727,806,885,976,1069,1165,1259,1360,1453,1548,1642,1733,1827,1906,2011,2112,2208,2316,2419,2522,2677,2774,5440"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-as.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-as.json
index 001ddba5f..932a635bc 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-as.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-as.json
@@ -4,17 +4,24 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-as\\values-as.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-as\\values-as.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-as\\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",
- "startColumns": "4,4,4,4,4,4,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,515,617,736,816,896,987,1080,1173,1268,1368,1461,1558,1652,1743,1834,1923,2025,2140,2243,2352,2471,2591,2758,2861",
- "endColumns": "107,98,106,95,101,118,79,79,90,92,92,94,99,92,96,93,90,90,88,101,114,102,108,118,119,166,102,88",
- "endOffsets": "208,307,414,510,612,731,811,891,982,1075,1168,1263,1363,1456,1553,1647,1738,1829,1918,2020,2135,2238,2347,2466,2586,2753,2856,2945"
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,351,536,657,765,954,1074,1213,1351,1553,1660,1841,1964,2156,2336,2422,2514",
+ "endColumns": "105,184,120,107,188,119,138,137,201,106,180,122,191,179,85,91,111",
+ "endOffsets": "350,535,656,764,953,1073,1212,1350,1552,1659,1840,1963,2155,2335,2421,2513,2625"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2861,2971,3156,3281,3393,3582,3706,3849,4176,4378,4489,4670,4797,4989,5173,5263,5359",
+ "endColumns": "109,184,124,111,188,123,142,141,201,110,180,126,191,183,89,95,115",
+ "endOffsets": "2966,3151,3276,3388,3577,3701,3844,3986,4373,4484,4665,4792,4984,5168,5258,5354,5470"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-as\\values-as.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-as\\values-as.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +30,45 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2950",
+ "startOffsets": "5564",
"endColumns": "100",
- "endOffsets": "3046"
+ "endOffsets": "5660"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,515,617,736,816,896,987,1080,1173,1268,1368,1461,1558,1652,1743,1834,1923,2025,2140,2243,2352,2471,2591,2758,2861",
+ "endColumns": "107,98,106,95,101,118,79,79,90,92,92,94,99,92,96,93,90,90,88,101,114,102,108,118,119,166,102,88",
+ "endOffsets": "208,307,414,510,612,731,811,891,982,1075,1168,1263,1363,1456,1553,1647,1738,1829,1918,2020,2135,2238,2347,2466,2586,2753,2856,2945"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,515,617,736,816,896,987,1080,1173,1268,1368,1461,1558,1652,1743,1834,1923,2025,2140,2243,2352,2471,2591,2758,5475",
+ "endColumns": "107,98,106,95,101,118,79,79,90,92,92,94,99,92,96,93,90,90,88,101,114,102,108,118,119,166,102,88",
+ "endOffsets": "208,307,414,510,612,731,811,891,982,1075,1168,1263,1363,1456,1553,1647,1738,1829,1918,2020,2135,2238,2347,2466,2586,2753,2856,5559"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-as\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "184",
+ "endOffsets": "431"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3991",
+ "endColumns": "184",
+ "endOffsets": "4171"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-az.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-az.json
index 5cbb63c2e..cb614ec65 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-az.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-az.json
@@ -4,7 +4,41 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-az\\values-az.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-az\\values-az.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-az\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "220",
+ "endOffsets": "467"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3990",
+ "endColumns": "220",
+ "endOffsets": "4206"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,213,312,424,512,619,733,814,893,984,1077,1172,1271,1372,1465,1560,1655,1746,1838,1923,2030,2137,2237,2346,2450,2560,2718,2820",
+ "endColumns": "107,98,111,87,106,113,80,78,90,92,94,98,100,92,94,94,90,91,84,106,106,99,108,103,109,157,101,82",
+ "endOffsets": "208,307,419,507,614,728,809,888,979,1072,1167,1266,1367,1460,1555,1650,1741,1833,1918,2025,2132,2232,2341,2445,2555,2713,2815,2898"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,424,512,619,733,814,893,984,1077,1172,1271,1372,1465,1560,1655,1746,1838,1923,2030,2137,2237,2346,2450,2560,2718,5555",
+ "endColumns": "107,98,111,87,106,113,80,78,90,92,94,98,100,92,94,94,90,91,84,106,106,99,108,103,109,157,101,82",
+ "endOffsets": "208,307,419,507,614,728,809,888,979,1072,1167,1266,1367,1460,1555,1650,1741,1833,1918,2025,2132,2232,2341,2445,2555,2713,2815,5633"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-az\\values-az.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -13,21 +47,28 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2903",
+ "startOffsets": "5638",
"endColumns": "100",
- "endOffsets": "2999"
+ "endOffsets": "5734"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-az\\values-az.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-az\\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",
- "startColumns": "4,4,4,4,4,4,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,424,512,619,733,814,893,984,1077,1172,1271,1372,1465,1560,1655,1746,1838,1923,2030,2137,2237,2346,2450,2560,2718,2820",
- "endColumns": "107,98,111,87,106,113,80,78,90,92,94,98,100,92,94,94,90,91,84,106,106,99,108,103,109,157,101,82",
- "endOffsets": "208,307,419,507,614,728,809,888,979,1072,1167,1266,1367,1460,1555,1650,1741,1833,1918,2025,2132,2232,2341,2445,2555,2713,2815,2898"
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,352,539,670,778,983,1114,1260,1391,1616,1724,1904,2039,2242,2424,2514,2605",
+ "endColumns": "106,186,130,107,204,130,145,130,224,107,179,134,202,181,89,90,105",
+ "endOffsets": "351,538,669,777,982,1113,1259,1390,1615,1723,1903,2038,2241,2423,2513,2604,2710"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2820,2931,3118,3253,3365,3570,3705,3855,4211,4436,4548,4728,4867,5070,5256,5350,5445",
+ "endColumns": "110,186,134,111,204,134,149,134,224,111,179,138,202,185,93,94,109",
+ "endOffsets": "2926,3113,3248,3360,3565,3700,3850,3985,4431,4543,4723,4862,5065,5251,5345,5440,5550"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-b+sr+Latn.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-b+sr+Latn.json
index 91e5bd7e1..2c7c6059c 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-b+sr+Latn.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-b+sr+Latn.json
@@ -4,17 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-b+sr+Latn\\values-b+sr+Latn.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,214,318,424,510,614,732,814,895,986,1079,1175,1269,1370,1463,1558,1663,1754,1845,1933,2039,2147,2248,2353,2461,2562,2731,2828",
- "endColumns": "108,103,105,85,103,117,81,80,90,92,95,93,100,92,94,104,90,90,87,105,107,100,104,107,100,168,96,83",
- "endOffsets": "209,313,419,505,609,727,809,890,981,1074,1170,1264,1365,1458,1553,1658,1749,1840,1928,2034,2142,2243,2348,2456,2557,2726,2823,2907"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +13,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2912",
+ "startOffsets": "5571",
"endColumns": "100",
- "endOffsets": "3008"
+ "endOffsets": "5667"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,214,318,424,510,614,732,814,895,986,1079,1175,1269,1370,1463,1558,1663,1754,1845,1933,2039,2147,2248,2353,2461,2562,2731,2828",
+ "endColumns": "108,103,105,85,103,117,81,80,90,92,95,93,100,92,94,104,90,90,87,105,107,100,104,107,100,168,96,83",
+ "endOffsets": "209,313,419,505,609,727,809,890,981,1074,1170,1264,1365,1458,1553,1658,1749,1840,1928,2034,2142,2243,2348,2456,2557,2726,2823,2907"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,318,424,510,614,732,814,895,986,1079,1175,1269,1370,1463,1558,1663,1754,1845,1933,2039,2147,2248,2353,2461,2562,2731,5487",
+ "endColumns": "108,103,105,85,103,117,81,80,90,92,95,93,100,92,94,104,90,90,87,105,107,100,104,107,100,168,96,83",
+ "endOffsets": "209,313,419,505,609,727,809,890,981,1074,1170,1264,1365,1458,1553,1658,1749,1840,1928,2034,2142,2243,2348,2456,2557,2726,2823,5566"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-b+sr+Latn\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "252,356,544,668,776,989,1114,1252,1379,1587,1692,1883,2008,2216,2384,2478,2569",
+ "endColumns": "103,187,123,107,212,124,137,126,207,104,190,124,207,167,93,90,104",
+ "endOffsets": "355,543,667,775,988,1113,1251,1378,1586,1691,1882,2007,2215,2383,2477,2568,2673"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2828,2936,3124,3252,3364,3577,3706,3848,4168,4376,4485,4676,4805,5013,5185,5283,5378",
+ "endColumns": "107,187,127,111,212,128,141,130,207,108,190,128,207,171,97,94,108",
+ "endOffsets": "2931,3119,3247,3359,3572,3701,3843,3974,4371,4480,4671,4800,5008,5180,5278,5373,5482"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-b+sr+Latn\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "254",
+ "endColumns": "188",
+ "endOffsets": "442"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3979",
+ "endColumns": "188",
+ "endOffsets": "4163"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-be.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-be.json
index 8912fa350..e459d10f9 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-be.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-be.json
@@ -4,7 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-be\\values-be.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-be\\values-be.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-be\\values-be.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -13,21 +13,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2915",
+ "startOffsets": "5636",
"endColumns": "100",
- "endOffsets": "3011"
+ "endOffsets": "5732"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-be\\values-be.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,638,756,835,913,1005,1099,1195,1289,1385,1479,1575,1670,1762,1854,1937,2043,2149,2247,2355,2460,2565,2734,2834",
"endColumns": "119,102,115,85,107,117,78,77,91,93,95,93,95,93,95,94,91,91,82,105,105,97,107,104,104,168,99,80",
"endOffsets": "220,323,439,525,633,751,830,908,1000,1094,1190,1284,1380,1474,1570,1665,1757,1849,1932,2038,2144,2242,2350,2455,2560,2729,2829,2910"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,638,756,835,913,1005,1099,1195,1289,1385,1479,1575,1670,1762,1854,1937,2043,2149,2247,2355,2460,2565,2734,5555",
+ "endColumns": "119,102,115,85,107,117,78,77,91,93,95,93,95,93,95,94,91,91,82,105,105,97,107,104,104,168,99,80",
+ "endOffsets": "220,323,439,525,633,751,830,908,1000,1094,1190,1284,1380,1474,1570,1665,1757,1849,1932,2038,2144,2242,2350,2455,2560,2729,2829,5631"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-be\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "204",
+ "endOffsets": "451"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3996",
+ "endColumns": "204",
+ "endOffsets": "4196"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-be\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,350,544,667,775,989,1113,1254,1383,1604,1709,1903,2029,2241,2426,2521,2609",
+ "endColumns": "104,193,122,107,213,123,140,128,220,104,193,125,211,184,94,87,103",
+ "endOffsets": "349,543,666,774,988,1112,1253,1382,1603,1708,1902,2028,2240,2425,2520,2608,2712"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2834,2943,3137,3264,3376,3590,3718,3863,4201,4422,4531,4725,4855,5067,5256,5355,5447",
+ "endColumns": "108,193,126,111,213,127,144,132,220,108,193,129,211,188,98,91,107",
+ "endOffsets": "2938,3132,3259,3371,3585,3713,3858,3991,4417,4526,4720,4850,5062,5251,5350,5442,5550"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-bg.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-bg.json
index c88d03a20..29c548604 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-bg.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-bg.json
@@ -4,7 +4,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-bg\\values-bg.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-bg\\values-bg.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-bg\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,352,549,682,791,1017,1150,1295,1429,1657,1767,1973,2109,2325,2517,2613,2698",
+ "endColumns": "106,196,132,108,225,132,144,133,227,109,205,135,215,191,95,84,97",
+ "endOffsets": "351,548,681,790,1016,1149,1294,1428,1656,1766,1972,2108,2324,2516,2612,2697,2795"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2847,2958,3155,3292,3405,3631,3768,3917,4252,4480,4594,4800,4940,5156,5352,5452,5541",
+ "endColumns": "110,196,136,112,225,136,148,137,227,113,205,139,215,195,99,88,101",
+ "endOffsets": "2953,3150,3287,3400,3626,3763,3912,4050,4475,4589,4795,4935,5151,5347,5447,5536,5638"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,220,327,432,518,623,744,823,901,992,1085,1181,1275,1376,1469,1564,1672,1763,1854,1937,2051,2160,2260,2374,2480,2588,2748,2847",
+ "endColumns": "114,106,104,85,104,120,78,77,90,92,95,93,100,92,94,107,90,90,82,113,108,99,113,105,107,159,98,82",
+ "endOffsets": "215,322,427,513,618,739,818,896,987,1080,1176,1270,1371,1464,1559,1667,1758,1849,1932,2046,2155,2255,2369,2475,2583,2743,2842,2925"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,327,432,518,623,744,823,901,992,1085,1181,1275,1376,1469,1564,1672,1763,1854,1937,2051,2160,2260,2374,2480,2588,2748,5643",
+ "endColumns": "114,106,104,85,104,120,78,77,90,92,95,93,100,92,94,107,90,90,82,113,108,99,113,105,107,159,98,82",
+ "endOffsets": "215,322,427,513,618,739,818,896,987,1080,1176,1270,1371,1464,1559,1667,1758,1849,1932,2046,2155,2255,2369,2475,2583,2743,2842,5721"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-bg\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "196",
+ "endOffsets": "443"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4055",
+ "endColumns": "196",
+ "endOffsets": "4247"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-bg\\values-bg.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -13,21 +64,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2930",
+ "startOffsets": "5726",
"endColumns": "100",
- "endOffsets": "3026"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,220,327,432,518,623,744,823,901,992,1085,1181,1275,1376,1469,1564,1672,1763,1854,1937,2051,2160,2260,2374,2480,2588,2748,2847",
- "endColumns": "114,106,104,85,104,120,78,77,90,92,95,93,100,92,94,107,90,90,82,113,108,99,113,105,107,159,98,82",
- "endOffsets": "215,322,427,513,618,739,818,896,987,1080,1176,1270,1371,1464,1559,1667,1758,1849,1932,2046,2155,2255,2369,2475,2583,2743,2842,2925"
+ "endOffsets": "5822"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-bn.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-bn.json
index 1e454ef58..8c52ebd3a 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-bn.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-bn.json
@@ -4,17 +4,41 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-bn\\values-bn.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-bn\\values-bn.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-bn\\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",
- "startColumns": "4,4,4,4,4,4,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,326,432,526,631,760,838,916,1007,1100,1195,1289,1390,1483,1578,1672,1763,1854,1941,2051,2159,2258,2368,2474,2587,2752,2857",
- "endColumns": "108,111,105,93,104,128,77,77,90,92,94,93,100,92,94,93,90,90,86,109,107,98,109,105,112,164,104,81",
- "endOffsets": "209,321,427,521,626,755,833,911,1002,1095,1190,1284,1385,1478,1573,1667,1758,1849,1936,2046,2154,2253,2363,2469,2582,2747,2852,2934"
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,352,543,669,778,974,1094,1232,1361,1565,1672,1859,1985,2178,2352,2438,2531",
+ "endColumns": "106,190,125,108,195,119,137,128,203,106,186,125,192,173,85,92,114",
+ "endOffsets": "351,542,668,777,973,1093,1231,1360,1564,1671,1858,1984,2177,2351,2437,2530,2645"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2857,2968,3159,3289,3402,3598,3722,3864,4208,4412,4523,4710,4840,5033,5211,5301,5398",
+ "endColumns": "110,190,129,112,195,123,141,132,203,110,186,129,192,177,89,96,118",
+ "endOffsets": "2963,3154,3284,3397,3593,3717,3859,3992,4407,4518,4705,4835,5028,5206,5296,5393,5512"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-bn\\values-bn.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-bn\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "210",
+ "endOffsets": "457"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3997",
+ "endColumns": "210",
+ "endOffsets": "4203"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-bn\\values-bn.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +47,28 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2939",
+ "startOffsets": "5599",
"endColumns": "100",
- "endOffsets": "3035"
+ "endOffsets": "5695"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,214,326,432,526,631,760,838,916,1007,1100,1195,1289,1390,1483,1578,1672,1763,1854,1941,2051,2159,2258,2368,2474,2587,2752,2857",
+ "endColumns": "108,111,105,93,104,128,77,77,90,92,94,93,100,92,94,93,90,90,86,109,107,98,109,105,112,164,104,81",
+ "endOffsets": "209,321,427,521,626,755,833,911,1002,1095,1190,1284,1385,1478,1573,1667,1758,1849,1936,2046,2154,2253,2363,2469,2582,2747,2852,2934"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,326,432,526,631,760,838,916,1007,1100,1195,1289,1390,1483,1578,1672,1763,1854,1941,2051,2159,2258,2368,2474,2587,2752,5517",
+ "endColumns": "108,111,105,93,104,128,77,77,90,92,94,93,100,92,94,93,90,90,86,109,107,98,109,105,112,164,104,81",
+ "endOffsets": "209,321,427,521,626,755,833,911,1002,1095,1190,1284,1385,1478,1573,1667,1758,1849,1936,2046,2154,2253,2363,2469,2582,2747,2852,5594"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-bs.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-bs.json
index d1ee71aa5..77ac96c32 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-bs.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-bs.json
@@ -4,7 +4,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-bs\\values-bs.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-bs\\values-bs.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-bs\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "199",
+ "endOffsets": "446"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3992",
+ "endColumns": "199",
+ "endOffsets": "4187"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,224,333,440,526,630,752,834,915,1006,1099,1195,1289,1390,1483,1578,1677,1768,1859,1945,2048,2153,2251,2356,2469,2572,2745,2842",
+ "endColumns": "118,108,106,85,103,121,81,80,90,92,95,93,100,92,94,98,90,90,85,102,104,97,104,112,102,172,96,83",
+ "endOffsets": "219,328,435,521,625,747,829,910,1001,1094,1190,1284,1385,1478,1573,1672,1763,1854,1940,2043,2148,2246,2351,2464,2567,2740,2837,2921"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,333,440,526,630,752,834,915,1006,1099,1195,1289,1390,1483,1578,1677,1768,1859,1945,2048,2153,2251,2356,2469,2572,2745,5524",
+ "endColumns": "118,108,106,85,103,121,81,80,90,92,95,93,100,92,94,98,90,90,85,102,104,97,104,112,102,172,96,83",
+ "endOffsets": "219,328,435,521,625,747,829,910,1001,1094,1190,1284,1385,1478,1573,1672,1763,1854,1940,2043,2148,2246,2351,2464,2567,2740,2837,5603"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-bs\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,349,541,665,773,982,1106,1244,1371,1584,1689,1881,2006,2215,2387,2481,2569",
+ "endColumns": "103,191,123,107,208,123,137,126,212,104,191,124,208,171,93,87,109",
+ "endOffsets": "348,540,664,772,981,1105,1243,1370,1583,1688,1880,2005,2214,2386,2480,2568,2678"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2842,2950,3142,3270,3382,3591,3719,3861,4192,4405,4514,4706,4835,5044,5220,5318,5410",
+ "endColumns": "107,191,127,111,208,127,141,130,212,108,191,128,208,175,97,91,113",
+ "endOffsets": "2945,3137,3265,3377,3586,3714,3856,3987,4400,4509,4701,4830,5039,5215,5313,5405,5519"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-bs\\values-bs.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -13,21 +64,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2926",
+ "startOffsets": "5608",
"endColumns": "100",
- "endOffsets": "3022"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,224,333,440,526,630,752,834,915,1006,1099,1195,1289,1390,1483,1578,1677,1768,1859,1945,2048,2153,2251,2356,2469,2572,2745,2842",
- "endColumns": "118,108,106,85,103,121,81,80,90,92,95,93,100,92,94,98,90,90,85,102,104,97,104,112,102,172,96,83",
- "endOffsets": "219,328,435,521,625,747,829,910,1001,1094,1190,1284,1385,1478,1573,1672,1763,1854,1940,2043,2148,2246,2351,2464,2567,2740,2837,2921"
+ "endOffsets": "5704"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ca.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ca.json
index ffc16346f..adc598e86 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ca.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ca.json
@@ -4,17 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ca\\values-ca.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,223,329,436,519,627,753,837,918,1009,1102,1196,1291,1390,1483,1576,1670,1761,1852,1935,2046,2155,2253,2363,2467,2575,2735,2834",
- "endColumns": "117,105,106,82,107,125,83,80,90,92,93,94,98,92,92,93,90,90,82,110,108,97,109,103,107,159,98,80",
- "endOffsets": "218,324,431,514,622,748,832,913,1004,1097,1191,1286,1385,1478,1571,1665,1756,1847,1930,2041,2150,2248,2358,2462,2570,2730,2829,2910"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-ca\\values-ca.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-ca\\values-ca.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +13,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2915",
+ "startOffsets": "5652",
"endColumns": "100",
- "endOffsets": "3011"
+ "endOffsets": "5748"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,223,329,436,519,627,753,837,918,1009,1102,1196,1291,1390,1483,1576,1670,1761,1852,1935,2046,2155,2253,2363,2467,2575,2735,2834",
+ "endColumns": "117,105,106,82,107,125,83,80,90,92,93,94,98,92,92,93,90,90,82,110,108,97,109,103,107,159,98,80",
+ "endOffsets": "218,324,431,514,622,748,832,913,1004,1097,1191,1286,1385,1478,1571,1665,1756,1847,1930,2041,2150,2248,2358,2462,2570,2730,2829,2910"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,329,436,519,627,753,837,918,1009,1102,1196,1291,1390,1483,1576,1670,1761,1852,1935,2046,2155,2253,2363,2467,2575,2735,5571",
+ "endColumns": "117,105,106,82,107,125,83,80,90,92,93,94,98,92,92,93,90,90,82,110,108,97,109,103,107,159,98,80",
+ "endOffsets": "218,324,431,514,622,748,832,913,1004,1097,1191,1286,1385,1478,1571,1665,1756,1847,1930,2041,2150,2248,2358,2462,2570,2730,2829,5647"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-ca\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "193",
+ "endOffsets": "440"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3993",
+ "endColumns": "193",
+ "endOffsets": "4182"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-ca\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,348,532,657,764,973,1098,1247,1380,1610,1717,1907,2036,2259,2443,2534,2628",
+ "endColumns": "102,183,124,106,208,124,148,132,229,106,189,128,222,183,90,93,111",
+ "endOffsets": "347,531,656,763,972,1097,1246,1379,1609,1716,1906,2035,2258,2442,2533,2627,2739"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2834,2941,3125,3254,3365,3574,3703,3856,4187,4417,4528,4718,4851,5074,5262,5357,5455",
+ "endColumns": "106,183,128,110,208,128,152,136,229,110,189,132,222,187,94,97,115",
+ "endOffsets": "2936,3120,3249,3360,3569,3698,3851,3988,4412,4523,4713,4846,5069,5257,5352,5450,5566"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-cs.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-cs.json
index d37c45baf..5d58b79e1 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-cs.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-cs.json
@@ -4,17 +4,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-cs\\values-cs.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-cs\\values-cs.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-cs\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,349,541,664,772,984,1109,1247,1373,1607,1716,1911,2037,2257,2438,2532,2625",
+ "endColumns": "103,191,122,107,211,124,137,125,233,108,194,125,219,180,93,92,110",
+ "endOffsets": "348,540,663,771,983,1108,1246,1372,1606,1715,1910,2036,2256,2437,2531,2624,2735"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2809,2917,3109,3236,3348,3560,3689,3831,4163,4397,4510,4705,4835,5055,5240,5338,5435",
+ "endColumns": "107,191,126,111,211,128,141,129,233,112,194,129,219,184,97,96,114",
+ "endOffsets": "2912,3104,3231,3343,3555,3684,3826,3956,4392,4505,4700,4830,5050,5235,5333,5430,5545"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,423,509,614,731,812,893,984,1077,1173,1267,1362,1455,1550,1647,1738,1829,1913,2017,2126,2225,2331,2441,2548,2711,2809",
"endColumns": "106,101,108,85,104,116,80,80,90,92,95,93,94,92,94,96,90,90,83,103,108,98,105,109,106,162,97,81",
"endOffsets": "207,309,418,504,609,726,807,888,979,1072,1168,1262,1357,1450,1545,1642,1733,1824,1908,2012,2121,2220,2326,2436,2543,2706,2804,2886"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,509,614,731,812,893,984,1077,1173,1267,1362,1455,1550,1647,1738,1829,1913,2017,2126,2225,2331,2441,2548,2711,5550",
+ "endColumns": "106,101,108,85,104,116,80,80,90,92,95,93,94,92,94,96,90,90,83,103,108,98,105,109,106,162,97,81",
+ "endOffsets": "207,309,418,504,609,726,807,888,979,1072,1168,1262,1357,1450,1545,1642,1733,1824,1908,2012,2121,2220,2326,2436,2543,2706,2804,5627"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-cs\\values-cs.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-cs\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "201",
+ "endOffsets": "448"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3961",
+ "endColumns": "201",
+ "endOffsets": "4158"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-cs\\values-cs.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +64,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2891",
+ "startOffsets": "5632",
"endColumns": "100",
- "endOffsets": "2987"
+ "endOffsets": "5728"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-da.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-da.json
index 32e209d2a..9387db0bd 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-da.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-da.json
@@ -4,7 +4,24 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-da\\values-da.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-da\\values-da.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,208,307,419,502,602,715,792,869,960,1053,1149,1243,1338,1431,1526,1624,1715,1806,1885,1994,2102,2198,2312,2414,2515,2668,2765",
+ "endColumns": "102,98,111,82,99,112,76,76,90,92,95,93,94,92,94,97,90,90,78,108,107,95,113,101,100,152,96,78",
+ "endOffsets": "203,302,414,497,597,710,787,864,955,1048,1144,1238,1333,1426,1521,1619,1710,1801,1880,1989,2097,2193,2307,2409,2510,2663,2760,2839"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,419,502,602,715,792,869,960,1053,1149,1243,1338,1431,1526,1624,1715,1806,1885,1994,2102,2198,2312,2414,2515,2668,5456",
+ "endColumns": "102,98,111,82,99,112,76,76,90,92,95,93,94,92,94,97,90,90,78,108,107,95,113,101,100,152,96,78",
+ "endOffsets": "203,302,414,497,597,710,787,864,955,1048,1144,1238,1333,1426,1521,1619,1710,1801,1880,1989,2097,2193,2307,2409,2510,2663,2760,5530"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-da\\values-da.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -13,21 +30,45 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2844",
+ "startOffsets": "5535",
"endColumns": "100",
- "endOffsets": "2940"
+ "endOffsets": "5631"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-da\\values-da.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-da\\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",
- "startColumns": "4,4,4,4,4,4,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,419,502,602,715,792,869,960,1053,1149,1243,1338,1431,1526,1624,1715,1806,1885,1994,2102,2198,2312,2414,2515,2668,2765",
- "endColumns": "102,98,111,82,99,112,76,76,90,92,95,93,94,92,94,97,90,90,78,108,107,95,113,101,100,152,96,78",
- "endOffsets": "203,302,414,497,597,710,787,864,955,1048,1144,1238,1333,1426,1521,1619,1710,1801,1880,1989,2097,2193,2307,2409,2510,2663,2760,2839"
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,349,541,666,773,975,1098,1244,1374,1589,1693,1886,2011,2215,2419,2511,2599",
+ "endColumns": "103,191,124,106,201,122,145,129,214,103,192,124,203,203,91,87,102",
+ "endOffsets": "348,540,665,772,974,1097,1243,1373,1588,1692,1885,2010,2214,2418,2510,2598,2701"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2765,2873,3065,3194,3305,3507,3634,3784,4104,4319,4427,4620,4749,4953,5161,5257,5349",
+ "endColumns": "107,191,128,110,201,126,149,133,214,107,192,128,203,207,95,91,106",
+ "endOffsets": "2868,3060,3189,3300,3502,3629,3779,3913,4314,4422,4615,4744,4948,5156,5252,5344,5451"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-da\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "185",
+ "endOffsets": "432"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3918",
+ "endColumns": "185",
+ "endOffsets": "4099"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-de.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-de.json
index c3f44f6b6..19f8871b0 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-de.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-de.json
@@ -4,7 +4,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-de\\values-de.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-de\\values-de.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-de\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "203",
+ "endOffsets": "450"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4063",
+ "endColumns": "203",
+ "endOffsets": "4262"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-de\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,352,548,674,784,1021,1150,1297,1441,1680,1790,1990,2119,2340,2542,2639,2728",
+ "endColumns": "106,195,125,109,236,128,146,143,238,109,199,128,220,201,96,88,104",
+ "endOffsets": "351,547,673,783,1020,1149,1296,1440,1679,1789,1989,2118,2339,2541,2638,2727,2832"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2843,2954,3150,3280,3394,3631,3764,3915,4267,4506,4620,4820,4953,5174,5380,5481,5574",
+ "endColumns": "110,195,129,113,236,132,150,147,238,113,199,132,220,205,100,92,108",
+ "endOffsets": "2949,3145,3275,3389,3626,3759,3910,4058,4501,4615,4815,4948,5169,5375,5476,5569,5678"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,611,726,803,879,971,1065,1162,1263,1371,1471,1575,1675,1773,1870,1952,2063,2166,2265,2376,2478,2585,2741,2843",
+ "endColumns": "104,97,111,85,104,114,76,75,91,93,96,100,107,99,103,99,97,96,81,110,102,98,110,101,106,155,101,81",
+ "endOffsets": "205,303,415,501,606,721,798,874,966,1060,1157,1258,1366,1466,1570,1670,1768,1865,1947,2058,2161,2260,2371,2473,2580,2736,2838,2920"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,611,726,803,879,971,1065,1162,1263,1371,1471,1575,1675,1773,1870,1952,2063,2166,2265,2376,2478,2585,2741,5683",
+ "endColumns": "104,97,111,85,104,114,76,75,91,93,96,100,107,99,103,99,97,96,81,110,102,98,110,101,106,155,101,81",
+ "endOffsets": "205,303,415,501,606,721,798,874,966,1060,1157,1258,1366,1466,1570,1670,1768,1865,1947,2058,2161,2260,2371,2473,2580,2736,2838,5760"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-de\\values-de.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -13,21 +64,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2925",
+ "startOffsets": "5765",
"endColumns": "100",
- "endOffsets": "3021"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,611,726,803,879,971,1065,1162,1263,1371,1471,1575,1675,1773,1870,1952,2063,2166,2265,2376,2478,2585,2741,2843",
- "endColumns": "104,97,111,85,104,114,76,75,91,93,96,100,107,99,103,99,97,96,81,110,102,98,110,101,106,155,101,81",
- "endOffsets": "205,303,415,501,606,721,798,874,966,1060,1157,1258,1366,1466,1570,1670,1768,1865,1947,2058,2161,2260,2371,2473,2580,2736,2838,2920"
+ "endOffsets": "5861"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-el.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-el.json
index 677e54f08..d3f3403e6 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-el.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-el.json
@@ -4,17 +4,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-el\\values-el.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-el\\values-el.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,641,767,855,941,1032,1125,1221,1315,1416,1509,1604,1701,1792,1883,1968,2079,2189,2291,2402,2511,2619,2779,2879",
"endColumns": "117,110,116,84,104,125,87,85,90,92,95,93,100,92,94,96,90,90,84,110,109,101,110,108,107,159,99,84",
"endOffsets": "218,329,446,531,636,762,850,936,1027,1120,1216,1310,1411,1504,1599,1696,1787,1878,1963,2074,2184,2286,2397,2506,2614,2774,2874,2959"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,641,767,855,941,1032,1125,1221,1315,1416,1509,1604,1701,1792,1883,1968,2079,2189,2291,2402,2511,2619,2779,5734",
+ "endColumns": "117,110,116,84,104,125,87,85,90,92,95,93,100,92,94,96,90,90,84,110,109,101,110,108,107,159,99,84",
+ "endOffsets": "218,329,446,531,636,762,850,936,1027,1120,1216,1310,1411,1504,1599,1696,1787,1878,1963,2074,2184,2286,2397,2506,2614,2774,2874,5814"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-el\\values-el.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-el\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,354,572,702,811,1051,1174,1318,1448,1696,1802,2003,2130,2367,2538,2633,2721",
+ "endColumns": "108,217,129,108,239,122,143,129,247,105,200,126,236,170,94,87,107",
+ "endOffsets": "353,571,701,810,1050,1173,1317,1447,1695,1801,2002,2129,2366,2537,2632,2720,2828"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2879,2992,3210,3344,3457,3697,3824,3972,4329,4577,4687,4888,5019,5256,5431,5530,5622",
+ "endColumns": "112,217,133,112,239,126,147,133,247,109,200,130,236,174,98,91,111",
+ "endOffsets": "2987,3205,3339,3452,3692,3819,3967,4101,4572,4682,4883,5014,5251,5426,5525,5617,5729"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-el\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "222",
+ "endOffsets": "469"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4106",
+ "endColumns": "222",
+ "endOffsets": "4324"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-el\\values-el.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +64,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2964",
+ "startOffsets": "5819",
"endColumns": "100",
- "endOffsets": "3060"
+ "endOffsets": "5915"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-en-rAU.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-en-rAU.json
index b9a80be57..bdd570596 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-en-rAU.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-en-rAU.json
@@ -4,7 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-en-rAU\\values-en-rAU.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-en-rAU\\values-en-rAU.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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",
@@ -14,7 +14,7 @@
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-en-rAU\\values-en-rAU.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-en-rAU\\values-en-rAU.xml",
"from": {
"startLines": "2",
"startColumns": "4",
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-en-rCA.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-en-rCA.json
index d412b97c5..f231bdf0d 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-en-rCA.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-en-rCA.json
@@ -4,7 +4,17 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-en-rCA\\values-en-rCA.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-en-rCA\\values-en-rCA.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,793,869,960,1053,1149,1243,1344,1437,1532,1626,1717,1808,1890,1993,2097,2196,2301,2404,2508,2664,2764",
+ "endColumns": "103,99,107,83,99,114,76,75,90,92,95,93,100,92,94,93,90,90,81,102,103,98,104,102,103,155,99,81",
+ "endOffsets": "204,304,412,496,596,711,788,864,955,1048,1144,1238,1339,1432,1527,1621,1712,1803,1885,1988,2092,2191,2296,2399,2503,2659,2759,2841"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-en-rCA\\values-en-rCA.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -19,16 +29,6 @@
"endColumns": "100",
"endOffsets": "2942"
}
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,793,869,960,1053,1149,1243,1344,1437,1532,1626,1717,1808,1890,1993,2097,2196,2301,2404,2508,2664,2764",
- "endColumns": "103,99,107,83,99,114,76,75,90,92,95,93,100,92,94,93,90,90,81,102,103,98,104,102,103,155,99,81",
- "endOffsets": "204,304,412,496,596,711,788,864,955,1048,1144,1238,1339,1432,1527,1621,1712,1803,1885,1988,2092,2191,2296,2399,2503,2659,2759,2841"
- }
}
]
}
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-en-rGB.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-en-rGB.json
index 09aff7c37..d4c1f6765 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-en-rGB.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-en-rGB.json
@@ -4,17 +4,41 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-en-rGB\\values-en-rGB.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-en-rGB\\values-en-rGB.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,793,869,960,1053,1149,1243,1344,1437,1532,1626,1717,1808,1890,1993,2097,2196,2301,2404,2508,2664,2764",
"endColumns": "103,99,107,83,99,114,76,75,90,92,95,93,100,92,94,93,90,90,81,102,103,98,104,102,103,155,99,81",
"endOffsets": "204,304,412,496,596,711,788,864,955,1048,1144,1238,1339,1432,1527,1621,1712,1803,1885,1988,2092,2191,2296,2399,2503,2659,2759,2841"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,793,869,960,1053,1149,1243,1344,1437,1532,1626,1717,1808,1890,1993,2097,2196,2301,2404,2508,2664,5412",
+ "endColumns": "103,99,107,83,99,114,76,75,90,92,95,93,100,92,94,93,90,90,81,102,103,98,104,102,103,155,99,81",
+ "endOffsets": "204,304,412,496,596,711,788,864,955,1048,1144,1238,1339,1432,1527,1621,1712,1803,1885,1988,2092,2191,2296,2399,2503,2659,2759,5489"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-en-rGB\\values-en-rGB.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-en-rGB\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "249,352,536,659,764,974,1095,1237,1365,1583,1686,1869,1992,2197,2371,2460,2548",
+ "endColumns": "102,183,122,104,209,120,141,127,217,102,182,122,204,173,88,87,103",
+ "endOffsets": "351,535,658,763,973,1094,1236,1364,1582,1685,1868,1991,2196,2370,2459,2547,2651"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2764,2871,3055,3182,3291,3501,3626,3772,4101,4319,4426,4609,4736,4941,5119,5212,5304",
+ "endColumns": "106,183,126,108,209,124,145,131,217,106,182,126,204,177,92,91,107",
+ "endOffsets": "2866,3050,3177,3286,3496,3621,3767,3899,4314,4421,4604,4731,4936,5114,5207,5299,5407"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-en-rGB\\values-en-rGB.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +47,28 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2846",
+ "startOffsets": "5494",
"endColumns": "100",
- "endOffsets": "2942"
+ "endOffsets": "5590"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-en-rGB\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "251",
+ "endColumns": "196",
+ "endOffsets": "447"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3904",
+ "endColumns": "196",
+ "endOffsets": "4096"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-en-rIN.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-en-rIN.json
index 2ec90529f..20c2ced49 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-en-rIN.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-en-rIN.json
@@ -4,17 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-en-rIN\\values-en-rIN.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,793,869,960,1053,1149,1243,1344,1437,1532,1626,1717,1808,1890,1993,2097,2196,2301,2404,2508,2664,2764",
- "endColumns": "103,99,107,83,99,114,76,75,90,92,95,93,100,92,94,93,90,90,81,102,103,98,104,102,103,155,99,81",
- "endOffsets": "204,304,412,496,596,711,788,864,955,1048,1144,1238,1339,1432,1527,1621,1712,1803,1885,1988,2092,2191,2296,2399,2503,2659,2759,2841"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-en-rIN\\values-en-rIN.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-en-rIN\\values-en-rIN.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -29,6 +19,16 @@
"endColumns": "100",
"endOffsets": "2942"
}
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,793,869,960,1053,1149,1243,1344,1437,1532,1626,1717,1808,1890,1993,2097,2196,2301,2404,2508,2664,2764",
+ "endColumns": "103,99,107,83,99,114,76,75,90,92,95,93,100,92,94,93,90,90,81,102,103,98,104,102,103,155,99,81",
+ "endOffsets": "204,304,412,496,596,711,788,864,955,1048,1144,1238,1339,1432,1527,1621,1712,1803,1885,1988,2092,2191,2296,2399,2503,2659,2759,2841"
+ }
}
]
}
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-en-rXC.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-en-rXC.json
index 2ea9b453a..6005fe63a 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-en-rXC.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-en-rXC.json
@@ -4,17 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-en-rXC\\values-en-rXC.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,310,510,719,904,1106,1321,1494,1671,1862,2055,2253,2449,2652,2847,3044,3239,3432,3623,3807,4011,4216,4417,4624,4826,5031,5303,5503",
- "endColumns": "204,199,208,184,201,214,172,176,190,192,197,195,202,194,196,194,192,190,183,203,204,200,206,201,204,271,199,178",
- "endOffsets": "305,505,714,899,1101,1316,1489,1666,1857,2050,2248,2444,2647,2842,3039,3234,3427,3618,3802,4006,4211,4412,4619,4821,5026,5298,5498,5677"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-en-rXC\\values-en-rXC.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-en-rXC\\values-en-rXC.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -29,6 +19,16 @@
"endColumns": "202",
"endOffsets": "5880"
}
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,310,510,719,904,1106,1321,1494,1671,1862,2055,2253,2449,2652,2847,3044,3239,3432,3623,3807,4011,4216,4417,4624,4826,5031,5303,5503",
+ "endColumns": "204,199,208,184,201,214,172,176,190,192,197,195,202,194,196,194,192,190,183,203,204,200,206,201,204,271,199,178",
+ "endOffsets": "305,505,714,899,1101,1316,1489,1666,1857,2050,2248,2444,2647,2842,3039,3234,3427,3618,3802,4006,4211,4412,4619,4821,5026,5298,5498,5677"
+ }
}
]
}
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-es-rUS.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-es-rUS.json
index 8e8ccacd1..bbcbfd017 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-es-rUS.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-es-rUS.json
@@ -4,17 +4,24 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-es-rUS\\values-es-rUS.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-es-rUS\\values-es-rUS.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,628,751,836,918,1009,1102,1198,1292,1392,1485,1584,1680,1771,1862,1944,2056,2156,2257,2365,2472,2579,2738,2838",
"endColumns": "119,108,107,84,100,122,84,81,90,92,95,93,99,92,98,95,90,90,81,111,99,100,107,106,106,158,99,81",
"endOffsets": "220,329,437,522,623,746,831,913,1004,1097,1193,1287,1387,1480,1579,1675,1766,1857,1939,2051,2151,2252,2360,2467,2574,2733,2833,2915"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,628,751,836,918,1009,1102,1198,1292,1392,1485,1584,1680,1771,1862,1944,2056,2156,2257,2365,2472,2579,2738,5656",
+ "endColumns": "119,108,107,84,100,122,84,81,90,92,95,93,99,92,98,95,90,90,81,111,99,100,107,106,106,158,99,81",
+ "endOffsets": "220,329,437,522,623,746,831,913,1004,1097,1193,1287,1387,1480,1579,1675,1766,1857,1939,2051,2151,2252,2360,2467,2574,2733,2833,5733"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-es-rUS\\values-es-rUS.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-es-rUS\\values-es-rUS.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +30,45 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2920",
+ "startOffsets": "5738",
"endColumns": "100",
- "endOffsets": "3016"
+ "endOffsets": "5834"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-es-rUS\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "249,355,553,683,789,1009,1138,1287,1418,1648,1755,1956,2087,2323,2527,2623,2711",
+ "endColumns": "105,197,129,105,219,128,148,130,229,106,200,130,235,203,95,87,102",
+ "endOffsets": "354,552,682,788,1008,1137,1286,1417,1647,1754,1955,2086,2322,2526,2622,2710,2813"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2838,2948,3146,3280,3390,3610,3743,3896,4236,4466,4577,4778,4913,5149,5357,5457,5549",
+ "endColumns": "109,197,133,109,219,132,152,134,229,110,200,134,235,207,99,91,106",
+ "endOffsets": "2943,3141,3275,3385,3605,3738,3891,4026,4461,4572,4773,4908,5144,5352,5452,5544,5651"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-es-rUS\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "251",
+ "endColumns": "204",
+ "endOffsets": "455"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4031",
+ "endColumns": "204",
+ "endOffsets": "4231"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-es.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-es.json
index 6f394f382..4fc8baed4 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-es.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-es.json
@@ -4,17 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-es\\values-es.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,222,335,443,528,629,757,842,924,1016,1110,1208,1302,1403,1497,1593,1689,1781,1873,1955,2062,2162,2261,2369,2476,2583,2742,2842",
- "endColumns": "116,112,107,84,100,127,84,81,91,93,97,93,100,93,95,95,91,91,81,106,99,98,107,106,106,158,99,81",
- "endOffsets": "217,330,438,523,624,752,837,919,1011,1105,1203,1297,1398,1492,1588,1684,1776,1868,1950,2057,2157,2256,2364,2471,2578,2737,2837,2919"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-es\\values-es.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-es\\values-es.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +13,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2924",
+ "startOffsets": "5750",
"endColumns": "100",
- "endOffsets": "3020"
+ "endOffsets": "5846"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,222,335,443,528,629,757,842,924,1016,1110,1208,1302,1403,1497,1593,1689,1781,1873,1955,2062,2162,2261,2369,2476,2583,2742,2842",
+ "endColumns": "116,112,107,84,100,127,84,81,91,93,97,93,100,93,95,95,91,91,81,106,99,98,107,106,106,158,99,81",
+ "endOffsets": "217,330,438,523,624,752,837,919,1011,1105,1203,1297,1398,1492,1588,1684,1776,1868,1950,2057,2157,2256,2364,2471,2578,2737,2837,2919"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,335,443,528,629,757,842,924,1016,1110,1208,1302,1403,1497,1593,1689,1781,1873,1955,2062,2162,2261,2369,2476,2583,2742,5668",
+ "endColumns": "116,112,107,84,100,127,84,81,91,93,97,93,100,93,95,95,91,91,81,106,99,98,107,106,106,158,99,81",
+ "endOffsets": "217,330,438,523,624,752,837,919,1011,1105,1203,1297,1398,1492,1588,1684,1776,1868,1950,2057,2157,2256,2364,2471,2578,2737,2837,5745"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-es\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "218",
+ "endOffsets": "465"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4036",
+ "endColumns": "218",
+ "endOffsets": "4250"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-es\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,351,546,675,781,1001,1132,1280,1415,1666,1773,1969,2099,2323,2506,2599,2694",
+ "endColumns": "105,194,128,105,219,130,147,134,250,106,195,129,223,182,92,94,109",
+ "endOffsets": "350,545,674,780,1000,1131,1279,1414,1665,1772,1968,2098,2322,2505,2598,2693,2803"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2842,2952,3147,3280,3390,3610,3745,3897,4255,4506,4617,4813,4947,5171,5358,5455,5554",
+ "endColumns": "109,194,132,109,219,134,151,138,250,110,195,133,223,186,96,98,113",
+ "endOffsets": "2947,3142,3275,3385,3605,3740,3892,4031,4501,4612,4808,4942,5166,5353,5450,5549,5663"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-et.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-et.json
index 9a31ea2b2..3a0dee366 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-et.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-et.json
@@ -4,7 +4,41 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-et\\values-et.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-et\\values-et.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-et\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "198",
+ "endOffsets": "445"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4016",
+ "endColumns": "198",
+ "endOffsets": "4210"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-et\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,346,540,665,771,980,1107,1249,1377,1596,1702,1897,2027,2241,2412,2501,2592",
+ "endColumns": "100,193,124,105,208,126,141,127,218,105,194,129,213,170,88,90,112",
+ "endOffsets": "345,539,664,770,979,1106,1248,1376,1595,1701,1896,2026,2240,2411,2500,2591,2704"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2860,2965,3159,3288,3398,3607,3738,3884,4215,4434,4544,4739,4873,5087,5262,5355,5450",
+ "endColumns": "104,193,128,109,208,130,145,131,218,109,194,133,213,174,92,94,116",
+ "endOffsets": "2960,3154,3283,3393,3602,3733,3879,4011,4429,4539,4734,4868,5082,5257,5350,5445,5562"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-et\\values-et.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -13,21 +47,28 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2942",
+ "startOffsets": "5649",
"endColumns": "100",
- "endOffsets": "3038"
+ "endOffsets": "5745"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-et\\values-et.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,222,329,440,526,628,745,825,903,995,1089,1194,1296,1406,1500,1601,1695,1787,1880,1963,2074,2179,2278,2388,2489,2592,2758,2860",
"endColumns": "116,106,110,85,101,116,79,77,91,93,104,101,109,93,100,93,91,92,82,110,104,98,109,100,102,165,101,81",
"endOffsets": "217,324,435,521,623,740,820,898,990,1084,1189,1291,1401,1495,1596,1690,1782,1875,1958,2069,2174,2273,2383,2484,2587,2753,2855,2937"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,329,440,526,628,745,825,903,995,1089,1194,1296,1406,1500,1601,1695,1787,1880,1963,2074,2179,2278,2388,2489,2592,2758,5567",
+ "endColumns": "116,106,110,85,101,116,79,77,91,93,104,101,109,93,100,93,91,92,82,110,104,98,109,100,102,165,101,81",
+ "endOffsets": "217,324,435,521,623,740,820,898,990,1084,1189,1291,1401,1495,1596,1690,1782,1875,1958,2069,2174,2273,2383,2484,2587,2753,2855,5644"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-eu.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-eu.json
index cfbdf8311..8f1752d8a 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-eu.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-eu.json
@@ -4,17 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-eu\\values-eu.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,825,909,1001,1095,1192,1286,1388,1482,1578,1675,1767,1860,1942,2051,2161,2260,2369,2475,2586,2757,2856",
- "endColumns": "108,97,109,85,105,123,86,83,91,93,96,93,101,93,95,96,91,92,81,108,109,98,108,105,110,170,98,81",
- "endOffsets": "209,307,417,503,609,733,820,904,996,1090,1187,1281,1383,1477,1573,1670,1762,1855,1937,2046,2156,2255,2364,2470,2581,2752,2851,2933"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-eu\\values-eu.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-eu\\values-eu.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +13,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2938",
+ "startOffsets": "5724",
"endColumns": "100",
- "endOffsets": "3034"
+ "endOffsets": "5820"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,825,909,1001,1095,1192,1286,1388,1482,1578,1675,1767,1860,1942,2051,2161,2260,2369,2475,2586,2757,2856",
+ "endColumns": "108,97,109,85,105,123,86,83,91,93,96,93,101,93,95,96,91,92,81,108,109,98,108,105,110,170,98,81",
+ "endOffsets": "209,307,417,503,609,733,820,904,996,1090,1187,1281,1383,1477,1573,1670,1762,1855,1937,2046,2156,2255,2364,2470,2581,2752,2851,2933"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,825,909,1001,1095,1192,1286,1388,1482,1578,1675,1767,1860,1942,2051,2161,2260,2369,2475,2586,2757,5642",
+ "endColumns": "108,97,109,85,105,123,86,83,91,93,96,93,101,93,95,96,91,92,81,108,109,98,108,105,110,170,98,81",
+ "endOffsets": "209,307,417,503,609,733,820,904,996,1090,1187,1281,1383,1477,1573,1670,1762,1855,1937,2046,2156,2255,2364,2470,2581,2752,2851,5719"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-eu\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "200",
+ "endOffsets": "447"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4033",
+ "endColumns": "200",
+ "endOffsets": "4229"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-eu\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,347,555,679,786,992,1117,1266,1398,1641,1747,1945,2073,2300,2485,2577,2668",
+ "endColumns": "101,207,123,106,205,124,148,131,242,105,197,127,226,184,91,90,113",
+ "endOffsets": "346,554,678,785,991,1116,1265,1397,1640,1746,1944,2072,2299,2484,2576,2667,2781"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2856,2962,3170,3298,3409,3615,3744,3897,4234,4477,4587,4785,4917,5144,5333,5429,5524",
+ "endColumns": "105,207,127,110,205,128,152,135,242,109,197,131,226,188,95,94,117",
+ "endOffsets": "2957,3165,3293,3404,3610,3739,3892,4028,4472,4582,4780,4912,5139,5328,5424,5519,5637"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-fa.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-fa.json
index 1965206d8..31b2b49d8 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-fa.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-fa.json
@@ -4,7 +4,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-fa\\values-fa.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-fa\\values-fa.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,318,429,513,616,731,810,888,981,1076,1172,1266,1369,1464,1561,1660,1753,1843,1924,2036,2139,2237,2347,2451,2560,2721,2822",
+ "endColumns": "109,102,110,83,102,114,78,77,92,94,95,93,102,94,96,98,92,89,80,111,102,97,109,103,108,160,100,80",
+ "endOffsets": "210,313,424,508,611,726,805,883,976,1071,1167,1261,1364,1459,1556,1655,1748,1838,1919,2031,2134,2232,2342,2446,2555,2716,2817,2898"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,318,429,513,616,731,810,888,981,1076,1172,1266,1369,1464,1561,1660,1753,1843,1924,2036,2139,2237,2347,2451,2560,2721,5552",
+ "endColumns": "109,102,110,83,102,114,78,77,92,94,95,93,102,94,96,98,92,89,80,111,102,97,109,103,108,160,100,80",
+ "endOffsets": "210,313,424,508,611,726,805,883,976,1071,1167,1261,1364,1459,1556,1655,1748,1838,1919,2031,2134,2232,2342,2446,2555,2716,2817,5628"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-fa\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "213",
+ "endOffsets": "460"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3966",
+ "endColumns": "213",
+ "endOffsets": "4175"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-fa\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,351,542,671,772,971,1097,1238,1365,1577,1685,1888,2019,2233,2417,2509,2603",
+ "endColumns": "105,190,128,100,198,125,140,126,211,107,202,130,213,183,91,93,109",
+ "endOffsets": "350,541,670,771,970,1096,1237,1364,1576,1684,1887,2018,2232,2416,2508,2602,2712"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2822,2932,3123,3256,3361,3560,3690,3835,4180,4392,4504,4707,4842,5056,5244,5340,5438",
+ "endColumns": "109,190,132,104,198,129,144,130,211,111,202,134,213,187,95,97,113",
+ "endOffsets": "2927,3118,3251,3356,3555,3685,3830,3961,4387,4499,4702,4837,5051,5239,5335,5433,5547"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-fa\\values-fa.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -13,21 +64,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2903",
+ "startOffsets": "5633",
"endColumns": "100",
- "endOffsets": "2999"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,318,429,513,616,731,810,888,981,1076,1172,1266,1369,1464,1561,1660,1753,1843,1924,2036,2139,2237,2347,2451,2560,2721,2822",
- "endColumns": "109,102,110,83,102,114,78,77,92,94,95,93,102,94,96,98,92,89,80,111,102,97,109,103,108,160,100,80",
- "endOffsets": "210,313,424,508,611,726,805,883,976,1071,1167,1261,1364,1459,1556,1655,1748,1838,1919,2031,2134,2232,2342,2446,2555,2716,2817,2898"
+ "endOffsets": "5729"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-fi.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-fi.json
index 0b2651aec..c6de71cc0 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-fi.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-fi.json
@@ -4,17 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-fi\\values-fi.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,414,500,605,723,810,892,983,1076,1172,1266,1361,1454,1550,1649,1740,1834,1914,2021,2124,2221,2327,2426,2530,2693,2792",
- "endColumns": "107,99,100,85,104,117,86,81,90,92,95,93,94,92,95,98,90,93,79,106,102,96,105,98,103,162,98,79",
- "endOffsets": "208,308,409,495,600,718,805,887,978,1071,1167,1261,1356,1449,1545,1644,1735,1829,1909,2016,2119,2216,2322,2421,2525,2688,2787,2867"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-fi\\values-fi.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-fi\\values-fi.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +13,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2872",
+ "startOffsets": "5532",
"endColumns": "100",
- "endOffsets": "2968"
+ "endOffsets": "5628"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-fi\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "208",
+ "endOffsets": "455"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3943",
+ "endColumns": "208",
+ "endOffsets": "4147"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-fi\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,354,539,668,772,974,1098,1240,1372,1572,1676,1856,1980,2187,2352,2444,2540",
+ "endColumns": "108,184,128,103,201,123,141,131,199,103,179,123,206,164,91,95,107",
+ "endOffsets": "353,538,667,771,973,1097,1239,1371,1571,1675,1855,1979,2186,2351,2443,2539,2647"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2792,2905,3090,3223,3331,3533,3661,3807,4152,4352,4460,4640,4768,4975,5144,5240,5340",
+ "endColumns": "112,184,132,107,201,127,145,135,199,107,179,127,206,168,95,99,111",
+ "endOffsets": "2900,3085,3218,3326,3528,3656,3802,3938,4347,4455,4635,4763,4970,5139,5235,5335,5447"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,414,500,605,723,810,892,983,1076,1172,1266,1361,1454,1550,1649,1740,1834,1914,2021,2124,2221,2327,2426,2530,2693,2792",
+ "endColumns": "107,99,100,85,104,117,86,81,90,92,95,93,94,92,95,98,90,93,79,106,102,96,105,98,103,162,98,79",
+ "endOffsets": "208,308,409,495,600,718,805,887,978,1071,1167,1261,1356,1449,1545,1644,1735,1829,1909,2016,2119,2216,2322,2421,2525,2688,2787,2867"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,414,500,605,723,810,892,983,1076,1172,1266,1361,1454,1550,1649,1740,1834,1914,2021,2124,2221,2327,2426,2530,2693,5452",
+ "endColumns": "107,99,100,85,104,117,86,81,90,92,95,93,94,92,95,98,90,93,79,106,102,96,105,98,103,162,98,79",
+ "endOffsets": "208,308,409,495,600,718,805,887,978,1071,1167,1261,1356,1449,1545,1644,1735,1829,1909,2016,2119,2216,2322,2421,2525,2688,2787,5527"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-fr-rCA.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-fr-rCA.json
index 48d64aefd..81e7d3765 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-fr-rCA.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-fr-rCA.json
@@ -4,17 +4,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-fr-rCA\\values-fr-rCA.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-fr-rCA\\values-fr-rCA.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,331,442,529,645,775,858,938,1029,1122,1221,1316,1417,1510,1603,1698,1789,1880,1976,2086,2198,2301,2412,2519,2621,2780,2879",
"endColumns": "110,114,110,86,115,129,82,79,90,92,98,94,100,92,92,94,90,90,95,109,111,102,110,106,101,158,98,85",
"endOffsets": "211,326,437,524,640,770,853,933,1024,1117,1216,1311,1412,1505,1598,1693,1784,1875,1971,2081,2193,2296,2407,2514,2616,2775,2874,2960"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,442,529,645,775,858,938,1029,1122,1221,1316,1417,1510,1603,1698,1789,1880,1976,2086,2198,2301,2412,2519,2621,2780,5780",
+ "endColumns": "110,114,110,86,115,129,82,79,90,92,98,94,100,92,92,94,90,90,95,109,111,102,110,106,101,158,98,85",
+ "endOffsets": "211,326,437,524,640,770,853,933,1024,1117,1216,1311,1412,1505,1598,1693,1784,1875,1971,2081,2193,2296,2407,2514,2616,2775,2874,5861"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-fr-rCA\\values-fr-rCA.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-fr-rCA\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "249,353,565,693,800,1030,1161,1308,1446,1700,1810,2026,2160,2379,2584,2683,2773",
+ "endColumns": "103,211,127,106,229,130,146,137,253,109,215,133,218,204,98,89,108",
+ "endOffsets": "352,564,692,799,1029,1160,1307,1445,1699,1809,2025,2159,2378,2583,2682,2772,2881"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2879,2987,3199,3331,3442,3672,3807,3958,4320,4574,4688,4904,5042,5261,5470,5573,5667",
+ "endColumns": "107,211,131,110,229,134,150,141,253,113,215,137,218,208,102,93,112",
+ "endOffsets": "2982,3194,3326,3437,3667,3802,3953,4095,4569,4683,4899,5037,5256,5465,5568,5662,5775"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-fr-rCA\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "251",
+ "endColumns": "219",
+ "endOffsets": "470"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4100",
+ "endColumns": "219",
+ "endOffsets": "4315"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-fr-rCA\\values-fr-rCA.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +64,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2965",
+ "startOffsets": "5866",
"endColumns": "100",
- "endOffsets": "3061"
+ "endOffsets": "5962"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-fr.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-fr.json
index e8e8f1f31..ecf9166e2 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-fr.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-fr.json
@@ -4,17 +4,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-fr\\values-fr.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-fr\\values-fr.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-fr\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "223",
+ "endOffsets": "470"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4080",
+ "endColumns": "223",
+ "endOffsets": "4299"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,442,524,630,760,843,923,1014,1107,1206,1301,1402,1495,1588,1683,1774,1865,1951,2061,2173,2276,2387,2494,2601,2760,2859",
"endColumns": "110,114,110,81,105,129,82,79,90,92,98,94,100,92,92,94,90,90,85,109,111,102,110,106,106,158,98,85",
"endOffsets": "211,326,437,519,625,755,838,918,1009,1102,1201,1296,1397,1490,1583,1678,1769,1860,1946,2056,2168,2271,2382,2489,2596,2755,2854,2940"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,442,524,630,760,843,923,1014,1107,1206,1301,1402,1495,1588,1683,1774,1865,1951,2061,2173,2276,2387,2494,2601,2760,5750",
+ "endColumns": "110,114,110,81,105,129,82,79,90,92,98,94,100,92,92,94,90,90,85,109,111,102,110,106,106,158,98,85",
+ "endOffsets": "211,326,437,519,625,755,838,918,1009,1102,1201,1296,1397,1490,1583,1678,1769,1860,1946,2056,2168,2271,2382,2489,2596,2755,2854,5831"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-fr\\values-fr.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-fr\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,349,561,689,796,1026,1157,1304,1442,1679,1789,2005,2139,2358,2563,2662,2755",
+ "endColumns": "103,211,127,106,229,130,146,137,236,109,215,133,218,204,98,92,108",
+ "endOffsets": "348,560,688,795,1025,1156,1303,1441,1678,1788,2004,2138,2357,2562,2661,2754,2863"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2859,2967,3179,3311,3422,3652,3787,3938,4304,4541,4655,4871,5009,5228,5437,5540,5637",
+ "endColumns": "107,211,131,110,229,134,150,141,236,113,215,137,218,208,102,96,112",
+ "endOffsets": "2962,3174,3306,3417,3647,3782,3933,4075,4536,4650,4866,5004,5223,5432,5535,5632,5745"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-fr\\values-fr.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +64,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2945",
+ "startOffsets": "5836",
"endColumns": "100",
- "endOffsets": "3041"
+ "endOffsets": "5932"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-gl.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-gl.json
index 81f1f302a..5fdef8f5d 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-gl.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-gl.json
@@ -4,17 +4,24 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-gl\\values-gl.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-gl\\values-gl.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-gl\\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",
- "startColumns": "4,4,4,4,4,4,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,329,437,522,624,750,834,915,1007,1101,1199,1293,1394,1488,1584,1679,1771,1863,1945,2052,2161,2260,2368,2472,2579,2738,2838",
- "endColumns": "111,111,107,84,101,125,83,80,91,93,97,93,100,93,95,94,91,91,81,106,108,98,107,103,106,158,99,81",
- "endOffsets": "212,324,432,517,619,745,829,910,1002,1096,1194,1288,1389,1483,1579,1674,1766,1858,1940,2047,2156,2255,2363,2467,2574,2733,2833,2915"
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,349,544,671,777,995,1125,1270,1404,1634,1741,1941,2074,2298,2476,2569,2664",
+ "endColumns": "103,194,126,105,217,129,144,133,229,106,199,132,223,177,92,94,109",
+ "endOffsets": "348,543,670,776,994,1124,1269,1403,1633,1740,1940,2073,2297,2475,2568,2663,2773"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2838,2946,3141,3272,3382,3600,3734,3883,4214,4444,4555,4755,4892,5116,5298,5395,5494",
+ "endColumns": "107,194,130,109,217,133,148,137,229,110,199,136,223,181,96,98,113",
+ "endOffsets": "2941,3136,3267,3377,3595,3729,3878,4016,4439,4550,4750,4887,5111,5293,5390,5489,5603"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-gl\\values-gl.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-gl\\values-gl.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +30,45 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2920",
+ "startOffsets": "5690",
"endColumns": "100",
- "endOffsets": "3016"
+ "endOffsets": "5786"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,217,329,437,522,624,750,834,915,1007,1101,1199,1293,1394,1488,1584,1679,1771,1863,1945,2052,2161,2260,2368,2472,2579,2738,2838",
+ "endColumns": "111,111,107,84,101,125,83,80,91,93,97,93,100,93,95,94,91,91,81,106,108,98,107,103,106,158,99,81",
+ "endOffsets": "212,324,432,517,619,745,829,910,1002,1096,1194,1288,1389,1483,1579,1674,1766,1858,1940,2047,2156,2255,2363,2467,2574,2733,2833,2915"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,329,437,522,624,750,834,915,1007,1101,1199,1293,1394,1488,1584,1679,1771,1863,1945,2052,2161,2260,2368,2472,2579,2738,5608",
+ "endColumns": "111,111,107,84,101,125,83,80,91,93,97,93,100,93,95,94,91,91,81,106,108,98,107,103,106,158,99,81",
+ "endOffsets": "212,324,432,517,619,745,829,910,1002,1096,1194,1288,1389,1483,1579,1674,1766,1858,1940,2047,2156,2255,2363,2467,2574,2733,2833,5685"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-gl\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "192",
+ "endOffsets": "439"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4021",
+ "endColumns": "192",
+ "endOffsets": "4209"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-gu.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-gu.json
index 36ad1f3ac..c81d2a78d 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-gu.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-gu.json
@@ -4,7 +4,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-gu\\values-gu.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-gu\\values-gu.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-gu\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,351,549,672,782,979,1099,1236,1361,1568,1674,1869,1992,2194,2370,2457,2549",
+ "endColumns": "105,197,122,109,196,119,136,124,206,105,194,122,201,175,86,91,106",
+ "endOffsets": "350,548,671,781,978,1098,1235,1360,1567,1673,1868,1991,2193,2369,2456,2548,2655"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2802,2912,3110,3237,3351,3548,3672,3813,4148,4355,4465,4660,4787,4989,5169,5260,5356",
+ "endColumns": "109,197,126,113,196,123,140,128,206,109,194,126,201,179,90,95,110",
+ "endOffsets": "2907,3105,3232,3346,3543,3667,3808,3937,4350,4460,4655,4782,4984,5164,5255,5351,5462"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-gu\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "205",
+ "endOffsets": "452"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3942",
+ "endColumns": "205",
+ "endOffsets": "4143"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,214,318,425,512,613,736,813,891,982,1075,1174,1268,1369,1462,1557,1654,1745,1836,1916,2022,2124,2221,2330,2429,2539,2699,2802",
+ "endColumns": "108,103,106,86,100,122,76,77,90,92,98,93,100,92,94,96,90,90,79,105,101,96,108,98,109,159,102,79",
+ "endOffsets": "209,313,420,507,608,731,808,886,977,1070,1169,1263,1364,1457,1552,1649,1740,1831,1911,2017,2119,2216,2325,2424,2534,2694,2797,2877"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,318,425,512,613,736,813,891,982,1075,1174,1268,1369,1462,1557,1654,1745,1836,1916,2022,2124,2221,2330,2429,2539,2699,5467",
+ "endColumns": "108,103,106,86,100,122,76,77,90,92,98,93,100,92,94,96,90,90,79,105,101,96,108,98,109,159,102,79",
+ "endOffsets": "209,313,420,507,608,731,808,886,977,1070,1169,1263,1364,1457,1552,1649,1740,1831,1911,2017,2119,2216,2325,2424,2534,2694,2797,5542"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-gu\\values-gu.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -13,21 +64,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2882",
+ "startOffsets": "5547",
"endColumns": "100",
- "endOffsets": "2978"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,214,318,425,512,613,736,813,891,982,1075,1174,1268,1369,1462,1557,1654,1745,1836,1916,2022,2124,2221,2330,2429,2539,2699,2802",
- "endColumns": "108,103,106,86,100,122,76,77,90,92,98,93,100,92,94,96,90,90,79,105,101,96,108,98,109,159,102,79",
- "endOffsets": "209,313,420,507,608,731,808,886,977,1070,1169,1263,1364,1457,1552,1649,1740,1831,1911,2017,2119,2216,2325,2424,2534,2694,2797,2877"
+ "endOffsets": "5643"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-h720dp-v13.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-h720dp-v13.json
index e51cb479f..40c9f7fae 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-h720dp-v13.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-h720dp-v13.json
@@ -4,7 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-h720dp-v13\\values-h720dp-v13.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-h720dp-v13\\values-h720dp-v13.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\res\\values-h720dp-v13\\values-h720dp-v13.xml",
"from": {
"startLines": "2",
"startColumns": "4",
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-hdpi-v4.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-hdpi-v4.json
index 8bbbfa1c0..e7cd9b09e 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-hdpi-v4.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-hdpi-v4.json
@@ -4,7 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hdpi-v4\\values-hdpi-v4.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-hdpi-v4\\values-hdpi-v4.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\res\\values-hdpi-v4\\values-hdpi-v4.xml",
"from": {
"startLines": "2",
"startColumns": "4",
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-hi.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-hi.json
index 90a6490f7..c5a207d9e 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-hi.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-hi.json
@@ -4,7 +4,24 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hi\\values-hi.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-hi\\values-hi.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,308,418,504,606,728,805,883,974,1067,1163,1257,1358,1451,1546,1640,1731,1822,1912,2021,2124,2226,2336,2437,2549,2711,2812",
+ "endColumns": "105,96,109,85,101,121,76,77,90,92,95,93,100,92,94,93,90,90,89,108,102,101,109,100,111,161,100,79",
+ "endOffsets": "206,303,413,499,601,723,800,878,969,1062,1158,1252,1353,1446,1541,1635,1726,1817,1907,2016,2119,2221,2331,2432,2544,2706,2807,2887"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,308,418,504,606,728,805,883,974,1067,1163,1257,1358,1451,1546,1640,1731,1822,1912,2021,2124,2226,2336,2437,2549,2711,5532",
+ "endColumns": "105,96,109,85,101,121,76,77,90,92,95,93,100,92,94,93,90,90,89,108,102,101,109,100,111,161,100,79",
+ "endOffsets": "206,303,413,499,601,723,800,878,969,1062,1158,1252,1353,1446,1541,1635,1726,1817,1907,2016,2119,2221,2331,2432,2544,2706,2807,5607"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-hi\\values-hi.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -13,21 +30,45 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2892",
+ "startOffsets": "5612",
"endColumns": "100",
- "endOffsets": "2988"
+ "endOffsets": "5708"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-hi\\values-hi.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-hi\\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",
- "startColumns": "4,4,4,4,4,4,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,308,418,504,606,728,805,883,974,1067,1163,1257,1358,1451,1546,1640,1731,1822,1912,2021,2124,2226,2336,2437,2549,2711,2812",
- "endColumns": "105,96,109,85,101,121,76,77,90,92,95,93,100,92,94,93,90,90,89,108,102,101,109,100,111,161,100,79",
- "endOffsets": "206,303,413,499,601,723,800,878,969,1062,1158,1252,1353,1446,1541,1635,1726,1817,1907,2016,2119,2221,2331,2432,2544,2706,2807,2887"
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,351,543,667,777,987,1115,1253,1390,1606,1713,1910,2038,2238,2417,2506,2599",
+ "endColumns": "105,191,123,109,209,127,137,136,215,106,196,127,199,178,88,92,112",
+ "endOffsets": "350,542,666,776,986,1114,1252,1389,1605,1712,1909,2037,2237,2416,2505,2598,2711"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2812,2922,3114,3242,3356,3566,3698,3840,4186,4402,4513,4710,4842,5042,5225,5318,5415",
+ "endColumns": "109,191,127,113,209,131,141,140,215,110,196,131,199,182,92,96,116",
+ "endOffsets": "2917,3109,3237,3351,3561,3693,3835,3976,4397,4508,4705,4837,5037,5220,5313,5410,5527"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-hi\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "204",
+ "endOffsets": "451"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3981",
+ "endColumns": "204",
+ "endOffsets": "4181"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-hr.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-hr.json
index 8afb7f4a7..de1a656c0 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-hr.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-hr.json
@@ -4,17 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hr\\values-hr.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,307,417,503,607,726,810,893,984,1077,1173,1267,1368,1461,1556,1655,1746,1837,1923,2027,2140,2246,2351,2464,2571,2740,2837",
- "endColumns": "104,96,109,85,103,118,83,82,90,92,95,93,100,92,94,98,90,90,85,103,112,105,104,112,106,168,96,88",
- "endOffsets": "205,302,412,498,602,721,805,888,979,1072,1168,1262,1363,1456,1551,1650,1741,1832,1918,2022,2135,2241,2346,2459,2566,2735,2832,2921"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-hr\\values-hr.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-hr\\values-hr.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +13,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2926",
+ "startOffsets": "5602",
"endColumns": "100",
- "endOffsets": "3022"
+ "endOffsets": "5698"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,307,417,503,607,726,810,893,984,1077,1173,1267,1368,1461,1556,1655,1746,1837,1923,2027,2140,2246,2351,2464,2571,2740,2837",
+ "endColumns": "104,96,109,85,103,118,83,82,90,92,95,93,100,92,94,98,90,90,85,103,112,105,104,112,106,168,96,88",
+ "endOffsets": "205,302,412,498,602,721,805,888,979,1072,1168,1262,1363,1456,1551,1650,1741,1832,1918,2022,2135,2241,2346,2459,2566,2735,2832,2921"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,307,417,503,607,726,810,893,984,1077,1173,1267,1368,1461,1556,1655,1746,1837,1923,2027,2140,2246,2351,2464,2571,2740,5513",
+ "endColumns": "104,96,109,85,103,118,83,82,90,92,95,93,100,92,94,98,90,90,85,103,112,105,104,112,106,168,96,88",
+ "endOffsets": "205,302,412,498,602,721,805,888,979,1072,1168,1262,1363,1456,1551,1650,1741,1832,1918,2022,2135,2241,2346,2459,2566,2735,2832,5597"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-hr\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,349,538,666,774,990,1118,1259,1391,1600,1705,1893,2019,2225,2394,2488,2576",
+ "endColumns": "103,188,127,107,215,127,140,131,208,104,187,125,205,168,93,87,105",
+ "endOffsets": "348,537,665,773,989,1117,1258,1390,1599,1704,1892,2018,2224,2393,2487,2575,2681"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2837,2945,3134,3266,3378,3594,3726,3871,4198,4407,4516,4704,4834,5040,5213,5311,5403",
+ "endColumns": "107,188,131,111,215,131,144,135,208,108,187,129,205,172,97,91,109",
+ "endOffsets": "2940,3129,3261,3373,3589,3721,3866,4002,4402,4511,4699,4829,5035,5208,5306,5398,5508"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-hr\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "190",
+ "endOffsets": "437"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4007",
+ "endColumns": "190",
+ "endOffsets": "4193"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-hu.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-hu.json
index 5dc6c0654..44e8c762c 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-hu.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-hu.json
@@ -4,7 +4,24 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hu\\values-hu.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-hu\\values-hu.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-hu\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,354,570,706,813,1040,1176,1324,1459,1688,1794,2010,2145,2376,2574,2671,2765",
+ "endColumns": "108,215,135,106,226,135,147,134,228,105,215,134,230,197,96,93,112",
+ "endOffsets": "353,569,705,812,1039,1175,1323,1458,1687,1793,2009,2144,2375,2573,2670,2764,2877"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2878,2991,3207,3347,3458,3685,3825,3977,4352,4581,4691,4907,5046,5277,5479,5580,5678",
+ "endColumns": "112,215,139,110,226,139,151,138,228,109,215,138,230,201,100,97,116",
+ "endOffsets": "2986,3202,3342,3453,3680,3820,3972,4111,4576,4686,4902,5041,5272,5474,5575,5673,5790"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-hu\\values-hu.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -13,21 +30,45 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2961",
+ "startOffsets": "5878",
"endColumns": "100",
- "endOffsets": "3057"
+ "endOffsets": "5974"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-hu\\values-hu.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,318,433,517,629,759,835,911,1002,1095,1191,1285,1386,1479,1574,1669,1760,1851,1934,2044,2155,2255,2366,2474,2593,2775,2878",
"endColumns": "107,104,114,83,111,129,75,75,90,92,95,93,100,92,94,94,90,90,82,109,110,99,110,107,118,181,102,82",
"endOffsets": "208,313,428,512,624,754,830,906,997,1090,1186,1280,1381,1474,1569,1664,1755,1846,1929,2039,2150,2250,2361,2469,2588,2770,2873,2956"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,433,517,629,759,835,911,1002,1095,1191,1285,1386,1479,1574,1669,1760,1851,1934,2044,2155,2255,2366,2474,2593,2775,5795",
+ "endColumns": "107,104,114,83,111,129,75,75,90,92,95,93,100,92,94,94,90,90,82,109,110,99,110,107,118,181,102,82",
+ "endOffsets": "208,313,428,512,624,754,830,906,997,1090,1186,1280,1381,1474,1569,1664,1755,1846,1929,2039,2150,2250,2361,2469,2588,2770,2873,5873"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-hu\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "235",
+ "endOffsets": "482"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4116",
+ "endColumns": "235",
+ "endOffsets": "4347"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-hy.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-hy.json
index e97202ae1..5bda4fa10 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-hy.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-hy.json
@@ -4,17 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hy\\values-hy.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,208,309,419,508,614,729,811,892,983,1076,1172,1266,1367,1460,1555,1649,1740,1831,1916,2023,2130,2229,2339,2446,2546,2703,2802",
- "endColumns": "102,100,109,88,105,114,81,80,90,92,95,93,100,92,94,93,90,90,84,106,106,98,109,106,99,156,98,81",
- "endOffsets": "203,304,414,503,609,724,806,887,978,1071,1167,1261,1362,1455,1550,1644,1735,1826,1911,2018,2125,2224,2334,2441,2541,2698,2797,2879"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-hy\\values-hy.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-hy\\values-hy.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +13,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2884",
+ "startOffsets": "5688",
"endColumns": "100",
- "endOffsets": "2980"
+ "endOffsets": "5784"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-hy\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,349,546,678,784,997,1131,1284,1422,1648,1754,1953,2087,2308,2500,2591,2684",
+ "endColumns": "103,196,131,105,212,133,152,137,225,105,198,133,220,191,90,92,106",
+ "endOffsets": "348,545,677,783,996,1130,1283,1421,1647,1753,1952,2086,2307,2499,2590,2683,2790"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2802,2910,3107,3243,3353,3566,3704,3861,4213,4439,4549,4748,4886,5107,5303,5398,5495",
+ "endColumns": "107,196,135,109,212,137,156,141,225,109,198,137,220,195,94,96,110",
+ "endOffsets": "2905,3102,3238,3348,3561,3699,3856,3998,4434,4544,4743,4881,5102,5298,5393,5490,5601"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,208,309,419,508,614,729,811,892,983,1076,1172,1266,1367,1460,1555,1649,1740,1831,1916,2023,2130,2229,2339,2446,2546,2703,2802",
+ "endColumns": "102,100,109,88,105,114,81,80,90,92,95,93,100,92,94,93,90,90,84,106,106,98,109,106,99,156,98,81",
+ "endOffsets": "203,304,414,503,609,724,806,887,978,1071,1167,1261,1362,1455,1550,1644,1735,1826,1911,2018,2125,2224,2334,2441,2541,2698,2797,2879"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,309,419,508,614,729,811,892,983,1076,1172,1266,1367,1460,1555,1649,1740,1831,1916,2023,2130,2229,2339,2446,2546,2703,5606",
+ "endColumns": "102,100,109,88,105,114,81,80,90,92,95,93,100,92,94,93,90,90,84,106,106,98,109,106,99,156,98,81",
+ "endOffsets": "203,304,414,503,609,724,806,887,978,1071,1167,1261,1362,1455,1550,1644,1735,1826,1911,2018,2125,2224,2334,2441,2541,2698,2797,5683"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-hy\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "209",
+ "endOffsets": "456"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4003",
+ "endColumns": "209",
+ "endOffsets": "4208"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-in.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-in.json
index e71733860..50d3c7249 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-in.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-in.json
@@ -4,7 +4,41 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-in\\values-in.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-in\\values-in.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-in\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,350,546,670,774,988,1113,1254,1385,1610,1713,1908,2032,2246,2416,2506,2592",
+ "endColumns": "104,195,123,103,213,124,140,130,224,102,194,123,213,169,89,85,103",
+ "endOffsets": "349,545,669,773,987,1112,1253,1384,1609,1712,1907,2031,2245,2415,2505,2591,2695"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2803,2912,3108,3236,3344,3558,3687,3832,4158,4383,4490,4685,4813,5027,5201,5295,5385",
+ "endColumns": "108,195,127,107,213,128,144,134,224,106,194,127,213,173,93,89,107",
+ "endOffsets": "2907,3103,3231,3339,3553,3682,3827,3962,4378,4485,4680,4808,5022,5196,5290,5380,5488"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,215,317,422,509,613,729,811,890,981,1074,1170,1264,1365,1458,1553,1647,1738,1829,1915,2018,2127,2228,2332,2440,2548,2704,2803",
+ "endColumns": "109,101,104,86,103,115,81,78,90,92,95,93,100,92,94,93,90,90,85,102,108,100,103,107,107,155,98,83",
+ "endOffsets": "210,312,417,504,608,724,806,885,976,1069,1165,1259,1360,1453,1548,1642,1733,1824,1910,2013,2122,2223,2327,2435,2543,2699,2798,2882"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,317,422,509,613,729,811,890,981,1074,1170,1264,1365,1458,1553,1647,1738,1829,1915,2018,2127,2228,2332,2440,2548,2704,5493",
+ "endColumns": "109,101,104,86,103,115,81,78,90,92,95,93,100,92,94,93,90,90,85,102,108,100,103,107,107,155,98,83",
+ "endOffsets": "210,312,417,504,608,724,806,885,976,1069,1165,1259,1360,1453,1548,1642,1733,1824,1910,2013,2122,2223,2327,2435,2543,2699,2798,5572"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-in\\values-in.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -13,21 +47,28 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2887",
+ "startOffsets": "5577",
"endColumns": "100",
- "endOffsets": "2983"
+ "endOffsets": "5673"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-in\\values-in.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-in\\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",
- "startColumns": "4,4,4,4,4,4,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,317,422,509,613,729,811,890,981,1074,1170,1264,1365,1458,1553,1647,1738,1829,1915,2018,2127,2228,2332,2440,2548,2704,2803",
- "endColumns": "109,101,104,86,103,115,81,78,90,92,95,93,100,92,94,93,90,90,85,102,108,100,103,107,107,155,98,83",
- "endOffsets": "210,312,417,504,608,724,806,885,976,1069,1165,1259,1360,1453,1548,1642,1733,1824,1910,2013,2122,2223,2327,2435,2543,2699,2798,2882"
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "190",
+ "endOffsets": "437"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3967",
+ "endColumns": "190",
+ "endOffsets": "4153"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-is.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-is.json
index b541674d6..6701f3fe6 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-is.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-is.json
@@ -4,7 +4,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-is\\values-is.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-is\\values-is.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-is\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,349,535,658,765,965,1088,1223,1353,1566,1670,1858,1982,2183,2363,2453,2542",
+ "endColumns": "103,185,122,106,199,122,134,129,212,103,187,123,200,179,89,88,103",
+ "endOffsets": "348,534,657,764,964,1087,1222,1352,1565,1669,1857,1981,2182,2362,2452,2541,2645"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2784,2892,3078,3205,3316,3516,3643,3782,4104,4317,4425,4613,4741,4942,5126,5220,5313",
+ "endColumns": "107,185,126,110,199,126,138,133,212,107,187,127,200,183,93,92,107",
+ "endOffsets": "2887,3073,3200,3311,3511,3638,3777,3911,4312,4420,4608,4736,4937,5121,5215,5308,5416"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,794,874,965,1058,1154,1248,1355,1448,1543,1638,1729,1823,1904,2014,2122,2220,2329,2428,2531,2686,2784",
+ "endColumns": "99,96,111,84,100,113,79,79,90,92,95,93,106,92,94,94,90,93,80,109,107,97,108,98,102,154,97,80",
+ "endOffsets": "200,297,409,494,595,709,789,869,960,1053,1149,1243,1350,1443,1538,1633,1724,1818,1899,2009,2117,2215,2324,2423,2526,2681,2779,2860"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,794,874,965,1058,1154,1248,1355,1448,1543,1638,1729,1823,1904,2014,2122,2220,2329,2428,2531,2686,5421",
+ "endColumns": "99,96,111,84,100,113,79,79,90,92,95,93,106,92,94,94,90,93,80,109,107,97,108,98,102,154,97,80",
+ "endOffsets": "200,297,409,494,595,709,789,869,960,1053,1149,1243,1350,1443,1538,1633,1724,1818,1899,2009,2117,2215,2324,2423,2526,2681,2779,5497"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-is\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "187",
+ "endOffsets": "434"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3916",
+ "endColumns": "187",
+ "endOffsets": "4099"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-is\\values-is.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -13,21 +64,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2865",
+ "startOffsets": "5502",
"endColumns": "100",
- "endOffsets": "2961"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,794,874,965,1058,1154,1248,1355,1448,1543,1638,1729,1823,1904,2014,2122,2220,2329,2428,2531,2686,2784",
- "endColumns": "99,96,111,84,100,113,79,79,90,92,95,93,106,92,94,94,90,93,80,109,107,97,108,98,102,154,97,80",
- "endOffsets": "200,297,409,494,595,709,789,869,960,1053,1149,1243,1350,1443,1538,1633,1724,1818,1899,2009,2117,2215,2324,2423,2526,2681,2779,2860"
+ "endOffsets": "5598"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-it.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-it.json
index d977ac567..6a4b69d43 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-it.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-it.json
@@ -4,7 +4,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-it\\values-it.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-it\\values-it.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-it\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,348,531,654,760,977,1103,1249,1378,1594,1699,1884,2009,2224,2431,2524,2611",
+ "endColumns": "102,182,122,105,216,125,145,128,215,104,184,124,214,206,92,86,101",
+ "endOffsets": "347,530,653,759,976,1102,1248,1377,1593,1698,1883,2008,2223,2430,2523,2610,2712"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2823,2930,3113,3240,3350,3567,3697,3847,4175,4391,4500,4685,4814,5029,5240,5337,5428",
+ "endColumns": "106,182,126,109,216,129,149,132,215,108,184,128,214,210,96,90,105",
+ "endOffsets": "2925,3108,3235,3345,3562,3692,3842,3975,4386,4495,4680,4809,5024,5235,5332,5423,5529"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,214,314,423,507,616,741,818,894,986,1080,1174,1268,1370,1464,1561,1667,1759,1851,1932,2038,2146,2244,2348,2453,2560,2723,2823",
+ "endColumns": "108,99,108,83,108,124,76,75,91,93,93,93,101,93,96,105,91,91,80,105,107,97,103,104,106,162,99,82",
+ "endOffsets": "209,309,418,502,611,736,813,889,981,1075,1169,1263,1365,1459,1556,1662,1754,1846,1927,2033,2141,2239,2343,2448,2555,2718,2818,2901"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,314,423,507,616,741,818,894,986,1080,1174,1268,1370,1464,1561,1667,1759,1851,1932,2038,2146,2244,2348,2453,2560,2723,5534",
+ "endColumns": "108,99,108,83,108,124,76,75,91,93,93,93,101,93,96,105,91,91,80,105,107,97,103,104,106,162,99,82",
+ "endOffsets": "209,309,418,502,611,736,813,889,981,1075,1169,1263,1365,1459,1556,1662,1754,1846,1927,2033,2141,2239,2343,2448,2555,2718,2818,5612"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-it\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "194",
+ "endOffsets": "441"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3980",
+ "endColumns": "194",
+ "endOffsets": "4170"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-it\\values-it.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -13,21 +64,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2906",
+ "startOffsets": "5617",
"endColumns": "100",
- "endOffsets": "3002"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,214,314,423,507,616,741,818,894,986,1080,1174,1268,1370,1464,1561,1667,1759,1851,1932,2038,2146,2244,2348,2453,2560,2723,2823",
- "endColumns": "108,99,108,83,108,124,76,75,91,93,93,93,101,93,96,105,91,91,80,105,107,97,103,104,106,162,99,82",
- "endOffsets": "209,309,418,502,611,736,813,889,981,1075,1169,1263,1365,1459,1556,1662,1754,1846,1927,2033,2141,2239,2343,2448,2555,2718,2818,2901"
+ "endOffsets": "5713"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-iw.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-iw.json
index 1c88845df..92a59e15f 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-iw.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-iw.json
@@ -4,17 +4,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-iw\\values-iw.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-iw\\values-iw.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-iw\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,346,532,655,757,955,1078,1216,1344,1539,1640,1816,1937,2130,2301,2387,2473",
+ "endColumns": "100,185,122,101,197,122,137,127,194,100,175,120,192,170,85,85,105",
+ "endOffsets": "345,531,654,756,954,1077,1215,1343,1538,1639,1815,1936,2129,2300,2386,2472,2578"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2751,2856,3042,3169,3275,3473,3600,3742,4051,4246,4351,4527,4652,4845,5020,5110,5200",
+ "endColumns": "104,185,126,105,197,126,141,131,194,104,175,124,192,174,89,89,109",
+ "endOffsets": "2851,3037,3164,3270,3468,3595,3737,3869,4241,4346,4522,4647,4840,5015,5105,5195,5305"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-iw\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "176",
+ "endOffsets": "423"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3874",
+ "endColumns": "176",
+ "endOffsets": "4046"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,209,308,416,500,600,714,792,870,961,1055,1151,1245,1346,1439,1534,1631,1722,1814,1895,1997,2101,2199,2302,2403,2503,2655,2751",
"endColumns": "103,98,107,83,99,113,77,77,90,93,95,93,100,92,94,96,90,91,80,101,103,97,102,100,99,151,95,80",
"endOffsets": "204,303,411,495,595,709,787,865,956,1050,1146,1240,1341,1434,1529,1626,1717,1809,1890,1992,2096,2194,2297,2398,2498,2650,2746,2827"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,308,416,500,600,714,792,870,961,1055,1151,1245,1346,1439,1534,1631,1722,1814,1895,1997,2101,2199,2302,2403,2503,2655,5310",
+ "endColumns": "103,98,107,83,99,113,77,77,90,93,95,93,100,92,94,96,90,91,80,101,103,97,102,100,99,151,95,80",
+ "endOffsets": "204,303,411,495,595,709,787,865,956,1050,1146,1240,1341,1434,1529,1626,1717,1809,1890,1992,2096,2194,2297,2398,2498,2650,2746,5386"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-iw\\values-iw.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-iw\\values-iw.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +64,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2832",
+ "startOffsets": "5391",
"endColumns": "100",
- "endOffsets": "2928"
+ "endOffsets": "5487"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ja.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ja.json
index a658b151c..be7e9d702 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ja.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ja.json
@@ -4,7 +4,41 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ja\\values-ja.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-ja\\values-ja.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-ja\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,347,513,631,735,926,1044,1175,1299,1492,1591,1755,1872,2051,2197,2283,2368",
+ "endColumns": "101,165,117,103,190,117,130,123,192,98,163,116,178,145,85,84,95",
+ "endOffsets": "346,512,630,734,925,1043,1174,1298,1491,1590,1754,1871,2050,2196,2282,2367,2463"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2693,2799,2965,3087,3195,3386,3508,3643,3952,4145,4248,4412,4533,4712,4862,4952,5041",
+ "endColumns": "105,165,121,107,190,121,134,127,192,102,163,120,178,149,89,88,99",
+ "endOffsets": "2794,2960,3082,3190,3381,3503,3638,3766,4140,4243,4407,4528,4707,4857,4947,5036,5136"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-ja\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "180",
+ "endOffsets": "427"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3771",
+ "endColumns": "180",
+ "endOffsets": "3947"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-ja\\values-ja.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -13,21 +47,28 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2771",
+ "startOffsets": "5219",
"endColumns": "100",
- "endOffsets": "2867"
+ "endOffsets": "5315"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-ja\\values-ja.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,765,841,932,1025,1121,1215,1316,1409,1504,1598,1689,1780,1858,1960,2059,2154,2257,2352,2448,2596,2693",
"endColumns": "96,92,104,81,97,107,76,75,90,92,95,93,100,92,94,93,90,90,77,101,98,94,102,94,95,147,96,77",
"endOffsets": "197,290,395,477,575,683,760,836,927,1020,1116,1210,1311,1404,1499,1593,1684,1775,1853,1955,2054,2149,2252,2347,2443,2591,2688,2766"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,765,841,932,1025,1121,1215,1316,1409,1504,1598,1689,1780,1858,1960,2059,2154,2257,2352,2448,2596,5141",
+ "endColumns": "96,92,104,81,97,107,76,75,90,92,95,93,100,92,94,93,90,90,77,101,98,94,102,94,95,147,96,77",
+ "endOffsets": "197,290,395,477,575,683,760,836,927,1020,1116,1210,1311,1404,1499,1593,1684,1775,1853,1955,2054,2149,2252,2347,2443,2591,2688,5214"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ka.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ka.json
index 8c46678c4..e16eb4688 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ka.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ka.json
@@ -4,17 +4,41 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ka\\values-ka.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-ka\\values-ka.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-ka\\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",
- "startColumns": "4,4,4,4,4,4,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,318,429,517,622,735,819,901,992,1085,1180,1276,1377,1470,1565,1659,1750,1841,1924,2037,2144,2242,2355,2459,2563,2720,2818",
- "endColumns": "108,103,110,87,104,112,83,81,90,92,94,95,100,92,94,93,90,90,82,112,106,97,112,103,103,156,97,80",
- "endOffsets": "209,313,424,512,617,730,814,896,987,1080,1175,1271,1372,1465,1560,1654,1745,1836,1919,2032,2139,2237,2350,2454,2558,2715,2813,2894"
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "201",
+ "endOffsets": "448"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3986",
+ "endColumns": "201",
+ "endOffsets": "4183"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-ka\\values-ka.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-ka\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,348,529,655,763,976,1108,1256,1389,1621,1727,1913,2039,2259,2424,2516,2603",
+ "endColumns": "102,180,125,107,212,131,147,132,231,105,185,125,219,164,91,86,100",
+ "endOffsets": "347,528,654,762,975,1107,1255,1388,1620,1726,1912,2038,2258,2423,2515,2602,2703"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2818,2925,3106,3236,3348,3561,3697,3849,4188,4420,4530,4716,4846,5066,5235,5331,5422",
+ "endColumns": "106,180,129,111,212,135,151,136,231,109,185,129,219,168,95,90,104",
+ "endOffsets": "2920,3101,3231,3343,3556,3692,3844,3981,4415,4525,4711,4841,5061,5230,5326,5417,5522"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-ka\\values-ka.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +47,28 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2899",
+ "startOffsets": "5608",
"endColumns": "100",
- "endOffsets": "2995"
+ "endOffsets": "5704"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,214,318,429,517,622,735,819,901,992,1085,1180,1276,1377,1470,1565,1659,1750,1841,1924,2037,2144,2242,2355,2459,2563,2720,2818",
+ "endColumns": "108,103,110,87,104,112,83,81,90,92,94,95,100,92,94,93,90,90,82,112,106,97,112,103,103,156,97,80",
+ "endOffsets": "209,313,424,512,617,730,814,896,987,1080,1175,1271,1372,1465,1560,1654,1745,1836,1919,2032,2139,2237,2350,2454,2558,2715,2813,2894"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,318,429,517,622,735,819,901,992,1085,1180,1276,1377,1470,1565,1659,1750,1841,1924,2037,2144,2242,2355,2459,2563,2720,5527",
+ "endColumns": "108,103,110,87,104,112,83,81,90,92,94,95,100,92,94,93,90,90,82,112,106,97,112,103,103,156,97,80",
+ "endOffsets": "209,313,424,512,617,730,814,896,987,1080,1175,1271,1372,1465,1560,1654,1745,1836,1919,2032,2139,2237,2350,2454,2558,2715,2813,5603"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-kk.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-kk.json
index 7c6cd32fe..ff89c4b88 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-kk.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-kk.json
@@ -4,17 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-kk\\values-kk.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,217,320,430,515,621,740,821,901,992,1085,1181,1275,1376,1469,1564,1661,1752,1844,1925,2028,2133,2231,2338,2447,2547,2713,2812",
- "endColumns": "111,102,109,84,105,118,80,79,90,92,95,93,100,92,94,96,90,91,80,102,104,97,106,108,99,165,98,80",
- "endOffsets": "212,315,425,510,616,735,816,896,987,1080,1176,1270,1371,1464,1559,1656,1747,1839,1920,2023,2128,2226,2333,2442,2542,2708,2807,2888"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-kk\\values-kk.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-kk\\values-kk.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +13,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2893",
+ "startOffsets": "5599",
"endColumns": "100",
- "endOffsets": "2989"
+ "endOffsets": "5695"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-kk\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "222",
+ "endOffsets": "469"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3956",
+ "endColumns": "222",
+ "endOffsets": "4174"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-kk\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,346,531,655,759,958,1082,1231,1365,1589,1693,1881,2008,2220,2403,2492,2577",
+ "endColumns": "100,184,123,103,198,123,148,133,223,103,187,126,211,182,88,84,102",
+ "endOffsets": "345,530,654,758,957,1081,1230,1364,1588,1692,1880,2007,2219,2402,2491,2576,2679"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2812,2917,3102,3230,3338,3537,3665,3818,4179,4403,4511,4699,4830,5042,5229,5322,5411",
+ "endColumns": "104,184,127,107,198,127,152,137,223,107,187,130,211,186,92,88,106",
+ "endOffsets": "2912,3097,3225,3333,3532,3660,3813,3951,4398,4506,4694,4825,5037,5224,5317,5406,5513"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,217,320,430,515,621,740,821,901,992,1085,1181,1275,1376,1469,1564,1661,1752,1844,1925,2028,2133,2231,2338,2447,2547,2713,2812",
+ "endColumns": "111,102,109,84,105,118,80,79,90,92,95,93,100,92,94,96,90,91,80,102,104,97,106,108,99,165,98,80",
+ "endOffsets": "212,315,425,510,616,735,816,896,987,1080,1176,1270,1371,1464,1559,1656,1747,1839,1920,2023,2128,2226,2333,2442,2542,2708,2807,2888"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,320,430,515,621,740,821,901,992,1085,1181,1275,1376,1469,1564,1661,1752,1844,1925,2028,2133,2231,2338,2447,2547,2713,5518",
+ "endColumns": "111,102,109,84,105,118,80,79,90,92,95,93,100,92,94,96,90,91,80,102,104,97,106,108,99,165,98,80",
+ "endOffsets": "212,315,425,510,616,735,816,896,987,1080,1176,1270,1371,1464,1559,1656,1747,1839,1920,2023,2128,2226,2333,2442,2542,2708,2807,5594"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-km.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-km.json
index 72b5698e2..2d4af7d7b 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-km.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-km.json
@@ -4,17 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-km\\values-km.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,208,308,420,507,611,729,806,883,974,1067,1163,1257,1358,1451,1546,1640,1731,1822,1905,2009,2114,2214,2324,2431,2539,2701,2799",
- "endColumns": "102,99,111,86,103,117,76,76,90,92,95,93,100,92,94,93,90,90,82,103,104,99,109,106,107,161,97,82",
- "endOffsets": "203,303,415,502,606,724,801,878,969,1062,1158,1252,1353,1446,1541,1635,1726,1817,1900,2004,2109,2209,2319,2426,2534,2696,2794,2877"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-km\\values-km.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-km\\values-km.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +13,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2882",
+ "startOffsets": "5581",
"endColumns": "100",
- "endOffsets": "2978"
+ "endOffsets": "5677"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,208,308,420,507,611,729,806,883,974,1067,1163,1257,1358,1451,1546,1640,1731,1822,1905,2009,2114,2214,2324,2431,2539,2701,2799",
+ "endColumns": "102,99,111,86,103,117,76,76,90,92,95,93,100,92,94,93,90,90,82,103,104,99,109,106,107,161,97,82",
+ "endOffsets": "203,303,415,502,606,724,801,878,969,1062,1158,1252,1353,1446,1541,1635,1726,1817,1900,2004,2109,2209,2319,2426,2534,2696,2794,2877"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,308,420,507,611,729,806,883,974,1067,1163,1257,1358,1451,1546,1640,1731,1822,1905,2009,2114,2214,2324,2431,2539,2701,5498",
+ "endColumns": "102,99,111,86,103,117,76,76,90,92,95,93,100,92,94,93,90,90,82,103,104,99,109,106,107,161,97,82",
+ "endOffsets": "203,303,415,502,606,724,801,878,969,1062,1158,1252,1353,1446,1541,1635,1726,1817,1900,2004,2109,2209,2319,2426,2534,2696,2794,5576"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-km\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "207",
+ "endOffsets": "454"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3956",
+ "endColumns": "207",
+ "endOffsets": "4159"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-km\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,345,532,651,754,975,1097,1244,1378,1595,1699,1901,2024,2228,2412,2502,2586",
+ "endColumns": "99,186,118,102,220,121,146,133,216,103,201,122,203,183,89,83,101",
+ "endOffsets": "344,531,650,753,974,1096,1243,1377,1594,1698,1900,2023,2227,2411,2501,2585,2687"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2799,2903,3090,3213,3320,3541,3667,3818,4164,4381,4489,4691,4818,5022,5210,5304,5392",
+ "endColumns": "103,186,122,106,220,125,150,137,216,107,201,126,203,187,93,87,105",
+ "endOffsets": "2898,3085,3208,3315,3536,3662,3813,3951,4376,4484,4686,4813,5017,5205,5299,5387,5493"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-kn.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-kn.json
index e7fb3bee6..29a695487 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-kn.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-kn.json
@@ -4,7 +4,41 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-kn\\values-kn.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-kn\\values-kn.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-kn\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "204",
+ "endOffsets": "451"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4032",
+ "endColumns": "204",
+ "endOffsets": "4232"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-kn\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,354,556,687,800,1002,1129,1263,1387,1596,1707,1898,2031,2235,2418,2513,2602",
+ "endColumns": "108,201,130,112,201,126,133,123,208,110,190,132,203,182,94,88,109",
+ "endOffsets": "353,555,686,799,1001,1128,1262,1386,1595,1706,1897,2030,2234,2417,2512,2601,2711"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2866,2979,3181,3316,3433,3635,3766,3904,4237,4446,4561,4752,4889,5093,5280,5379,5472",
+ "endColumns": "112,201,134,116,201,130,137,127,208,114,190,136,203,186,98,92,113",
+ "endOffsets": "2974,3176,3311,3428,3630,3761,3899,4027,4441,4556,4747,4884,5088,5275,5374,5467,5581"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-kn\\values-kn.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -13,21 +47,28 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2948",
+ "startOffsets": "5668",
"endColumns": "100",
- "endOffsets": "3044"
+ "endOffsets": "5764"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-kn\\values-kn.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,223,335,448,536,643,770,847,924,1015,1108,1204,1298,1399,1492,1587,1681,1772,1863,1945,2061,2172,2271,2384,2488,2602,2766,2866",
"endColumns": "117,111,112,87,106,126,76,76,90,92,95,93,100,92,94,93,90,90,81,115,110,98,112,103,113,163,99,81",
"endOffsets": "218,330,443,531,638,765,842,919,1010,1103,1199,1293,1394,1487,1582,1676,1767,1858,1940,2056,2167,2266,2379,2483,2597,2761,2861,2943"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,335,448,536,643,770,847,924,1015,1108,1204,1298,1399,1492,1587,1681,1772,1863,1945,2061,2172,2271,2384,2488,2602,2766,5586",
+ "endColumns": "117,111,112,87,106,126,76,76,90,92,95,93,100,92,94,93,90,90,81,115,110,98,112,103,113,163,99,81",
+ "endOffsets": "218,330,443,531,638,765,842,919,1010,1103,1199,1293,1394,1487,1582,1676,1767,1858,1940,2056,2167,2266,2379,2483,2597,2761,2861,5663"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ko.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ko.json
index 9a53d8af6..3202fae20 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ko.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ko.json
@@ -4,17 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ko\\values-ko.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,200,294,396,478,576,682,761,837,928,1021,1113,1204,1305,1398,1493,1587,1678,1769,1849,1947,2042,2137,2237,2333,2432,2584,2678",
- "endColumns": "94,93,101,81,97,105,78,75,90,92,91,90,100,92,94,93,90,90,79,97,94,94,99,95,98,151,93,77",
- "endOffsets": "195,289,391,473,571,677,756,832,923,1016,1108,1199,1300,1393,1488,1582,1673,1764,1844,1942,2037,2132,2232,2328,2427,2579,2673,2751"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-ko\\values-ko.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-ko\\values-ko.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +13,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2756",
+ "startOffsets": "5192",
"endColumns": "100",
- "endOffsets": "2852"
+ "endOffsets": "5288"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,200,294,396,478,576,682,761,837,928,1021,1113,1204,1305,1398,1493,1587,1678,1769,1849,1947,2042,2137,2237,2333,2432,2584,2678",
+ "endColumns": "94,93,101,81,97,105,78,75,90,92,91,90,100,92,94,93,90,90,79,97,94,94,99,95,98,151,93,77",
+ "endOffsets": "195,289,391,473,571,677,756,832,923,1016,1108,1199,1300,1393,1488,1582,1673,1764,1844,1942,2037,2132,2232,2328,2427,2579,2673,2751"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,294,396,478,576,682,761,837,928,1021,1113,1204,1305,1398,1493,1587,1678,1769,1849,1947,2042,2137,2237,2333,2432,2584,5114",
+ "endColumns": "94,93,101,81,97,105,78,75,90,92,91,90,100,92,94,93,90,90,79,97,94,94,99,95,98,151,93,77",
+ "endOffsets": "195,289,391,473,571,677,756,832,923,1016,1108,1199,1300,1393,1488,1582,1673,1764,1844,1942,2037,2132,2232,2328,2427,2579,2673,5187"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-ko\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "179",
+ "endOffsets": "426"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3731",
+ "endColumns": "179",
+ "endOffsets": "3906"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-ko\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,347,518,632,732,906,1021,1154,1274,1478,1579,1746,1862,2039,2184,2269,2353",
+ "endColumns": "101,170,113,99,173,114,132,119,203,100,166,115,176,144,84,83,99",
+ "endOffsets": "346,517,631,731,905,1020,1153,1273,1477,1578,1745,1861,2038,2183,2268,2352,2452"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2678,2784,2955,3073,3177,3351,3470,3607,3911,4115,4220,4387,4507,4684,4833,4922,5010",
+ "endColumns": "105,170,117,103,173,118,136,123,203,104,166,119,176,148,88,87,103",
+ "endOffsets": "2779,2950,3068,3172,3346,3465,3602,3726,4110,4215,4382,4502,4679,4828,4917,5005,5109"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ky.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ky.json
index 41b473ead..eb7f8432b 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ky.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ky.json
@@ -4,7 +4,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ky\\values-ky.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-ky\\values-ky.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-ky\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,349,530,657,762,966,1091,1232,1366,1594,1699,1880,2008,2204,2397,2487,2573",
+ "endColumns": "103,180,126,104,203,124,140,133,227,104,180,127,195,192,89,85,102",
+ "endOffsets": "348,529,656,761,965,1090,1231,1365,1593,1698,1879,2007,2203,2396,2486,2572,2675"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2802,2910,3091,3222,3331,3535,3664,3809,4168,4396,4505,4686,4818,5014,5211,5305,5395",
+ "endColumns": "107,180,130,108,203,128,144,137,227,108,180,131,195,196,93,89,106",
+ "endOffsets": "2905,3086,3217,3326,3530,3659,3804,3942,4391,4500,4681,4813,5009,5206,5300,5390,5497"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-ky\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "220",
+ "endOffsets": "467"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3947",
+ "endColumns": "220",
+ "endOffsets": "4163"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,209,304,423,507,614,731,809,888,979,1072,1168,1262,1363,1456,1551,1646,1737,1828,1909,2019,2126,2224,2330,2437,2538,2699,2802",
+ "endColumns": "103,94,118,83,106,116,77,78,90,92,95,93,100,92,94,94,90,90,80,109,106,97,105,106,100,160,102,80",
+ "endOffsets": "204,299,418,502,609,726,804,883,974,1067,1163,1257,1358,1451,1546,1641,1732,1823,1904,2014,2121,2219,2325,2432,2533,2694,2797,2878"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,304,423,507,614,731,809,888,979,1072,1168,1262,1363,1456,1551,1646,1737,1828,1909,2019,2126,2224,2330,2437,2538,2699,5502",
+ "endColumns": "103,94,118,83,106,116,77,78,90,92,95,93,100,92,94,94,90,90,80,109,106,97,105,106,100,160,102,80",
+ "endOffsets": "204,299,418,502,609,726,804,883,974,1067,1163,1257,1358,1451,1546,1641,1732,1823,1904,2014,2121,2219,2325,2432,2533,2694,2797,5578"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-ky\\values-ky.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -13,21 +64,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2883",
+ "startOffsets": "5583",
"endColumns": "100",
- "endOffsets": "2979"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,209,304,423,507,614,731,809,888,979,1072,1168,1262,1363,1456,1551,1646,1737,1828,1909,2019,2126,2224,2330,2437,2538,2699,2802",
- "endColumns": "103,94,118,83,106,116,77,78,90,92,95,93,100,92,94,94,90,90,80,109,106,97,105,106,100,160,102,80",
- "endOffsets": "204,299,418,502,609,726,804,883,974,1067,1163,1257,1358,1451,1546,1641,1732,1823,1904,2014,2121,2219,2325,2432,2533,2694,2797,2878"
+ "endOffsets": "5679"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-land.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-land.json
index 79d85272f..c8e2cf11e 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-land.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-land.json
@@ -4,7 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-land\\values-land.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-land\\values-land.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\res\\values-land\\values-land.xml",
"from": {
"startLines": "2,3,4",
"startColumns": "4,4,4",
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-large-v4.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-large-v4.json
index ffbb799f5..334365e7c 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-large-v4.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-large-v4.json
@@ -4,7 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-large-v4\\values-large-v4.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-large-v4\\values-large-v4.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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",
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ldltr-v21.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ldltr-v21.json
index 8969500d7..3fa80465f 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ldltr-v21.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ldltr-v21.json
@@ -4,7 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ldltr-v21\\values-ldltr-v21.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-ldltr-v21\\values-ldltr-v21.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\res\\values-ldltr-v21\\values-ldltr-v21.xml",
"from": {
"startLines": "2",
"startColumns": "4",
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-lo.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-lo.json
index e16d95ccd..9c9a378a6 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-lo.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-lo.json
@@ -4,17 +4,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-lo\\values-lo.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-lo\\values-lo.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-lo\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "190",
+ "endOffsets": "437"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3929",
+ "endColumns": "190",
+ "endOffsets": "4115"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-lo\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,351,553,681,786,997,1120,1254,1395,1606,1709,1906,2033,2263,2450,2544,2639",
+ "endColumns": "105,201,127,104,210,122,133,140,210,102,196,126,229,186,93,94,109",
+ "endOffsets": "350,552,680,785,996,1119,1253,1394,1605,1708,1905,2032,2262,2449,2543,2638,2748"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2755,2865,3067,3199,3308,3519,3646,3784,4120,4331,4438,4635,4766,4996,5187,5285,5384",
+ "endColumns": "109,201,131,108,210,126,137,144,210,106,196,130,229,190,97,98,113",
+ "endOffsets": "2860,3062,3194,3303,3514,3641,3779,3924,4326,4433,4630,4761,4991,5182,5280,5379,5493"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,305,412,497,602,714,791,869,960,1053,1149,1243,1344,1437,1532,1626,1717,1808,1888,1995,2092,2190,2295,2398,2502,2659,2755",
"endColumns": "102,96,106,84,104,111,76,77,90,92,95,93,100,92,94,93,90,90,79,106,96,97,104,102,103,156,95,80",
"endOffsets": "203,300,407,492,597,709,786,864,955,1048,1144,1238,1339,1432,1527,1621,1712,1803,1883,1990,2087,2185,2290,2393,2497,2654,2750,2831"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,412,497,602,714,791,869,960,1053,1149,1243,1344,1437,1532,1626,1717,1808,1888,1995,2092,2190,2295,2398,2502,2659,5498",
+ "endColumns": "102,96,106,84,104,111,76,77,90,92,95,93,100,92,94,93,90,90,79,106,96,97,104,102,103,156,95,80",
+ "endOffsets": "203,300,407,492,597,709,786,864,955,1048,1144,1238,1339,1432,1527,1621,1712,1803,1883,1990,2087,2185,2290,2393,2497,2654,2750,5574"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-lo\\values-lo.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-lo\\values-lo.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +64,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2836",
+ "startOffsets": "5579",
"endColumns": "100",
- "endOffsets": "2932"
+ "endOffsets": "5675"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-lt.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-lt.json
index 677214b72..9d1b9a3cb 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-lt.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-lt.json
@@ -4,17 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-lt\\values-lt.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,322,435,522,631,752,834,915,1009,1105,1203,1299,1403,1499,1597,1700,1794,1888,1973,2082,2191,2291,2401,2505,2618,2794,2895",
- "endColumns": "115,100,112,86,108,120,81,80,93,95,97,95,103,95,97,102,93,93,84,108,108,99,109,103,112,175,100,82",
- "endOffsets": "216,317,430,517,626,747,829,910,1004,1100,1198,1294,1398,1494,1592,1695,1789,1883,1968,2077,2186,2286,2396,2500,2613,2789,2890,2973"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-lt\\values-lt.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-lt\\values-lt.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +13,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2978",
+ "startOffsets": "5733",
"endColumns": "100",
- "endOffsets": "3074"
+ "endOffsets": "5829"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,322,435,522,631,752,834,915,1009,1105,1203,1299,1403,1499,1597,1700,1794,1888,1973,2082,2191,2291,2401,2505,2618,2794,2895",
+ "endColumns": "115,100,112,86,108,120,81,80,93,95,97,95,103,95,97,102,93,93,84,108,108,99,109,103,112,175,100,82",
+ "endOffsets": "216,317,430,517,626,747,829,910,1004,1100,1198,1294,1398,1494,1592,1695,1789,1883,1968,2077,2186,2286,2396,2500,2613,2789,2890,2973"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,322,435,522,631,752,834,915,1009,1105,1203,1299,1403,1499,1597,1700,1794,1888,1973,2082,2191,2291,2401,2505,2618,2794,5650",
+ "endColumns": "115,100,112,86,108,120,81,80,93,95,97,95,103,95,97,102,93,93,84,108,108,99,109,103,112,175,100,82",
+ "endOffsets": "216,317,430,517,626,747,829,910,1004,1100,1198,1294,1398,1494,1592,1695,1789,1883,1968,2077,2186,2286,2396,2500,2613,2789,2890,5728"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-lt\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,350,534,664,769,981,1109,1254,1385,1610,1717,1913,2045,2257,2433,2527,2619",
+ "endColumns": "104,183,129,104,211,127,144,130,224,106,195,131,211,175,93,91,114",
+ "endOffsets": "349,533,663,768,980,1108,1253,1384,1609,1716,1912,2044,2256,2432,2526,2618,2733"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2895,3004,3188,3322,3431,3643,3775,3924,4277,4502,4613,4809,4945,5157,5337,5435,5531",
+ "endColumns": "108,183,133,108,211,131,148,134,224,110,195,135,211,179,97,95,118",
+ "endOffsets": "2999,3183,3317,3426,3638,3770,3919,4054,4497,4608,4804,4940,5152,5332,5430,5526,5645"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-lt\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "217",
+ "endOffsets": "464"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4059",
+ "endColumns": "217",
+ "endOffsets": "4272"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-lv.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-lv.json
index 21233ef6a..00b880598 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-lv.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-lv.json
@@ -4,7 +4,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-lv\\values-lv.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-lv\\values-lv.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-lv\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,350,543,674,780,981,1110,1253,1384,1618,1725,1925,2058,2286,2467,2557,2651",
+ "endColumns": "104,192,130,105,200,128,142,130,233,106,199,132,227,180,89,93,113",
+ "endOffsets": "349,542,673,779,980,1109,1252,1383,1617,1724,1924,2057,2285,2466,2556,2650,2764"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2994,3103,3296,3431,3541,3742,3875,4022,4382,4616,4727,4927,5064,5292,5477,5571,5669",
+ "endColumns": "108,192,134,109,200,132,146,134,233,110,199,136,227,184,93,97,117",
+ "endOffsets": "3098,3291,3426,3536,3737,3870,4017,4152,4611,4722,4922,5059,5287,5472,5566,5664,5782"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-lv\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "224",
+ "endOffsets": "471"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4157",
+ "endColumns": "224",
+ "endOffsets": "4377"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,333,442,528,632,754,836,918,1028,1136,1243,1352,1464,1567,1679,1786,1891,1991,2076,2185,2297,2396,2507,2616,2721,2895,2994",
+ "endColumns": "119,107,108,85,103,121,81,81,109,107,106,108,111,102,111,106,104,99,84,108,111,98,110,108,104,173,98,81",
+ "endOffsets": "220,328,437,523,627,749,831,913,1023,1131,1238,1347,1459,1562,1674,1781,1886,1986,2071,2180,2292,2391,2502,2611,2716,2890,2989,3071"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,333,442,528,632,754,836,918,1028,1136,1243,1352,1464,1567,1679,1786,1891,1991,2076,2185,2297,2396,2507,2616,2721,2895,5787",
+ "endColumns": "119,107,108,85,103,121,81,81,109,107,106,108,111,102,111,106,104,99,84,108,111,98,110,108,104,173,98,81",
+ "endOffsets": "220,328,437,523,627,749,831,913,1023,1131,1238,1347,1459,1562,1674,1781,1886,1986,2071,2180,2292,2391,2502,2611,2716,2890,2989,5864"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-lv\\values-lv.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -13,21 +64,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "3076",
+ "startOffsets": "5869",
"endColumns": "100",
- "endOffsets": "3172"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,333,442,528,632,754,836,918,1028,1136,1243,1352,1464,1567,1679,1786,1891,1991,2076,2185,2297,2396,2507,2616,2721,2895,2994",
- "endColumns": "119,107,108,85,103,121,81,81,109,107,106,108,111,102,111,106,104,99,84,108,111,98,110,108,104,173,98,81",
- "endOffsets": "220,328,437,523,627,749,831,913,1023,1131,1238,1347,1459,1562,1674,1781,1886,1986,2071,2180,2292,2391,2502,2611,2716,2890,2989,3071"
+ "endOffsets": "5965"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-mk.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-mk.json
index 55a17a18b..8a9abfba4 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-mk.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-mk.json
@@ -4,17 +4,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-mk\\values-mk.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-mk\\values-mk.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-mk\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "195",
+ "endOffsets": "442"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4038",
+ "endColumns": "195",
+ "endOffsets": "4229"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-mk\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,350,543,674,782,986,1117,1263,1398,1614,1719,1916,2047,2259,2444,2539,2629",
+ "endColumns": "104,192,130,107,203,130,145,134,215,104,196,130,211,184,94,89,103",
+ "endOffsets": "349,542,673,781,985,1116,1262,1397,1613,1718,1915,2046,2258,2443,2538,2628,2732"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2861,2970,3163,3298,3410,3614,3749,3899,4234,4450,4559,4756,4891,5103,5292,5391,5485",
+ "endColumns": "108,192,134,111,203,134,149,138,215,108,196,134,211,188,98,93,107",
+ "endOffsets": "2965,3158,3293,3405,3609,3744,3894,4033,4445,4554,4751,4886,5098,5287,5386,5480,5588"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,616,735,818,900,997,1096,1193,1293,1400,1499,1600,1696,1793,1884,1971,2077,2184,2285,2392,2503,2607,2763,2861",
"endColumns": "107,103,107,85,104,118,82,81,96,98,96,99,106,98,100,95,96,90,86,105,106,100,106,110,103,155,97,83",
"endOffsets": "208,312,420,506,611,730,813,895,992,1091,1188,1288,1395,1494,1595,1691,1788,1879,1966,2072,2179,2280,2387,2498,2602,2758,2856,2940"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,616,735,818,900,997,1096,1193,1293,1400,1499,1600,1696,1793,1884,1971,2077,2184,2285,2392,2503,2607,2763,5593",
+ "endColumns": "107,103,107,85,104,118,82,81,96,98,96,99,106,98,100,95,96,90,86,105,106,100,106,110,103,155,97,83",
+ "endOffsets": "208,312,420,506,611,730,813,895,992,1091,1188,1288,1395,1494,1595,1691,1788,1879,1966,2072,2179,2280,2387,2498,2602,2758,2856,5672"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-mk\\values-mk.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-mk\\values-mk.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +64,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2945",
+ "startOffsets": "5677",
"endColumns": "100",
- "endOffsets": "3041"
+ "endOffsets": "5773"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ml.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ml.json
index b36c1603a..56bb5c549 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ml.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ml.json
@@ -4,17 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ml\\values-ml.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,224,342,457,550,655,787,864,940,1031,1124,1226,1320,1421,1515,1610,1709,1800,1891,1973,2084,2190,2288,2402,2502,2613,2772,2873",
- "endColumns": "118,117,114,92,104,131,76,75,90,92,101,93,100,93,94,98,90,90,81,110,105,97,113,99,110,158,100,81",
- "endOffsets": "219,337,452,545,650,782,859,935,1026,1119,1221,1315,1416,1510,1605,1704,1795,1886,1968,2079,2185,2283,2397,2497,2608,2767,2868,2950"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-ml\\values-ml.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-ml\\values-ml.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +13,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2955",
+ "startOffsets": "5805",
"endColumns": "100",
- "endOffsets": "3051"
+ "endOffsets": "5901"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,224,342,457,550,655,787,864,940,1031,1124,1226,1320,1421,1515,1610,1709,1800,1891,1973,2084,2190,2288,2402,2502,2613,2772,2873",
+ "endColumns": "118,117,114,92,104,131,76,75,90,92,101,93,100,93,94,98,90,90,81,110,105,97,113,99,110,158,100,81",
+ "endOffsets": "219,337,452,545,650,782,859,935,1026,1119,1221,1315,1416,1510,1605,1704,1795,1886,1968,2079,2185,2283,2397,2497,2608,2767,2868,2950"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,342,457,550,655,787,864,940,1031,1124,1226,1320,1421,1515,1610,1709,1800,1891,1973,2084,2190,2288,2402,2502,2613,2772,5723",
+ "endColumns": "118,117,114,92,104,131,76,75,90,92,101,93,100,93,94,98,90,90,81,110,105,97,113,99,110,158,100,81",
+ "endOffsets": "219,337,452,545,650,782,859,935,1026,1119,1221,1315,1416,1510,1605,1704,1795,1886,1968,2079,2185,2283,2397,2497,2608,2767,2868,5800"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-ml\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,362,573,710,829,1052,1175,1306,1437,1678,1792,1997,2131,2339,2526,2616,2711",
+ "endColumns": "116,210,136,118,222,122,130,130,240,113,204,133,207,186,89,94,116",
+ "endOffsets": "361,572,709,828,1051,1174,1305,1436,1677,1791,1996,2130,2338,2525,2615,2710,2827"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2873,2994,3205,3346,3469,3692,3819,3954,4308,4549,4667,4872,5010,5218,5409,5503,5602",
+ "endColumns": "120,210,140,122,222,126,134,134,240,117,204,137,207,190,93,98,120",
+ "endOffsets": "2989,3200,3341,3464,3687,3814,3949,4084,4544,4662,4867,5005,5213,5404,5498,5597,5718"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-ml\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "218",
+ "endOffsets": "465"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4089",
+ "endColumns": "218",
+ "endOffsets": "4303"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-mn.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-mn.json
index db88c8bfb..a224825b7 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-mn.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-mn.json
@@ -4,7 +4,24 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-mn\\values-mn.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-mn\\values-mn.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,218,318,431,518,624,736,818,900,991,1084,1180,1276,1374,1467,1562,1654,1745,1835,1917,2026,2130,2227,2335,2436,2539,2698,2795",
+ "endColumns": "112,99,112,86,105,111,81,81,90,92,95,95,97,92,94,91,90,89,81,108,103,96,107,100,102,158,96,80",
+ "endOffsets": "213,313,426,513,619,731,813,895,986,1079,1175,1271,1369,1462,1557,1649,1740,1830,1912,2021,2125,2222,2330,2431,2534,2693,2790,2871"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,318,431,518,624,736,818,900,991,1084,1180,1276,1374,1467,1562,1654,1745,1835,1917,2026,2130,2227,2335,2436,2539,2698,5499",
+ "endColumns": "112,99,112,86,105,111,81,81,90,92,95,95,97,92,94,91,90,89,81,108,103,96,107,100,102,158,96,80",
+ "endOffsets": "213,313,426,513,619,731,813,895,986,1079,1175,1271,1369,1462,1557,1649,1740,1830,1912,2021,2125,2222,2330,2431,2534,2693,2790,5575"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-mn\\values-mn.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -13,21 +30,45 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2876",
+ "startOffsets": "5580",
"endColumns": "100",
- "endOffsets": "2972"
+ "endOffsets": "5676"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-mn\\values-mn.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-mn\\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",
- "startColumns": "4,4,4,4,4,4,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,318,431,518,624,736,818,900,991,1084,1180,1276,1374,1467,1562,1654,1745,1835,1917,2026,2130,2227,2335,2436,2539,2698,2795",
- "endColumns": "112,99,112,86,105,111,81,81,90,92,95,95,97,92,94,91,90,89,81,108,103,96,107,100,102,158,96,80",
- "endOffsets": "213,313,426,513,619,731,813,895,986,1079,1175,1271,1369,1462,1557,1649,1740,1830,1912,2021,2125,2222,2330,2431,2534,2693,2790,2871"
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "208",
+ "endOffsets": "455"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3961",
+ "endColumns": "208",
+ "endOffsets": "4165"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-mn\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,353,542,672,777,973,1097,1252,1387,1590,1695,1894,2021,2221,2415,2502,2590",
+ "endColumns": "107,188,129,104,195,123,154,134,202,104,198,126,199,193,86,87,101",
+ "endOffsets": "352,541,671,776,972,1096,1251,1386,1589,1694,1893,2020,2220,2414,2501,2589,2691"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2795,2907,3096,3230,3339,3535,3663,3822,4170,4373,4482,4681,4812,5012,5210,5301,5393",
+ "endColumns": "111,188,133,108,195,127,158,138,202,108,198,130,199,197,90,91,105",
+ "endOffsets": "2902,3091,3225,3334,3530,3658,3817,3956,4368,4477,4676,4807,5007,5205,5296,5388,5494"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-mr.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-mr.json
index 66296ee76..7e7134a4f 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-mr.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-mr.json
@@ -4,17 +4,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-mr\\values-mr.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-mr\\values-mr.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-mr\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "201",
+ "endOffsets": "448"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3946",
+ "endColumns": "201",
+ "endOffsets": "4143"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,735,812,890,981,1074,1168,1265,1366,1459,1554,1651,1742,1833,1913,2025,2127,2223,2332,2433,2545,2702,2807",
"endColumns": "110,105,106,89,100,114,76,77,90,92,93,96,100,92,94,96,90,90,79,111,101,95,108,100,111,156,104,79",
"endOffsets": "211,317,424,514,615,730,807,885,976,1069,1163,1260,1361,1454,1549,1646,1737,1828,1908,2020,2122,2218,2327,2428,2540,2697,2802,2882"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,735,812,890,981,1074,1168,1265,1366,1459,1554,1651,1742,1833,1913,2025,2127,2223,2332,2433,2545,2702,5455",
+ "endColumns": "110,105,106,89,100,114,76,77,90,92,93,96,100,92,94,96,90,90,79,111,101,95,108,100,111,156,104,79",
+ "endOffsets": "211,317,424,514,615,730,807,885,976,1069,1163,1260,1361,1454,1549,1646,1737,1828,1908,2020,2122,2218,2327,2428,2540,2697,2802,5530"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-mr\\values-mr.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-mr\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,350,550,671,781,985,1104,1238,1360,1569,1675,1860,1982,2180,2359,2445,2537",
+ "endColumns": "104,199,120,109,203,118,133,121,208,105,184,121,197,178,85,91,105",
+ "endOffsets": "349,549,670,780,984,1103,1237,1359,1568,1674,1859,1981,2179,2358,2444,2536,2642"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2807,2916,3116,3241,3355,3559,3682,3820,4148,4357,4467,4652,4778,4976,5159,5249,5345",
+ "endColumns": "108,199,124,113,203,122,137,125,208,109,184,125,197,182,89,95,109",
+ "endOffsets": "2911,3111,3236,3350,3554,3677,3815,3941,4352,4462,4647,4773,4971,5154,5244,5340,5450"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-mr\\values-mr.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +64,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2887",
+ "startOffsets": "5535",
"endColumns": "100",
- "endOffsets": "2983"
+ "endOffsets": "5631"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ms.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ms.json
index f205f9b37..dc45e0163 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ms.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ms.json
@@ -4,17 +4,24 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ms\\values-ms.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-ms\\values-ms.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,809,888,979,1072,1167,1261,1360,1453,1548,1642,1733,1824,1904,2016,2125,2222,2331,2434,2541,2700,2801",
"endColumns": "110,104,107,86,103,110,77,78,90,92,94,93,98,92,94,93,90,90,79,111,108,96,108,102,106,158,100,79",
"endOffsets": "211,316,424,511,615,726,804,883,974,1067,1162,1256,1355,1448,1543,1637,1728,1819,1899,2011,2120,2217,2326,2429,2536,2695,2796,2876"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,809,888,979,1072,1167,1261,1360,1453,1548,1642,1733,1824,1904,2016,2125,2222,2331,2434,2541,2700,5646",
+ "endColumns": "110,104,107,86,103,110,77,78,90,92,94,93,98,92,94,93,90,90,79,111,108,96,108,102,106,158,100,79",
+ "endOffsets": "211,316,424,511,615,726,804,883,974,1067,1162,1256,1355,1448,1543,1637,1728,1819,1899,2011,2120,2217,2326,2429,2536,2695,2796,5721"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-ms\\values-ms.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-ms\\values-ms.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +30,45 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2881",
+ "startOffsets": "5726",
"endColumns": "100",
- "endOffsets": "2977"
+ "endOffsets": "5822"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-ms\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,349,554,682,786,1017,1147,1293,1425,1669,1776,1982,2115,2345,2546,2639,2729",
+ "endColumns": "103,204,127,103,230,129,145,131,243,106,205,132,229,200,92,89,107",
+ "endOffsets": "348,553,681,785,1016,1146,1292,1424,1668,1775,1981,2114,2344,2545,2638,2728,2836"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2801,2909,3114,3246,3354,3585,3719,3869,4210,4454,4565,4771,4908,5138,5343,5440,5534",
+ "endColumns": "107,204,131,107,230,133,149,135,243,110,205,136,229,204,96,93,111",
+ "endOffsets": "2904,3109,3241,3349,3580,3714,3864,4000,4449,4560,4766,4903,5133,5338,5435,5529,5641"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-ms\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "204",
+ "endOffsets": "451"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4005",
+ "endColumns": "204",
+ "endOffsets": "4205"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-my.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-my.json
index db3c0e50b..71b1ba6e6 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-my.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-my.json
@@ -4,17 +4,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-my\\values-my.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-my\\values-my.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-my\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,350,546,678,787,993,1123,1272,1407,1642,1746,1947,2088,2305,2518,2614,2713",
+ "endColumns": "104,195,131,108,205,129,148,134,234,103,200,140,216,212,95,98,113",
+ "endOffsets": "349,545,677,786,992,1122,1271,1406,1641,1745,1946,2087,2304,2517,2613,2712,2826"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2895,3004,3200,3336,3449,3655,3789,3942,4294,4529,4637,4838,4983,5200,5417,5517,5620",
+ "endColumns": "108,195,135,112,205,133,152,138,234,107,200,144,216,216,99,102,117",
+ "endOffsets": "2999,3195,3331,3444,3650,3784,3937,4076,4524,4632,4833,4978,5195,5412,5512,5615,5733"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,214,319,436,529,641,769,847,926,1017,1110,1206,1300,1401,1494,1589,1683,1774,1865,1951,2074,2186,2288,2414,2525,2635,2795,2895",
"endColumns": "108,104,116,92,111,127,77,78,90,92,95,93,100,92,94,93,90,90,85,122,111,101,125,110,109,159,99,83",
"endOffsets": "209,314,431,524,636,764,842,921,1012,1105,1201,1295,1396,1489,1584,1678,1769,1860,1946,2069,2181,2283,2409,2520,2630,2790,2890,2974"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,319,436,529,641,769,847,926,1017,1110,1206,1300,1401,1494,1589,1683,1774,1865,1951,2074,2186,2288,2414,2525,2635,2795,5738",
+ "endColumns": "108,104,116,92,111,127,77,78,90,92,95,93,100,92,94,93,90,90,85,122,111,101,125,110,109,159,99,83",
+ "endOffsets": "209,314,431,524,636,764,842,921,1012,1105,1201,1295,1396,1489,1584,1678,1769,1860,1946,2069,2181,2283,2409,2520,2630,2790,2890,5817"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-my\\values-my.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-my\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "212",
+ "endOffsets": "459"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4081",
+ "endColumns": "212",
+ "endOffsets": "4289"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-my\\values-my.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +64,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2979",
+ "startOffsets": "5822",
"endColumns": "100",
- "endOffsets": "3075"
+ "endOffsets": "5918"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-nb.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-nb.json
index a23834f3f..dce9a677b 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-nb.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-nb.json
@@ -4,17 +4,41 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-nb\\values-nb.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-nb\\values-nb.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-nb\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,348,539,663,770,985,1113,1259,1387,1600,1705,1897,2023,2224,2426,2519,2607",
+ "endColumns": "102,190,123,106,214,127,145,127,212,104,191,125,200,201,92,87,102",
+ "endOffsets": "347,538,662,769,984,1112,1258,1386,1599,1704,1896,2022,2223,2425,2518,2606,2709"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2747,2854,3045,3173,3284,3499,3631,3781,4102,4315,4424,4616,4746,4947,5153,5250,5342",
+ "endColumns": "106,190,127,110,214,131,149,131,212,108,191,129,200,205,96,91,106",
+ "endOffsets": "2849,3040,3168,3279,3494,3626,3776,3908,4310,4419,4611,4741,4942,5148,5245,5337,5444"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,213,308,422,508,608,721,797,873,964,1057,1153,1247,1348,1441,1536,1634,1725,1816,1896,1999,2098,2194,2298,2396,2497,2650,2747",
"endColumns": "107,94,113,85,99,112,75,75,90,92,95,93,100,92,94,97,90,90,79,102,98,95,103,97,100,152,96,78",
"endOffsets": "208,303,417,503,603,716,792,868,959,1052,1148,1242,1343,1436,1531,1629,1720,1811,1891,1994,2093,2189,2293,2391,2492,2645,2742,2821"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,308,422,508,608,721,797,873,964,1057,1153,1247,1348,1441,1536,1634,1725,1816,1896,1999,2098,2194,2298,2396,2497,2650,5449",
+ "endColumns": "107,94,113,85,99,112,75,75,90,92,95,93,100,92,94,97,90,90,79,102,98,95,103,97,100,152,96,78",
+ "endOffsets": "208,303,417,503,603,716,792,868,959,1052,1148,1242,1343,1436,1531,1629,1720,1811,1891,1994,2093,2189,2293,2391,2492,2645,2742,5523"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-nb\\values-nb.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-nb\\values-nb.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +47,28 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2826",
+ "startOffsets": "5528",
"endColumns": "100",
- "endOffsets": "2922"
+ "endOffsets": "5624"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-nb\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "188",
+ "endOffsets": "435"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3913",
+ "endColumns": "188",
+ "endOffsets": "4097"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ne.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ne.json
index c1301be54..a62f4ede0 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ne.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ne.json
@@ -4,7 +4,24 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ne\\values-ne.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-ne\\values-ne.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,210,314,422,513,620,747,841,931,1022,1115,1211,1305,1406,1499,1594,1688,1779,1870,1958,2068,2184,2287,2402,2504,2619,2790,2902",
+ "endColumns": "104,103,107,90,106,126,93,89,90,92,95,93,100,92,94,93,90,90,87,109,115,102,114,101,114,170,111,85",
+ "endOffsets": "205,309,417,508,615,742,836,926,1017,1110,1206,1300,1401,1494,1589,1683,1774,1865,1953,2063,2179,2282,2397,2499,2614,2785,2897,2983"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,314,422,513,620,747,841,931,1022,1115,1211,1305,1406,1499,1594,1688,1779,1870,1958,2068,2184,2287,2402,2504,2619,2790,5730",
+ "endColumns": "104,103,107,90,106,126,93,89,90,92,95,93,100,92,94,93,90,90,87,109,115,102,114,101,114,170,111,85",
+ "endOffsets": "205,309,417,508,615,742,836,926,1017,1110,1206,1300,1401,1494,1589,1683,1774,1865,1953,2063,2179,2282,2397,2499,2614,2785,2897,5811"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-ne\\values-ne.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -13,21 +30,45 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2988",
+ "startOffsets": "5816",
"endColumns": "100",
- "endOffsets": "3084"
+ "endOffsets": "5912"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-ne\\values-ne.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-ne\\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",
- "startColumns": "4,4,4,4,4,4,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,314,422,513,620,747,841,931,1022,1115,1211,1305,1406,1499,1594,1688,1779,1870,1958,2068,2184,2287,2402,2504,2619,2790,2902",
- "endColumns": "104,103,107,90,106,126,93,89,90,92,95,93,100,92,94,93,90,90,87,109,115,102,114,101,114,170,111,85",
- "endOffsets": "205,309,417,508,615,742,836,926,1017,1110,1206,1300,1401,1494,1589,1683,1774,1865,1953,2063,2179,2282,2397,2499,2614,2785,2897,2983"
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,358,548,680,795,1025,1159,1295,1425,1664,1780,1975,2110,2317,2495,2587,2685",
+ "endColumns": "112,189,131,114,229,133,135,129,238,115,194,134,206,177,91,97,116",
+ "endOffsets": "357,547,679,794,1024,1158,1294,1424,1663,1779,1974,2109,2316,2494,2586,2684,2801"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2902,3019,3209,3345,3464,3694,3832,3972,4329,4568,4688,4883,5022,5229,5411,5507,5609",
+ "endColumns": "116,189,135,118,229,137,139,133,238,119,194,138,206,181,95,101,120",
+ "endOffsets": "3014,3204,3340,3459,3689,3827,3967,4101,4563,4683,4878,5017,5224,5406,5502,5604,5725"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-ne\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "222",
+ "endOffsets": "469"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4106",
+ "endColumns": "222",
+ "endOffsets": "4324"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-night-v8.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-night-v8.json
index a74aaade9..cb5474a2d 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-night-v8.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-night-v8.json
@@ -4,7 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-night-v8\\values-night-v8.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-night-v8\\values-night-v8.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\res\\values-night-v8\\values-night-v8.xml",
"from": {
"startLines": "2,3,4,5,6,7,8",
"startColumns": "4,4,4,4,4,4,4",
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-nl.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-nl.json
index 8a7ad8aa5..025bd42bd 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-nl.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-nl.json
@@ -4,17 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-nl\\values-nl.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,521,629,749,826,903,995,1089,1190,1284,1385,1479,1575,1670,1762,1854,1936,2047,2151,2250,2365,2478,2581,2736,2839",
- "endColumns": "117,104,106,85,107,119,76,76,91,93,100,93,100,93,95,94,91,91,81,110,103,98,114,112,102,154,102,81",
- "endOffsets": "218,323,430,516,624,744,821,898,990,1084,1185,1279,1380,1474,1570,1665,1757,1849,1931,2042,2146,2245,2360,2473,2576,2731,2834,2916"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-nl\\values-nl.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-nl\\values-nl.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +13,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2921",
+ "startOffsets": "5716",
"endColumns": "100",
- "endOffsets": "3017"
+ "endOffsets": "5812"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,521,629,749,826,903,995,1089,1190,1284,1385,1479,1575,1670,1762,1854,1936,2047,2151,2250,2365,2478,2581,2736,2839",
+ "endColumns": "117,104,106,85,107,119,76,76,91,93,100,93,100,93,95,94,91,91,81,110,103,98,114,112,102,154,102,81",
+ "endOffsets": "218,323,430,516,624,744,821,898,990,1084,1185,1279,1380,1474,1570,1665,1757,1849,1931,2042,2146,2245,2360,2473,2576,2731,2834,2916"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,521,629,749,826,903,995,1089,1190,1284,1385,1479,1575,1670,1762,1854,1936,2047,2151,2250,2365,2478,2581,2736,5634",
+ "endColumns": "117,104,106,85,107,119,76,76,91,93,100,93,100,93,95,94,91,91,81,110,103,98,114,112,102,154,102,81",
+ "endOffsets": "218,323,430,516,624,744,821,898,990,1084,1185,1279,1380,1474,1570,1665,1757,1849,1931,2042,2146,2245,2360,2473,2576,2731,2834,5711"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-nl\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,353,540,668,777,1003,1128,1277,1408,1645,1749,1949,2073,2295,2503,2597,2686",
+ "endColumns": "107,186,127,108,225,124,148,130,236,103,199,123,221,207,93,88,103",
+ "endOffsets": "352,539,667,776,1002,1127,1276,1407,1644,1748,1948,2072,2294,2502,2596,2685,2789"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2839,2951,3138,3270,3383,3609,3738,3891,4228,4465,4573,4773,4901,5123,5335,5433,5526",
+ "endColumns": "111,186,131,112,225,128,152,134,236,107,199,127,221,211,97,92,107",
+ "endOffsets": "2946,3133,3265,3378,3604,3733,3886,4021,4460,4568,4768,4896,5118,5330,5428,5521,5629"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-nl\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "201",
+ "endOffsets": "448"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4026",
+ "endColumns": "201",
+ "endOffsets": "4223"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-or.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-or.json
index bcd16ef3b..84f41c331 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-or.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-or.json
@@ -4,7 +4,41 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-or\\values-or.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-or\\values-or.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-or\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,354,547,678,793,1008,1142,1283,1418,1645,1756,1948,2080,2291,2475,2566,2664",
+ "endColumns": "108,192,130,114,214,133,140,134,226,110,191,131,210,183,90,97,111",
+ "endOffsets": "353,546,677,792,1007,1141,1282,1417,1644,1755,1947,2079,2290,2474,2565,2663,2775"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2847,2960,3153,3288,3407,3622,3760,3905,4243,4470,4585,4777,4913,5124,5312,5407,5509",
+ "endColumns": "112,192,134,118,214,137,144,138,226,114,191,135,210,187,94,101,115",
+ "endOffsets": "2955,3148,3283,3402,3617,3755,3900,4039,4465,4580,4772,4908,5119,5307,5402,5504,5620"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-or\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "198",
+ "endOffsets": "445"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4044",
+ "endColumns": "198",
+ "endOffsets": "4238"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-or\\values-or.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -13,21 +47,28 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2936",
+ "startOffsets": "5714",
"endColumns": "100",
- "endOffsets": "3032"
+ "endOffsets": "5810"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-or\\values-or.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,828,905,996,1089,1186,1281,1382,1475,1570,1666,1757,1847,1929,2039,2144,2250,2361,2464,2582,2745,2847",
"endColumns": "118,109,106,85,103,119,76,76,90,92,96,94,100,92,94,95,90,89,81,109,104,105,110,102,117,162,101,88",
"endOffsets": "219,329,436,522,626,746,823,900,991,1084,1181,1276,1377,1470,1565,1661,1752,1842,1924,2034,2139,2245,2356,2459,2577,2740,2842,2931"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,828,905,996,1089,1186,1281,1382,1475,1570,1666,1757,1847,1929,2039,2144,2250,2361,2464,2582,2745,5625",
+ "endColumns": "118,109,106,85,103,119,76,76,90,92,96,94,100,92,94,95,90,89,81,109,104,105,110,102,117,162,101,88",
+ "endOffsets": "219,329,436,522,626,746,823,900,991,1084,1181,1276,1377,1470,1565,1661,1752,1842,1924,2034,2139,2245,2356,2459,2577,2740,2842,5709"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-pa.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-pa.json
index dde575edb..047acd6e1 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-pa.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-pa.json
@@ -4,17 +4,41 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-pa\\values-pa.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-pa\\values-pa.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-pa\\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",
- "startColumns": "4,4,4,4,4,4,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,786,862,953,1046,1142,1236,1337,1430,1525,1619,1710,1801,1880,1981,2085,2182,2291,2390,2500,2659,2759",
- "endColumns": "102,96,104,85,99,112,76,75,90,92,95,93,100,92,94,93,90,90,78,100,103,96,108,98,109,158,99,79",
- "endOffsets": "203,300,405,491,591,704,781,857,948,1041,1137,1231,1332,1425,1520,1614,1705,1796,1875,1976,2080,2177,2286,2385,2495,2654,2754,2834"
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,350,555,683,790,996,1123,1262,1391,1612,1719,1923,2053,2265,2452,2544,2636",
+ "endColumns": "104,204,127,106,205,126,138,128,220,106,203,129,211,186,91,91,106",
+ "endOffsets": "349,554,682,789,995,1122,1261,1390,1611,1718,1922,2052,2264,2451,2543,2635,2742"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2759,2868,3073,3205,3316,3522,3653,3796,4139,4360,4471,4675,4809,5021,5212,5308,5404",
+ "endColumns": "108,204,131,110,205,130,142,132,220,110,203,133,211,190,95,95,110",
+ "endOffsets": "2863,3068,3200,3311,3517,3648,3791,3924,4355,4466,4670,4804,5016,5207,5303,5399,5510"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-pa\\values-pa.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-pa\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "209",
+ "endOffsets": "456"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3929",
+ "endColumns": "209",
+ "endOffsets": "4134"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-pa\\values-pa.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +47,28 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2839",
+ "startOffsets": "5595",
"endColumns": "100",
- "endOffsets": "2935"
+ "endOffsets": "5691"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,786,862,953,1046,1142,1236,1337,1430,1525,1619,1710,1801,1880,1981,2085,2182,2291,2390,2500,2659,2759",
+ "endColumns": "102,96,104,85,99,112,76,75,90,92,95,93,100,92,94,93,90,90,78,100,103,96,108,98,109,158,99,79",
+ "endOffsets": "203,300,405,491,591,704,781,857,948,1041,1137,1231,1332,1425,1520,1614,1705,1796,1875,1976,2080,2177,2286,2385,2495,2654,2754,2834"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,786,862,953,1046,1142,1236,1337,1430,1525,1619,1710,1801,1880,1981,2085,2182,2291,2390,2500,2659,5515",
+ "endColumns": "102,96,104,85,99,112,76,75,90,92,95,93,100,92,94,93,90,90,78,100,103,96,108,98,109,158,99,79",
+ "endOffsets": "203,300,405,491,591,704,781,857,948,1041,1137,1231,1332,1425,1520,1614,1705,1796,1875,1976,2080,2177,2286,2385,2495,2654,2754,5590"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-pl.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-pl.json
index 9867f0db1..bac453034 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-pl.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-pl.json
@@ -4,17 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-pl\\values-pl.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,221,323,431,517,626,745,823,900,991,1084,1180,1274,1376,1469,1564,1659,1750,1841,1923,2032,2141,2240,2349,2460,2568,2731,2827",
- "endColumns": "115,101,107,85,108,118,77,76,90,92,95,93,101,92,94,94,90,90,81,108,108,98,108,110,107,162,95,81",
- "endOffsets": "216,318,426,512,621,740,818,895,986,1079,1175,1269,1371,1464,1559,1654,1745,1836,1918,2027,2136,2235,2344,2455,2563,2726,2822,2904"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-pl\\values-pl.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-pl\\values-pl.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +13,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2909",
+ "startOffsets": "5650",
"endColumns": "100",
- "endOffsets": "3005"
+ "endOffsets": "5746"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,221,323,431,517,626,745,823,900,991,1084,1180,1274,1376,1469,1564,1659,1750,1841,1923,2032,2141,2240,2349,2460,2568,2731,2827",
+ "endColumns": "115,101,107,85,108,118,77,76,90,92,95,93,101,92,94,94,90,90,81,108,108,98,108,110,107,162,95,81",
+ "endOffsets": "216,318,426,512,621,740,818,895,986,1079,1175,1269,1371,1464,1559,1654,1745,1836,1918,2027,2136,2235,2344,2455,2563,2726,2822,2904"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,323,431,517,626,745,823,900,991,1084,1180,1274,1376,1469,1564,1659,1750,1841,1923,2032,2141,2240,2349,2460,2568,2731,5568",
+ "endColumns": "115,101,107,85,108,118,77,76,90,92,95,93,101,92,94,94,90,90,81,108,108,98,108,110,107,162,95,81",
+ "endOffsets": "216,318,426,512,621,740,818,895,986,1079,1175,1269,1371,1464,1559,1654,1745,1836,1918,2027,2136,2235,2344,2455,2563,2726,2822,5645"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-pl\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "198",
+ "endOffsets": "445"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3975",
+ "endColumns": "198",
+ "endOffsets": "4169"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-pl\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,347,547,667,775,985,1108,1245,1369,1599,1706,1912,2038,2256,2443,2538,2630",
+ "endColumns": "101,199,119,107,209,122,136,123,229,106,205,125,217,186,94,91,108",
+ "endOffsets": "346,546,666,774,984,1107,1244,1368,1598,1705,1911,2037,2255,2442,2537,2629,2738"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2827,2933,3133,3257,3369,3579,3706,3847,4174,4404,4515,4721,4851,5069,5260,5359,5455",
+ "endColumns": "105,199,123,111,209,126,140,127,229,110,205,129,217,190,98,95,112",
+ "endOffsets": "2928,3128,3252,3364,3574,3701,3842,3970,4399,4510,4716,4846,5064,5255,5354,5450,5563"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-port.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-port.json
index 22bb4b36a..b3a1bdbdf 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-port.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-port.json
@@ -4,7 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-port\\values-port.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-port\\values-port.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\res\\values-port\\values-port.xml",
"from": {
"startLines": "2",
"startColumns": "4",
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rBR.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rBR.json
index 498d264da..70ef6e312 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rBR.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rBR.json
@@ -4,17 +4,24 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-pt-rBR\\values-pt-rBR.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-pt-rBR\\values-pt-rBR.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-pt-rBR\\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",
- "startColumns": "4,4,4,4,4,4,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,746,829,909,1000,1093,1189,1283,1384,1477,1572,1667,1758,1849,1936,2043,2155,2257,2365,2472,2582,2744,2844",
- "endColumns": "119,105,106,88,100,117,82,79,90,92,95,93,100,92,94,94,90,90,86,106,111,101,107,106,109,161,99,84",
- "endOffsets": "220,326,433,522,623,741,824,904,995,1088,1184,1278,1379,1472,1567,1662,1753,1844,1931,2038,2150,2252,2360,2467,2577,2739,2839,2924"
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "251",
+ "endColumns": "203",
+ "endOffsets": "454"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4014",
+ "endColumns": "203",
+ "endOffsets": "4213"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-pt-rBR\\values-pt-rBR.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-pt-rBR\\values-pt-rBR.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +30,45 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2929",
+ "startOffsets": "5680",
"endColumns": "100",
- "endOffsets": "3025"
+ "endOffsets": "5776"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-pt-rBR\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "249,352,532,657,763,989,1117,1265,1395,1624,1730,1925,2053,2269,2452,2547,2639",
+ "endColumns": "102,179,124,105,225,127,147,129,228,105,194,127,215,182,94,91,108",
+ "endOffsets": "351,531,656,762,988,1116,1264,1394,1623,1729,1924,2052,2268,2451,2546,2638,2747"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2844,2951,3131,3260,3370,3596,3728,3880,4218,4447,4557,4752,4884,5100,5287,5386,5482",
+ "endColumns": "106,179,128,109,225,131,151,133,228,109,194,131,215,186,98,95,112",
+ "endOffsets": "2946,3126,3255,3365,3591,3723,3875,4009,4442,4552,4747,4879,5095,5282,5381,5477,5590"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,746,829,909,1000,1093,1189,1283,1384,1477,1572,1667,1758,1849,1936,2043,2155,2257,2365,2472,2582,2744,2844",
+ "endColumns": "119,105,106,88,100,117,82,79,90,92,95,93,100,92,94,94,90,90,86,106,111,101,107,106,109,161,99,84",
+ "endOffsets": "220,326,433,522,623,741,824,904,995,1088,1184,1278,1379,1472,1567,1662,1753,1844,1931,2038,2150,2252,2360,2467,2577,2739,2839,2924"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,746,829,909,1000,1093,1189,1283,1384,1477,1572,1667,1758,1849,1936,2043,2155,2257,2365,2472,2582,2744,5595",
+ "endColumns": "119,105,106,88,100,117,82,79,90,92,95,93,100,92,94,94,90,90,86,106,111,101,107,106,109,161,99,84",
+ "endOffsets": "220,326,433,522,623,741,824,904,995,1088,1184,1278,1379,1472,1567,1662,1753,1844,1931,2038,2150,2252,2360,2467,2577,2739,2839,5675"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rPT.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rPT.json
index e17a09865..92309cbb0 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rPT.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rPT.json
@@ -4,17 +4,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-pt-rPT\\values-pt-rPT.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-pt-rPT\\values-pt-rPT.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-pt-rPT\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "251",
+ "endColumns": "203",
+ "endOffsets": "454"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4053",
+ "endColumns": "203",
+ "endOffsets": "4252"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,225,331,438,527,628,752,836,917,1009,1103,1201,1295,1395,1489,1585,1680,1772,1864,1951,2058,2170,2272,2380,2487,2594,2765,2864",
"endColumns": "119,105,106,88,100,123,83,80,91,93,97,93,99,93,95,94,91,91,86,106,111,101,107,106,106,170,98,84",
"endOffsets": "220,326,433,522,623,747,831,912,1004,1098,1196,1290,1390,1484,1580,1675,1767,1859,1946,2053,2165,2267,2375,2482,2589,2760,2859,2944"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,752,836,917,1009,1103,1201,1295,1395,1489,1585,1680,1772,1864,1951,2058,2170,2272,2380,2487,2594,2765,5687",
+ "endColumns": "119,105,106,88,100,123,83,80,91,93,97,93,99,93,95,94,91,91,86,106,111,101,107,106,106,170,98,84",
+ "endOffsets": "220,326,433,522,623,747,831,912,1004,1098,1196,1290,1390,1484,1580,1675,1767,1859,1946,2053,2165,2267,2375,2482,2589,2760,2859,5767"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-pt-rPT\\values-pt-rPT.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-pt-rPT\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "249,352,547,673,779,1006,1132,1280,1414,1661,1767,1968,2097,2315,2519,2613,2708",
+ "endColumns": "102,194,125,105,226,125,147,133,246,105,200,128,217,203,93,94,111",
+ "endOffsets": "351,546,672,778,1005,1131,1279,1413,1660,1766,1967,2096,2314,2518,2612,2707,2819"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2864,2971,3166,3296,3406,3633,3763,3915,4257,4504,4614,4815,4948,5166,5374,5472,5571",
+ "endColumns": "106,194,129,109,226,129,151,137,246,109,200,132,217,207,97,98,115",
+ "endOffsets": "2966,3161,3291,3401,3628,3758,3910,4048,4499,4609,4810,4943,5161,5369,5467,5566,5682"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +64,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2949",
+ "startOffsets": "5772",
"endColumns": "100",
- "endOffsets": "3045"
+ "endOffsets": "5868"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-pt.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-pt.json
index cc5a834e6..92b6fb4fa 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-pt.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-pt.json
@@ -4,7 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-pt\\values-pt.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-pt\\values-pt.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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",
@@ -14,7 +14,7 @@
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-pt\\values-pt.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-pt\\values-pt.xml",
"from": {
"startLines": "2",
"startColumns": "4",
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ro.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ro.json
index 08608cbdb..0ef776abd 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ro.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ro.json
@@ -4,7 +4,24 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ro\\values-ro.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-ro\\values-ro.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,531,643,764,849,930,1021,1114,1210,1304,1404,1497,1592,1687,1778,1870,1953,2065,2178,2278,2392,2497,2603,2767,2870",
+ "endColumns": "120,103,112,87,111,120,84,80,90,92,95,93,99,92,94,94,90,91,82,111,112,99,113,104,105,163,102,82",
+ "endOffsets": "221,325,438,526,638,759,844,925,1016,1109,1205,1299,1399,1492,1587,1682,1773,1865,1948,2060,2173,2273,2387,2492,2598,2762,2865,2948"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,531,643,764,849,930,1021,1114,1210,1304,1404,1497,1592,1687,1778,1870,1953,2065,2178,2278,2392,2497,2603,2767,5619",
+ "endColumns": "120,103,112,87,111,120,84,80,90,92,95,93,99,92,94,94,90,91,82,111,112,99,113,104,105,163,102,82",
+ "endOffsets": "221,325,438,526,638,759,844,925,1016,1109,1205,1299,1399,1492,1587,1682,1773,1865,1948,2060,2173,2273,2387,2492,2598,2762,2865,5697"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-ro\\values-ro.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -13,21 +30,45 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2953",
+ "startOffsets": "5702",
"endColumns": "100",
- "endOffsets": "3049"
+ "endOffsets": "5798"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-ro\\values-ro.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-ro\\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",
- "startColumns": "4,4,4,4,4,4,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,531,643,764,849,930,1021,1114,1210,1304,1404,1497,1592,1687,1778,1870,1953,2065,2178,2278,2392,2497,2603,2767,2870",
- "endColumns": "120,103,112,87,111,120,84,80,90,92,95,93,99,92,94,94,90,91,82,111,112,99,113,104,105,163,102,82",
- "endOffsets": "221,325,438,526,638,759,844,925,1016,1109,1205,1299,1399,1492,1587,1682,1773,1865,1948,2060,2173,2273,2387,2492,2598,2762,2865,2948"
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "203",
+ "endOffsets": "450"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4048",
+ "endColumns": "203",
+ "endOffsets": "4247"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-ro\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,350,542,669,776,986,1116,1265,1399,1620,1728,1918,2048,2253,2445,2542,2635",
+ "endColumns": "104,191,126,106,209,129,148,133,220,107,189,129,204,191,96,92,106",
+ "endOffsets": "349,541,668,775,985,1115,1264,1398,1619,1727,1917,2047,2252,2444,2541,2634,2741"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2870,2979,3171,3302,3413,3623,3757,3910,4252,4473,4585,4775,4909,5114,5310,5411,5508",
+ "endColumns": "108,191,130,110,209,133,152,137,220,111,189,133,204,195,100,96,110",
+ "endOffsets": "2974,3166,3297,3408,3618,3752,3905,4043,4468,4580,4770,4904,5109,5305,5406,5503,5614"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ru.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ru.json
index ad52253bb..2496170d6 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ru.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ru.json
@@ -4,7 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ru\\values-ru.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-ru\\values-ru.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-ru\\values-ru.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -13,21 +13,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2913",
+ "startOffsets": "5675",
"endColumns": "100",
- "endOffsets": "3009"
+ "endOffsets": "5771"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-ru\\values-ru.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-ru\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,350,548,672,780,981,1108,1249,1378,1618,1723,1917,2041,2267,2451,2546,2632",
+ "endColumns": "104,197,123,107,200,126,140,128,239,104,193,123,225,183,94,85,110",
+ "endOffsets": "349,547,671,779,980,1107,1248,1377,1617,1722,1916,2040,2266,2450,2545,2631,2742"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2832,2941,3139,3267,3379,3580,3711,3856,4205,4445,4554,4748,4876,5102,5290,5389,5479",
+ "endColumns": "108,197,127,111,200,130,144,132,239,108,193,127,225,187,98,89,114",
+ "endOffsets": "2936,3134,3262,3374,3575,3706,3851,3984,4440,4549,4743,4871,5097,5285,5384,5474,5589"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,434,520,625,745,824,902,994,1088,1184,1277,1373,1467,1563,1658,1750,1842,1922,2028,2136,2234,2343,2449,2557,2732,2832",
"endColumns": "114,101,111,85,104,119,78,77,91,93,95,92,95,93,95,94,91,91,79,105,107,97,108,105,107,174,99,80",
"endOffsets": "215,317,429,515,620,740,819,897,989,1083,1179,1272,1368,1462,1558,1653,1745,1837,1917,2023,2131,2229,2338,2444,2552,2727,2827,2908"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,434,520,625,745,824,902,994,1088,1184,1277,1373,1467,1563,1658,1750,1842,1922,2028,2136,2234,2343,2449,2557,2732,5594",
+ "endColumns": "114,101,111,85,104,119,78,77,91,93,95,92,95,93,95,94,91,91,79,105,107,97,108,105,107,174,99,80",
+ "endOffsets": "215,317,429,515,620,740,819,897,989,1083,1179,1272,1368,1462,1558,1653,1745,1837,1917,2023,2131,2229,2338,2444,2552,2727,2827,5670"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-ru\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "215",
+ "endOffsets": "462"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3989",
+ "endColumns": "215",
+ "endOffsets": "4200"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-si.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-si.json
index 67b23c411..f6205d6c5 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-si.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-si.json
@@ -4,17 +4,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-si\\values-si.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-si\\values-si.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,215,322,429,517,622,738,827,914,1005,1098,1193,1287,1388,1481,1576,1670,1761,1852,1936,2045,2150,2248,2358,2457,2563,2722,2821",
"endColumns": "109,106,106,87,104,115,88,86,90,92,94,93,100,92,94,93,90,90,83,108,104,97,109,98,105,158,98,81",
"endOffsets": "210,317,424,512,617,733,822,909,1000,1093,1188,1282,1383,1476,1571,1665,1756,1847,1931,2040,2145,2243,2353,2452,2558,2717,2816,2898"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,322,429,517,622,738,827,914,1005,1098,1193,1287,1388,1481,1576,1670,1761,1852,1936,2045,2150,2248,2358,2457,2563,2722,5500",
+ "endColumns": "109,106,106,87,104,115,88,86,90,92,94,93,100,92,94,93,90,90,83,108,104,97,109,98,105,158,98,81",
+ "endOffsets": "210,317,424,512,617,733,822,909,1000,1093,1188,1282,1383,1476,1571,1665,1756,1847,1931,2040,2145,2243,2353,2452,2558,2717,2816,5577"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-si\\values-si.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-si\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,351,537,659,770,971,1093,1235,1358,1568,1681,1868,1997,2200,2387,2486,2573",
+ "endColumns": "105,185,121,110,200,121,141,122,209,112,186,128,202,186,98,86,104",
+ "endOffsets": "350,536,658,769,970,1092,1234,1357,1567,1680,1867,1996,2199,2386,2485,2572,2677"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2821,2931,3117,3243,3358,3559,3685,3831,4156,4366,4483,4670,4803,5006,5197,5300,5391",
+ "endColumns": "109,185,125,114,200,125,145,126,209,116,186,132,202,190,102,90,108",
+ "endOffsets": "2926,3112,3238,3353,3554,3680,3826,3953,4361,4478,4665,4798,5001,5192,5295,5386,5495"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-si\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "197",
+ "endOffsets": "444"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3958",
+ "endColumns": "197",
+ "endOffsets": "4151"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-si\\values-si.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +64,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2903",
+ "startOffsets": "5582",
"endColumns": "100",
- "endOffsets": "2999"
+ "endOffsets": "5678"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-sk.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-sk.json
index 4fc76a151..0f366bd95 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-sk.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-sk.json
@@ -4,17 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sk\\values-sk.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,312,423,509,617,735,816,897,988,1081,1180,1274,1375,1468,1563,1661,1752,1843,1927,2032,2141,2240,2346,2457,2566,2732,2830",
- "endColumns": "106,99,110,85,107,117,80,80,90,92,98,93,100,92,94,97,90,90,83,104,108,98,105,110,108,165,97,87",
- "endOffsets": "207,307,418,504,612,730,811,892,983,1076,1175,1269,1370,1463,1558,1656,1747,1838,1922,2027,2136,2235,2341,2452,2561,2727,2825,2913"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-sk\\values-sk.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-sk\\values-sk.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +13,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2918",
+ "startOffsets": "5672",
"endColumns": "100",
- "endOffsets": "3014"
+ "endOffsets": "5768"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,312,423,509,617,735,816,897,988,1081,1180,1274,1375,1468,1563,1661,1752,1843,1927,2032,2141,2240,2346,2457,2566,2732,2830",
+ "endColumns": "106,99,110,85,107,117,80,80,90,92,98,93,100,92,94,97,90,90,83,104,108,98,105,110,108,165,97,87",
+ "endOffsets": "207,307,418,504,612,730,811,892,983,1076,1175,1269,1370,1463,1558,1656,1747,1838,1922,2027,2136,2235,2341,2452,2561,2727,2825,2913"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,312,423,509,617,735,816,897,988,1081,1180,1274,1375,1468,1563,1661,1752,1843,1927,2032,2141,2240,2346,2457,2566,2732,5584",
+ "endColumns": "106,99,110,85,107,117,80,80,90,92,98,93,100,92,94,97,90,90,83,104,108,98,105,110,108,165,97,87",
+ "endOffsets": "207,307,418,504,612,730,811,892,983,1076,1175,1269,1370,1463,1558,1656,1747,1838,1922,2027,2136,2235,2341,2452,2561,2727,2825,5667"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-sk\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "197",
+ "endOffsets": "444"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3987",
+ "endColumns": "197",
+ "endOffsets": "4180"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-sk\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,349,541,663,771,986,1112,1251,1378,1606,1715,1916,2044,2266,2456,2550,2643",
+ "endColumns": "103,191,121,107,214,125,138,126,227,108,200,127,221,189,93,92,109",
+ "endOffsets": "348,540,662,770,985,1111,1250,1377,1605,1714,1915,2043,2265,2455,2549,2642,2752"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2830,2938,3130,3256,3368,3583,3713,3856,4185,4413,4526,4727,4859,5081,5275,5373,5470",
+ "endColumns": "107,191,125,111,214,129,142,130,227,112,200,131,221,193,97,96,113",
+ "endOffsets": "2933,3125,3251,3363,3578,3708,3851,3982,4408,4521,4722,4854,5076,5270,5368,5465,5579"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-sl.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-sl.json
index d47c6c2c7..a741bd1ee 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-sl.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-sl.json
@@ -4,7 +4,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sl\\values-sl.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-sl\\values-sl.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-sl\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,349,546,673,778,984,1112,1252,1381,1598,1703,1901,2029,2240,2418,2514,2602",
+ "endColumns": "103,196,126,104,205,127,139,128,216,104,197,127,210,177,95,87,108",
+ "endOffsets": "348,545,672,777,983,1111,1251,1380,1597,1702,1900,2028,2239,2417,2513,2601,2710"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2853,2961,3158,3289,3398,3604,3736,3880,4212,4429,4538,4736,4868,5079,5261,5361,5453",
+ "endColumns": "107,196,130,108,205,131,143,132,216,108,197,131,210,181,99,91,112",
+ "endOffsets": "2956,3153,3284,3393,3599,3731,3875,4008,4424,4533,4731,4863,5074,5256,5356,5448,5561"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,212,319,427,514,617,736,821,905,997,1091,1187,1281,1377,1471,1567,1667,1759,1851,1935,2043,2152,2252,2365,2472,2576,2756,2853",
+ "endColumns": "106,106,107,86,102,118,84,83,91,93,95,93,95,93,95,99,91,91,83,107,108,99,112,106,103,179,96,82",
+ "endOffsets": "207,314,422,509,612,731,816,900,992,1086,1182,1276,1372,1466,1562,1662,1754,1846,1930,2038,2147,2247,2360,2467,2571,2751,2848,2931"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,319,427,514,617,736,821,905,997,1091,1187,1281,1377,1471,1567,1667,1759,1851,1935,2043,2152,2252,2365,2472,2576,2756,5566",
+ "endColumns": "106,106,107,86,102,118,84,83,91,93,95,93,95,93,95,99,91,91,83,107,108,99,112,106,103,179,96,82",
+ "endOffsets": "207,314,422,509,612,731,816,900,992,1086,1182,1276,1372,1466,1562,1662,1754,1846,1930,2038,2147,2247,2360,2467,2571,2751,2848,5644"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-sl\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "198",
+ "endOffsets": "445"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4013",
+ "endColumns": "198",
+ "endOffsets": "4207"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-sl\\values-sl.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -13,21 +64,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2936",
+ "startOffsets": "5649",
"endColumns": "100",
- "endOffsets": "3032"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,212,319,427,514,617,736,821,905,997,1091,1187,1281,1377,1471,1567,1667,1759,1851,1935,2043,2152,2252,2365,2472,2576,2756,2853",
- "endColumns": "106,106,107,86,102,118,84,83,91,93,95,93,95,93,95,99,91,91,83,107,108,99,112,106,103,179,96,82",
- "endOffsets": "207,314,422,509,612,731,816,900,992,1086,1182,1276,1372,1466,1562,1662,1754,1846,1930,2038,2147,2247,2360,2467,2571,2751,2848,2931"
+ "endOffsets": "5745"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-sq.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-sq.json
index 8d2622a0f..403094b0a 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-sq.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-sq.json
@@ -4,17 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sq\\values-sq.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,518,628,751,832,911,1002,1095,1191,1285,1387,1480,1575,1672,1763,1856,1939,2045,2150,2248,2354,2457,2573,2727,2826",
- "endColumns": "113,99,111,86,109,122,80,78,90,92,95,93,101,92,94,96,90,92,82,105,104,97,105,102,115,153,98,80",
- "endOffsets": "214,314,426,513,623,746,827,906,997,1090,1186,1280,1382,1475,1570,1667,1758,1851,1934,2040,2145,2243,2349,2452,2568,2722,2821,2902"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-sq\\values-sq.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-sq\\values-sq.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +13,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2907",
+ "startOffsets": "5744",
"endColumns": "100",
- "endOffsets": "3003"
+ "endOffsets": "5840"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-sq\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,350,555,690,795,1015,1147,1299,1440,1669,1775,1981,2117,2345,2555,2646,2739",
+ "endColumns": "104,204,134,104,219,131,151,140,228,105,205,135,227,209,90,92,106",
+ "endOffsets": "349,554,689,794,1014,1146,1298,1439,1668,1774,1980,2116,2344,2554,2645,2738,2845"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2826,2935,3140,3279,3388,3608,3744,3900,4233,4462,4572,4778,4918,5146,5360,5455,5552",
+ "endColumns": "108,204,138,108,219,135,155,144,228,109,205,139,227,213,94,96,110",
+ "endOffsets": "2930,3135,3274,3383,3603,3739,3895,4040,4457,4567,4773,4913,5141,5355,5450,5547,5658"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-sq\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "187",
+ "endOffsets": "434"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4045",
+ "endColumns": "187",
+ "endOffsets": "4228"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,518,628,751,832,911,1002,1095,1191,1285,1387,1480,1575,1672,1763,1856,1939,2045,2150,2248,2354,2457,2573,2727,2826",
+ "endColumns": "113,99,111,86,109,122,80,78,90,92,95,93,101,92,94,96,90,92,82,105,104,97,105,102,115,153,98,80",
+ "endOffsets": "214,314,426,513,623,746,827,906,997,1090,1186,1280,1382,1475,1570,1667,1758,1851,1934,2040,2145,2243,2349,2452,2568,2722,2821,2902"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,518,628,751,832,911,1002,1095,1191,1285,1387,1480,1575,1672,1763,1856,1939,2045,2150,2248,2354,2457,2573,2727,5663",
+ "endColumns": "113,99,111,86,109,122,80,78,90,92,95,93,101,92,94,96,90,92,82,105,104,97,105,102,115,153,98,80",
+ "endOffsets": "214,314,426,513,623,746,827,906,997,1090,1186,1280,1382,1475,1570,1667,1758,1851,1934,2040,2145,2243,2349,2452,2568,2722,2821,5739"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-sr.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-sr.json
index fa0a4208e..1314ea312 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-sr.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-sr.json
@@ -4,7 +4,24 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sr\\values-sr.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-sr\\values-sr.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,214,317,423,509,613,731,812,892,983,1076,1172,1266,1367,1460,1555,1660,1751,1842,1930,2035,2143,2244,2348,2456,2557,2724,2821",
+ "endColumns": "108,102,105,85,103,117,80,79,90,92,95,93,100,92,94,104,90,90,87,104,107,100,103,107,100,166,96,83",
+ "endOffsets": "209,312,418,504,608,726,807,887,978,1071,1167,1261,1362,1455,1550,1655,1746,1837,1925,2030,2138,2239,2343,2451,2552,2719,2816,2900"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,317,423,509,613,731,812,892,983,1076,1172,1266,1367,1460,1555,1660,1751,1842,1930,2035,2143,2244,2348,2456,2557,2724,5480",
+ "endColumns": "108,102,105,85,103,117,80,79,90,92,95,93,100,92,94,104,90,90,87,104,107,100,103,107,100,166,96,83",
+ "endOffsets": "209,312,418,504,608,726,807,887,978,1071,1167,1261,1362,1455,1550,1655,1746,1837,1925,2030,2138,2239,2343,2451,2552,2719,2816,5559"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-sr\\values-sr.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -13,21 +30,45 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2905",
+ "startOffsets": "5564",
"endColumns": "100",
- "endOffsets": "3001"
+ "endOffsets": "5660"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-sr\\values-sr.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-sr\\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",
- "startColumns": "4,4,4,4,4,4,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,317,423,509,613,731,812,892,983,1076,1172,1266,1367,1460,1555,1660,1751,1842,1930,2035,2143,2244,2348,2456,2557,2724,2821",
- "endColumns": "108,102,105,85,103,117,80,79,90,92,95,93,100,92,94,104,90,90,87,104,107,100,103,107,100,166,96,83",
- "endOffsets": "209,312,418,504,608,726,807,887,978,1071,1167,1261,1362,1455,1550,1655,1746,1837,1925,2030,2138,2239,2343,2451,2552,2719,2816,2900"
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,349,537,661,769,982,1107,1245,1372,1580,1685,1876,2001,2209,2377,2471,2562",
+ "endColumns": "103,187,123,107,212,124,137,126,207,104,190,124,207,167,93,90,104",
+ "endOffsets": "348,536,660,768,981,1106,1244,1371,1579,1684,1875,2000,2208,2376,2470,2561,2666"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2821,2929,3117,3245,3357,3570,3699,3841,4161,4369,4478,4669,4798,5006,5178,5276,5371",
+ "endColumns": "107,187,127,111,212,128,141,130,207,108,190,128,207,171,97,94,108",
+ "endOffsets": "2924,3112,3240,3352,3565,3694,3836,3967,4364,4473,4664,4793,5001,5173,5271,5366,5475"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-sr\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "188",
+ "endOffsets": "435"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3972",
+ "endColumns": "188",
+ "endOffsets": "4156"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-sv.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-sv.json
index d44ae06a6..9eeba0c2d 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-sv.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-sv.json
@@ -4,17 +4,41 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sv\\values-sv.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-sv\\values-sv.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,211,314,425,510,612,725,801,877,970,1065,1161,1255,1358,1453,1550,1648,1744,1837,1917,2023,2123,2219,2324,2426,2528,2682,2784",
"endColumns": "105,102,110,84,101,112,75,75,92,94,95,93,102,94,96,97,95,92,79,105,99,95,104,101,101,153,101,78",
"endOffsets": "206,309,420,505,607,720,796,872,965,1060,1156,1250,1353,1448,1545,1643,1739,1832,1912,2018,2118,2214,2319,2421,2523,2677,2779,2858"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,314,425,510,612,725,801,877,970,1065,1161,1255,1358,1453,1550,1648,1744,1837,1917,2023,2123,2219,2324,2426,2528,2682,5479",
+ "endColumns": "105,102,110,84,101,112,75,75,92,94,95,93,102,94,96,97,95,92,79,105,99,95,104,101,101,153,101,78",
+ "endOffsets": "206,309,420,505,607,720,796,872,965,1060,1156,1250,1353,1448,1545,1643,1739,1832,1912,2018,2118,2214,2319,2421,2523,2677,2779,5553"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-sv\\values-sv.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-sv\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,350,539,664,772,972,1095,1244,1373,1580,1686,1879,2005,2218,2400,2492,2581",
+ "endColumns": "104,188,124,107,199,122,148,128,206,105,192,125,212,181,91,88,103",
+ "endOffsets": "349,538,663,771,971,1094,1243,1372,1579,1685,1878,2004,2217,2399,2491,2580,2684"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2784,2893,3082,3211,3323,3523,3650,3803,4143,4350,4460,4653,4783,4996,5182,5278,5371",
+ "endColumns": "108,188,128,111,199,126,152,132,206,109,192,129,212,185,95,92,107",
+ "endOffsets": "2888,3077,3206,3318,3518,3645,3798,3931,4345,4455,4648,4778,4991,5177,5273,5366,5474"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-sv\\values-sv.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +47,28 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2863",
+ "startOffsets": "5558",
"endColumns": "100",
- "endOffsets": "2959"
+ "endOffsets": "5654"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-sv\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "206",
+ "endOffsets": "453"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3936",
+ "endColumns": "206",
+ "endOffsets": "4138"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-sw.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-sw.json
index 56675d639..3068e7579 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-sw.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-sw.json
@@ -4,17 +4,24 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sw\\values-sw.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-sw\\values-sw.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-sw\\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",
- "startColumns": "4,4,4,4,4,4,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,306,414,504,609,726,808,891,982,1075,1169,1263,1364,1457,1552,1647,1738,1830,1912,2013,2122,2221,2328,2437,2542,2704,2801",
- "endColumns": "102,97,107,89,104,116,81,82,90,92,93,93,100,92,94,94,90,91,81,100,108,98,106,108,104,161,96,81",
- "endOffsets": "203,301,409,499,604,721,803,886,977,1070,1164,1258,1359,1452,1547,1642,1733,1825,1907,2008,2117,2216,2323,2432,2537,2699,2796,2878"
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,347,535,658,765,987,1110,1255,1394,1618,1722,1907,2032,2241,2426,2520,2621",
+ "endColumns": "101,187,122,106,221,122,144,138,223,103,184,124,208,184,93,100,120",
+ "endOffsets": "346,534,657,764,986,1109,1254,1393,1617,1721,1906,2031,2240,2425,2519,2620,2741"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2801,2907,3095,3222,3333,3555,3682,3831,4179,4403,4511,4696,4825,5034,5223,5321,5426",
+ "endColumns": "105,187,126,110,221,126,148,142,223,107,184,128,208,188,97,104,124",
+ "endOffsets": "2902,3090,3217,3328,3550,3677,3826,3969,4398,4506,4691,4820,5029,5218,5316,5421,5546"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-sw\\values-sw.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-sw\\values-sw.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +30,45 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2883",
+ "startOffsets": "5633",
"endColumns": "100",
- "endOffsets": "2979"
+ "endOffsets": "5729"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,306,414,504,609,726,808,891,982,1075,1169,1263,1364,1457,1552,1647,1738,1830,1912,2013,2122,2221,2328,2437,2542,2704,2801",
+ "endColumns": "102,97,107,89,104,116,81,82,90,92,93,93,100,92,94,94,90,91,81,100,108,98,106,108,104,161,96,81",
+ "endOffsets": "203,301,409,499,604,721,803,886,977,1070,1164,1258,1359,1452,1547,1642,1733,1825,1907,2008,2117,2216,2323,2432,2537,2699,2796,2878"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,306,414,504,609,726,808,891,982,1075,1169,1263,1364,1457,1552,1647,1738,1830,1912,2013,2122,2221,2328,2437,2542,2704,5551",
+ "endColumns": "102,97,107,89,104,116,81,82,90,92,93,93,100,92,94,94,90,91,81,100,108,98,106,108,104,161,96,81",
+ "endOffsets": "203,301,409,499,604,721,803,886,977,1070,1164,1258,1359,1452,1547,1642,1733,1825,1907,2008,2117,2216,2323,2432,2537,2699,2796,5628"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-sw\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "204",
+ "endOffsets": "451"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3974",
+ "endColumns": "204",
+ "endOffsets": "4174"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-sw600dp-v13.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-sw600dp-v13.json
index c252696e8..44deaa29c 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-sw600dp-v13.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-sw600dp-v13.json
@@ -4,7 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sw600dp-v13\\values-sw600dp-v13.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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",
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ta.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ta.json
index 293329068..84cad211e 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ta.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ta.json
@@ -4,7 +4,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ta\\values-ta.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-ta\\values-ta.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,219,317,432,521,628,754,832,909,1009,1114,1210,1305,1412,1514,1618,1713,1815,1913,1995,2097,2201,2298,2408,2510,2617,2774,2874",
+ "endColumns": "113,97,114,88,106,125,77,76,99,104,95,94,106,101,103,94,101,97,81,101,103,96,109,101,106,156,99,79",
+ "endOffsets": "214,312,427,516,623,749,827,904,1004,1109,1205,1300,1407,1509,1613,1708,1810,1908,1990,2092,2196,2293,2403,2505,2612,2769,2869,2949"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,317,432,521,628,754,832,909,1009,1114,1210,1305,1412,1514,1618,1713,1815,1913,1995,2097,2201,2298,2408,2510,2617,2774,5599",
+ "endColumns": "113,97,114,88,106,125,77,76,99,104,95,94,106,101,103,94,101,97,81,101,103,96,109,101,106,156,99,79",
+ "endOffsets": "214,312,427,516,623,749,827,904,1004,1109,1205,1300,1407,1509,1613,1708,1810,1908,1990,2092,2196,2293,2403,2505,2612,2769,2869,5674"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-ta\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,348,532,657,761,972,1098,1237,1363,1602,1707,1891,2024,2237,2419,2507,2596",
+ "endColumns": "102,183,124,103,210,125,138,125,238,104,183,132,212,181,87,88,105",
+ "endOffsets": "347,531,656,760,971,1097,1236,1362,1601,1706,1890,2023,2236,2418,2506,2595,2701"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2874,2981,3165,3294,3402,3613,3743,3886,4236,4475,4584,4768,4905,5118,5304,5396,5489",
+ "endColumns": "106,183,128,107,210,129,142,129,238,108,183,136,212,185,91,92,109",
+ "endOffsets": "2976,3160,3289,3397,3608,3738,3881,4011,4470,4579,4763,4900,5113,5299,5391,5484,5594"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-ta\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "219",
+ "endOffsets": "466"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4016",
+ "endColumns": "219",
+ "endOffsets": "4231"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-ta\\values-ta.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -13,21 +64,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2954",
+ "startOffsets": "5679",
"endColumns": "100",
- "endOffsets": "3050"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,219,317,432,521,628,754,832,909,1009,1114,1210,1305,1412,1514,1618,1713,1815,1913,1995,2097,2201,2298,2408,2510,2617,2774,2874",
- "endColumns": "113,97,114,88,106,125,77,76,99,104,95,94,106,101,103,94,101,97,81,101,103,96,109,101,106,156,99,79",
- "endOffsets": "214,312,427,516,623,749,827,904,1004,1109,1205,1300,1407,1509,1613,1708,1810,1908,1990,2092,2196,2293,2403,2505,2612,2769,2869,2949"
+ "endOffsets": "5775"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-te.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-te.json
index 130dc71d4..005f09901 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-te.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-te.json
@@ -4,7 +4,41 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-te\\values-te.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-te\\values-te.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-te\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,353,539,667,780,976,1099,1230,1355,1563,1673,1857,1983,2193,2382,2472,2568",
+ "endColumns": "107,185,127,112,195,122,130,124,207,109,183,125,209,188,89,95,106",
+ "endOffsets": "352,538,666,779,975,1098,1229,1354,1562,1672,1856,1982,2192,2381,2471,2567,2674"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2864,2976,3162,3294,3411,3607,3734,3869,4197,4405,4519,4703,4833,5043,5236,5330,5430",
+ "endColumns": "111,185,131,116,195,126,134,128,207,113,183,129,209,192,93,99,110",
+ "endOffsets": "2971,3157,3289,3406,3602,3729,3864,3993,4400,4514,4698,4828,5038,5231,5325,5425,5536"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-te\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "198",
+ "endOffsets": "445"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3998",
+ "endColumns": "198",
+ "endOffsets": "4192"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-te\\values-te.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -13,21 +47,28 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2946",
+ "startOffsets": "5623",
"endColumns": "100",
- "endOffsets": "3042"
+ "endOffsets": "5719"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-te\\values-te.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,219,328,439,529,634,759,841,923,1014,1107,1203,1297,1398,1491,1586,1681,1772,1863,1947,2060,2168,2267,2378,2480,2597,2763,2864",
"endColumns": "113,108,110,89,104,124,81,81,90,92,95,93,100,92,94,94,90,90,83,112,107,98,110,101,116,165,100,81",
"endOffsets": "214,323,434,524,629,754,836,918,1009,1102,1198,1292,1393,1486,1581,1676,1767,1858,1942,2055,2163,2262,2373,2475,2592,2758,2859,2941"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,328,439,529,634,759,841,923,1014,1107,1203,1297,1398,1491,1586,1681,1772,1863,1947,2060,2168,2267,2378,2480,2597,2763,5541",
+ "endColumns": "113,108,110,89,104,124,81,81,90,92,95,93,100,92,94,94,90,90,83,112,107,98,110,101,116,165,100,81",
+ "endOffsets": "214,323,434,524,629,754,836,918,1009,1102,1198,1292,1393,1486,1581,1676,1767,1858,1942,2055,2163,2262,2373,2475,2592,2758,2859,5618"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-th.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-th.json
index f96726879..8f72ae752 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-th.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-th.json
@@ -4,17 +4,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-th\\values-th.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-th\\values-th.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,308,416,505,607,717,794,872,963,1056,1152,1246,1347,1440,1535,1629,1720,1811,1892,2000,2104,2202,2310,2415,2516,2669,2764",
"endColumns": "104,97,107,88,101,109,76,77,90,92,95,93,100,92,94,93,90,90,80,107,103,97,107,104,100,152,94,80",
"endOffsets": "205,303,411,500,602,712,789,867,958,1051,1147,1241,1342,1435,1530,1624,1715,1806,1887,1995,2099,2197,2305,2410,2511,2664,2759,2840"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,416,505,607,717,794,872,963,1056,1152,1246,1347,1440,1535,1629,1720,1811,1892,2000,2104,2202,2310,2415,2516,2669,5377",
+ "endColumns": "104,97,107,88,101,109,76,77,90,92,95,93,100,92,94,93,90,90,80,107,103,97,107,104,100,152,94,80",
+ "endOffsets": "205,303,411,500,602,712,789,867,958,1051,1147,1241,1342,1435,1530,1624,1715,1806,1887,1995,2099,2197,2305,2410,2511,2664,2759,5453"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-th\\values-th.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-th\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,349,528,649,754,949,1071,1216,1349,1552,1655,1833,1953,2152,2329,2419,2513",
+ "endColumns": "103,178,120,104,194,121,144,132,202,102,177,119,198,176,89,93,108",
+ "endOffsets": "348,527,648,753,948,1070,1215,1348,1551,1654,1832,1952,2151,2328,2418,2512,2621"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2764,2872,3051,3176,3285,3480,3606,3755,4080,4283,4390,4568,4692,4891,5072,5166,5264",
+ "endColumns": "107,178,124,108,194,125,148,136,202,106,177,123,198,180,93,97,112",
+ "endOffsets": "2867,3046,3171,3280,3475,3601,3750,3887,4278,4385,4563,4687,4886,5067,5161,5259,5372"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-th\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "187",
+ "endOffsets": "434"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3892",
+ "endColumns": "187",
+ "endOffsets": "4075"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-th\\values-th.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +64,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2845",
+ "startOffsets": "5458",
"endColumns": "100",
- "endOffsets": "2941"
+ "endOffsets": "5554"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-tl.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-tl.json
index 2a73a5d81..adb37dd78 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-tl.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-tl.json
@@ -4,17 +4,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-tl\\values-tl.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-tl\\values-tl.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-tl\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,350,558,694,801,1018,1152,1300,1438,1676,1781,1990,2126,2347,2552,2646,2738",
+ "endColumns": "104,207,135,106,216,133,147,137,237,104,208,135,220,204,93,91,105",
+ "endOffsets": "349,557,693,800,1017,1151,1299,1437,1675,1780,1989,2125,2346,2551,2645,2737,2843"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2865,2974,3182,3322,3433,3650,3788,3940,4286,4524,4633,4842,4982,5203,5412,5510,5606",
+ "endColumns": "108,207,139,110,216,137,151,141,237,108,208,139,220,208,97,95,109",
+ "endOffsets": "2969,3177,3317,3428,3645,3783,3935,4077,4519,4628,4837,4977,5198,5407,5505,5601,5711"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-tl\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "203",
+ "endOffsets": "450"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4082",
+ "endColumns": "203",
+ "endOffsets": "4281"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,224,332,449,537,643,764,843,921,1012,1105,1201,1295,1396,1489,1584,1678,1769,1860,1944,2053,2164,2265,2375,2492,2600,2763,2865",
"endColumns": "118,107,116,87,105,120,78,77,90,92,95,93,100,92,94,93,90,90,83,108,110,100,109,116,107,162,101,83",
"endOffsets": "219,327,444,532,638,759,838,916,1007,1100,1196,1290,1391,1484,1579,1673,1764,1855,1939,2048,2159,2260,2370,2487,2595,2758,2860,2944"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,332,449,537,643,764,843,921,1012,1105,1201,1295,1396,1489,1584,1678,1769,1860,1944,2053,2164,2265,2375,2492,2600,2763,5716",
+ "endColumns": "118,107,116,87,105,120,78,77,90,92,95,93,100,92,94,93,90,90,83,108,110,100,109,116,107,162,101,83",
+ "endOffsets": "219,327,444,532,638,759,838,916,1007,1100,1196,1290,1391,1484,1579,1673,1764,1855,1939,2048,2159,2260,2370,2487,2595,2758,2860,5795"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-tl\\values-tl.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-tl\\values-tl.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +64,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2949",
+ "startOffsets": "5800",
"endColumns": "100",
- "endOffsets": "3045"
+ "endOffsets": "5896"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-tr.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-tr.json
index 0bfc6e7af..224158071 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-tr.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-tr.json
@@ -4,17 +4,24 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-tr\\values-tr.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-tr\\values-tr.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,210,309,421,506,612,732,811,887,978,1071,1164,1258,1356,1449,1551,1646,1737,1828,1907,2014,2119,2215,2322,2424,2532,2688,2786",
"endColumns": "104,98,111,84,105,119,78,75,90,92,92,93,97,92,101,94,90,90,78,106,104,95,106,101,107,155,97,78",
"endOffsets": "205,304,416,501,607,727,806,882,973,1066,1159,1253,1351,1444,1546,1641,1732,1823,1902,2009,2114,2210,2317,2419,2527,2683,2781,2860"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,309,421,506,612,732,811,887,978,1071,1164,1258,1356,1449,1551,1646,1737,1828,1907,2014,2119,2215,2322,2424,2532,2688,5526",
+ "endColumns": "104,98,111,84,105,119,78,75,90,92,92,93,97,92,101,94,90,90,78,106,104,95,106,101,107,155,97,78",
+ "endOffsets": "205,304,416,501,607,727,806,882,973,1066,1159,1253,1351,1444,1546,1641,1732,1823,1902,2009,2114,2210,2317,2419,2527,2683,2781,5600"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-tr\\values-tr.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-tr\\values-tr.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +30,45 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2865",
+ "startOffsets": "5605",
"endColumns": "100",
- "endOffsets": "2961"
+ "endOffsets": "5701"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-tr\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,353,540,674,777,983,1111,1264,1395,1626,1731,1919,2051,2255,2448,2536,2626",
+ "endColumns": "107,186,133,102,205,127,152,130,230,104,187,131,203,192,87,89,104",
+ "endOffsets": "352,539,673,776,982,1110,1263,1394,1625,1730,1918,2050,2254,2447,2535,2625,2730"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2786,2898,3085,3223,3330,3536,3668,3825,4166,4397,4506,4694,4830,5034,5231,5323,5417",
+ "endColumns": "111,186,137,106,205,131,156,134,230,108,187,135,203,196,91,93,108",
+ "endOffsets": "2893,3080,3218,3325,3531,3663,3820,3955,4392,4501,4689,4825,5029,5226,5318,5412,5521"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-tr\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "205",
+ "endOffsets": "452"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3960",
+ "endColumns": "205",
+ "endOffsets": "4161"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-uk.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-uk.json
index bd10bed8a..f79b5a075 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-uk.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-uk.json
@@ -4,17 +4,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-uk\\values-uk.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-uk\\values-uk.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,215,317,423,509,617,735,814,894,985,1078,1174,1268,1369,1462,1557,1652,1743,1834,1915,2021,2128,2226,2334,2440,2549,2719,2819",
"endColumns": "109,101,105,85,107,117,78,79,90,92,95,93,100,92,94,94,90,90,80,105,106,97,107,105,108,169,99,80",
"endOffsets": "210,312,418,504,612,730,809,889,980,1073,1169,1263,1364,1457,1552,1647,1738,1829,1910,2016,2123,2221,2329,2435,2544,2714,2814,2895"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,317,423,509,617,735,814,894,985,1078,1174,1268,1369,1462,1557,1652,1743,1834,1915,2021,2128,2226,2334,2440,2549,2719,5534",
+ "endColumns": "109,101,105,85,107,117,78,79,90,92,95,93,100,92,94,94,90,90,80,105,106,97,107,105,108,169,99,80",
+ "endOffsets": "210,312,418,504,612,730,809,889,980,1073,1169,1263,1364,1457,1552,1647,1738,1829,1910,2016,2123,2221,2329,2435,2544,2714,2814,5610"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-uk\\values-uk.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-uk\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,351,546,671,779,992,1119,1260,1390,1617,1721,1914,2037,2243,2411,2507,2594",
+ "endColumns": "105,194,124,107,212,126,140,129,226,103,192,122,205,167,95,86,112",
+ "endOffsets": "350,545,670,778,991,1118,1259,1389,1616,1720,1913,2036,2242,2410,2506,2593,2706"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2819,2929,3124,3253,3365,3578,3709,3854,4193,4420,4528,4721,4848,5054,5226,5326,5417",
+ "endColumns": "109,194,128,111,212,130,144,133,226,107,192,126,205,171,99,90,116",
+ "endOffsets": "2924,3119,3248,3360,3573,3704,3849,3983,4415,4523,4716,4843,5049,5221,5321,5412,5529"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-uk\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "204",
+ "endOffsets": "451"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3988",
+ "endColumns": "204",
+ "endOffsets": "4188"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-uk\\values-uk.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +64,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2900",
+ "startOffsets": "5615",
"endColumns": "100",
- "endOffsets": "2996"
+ "endOffsets": "5711"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ur.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ur.json
index cf12a1fba..8de38b1b2 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ur.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-ur.json
@@ -4,7 +4,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ur\\values-ur.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-ur\\values-ur.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,215,321,430,516,620,740,816,892,984,1078,1174,1268,1370,1464,1560,1654,1746,1838,1923,2031,2140,2242,2353,2453,2561,2726,2824",
+ "endColumns": "109,105,108,85,103,119,75,75,91,93,95,93,101,93,95,93,91,91,84,107,108,101,110,99,107,164,97,79",
+ "endOffsets": "210,316,425,511,615,735,811,887,979,1073,1169,1263,1365,1459,1555,1649,1741,1833,1918,2026,2135,2237,2348,2448,2556,2721,2819,2899"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,321,430,516,620,740,816,892,984,1078,1174,1268,1370,1464,1560,1654,1746,1838,1923,2031,2140,2242,2353,2453,2561,2726,5552",
+ "endColumns": "109,105,108,85,103,119,75,75,91,93,95,93,101,93,95,93,91,91,84,107,108,101,110,99,107,164,97,79",
+ "endOffsets": "210,316,425,511,615,735,811,887,979,1073,1169,1263,1365,1459,1555,1649,1741,1833,1918,2026,2135,2237,2348,2448,2556,2721,2819,5627"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-ur\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,351,547,671,780,979,1104,1242,1371,1582,1690,1893,2019,2224,2419,2508,2601",
+ "endColumns": "105,195,123,108,198,124,137,128,210,107,202,125,204,194,88,92,112",
+ "endOffsets": "350,546,670,779,978,1103,1241,1370,1581,1689,1892,2018,2223,2418,2507,2600,2713"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2824,2934,3130,3258,3371,3570,3699,3841,4185,4396,4508,4711,4841,5046,5245,5338,5435",
+ "endColumns": "109,195,127,112,198,128,141,132,210,111,202,129,204,198,92,96,116",
+ "endOffsets": "2929,3125,3253,3366,3565,3694,3836,3969,4391,4503,4706,4836,5041,5240,5333,5430,5547"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-ur\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "210",
+ "endOffsets": "457"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3974",
+ "endColumns": "210",
+ "endOffsets": "4180"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-ur\\values-ur.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -13,21 +64,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2904",
+ "startOffsets": "5632",
"endColumns": "100",
- "endOffsets": "3000"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,215,321,430,516,620,740,816,892,984,1078,1174,1268,1370,1464,1560,1654,1746,1838,1923,2031,2140,2242,2353,2453,2561,2726,2824",
- "endColumns": "109,105,108,85,103,119,75,75,91,93,95,93,101,93,95,93,91,91,84,107,108,101,110,99,107,164,97,79",
- "endOffsets": "210,316,425,511,615,735,811,887,979,1073,1169,1263,1365,1459,1555,1649,1741,1833,1918,2026,2135,2237,2348,2448,2556,2721,2819,2899"
+ "endOffsets": "5728"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-uz.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-uz.json
index c0d9e69f7..687f4bc6f 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-uz.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-uz.json
@@ -4,17 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-uz\\values-uz.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.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,314,428,514,614,730,810,889,980,1073,1169,1263,1358,1451,1546,1641,1732,1824,1908,2017,2124,2225,2333,2438,2545,2706,2805",
- "endColumns": "104,103,113,85,99,115,79,78,90,92,95,93,94,92,94,94,90,91,83,108,106,100,107,104,106,160,98,83",
- "endOffsets": "205,309,423,509,609,725,805,884,975,1068,1164,1258,1353,1446,1541,1636,1727,1819,1903,2012,2119,2220,2328,2433,2540,2701,2800,2884"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-uz\\values-uz.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-uz\\values-uz.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +13,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2889",
+ "startOffsets": "5619",
"endColumns": "100",
- "endOffsets": "2985"
+ "endOffsets": "5715"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-uz\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,348,530,657,764,968,1099,1245,1376,1607,1713,1903,2033,2246,2434,2526,2613",
+ "endColumns": "102,181,126,106,203,130,145,130,230,105,189,129,212,187,91,86,104",
+ "endOffsets": "347,529,656,763,967,1098,1244,1375,1606,1712,1902,2032,2245,2433,2525,2612,2717"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2805,2912,3094,3225,3336,3540,3675,3825,4169,4400,4510,4700,4834,5047,5239,5335,5426",
+ "endColumns": "106,181,130,110,203,134,149,134,230,109,189,133,212,191,95,90,108",
+ "endOffsets": "2907,3089,3220,3331,3535,3670,3820,3955,4395,4505,4695,4829,5042,5234,5330,5421,5530"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-uz\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "208",
+ "endOffsets": "455"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3960",
+ "endColumns": "208",
+ "endOffsets": "4164"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,314,428,514,614,730,810,889,980,1073,1169,1263,1358,1451,1546,1641,1732,1824,1908,2017,2124,2225,2333,2438,2545,2706,2805",
+ "endColumns": "104,103,113,85,99,115,79,78,90,92,95,93,94,92,94,94,90,91,83,108,106,100,107,104,106,160,98,83",
+ "endOffsets": "205,309,423,509,609,725,805,884,975,1068,1164,1258,1353,1446,1541,1636,1727,1819,1903,2012,2119,2220,2328,2433,2540,2701,2800,2884"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,314,428,514,614,730,810,889,980,1073,1169,1263,1358,1451,1546,1641,1732,1824,1908,2017,2124,2225,2333,2438,2545,2706,5535",
+ "endColumns": "104,103,113,85,99,115,79,78,90,92,95,93,94,92,94,94,90,91,83,108,106,100,107,104,106,160,98,83",
+ "endOffsets": "205,309,423,509,609,725,805,884,975,1068,1164,1258,1353,1446,1541,1636,1727,1819,1903,2012,2119,2220,2328,2433,2540,2701,2800,5614"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v16.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v16.json
index 0c1ef4d6c..e0ac25f24 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v16.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v16.json
@@ -4,7 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v16\\values-v16.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-v16\\values-v16.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-v16\\values-v16.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -14,7 +14,7 @@
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-v16\\values-v16.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\res\\values-v16\\values-v16.xml",
"from": {
"startLines": "2",
"startColumns": "4",
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v17.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v17.json
index 9e02a2c60..21aa807db 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v17.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v17.json
@@ -4,7 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v17\\values-v17.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-v17\\values-v17.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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",
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v18.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v18.json
index 73467f455..6e9e08b81 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v18.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v18.json
@@ -4,7 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v18\\values-v18.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-v18\\values-v18.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\res\\values-v18\\values-v18.xml",
"from": {
"startLines": "2",
"startColumns": "4",
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v21.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v21.json
index 35aaec30b..04fd59dd2 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v21.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v21.json
@@ -4,7 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v21\\values-v21.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-v21\\values-v21.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.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",
@@ -23,7 +23,7 @@
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-v21\\values-v21.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,107,110,154,157,160,162,164,166,169,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,221,222,223,233,234,235,247",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v22.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v22.json
index 8cdc0aa61..80f7faeb3 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v22.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v22.json
@@ -4,7 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v22\\values-v22.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-v22\\values-v22.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\res\\values-v22\\values-v22.xml",
"from": {
"startLines": "2,3,4,9",
"startColumns": "4,4,4,4",
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v23.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v23.json
index 2956fcfda..bfa8f0f3d 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v23.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v23.json
@@ -4,7 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v23\\values-v23.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-v23\\values-v23.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\res\\values-v23\\values-v23.xml",
"from": {
"startLines": "2,3,4,5,6,19,32,33,34,35,36",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4",
@@ -13,6 +13,25 @@
"endColumns": "134,134,74,86,12,12,126,104,114,106,112",
"endOffsets": "185,320,395,482,1272,2074,2201,2306,2421,2528,2641"
}
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b6ab4a313d417e48782f9ea999e77b72\\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": "37",
+ "startColumns": "4",
+ "startOffsets": "2646",
+ "endLines": "39",
+ "endColumns": "12",
+ "endOffsets": "2791"
+ }
}
]
}
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v24.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v24.json
index f54de125e..4a6ea4928 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v24.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v24.json
@@ -4,7 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v24\\values-v24.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-v24\\values-v24.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\res\\values-v24\\values-v24.xml",
"from": {
"startLines": "2,3",
"startColumns": "4,4",
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v25.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v25.json
index 136a16090..8b4d058fa 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v25.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v25.json
@@ -4,7 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v25\\values-v25.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-v25\\values-v25.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\res\\values-v25\\values-v25.xml",
"from": {
"startLines": "2,3,4,6",
"startColumns": "4,4,4,4",
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v26.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v26.json
index f42866e2c..fb9d880ea 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v26.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v26.json
@@ -4,7 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v26\\values-v26.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-v26\\values-v26.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\res\\values-v26\\values-v26.xml",
"from": {
"startLines": "2,3,4,8,12,16",
"startColumns": "4,4,4,4,4,4",
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v28.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v28.json
index 7d974ff66..6f1979c0d 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v28.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-v28.json
@@ -4,7 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v28\\values-v28.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-v28\\values-v28.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\res\\values-v28\\values-v28.xml",
"from": {
"startLines": "2,3,4,8",
"startColumns": "4,4,4,4",
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-vi.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-vi.json
index 3dbc4c1f5..a6de8ceb4 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-vi.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-vi.json
@@ -4,7 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-vi\\values-vi.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-vi\\values-vi.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-vi\\values-vi.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -13,21 +13,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2901",
+ "startOffsets": "5648",
"endColumns": "100",
- "endOffsets": "2997"
+ "endOffsets": "5744"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-vi\\values-vi.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-vi\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "194",
+ "endOffsets": "441"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3997",
+ "endColumns": "194",
+ "endOffsets": "4187"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,219,327,436,520,623,742,819,896,987,1080,1176,1270,1371,1464,1559,1657,1748,1839,1923,2027,2136,2237,2342,2456,2561,2718,2817",
"endColumns": "113,107,108,83,102,118,76,76,90,92,95,93,100,92,94,97,90,90,83,103,108,100,104,113,104,156,98,83",
"endOffsets": "214,322,431,515,618,737,814,891,982,1075,1171,1265,1366,1459,1554,1652,1743,1834,1918,2022,2131,2232,2337,2451,2556,2713,2812,2896"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,327,436,520,623,742,819,896,987,1080,1176,1270,1371,1464,1559,1657,1748,1839,1923,2027,2136,2237,2342,2456,2561,2718,5564",
+ "endColumns": "113,107,108,83,102,118,76,76,90,92,95,93,100,92,94,97,90,90,83,103,108,100,104,113,104,156,98,83",
+ "endOffsets": "214,322,431,515,618,737,814,891,982,1075,1171,1265,1366,1459,1554,1652,1743,1834,1918,2022,2131,2232,2337,2451,2556,2713,2812,5643"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-vi\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,345,539,662,767,991,1119,1272,1401,1641,1746,1938,2066,2284,2459,2553,2643",
+ "endColumns": "99,193,122,104,223,127,152,128,239,104,191,127,217,174,93,89,105",
+ "endOffsets": "344,538,661,766,990,1118,1271,1400,1640,1745,1937,2065,2283,2458,2552,2642,2748"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2817,2921,3115,3242,3351,3575,3707,3864,4192,4432,4541,4733,4865,5083,5262,5360,5454",
+ "endColumns": "103,193,126,108,223,131,156,132,239,108,191,131,217,178,97,93,109",
+ "endOffsets": "2916,3110,3237,3346,3570,3702,3859,3992,4427,4536,4728,4860,5078,5257,5355,5449,5559"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-watch-v20.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-watch-v20.json
index 6bd2b5afd..6983169d7 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-watch-v20.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-watch-v20.json
@@ -4,7 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-watch-v20\\values-watch-v20.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-watch-v20\\values-watch-v20.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\res\\values-watch-v20\\values-watch-v20.xml",
"from": {
"startLines": "2,5,8",
"startColumns": "4,4,4",
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-watch-v21.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-watch-v21.json
index 32c7e6f68..09edf7b1f 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-watch-v21.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-watch-v21.json
@@ -4,7 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-watch-v21\\values-watch-v21.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-watch-v21\\values-watch-v21.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\res\\values-watch-v21\\values-watch-v21.xml",
"from": {
"startLines": "2,6,10",
"startColumns": "4,4,4",
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-xlarge-v4.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-xlarge-v4.json
index d74cb1161..f9cc14088 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-xlarge-v4.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-xlarge-v4.json
@@ -4,7 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-xlarge-v4\\values-xlarge-v4.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-xlarge-v4\\values-xlarge-v4.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\res\\values-xlarge-v4\\values-xlarge-v4.xml",
"from": {
"startLines": "2,3,4,5,6,7",
"startColumns": "4,4,4,4,4,4",
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rCN.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rCN.json
index b2729a360..ed94d6c49 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rCN.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rCN.json
@@ -4,7 +4,24 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-zh-rCN\\values-zh-rCN.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-zh-rCN\\values-zh-rCN.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,201,296,396,478,575,681,757,833,924,1017,1115,1211,1306,1399,1494,1586,1677,1768,1846,1942,2038,2133,2230,2325,2423,2572,2666",
+ "endColumns": "95,94,99,81,96,105,75,75,90,92,97,95,94,92,94,91,90,90,77,95,95,94,96,94,97,148,93,77",
+ "endOffsets": "196,291,391,473,570,676,752,828,919,1012,1110,1206,1301,1394,1489,1581,1672,1763,1841,1937,2033,2128,2225,2320,2418,2567,2661,2739"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,201,296,396,478,575,681,757,833,924,1017,1115,1211,1306,1399,1494,1586,1677,1768,1846,1942,2038,2133,2230,2325,2423,2572,4969",
+ "endColumns": "95,94,99,81,96,105,75,75,90,92,97,95,94,92,94,91,90,90,77,95,95,94,96,94,97,148,93,77",
+ "endOffsets": "196,291,391,473,570,676,752,828,919,1012,1110,1206,1301,1394,1489,1581,1672,1763,1841,1937,2033,2128,2225,2320,2418,2567,2661,5042"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -13,21 +30,45 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2744",
+ "startOffsets": "5047",
"endColumns": "100",
- "endOffsets": "2840"
+ "endOffsets": "5143"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-zh-rCN\\values-zh-rCN.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-zh-rCN\\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",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
- "startOffsets": "105,201,296,396,478,575,681,757,833,924,1017,1115,1211,1306,1399,1494,1586,1677,1768,1846,1942,2038,2133,2230,2325,2423,2572,2666",
- "endColumns": "95,94,99,81,96,105,75,75,90,92,97,95,94,92,94,91,90,90,77,95,95,94,96,94,97,148,93,77",
- "endOffsets": "196,291,391,473,570,676,752,828,919,1012,1110,1206,1301,1394,1489,1581,1672,1763,1841,1937,2033,2128,2225,2320,2418,2567,2661,2739"
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "249,348,509,622,722,886,1000,1128,1245,1412,1511,1672,1785,1948,2082,2164,2247",
+ "endColumns": "98,160,112,99,163,113,127,116,166,98,160,112,162,133,81,82,98",
+ "endOffsets": "347,508,621,721,885,999,1127,1244,1411,1510,1671,1784,1947,2081,2163,2246,2345"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2666,2769,2930,3047,3151,3315,3433,3565,3844,4011,4114,4275,4392,4555,4693,4779,4866",
+ "endColumns": "102,160,116,103,163,117,131,120,166,102,160,116,162,137,85,86,102",
+ "endOffsets": "2764,2925,3042,3146,3310,3428,3560,3681,4006,4109,4270,4387,4550,4688,4774,4861,4964"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-zh-rCN\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "251",
+ "endColumns": "157",
+ "endOffsets": "408"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3686",
+ "endColumns": "157",
+ "endOffsets": "3839"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rHK.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rHK.json
index 24510cfa7..ec0b05aeb 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rHK.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rHK.json
@@ -4,7 +4,41 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-zh-rHK\\values-zh-rHK.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-zh-rHK\\values-zh-rHK.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-zh-rHK\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "249,348,508,621,721,887,1001,1129,1247,1416,1515,1675,1788,1954,2088,2169,2252",
+ "endColumns": "98,159,112,99,165,113,127,117,168,98,159,112,165,133,80,82,96",
+ "endOffsets": "347,507,620,720,886,1000,1128,1246,1415,1514,1674,1787,1953,2087,2168,2251,2348"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2668,2771,2931,3048,3152,3318,3436,3568,3857,4026,4129,4289,4406,4572,4710,4795,4882",
+ "endColumns": "102,159,116,103,165,117,131,121,168,102,159,116,165,137,84,86,100",
+ "endOffsets": "2766,2926,3043,3147,3313,3431,3563,3685,4021,4124,4284,4401,4567,4705,4790,4877,4978"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-zh-rHK\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "251",
+ "endColumns": "166",
+ "endOffsets": "417"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3690",
+ "endColumns": "166",
+ "endOffsets": "3852"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-zh-rHK\\values-zh-rHK.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -13,21 +47,28 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2746",
+ "startOffsets": "5061",
"endColumns": "100",
- "endOffsets": "2842"
+ "endOffsets": "5157"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-zh-rHK\\values-zh-rHK.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,756,832,924,1018,1110,1206,1302,1396,1492,1584,1676,1768,1846,1942,2038,2133,2230,2325,2423,2574,2668",
"endColumns": "94,92,99,81,96,107,75,75,91,93,91,95,95,93,95,91,91,91,77,95,95,94,96,94,97,150,93,77",
"endOffsets": "195,288,388,470,567,675,751,827,919,1013,1105,1201,1297,1391,1487,1579,1671,1763,1841,1937,2033,2128,2225,2320,2418,2569,2663,2741"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,756,832,924,1018,1110,1206,1302,1396,1492,1584,1676,1768,1846,1942,2038,2133,2230,2325,2423,2574,4983",
+ "endColumns": "94,92,99,81,96,107,75,75,91,93,91,95,95,93,95,91,91,91,77,95,95,94,96,94,97,150,93,77",
+ "endOffsets": "195,288,388,470,567,675,751,827,919,1013,1105,1201,1297,1391,1487,1579,1671,1763,1841,1937,2033,2128,2225,2320,2418,2569,2663,5056"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rTW.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rTW.json
index e9b137f1d..6ff026386 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rTW.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rTW.json
@@ -4,17 +4,58 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-zh-rTW\\values-zh-rTW.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-zh-rTW\\values-zh-rTW.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,756,832,924,1018,1116,1212,1308,1402,1498,1590,1682,1774,1852,1948,2044,2139,2236,2331,2431,2581,2675",
"endColumns": "94,92,99,81,96,107,75,75,91,93,97,95,95,93,95,91,91,91,77,95,95,94,96,94,99,149,93,77",
"endOffsets": "195,288,388,470,567,675,751,827,919,1013,1111,1207,1303,1397,1493,1585,1677,1769,1847,1943,2039,2134,2231,2326,2426,2576,2670,2748"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,756,832,924,1018,1116,1212,1308,1402,1498,1590,1682,1774,1852,1948,2044,2139,2236,2331,2431,2581,4983",
+ "endColumns": "94,92,99,81,96,107,75,75,91,93,97,95,95,93,95,91,91,91,77,95,95,94,96,94,99,149,93,77",
+ "endOffsets": "195,288,388,470,567,675,751,827,919,1013,1111,1207,1303,1397,1493,1585,1677,1769,1847,1943,2039,2134,2231,2326,2426,2576,2670,5056"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-zh-rTW\\values-zh-rTW.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-zh-rTW\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "251",
+ "endColumns": "161",
+ "endOffsets": "412"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "3697",
+ "endColumns": "161",
+ "endOffsets": "3854"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-zh-rTW\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "249,348,508,621,721,887,1001,1127,1247,1416,1515,1675,1788,1949,2083,2165,2248",
+ "endColumns": "98,159,112,99,165,113,125,119,168,98,159,112,160,133,81,82,98",
+ "endOffsets": "347,507,620,720,886,1000,1126,1246,1415,1514,1674,1787,1948,2082,2164,2247,2346"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2675,2778,2938,3055,3159,3325,3443,3573,3859,4028,4131,4291,4408,4569,4707,4793,4880",
+ "endColumns": "102,159,116,103,165,117,129,123,168,102,159,116,160,137,85,86,102",
+ "endOffsets": "2773,2933,3050,3154,3320,3438,3568,3692,4023,4126,4286,4403,4564,4702,4788,4875,4978"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -23,11 +64,11 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2753",
+ "startOffsets": "5061",
"endColumns": "100",
- "endOffsets": "2849"
+ "endOffsets": "5157"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-zu.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-zu.json
index dab4985e1..06959d063 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values-zu.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values-zu.json
@@ -4,7 +4,7 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-zu\\values-zu.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-zu\\values-zu.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-zu\\values-zu.xml",
"from": {
"startLines": "2",
"startColumns": "4",
@@ -13,21 +13,62 @@
"endOffsets": "151"
},
"to": {
- "startLines": "30",
+ "startLines": "48",
"startColumns": "4",
- "startOffsets": "2898",
+ "startOffsets": "5672",
"endColumns": "100",
- "endOffsets": "2994"
+ "endOffsets": "5768"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-zu\\values-zu.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,434,522,625,752,832,912,1003,1096,1190,1284,1385,1478,1573,1667,1758,1851,1937,2041,2147,2245,2352,2458,2564,2721,2817",
"endColumns": "107,106,113,87,102,126,79,79,90,92,93,93,100,92,94,93,90,92,85,103,105,97,106,105,105,156,95,80",
"endOffsets": "208,315,429,517,620,747,827,907,998,1091,1185,1279,1380,1473,1568,1662,1753,1846,1932,2036,2142,2240,2347,2453,2559,2716,2812,2893"
+ },
+ "to": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47",
+ "startColumns": "4,4,4,4,4,4,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,434,522,625,752,832,912,1003,1096,1190,1284,1385,1478,1573,1667,1758,1851,1937,2041,2147,2245,2352,2458,2564,2721,5591",
+ "endColumns": "107,106,113,87,102,126,79,79,90,92,93,93,100,92,94,93,90,92,85,103,105,97,106,105,105,156,95,80",
+ "endOffsets": "208,315,429,517,620,747,827,907,998,1091,1185,1279,1380,1473,1568,1662,1753,1846,1932,2036,2142,2240,2347,2453,2559,2716,2812,5667"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-zu\\values.xml",
+ "from": {
+ "startLines": "4",
+ "startColumns": "0",
+ "startOffsets": "247",
+ "endColumns": "190",
+ "endOffsets": "437"
+ },
+ "to": {
+ "startLines": "37",
+ "startColumns": "4",
+ "startOffsets": "4032",
+ "endColumns": "190",
+ "endOffsets": "4218"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-zu\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "245,354,562,695,797,1024,1151,1301,1436,1655,1763,1959,2088,2305,2488,2575,2670",
+ "endColumns": "108,207,132,101,226,126,149,134,218,107,195,128,216,182,86,94,109",
+ "endOffsets": "353,561,694,796,1023,1150,1300,1435,1654,1762,1958,2087,2304,2487,2574,2669,2779"
+ },
+ "to": {
+ "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "2817,2930,3138,3275,3381,3608,3739,3893,4223,4442,4554,4750,4883,5100,5287,5378,5477",
+ "endColumns": "112,207,136,105,226,130,153,138,218,111,195,132,216,186,90,98,113",
+ "endOffsets": "2925,3133,3270,3376,3603,3734,3888,4027,4437,4549,4745,4878,5095,5282,5373,5472,5586"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/multi-v2/values.json b/UI/app/build/intermediates/blame/res/debug/multi-v2/values.json
index 26a0d834b..9506764bd 100644
--- a/UI/app/build/intermediates/blame/res/debug/multi-v2/values.json
+++ b/UI/app/build/intermediates/blame/res/debug/multi-v2/values.json
@@ -4,7 +4,77 @@
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values\\values.xml",
"map": [
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8849109129fcb2f39779166fb64480b1\\coordinatorlayout-1.0.0\\res\\values\\values.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b6ab4a313d417e48782f9ea999e77b72\\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": "11,155,156,157,158,289,290,291,501,1547,1549,1552,2617",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "457,7812,7873,7935,7997,16884,16943,17000,32107,98997,99061,99187,166047",
+ "endLines": "11,155,156,157,158,289,290,291,507,1548,1551,1554,2644",
+ "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24",
+ "endOffsets": "504,7868,7930,7992,8056,16938,16995,17049,32516,99056,99182,99310,167865"
+ }
+ },
+ {
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\values\\strings.xml",
+ "from": {
+ "startLines": "1",
+ "startColumns": "4",
+ "startOffsets": "16",
+ "endColumns": "45",
+ "endOffsets": "57"
+ },
+ "to": {
+ "startLines": "440",
+ "startColumns": "4",
+ "startOffsets": "26514",
+ "endColumns": "45",
+ "endOffsets": "26555"
+ }
+ },
+ {
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\values\\colors.xml",
+ "from": {
+ "startLines": "4,2,3",
+ "startColumns": "4,4,4",
+ "startOffsets": "153,55,102",
+ "endColumns": "45,46,50",
+ "endOffsets": "194,97,148"
+ },
+ "to": {
+ "startLines": "159,160,161",
+ "startColumns": "4,4,4",
+ "startOffsets": "8061,8107,8154",
+ "endColumns": "45,46,50",
+ "endOffsets": "8102,8149,8200"
+ }
+ },
+ {
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\google-services\\debug\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "55,199,321,403,507,616,736,847",
+ "endColumns": "143,121,81,103,108,119,110,87",
+ "endOffsets": "194,316,398,502,611,731,842,930"
+ },
+ "to": {
+ "startLines": "459,460,461,462,463,464,465,466",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "28893,29037,29159,29241,29345,29454,29574,29685",
+ "endColumns": "143,121,81,103,108,119,110,87",
+ "endOffsets": "29032,29154,29236,29340,29449,29569,29680,29768"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\d7798c115b163dd40e559c4fed1b05a7\\coordinatorlayout-1.0.0\\res\\values\\values.xml",
"from": {
"startLines": "2,102,3,13",
"startColumns": "4,4,4,4",
@@ -14,46 +84,31 @@
"endOffsets": "111,6075,719,5930"
},
"to": {
- "startLines": "15,1849,2549,2559",
+ "startLines": "16,1953,2681,2691",
"startColumns": "4,4,4,4",
- "startOffsets": "664,122311,165785,166393",
- "endLines": "15,1851,2558,2647",
+ "startOffsets": "716,130235,175532,176140",
+ "endLines": "16,1955,2690,2779",
"endColumns": "60,12,24,24",
- "endOffsets": "720,122451,166388,171599"
+ "endOffsets": "772,130375,176135,181346"
}
},
{
- "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\values\\strings.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\01272a8d33c6943dd1d04bc0fe9a5705\\recyclerview-1.1.0\\res\\values\\values.xml",
"from": {
- "startLines": "1",
- "startColumns": "4",
- "startOffsets": "17",
- "endColumns": "45",
- "endOffsets": "58"
+ "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": "377",
- "startColumns": "4",
- "startOffsets": "22533",
- "endColumns": "45",
- "endOffsets": "22574"
- }
- },
- {
- "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\values\\colors.xml",
- "from": {
- "startLines": "4,2,3",
- "startColumns": "4,4,4",
- "startOffsets": "157,57,105",
- "endColumns": "45,46,50",
- "endOffsets": "198,99,151"
- },
- "to": {
- "startLines": "153,154,155",
- "startColumns": "4,4,4",
- "startOffsets": "7704,7750,7797",
- "endColumns": "45,46,50",
- "endOffsets": "7745,7792,7843"
+ "startLines": "132,301,302,303,311,312,313,377,3179",
+ "startColumns": "4,4,4,4,4,4,4,4,4",
+ "startOffsets": "6131,17715,17774,17822,18489,18564,18640,22505,202136",
+ "endLines": "132,301,302,303,311,312,313,377,3207",
+ "endColumns": "55,58,47,55,74,75,71,65,24",
+ "endOffsets": "6182,17769,17817,17873,18559,18635,18707,22566,203657"
}
},
{
@@ -61,60 +116,22 @@
"from": {
"startLines": "3",
"startColumns": "4",
- "startOffsets": "57",
+ "startOffsets": "54",
"endLines": "8",
"endColumns": "12",
- "endOffsets": "376"
+ "endOffsets": "366"
},
"to": {
- "startLines": "385",
+ "startLines": "474",
"startColumns": "4",
- "startOffsets": "23145",
- "endLines": "390",
+ "startOffsets": "30339",
+ "endLines": "479",
"endColumns": "12",
- "endOffsets": "23459"
+ "endOffsets": "30651"
}
},
{
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values\\values.xml",
- "from": {
- "startLines": "2,3,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,171,172,176,177,178,6,13,56,88,125",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
- "startOffsets": "55,124,7725,7795,7863,7935,8005,8066,8140,8213,8274,8335,8397,8461,8523,8584,8652,8752,8812,8878,8951,9020,9077,9129,9191,9263,9339,9374,9409,9459,9520,9577,9611,9646,9681,9751,9822,9939,10140,10250,10451,10580,10652,319,617,3523,5588,7348",
- "endLines": "2,3,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,170,171,175,176,177,178,12,55,87,124,131",
- "endColumns": "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,34,34,49,60,56,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24",
- "endOffsets": "119,182,7790,7858,7930,8000,8061,8135,8208,8269,8330,8392,8456,8518,8579,8647,8747,8807,8873,8946,9015,9072,9124,9186,9258,9334,9369,9404,9454,9515,9572,9606,9641,9676,9746,9817,9934,10135,10245,10446,10575,10647,10714,612,3518,5583,7343,7720"
- },
- "to": {
- "startLines": "178,179,275,276,277,278,279,280,281,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,314,315,321,322,326,327,328,329,330,331,337,379,1700,1701,1705,1706,1710,1847,1848,2513,2666,2709,2741,2778",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
- "startOffsets": "9201,9270,15856,15926,15994,16066,16136,16197,16271,17128,17189,17250,17312,17376,17438,17499,17567,17667,17727,17793,17866,17935,17992,18044,18559,18631,18946,18981,19158,19208,19269,19326,19360,19395,19705,22632,110588,110705,110906,111016,111217,122172,122244,158123,172637,175543,177608,179368",
- "endLines": "178,179,275,276,277,278,279,280,281,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,314,315,321,322,326,327,328,329,330,331,337,379,1700,1704,1705,1709,1710,1847,1848,2519,2708,2740,2777,2784",
- "endColumns": "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,34,34,49,60,56,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24",
- "endOffsets": "9265,9328,15921,15989,16061,16131,16192,16266,16339,17184,17245,17307,17371,17433,17494,17562,17662,17722,17788,17861,17930,17987,18039,18101,18626,18702,18976,19011,19203,19264,19321,19355,19390,19425,19770,22698,110700,110901,111011,111212,111341,122239,122306,158416,175538,177603,179363,179740"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\3ec6fa8458ddbe732478393a9f9e6c77\\constraintlayout-1.1.3\\res\\values\\values.xml",
- "from": {
- "startLines": "2,3,11,12,13,14,15,19,20,21,22,25,26,29,32,33,34,35,36,39,42,43,44,45,50,53,56,57,58,63,64,65,68,71,72,75,78,81,84,85,88,91,92,97,98,103,106,109,110,111,112,113,114,115,116,117,118,127,128,129,130",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
- "startOffsets": "55,116,407,455,507,568,614,741,802,862,932,1065,1133,1262,1388,1450,1515,1583,1650,1773,1898,1965,2030,2095,2276,2397,2518,2584,2651,2861,2930,2996,3121,3247,3314,3440,3567,3692,3819,3884,4010,4133,4198,4406,4473,4653,4773,4893,4958,5020,5082,5144,5203,5263,5324,5385,5444,5819,8395,8527,11791",
- "endLines": "2,10,11,12,13,14,18,19,20,21,24,25,28,31,32,33,34,35,38,41,42,43,44,49,52,55,56,57,62,63,64,67,70,71,74,77,80,83,84,87,90,91,96,97,102,105,108,109,110,111,112,113,114,115,116,117,126,127,128,129,130",
- "endColumns": "60,11,47,51,60,45,11,60,59,69,11,67,11,11,61,64,67,66,11,11,66,64,64,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,64,11,11,64,11,66,11,11,11,64,61,61,61,58,59,60,60,58,11,2575,131,3263,107",
- "endOffsets": "111,402,450,502,563,609,736,797,857,927,1060,1128,1257,1383,1445,1510,1578,1645,1768,1893,1960,2025,2090,2271,2392,2513,2579,2646,2856,2925,2991,3116,3242,3309,3435,3562,3687,3814,3879,4005,4128,4193,4401,4468,4648,4768,4888,4953,5015,5077,5139,5198,5258,5319,5380,5439,5814,8390,8522,11786,11894"
- },
- "to": {
- "startLines": "2,3,11,12,13,14,17,23,24,25,26,29,30,33,36,37,38,39,40,43,46,47,48,49,54,57,60,61,62,67,68,69,72,75,76,79,82,85,88,89,92,95,96,101,102,107,110,113,114,115,116,117,118,119,120,121,122,2546,2547,2548,2785",
- "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
- "startOffsets": "105,166,457,505,557,618,780,1001,1062,1122,1192,1325,1393,1522,1648,1710,1775,1843,1910,2033,2158,2225,2290,2355,2536,2657,2778,2844,2911,3121,3190,3256,3381,3507,3574,3700,3827,3952,4079,4144,4270,4393,4458,4666,4733,4913,5033,5153,5218,5280,5342,5404,5463,5523,5584,5645,5704,159813,162389,162521,179745",
- "endLines": "2,10,11,12,13,14,20,23,24,25,28,29,32,35,36,37,38,39,42,45,46,47,48,53,56,59,60,61,66,67,68,71,74,75,78,81,84,87,88,91,94,95,100,101,106,109,112,113,114,115,116,117,118,119,120,121,130,2546,2547,2548,2785",
- "endColumns": "60,11,47,51,60,45,11,60,59,69,11,67,11,11,61,64,67,66,11,11,66,64,64,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,64,11,11,64,11,66,11,11,11,64,61,61,61,58,59,60,60,58,11,2575,131,3263,107",
- "endOffsets": "161,452,500,552,613,659,902,1057,1117,1187,1320,1388,1517,1643,1705,1770,1838,1905,2028,2153,2220,2285,2350,2531,2652,2773,2839,2906,3116,3185,3251,3376,3502,3569,3695,3822,3947,4074,4139,4265,4388,4453,4661,4728,4908,5028,5148,5213,5275,5337,5399,5458,5518,5579,5640,5699,6074,162384,162516,165780,179848"
- }
- },
- {
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values\\values.xml",
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.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,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1461,1462,1466,1470,1474,1479,1485,1492,1496,1500,1505,1509,1513,1517,1521,1525,1529,1535,1539,1545,1549,1555,1559,1564,1568,1571,1575,1581,1585,1591,1595,1601,1604,1608,1612,1616,1620,1624,1625,1626,1627,1630,1633,1636,1639,1643,1644,1645,1646,1647,1650,1652,1654,1656,1661,1662,1666,1672,1676,1677,1679,1690,1691,1695,1701,1705,1706,1707,1711,1738,1742,1743,1747,1775,1943,1969,2138,2164,2195,2203,2209,2223,2245,2250,2255,2265,2274,2283,2287,2294,2302,2309,2310,2319,2322,2325,2329,2333,2337,2340,2341,2345,2349,2359,2364,2371,2377,2378,2381,2385,2390,2392,2394,2397,2400,2402,2406,2409,2416,2419,2422,2426,2428,2432,2434,2436,2438,2442,2450,2458,2470,2476,2485,2488,2499,2502,2507,2508,2513,2571,2630,2631,2641,2650,2651,2653,2657,2660,2663,2666,2669,2672,2675,2678,2682,2685,2688,2691,2695,2698,2702,2706,2707,2708,2709,2710,2711,2712,2713,2714,2715,2716,2717,2718,2719,2720,2721,2722,2723,2724,2725,2726,2728,2730,2731,2732,2733,2734,2735,2736,2737,2739,2740,2742,2743,2745,2747,2748,2750,2751,2752,2753,2754,2755,2757,2758,2759,2760,2761,2762,2764,2766,2768,2769,2770,2771,2772,2773,2774,2775,2776,2777,2778,2779,2780,2782,2783,2784,2785,2786,2787,2789,2793,2797,2798,2799,2800,2801,2802,2803,2804,2806,2808,2810,2812,2814,2815,2816,2817,2819,2821,2823,2824,2825,2826,2827,2828,2829,2830,2831,2832,2833,2834,2837,2838,2839,2840,2842,2844,2845,2847,2848,2850,2852,2854,2855,2856,2857,2858,2859,2860,2861,2862,2863,2864,2865,2867,2868,2869,2870,2872,2873,2874,2875,2876,2878,2880,2882,2884,2885,2886,2887,2888,2889,2890,2891,2892,2893,2894,2895,2896,2897,69,152,155,158,161,175,186,196,223,230,241,271,298,307,344,725,730,756,774,810,816,822,845,986,1006,1012,1016,1022,1059,1071,1098,1103,1169,1184,1249,1268,1294",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
@@ -124,12 +141,86 @@
"endOffsets": "155,200,249,290,345,404,466,547,608,683,759,836,914,999,1081,1157,1233,1310,1388,1494,1600,1679,1759,1816,1874,1948,2023,2088,2154,2214,2275,2347,2420,2487,2555,2614,2673,2732,2791,2850,2904,2958,3011,3065,3119,3173,3227,3301,3380,3453,3527,3598,3670,3742,3815,3872,3930,4003,4077,4151,4226,4298,4371,4441,4512,4572,4633,70975,71044,71114,71188,71264,71328,71405,71481,71558,71623,71692,71769,71844,71913,71981,72058,72124,72185,72282,72347,72416,72515,72586,72645,72703,72760,72819,72883,72954,73026,73098,73170,73242,73309,73377,73445,73504,73567,73631,73721,73812,73872,73938,74005,74071,74141,74205,74258,74371,74429,74492,74557,74622,74697,74770,74842,74891,74952,75013,75074,75136,75200,75264,75328,75393,75456,75516,75577,75643,75702,75762,75824,75895,75955,76023,76109,76196,76286,76373,76461,76543,76626,76716,76807,76859,76917,76962,77028,77092,77149,77206,77260,77317,77365,77414,77465,77499,77546,77595,77641,77673,77737,77799,77859,77916,77990,78060,78138,78192,78262,78347,78395,78441,78512,78590,78668,78740,78814,78888,78962,79042,79115,79184,79256,79333,79394,79457,79523,79587,79658,79721,79786,79850,79911,79972,80024,80097,80171,80240,80315,80389,80463,80604,80674,80727,80805,80895,80983,81079,81169,81751,81840,82087,82368,82620,82905,83298,83775,83997,84219,84495,84722,84952,85182,85412,85642,85869,86288,86514,86939,87169,87597,87816,88099,88307,88438,88665,89091,89316,89743,89964,90389,90509,90785,91086,91410,91701,92015,92152,92283,92388,92630,92797,93001,93209,93480,93592,93704,93809,93926,94140,94286,94426,94512,94860,94948,95194,95612,95861,95943,96041,96658,96758,97010,97434,97689,97783,97872,98109,100161,100403,100505,100758,102942,113663,115179,125999,127527,129284,129910,130330,131391,132656,132912,133148,133695,134189,134794,134992,135572,136136,136511,136629,137167,137324,137520,137793,138049,138219,138360,138424,138706,138992,139668,139932,140270,140623,140717,140903,141209,141471,141596,141723,141962,142173,142292,142485,142662,143117,143298,143420,143679,143792,143979,144081,144188,144317,144592,145100,145596,146473,146767,147337,147486,148218,148390,148726,148818,149096,153440,157927,157989,158619,159233,159324,159437,159666,159826,159978,160149,160315,160484,160651,160814,161057,161227,161400,161571,161845,162044,162249,162579,162663,162759,162855,162953,163053,163155,163257,163359,163461,163563,163663,163759,163871,164000,164123,164254,164385,164483,164597,164691,164831,164965,165061,165173,165273,165389,165485,165597,165697,165837,165973,166137,166267,166425,166575,166716,166860,166995,167107,167257,167385,167513,167649,167781,167911,168041,168153,168293,168439,168583,168721,168787,168877,168953,169057,169147,169249,169357,169465,169565,169645,169737,169835,169945,170023,170129,170221,170325,170435,170557,170720,170877,170957,171057,171147,171257,171351,171457,171549,171649,171761,171875,171991,172107,172201,172315,172427,172529,172649,172771,172853,172957,173077,173203,173301,173395,173483,173595,173711,173833,173945,174120,174236,174322,174414,174526,174650,174717,174843,174911,175039,175183,175311,175380,175475,175590,175703,175802,175911,176022,176133,176234,176339,176439,176569,176660,176783,176877,176989,177075,177179,177275,177363,177481,177585,177689,177815,177903,178011,178111,178201,178311,178395,178497,178581,178635,178699,178805,178915,178999,179119,9777,9895,10010,10142,10857,11549,12066,13713,14098,14695,16294,17827,18215,20522,40040,40300,41692,42725,44738,45000,45356,46186,52968,54102,54396,54619,54946,56996,57644,59277,59547,63398,63999,67808,69023,70432,70906"
},
"to": {
- "startLines": "16,21,22,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,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,282,283,284,285,286,287,288,289,290,306,307,308,309,310,311,312,313,316,317,318,319,320,323,324,325,332,333,334,335,336,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,378,380,381,382,383,384,391,399,400,404,408,412,417,423,430,434,438,443,447,451,455,459,463,467,473,477,483,487,493,497,502,506,509,513,519,523,529,533,539,542,546,550,554,558,562,563,564,565,568,571,574,577,581,582,583,584,585,588,590,592,594,599,600,604,610,614,615,617,628,629,633,639,643,644,645,649,676,680,681,685,713,881,907,1076,1102,1133,1141,1147,1161,1183,1188,1193,1203,1212,1221,1225,1232,1240,1247,1248,1257,1260,1263,1267,1271,1275,1278,1279,1283,1287,1297,1302,1309,1315,1316,1319,1323,1328,1330,1332,1335,1338,1340,1344,1347,1354,1357,1360,1364,1366,1370,1372,1374,1376,1380,1388,1396,1408,1414,1423,1426,1437,1440,1445,1446,1451,1509,1568,1569,1579,1588,1589,1591,1595,1598,1601,1604,1607,1610,1613,1616,1620,1623,1626,1629,1633,1636,1640,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1666,1668,1669,1670,1671,1672,1673,1674,1675,1677,1678,1680,1681,1683,1685,1686,1688,1689,1690,1691,1692,1693,1695,1696,1697,1698,1699,1711,1713,1715,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1731,1732,1733,1734,1735,1736,1738,1742,1746,1747,1748,1749,1750,1751,1752,1753,1755,1757,1759,1761,1763,1764,1765,1766,1768,1770,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1786,1787,1788,1789,1791,1793,1794,1796,1797,1799,1801,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1816,1817,1818,1819,1821,1822,1823,1824,1825,1827,1829,1831,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1852,1935,1938,1941,1944,1958,1969,1979,2006,2013,2024,2054,2081,2090,2127,2508,2520,2648,2786,2822,2828,2834,2857,2998,3018,3024,3028,3034,3071,3083,3110,3115,3181,3196,3261,3280,3306",
+ "startLines": "17,22,23,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,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,299,300,304,305,306,307,308,309,310,329,330,331,332,333,334,335,336,372,373,374,375,376,380,381,382,394,395,396,397,398,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,467,469,470,471,472,473,480,488,489,493,497,508,513,519,526,530,534,539,543,547,551,555,559,563,569,573,579,583,589,593,598,602,605,609,615,619,625,629,635,638,642,646,650,654,658,659,660,661,664,667,670,673,677,678,679,680,681,684,686,688,690,695,696,700,706,710,711,713,724,725,729,735,739,740,741,745,772,776,777,781,809,977,1003,1172,1198,1229,1237,1243,1257,1279,1284,1289,1299,1308,1317,1321,1328,1336,1343,1344,1353,1356,1359,1363,1367,1371,1374,1375,1379,1383,1393,1398,1405,1411,1412,1415,1419,1424,1426,1428,1431,1434,1436,1440,1443,1450,1453,1456,1460,1462,1466,1468,1470,1472,1476,1484,1492,1504,1510,1519,1522,1533,1536,1541,1542,1555,1613,1672,1673,1683,1692,1693,1695,1699,1702,1705,1708,1711,1714,1717,1720,1724,1727,1730,1733,1737,1740,1744,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1770,1772,1773,1774,1775,1776,1777,1778,1779,1781,1782,1784,1785,1787,1789,1790,1792,1793,1794,1795,1796,1797,1799,1800,1801,1802,1803,1815,1817,1819,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1835,1836,1837,1838,1839,1840,1842,1846,1850,1851,1852,1853,1854,1855,1856,1857,1859,1861,1863,1865,1867,1868,1869,1870,1872,1874,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1890,1891,1892,1893,1895,1897,1898,1900,1901,1903,1905,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1920,1921,1922,1923,1925,1926,1927,1928,1929,1931,1933,1935,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1956,2039,2042,2045,2048,2062,2073,2083,2110,2117,2128,2158,2185,2194,2231,2612,2652,2780,2918,2954,2960,2979,3002,3143,3163,3169,3173,3208,3264,3276,3303,3308,3374,3389,3454,3473,3499",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
- "startOffsets": "725,907,952,6079,6120,6175,6234,6296,6377,6438,6513,6589,6666,6744,6829,6911,6987,7063,7140,7218,7324,7430,7509,7589,7646,7848,7922,7997,8062,8128,8188,8249,8321,8394,8461,8529,8588,8647,8706,8765,8824,8878,8932,8985,9039,9093,9147,9333,9407,9486,9559,9633,9704,9776,9848,9921,9978,10036,10109,10183,10257,10332,10404,10477,10547,10618,10678,10739,10808,10877,10947,11021,11097,11161,11238,11314,11391,11456,11525,11602,11677,11746,11814,11891,11957,12018,12115,12180,12249,12348,12419,12478,12536,12593,12652,12716,12787,12859,12931,13003,13075,13142,13210,13278,13337,13400,13464,13554,13645,13705,13771,13838,13904,13974,14038,14091,14204,14262,14325,14390,14455,14530,14603,14675,14724,14785,14846,14907,14969,15033,15097,15161,15226,15289,15349,15410,15476,15535,15595,15657,15728,15788,16344,16430,16517,16607,16694,16782,16864,16947,17037,18106,18158,18216,18261,18327,18391,18448,18505,18707,18764,18812,18861,18912,19016,19063,19112,19430,19462,19526,19588,19648,19775,19849,19919,19997,20051,20121,20206,20254,20300,20371,20449,20527,20599,20673,20747,20821,20901,20974,21043,21115,21192,21253,21316,21382,21446,21517,21580,21645,21709,21770,21831,21883,21956,22030,22099,22174,22248,22322,22463,22579,22703,22781,22871,22959,23055,23464,24046,24135,24382,24663,24915,25200,25593,26070,26292,26514,26790,27017,27247,27477,27707,27937,28164,28583,28809,29234,29464,29892,30111,30394,30602,30733,30960,31386,31611,32038,32259,32684,32804,33080,33381,33705,33996,34310,34447,34578,34683,34925,35092,35296,35504,35775,35887,35999,36104,36221,36435,36581,36721,36807,37155,37243,37489,37907,38156,38238,38336,38953,39053,39305,39729,39984,40078,40167,40404,42456,42698,42800,43053,45237,55958,57474,68294,69822,71579,72205,72625,73686,74951,75207,75443,75990,76484,77089,77287,77867,78431,78806,78924,79462,79619,79815,80088,80344,80514,80655,80719,81001,81287,81963,82227,82565,82918,83012,83198,83504,83766,83891,84018,84257,84468,84587,84780,84957,85412,85593,85715,85974,86087,86274,86376,86483,86612,86887,87395,87891,88768,89062,89632,89781,90513,90685,91021,91113,91391,95735,100222,100284,100914,101528,101619,101732,101961,102121,102273,102444,102610,102779,102946,103109,103352,103522,103695,103866,104140,104339,104544,104874,104958,105054,105150,105248,105348,105450,105552,105654,105756,105858,105958,106054,106166,106295,106418,106549,106680,106778,106892,106986,107126,107260,107356,107468,107568,107684,107780,107892,107992,108132,108268,108432,108562,108720,108870,109011,109155,109290,109402,109552,109680,109808,109944,110076,110206,110336,110448,111346,111492,111636,111774,111840,111930,112006,112110,112200,112302,112410,112518,112618,112698,112790,112888,112998,113076,113182,113274,113378,113488,113610,113773,113930,114010,114110,114200,114310,114404,114510,114602,114702,114814,114928,115044,115160,115254,115368,115480,115582,115702,115824,115906,116010,116130,116256,116354,116448,116536,116648,116764,116886,116998,117173,117289,117375,117467,117579,117703,117770,117896,117964,118092,118236,118364,118433,118528,118643,118756,118855,118964,119075,119186,119287,119392,119492,119622,119713,119836,119930,120042,120128,120232,120328,120416,120534,120638,120742,120868,120956,121064,121164,121254,121364,121448,121550,121634,121688,121752,121858,121968,122052,122456,127600,127718,127833,127965,128680,129372,129889,131536,131921,132518,134117,135650,136038,138345,157863,158421,171604,179853,181866,182128,182484,183314,190096,191230,191524,191747,192074,194124,194772,196405,196675,200526,201127,204936,206151,207560",
- "endLines": "16,21,22,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,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,282,283,284,285,286,287,288,289,290,306,307,308,309,310,311,312,313,316,317,318,319,320,323,324,325,332,333,334,335,336,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,378,380,381,382,383,384,398,399,403,407,411,416,422,429,433,437,442,446,450,454,458,462,466,472,476,482,486,492,496,501,505,508,512,518,522,528,532,538,541,545,549,553,557,561,562,563,564,567,570,573,576,580,581,582,583,584,587,589,591,593,598,599,603,609,613,614,616,627,628,632,638,642,643,644,648,675,679,680,684,712,880,906,1075,1101,1132,1140,1146,1160,1182,1187,1192,1202,1211,1220,1224,1231,1239,1246,1247,1256,1259,1262,1266,1270,1274,1277,1278,1282,1286,1296,1301,1308,1314,1315,1318,1322,1327,1329,1331,1334,1337,1339,1343,1346,1353,1356,1359,1363,1365,1369,1371,1373,1375,1379,1387,1395,1407,1413,1422,1425,1436,1439,1444,1445,1450,1508,1567,1568,1578,1587,1588,1590,1594,1597,1600,1603,1606,1609,1612,1615,1619,1622,1625,1628,1632,1635,1639,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1665,1667,1668,1669,1670,1671,1672,1673,1674,1676,1677,1679,1680,1682,1684,1685,1687,1688,1689,1690,1691,1692,1694,1695,1696,1697,1698,1699,1712,1714,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1730,1731,1732,1733,1734,1735,1737,1741,1745,1746,1747,1748,1749,1750,1751,1752,1754,1756,1758,1760,1762,1763,1764,1765,1767,1769,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1785,1786,1787,1788,1790,1792,1793,1795,1796,1798,1800,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1815,1816,1817,1818,1820,1821,1822,1823,1824,1826,1828,1830,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1934,1937,1940,1943,1957,1968,1978,2005,2012,2023,2053,2080,2089,2126,2507,2512,2545,2665,2821,2827,2833,2856,2997,3017,3023,3027,3033,3070,3082,3109,3114,3180,3195,3260,3279,3305,3314",
+ "startOffsets": "777,959,1004,6187,6228,6283,6342,6404,6485,6546,6621,6697,6774,6852,6937,7019,7095,7171,7248,7326,7432,7538,7617,7697,7754,8876,8950,9025,9090,9156,9216,9277,9349,9422,9489,9557,9616,9675,9734,9793,9852,9906,9960,10013,10067,10121,10175,10361,10435,10514,10587,10661,10732,10804,10876,10949,11006,11064,11137,11211,11285,11360,11432,11505,11575,11646,11706,11767,11836,11905,11975,12049,12125,12189,12266,12342,12419,12484,12553,12630,12705,12774,12842,12919,12985,13046,13143,13208,13277,13376,13447,13506,13564,13621,13680,13744,13815,13887,13959,14031,14103,14170,14238,14306,14365,14428,14492,14582,14673,14733,14799,14866,14932,15002,15066,15119,15232,15290,15353,15418,15483,15558,15631,15703,15752,15813,15874,15935,15997,16061,16125,16189,16254,16317,16377,16438,16504,16563,16623,16685,16756,16816,17542,17628,17878,17968,18055,18143,18225,18308,18398,19690,19742,19800,19845,19911,19975,20032,20089,22266,22323,22371,22420,22471,22641,22688,22737,23343,23375,23439,23501,23561,23756,23830,23900,23978,24032,24102,24187,24235,24281,24352,24430,24508,24580,24654,24728,24802,24882,24955,25024,25096,25173,25234,25297,25363,25427,25498,25561,25626,25690,25751,25812,25864,25937,26011,26080,26155,26229,26303,26444,29773,29897,29975,30065,30153,30249,30656,31238,31327,31574,31855,32521,32806,33199,33676,33898,34120,34396,34623,34853,35083,35313,35543,35770,36189,36415,36840,37070,37498,37717,38000,38208,38339,38566,38992,39217,39644,39865,40290,40410,40686,40987,41311,41602,41916,42053,42184,42289,42531,42698,42902,43110,43381,43493,43605,43710,43827,44041,44187,44327,44413,44761,44849,45095,45513,45762,45844,45942,46559,46659,46911,47335,47590,47684,47773,48010,50062,50304,50406,50659,52843,63564,65080,75900,77428,79185,79811,80231,81292,82557,82813,83049,83596,84090,84695,84893,85473,86037,86412,86530,87068,87225,87421,87694,87950,88120,88261,88325,88607,88893,89569,89833,90171,90524,90618,90804,91110,91372,91497,91624,91863,92074,92193,92386,92563,93018,93199,93321,93580,93693,93880,93982,94089,94218,94493,95001,95497,96374,96668,97238,97387,98119,98291,98627,98719,99315,103659,108146,108208,108838,109452,109543,109656,109885,110045,110197,110368,110534,110703,110870,111033,111276,111446,111619,111790,112064,112263,112468,112798,112882,112978,113074,113172,113272,113374,113476,113578,113680,113782,113882,113978,114090,114219,114342,114473,114604,114702,114816,114910,115050,115184,115280,115392,115492,115608,115704,115816,115916,116056,116192,116356,116486,116644,116794,116935,117079,117214,117326,117476,117604,117732,117868,118000,118130,118260,118372,119270,119416,119560,119698,119764,119854,119930,120034,120124,120226,120334,120442,120542,120622,120714,120812,120922,121000,121106,121198,121302,121412,121534,121697,121854,121934,122034,122124,122234,122328,122434,122526,122626,122738,122852,122968,123084,123178,123292,123404,123506,123626,123748,123830,123934,124054,124180,124278,124372,124460,124572,124688,124810,124922,125097,125213,125299,125391,125503,125627,125694,125820,125888,126016,126160,126288,126357,126452,126567,126680,126779,126888,126999,127110,127211,127316,127416,127546,127637,127760,127854,127966,128052,128156,128252,128340,128458,128562,128666,128792,128880,128988,129088,129178,129288,129372,129474,129558,129612,129676,129782,129892,129976,130380,135524,135642,135757,135889,136604,137296,137813,139460,139845,140442,142041,143574,143962,146269,165787,168168,181351,189600,191613,191875,192546,193376,200158,201292,201586,201809,203662,206129,206777,208410,208680,212531,213132,216941,218156,219565",
+ "endLines": "17,22,23,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,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,299,300,304,305,306,307,308,309,310,329,330,331,332,333,334,335,336,372,373,374,375,376,380,381,382,394,395,396,397,398,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,467,469,470,471,472,473,487,488,492,496,500,512,518,525,529,533,538,542,546,550,554,558,562,568,572,578,582,588,592,597,601,604,608,614,618,624,628,634,637,641,645,649,653,657,658,659,660,663,666,669,672,676,677,678,679,680,683,685,687,689,694,695,699,705,709,710,712,723,724,728,734,738,739,740,744,771,775,776,780,808,976,1002,1171,1197,1228,1236,1242,1256,1278,1283,1288,1298,1307,1316,1320,1327,1335,1342,1343,1352,1355,1358,1362,1366,1370,1373,1374,1378,1382,1392,1397,1404,1410,1411,1414,1418,1423,1425,1427,1430,1433,1435,1439,1442,1449,1452,1455,1459,1461,1465,1467,1469,1471,1475,1483,1491,1503,1509,1518,1521,1532,1535,1540,1541,1546,1612,1671,1672,1682,1691,1692,1694,1698,1701,1704,1707,1710,1713,1716,1719,1723,1726,1729,1732,1736,1739,1743,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1769,1771,1772,1773,1774,1775,1776,1777,1778,1780,1781,1783,1784,1786,1788,1789,1791,1792,1793,1794,1795,1796,1798,1799,1800,1801,1802,1803,1816,1818,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1834,1835,1836,1837,1838,1839,1841,1845,1849,1850,1851,1852,1853,1854,1855,1856,1858,1860,1862,1864,1866,1867,1868,1869,1871,1873,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1889,1890,1891,1892,1894,1896,1897,1899,1900,1902,1904,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1919,1920,1921,1922,1924,1925,1926,1927,1928,1930,1932,1934,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,2038,2041,2044,2047,2061,2072,2082,2109,2116,2127,2157,2184,2193,2230,2611,2616,2677,2797,2953,2959,2965,3001,3142,3162,3168,3172,3178,3244,3275,3302,3307,3373,3388,3453,3472,3498,3507",
"endColumns": "54,44,48,40,54,58,61,80,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,112,57,62,64,64,74,72,71,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,70,77,77,71,73,73,73,79,72,68,71,76,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,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,77,105,91,103,109,12,12,12,79,99,89,109,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,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,24,24,24",
- "endOffsets": "775,947,996,6115,6170,6229,6291,6372,6433,6508,6584,6661,6739,6824,6906,6982,7058,7135,7213,7319,7425,7504,7584,7641,7699,7917,7992,8057,8123,8183,8244,8316,8389,8456,8524,8583,8642,8701,8760,8819,8873,8927,8980,9034,9088,9142,9196,9402,9481,9554,9628,9699,9771,9843,9916,9973,10031,10104,10178,10252,10327,10399,10472,10542,10613,10673,10734,10803,10872,10942,11016,11092,11156,11233,11309,11386,11451,11520,11597,11672,11741,11809,11886,11952,12013,12110,12175,12244,12343,12414,12473,12531,12588,12647,12711,12782,12854,12926,12998,13070,13137,13205,13273,13332,13395,13459,13549,13640,13700,13766,13833,13899,13969,14033,14086,14199,14257,14320,14385,14450,14525,14598,14670,14719,14780,14841,14902,14964,15028,15092,15156,15221,15284,15344,15405,15471,15530,15590,15652,15723,15783,15851,16425,16512,16602,16689,16777,16859,16942,17032,17123,18153,18211,18256,18322,18386,18443,18500,18554,18759,18807,18856,18907,18941,19058,19107,19153,19457,19521,19583,19643,19700,19844,19914,19992,20046,20116,20201,20249,20295,20366,20444,20522,20594,20668,20742,20816,20896,20969,21038,21110,21187,21248,21311,21377,21441,21512,21575,21640,21704,21765,21826,21878,21951,22025,22094,22169,22243,22317,22458,22528,22627,22776,22866,22954,23050,23140,24041,24130,24377,24658,24910,25195,25588,26065,26287,26509,26785,27012,27242,27472,27702,27932,28159,28578,28804,29229,29459,29887,30106,30389,30597,30728,30955,31381,31606,32033,32254,32679,32799,33075,33376,33700,33991,34305,34442,34573,34678,34920,35087,35291,35499,35770,35882,35994,36099,36216,36430,36576,36716,36802,37150,37238,37484,37902,38151,38233,38331,38948,39048,39300,39724,39979,40073,40162,40399,42451,42693,42795,43048,45232,55953,57469,68289,69817,71574,72200,72620,73681,74946,75202,75438,75985,76479,77084,77282,77862,78426,78801,78919,79457,79614,79810,80083,80339,80509,80650,80714,80996,81282,81958,82222,82560,82913,83007,83193,83499,83761,83886,84013,84252,84463,84582,84775,84952,85407,85588,85710,85969,86082,86269,86371,86478,86607,86882,87390,87886,88763,89057,89627,89776,90508,90680,91016,91108,91386,95730,100217,100279,100909,101523,101614,101727,101956,102116,102268,102439,102605,102774,102941,103104,103347,103517,103690,103861,104135,104334,104539,104869,104953,105049,105145,105243,105343,105445,105547,105649,105751,105853,105953,106049,106161,106290,106413,106544,106675,106773,106887,106981,107121,107255,107351,107463,107563,107679,107775,107887,107987,108127,108263,108427,108557,108715,108865,109006,109150,109285,109397,109547,109675,109803,109939,110071,110201,110331,110443,110583,111487,111631,111769,111835,111925,112001,112105,112195,112297,112405,112513,112613,112693,112785,112883,112993,113071,113177,113269,113373,113483,113605,113768,113925,114005,114105,114195,114305,114399,114505,114597,114697,114809,114923,115039,115155,115249,115363,115475,115577,115697,115819,115901,116005,116125,116251,116349,116443,116531,116643,116759,116881,116993,117168,117284,117370,117462,117574,117698,117765,117891,117959,118087,118231,118359,118428,118523,118638,118751,118850,118959,119070,119181,119282,119387,119487,119617,119708,119831,119925,120037,120123,120227,120323,120411,120529,120633,120737,120863,120951,121059,121159,121249,121359,121443,121545,121629,121683,121747,121853,121963,122047,122167,127595,127713,127828,127960,128675,129367,129884,131531,131916,132513,134112,135645,136033,138340,157858,158118,159808,172632,181861,182123,182479,183309,190091,191225,191519,191742,192069,194119,194767,196400,196670,200521,201122,204931,206146,207555,208029"
+ "endOffsets": "827,999,1048,6223,6278,6337,6399,6480,6541,6616,6692,6769,6847,6932,7014,7090,7166,7243,7321,7427,7533,7612,7692,7749,7807,8945,9020,9085,9151,9211,9272,9344,9417,9484,9552,9611,9670,9729,9788,9847,9901,9955,10008,10062,10116,10170,10224,10430,10509,10582,10656,10727,10799,10871,10944,11001,11059,11132,11206,11280,11355,11427,11500,11570,11641,11701,11762,11831,11900,11970,12044,12120,12184,12261,12337,12414,12479,12548,12625,12700,12769,12837,12914,12980,13041,13138,13203,13272,13371,13442,13501,13559,13616,13675,13739,13810,13882,13954,14026,14098,14165,14233,14301,14360,14423,14487,14577,14668,14728,14794,14861,14927,14997,15061,15114,15227,15285,15348,15413,15478,15553,15626,15698,15747,15808,15869,15930,15992,16056,16120,16184,16249,16312,16372,16433,16499,16558,16618,16680,16751,16811,16879,17623,17710,17963,18050,18138,18220,18303,18393,18484,19737,19795,19840,19906,19970,20027,20084,20138,22318,22366,22415,22466,22500,22683,22732,22778,23370,23434,23496,23556,23613,23825,23895,23973,24027,24097,24182,24230,24276,24347,24425,24503,24575,24649,24723,24797,24877,24950,25019,25091,25168,25229,25292,25358,25422,25493,25556,25621,25685,25746,25807,25859,25932,26006,26075,26150,26224,26298,26439,26509,29821,29970,30060,30148,30244,30334,31233,31322,31569,31850,32102,32801,33194,33671,33893,34115,34391,34618,34848,35078,35308,35538,35765,36184,36410,36835,37065,37493,37712,37995,38203,38334,38561,38987,39212,39639,39860,40285,40405,40681,40982,41306,41597,41911,42048,42179,42284,42526,42693,42897,43105,43376,43488,43600,43705,43822,44036,44182,44322,44408,44756,44844,45090,45508,45757,45839,45937,46554,46654,46906,47330,47585,47679,47768,48005,50057,50299,50401,50654,52838,63559,65075,75895,77423,79180,79806,80226,81287,82552,82808,83044,83591,84085,84690,84888,85468,86032,86407,86525,87063,87220,87416,87689,87945,88115,88256,88320,88602,88888,89564,89828,90166,90519,90613,90799,91105,91367,91492,91619,91858,92069,92188,92381,92558,93013,93194,93316,93575,93688,93875,93977,94084,94213,94488,94996,95492,96369,96663,97233,97382,98114,98286,98622,98714,98992,103654,108141,108203,108833,109447,109538,109651,109880,110040,110192,110363,110529,110698,110865,111028,111271,111441,111614,111785,112059,112258,112463,112793,112877,112973,113069,113167,113267,113369,113471,113573,113675,113777,113877,113973,114085,114214,114337,114468,114599,114697,114811,114905,115045,115179,115275,115387,115487,115603,115699,115811,115911,116051,116187,116351,116481,116639,116789,116930,117074,117209,117321,117471,117599,117727,117863,117995,118125,118255,118367,118507,119411,119555,119693,119759,119849,119925,120029,120119,120221,120329,120437,120537,120617,120709,120807,120917,120995,121101,121193,121297,121407,121529,121692,121849,121929,122029,122119,122229,122323,122429,122521,122621,122733,122847,122963,123079,123173,123287,123399,123501,123621,123743,123825,123929,124049,124175,124273,124367,124455,124567,124683,124805,124917,125092,125208,125294,125386,125498,125622,125689,125815,125883,126011,126155,126283,126352,126447,126562,126675,126774,126883,126994,127105,127206,127311,127411,127541,127632,127755,127849,127961,128047,128151,128247,128335,128453,128557,128661,128787,128875,128983,129083,129173,129283,129367,129469,129553,129607,129671,129777,129887,129971,130091,135519,135637,135752,135884,136599,137291,137808,139455,139840,140437,142036,143569,143957,146264,165782,166042,169555,182379,191608,191870,192226,193371,200153,201287,201581,201804,202131,205707,206772,208405,208675,212526,213127,216936,218151,219560,220034"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "4,5,6,7,8,9,10,11,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,33,46",
+ "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "startOffsets": "215,301,377,463,549,625,702,778,951,1052,1233,1354,1457,1637,1756,1868,1967,2155,2256,2437,2558,2733,2877,2936,2994,3164,3475",
+ "endLines": "4,5,6,7,8,9,10,11,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,45,64",
+ "endColumns": "85,75,85,85,75,76,75,75,100,180,120,102,179,118,111,98,187,100,180,120,174,143,58,57,74,20,20",
+ "endOffsets": "300,376,462,548,624,701,777,853,1051,1232,1353,1456,1636,1755,1867,1966,2154,2255,2436,2557,2732,2876,2935,2993,3068,3474,3887"
+ },
+ "to": {
+ "startLines": "162,163,164,165,166,167,168,169,441,442,443,444,445,446,447,448,450,451,452,453,454,455,456,457,458,2966,3245",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "8205,8295,8375,8465,8555,8635,8716,8796,26560,26665,26846,26971,27078,27258,27381,27497,27767,27955,28060,28241,28366,28541,28689,28752,28814,192231,205712",
+ "endLines": "162,163,164,165,166,167,168,169,441,442,443,444,445,446,447,448,450,451,452,453,454,455,456,457,458,2978,3263",
+ "endColumns": "89,79,89,89,79,80,79,79,104,180,124,106,179,122,115,102,187,104,180,124,174,147,62,61,78,20,20",
+ "endOffsets": "8290,8370,8460,8550,8630,8711,8791,8871,26660,26841,26966,27073,27253,27376,27492,27595,27950,28055,28236,28361,28536,28684,28747,28809,28888,192541,206124"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\f45d7fba1448faa16e49ef48228f26af\\constraintlayout-1.1.3\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,11,12,13,14,15,19,20,21,22,25,26,29,32,33,34,35,36,39,42,43,44,45,50,53,56,57,58,63,64,65,68,71,72,75,78,81,84,85,88,91,92,97,98,103,106,109,110,111,112,113,114,115,116,117,118,127,128,129,130",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,116,407,455,507,568,614,741,802,862,932,1065,1133,1262,1388,1450,1515,1583,1650,1773,1898,1965,2030,2095,2276,2397,2518,2584,2651,2861,2930,2996,3121,3247,3314,3440,3567,3692,3819,3884,4010,4133,4198,4406,4473,4653,4773,4893,4958,5020,5082,5144,5203,5263,5324,5385,5444,5819,8395,8527,11791",
+ "endLines": "2,10,11,12,13,14,18,19,20,21,24,25,28,31,32,33,34,35,38,41,42,43,44,49,52,55,56,57,62,63,64,67,70,71,74,77,80,83,84,87,90,91,96,97,102,105,108,109,110,111,112,113,114,115,116,117,126,127,128,129,130",
+ "endColumns": "60,11,47,51,60,45,11,60,59,69,11,67,11,11,61,64,67,66,11,11,66,64,64,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,64,11,11,64,11,66,11,11,11,64,61,61,61,58,59,60,60,58,11,2575,131,3263,107",
+ "endOffsets": "111,402,450,502,563,609,736,797,857,927,1060,1128,1257,1383,1445,1510,1578,1645,1768,1893,1960,2025,2090,2271,2392,2513,2579,2646,2856,2925,2991,3116,3242,3309,3435,3562,3687,3814,3879,4005,4128,4193,4401,4468,4648,4768,4888,4953,5015,5077,5139,5198,5258,5319,5380,5439,5814,8390,8522,11786,11894"
+ },
+ "to": {
+ "startLines": "2,3,12,13,14,15,18,24,25,26,27,30,31,34,37,38,39,40,41,44,47,48,49,50,55,58,61,62,63,68,69,70,73,76,77,80,83,86,89,90,93,96,97,102,103,108,111,114,115,116,117,118,119,120,121,122,123,2678,2679,2680,2917",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "105,166,509,557,609,670,832,1053,1114,1174,1244,1377,1445,1574,1700,1762,1827,1895,1962,2085,2210,2277,2342,2407,2588,2709,2830,2896,2963,3173,3242,3308,3433,3559,3626,3752,3879,4004,4131,4196,4322,4445,4510,4718,4785,4965,5085,5205,5270,5332,5394,5456,5515,5575,5636,5697,5756,169560,172136,172268,189492",
+ "endLines": "2,10,12,13,14,15,21,24,25,26,29,30,33,36,37,38,39,40,43,46,47,48,49,54,57,60,61,62,67,68,69,72,75,76,79,82,85,88,89,92,95,96,101,102,107,110,113,114,115,116,117,118,119,120,121,122,131,2678,2679,2680,2917",
+ "endColumns": "60,11,47,51,60,45,11,60,59,69,11,67,11,11,61,64,67,66,11,11,66,64,64,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,64,11,11,64,11,66,11,11,11,64,61,61,61,58,59,60,60,58,11,2575,131,3263,107",
+ "endOffsets": "161,452,552,604,665,711,954,1109,1169,1239,1372,1440,1569,1695,1757,1822,1890,1957,2080,2205,2272,2337,2402,2583,2704,2825,2891,2958,3168,3237,3303,3428,3554,3621,3747,3874,3999,4126,4191,4317,4440,4505,4713,4780,4960,5080,5200,5265,5327,5389,5451,5510,5570,5631,5692,5751,6126,172131,172263,175527,189595"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,83,84,88,89,90,91,98,141,173,210",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,124,319,389,457,529,599,660,734,807,868,929,991,1055,1117,1178,1246,1346,1406,1472,1545,1614,1671,1723,1785,1857,1933,1998,2057,2116,2176,2236,2296,2356,2416,2476,2536,2596,2656,2716,2775,2835,2895,2955,3015,3075,3135,3195,3255,3315,3375,3434,3494,3554,3613,3672,3731,3790,3849,3908,3943,3978,4033,4096,4151,4209,4266,4316,4377,4434,4468,4503,4538,4608,4679,4796,4997,5107,5308,5437,5509,5576,5874,8780,10845,12605",
+ "endLines": "2,3,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,82,83,87,88,89,90,97,140,172,209,216",
+ "endColumns": "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,56,49,60,56,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24",
+ "endOffsets": "119,182,384,452,524,594,655,729,802,863,924,986,1050,1112,1173,1241,1341,1401,1467,1540,1609,1666,1718,1780,1852,1928,1993,2052,2111,2171,2231,2291,2351,2411,2471,2531,2591,2651,2711,2770,2830,2890,2950,3010,3070,3130,3190,3250,3310,3370,3429,3489,3549,3608,3667,3726,3785,3844,3903,3938,3973,4028,4091,4146,4204,4261,4311,4372,4429,4463,4498,4533,4603,4674,4791,4992,5102,5303,5432,5504,5571,5869,8775,10840,12600,12977"
+ },
+ "to": {
+ "startLines": "192,193,292,293,294,295,296,297,298,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,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,378,379,383,384,385,386,387,388,389,390,391,392,393,400,468,1804,1805,1809,1810,1814,1951,1952,2645,2798,2841,2873,2910",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "10229,10298,17054,17124,17192,17264,17334,17395,17469,18712,18773,18834,18896,18960,19022,19083,19151,19251,19311,19377,19450,19519,19576,19628,20143,20215,20291,20356,20415,20474,20534,20594,20654,20714,20774,20834,20894,20954,21014,21074,21133,21193,21253,21313,21373,21433,21493,21553,21613,21673,21733,21792,21852,21912,21971,22030,22089,22148,22207,22571,22606,22783,22838,22901,22956,23014,23071,23121,23182,23239,23273,23308,23686,29826,118512,118629,118830,118940,119141,130096,130168,167870,182384,185290,187355,189115",
+ "endLines": "192,193,292,293,294,295,296,297,298,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,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,378,379,383,384,385,386,387,388,389,390,391,392,393,400,468,1804,1808,1809,1813,1814,1951,1952,2651,2840,2872,2909,2916",
+ "endColumns": "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,56,49,60,56,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24",
+ "endOffsets": "10293,10356,17119,17187,17259,17329,17390,17464,17537,18768,18829,18891,18955,19017,19078,19146,19246,19306,19372,19445,19514,19571,19623,19685,20210,20286,20351,20410,20469,20529,20589,20649,20709,20769,20829,20889,20949,21009,21069,21128,21188,21248,21308,21368,21428,21488,21548,21608,21668,21728,21787,21847,21907,21966,22025,22084,22143,22202,22261,22601,22636,22833,22896,22951,23009,23066,23116,23177,23234,23268,23303,23338,23751,29892,118624,118825,118935,119136,119265,130163,130230,168163,185285,187350,189110,189487"
+ }
+ },
+ {
+ "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "4,7",
+ "startColumns": "0,0",
+ "startOffsets": "238,401",
+ "endColumns": "63,166",
+ "endOffsets": "301,567"
+ },
+ "to": {
+ "startLines": "399,449",
+ "startColumns": "4,4",
+ "startOffsets": "23618,27600",
+ "endColumns": "67,166",
+ "endOffsets": "23681,27762"
}
}
]
diff --git a/UI/app/build/intermediates/blame/res/debug/single/debug.json b/UI/app/build/intermediates/blame/res/debug/single/debug.json
index 2ff55c41d..981fdb9b5 100644
--- a/UI/app/build/intermediates/blame/res/debug/single/debug.json
+++ b/UI/app/build/intermediates/blame/res/debug/single/debug.json
@@ -1,1630 +1,522 @@
[
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_ic_phone.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-hdpi\\ic_phone.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi_ic_apps.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxhdpi\\ic_apps.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_check_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_btn_check_material.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_add_driver.xml.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\layout\\add_driver.xml"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_ic_alarm_off.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-hdpi\\ic_alarm_off.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_ic_settings.xml.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_settings.xml"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable-xhdpi-v4\\notification_bg_normal_pressed.9.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_loginedittext.xml.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\drawable\\loginedittext.xml"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color-v21_abc_btn_colored_borderless_text_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color-v21\\abc_btn_colored_borderless_text_material.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_settings.xml.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\layout\\activity_settings.xml"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_list_longpressed_holo.9.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_signup.xml.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\layout\\activity_signup.xml"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_list_focused_holo.9.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_ic_person.xml.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_person.xml"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout-v26_abc_screen_toolbar.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout-v26\\abc_screen_toolbar.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_list_divider_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_secondary_text_material_dark.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_secondary_text_material_dark.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_list_selector_disabled_holo_light.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notification_bg_normal.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable-mdpi-v4\\notification_bg_normal.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_48dp.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi_ic_launcher_background.png.flat",
- "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_launcher_background.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_left_mtrl_dark.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_btn_colored_text_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_btn_colored_text_material.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_notification_icon_background.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable\\notification_icon_background.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_activity_chooser_view.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_activity_chooser_view.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_text_select_handle_middle_mtrl_light.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_list_divider_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_slide_out_bottom.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\anim\\abc_slide_out_bottom.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_borderless_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_btn_borderless_material.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_switch_thumb_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_switch_thumb_material.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_background_cache_hint_selector_material_light.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_background_cache_hint_selector_material_light.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_select_dialog_multichoice_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\select_dialog_multichoice_material.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_ic_star_half_black_48dp.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_ic_launcher.png.flat",
- "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_text_select_handle_middle_mtrl_light.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-ldrtl-xhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-anydpi-v26_ic_launcher_round.xml.flat",
- "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\mipmap-anydpi-v26\\ic_launcher_round.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_edit_text_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_edit_text_material.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_fade_out.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\anim\\abc_fade_out.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_custom_big.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\layout\\notification_template_custom_big.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_ic_launcher_round.png.flat",
- "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher_round.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_middle_mtrl_light.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_ic_star_black_16dp.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notification_bg_low_normal.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable-hdpi-v4\\notification_bg_low_normal.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_list_selector_disabled_holo_light.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notification_bg_normal.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable-hdpi-v4\\notification_bg_normal.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_primary_text_material_light.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_primary_text_material_light.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_list_selector_disabled_holo_light.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_ic_menu_share_mtrl_alpha.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_ic_star_half_black_36dp.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_switch_track_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_primary_text_disable_only_material_dark.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_primary_text_disable_only_material_dark.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_tooltip.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_tooltip.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_select_dialog_item_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\select_dialog_item_material.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_part_time.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\layout\\notification_template_part_time.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_text_cursor_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_text_cursor_material.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_btn_check_to_on_mtrl_015.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_right_mtrl_light.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_btn_checkable.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color-v23\\abc_tint_btn_checkable.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_36dp.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_tint_spinner.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_tint_spinner.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_search_url_text.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_search_url_text.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_shrink_fade_out_from_bottom.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\anim\\abc_shrink_fade_out_from_bottom.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_seekbar_thumb_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_seekbar_thumb_material.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_spinner.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color-v23\\abc_tint_spinner.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ratingbar_indicator_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_ratingbar_indicator_material.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_homepage.xml.flat",
- "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\layout\\activity_homepage.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_action_bar_item_background_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-v21\\abc_action_bar_item_background_material.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_clear_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_ic_clear_material.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_left_mtrl_light.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_screen_simple.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_screen_simple.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xhdpi_ic_launcher.png.flat",
- "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_bar_title_item.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_action_bar_title_item.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-watch-v20_abc_dialog_material_background.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-watch-v20\\abc_dialog_material_background.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable-mdpi-v4\\notification_bg_low_pressed.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_text_select_handle_right_mtrl_dark.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_alert_dialog_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_alert_dialog_material.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-ldrtl-xhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-mdpi_ic_launcher.png.flat",
- "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_list_longpressed_holo.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_background_cache_hint_selector_material_dark.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_background_cache_hint_selector_material_dark.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_right_mtrl_light.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_bar_up_container.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_action_bar_up_container.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout-v21_notification_template_custom_big.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\layout-v21\\notification_template_custom_big.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_btn_radio_to_on_mtrl_015.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_btn_colored_text_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color-v23\\abc_btn_colored_text_material.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_text_select_handle_left_mtrl_dark.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_ic_star_black_48dp.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_fade_in.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\anim\\abc_fade_in.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_list_pressed_holo_light.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_ic_star_black_16dp.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_ic_star_half_black_16dp.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_screen_content_include.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_screen_content_include.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_text_select_handle_right_mtrl_light.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_text_select_handle_left_mtrl_dark.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_btn_colored_borderless_text_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color-v23\\abc_btn_colored_borderless_text_material.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v24_mybutton.xml.flat",
- "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\drawable-v24\\mybutton.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_16dp.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_colored_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_btn_colored_material.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-mdpi_ic_launcher_round.png.flat",
- "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher_round.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_tab_indicator_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_tab_indicator_material.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_ic_star_black_36dp.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_list_selector_disabled_holo_dark.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ratingbar_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_ratingbar_material.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_ic_star_half_black_16dp.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_right_mtrl_dark.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_ic_launcher_background.png.flat",
- "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-hdpi\\ic_launcher_background.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_voice_search_api_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_ic_voice_search_api_material.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_support_simple_spinner_dropdown_item.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\support_simple_spinner_dropdown_item.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_alert_dialog_title_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_alert_dialog_title_material.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_text_select_handle_left_mtrl_light.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_btn_radio_to_on_mtrl_015.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_list_pressed_holo_dark.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxxhdpi_ic_launcher_round.png.flat",
- "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher_round.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_list_longpressed_holo.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_switch_track_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_menu_overflow_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_ic_menu_overflow_material.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable-hdpi-v4\\notify_panel_notification_icon_bg.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_seekbar_tick_mark_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_seekbar_tick_mark_material.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_btn_check_to_on_mtrl_000.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_text_select_handle_right_mtrl_dark.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_notification_bg_low.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable\\notification_bg_low.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_switch_track_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_list_pressed_holo_dark.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_default_mtrl_shape.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_btn_default_mtrl_shape.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable-mdpi-v4\\notification_bg_normal_pressed.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_expanded_menu_layout.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_expanded_menu_layout.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_btn_check_to_on_mtrl_000.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_tint_edittext.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_tint_edittext.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_btn_check_to_on_mtrl_000.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-hdpi_ic_launcher_round.png.flat",
- "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher_round.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_main.xml.flat",
- "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\layout\\activity_main.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_spinner_mtrl_am_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_btn_check_to_on_mtrl_000.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_mode_close_item_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_action_mode_close_item_material.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_popup_menu_item_layout.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_popup_menu_item_layout.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_text_select_handle_right_mtrl_light.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_text_select_handle_left_mtrl_dark.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_popup_background_mtrl_mult.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_notification_action_background.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable-v21\\notification_action_background.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_list_selector_disabled_holo_dark.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_btn_radio_to_on_mtrl_000.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_ic_star_black_48dp.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_textfield_default_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_tint_btn_checkable.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_tint_btn_checkable.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_btn_check_to_on_mtrl_015.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_ic_arrow_drop_right_black_24dp.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_btn_radio_to_on_mtrl_000.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_btn_colored_borderless_text_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_btn_colored_borderless_text_material.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_tooltip_exit.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\anim\\abc_tooltip_exit.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_textfield_default_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_seekbar_track_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_seekbar_track_material.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_switch_track_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_list_pressed_holo_dark.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notification_bg_normal.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable-xhdpi-v4\\notification_bg_normal.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_cascading_menu_item_layout.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_cascading_menu_item_layout.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-ldrtl-hdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi_ic_launcher_background.png.flat",
- "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxhdpi\\ic_launcher_background.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_spinner_textfield_background_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_spinner_textfield_background_material.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldpi_ic_launcher_background.png.flat",
- "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_launcher_background.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_list_menu_item_checkbox.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_list_menu_item_checkbox.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_switch_track.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color-v23\\abc_tint_switch_track.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_switch_thumb_material_dark.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\switch_thumb_material_dark.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_divider_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_list_divider_material.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_text_select_handle_left_mtrl_light.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_btn_check_to_on_mtrl_015.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_focused_holo.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_list_focused_holo.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_part_chronometer.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\layout\\notification_template_part_chronometer.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-ldrtl-mdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_switch_thumb_material_light.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\switch_thumb_material_light.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_primary_text_disable_only_material_light.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_primary_text_disable_only_material_light.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_activity_chooser_view_list_item.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_activity_chooser_view_list_item.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_list_pressed_holo_dark.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_action_tombstone.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\layout\\notification_action_tombstone.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_alert_dialog_button_bar_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_alert_dialog_button_bar_material.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-ldrtl-xhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_list_divider_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_cab_background_internal_bg.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_cab_background_internal_bg.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_primary_text_material_dark.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_primary_text_material_dark.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_radio_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_btn_radio_material.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_ic_star_half_black_48dp.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi_ic_launcher_background.png.flat",
- "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-mdpi\\ic_launcher_background.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_ic_star_half_black_48dp.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_textfield_search_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_textfield_search_material.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_dialog_title_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_dialog_title_material.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_ic_star_black_36dp.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_ic_star_half_black_16dp.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_icon_group.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\layout\\notification_template_icon_group.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_ic_star_half_black_36dp.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_cab_background_top_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_cab_background_top_material.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-ldrtl-mdpi-v17\\abc_spinner_mtrl_am_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_select_dialog_singlechoice_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\select_dialog_singlechoice_material.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_tint_default.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_tint_default.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable-xhdpi-v4\\notification_bg_low_normal.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_hint_foreground_material_dark.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_hint_foreground_material_dark.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_selector_holo_dark.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_list_selector_holo_dark.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_list_menu_item_radio.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_list_menu_item_radio.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_list_selector_disabled_holo_light.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_text_select_handle_left_mtrl_light.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_popup_exit.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\anim\\abc_popup_exit.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_ic_star_black_16dp.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout-v21_notification_action.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\layout-v21\\notification_action.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_secondary_text_material_light.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_secondary_text_material_light.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout-watch-v20_abc_alert_dialog_button_bar_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout-watch-v20\\abc_alert_dialog_button_bar_material.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable-hdpi-v4\\notification_bg_normal_pressed.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_btn_check_to_on_mtrl_015.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_notification_tile_bg.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable\\notification_tile_bg.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_text_select_handle_right_mtrl_light.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_item_background_holo_dark.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_item_background_holo_dark.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_ic_star_black_36dp.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable-xhdpi-v4\\notify_panel_notification_icon_bg.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_default.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color-v23\\abc_tint_default.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-ldrtl-xxhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_ic_star_half_black_48dp.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_dialog_material_background.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-v21\\abc_dialog_material_background.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_list_selector_disabled_holo_dark.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_slide_in_bottom.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\anim\\abc_slide_in_bottom.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_grow_fade_in_from_bottom.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\anim\\abc_grow_fade_in_from_bottom.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_btn_check_to_on_mtrl_015.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_vector_test.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_vector_test.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_ic_star_black_16dp.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout-v16_notification_template_custom_big.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\layout-v16\\notification_template_custom_big.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_screen_toolbar.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_screen_toolbar.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_search_dropdown_item_icons_2line.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_search_dropdown_item_icons_2line.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_list_pressed_holo_light.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable-xhdpi-v4\\notification_bg_low_pressed.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_list_selector_disabled_holo_dark.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_edit_text_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-v21\\abc_edit_text_material.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_tooltip_frame_light.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\tooltip_frame_light.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v24_caroutline2.png.flat",
- "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\drawable-v24\\caroutline2.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_ic_star_black_48dp.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_textfield_default_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_left_mtrl_dark.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_focused_holo.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_list_focused_holo.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_menu_layout.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_action_menu_layout.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notification_bg_low_normal.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable-mdpi-v4\\notification_bg_low_normal.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-ldrtl-mdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_notification_bg.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable\\notification_bg.xml"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_ic_star_black_48dp.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_btn_check_to_on_mtrl_000.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_right_mtrl_dark.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_list_pressed_holo_light.9.png"
- },
- {
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_ic_lock.xml.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_lock.xml"
},
{
"merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxxhdpi_ic_launcher.png.flat",
"source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_selector_holo_light.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_list_selector_holo_light.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_driveritem.xml.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\layout\\driveritem.xml"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_ic_lock_open.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-hdpi\\ic_lock_open.png"
+ },
+ {
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v24_image3.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\drawable-v24\\image3.png"
+ },
+ {
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_enrollment.xml.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\layout\\activity_enrollment.xml"
+ },
+ {
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_add.xml.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\layout\\activity_add.xml"
+ },
+ {
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi_ic_person.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-mdpi\\ic_person.png"
+ },
+ {
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_toolbar.xml.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\layout\\toolbar.xml"
+ },
+ {
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi_ic_alarm_on.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxhdpi\\ic_alarm_on.png"
+ },
+ {
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldpi_ic_settings.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_settings.png"
},
{
"merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_ic_launcher_background.xml.flat",
"source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_launcher_background.xml"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout-watch-v20_abc_alert_dialog_title_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout-watch-v20\\abc_alert_dialog_title_material.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v24_mybutton.xml.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\drawable-v24\\mybutton.xml"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi_ic_person.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xhdpi\\ic_person.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_list_menu_item_icon.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_list_menu_item_icon.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_drivers.xml.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\layout\\activity_drivers.xml"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_popup_background_mtrl_mult.9.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi_ic_power_on.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-mdpi\\ic_power_on.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_tooltip_frame_dark.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\tooltip_frame_dark.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-mdpi_ic_launcher_round.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher_round.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-ldrtl-hdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi_ic_launcher_background.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_launcher_background.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_hint_foreground_material_light.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_hint_foreground_material_light.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi_ic_lock_close.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xhdpi\\ic_lock_close.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_action.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\layout\\notification_action.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldpi_ic_power_on.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_power_on.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_color_highlight_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color-v23\\abc_color_highlight_material.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi_ic_power_on.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_power_on.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_ic_star_black_36dp.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi_ic_power_on.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xhdpi\\ic_power_on.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_list_pressed_holo_light.9.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi_ic_power_off.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xhdpi\\ic_power_off.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_spinner_mtrl_am_alpha.9.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v24_image2.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\drawable-v24\\image2.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_textfield_default_mtrl_alpha.9.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi_ic_lock.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-mdpi\\ic_lock.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_ic_menu_share_mtrl_alpha.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi_ic_person.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxhdpi\\ic_person.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_ic_star_half_black_16dp.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_support.xml.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\layout\\activity_support.xml"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_select_dialog_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_select_dialog_material.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi_ic_lock_open.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxhdpi\\ic_lock_open.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_ic_settings.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-hdpi\\ic_settings.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_ic_star_black_36dp.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi_ic_launcher_background.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-mdpi\\ic_launcher_background.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldpi_ic_apps.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_apps.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_login.xml.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\layout\\activity_login.xml"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_search_api_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_ic_search_api_material.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_ic_email.xml.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_email.xml"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_seek_thumb.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color-v23\\abc_tint_seek_thumb.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_ic_launcher_background.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-hdpi\\ic_launcher_background.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_text_select_handle_middle_mtrl_light.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi_ic_email.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxhdpi\\ic_email.png"
+ },
+ {
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldpi_ic_lock_close.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_lock_close.png"
+ },
+ {
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldpi_ic_lock.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_lock.png"
+ },
+ {
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_ic_apps.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-hdpi\\ic_apps.png"
+ },
+ {
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi_ic_apps.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-mdpi\\ic_apps.png"
+ },
+ {
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_ic_lock_open.xml.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_lock_open.xml"
+ },
+ {
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_ic_launcher.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher.png"
+ },
+ {
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_about.xml.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\layout\\activity_about.xml"
+ },
+ {
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi_ic_lock_close.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-mdpi\\ic_lock_close.png"
+ },
+ {
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v24_car2.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\drawable-v24\\car2.png"
+ },
+ {
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi_ic_alarm_off.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_alarm_off.png"
+ },
+ {
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi_ic_phone.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xhdpi\\ic_phone.png"
},
{
"merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-anydpi-v26_ic_launcher.xml.flat",
"source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\mipmap-anydpi-v26\\ic_launcher.xml"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-ldrtl-xxhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi_ic_apps.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_apps.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_mode_bar.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_action_mode_bar.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi_ic_phone.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_phone.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_popup_background_mtrl_mult.9.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi_ic_settings.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_settings.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_popup_enter.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\anim\\abc_popup_enter.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi_ic_lock_open.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-mdpi\\ic_lock_open.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxxhdpi_ic_launcher_round.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher_round.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_btn_colored_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-v21\\abc_btn_colored_material.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_ic_lock_close.xml.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_lock_close.xml"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_slide_in_top.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\anim\\abc_slide_in_top.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-anydpi-v26_ic_launcher_round.xml.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\mipmap-anydpi-v26\\ic_launcher_round.xml"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout-v21_notification_action_tombstone.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\layout-v21\\notification_action_tombstone.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_ic_email.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-hdpi\\ic_email.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v23_abc_control_background_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-v23\\abc_control_background_material.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi_ic_alarm_off.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxhdpi\\ic_alarm_off.png"
+ },
+ {
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v24_image1.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\drawable-v24\\image1.png"
+ },
+ {
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldpi_ic_lock_open.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_lock_open.png"
+ },
+ {
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi_ic_power_off.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_power_off.png"
+ },
+ {
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi_ic_phone.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-mdpi\\ic_phone.png"
+ },
+ {
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi_ic_lock_close.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxhdpi\\ic_lock_close.png"
+ },
+ {
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldpi_ic_person.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_person.png"
},
{
"merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xhdpi_ic_launcher_round.png.flat",
"source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher_round.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_list_divider_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-v21\\abc_list_divider_material.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_ic_launcher_round.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher_round.png"
+ },
+ {
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v24_image4.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\drawable-v24\\image4.png"
},
{
"merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi_ic_launcher_background.png.flat",
"source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xhdpi\\ic_launcher_background.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_left_mtrl_light.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v24_image6.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\drawable-v24\\image6.png"
},
{
"merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v24_ic_launcher_foreground.xml.flat",
"source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\drawable-v24\\ic_launcher_foreground.xml"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-hdpi_ic_launcher_round.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher_round.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_popup_background_mtrl_mult.9.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_outlinebutton.xml.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\drawable\\outlinebutton.xml"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_dialog_material_background.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_dialog_material_background.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi_ic_power_on.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxhdpi\\ic_power_on.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-ldrtl-xxhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi_ic_email.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xhdpi\\ic_email.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_search_view.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_search_view.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi_ic_power_off.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxhdpi\\ic_power_off.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_main.xml.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\layout\\activity_main.xml"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_item_background_holo_light.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_item_background_holo_light.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi_ic_alarm_off.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xhdpi\\ic_alarm_off.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_tint_switch_track.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_tint_switch_track.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi_ic_alarm_on.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xhdpi\\ic_alarm_on.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_ic_apps.xml.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_apps.xml"
+ },
+ {
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi_ic_email.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-mdpi\\ic_email.png"
+ },
+ {
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi_ic_lock_open.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xhdpi\\ic_lock_open.png"
+ },
+ {
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi_ic_phone.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxhdpi\\ic_phone.png"
+ },
+ {
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi_ic_lock.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxhdpi\\ic_lock.png"
+ },
+ {
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v24_image5.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\drawable-v24\\image5.png"
},
{
"merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_background.xml.flat",
"source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\drawable\\background.xml"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_selector_background_transition_holo_dark.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_list_selector_background_transition_holo_dark.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_password.xml.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\layout\\activity_password.xml"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_ic_star_black_16dp.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi_ic_apps.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xhdpi\\ic_apps.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_ic_star_black_48dp.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_ic_phone.xml.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_phone.xml"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_ic_star_half_black_36dp.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldpi_ic_email.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_email.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_ic_star_half_black_36dp.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_ic_lock_close.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-hdpi\\ic_lock_close.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi_ic_alarm_on.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_alarm_on.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi_ic_lock_close.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_lock_close.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_list_divider_mtrl_alpha.9.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi_ic_alarm_on.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-mdpi\\ic_alarm_on.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_ic_power_off.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-hdpi\\ic_power_off.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_homepage.xml.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\layout\\activity_homepage.xml"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_ab_back_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_ic_ab_back_material.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldpi_ic_alarm_on.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_alarm_on.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_selector_background_transition_holo_light.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_list_selector_background_transition_holo_light.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi_ic_lock.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xhdpi\\ic_lock.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xhdpi_ic_launcher.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_list_menu_item_layout.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_list_menu_item_layout.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v24_caroutline2.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\drawable-v24\\caroutline2.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_popup_menu_header_item_layout.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_popup_menu_header_item_layout.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi_ic_email.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_email.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_tint_seek_thumb.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_tint_seek_thumb.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi_ic_alarm_off.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-mdpi\\ic_alarm_off.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable-hdpi-v4\\notification_bg_low_pressed.9.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi_ic_power_off.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-mdpi\\ic_power_off.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_list_longpressed_holo.9.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_ic_power_on.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-hdpi\\ic_power_on.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_slide_out_top.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\anim\\abc_slide_out_top.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi_ic_lock_open.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_lock_open.png"
},
{
"merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-hdpi_ic_launcher.png.flat",
"source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldpi_ic_alarm_off.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_alarm_off.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_ic_power_on.xml.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_power_on.xml"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_switch_track_mtrl_alpha.9.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_ic_alarm_on.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-hdpi\\ic_alarm_on.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_edittext.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color-v23\\abc_tint_edittext.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi_ic_settings.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-mdpi\\ic_settings.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_go_search_api_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_ic_go_search_api_material.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi_ic_launcher_background.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxhdpi\\ic_launcher_background.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable-mdpi-v4\\notify_panel_notification_icon_bg.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi_ic_person.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_person.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldpi_ic_launcher_background.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_launcher_background.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_screen_simple_overlay_action_mode.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_screen_simple_overlay_action_mode.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-mdpi_ic_launcher.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_tooltip_enter.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\anim\\abc_tooltip_enter.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi_ic_lock.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_lock.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_text_select_handle_right_mtrl_dark.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_ic_power_off.xml.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_power_off.xml"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-ldrtl-hdpi-v17\\abc_spinner_mtrl_am_alpha.9.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_ic_alarm_off.xml.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_alarm_off.xml"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_menu_item_layout.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_action_menu_item_layout.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_ic_alarm_on.xml.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_alarm_on.xml"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_list_focused_holo.9.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_ic_lock.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-hdpi\\ic_lock.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi_ic_settings.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xhdpi\\ic_settings.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ratingbar_small_material.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_ratingbar_small_material.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_ic_person.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-hdpi\\ic_person.png"
},
{
- "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout-v21_notification_template_icon_group.xml.flat",
- "source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\layout-v21\\notification_template_icon_group.xml"
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldpi_ic_phone.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_phone.png"
+ },
+ {
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi_ic_settings.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxhdpi\\ic_settings.png"
+ },
+ {
+ "merged": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldpi_ic_power_off.png.flat",
+ "source": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_power_off.png"
}
]
\ No newline at end of file
diff --git a/UI/app/build/intermediates/bundle_manifest/debug/processDebugManifest/bundle-manifest/AndroidManifest.xml b/UI/app/build/intermediates/bundle_manifest/debug/processDebugManifest/bundle-manifest/AndroidManifest.xml
deleted file mode 100644
index e80796a4e..000000000
--- a/UI/app/build/intermediates/bundle_manifest/debug/processDebugManifest/bundle-manifest/AndroidManifest.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/UI/app/build/intermediates/bundle_manifest/debug/processDebugManifest/bundle-manifest/output.json b/UI/app/build/intermediates/bundle_manifest/debug/processDebugManifest/bundle-manifest/output.json
deleted file mode 100644
index 04f19141b..000000000
--- a/UI/app/build/intermediates/bundle_manifest/debug/processDebugManifest/bundle-manifest/output.json
+++ /dev/null
@@ -1 +0,0 @@
-[{"outputType":{"type":"BUNDLE_MANIFEST"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"com.example.capstone","split":"","minSdkVersion":"15"}}]
\ No newline at end of file
diff --git a/UI/app/build/intermediates/compatible_screen_manifest/debug/createDebugCompatibleScreenManifests/out/output.json b/UI/app/build/intermediates/compatible_screen_manifest/debug/createDebugCompatibleScreenManifests/out/output.json
deleted file mode 100644
index 0637a088a..000000000
--- a/UI/app/build/intermediates/compatible_screen_manifest/debug/createDebugCompatibleScreenManifests/out/output.json
+++ /dev/null
@@ -1 +0,0 @@
-[]
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties b/UI/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties
index b30ea3f1e..49beff149 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties
@@ -1,408 +1,131 @@
-#Mon Nov 16 20:17:59 EST 2020
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_btn_radio_to_on_mtrl_000.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_btn_radio_to_on_mtrl_000.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\select_dialog_item_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_select_dialog_item_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_text_select_handle_left_mtrl_light.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_vector_test.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_vector_test.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_right_mtrl_dark.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable-xhdpi-v4\\notification_bg_low_normal.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_switch_track_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_ic_star_black_48dp.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\layout-v21\\notification_action_tombstone.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout-v21_notification_action_tombstone.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_ic_star_half_black_48dp.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_ic_star_half_black_48dp.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable\\notification_tile_bg.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_notification_tile_bg.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_list_divider_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_divider_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\anim\\abc_tooltip_exit.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_tooltip_exit.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_ic_star_black_36dp.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_list_longpressed_holo.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_background_cache_hint_selector_material_light.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_background_cache_hint_selector_material_light.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_list_menu_item_checkbox.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_list_menu_item_checkbox.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_text_select_handle_middle_mtrl_light.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_switch_track_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color-v23\\abc_color_highlight_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_color_highlight_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-ldrtl-mdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout-v26\\abc_screen_toolbar.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout-v26_abc_screen_toolbar.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_list_focused_holo.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_48dp.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat
-D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_launcher_background.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi_ic_launcher_background.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color-v23\\abc_tint_edittext.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_edittext.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_search_view.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_search_view.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat
-D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\layout\\activity_main.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_main.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_left_mtrl_dark.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_secondary_text_material_dark.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_secondary_text_material_dark.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_primary_text_disable_only_material_light.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_primary_text_disable_only_material_light.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_list_focused_holo.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_focused_holo.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_popup_background_mtrl_mult.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_ic_menu_share_mtrl_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_text_select_handle_right_mtrl_dark.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_btn_check_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_check_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-v23\\abc_control_background_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v23_abc_control_background_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_spinner_mtrl_am_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_list_pressed_holo_light.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable\\notification_bg.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_notification_bg.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_list_focused_holo.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_list_selector_background_transition_holo_light.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_selector_background_transition_holo_light.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_text_select_handle_right_mtrl_light.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_btn_check_to_on_mtrl_000.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_right_mtrl_dark.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_list_pressed_holo_light.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_ic_star_black_48dp.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\layout\\notification_template_icon_group.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_icon_group.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_ratingbar_small_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ratingbar_small_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_edit_text_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_edit_text_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_ic_star_half_black_36dp.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_tint_spinner.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_tint_spinner.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color-v23\\abc_tint_btn_checkable.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_btn_checkable.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_btn_check_to_on_mtrl_000.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color-v23\\abc_tint_switch_track.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_switch_track.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_ic_star_black_16dp.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\select_dialog_multichoice_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_select_dialog_multichoice_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_popup_menu_header_item_layout.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_popup_menu_header_item_layout.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_cab_background_top_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_cab_background_top_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_ic_menu_overflow_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_menu_overflow_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_list_pressed_holo_light.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_text_select_handle_middle_mtrl_light.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_switch_thumb_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_switch_thumb_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_tint_btn_checkable.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_tint_btn_checkable.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-ldrtl-hdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_screen_simple.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_screen_simple.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable-xhdpi-v4\\notify_panel_notification_icon_bg.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable-hdpi-v4\\notification_bg_normal.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notification_bg_normal.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_36dp.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_background_cache_hint_selector_material_dark.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_background_cache_hint_selector_material_dark.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\anim\\abc_slide_out_top.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_slide_out_top.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_switch_track_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable-xhdpi-v4\\notification_bg_low_pressed.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_list_selector_holo_light.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_selector_holo_light.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color-v21\\abc_btn_colored_borderless_text_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color-v21_abc_btn_colored_borderless_text_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_middle_mtrl_light.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_text_select_handle_left_mtrl_dark.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat
-D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-mdpi\\ic_launcher_background.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi_ic_launcher_background.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_seekbar_track_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_seekbar_track_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_btn_colored_text_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_btn_colored_text_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_text_cursor_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_text_cursor_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_action_mode_bar.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_mode_bar.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\anim\\abc_popup_enter.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_popup_enter.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_ic_ab_back_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_ab_back_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable-mdpi-v4\\notification_bg_low_normal.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notification_bg_low_normal.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_text_select_handle_right_mtrl_dark.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_spinner_mtrl_am_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_select_dialog_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_select_dialog_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_ic_star_black_48dp.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\anim\\abc_fade_out.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_fade_out.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_text_select_handle_left_mtrl_dark.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color-v23\\abc_btn_colored_borderless_text_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_btn_colored_borderless_text_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_ic_star_black_36dp.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-v21\\abc_btn_colored_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_btn_colored_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_list_selector_disabled_holo_dark.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_ic_star_half_black_48dp.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-ldrtl-xxhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_text_select_handle_right_mtrl_dark.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable-mdpi-v4\\notification_bg_low_pressed.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat
-D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-hdpi\\ic_launcher_background.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_ic_launcher_background.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_textfield_default_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_tab_indicator_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_tab_indicator_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_popup_background_mtrl_mult.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable-hdpi-v4\\notification_bg_low_pressed.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\layout-v21\\notification_template_custom_big.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout-v21_notification_template_custom_big.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color-v23\\abc_tint_default.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_default.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable\\notification_icon_background.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_notification_icon_background.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-ldrtl-xxhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_ic_arrow_drop_right_black_24dp.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\tooltip_frame_dark.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_tooltip_frame_dark.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable-mdpi-v4\\notification_bg_normal_pressed.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_btn_colored_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_colored_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\select_dialog_singlechoice_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_select_dialog_singlechoice_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_ic_search_api_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_search_api_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\anim\\abc_slide_in_top.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_slide_in_top.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\layout\\notification_template_part_chronometer.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_part_chronometer.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_list_selector_disabled_holo_dark.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_ratingbar_indicator_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ratingbar_indicator_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\layout-v16\\notification_template_custom_big.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout-v16_notification_template_custom_big.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_ic_clear_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_clear_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_ic_menu_share_mtrl_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_ic_star_black_36dp.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_item_background_holo_light.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_item_background_holo_light.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\anim\\abc_grow_fade_in_from_bottom.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_grow_fade_in_from_bottom.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_btn_check_to_on_mtrl_000.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_list_divider_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_btn_check_to_on_mtrl_000.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_tint_seek_thumb.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_tint_seek_thumb.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable-xhdpi-v4\\notification_bg_normal.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notification_bg_normal.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color-v23\\abc_tint_spinner.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_spinner.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_popup_menu_item_layout.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_popup_menu_item_layout.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_list_selector_disabled_holo_light.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_left_mtrl_light.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat
-D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-mdpi_ic_launcher.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_ic_star_half_black_16dp.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-ldrtl-hdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_ic_star_half_black_36dp.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat
-D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\drawable-v24\\mybutton.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v24_mybutton.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_ic_star_black_36dp.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_ic_star_black_48dp.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout-watch-v20\\abc_alert_dialog_title_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout-watch-v20_abc_alert_dialog_title_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_right_mtrl_light.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-v21\\abc_action_bar_item_background_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_action_bar_item_background_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_ic_star_half_black_48dp.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_ic_star_half_black_36dp.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_item_background_holo_dark.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_item_background_holo_dark.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_tooltip.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_tooltip.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_btn_check_to_on_mtrl_015.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat
-D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xhdpi\\ic_launcher_background.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi_ic_launcher_background.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\anim\\abc_slide_in_bottom.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_slide_in_bottom.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_expanded_menu_layout.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_expanded_menu_layout.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-ldrtl-xhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_btn_radio_to_on_mtrl_015.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_btn_radio_to_on_mtrl_015.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\switch_thumb_material_light.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_switch_thumb_material_light.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_dialog_material_background.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_dialog_material_background.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\anim\\abc_tooltip_enter.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_tooltip_enter.xml.flat
-D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_launcher_background.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldpi_ic_launcher_background.png.flat
-D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\drawable-v24\\caroutline2.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v24_caroutline2.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable-hdpi-v4\\notify_panel_notification_icon_bg.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_hint_foreground_material_dark.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_hint_foreground_material_dark.xml.flat
-D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-hdpi_ic_launcher.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_action_menu_item_layout.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_menu_item_layout.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_text_select_handle_middle_mtrl_light.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_action_bar_up_container.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_bar_up_container.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_list_selector_disabled_holo_dark.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_spinner_textfield_background_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_spinner_textfield_background_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_list_divider_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\layout\\notification_template_custom_big.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_custom_big.xml.flat
-D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxxhdpi_ic_launcher.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_list_selector_disabled_holo_light.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_activity_chooser_view.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_activity_chooser_view.xml.flat
-D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_ic_launcher.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_popup_background_mtrl_mult.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_list_divider_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_list_longpressed_holo.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_list_pressed_holo_dark.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_text_select_handle_right_mtrl_light.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\anim\\abc_slide_out_bottom.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_slide_out_bottom.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_alert_dialog_button_bar_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_alert_dialog_button_bar_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_tint_edittext.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_tint_edittext.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color-v23\\abc_btn_colored_text_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_btn_colored_text_material.xml.flat
+#Thu Nov 19 13:37:07 EST 2020
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_power_on.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldpi_ic_power_on.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_person.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_ic_person.xml.flat
D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_launcher_background.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_ic_launcher_background.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_list_menu_item_icon.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_list_menu_item_icon.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_ic_go_search_api_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_go_search_api_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_alert_dialog_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_alert_dialog_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_ic_star_black_16dp.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_ic_star_half_black_36dp.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable-mdpi-v4\\notify_panel_notification_icon_bg.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_list_focused_holo.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_focused_holo.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_list_pressed_holo_dark.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\layout-v21\\notification_template_icon_group.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout-v21_notification_template_icon_group.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\anim\\abc_fade_in.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_fade_in.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable-v21\\notification_action_background.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_notification_action_background.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_textfield_search_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_textfield_search_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_ratingbar_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ratingbar_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_screen_content_include.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_screen_content_include.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_btn_check_to_on_mtrl_015.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_secondary_text_material_light.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_secondary_text_material_light.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_dialog_title_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_dialog_title_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\layout\\notification_action_tombstone.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_action_tombstone.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_hint_foreground_material_light.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_hint_foreground_material_light.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable-mdpi-v4\\notification_bg_normal.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notification_bg_normal.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_switch_track_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-ldrtl-xhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_ic_star_black_16dp.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_primary_text_material_light.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_primary_text_material_light.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_list_selector_disabled_holo_light.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_btn_check_to_on_mtrl_015.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout-watch-v20\\abc_alert_dialog_button_bar_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout-watch-v20_abc_alert_dialog_button_bar_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_btn_borderless_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_borderless_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_list_selector_background_transition_holo_dark.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_selector_background_transition_holo_dark.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat
-D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher_round.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_ic_launcher_round.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_screen_simple_overlay_action_mode.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_screen_simple_overlay_action_mode.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_ic_star_half_black_16dp.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_list_menu_item_layout.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_list_menu_item_layout.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_right_mtrl_light.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_ic_star_black_16dp.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat
-D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher_round.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-mdpi_ic_launcher_round.png.flat
-D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxhdpi\\ic_launcher_background.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi_ic_launcher_background.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_action_bar_title_item.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_bar_title_item.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_ic_star_half_black_16dp.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_text_select_handle_left_mtrl_light.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_text_select_handle_left_mtrl_dark.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-v21\\abc_edit_text_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_edit_text_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_seekbar_thumb_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_seekbar_thumb_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_tint_default.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_tint_default.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_16dp.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-watch-v20\\abc_dialog_material_background.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-watch-v20_abc_dialog_material_background.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_primary_text_disable_only_material_dark.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_primary_text_disable_only_material_dark.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_cab_background_internal_bg.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_cab_background_internal_bg.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\layout-v21\\notification_action.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout-v21_notification_action.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\tooltip_frame_light.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_tooltip_frame_light.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat
-D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xhdpi_ic_launcher.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_list_selector_holo_dark.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_selector_holo_dark.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_left_mtrl_dark.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\anim\\abc_shrink_fade_out_from_bottom.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_shrink_fade_out_from_bottom.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable-hdpi-v4\\notification_bg_normal_pressed.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-ldrtl-mdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_primary_text_material_dark.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_primary_text_material_dark.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_textfield_default_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat
-D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\drawable-v24\\ic_launcher_foreground.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v24_ic_launcher_foreground.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_textfield_default_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_switch_track_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_text_select_handle_left_mtrl_light.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable\\notification_bg_low.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_notification_bg_low.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_ic_voice_search_api_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_voice_search_api_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_text_select_handle_right_mtrl_light.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_btn_colored_borderless_text_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_btn_colored_borderless_text_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_textfield_default_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_list_longpressed_holo.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_ic_star_black_16dp.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_list_pressed_holo_dark.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_list_menu_item_radio.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_list_menu_item_radio.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_list_pressed_holo_dark.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_left_mtrl_light.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\anim\\abc_popup_exit.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_popup_exit.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_activity_chooser_view_list_item.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_activity_chooser_view_list_item.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_ic_star_black_48dp.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_ic_star_half_black_16dp.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_list_longpressed_holo.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_screen_toolbar.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_screen_toolbar.xml.flat
-D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\drawable\\background.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_background.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_cascading_menu_item_layout.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_cascading_menu_item_layout.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_action_mode_close_item_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_mode_close_item_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_ic_star_black_36dp.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat
-D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher_round.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-hdpi_ic_launcher_round.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable-xhdpi-v4\\notification_bg_normal_pressed.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-v21\\abc_dialog_material_background.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_dialog_material_background.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat
-D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\mipmap-anydpi-v26\\ic_launcher_round.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-anydpi-v26_ic_launcher_round.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xhdpi-v4\\abc_list_divider_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-v21\\abc_list_divider_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_list_divider_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_btn_default_mtrl_shape.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_default_mtrl_shape.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_btn_check_to_on_mtrl_015.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_btn_check_to_on_mtrl_015.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\layout\\notification_action.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_action.xml.flat
-D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\mipmap-anydpi-v26\\ic_launcher.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-anydpi-v26_ic_launcher.xml.flat
-D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher_round.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxxhdpi_ic_launcher_round.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\switch_thumb_material_dark.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_switch_thumb_material_dark.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_action_menu_layout.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_menu_layout.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-ldrtl-xhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color-v23\\abc_tint_seek_thumb.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_seek_thumb.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\drawable-hdpi-v4\\notification_bg_low_normal.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notification_bg_low_normal.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_seekbar_tick_mark_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_seekbar_tick_mark_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\support_simple_spinner_dropdown_item.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_support_simple_spinner_dropdown_item.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable\\abc_btn_radio_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_radio_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-ldrtl-xxhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-hdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-ldrtl-hdpi-v17\\abc_spinner_mtrl_am_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat
-D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher_round.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xhdpi_ic_launcher_round.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-ldrtl-mdpi-v17\\abc_spinner_mtrl_am_alpha.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_search_url_text.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_search_url_text.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\color\\abc_tint_switch_track.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_tint_switch_track.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_search_dropdown_item_icons_2line.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_search_dropdown_item_icons_2line.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxxhdpi-v4\\abc_btn_check_to_on_mtrl_000.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-mdpi-v4\\abc_list_selector_disabled_holo_light.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\layout\\abc_alert_dialog_title_material.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_alert_dialog_title_material.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_list_selector_disabled_holo_dark.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\layout\\notification_template_part_time.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_part_time.xml.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-hdpi\\ic_power_on.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_ic_power_on.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-hdpi\\ic_launcher_background.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_ic_launcher_background.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_settings.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi_ic_settings.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xhdpi\\ic_power_off.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi_ic_power_off.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-mdpi_ic_launcher.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_alarm_off.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi_ic_alarm_off.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_power_off.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_ic_power_off.xml.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_phone.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi_ic_phone.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-hdpi_ic_launcher.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_alarm_on.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_ic_alarm_on.xml.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-mdpi\\ic_lock.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi_ic_lock.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_power_off.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi_ic_power_off.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_apps.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi_ic_apps.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxhdpi\\ic_settings.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi_ic_settings.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xhdpi\\ic_person.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi_ic_person.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-hdpi\\ic_apps.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_ic_apps.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xhdpi\\ic_lock.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi_ic_lock.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxhdpi\\ic_email.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi_ic_email.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-mdpi\\ic_settings.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi_ic_settings.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-mdpi\\ic_phone.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi_ic_phone.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\layout\\activity_signup.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_signup.xml.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_settings.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldpi_ic_settings.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_apps.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_ic_apps.xml.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-hdpi\\ic_settings.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_ic_settings.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\drawable-v24\\image1.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v24_image1.png.flat
D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\layout\\activity_homepage.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_homepage.xml.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_popup_background_mtrl_mult.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat
-C\:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\drawable-xxhdpi-v4\\abc_list_pressed_holo_light.9.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher_round.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-hdpi_ic_launcher_round.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_alarm_on.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi_ic_alarm_on.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xhdpi\\ic_lock_close.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi_ic_lock_close.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_phone.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldpi_ic_phone.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\mipmap-anydpi-v26\\ic_launcher.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-anydpi-v26_ic_launcher.xml.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxhdpi\\ic_lock_open.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi_ic_lock_open.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher_round.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_ic_launcher_round.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\drawable-v24\\image6.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v24_image6.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xhdpi\\ic_phone.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi_ic_phone.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_alarm_off.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldpi_ic_alarm_off.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-mdpi\\ic_apps.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi_ic_apps.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\drawable\\outlinebutton.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_outlinebutton.xml.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_email.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_ic_email.xml.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xhdpi\\ic_apps.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi_ic_apps.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\mipmap-anydpi-v26\\ic_launcher_round.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-anydpi-v26_ic_launcher_round.xml.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_lock.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldpi_ic_lock.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xhdpi\\ic_lock_open.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi_ic_lock_open.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_power_off.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldpi_ic_power_off.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher_round.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxxhdpi_ic_launcher_round.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-mdpi\\ic_alarm_on.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi_ic_alarm_on.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\layout\\activity_login.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_login.xml.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\drawable\\loginedittext.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_loginedittext.xml.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\drawable\\background.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable_background.xml.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\layout\\activity_settings.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_settings.xml.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_ic_launcher.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_alarm_on.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldpi_ic_alarm_on.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\layout\\add_driver.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_add_driver.xml.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-hdpi\\ic_alarm_on.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_ic_alarm_on.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-mdpi\\ic_lock_open.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi_ic_lock_open.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher_round.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-mdpi_ic_launcher_round.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-hdpi\\ic_alarm_off.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_ic_alarm_off.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_launcher_background.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldpi_ic_launcher_background.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxhdpi\\ic_alarm_on.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi_ic_alarm_on.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_person.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldpi_ic_person.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-hdpi\\ic_lock_close.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_ic_lock_close.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\layout\\activity_enrollment.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_enrollment.xml.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\layout\\activity_main.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_main.xml.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\layout\\activity_about.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_about.xml.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-hdpi\\ic_email.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_ic_email.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_lock_open.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_ic_lock_open.xml.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-hdpi\\ic_power_off.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_ic_power_off.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xhdpi\\ic_launcher_background.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi_ic_launcher_background.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\drawable-v24\\image5.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v24_image5.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxxhdpi_ic_launcher.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xhdpi\\ic_power_on.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi_ic_power_on.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_lock_close.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi_ic_lock_close.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_lock_open.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi_ic_lock_open.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_apps.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldpi_ic_apps.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-mdpi\\ic_launcher_background.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi_ic_launcher_background.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\layout\\activity_add.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_add.xml.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxhdpi\\ic_lock_close.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi_ic_lock_close.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xhdpi_ic_launcher.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxhdpi\\ic_lock.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi_ic_lock.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxhdpi\\ic_person.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi_ic_person.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xhdpi\\ic_settings.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi_ic_settings.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-mdpi\\ic_person.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi_ic_person.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxhdpi\\ic_phone.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi_ic_phone.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\layout\\toolbar.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_toolbar.xml.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\drawable-v24\\image4.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v24_image4.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxhdpi\\ic_launcher_background.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi_ic_launcher_background.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_phone.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_ic_phone.xml.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher_round.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xhdpi_ic_launcher_round.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\layout\\driveritem.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_driveritem.xml.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_lock_open.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldpi_ic_lock_open.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-mdpi\\ic_email.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi_ic_email.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\drawable-v24\\ic_launcher_foreground.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v24_ic_launcher_foreground.xml.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_email.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi_ic_email.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\drawable-v24\\car2.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v24_car2.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\layout\\activity_support.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_support.xml.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxhdpi\\ic_alarm_off.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi_ic_alarm_off.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxhdpi\\ic_apps.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi_ic_apps.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\layout\\activity_drivers.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_drivers.xml.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-hdpi\\ic_person.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_ic_person.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-hdpi\\ic_lock_open.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_ic_lock_open.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_power_on.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_ic_power_on.xml.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\drawable-v24\\image3.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v24_image3.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_lock.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi_ic_lock.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-mdpi\\ic_lock_close.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi_ic_lock_close.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_email.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldpi_ic_email.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\drawable-v24\\mybutton.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v24_mybutton.xml.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-mdpi\\ic_alarm_off.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi_ic_alarm_off.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xhdpi\\ic_alarm_on.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi_ic_alarm_on.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxhdpi\\ic_power_off.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi_ic_power_off.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xhdpi\\ic_email.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi_ic_email.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xhdpi\\ic_alarm_off.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi_ic_alarm_off.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_lock.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_ic_lock.xml.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_power_on.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi_ic_power_on.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-hdpi\\ic_phone.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_ic_phone.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_launcher_background.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi_ic_launcher_background.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_alarm_off.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_ic_alarm_off.xml.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\layout\\activity_password.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_password.xml.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\drawable-v24\\caroutline2.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v24_caroutline2.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_settings.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_ic_settings.xml.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_lock_close.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldpi_ic_lock_close.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-hdpi\\ic_lock.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_ic_lock.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxhdpi\\ic_power_on.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi_ic_power_on.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_lock_close.xml=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_ic_lock_close.xml.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-mdpi\\ic_power_on.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi_ic_power_on.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_person.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi_ic_person.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\src\\main\\res\\drawable-v24\\image2.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v24_image2.png.flat
+D\:\\Documents\\UniWork\\Year\ 4\\Semester\ 1\\CEG4912\\Project\\Vehicle\ Anti-Theft\ Face\ Recognition\ System\\UI\\app\\build\\generated\\res\\pngs\\debug\\drawable-mdpi\\ic_power_off.png=D\:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi_ic_power_off.png.flat
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-af/values-af.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-af/values-af.xml
index d8fe69b85..209ac7cb8 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-af/values-af.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-af/values-af.xml
@@ -27,6 +27,24 @@
"Deel met"
"Deel met %s"
"Vou in"
+ "Aktiveer"
+ "%1$s sal nie werk nie tensy jy Google Play Dienste aktiveer."
+ "Aktiveer Google Play Dienste"
+ "Installeer"
+ "%1$s sal nie sonder Google Play Dienste werk nie, wat nie op jou toestel is nie."
+ "Kry Google Play Dienste"
+ "Beskikbaarheid van Google Play Dienste"
+ "Google Play Services-fout"
+ "%1$s ondervind probleme met Google Play Dienste. Probeer asseblief weer."
+ "%1$s sal nie werk sonder Google Play Dienste nie, wat nie deur jou toestel gesteun word nie."
+ "Dateer op"
+ "%1$s sal nie werk nie tensy jy Google Play Dienste opdateer."
+ "Dateer Google Play Dienste op"
+ "%1$s sal nie sonder Google Play Dienste werk nie, wat tans opdateer."
+ "Nuwe weergawe van Google Play Dienste is nodig. Dit sal binnekort self opdateer."
+ "Maak oop op foon"
+ "Meld aan"
+ "Meld aan met Google"
"Soek"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-am/values-am.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-am/values-am.xml
index 102913578..095966dba 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-am/values-am.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-am/values-am.xml
@@ -27,6 +27,24 @@
"ከሚከተለው ጋር ያጋሩ"
"ከ%s ጋር አጋራ"
"ሰብስብ"
+ "አንቃ"
+ "Google Play አገልግሎቶችን ካላነቁ በስተቀር %1$s አይሰራም።"
+ "Google Play አገልግሎቶችን ያንቁ"
+ "ጫን"
+ "%1$s ያለ Google Play አገልግሎቶች አይሰራም፣ እነሱ ደግሞ በመሣሪያዎ ላይ የሉም።"
+ "Google Play አገልግሎቶችን ያግኙ"
+ "Google Play አገልግሎቶች ተገኝነት"
+ "የGoogle Play አገልግሎቶች ስህተት"
+ "%1$s በGoogle Play አገልግሎቶች ላይ ችግሮች እያጋጠሙት ነው። እባክዎ እንደገና ይሞክሩ።"
+ "%1$s ያለGoogle Play አገልግሎቶች አይሄድም፣ እነዚህም በመሣሪያዎ አይደገፉም።"
+ "ያዘምኑ"
+ "Google Play አገልግሎቶችን ካላዘመኑ በስተቀር ድረስ %1$s አይሰራም።"
+ "Google Play አገልግሎቶችን ያዘምኑ"
+ "%1$s ያለ Google Play አገልግሎቶች አይሰራም፣ እነሱ ደግሞ በአሁኑ ጊዜ በመዘመን ላይ ናቸው።"
+ "አዲስ የGoogle Play አገልግሎቶች ስሪት ያስፈልጋል። በቅርቡ እራሱን ያዘምናል።"
+ "ስልክ ላይ ክፈት"
+ "ግባ"
+ "በGoogle ይግቡ"
"ፈልግ"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ar/values-ar.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ar/values-ar.xml
index e7fb419b6..bf3f63f63 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ar/values-ar.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ar/values-ar.xml
@@ -27,6 +27,24 @@
"مشاركة مع"
"مشاركة مع %s"
"تصغير"
+ "تفعيل"
+ "لن يعمل %1$s ما لم يتم تفعيل خدمات Google Play."
+ "تفعيل خدمات Google Play"
+ "تثبيت"
+ "لن يتم تشغيل %1$s بدون خدمات Google Play، والتي لا تتوفر على جهازك."
+ "الحصول على خدمات Google Play"
+ "مدى توفّر خدمات Google Play"
+ "خطأ في خدمات Google Play"
+ "لدى %1$s مشكلة في خدمات Google Play. يُرجى إعادة المحاولة."
+ "لن يتم تشغيل %1$s بدون خدمات Google Play التي لا يوفرها جهازك."
+ "تحديث"
+ "لن يتم تشغيل %1$s ما لم يتم تحديث خدمات Google Play."
+ "تحديث خدمات Google Play"
+ "لن يتم تشغيل %1$s بدون خدمات Google Play، والتي يتم تحديثها حاليًا."
+ "يجب توفر إصدار جديد من خدمات Google Play. سيتم تحديثها تلقائيًا قريبًا."
+ "فتح على الهاتف"
+ "تسجل الدخول"
+ "تسجيل الدخول عبر Google"
"البحث"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-as/values-as.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-as/values-as.xml
index 2287e53bb..d5ca0a850 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-as/values-as.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-as/values-as.xml
@@ -27,6 +27,24 @@
"ইয়াৰ জৰিয়তে শ্বেয়াৰ কৰক"
"%sৰ জৰিয়তে শ্বেয়াৰ কৰক"
"সংকুচিত কৰক"
+ "সক্ষম কৰক"
+ "আপুনি Google Play সেৱাবোৰ সক্ষম নকৰালৈকে %1$sএ কাম নকৰিব।"
+ "Google প্লে সেৱাসক্ষম কৰক"
+ "ইনষ্টল কৰক"
+ "%1$s Google প্লে সেৱাৰ অবিহনে নচলে, যিটো আপোনাৰ ডিভাইচত নাই।"
+ "Google প্লে সেৱালাভ কৰক"
+ "Google প্লে সেৱাসমূহৰ উপলব্ধতা"
+ "Google Playৰ সেৱা সম্পৰ্কীয় আসোঁৱাহ"
+ "Google প্লে সেৱাত %1$s ত সমস্যা হৈ আছে। আকৌ চেষ্টা কৰক।"
+ "%1$s Google প্লে সেৱাৰ অবিহনে নচলে, যিবোৰ আপোনাৰ ডিভাইচত চলিব নোৱাৰে।"
+ "আপডে’ট কৰক"
+ "আপুনি Google Play সেৱাবোৰ আপডে’ট নকৰালৈকে %1$s নচলিব।"
+ "Google Play সেৱা আপডে’ট কৰক"
+ "বৰ্তমান আপডে’ট হৈ থকা Google Play সেৱাসমূহৰ অবিহনে %1$s নচলিব৷"
+ "Google Play সেৱাসমূহৰ নতুন সংস্কৰণৰ প্ৰয়োজন৷ এইটো শীঘ্ৰেই নিজে-নিজে আপডে’ট হ’ব৷"
+ "ফ\'নত খোলক"
+ "ছাইন ইন কৰক"
+ "Googleৰ জৰিয়তে ছাইন ইন কৰক"
"অনুসন্ধান কৰক"
- "৯৯৯+"
+ "৯৯৯+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-az/values-az.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-az/values-az.xml
index 8bbbd5bf7..86c180838 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-az/values-az.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-az/values-az.xml
@@ -27,6 +27,24 @@
"Bununla paylaşın"
"%s ilə paylaşın"
"Yığışdırın"
+ "Aktiv edin"
+ "%1$s Google Play xidmətlərini aktiv edənə kimi işləməyəcək."
+ "Google Play xidmətlərini aktiv edin"
+ "Quraşdırın"
+ "%1$s cihazınızda mövcud olmayan Google Play xidmətləri olmadan çalışmayacaq."
+ "Google Play xidmətlərini əldə edin"
+ "Google Play xidmətlərinin əlçatanlığı"
+ "Google Play xidmətləri xətası"
+ "%1$s tətbiqi ilə Google Play xidmətləri arasında problem var. Daha sonra yenidən cəhd edin."
+ "Cihazınız tərəfindən dəstəklənməyən Google Play xidmətləri olmadan %1$s tətbiqi işləməyəcək."
+ "Güncəlləyin"
+ "%1$s Google Play xidmətləri yeniləmə halda çalışmaz."
+ "Google Play xidmətlərini güncəlləşdirin"
+ "%1$s hal-hazırda güncəllənən Google Play xidmətləri olmadan çalışmayacaq."
+ "Google Play xidmətlərinin yeni versiyası lazımdır. Qısa müddətə özünü yeniləyəcək."
+ "Telefonda açın"
+ "Daxil olun"
+ "Google ilə daxil olun"
"Axtarış"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml
index 77f07c21f..cbe9ca223 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml
@@ -27,6 +27,24 @@
"Deli sa"
"Deljenje sa aplikacijom %s"
"Skupi"
+ "Omogući"
+ "%1$s neće funkcionisati ako ne omogućite Google Play usluge."
+ "Omogućite Google Play usluge"
+ "Instaliraj"
+ "%1$s ne može da se pokrene bez Google Play usluga, koje nisu instalirane na uređaju."
+ "Preuzmite Google Play usluge"
+ "Dostupnost Google Play usluga"
+ "Greška Google Play usluga"
+ "%1$s ima problema sa Google Play uslugama. Probajte ponovo."
+ "%1$s ne može da se pokrene bez Google Play usluga, koje uređaj ne podržava."
+ "Ažuriraj"
+ "%1$s ne može da se pokrene ako ne ažurirate Google Play usluge."
+ "Ažurirajte Google Play usluge"
+ "%1$s ne može da se pokrene bez Google Play usluga, koje se trenutno ažuriraju."
+ "Potrebna je nova verzija Google Play usluga. Uskoro će se ažurirati."
+ "Otvori na telefonu"
+ "Prijavi me"
+ "Prijavi me na Google"
"Pretraži"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-be/values-be.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-be/values-be.xml
index a0019be89..de9c2824e 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-be/values-be.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-be/values-be.xml
@@ -27,6 +27,24 @@
"Абагуліць з"
"Абагуліць праз праграму %s"
"Згарнуць"
+ "Уключыць"
+ "%1$s не будзе працаваць, пакуль вы не ўключыце службы Google Play."
+ "Уключыць службы Google Play"
+ "Усталяваць"
+ "%1$s не будзе працаваць без службаў Google Play, якія адсутнічаюць на вашай прыладзе."
+ "Атрымаць службы Google Play"
+ "Даступнасць сэрвісаў Google Play"
+ "Памылка службаў Google Play"
+ "У праграмы %1$s узніклі праблемы са службамі Google Play. Паўтарыце спробу."
+ "%1$s не будзе працаваць без службаў Google Play, якія не падтрымліваюцца вашай прыладай."
+ "Абнавіць"
+ "%1$s не будзе працаваць, пакуль вы не абновіце службы Google Play."
+ "Абнаўленне службаў Google Play"
+ "%1$s не будзе працаваць без службаў Google Play, якія ў цяперашні час абнаўляюцца."
+ "Патрабуецца новая версія служб Google Play. Яна абновіцца аўтаматычна ў бліжэйшы час."
+ "Адкрыць на тэлефоне"
+ "Увайсцi"
+ "Увайсці праз Google"
"Пошук"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bg/values-bg.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bg/values-bg.xml
index ce1cb44f2..6e5e582d1 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bg/values-bg.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bg/values-bg.xml
@@ -27,6 +27,24 @@
"Споделяне със:"
"Споделяне със: %s"
"Свиване"
+ "Активиране"
+ "%1$s няма да работи, освен ако не активирате услугите за Google Play."
+ "Активиране на услугите за Google Play"
+ "Инсталиране"
+ "%1$s няма да се изпълнява, тъй като услугите за Google Play не са инсталирани на устройството ви."
+ "Изтегляне на услугите за Google Play"
+ "Наличност на услугите за Google Play"
+ "Грешка в услугите за Google Play"
+ "%1$s има проблеми с услугите за Google Play. Моля, опитайте отново."
+ "%1$s няма да се изпълнява, тъй като услугите за Google Play не се поддържат от устройството ви."
+ "Актуализиране"
+ "%1$s няма да се изпълнява, освен ако не актуализирате услугите за Google Play."
+ "Актуализиране на услугите за Google Play"
+ "%1$s няма да се изпълнява без услугите за Google Play. Понастоящем те се актуализират."
+ "Необходима е нова версия на услугите за Google Play. Скоро тя ще се актуализира автоматично."
+ "Отваряне на телефона"
+ "Вход"
+ "Вход с Google"
"Търсене"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bn/values-bn.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bn/values-bn.xml
index b9e182a29..888e5de00 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bn/values-bn.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bn/values-bn.xml
@@ -27,6 +27,24 @@
"এর সাথে শেয়ার করুন"
"%s এর সাথে শেয়ার করুন"
"সঙ্কুচিত করুন"
+ "সক্ষম করুন"
+ "আপনি Google Play পরিষেবা সক্ষম না করা পর্যন্ত %1$s কাজ করবে না।"
+ "Google Play পরিষেবা সক্ষম করুন"
+ "ইনস্টল করুন"
+ "Google Play পরিষেবা ছাড়া %1$s চলবে না, যা আপনার ডিভাইসে অনুপস্থিত।"
+ "Google Play পরিষেবা পান"
+ "Google Play পরিষেবার উপলভ্যতা"
+ "Google Play পরিষেবার ত্রুটি"
+ "Google Play পরিষেবাগুলির সাথে %1$s এর সমস্যা হচ্ছে৷ অনুগ্রহ করে আবার চেষ্টা করুন৷"
+ "Google Play পরিষেবা ছাড়া %1$s চলবে না, যেটি আপনার ডিভাইসে সমর্থিত নয়৷"
+ "আপডেট করুন"
+ "আপনি Google Play পরিষেবা আপডেট না করা পর্যন্ত %1$s চলবে না।"
+ "Google Play পরিষেবা আপডেট করুন"
+ "Google Play পরিষেবা ছাড়া %1$s চলবে না যা বর্তমানে আপডেট হচ্ছে।"
+ "Google Play পরিষেবার নতুন ভার্সন প্রয়োজন৷ খুব শীঘ্রই এটা নিজেই আপডেট হবে৷"
+ "ফোনে খুলুন"
+ "সাইন-ইন করুন"
+ "Google এর মাধ্যমে সাইন-ইন করুন"
"খুঁজুন"
- "৯৯৯+"
+ "৯৯৯+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bs/values-bs.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bs/values-bs.xml
index bc8630d80..b47102ecf 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bs/values-bs.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bs/values-bs.xml
@@ -27,6 +27,24 @@
"Dijeli sa"
"Dijeli koristeći aplikaciju %s"
"Skupi"
+ "Omogući"
+ "Aplikacija %1$s neće raditi ako ne omogućite Google Play usluge."
+ "Omogućite Google Play usluge"
+ "Instaliraj"
+ "Aplikacija %1$s neće raditi bez Google Play usluga, kojih na vašem uređaju nema."
+ "Nabavite Google Play usluge"
+ "Dostupnost Google Play usluga"
+ "Greška Google Play usluge"
+ "Aplikacija %1$s ima problema s Google Play uslugama. Pokušajte ponovo."
+ "Aplikacija %1$s neće raditi bez Google Play usluga, koje vaš uređaj ne podržava."
+ "Ažuriraj"
+ "Aplikacija %1$s neće raditi ako ne ažurirate Google Play usluge."
+ "Ažuriranje Google Play usluga"
+ "Aplikacija %1$s neće raditi bez Google Play usluga, koje se trenutno ažuriraju."
+ "Potrebna je nova verzija Google Play usluga. Ubrzo će se samo ažurirati."
+ "Otvori na telefonu"
+ "Prijava"
+ "Prijavi se pomoću Googlea"
"Pretraži"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ca/values-ca.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ca/values-ca.xml
index 833039e10..9d64e61c2 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ca/values-ca.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ca/values-ca.xml
@@ -27,6 +27,24 @@
"Comparteix amb"
"Comparteix amb %s"
"Replega"
+ "Activa"
+ "%1$s no funcionarà si no actives Serveis de Google Play."
+ "Activa Serveis de Google Play"
+ "Instal·la"
+ "%1$s no s\'executarà si Serveis de Google Play no està instal·lat al dispositiu."
+ "Obtén Serveis de Google Play"
+ "Disponibilitat de serveis de Google Play"
+ "Error de Serveis de Google Play"
+ "%1$s té problemes amb Serveis de Google Play. Torna-ho a provar."
+ "%1$s no es pot executar sense Serveis de Google Play, que no és compatible amb el teu dispositiu."
+ "Actualitza"
+ "%1$s no s\'executarà si no actualitzes Serveis de Google Play."
+ "Actualitza Serveis de Google Play"
+ "%1$s no s\'executarà sense Serveis de Google Play, que s\'està actualitzant en aquest moment."
+ "Cal una nova versió de Serveis de Google Play. S\'actualitzarà automàticament aviat."
+ "Obre al telèfon"
+ "Inicia sessió"
+ "Inicia la sessió amb Google"
"Cerca"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-cs/values-cs.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-cs/values-cs.xml
index a5878ca68..9c81f1f28 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-cs/values-cs.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-cs/values-cs.xml
@@ -27,6 +27,24 @@
"Sdílet pomocí"
"Sdílet s aplikací %s"
"Sbalit"
+ "Povolit"
+ "Ke spuštění aplikace %1$s je třeba aktivovat služby Google Play."
+ "Aktivace služeb Google Play"
+ "Instalovat"
+ "Ke spuštění aplikace %1$s jsou potřeba služby Google Play, které v zařízení nemáte."
+ "Instalace služeb Google Play"
+ "Dostupnost služeb Google Play"
+ "Chyba služeb Google Play"
+ "Aplikace %1$s má potíže se službami Google Play. Zkuste to prosím znovu."
+ "Ke spuštění aplikace %1$s jsou potřeba služby Google Play, které v tomto zařízení nejsou podporovány."
+ "Aktualizovat"
+ "Ke spuštění aplikace %1$s je třeba aktualizovat služby Google Play."
+ "Aktualizace služeb Google Play"
+ "Ke spuštění aplikace %1$s jsou potřeba služby Google Play, které jsou právě aktualizovány."
+ "Je vyžadována nová verze služeb Google Play. Nová verze se brzy sama nainstaluje."
+ "Otevřít v telefonu"
+ "Přihlásit se"
+ "Přihlásit se k účtu Google"
"Hledat"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-da/values-da.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-da/values-da.xml
index 7ae28b449..bef82d827 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-da/values-da.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-da/values-da.xml
@@ -27,6 +27,24 @@
"Del med"
"Del med %s"
"Skjul"
+ "Aktivér"
+ "Du skal aktivere Google Play-tjenester, for at %1$s kan fungere."
+ "Aktivér Google Play-tjenester"
+ "Installer"
+ "Du skal installere Google Play-tjenester, før %1$s kan køre på din enhed."
+ "Hent Google Play-tjenester"
+ "Google Play-tjenesters tilgængelighed"
+ "Fejl i Google Play-tjenester"
+ "%1$s har problemer med Google Play-tjenester. Prøv igen."
+ "%1$s fungerer ikke uden Google Play-tjenester, som ikke understøttes på din enhed."
+ "Opdater"
+ "%1$s kan ikke køre, medmindre du opdaterer Google Play-tjenester."
+ "Opdater Google Play-tjenester"
+ "%1$s kan ikke køre uden Google Play-tjenester, som i øjeblikket opdateres."
+ "Du skal bruge en ny version af Google Play-tjenester. Opdateringen gennemføres automatisk om et øjeblik."
+ "Åbn på telefonen"
+ "Log ind"
+ "Log ind med Google"
"Søg"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-de/values-de.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-de/values-de.xml
index d2f851046..caf788ae6 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-de/values-de.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-de/values-de.xml
@@ -27,6 +27,24 @@
"Freigeben für"
"Mit %s teilen"
"Minimieren"
+ "Aktivieren"
+ "%1$s funktioniert erst nach der Aktivierung der Google Play-Dienste."
+ "Google Play-Dienste aktivieren"
+ "Installieren"
+ "Zur Nutzung von %1$s sind die Google Play-Dienste erforderlich, die auf deinem Gerät nicht installiert sind."
+ "Google Play-Dienste installieren"
+ "Verfügbarkeit von Google Play-Diensten"
+ "Fehler bei Zugriff auf Google Play-Dienste"
+ "%1$s hat Probleme mit Google Play-Diensten. Bitte versuche es noch einmal."
+ "Zur Nutzung von %1$s sind Google Play-Dienste erforderlich, die auf deinem Gerät nicht unterstützt werden."
+ "Aktualisieren"
+ "%1$s wird nur ausgeführt, wenn du die Google Play-Dienste aktualisierst."
+ "Google Play-Dienste aktualisieren"
+ "Zur Nutzung von %1$s sind Google Play-Dienste erforderlich, die gerade aktualisiert werden."
+ "Eine neue Version der Google Play-Dienste wird benötigt. Diese wird in Kürze automatisch aktualisiert."
+ "Auf Smartphone öffnen"
+ "Anmelden"
+ "Über Google anmelden"
"Suchen"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-el/values-el.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-el/values-el.xml
index de7398c36..8bbefe70f 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-el/values-el.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-el/values-el.xml
@@ -27,6 +27,24 @@
"Κοινή χρήση με"
"Κοινή χρήση με %s"
"Σύμπτυξη"
+ "Ενεργοποίηση"
+ "Η εφαρμογή %1$s δεν θα λειτουργήσει εάν δεν έχετε ενεργοποιήσει τις υπηρεσίες Google Play."
+ "Ενεργοποίηση υπηρεσιών Google Play"
+ "Εγκατάσταση"
+ "Η εφαρμογή %1$s δεν μπορεί να εκτελεστεί χωρίς τις υπηρεσίες Google Play, οι οποίες λείπουν από τη συσκευή σας."
+ "Λήψη υπηρεσιών Google Play"
+ "Διαθεσιμότητα υπηρεσιών Google Play"
+ "Σφάλμα Υπηρεσιών Google Play"
+ "Η εφαρμογή %1$s αντιμετωπίζει κάποιο πρόβλημα με τις υπηρεσίες Google Play. Προσπαθήστε ξανά."
+ "Η εφαρμογή %1$s δεν θα εκτελεστεί χωρίς τις υπηρεσίες Google Play, οι οποίες δεν υποστηρίζονται από τη συσκευή σας."
+ "Ενημέρωση"
+ "Η εφαρμογή %1$s θα εκτελεστεί αφού ενημερώσετε τις Υπηρεσίες Google Play."
+ "Ενημέρωση υπηρεσιών Google Play"
+ "Η εφαρμογή %1$s δεν θα εκτελεστεί χωρίς τις υπηρεσίες Google Play, οι οποίες ενημερώνονται αυτήν τη στιγμή."
+ "Απαιτείται νέα έκδοση των υπηρεσιών Google Play. Θα ενημερωθεί σύντομα."
+ "Άνοιγμα σε τηλέφωνο"
+ "Σύνδεση"
+ "Συνδεθείτε με το Google"
"Αναζήτηση"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml
index 0b21ff79a..af79f570c 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml
@@ -28,5 +28,5 @@
"Share with %s"
"Collapse"
"Search"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml
index 0b21ff79a..e41f3e8e7 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml
@@ -27,6 +27,24 @@
"Share with"
"Share with %s"
"Collapse"
+ "Enable"
+ "%1$s won\'t work unless you enable Google Play services."
+ "Enable Google Play services"
+ "Install"
+ "%1$s won\'t run without Google Play services, which are missing from your device."
+ "Get Google Play services"
+ "Google Play services availability"
+ "Google Play services error"
+ "%1$s is having trouble with Google Play services. Please try again."
+ "%1$s won\'t run without Google Play services, which are not supported by your device."
+ "Update"
+ "%1$s won\'t run unless you update Google Play services."
+ "Update Google Play services"
+ "%1$s won\'t run without Google Play services, which are currently updating."
+ "New version of Google Play services needed. It will update itself shortly."
+ "Open on phone"
+ "Sign In"
+ "Sign in with Google"
"Search"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml
index 0b21ff79a..af79f570c 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml
@@ -28,5 +28,5 @@
"Share with %s"
"Collapse"
"Search"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml
index edb852403..6baa3156c 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml
@@ -27,6 +27,24 @@
"Compartir con"
"Compartir con %s"
"Contraer"
+ "Habilitar"
+ "%1$s no funcionará a menos que habilites los servicios de Google Play."
+ "Habilitar servicios de Google Play"
+ "Instalar"
+ "%1$s no se ejecutará si los Servicios de Google Play no están instalados en tu dispositivo."
+ "Obtener servicios de Google Play"
+ "Disp. de los Servicios de Google Play"
+ "Error de Google Play Services"
+ "%1$s tiene problemas con los servicios de Google Play. Vuelve a intentarlo."
+ "%1$s no se ejecutará sin los servicios de Google Play, que no son compatibles con tu dispositivo."
+ "Actualizar"
+ "%1$s no se ejecutará a menos que actualices los servicios de Google Play."
+ "Actualizar servicios de Google Play"
+ "%1$s no se ejecutará sin los servicios de Google Play. La plataforma se está actualizando en este momento."
+ "Se necesita una nueva versión de los servicios de Google Play. Se actualizarán automáticamente en breve."
+ "Abrir en el teléfono"
+ "Acceder"
+ "Acceder con Google"
"Buscar"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es/values-es.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es/values-es.xml
index d2265adfa..608b6ac18 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es/values-es.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es/values-es.xml
@@ -27,6 +27,24 @@
"Compartir con"
"Compartir con %s"
"Contraer"
+ "Habilitar"
+ "%1$s no funcionará hasta que no habilites Servicios de Google Play."
+ "Habilita Servicios de Google Play"
+ "Instalar"
+ "%1$s no se ejecutará si los Servicios de Google Play no están instalados en tu dispositivo."
+ "Descargar Servicios de Google Play"
+ "Disponibilidad Servicios de Google Play"
+ "Error de Servicios de Google Play"
+ "La aplicación %1$s tiene problemas con los Servicios de Google Play. Vuelve a intentarlo."
+ "No es posible ejecutar la aplicación %1$s sin los Servicios de Google Play, que no son compatibles con tu dispositivo."
+ "Actualizar"
+ "%1$s no funcionará hasta que no actualices Servicios de Google Play."
+ "Actualiza Servicios de Google Play"
+ "%1$s no se ejecutará hasta que finalice la actualización en curso de Servicios de Google Play."
+ "Se necesita una nueva versión de Servicios de Google Play. Se actualizará en breve."
+ "Abrir en teléfono"
+ "Iniciar sesión"
+ "Iniciar sesión con Google"
"Buscar"
- "+999"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-et/values-et.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-et/values-et.xml
index 05be6e993..b38b6766c 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-et/values-et.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-et/values-et.xml
@@ -27,6 +27,24 @@
"Jagamine:"
"Jagamine rakendusega %s"
"Ahendamine"
+ "Luba"
+ "Rakendus %1$s töötab ainult siis, kui lubate Google Play teenused."
+ "Google Play teenuste lubamine"
+ "Installi"
+ "Rakendus %1$s töötab ainult koos Google Play teenustega, mida teie seadmes pole."
+ "Google Play teenuste hankimine"
+ "Google Play teenuste saadavalolek"
+ "Viga Google Play teenustes"
+ "Rakendusel %1$s on probleeme Google Play teenustega. Proovige uuesti."
+ "Rakendus %1$s töötab ainult koos Google Play teenustega, mida teie seadmes ei toetata."
+ "Värskenda"
+ "Rakenduse %1$s töötamiseks peate värskendama Google Play teenuseid."
+ "Google Play teenuste värskendamine"
+ "Rakendus %1$s töötab ainult koos Google Play teenustega, mida praegu värskendatakse."
+ "Vajalik on Google Play teenuste uus versioon. See värskendab end peagi."
+ "Ava telefonis"
+ "Logi sisse"
+ "Logi sisse Google\'i kontoga"
"Otsing"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-eu/values-eu.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-eu/values-eu.xml
index 8c0987505..bcb21352f 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-eu/values-eu.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-eu/values-eu.xml
@@ -27,6 +27,24 @@
"Partekatu hauekin"
"Partekatu %s aplikazioarekin"
"Tolestu"
+ "Gaitu"
+ "%1$s aplikazioak ez du funtzionatuko Google Play zerbitzuak gaitzen ez badituzu."
+ "Gaitu Google Play zerbitzuak"
+ "Instalatu"
+ "%1$s ez da exekutatuko Google Play zerbitzurik gabe, baina ez dituzu gailuan."
+ "Lortu Google Play zerbitzuak"
+ "Google Play zerbitzuen erabilgarritasuna"
+ "Google Play zerbitzuen errorea"
+ "%1$s aplikazioak arazoak ditu Google Play zerbitzuekin. Saiatu berriro."
+ "%1$s aplikazioa ezin da erabili Google Play zerbitzurik gabe, eta zure gailua ez da zerbitzuokin bateragarria."
+ "Eguneratu"
+ "%1$s ez da exekutatuko Google Play zerbitzuak eguneratzen ez badituzu."
+ "Eguneratu Google Play zerbitzuak"
+ "%1$s ez da exekutatuko Google Play zerbitzurik gabe; une honetan eguneratzen ari dira zerbitzuok."
+ "Google Play zerbitzuen bertsio berria behar da. Berehala eguneratuko da automatikoki."
+ "Ireki telefonoan"
+ "Hasi saioa"
+ "Hasi saioa Google kontuarekin"
"Bilatu"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fa/values-fa.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fa/values-fa.xml
index 90b289806..ad8e2b313 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fa/values-fa.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fa/values-fa.xml
@@ -27,6 +27,24 @@
"اشتراکگذاری با"
"اشتراکگذاری با %s"
"کوچک کردن"
+ "فعال کردن"
+ "تا وقتی سرویسهای Google Play را فعال نکنید، %1$s کار نمیکند."
+ "فعال کردن سرویسهای Google Play"
+ "نصب"
+ "%1$s بدون خدمات Google Play که در دستگاه شما وجود ندارد اجرا نمیشود."
+ "دریافت سرویسهای Google Play"
+ "قابلیت دسترسی خدمات Google Play"
+ "خطا در خدمات Google Play"
+ "%1$s برای استفاده از خدمات Google Play با مشکل روبرو است. لطفاً دوباره امتحان کنید."
+ "%1$s بدون خدمات Google Play که در دستگاه شما پشتیبانی نمیشود، اجرا نخواهد شد."
+ "بهروزرسانی"
+ "تاز مانی که سرویسهای Google Play را بهروزرسانی نکنید، %1$s اجرا نمیشود."
+ "بهروزرسانی سرویسهای Google Play"
+ "%1$s بدون سرویسهای Google Play که درحال حاضر درحال بهروزرسانی هستند، کار نمیکند."
+ "نسخه جدید سرویسهای Google Play نیاز است. بهزودی بهطور خودکار بهروزرسانی میشود."
+ "باز کردن در تلفن"
+ "ورود به سیستم"
+ "ورود به سیستم با Google"
"جستجو"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fi/values-fi.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fi/values-fi.xml
index 75b02bb81..b36ae123a 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fi/values-fi.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fi/values-fi.xml
@@ -27,6 +27,24 @@
"Jakaminen:"
"Jaa sovelluksessa %s"
"Kutista"
+ "Ota käyttöön"
+ "%1$s ei toimi, ellet ota Google Play Palveluita käyttöön."
+ "Ota Google Play Palvelut käyttöön"
+ "Asenna"
+ "%1$s ei toimi ilman Google Play Palveluita, jotka puuttuvat laitteeltasi."
+ "Asenna Google Play Palvelut"
+ "Google Play Palveluiden saatavuus"
+ "Virhe Google Play -palveluissa"
+ "Sovelluksella %1$s on ongelmia Google Play Palveluiden kanssa. Yritä uudelleen."
+ "%1$s ei toimi ilman Google Play Palveluita, joita laitteesi ei tue."
+ "Päivitä"
+ "%1$s ei toimi, ellet päivitä Google Play Palveluita."
+ "Päivitä Google Play Palvelut"
+ "%1$s ei toimi ilman Google Play Palveluita, joita päivitetään tällä hetkellä."
+ "Uusi Google Play Palveluiden versio tarvitaan. Se päivittyy pian."
+ "Avaa puhelimessa"
+ "Kirjaudu sisään"
+ "Kirjaudu Google-tilille"
"Haku"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml
index f71cf031c..889d4ea6a 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml
@@ -27,6 +27,24 @@
"Partager"
"Partager avec %s"
"Réduire"
+ "Activer"
+ "%1$s ne fonctionnera pas tant que vous n\'aurez pas activé les services Google Play."
+ "Activer les services Google Play"
+ "Installer"
+ "%1$s ne fonctionnera pas sans les services Google Play, qui ne sont pas installés sur votre appareil."
+ "Installer les services Google Play"
+ "Disponibilité des services Google Play"
+ "Erreur liée aux services Google Play"
+ "L\'application %1$s éprouve un problème avec les services Google Play. Veuillez réessayer."
+ "L\'application %1$s ne fonctionnera pas sans les services Google Play, qui ne sont pas pris en charge par votre appareil."
+ "Mettre à jour"
+ "%1$s ne fonctionnera pas tant que vous n\'aurez pas mis à jour les services Google Play."
+ "Mettre à jour les services Google Play"
+ "%1$s ne fonctionnera pas sans les services Google Play, qui sont actuellement mis à jour."
+ "La nouvelle version des services Google Play est nécessaire. Elle sera bientôt installée automatiquement."
+ "Ouvrir sur le téléphone"
+ "Connexion"
+ "Se connecter avec Google"
"Rechercher"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr/values-fr.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr/values-fr.xml
index 2aee39764..4095b2ac8 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr/values-fr.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr/values-fr.xml
@@ -27,6 +27,24 @@
"Partager avec"
"Partager avec %s"
"Réduire"
+ "Activer"
+ "%1$s ne fonctionnera pas tant que vous n\'aurez pas activé les services Google Play."
+ "Activer les services Google Play"
+ "Installer"
+ "%1$s ne fonctionnera pas sans les services Google Play, qui ne sont pas installés sur votre appareil."
+ "Installer les services Google Play"
+ "Disponibilité des services Google Play"
+ "Erreur liée aux services Google Play"
+ "L\'application %1$s rencontre des problèmes avec les services Google Play. Veuillez réessayer."
+ "%1$s ne fonctionnera pas sans les services Google Play, qui ne sont pas compatibles avec votre appareil."
+ "Mettre à jour"
+ "%1$s ne fonctionnera pas tant que vous n\'aurez pas mis à jour les services Google Play."
+ "Mettre à jour les services Google Play"
+ "%1$s ne fonctionnera pas sans les services Google Play, qui sont en cours de mise à jour."
+ "La nouvelle version des services Google Play est nécessaire. Elle sera bientôt installée automatiquement."
+ "Ouvrir sur le téléphone"
+ "Se connecter"
+ "Se connecter avec Google"
"Rechercher"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gl/values-gl.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gl/values-gl.xml
index d0081c605..eed32506e 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gl/values-gl.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gl/values-gl.xml
@@ -27,6 +27,24 @@
"Compartir con"
"Compartir con %s"
"Contraer"
+ "Activar"
+ "%1$s non funcionará a menos que actives os servizos de Google Play."
+ "Activar servizos de Google Play"
+ "Instalar"
+ "%1$s non se executará se o teu dispositivo non ten instalados os servizos de Google Play."
+ "Descargar servizos de Google Play"
+ "Dispoñibilidade dos servizos de Play"
+ "Erro nos servizos de Google Play"
+ "%1$s ten problemas cos servizos de Google Play. Téntao de novo."
+ "%1$s non se executará sen os servizos de Google Play, que non son compatibles co teu dispositivo."
+ "Actualizar"
+ "%1$s non se executará a menos que actualices os servizos de Google Play."
+ "Actualizar os servizos de Google Play"
+ "%1$s non se executará sen os servizos de Google Play, que se están actualizando neste momento."
+ "Necesítase a nova versión dos servizos de Google Play. Actualizarase en breve."
+ "Abrir no teléfono"
+ "Iniciar sesión"
+ "Iniciar sesión con Google"
"Buscar"
- ">999"
+ ">999"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gu/values-gu.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gu/values-gu.xml
index 0a3b83b40..030afe646 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gu/values-gu.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gu/values-gu.xml
@@ -27,6 +27,24 @@
"આની સાથે શેર કરો"
"%sની સાથે શેર કરો"
"સંકુચિત કરો"
+ "સક્ષમ કરો"
+ "તમે Google Play સેવાઓ સક્ષમ કરશો નહીં ત્યાં સુધી %1$s કાર્ય કરશે નહીં."
+ "Google Play સેવાઓ સક્ષમ કરો"
+ "ઇન્સ્ટૉલ કરો"
+ "%1$s, Google Play સેવાઓ વગર ચાલશે નહીં, જે તમારા ઉપકરણમાંથી ખૂટે છે."
+ "Google Play સેવાઓ મેળવો"
+ "Google Play સેવાઓની ઉપલબ્ધતા"
+ "Google Play સેવાઓની ભૂલ"
+ "%1$s ને Google Play સેવાઓમાં મુશ્કેલી આવી રહી છે. કૃપા કરીને ફરી પ્રયાસ કરો."
+ "%1$s, Google Play સેવાઓ વગર ચાલશે નહીં, જે તમારા ઉપકરણ દ્વારા સમર્થિત નથી."
+ "અપડેટ કરો"
+ "તમે Google Play સેવાઓ અપડેટ કરશો નહીં ત્યાં સુધી %1$s શરૂ થશે નહીં."
+ "Google Play સેવાઓ અપડેટ કરો"
+ "%1$s, Google Play સેવાઓ વગર શરૂ થશે નહીં, જે વર્તમાનમાં અપડેટ થઈ રહી છે."
+ "Google Play સેવાઓના નવા સંસ્કરણની જરૂર છે. તે ટૂંક સમયમાં પોતાને અપડેટ કરશે."
+ "ફોનમાં ખોલો"
+ "સાઇન ઇન કરો"
+ "Google માં સાઇન ઇન કરો"
"શોધો"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hi/values-hi.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hi/values-hi.xml
index 6576cb742..e16098828 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hi/values-hi.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hi/values-hi.xml
@@ -27,6 +27,24 @@
"इसके साथ शेयर करें"
"%s के साथ शेयर करें"
"छोटा करें"
+ "चालू करें"
+ "जब तक आप Google Play सेवाएं चालू नहीं करते, %1$s काम नहीं करेगा."
+ "Google Play सेवाएं चालू करें"
+ "इंस्टॉल करें"
+ "%1$s उन Google Play सेवाओं के बिना नहीं चलेगा जो आपके डिवाइस में उपलब्ध नहीं हैं."
+ "Google Play सेवाएं इंस्टॉल करें"
+ "Google Play सेवाएं उपलब्ध हैं"
+ "Google Play सेवाओं से जुड़ी गड़बड़ी"
+ "%1$s को Google Play सेवाओं के साथ समस्या आ रही है. कृपया फिर से कोशिश करें."
+ "%1$s उन Google Play सेवाओं के बिना नहीं चलेगा, जो आपके डिवाइस पर काम नहीं करती हैं."
+ "अपडेट करें"
+ "%1$s तब तक नहीं चलेगा जब तक आप Google Play सेवाओं को अपडेट नहीं करते."
+ "Google Play सेवाओं को अपडेट करें"
+ "%1$s उन Google Play सेवाओं के बिना नहीं चलेगा जो अभी अपडेट हो रही हैं."
+ "Google Play सेवाओं के नए वर्शन की ज़रूरत है. यह जल्द ही अपने आप अपडेट हो जाएगा."
+ "फ़ोन पर खोलें"
+ "साइन इन करें"
+ "Google के ज़रिए साइन इन करें"
"सर्च"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hr/values-hr.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hr/values-hr.xml
index 2c3e6ae8a..59559459f 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hr/values-hr.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hr/values-hr.xml
@@ -27,6 +27,24 @@
"Dijeljenje sa"
"Dijeli putem aplikacije %s"
"Sažmi"
+ "Omogući"
+ "%1$s neće funkcionirati ako ne omogućite usluge Google Playa."
+ "Omogućivanje usluga Google Playa"
+ "Instaliraj"
+ "%1$s neće funkcionirati bez usluga Google Playa koje nisu instalirane na vašem uređaju."
+ "Preuzimanje usluga Google Playa"
+ "Dostupnost usluga za Google Play"
+ "Pogreška Usluga za Google Play"
+ "%1$s ima poteškoća s uslugama Google Playa. Pokušajte ponovo."
+ "%1$s neće funkcionirati bez usluga Google Playa koje vaš uređaj ne podržava."
+ "Ažuriraj"
+ "%1$s neće funkcionirati ako ne ažurirate Google Play usluge."
+ "Ažuriranje usluga Google Playa"
+ "%1$s neće se pokrenuti bez usluga Google Playa koje se trenutačno ažuriraju."
+ "Potrebna je nova verzija usluga Google Playa. Uskoro će se ažurirati."
+ "Otvori na telefonu"
+ "Prijava"
+ "Prijava putem Googlea"
"Pretraživanje"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hu/values-hu.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hu/values-hu.xml
index f980defea..6b361426d 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hu/values-hu.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hu/values-hu.xml
@@ -27,6 +27,24 @@
"Megosztás a következővel:"
"Megosztás a következő alkalmazással: %s"
"Összecsukás"
+ "Engedélyezés"
+ "A(z) %1$s alkalmazás csak akkor működik, ha engedélyezi a Google Play-szolgáltatásokat."
+ "Google Play-szolgáltatások engedélyezése"
+ "Telepítés"
+ "A(z) %1$s alkalmazás nem fut a Google Play-szolgáltatások nélkül, amelyek hiányoznak az eszközről."
+ "A Google Play-szolgáltatások beszerzése"
+ "Google Play-szolgáltatások elérhetősége"
+ "Google Play-szolgáltatások – hiba"
+ "A(z) %1$s alkalmazás problémába ütközött a Google Play-szolgáltatások használata során. Próbálkozzon újra."
+ "A(z) %1$s alkalmazás nem fut a Google Play-szolgáltatások nélkül, amelyeket eszköze nem támogat."
+ "Frissítés"
+ "A(z) %1$s alkalmazás csak akkor fog működni, ha frissíti a Google Play-szolgáltatásokat."
+ "A Google Play-szolgáltatások frissítése"
+ "A(z) %1$s alkalmazás nem fut a Google Play-szolgáltatások nélkül, amelyek frissítése folyamatban van."
+ "A Google Play-szolgáltatások új verziójára van szükség. A szolgáltatás hamarosan frissíti önmagát."
+ "Megnyitás a telefonon"
+ "Bejelentkezés"
+ "Bejelentkezés Google-fiókkal"
"Keresés"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hy/values-hy.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hy/values-hy.xml
index 3247f9af2..173a7aaad 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hy/values-hy.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hy/values-hy.xml
@@ -27,6 +27,24 @@
"Կիսվել"
"Ուղարկել %s-ին"
"Թաքցնել"
+ "Միացնել"
+ "%1$s հավելվածը չի աշխատի մինչև չմիացնեք Google Play ծառայությունները:"
+ "Միացնել Google Play ծառայությունները"
+ "Տեղադրել"
+ "%1$s հավելվածը չի աշխատի առանց Google Play ծառայությունների, որոնք չկան ձեր սարքում:"
+ "Տեղադրել Google Play ծառայությունները"
+ "Google Play ծառայությունների հասանելիություն"
+ "Google Play ծառայությունների սխալ կա"
+ "%1$s հավելվածը Google Play ծառայությունների հետ կապված խնդիր ունի: Փորձեք նորից:"
+ "%1$s հավելվածը չի աշխատի առանց Google Play ծառայությունների, որոնք ձեր սարքում չեն աջակցվում:"
+ "Թարմացնել"
+ "%1$s հավելվածը չի աշխատի մինչև չթարմացնեք Google Play ծառայությունները:"
+ "Թարմացնել Google Play ծառայությունները"
+ "%1$s հավելվածը չի աշխատի առանց Google Play ծառայությունների, որոնք այս պահին թարմացվում են:"
+ "Անհրաժեշտ է Google Play ծառայությունների նոր տարբերակը: Այն շուտով կթարմացվի ավտոմատ կերպով:"
+ "Բացել հեռախոսով"
+ "Մուտք գործել"
+ "Մուտք գործել Google-ով"
"Որոնել"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-in/values-in.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-in/values-in.xml
index 314af7ef7..652763065 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-in/values-in.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-in/values-in.xml
@@ -27,6 +27,24 @@
"Bagikan dengan"
"Bagikan ke %s"
"Ciutkan"
+ "Aktifkan"
+ "%1$s tidak akan berfungsi jika layanan Google Play tidak diaktifkan."
+ "Aktifkan layanan Google Play"
+ "Instal"
+ "%1$s tidak akan berjalan tanpa layanan Google Play, yang tidak ada di perangkat Anda."
+ "Dapatkan layanan Google Play"
+ "Ketersediaan layanan Google Play"
+ "Kesalahan layanan Google Play"
+ "%1$s mengalami masalah dengan layanan Google Play. Coba lagi."
+ "%1$s tidak akan berjalan tanpa layanan Google Play, yang tidak didukung oleh perangkat Anda."
+ "Update"
+ "%1$s tidak akan berjalan jika layanan Google Play tidak diperbarui."
+ "Perbarui layanan Google Play"
+ "%1$s tidak akan berjalan tanpa layanan Google Play, yang saat ini sedang diperbarui."
+ "Perlu versi baru layanan Google Play. Akan segera memperbarui sendiri."
+ "Buka di ponsel"
+ "Login"
+ "Login dengan Google"
"Telusuri"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-is/values-is.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-is/values-is.xml
index 58321f7b8..48d016959 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-is/values-is.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-is/values-is.xml
@@ -27,6 +27,24 @@
"Deila með"
"Deila með %s"
"Minnka"
+ "Kveikja"
+ "%1$s virkar ekki nema þú gerir þjónustu Google Play virka."
+ "Virkja þjónustu Google Play"
+ "Setja upp"
+ "%1$s getur ekki keyrt án þjónustu Google Play, sem vantar í tækið þitt."
+ "Sækja þjónustu Google Play"
+ "Staða þjónustu Google Play"
+ "Villa í þjónustu Google Play"
+ "%1$s á í vandræðum með þjónustu Google Play. Reyndu aftur."
+ "%1$s getur ekki keyrt án þjónustu Google Play, sem er ekki studd af tækinu þínu."
+ "Uppfæra"
+ "%1$s getur ekki keyrt nema þú uppfærir þjónustu Google Play."
+ "Uppfæra þjónustu Google Play"
+ "%1$s getur ekki keyrt án þjónustu Google Play, sem verið er að uppfæra."
+ "Nýja útgáfu af þjónustu Google Play vantar. Hún uppfærir sig sjálf innan skamms."
+ "Opna í símanum"
+ "Skrá inn"
+ "Skrá inn með Google"
"Leita"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-it/values-it.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-it/values-it.xml
index 48842b37f..f5b40dd53 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-it/values-it.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-it/values-it.xml
@@ -27,6 +27,24 @@
"Condividi con"
"Condividi tramite %s"
"Comprimi"
+ "Attiva"
+ "%1$s non funzionerà se non attivi Google Play Services."
+ "Attiva Google Play Services"
+ "Installa"
+ "L\'app %1$s non funzionerà senza Google Play Services, non presente sul tuo dispositivo."
+ "Installa Google Play Services"
+ "Disponibilità di Google Play Services"
+ "Errore Google Play Services"
+ "%1$s sta riscontrando problemi con Google Play Services. Riprova."
+ "%1$s non funzionerà senza Google Play Services, non supportati dal tuo dispositivo."
+ "Aggiorna"
+ "%1$s non funzionerà se non aggiorni Google Play Services."
+ "Aggiorna Google Play Services"
+ "%1$s non funzionerà senza Google Play Services, attualmente in fase di aggiornamento."
+ "È richiesta una nuova versione di Google Play Services. L\'aggiornamento automatico verrà eseguito a breve."
+ "Apri sul telefono"
+ "Accedi"
+ "Accedi con Google"
"Ricerca"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-iw/values-iw.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-iw/values-iw.xml
index ed74d5718..1ab975f88 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-iw/values-iw.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-iw/values-iw.xml
@@ -27,6 +27,24 @@
"שתף עם"
"שתף עם %s"
"כווץ"
+ "הפעל"
+ "האפליקציה %1$s לא תפעל אם לא תפעיל את שירותי Google Play."
+ "הפעל את שירותי Google Play"
+ "התקן"
+ "האפליקציה %1$s לא תפעל ללא שירותי Google Play, שאינם מותקנים במכשיר."
+ "קבל את שירותי Google Play"
+ "זמינות של שירותי Google Play"
+ "שגיאה בשירותי Google Play"
+ "%1$s נתקלה בבעיה בשירותי Google Play. נסה שוב."
+ "%1$s לא תפעל ללא שירותי Google Play, שאינם נתמכים במכשיר שלך."
+ "עדכן"
+ "%1$s לא יפעל אם לא תעדכן את שירותי Google Play."
+ "עדכון שירותי Google Play"
+ "האפליקציה %1$s לא תפעל ללא שירותי Google Play, שמתעדכנים כרגע."
+ "דרושה גרסה חדשה של שירותי Google Play. הגרסה תתעדכן בעצמה תוך זמן קצר."
+ "פתח בטלפון"
+ "כניסה"
+ "היכנס באמצעות Google"
"חיפוש"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ja/values-ja.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ja/values-ja.xml
index 6be458100..19303b66f 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ja/values-ja.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ja/values-ja.xml
@@ -27,6 +27,24 @@
"共有"
"%sと共有"
"折りたたむ"
+ "有効にする"
+ "%1$sの実行には、Google Play開発者サービスの有効化が必要です。"
+ "Google Play開発者サービスの有効化"
+ "インストール"
+ "「%1$s」の実行には Google Play 開発者サービスが必要ですが、お使いのデバイスにはインストールされていません。"
+ "Google Play開発者サービスの入手"
+ "Google Play 開発者サービスの利用"
+ "Google Play開発者サービスのエラー"
+ "「%1$s」で Google Play 開発者サービスに問題が発生しています。もう一度お試しください。"
+ "「%1$s」の実行には Google Play 開発者サービスが必要ですが、お使いのデバイスではサポートされていません。"
+ "更新"
+ "%1$sの実行にはGoogle Play開発者サービスの更新が必要です。"
+ "Google Play開発者サービスの更新"
+ "%1$sの実行にはGoogle Play開発者サービスが必要ですが、このサービスは現在更新中です。"
+ "Google Play開発者サービスの新しいバージョンが必要です。まもなく自動更新されます。"
+ "スマートフォンで開く"
+ "ログイン"
+ "Googleにログイン"
"検索"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ka/values-ka.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ka/values-ka.xml
index 8e91c0ac9..6eea2c990 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ka/values-ka.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ka/values-ka.xml
@@ -27,6 +27,24 @@
"გაზიარება:"
"გაუზიარეთ %s-ს"
"აკეცვა"
+ "ჩართვა"
+ "%1$s ვერ იმუშავებს Google Play Services-ის ჩართვამდე."
+ "Google Play Services-ის ჩართვა"
+ "ინსტალაცია"
+ "%1$s ვერ გაეშვება Google Play Services-ის გარეშე, რომელიც აკლია თქვენს მოწყობილობას."
+ "Google Play Services-ის ჩამოტვირთვა"
+ "Google Play services-ის ხელმისაწვდომობა"
+ "Google Play Services-ის შეცდომა"
+ "%1$s-ს Google Play Services-თან პრობლემა შეექმნა. გთხოვთ, ცადოთ ხელახლა."
+ "%1$s ვერ გაეშვება Google Play Services-ის გარეშე, რომლებიც მხარდაუჭერელია თქვენი მოწყობილობის მიერ."
+ "განახლება"
+ "%1$s ვერ გაეშვება, თუ Google Play სერვისებს არ განაახლებთ."
+ "განაახლეთ Google Play Services"
+ "%1$s ვერ გაეშვება Google Play Services-ის გარეშე, რომელთა განახლებაც ამჟამად მიმდინარეობს."
+ "საჭიროა Google Play Services-ის ახალი ვერსია. ის მალე განახლდება."
+ "ტელეფონში გახსნა"
+ "შესვლა"
+ "Google-ით შესვლა"
"ძიება"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kk/values-kk.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kk/values-kk.xml
index d9596d09c..51dc10e7d 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kk/values-kk.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kk/values-kk.xml
@@ -27,6 +27,24 @@
"Бөлісу"
"%s қолданбасымен бөлісу"
"Тасалау"
+ "Қосу"
+ "Google Play қызметтерін қоспасаңыз, %1$s жұмыс істемейді."
+ "Google Play қызметтерін қосу"
+ "Орнату"
+ "Google Play қызметтері құрылғыда болмағандықтан, %1$s іске қосылмайды."
+ "Google Play қызметтерін алу"
+ "Google Play қызметтерінің қолжетімділігі"
+ "Google Play қызметтерінің қатесі"
+ "%1$s қолданбасында Google Play қызметіне байланысты белгісіз қате шықты. Әрекетті қайталаңыз."
+ "%1$s қолданбасы құрылғыңызда қолдау көрсетілмейтін Google Play қызметінсіз жұмыс істемейді."
+ "Жаңарту"
+ "Google Play қызметтерін жаңартпасаңыз, %1$s іске қосылмайды."
+ "Google Play қызметтерін жаңарту"
+ "Қазіргі уақытта жаңартылып жатқан Google Play қызметтерінсіз %1$s іске қосылмайды."
+ "Google Play қызметтерінің жаңа нұсқасы қажет. Ол қысқа уақыттан кейін өзі жаңарады."
+ "Телефонда ашу"
+ "Кіру"
+ "Google арқылы кіру"
"Іздеу"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-km/values-km.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-km/values-km.xml
index 57735d238..06e7b52cc 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-km/values-km.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-km/values-km.xml
@@ -27,6 +27,24 @@
"ចែករំលែកជាមួយ"
"ចែករំលែកជាមួយ %s"
"បង្រួម"
+ "បើក"
+ "%1$s នឹងមិនដំណើរការទេ លុះត្រាតែអ្នកបើកសេវាកម្ម Google Play។"
+ "បើកសេវាកម្ម Google Play"
+ "ដំឡើង"
+ "%1$s នឹងមិនដំណើរការទេ ប្រសិនបើមិនមានសេវាកម្មនានារបស់ Google Play ដែលបានបាត់ពីឧបករណ៍របស់អ្នក។"
+ "ទាញយកសេវាកម្ម Google Play"
+ "លទ្ធភាពប្រើប្រាស់សេវាកម្ម Google Play"
+ "កំហុសសេវាកម្ម Google កម្សាន្ត"
+ "%1$s កំពុងមានបញ្ហាជាមួយសេវាកម្មរបស់ Google Play ។ សូមព្យាយាមម្តងទៀតនៅពេលក្រោយ។"
+ "%1$s នឹងមិនដំណើរការដោយគ្មានសេវាកម្មរបស់ Google Play ដែលឧបករណ៍របស់អ្នកមិនគាំទ្រនោះទេ។"
+ "អាប់ដេត"
+ "%1$s នឹងមិនដំណើរការទេ លុះត្រាតែអ្នកធ្វើបច្ចុប្បន្នភាពសេវាកម្ម Google Play។"
+ "អាប់ដេតសេវាកម្ម Google Play"
+ "%1$s នឹងមិនដំណើរការទេ បើមិនមានសេវាកម្ម Google Play ដោយសារតែវាកំពុងអាប់ដេត។"
+ "តម្រូវឲ្យមានកំណែថ្មីនៃសេវាកម្ម Google Play។ វានឹងអាប់ដេតដោយខ្លួនវានៅពេលបន្តិចទៀតនេះ។"
+ "បើកតាមទូរស័ព្ទ"
+ "ចូល"
+ "ចូលដោយប្រើ Google"
"ស្វែងរក"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kn/values-kn.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kn/values-kn.xml
index 1e2402bd6..f1901f6c2 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kn/values-kn.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kn/values-kn.xml
@@ -27,6 +27,24 @@
"ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
"%s ನೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
"ಸಂಕುಚಿಸು"
+ "ಸಕ್ರಿಯಗೊಳಿಸು"
+ "Google Play ಸೇವೆಗಳನ್ನು ನೀವು ಸಕ್ರಿಯಗೊಳಿಸದ ಹೊರತು %1$s ಕಾರ್ಯನಿರ್ವಹಿಸುವುದಿಲ್ಲ."
+ "Google Play ಸೇವೆಗಳನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಿ"
+ "ಇನ್ಸ್ಟಾಲ್ ಮಾಡಿ"
+ "ನಿಮ್ಮ ಸಾಧನದಿಂದ ಕಾಣೆಯಾಗಿರುವ %1$s, Google Play ಸೇವೆಗಳಿಲ್ಲದೆ ರನ್ ಆಗುವುದಿಲ್ಲ."
+ "Google Play ಸೇವೆಗಳನ್ನು ಪಡೆಯಿರಿ"
+ "Google Play ಸೇವೆಗಳ ಲಭ್ಯತೆ"
+ "Google Play ಸೇವೆಗಳ ದೋಷ"
+ "Google Play ಸೇವೆಗಳಲ್ಲಿ %1$s ಸಮಸ್ಯೆಯನ್ನು ಹೊಂದಿದೆ. ದಯವಿಟ್ಟು ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ."
+ "ನಿಮ್ಮ ಸಾಧನದ ಮೂಲಕ ಬೆಂಬಲಿಸದಿರುವ Google Play ಸೇವೆಗಳಿಲ್ಲದೆ %1$s ರನ್ ಆಗುವುದಿಲ್ಲ."
+ "ಅಪ್ಡೇಟ್ ಮಾಡು"
+ "ನೀವು Google Play ಸೇವೆಗಳನ್ನು ನವೀಕರಿಸದ ಹೊರತು %1$s ರನ್ ಆಗುವುದಿಲ್ಲ."
+ "Google ಪ್ಲೇ ಸೇವೆಗಳನ್ನು ಅಪ್ಡೇಟ್ ಮಾಡಿ"
+ "Google Play ಸೇವೆಗಳಿಲ್ಲದೆ ಪ್ರಸ್ತುತ ಅಪ್ಡೇಟ್ ಆಗುತ್ತಿರುವ %1$s ರನ್ ಆಗುವುದಿಲ್ಲ."
+ "Google Play ಸೇವೆಗಳ ಹೊಸ ಆವೃತ್ತಿ ಅಗತ್ಯವಿದೆ. ಸದ್ಯದಲ್ಲೇ ಅದು ತಾನಾಗಿಯೇ ಅಪ್ಡೇಟ್ ಆಗುತ್ತದೆ."
+ "ಫೋನ್ನಲ್ಲಿ ತೆರೆಯಿರಿ"
+ "ಸೈನ್ ಇನ್"
+ "Google ಮೂಲಕ ಸೈನ್ ಇನ್ ಮಾಡಿ"
"ಹುಡುಕಿ"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ko/values-ko.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ko/values-ko.xml
index 5e0d052f7..faa2dd61e 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ko/values-ko.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ko/values-ko.xml
@@ -27,6 +27,24 @@
"공유 대상"
"%s와(과) 공유"
"접기"
+ "사용 설정"
+ "Google Play 서비스를 사용하도록 설정해야 %1$s이(가) 작동합니다."
+ "Google Play 서비스 사용"
+ "설치"
+ "기기에 Google Play 서비스가 설치되어 있어야 %1$s이(가) 실행됩니다."
+ "Google Play 서비스 설치"
+ "Google Play 서비스 사용 가능 여부"
+ "Google Play 서비스 오류"
+ "%1$s에서 Google Play 서비스를 사용하는 데 문제가 있습니다. 다시 시도하세요."
+ "%1$s은(는) Google Play 서비스 없이는 실행되지 않으나, 기기에서 Google Play 서비스를 지원하지 않습니다."
+ "업데이트"
+ "Google Play 서비스를 업데이트해야 %1$s이(가) 실행됩니다."
+ "Google Play 서비스 업데이트"
+ "현재 업데이트 중인 Google Play 서비스가 있어야 %1$s이(가) 실행됩니다."
+ "새 버전의 Google Play 서비스가 필요합니다. 곧 자동으로 업데이트됩니다."
+ "스마트폰에서 열기"
+ "로그인"
+ "Google 계정으로 로그인"
"검색"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ky/values-ky.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ky/values-ky.xml
index 7a8bb7f4b..7808084f3 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ky/values-ky.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ky/values-ky.xml
@@ -27,6 +27,24 @@
"Бөлүшүү"
"%s аркылуу бөлүшүү"
"Жыйнап коюу"
+ "Иштетүү"
+ "Google Play кызматтарын иштетмейиңизче %1$s иштебейт."
+ "Google Play кызматтарын иштетүү"
+ "Орнотуу"
+ "Google Play кызматтарысыз %1$s иштебейт. Алар түзмөгүңүздө жок болуп жатат."
+ "Google Play кызматтарын алуу"
+ "Google Play кызматтарынын иштеши"
+ "Google Play кызматтарынын катасы"
+ "%1$s колдонмосунун Google Play кызматтары менен иштөөдө көйгөй чыкты. Кайра аракет кылыңыз."
+ "%1$s колдонмосу сиздин түзмөгүңүздө колдоого алынбаган Google Play кызматтары болбосо иштебейт."
+ "Жаңыртуу"
+ "Google Play кызматтары жаңыртылмайынча %1$s иштебейт."
+ "Google Play кызматтарын жаңыртуу"
+ "Google Play кызматтарысыз %1$s иштебейт, алар учурда жаңыртылууда."
+ "Google Play кызматтарынын жаңы версиясы талап кылынат. Бир аздан кийин ал өзү эле жаңыртылат."
+ "Телефондо ачык"
+ "Кирүү"
+ "Google менен кирүү"
"Издөө"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lo/values-lo.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lo/values-lo.xml
index 589107abd..57ddf7b9b 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lo/values-lo.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lo/values-lo.xml
@@ -27,6 +27,24 @@
"ແບ່ງປັນກັບ"
"ແບ່ງປັນດ້ວຍ %s"
"ຫຍໍ້"
+ "ເປີດນຳໃຊ້"
+ "%1$s ຈະບໍ່ສາມາດໃຊ້ງານໄດ້ຈົນກວ່າທ່ານຈະເປີດໃຊ້ງານການບໍລິການ Google Play."
+ "ເປີດໃຊ້ການບໍລິການ Google Play"
+ "ຕິດຕັ້ງ"
+ "%1$s ຈະບໍ່ສາມາດເປີດໃຊ້ໄດ້ຫາກບໍ່ມີການບໍລິການ Google Play ເຊິ່ງແທັບເລັດຂອງທ່ານບໍ່ມີ."
+ "ຕິດຕັ້ງບໍລິການ Google Play"
+ "ສະຖານະບໍລິການ Google Play"
+ "Google Play Services ເກີດຄວາມຜິດພາດ"
+ "%1$s ກຳລັງມີບັນຫາກັບບໍລິການ Google Play. ກະລຸນາລອງໃໝ່ອີກຄັ້ງ."
+ "%1$s ຈະບໍ່ສາມາດໃຊ້ໄດ້ຫາກບໍ່ມີບໍລິການ Google Play ເຊິ່ງອຸປະກອນຂອງທ່ານບໍ່ຮອງຮັບ."
+ "ອັບເດດ"
+ "%1$s ຈະບໍ່ສາມາດເຮັດວຽກໄດ້ຈົນກວ່າທ່ານຈະອັບເດດການບໍລິການ Google Play"
+ "ອັບເດດການບໍລິການ Google Play"
+ "%1$s ຈະບໍ່ສາມາດໃຊ້ງານໄດ້ໂດຍທີ່ບໍ່ມີການບໍລິການ Google Play, ເຊິ່ງກຳລັງອັບເດດຢູ່ໃນປະຈຸບັນ."
+ "ຈຳເປັນຕ້ອງມີການບໍລິການ Google Play ເວີຊັນໃໝ່. ມັນຈະອັບເດດຕົວເອງໄວໆນີ້."
+ "ເປີດໃນໂທລະສັບ"
+ "ລົງຊື່ເຂົ້າໃຊ້"
+ "ລົງຊື່ເຂົ້າໃຊ້ດ້ວຍ Google"
"ຊອກຫາ"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lt/values-lt.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lt/values-lt.xml
index 6cf0bd31a..5117afe00 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lt/values-lt.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lt/values-lt.xml
@@ -27,6 +27,24 @@
"Bendrinti naudojant"
"Bendrinti naudojant programą „%s“"
"Sutraukti"
+ "Įgalinti"
+ "„%1$s“ neveiks, jei neįgalinsite „Google Play“ paslaugų."
+ "Įgalinkite „Google Play“ paslaugas"
+ "Įdiegti"
+ "Programa „%1$s“ nebus paleidžiama be „Google Play“ paslaugų, kurių nėra įrenginyje."
+ "Gaukite „Google Play“ paslaugas"
+ "„Google Play“ paslaugų pasiekiamumas"
+ "„Google Play“ paslaugų klaida"
+ "Naudojant programą „%1$s“ kilo problemų dėl „Google Play“ paslaugų. Bandykite dar kartą."
+ "Programa „%1$s“ nebus paleidžiama be „Google Play“ paslaugų, kurių jūsų įrenginys nepalaiko."
+ "Atnaujinti"
+ "„%1$s“ nebus paleidžiama, jei neatnaujinsite „Google Play“ paslaugų."
+ "Atnaujinkite „Google Play“ paslaugas"
+ "„%1$s“ nebus paleidžiama be „Google Play“ paslaugų, kurios šiuo metu atnaujinamos."
+ "Reikia naujos versijos „Google Play“ paslaugų. Jos netrukus bus atnaujintos."
+ "Atidaryti telefone"
+ "Prisijungti"
+ "Prisijungti naudojant „Google“"
"Paieška"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lv/values-lv.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lv/values-lv.xml
index cb1560186..39d473f11 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lv/values-lv.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lv/values-lv.xml
@@ -27,6 +27,24 @@
"Kopīgot ar:"
"Kopīgot ar lietojumprogrammu %s"
"Sakļaut"
+ "Iespējot"
+ "Lai lietotne %1$s darbotos, ir jāiespējo Google Play pakalpojumi."
+ "Google Play pakalpojumu iespējošana"
+ "Instalēt"
+ "Lai lietotne %1$s darbotos, ierīcē ir jāinstalē Google Play pakalpojumi."
+ "Google Play pakalpojumu iegūšana"
+ "Google Play pakalpojumu pieejamība"
+ "Google Play pakalpojumu kļūda"
+ "Lietotnē %1$s ir radusies problēma ar Google Play pakalpojumu darbību. Lūdzu, mēģiniet vēlreiz."
+ "Lai lietotne %1$s darbotos, ir nepieciešami Google Play pakalpojumi, taču jūsu ierīce tos neatbalsta."
+ "Atjaunināt"
+ "Lai lietotne %1$s darbotos, jums ir jāatjaunina Google Play pakalpojumi."
+ "Google Play pakalpojumu atjaunināšana"
+ "Lai lietotne %1$s darbotos, ir jāinstalē Google Play pakalpojumi. Pašlaik notiek to atjaunināšana."
+ "Ir nepieciešama jauna Google Play pakalpojumu versija. Drīzumā tā tiks instalēta."
+ "Atvērt tālrunī"
+ "Pierakstīties"
+ "Pierakstīties ar Google kontu"
"Meklēt"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mk/values-mk.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mk/values-mk.xml
index 6036a05dc..a08364d6f 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mk/values-mk.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mk/values-mk.xml
@@ -27,6 +27,24 @@
"Сподели со"
"Сподели со %s"
"Собери"
+ "Овозможи"
+ "%1$s нема да се извршува ако не овозможите услуги на Google Play."
+ "Овозможи ги услугите на Google Play"
+ "Инсталирај"
+ "%1$s нема да се извршува без услугите на Google Play што ги нема на уредот."
+ "Преземи ги услугите на Google Play"
+ "Достапност на услугите на Google Play"
+ "Грешка на услугите на Google Play"
+ "%1$s има проблеми со услугите на Google Play. Обидете се повторно."
+ "%1$s нема да се извршува без услугите на Google Play, што не се подржани од уредов."
+ "Ажурирај"
+ "%1$s нема да се извршува ако не ги ажурирате услугите на Google Play."
+ "Ажурирај ги услугите на Google Play"
+ "%1$s нема да се извршува без услугите на Google Play што се ажурираат во моментов."
+ "Потребна е нова верзија на услугите на Google Play. Таа наскоро самата ќе се ажурира."
+ "Отвори на телефонот"
+ "Најави се"
+ "Најави се со Google"
"Пребарај"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ml/values-ml.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ml/values-ml.xml
index 99bafe5c2..2efed46d5 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ml/values-ml.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ml/values-ml.xml
@@ -27,6 +27,24 @@
"ഇവരുമായി പങ്കിടുക"
"%s-മായി പങ്കിടുക"
"ചുരുക്കുക"
+ "പ്രവർത്തനക്ഷമമാക്കുക"
+ "നിങ്ങൾ Google Play സേവനങ്ങൾ പ്രവർത്തനക്ഷമമാക്കുന്നില്ലെങ്കിൽ %1$s പ്രവർത്തിക്കില്ല."
+ "Google Play സേവനങ്ങൾ പ്രവർത്തനക്ഷമമാക്കുക"
+ "ഇന്സ്റ്റാള് ചെയ്യുക"
+ "Google Play സേവനങ്ങളില്ലാതെ %1$s പ്രവർത്തിക്കില്ല, ഈ സേവനങ്ങളാകട്ടെ നിങ്ങളുടെ ഉപകരണത്തിൽ ഇല്ല."
+ "Google Play സേവനങ്ങൾ നേടുക"
+ "Google Play സേവന ലഭ്യത"
+ "Google Play സേവനങ്ങളിലെ പിശക്"
+ "Google Play സേവനങ്ങളുമായി ബന്ധപ്പെട്ട് %1$s ആപ്പിനെന്തോ പ്രശ്നമുണ്ട്. വീണ്ടും ശ്രമിക്കുക."
+ "Google Play സേവനങ്ങളില്ലാതെ %1$s പ്രവർത്തിക്കില്ല, സേവനങ്ങളെയാകട്ടെ നിങ്ങളുടെ ഉപകരണം പിന്തുണയ്ക്കുന്നുമില്ല."
+ "അപ്ഡേറ്റുചെയ്യുക"
+ "നിങ്ങൾ Google Play സേവനങ്ങൾ അപ്ഡേറ്റുചെയ്തില്ലെങ്കിൽ %1$s പ്രവർത്തിക്കില്ല."
+ "Google Play സേവനങ്ങൾ അപ്ഡേറ്റുചെയ്യുക"
+ "നിലവിൽ അപ്ഡേറ്റുചെയ്യുന്ന Google Play സേവനങ്ങൾ ഇല്ലാതെ %1$s പ്രവർത്തിക്കില്ല."
+ "Google Play സേവനങ്ങളുടെ പുതിയ പതിപ്പ് ആവശ്യമാണ്. താമസിയാതെ ഇത് സ്വയം അപ്ഡേറ്റുചെയ്യും."
+ "ഫോണിൽ തുറക്കുക"
+ "സൈൻ ഇൻ ചെയ്യുക"
+ "Google ഉപയോഗിച്ച് സൈൻ ഇൻ ചെയ്യുക"
"തിരയുക"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mn/values-mn.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mn/values-mn.xml
index 3b3db0e27..649ad25e0 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mn/values-mn.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mn/values-mn.xml
@@ -27,6 +27,24 @@
"Хуваалцах"
"%s-тай хуваалцах"
"Хумих"
+ "Идэвхжүүлэх"
+ "%1$s нь Google Play үйлчилгээг идэвхжүүлэх хүртэл ажиллахгүй."
+ "Google Play үйлчилгээг идэвхжүүлэх"
+ "Суулгах"
+ "Таны төхөөрөмжид Google Play үйлчилгээ байхгүй тул %1$s ажиллахгүй."
+ "Google Play үйлчилгээг авах"
+ "Google Play-н үйлчилгээнүүдийн боломжит байдал"
+ "Google Наадаан үйлчилгээний алдаа"
+ "%1$s-г Google Play-н үйлчилгээгээр ашиглахад асуудал гарлаа. Дахин оролдоно уу."
+ "Таны төхөөрөмж Google Play үйлчилгээг дэмждэггүй учир %1$s ажиллахгүй."
+ "Шинэчлэх"
+ "%1$s нь таныг Google Play үйлчилгээнүүдийг шинэчлэхээс нааш ажиллахгүй."
+ "Google Play үйлчилгээг шинэчлэх"
+ "%1$s нь одоогоор шинэчилж буй Google Play үйлчилгээгүйгээр ажиллахгүй."
+ "Google Play үйлчилгээний шинэ хувилбар хэрэгтэй. Энэ нь удахгүй өөрөө өөрийгөө шинэчлэх болно."
+ "Утсаар нээх"
+ "Нэвтрэх"
+ "Google-р нэвтрэх:"
"Хайлт"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mr/values-mr.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mr/values-mr.xml
index 3ccf8cb73..c2444309b 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mr/values-mr.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mr/values-mr.xml
@@ -27,6 +27,24 @@
"यांच्यासह शेअर करा"
"%s सह शेअर करा"
"संक्षिप्त करा"
+ "सुरू करा"
+ "तुम्ही Google Play सेवा सक्षम केल्याशिवाय %1$s हा अॅप कार्य करणार नाही."
+ "Google Play सेवा सुरू करा"
+ "स्थापित करा"
+ "Google Play सेवा आपल्या डिव्हाइसवर उपलब्ध नाही, त्याशिवाय %1$s चालणार नाही."
+ "Google Play सेवा मिळवा"
+ "Google Play सेवा उपलब्धता"
+ "Google Play सेवा एरर"
+ "%1$s ला Google Play सेवांमध्ये समस्या येत आहे. कृपया पुन्हा प्रयत्न करा."
+ "तुमचे डिव्हाइस सपोर्ट करत नसलेल्या, Google Play सेवांशिवाय %1$s चालणार नाही."
+ "अपडेट करा"
+ "तुम्ही Google Play सेवा अपडेट करेपर्यंत %1$s चालणार नाही."
+ "Google Play सेवा अपडेट करा"
+ "सध्या अपडेट होत असलेल्या, Google Play सेवांशिवाय %1$s चालणार नाही."
+ "Google Play सेवांच्या नवीन आवृत्तीची आवश्यकता आहे. हे स्वत:ला लवकरच अपडेट करेल."
+ "फोनवर उघडा"
+ "साइन इन करा"
+ "Google सह साइन इन करा"
"शोधा"
- "९९९+"
+ "९९९+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ms/values-ms.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ms/values-ms.xml
index 6823a82fe..796df4d19 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ms/values-ms.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ms/values-ms.xml
@@ -27,6 +27,24 @@
"Kongsi dengan"
"Kongsi dengan %s"
"Runtuhkan"
+ "Dayakan"
+ "%1$s tidak akan berfungsi melainkan anda mendayakan perkhidmatan Google Play."
+ "Dayakan perkhidmatan Google Play"
+ "Pasang"
+ "%1$s tidak akan berfungsi tanpa perkhidmatan Google Play dan perkhidmatan ini tiada pada peranti anda."
+ "Dapatkan perkhidmatan Google Play"
+ "Ketersediaan perkhidmatan Google Play"
+ "Ralat perkhidmatan Google Play"
+ "%1$s menghadapi masalah berhubung perkhidmatan Google Play. Sila cuba lagi."
+ "%1$s tidak akan berfungsi tanpa perkhidmatan Google Play dan perkhidmatan ini tidak disokong oleh peranti anda."
+ "Kemas kini"
+ "%1$s tidak akan berfungsi kecuali anda mengemas kini perkhidmatan Google Play."
+ "Kemaskinikan perkhidmatan Google Play"
+ "%1$s tidak akan berfungsi tanpa perkhidmatan Google Play dan perkhidmatan ini sedang dikemaskinikan."
+ "Versi baharu perkhidmatan Google Play diperlukan. Kemas kini automatik akan dijalankan sebentar lagi."
+ "Buka pada telefon"
+ "Log masuk"
+ "Log masuk dengan Google"
"Cari"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-my/values-my.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-my/values-my.xml
index 8d301b2c7..3391588a1 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-my/values-my.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-my/values-my.xml
@@ -27,6 +27,24 @@
"မျှဝေဖို့ ရွေးပါ"
"%s ဖြင့် မျှဝေရန်"
"ခေါက်ရန်"
+ "ဖွင့်ရန်"
+ "Google Play ဝန်ဆောင်မှုများကို မဖွင့်သ၍ %1$s သည်အလုပ်လုပ်မည်မဟုတ်ပါ။"
+ "Google Play ဝန်ဆောင်မှုများ ဖွင့်ရန်"
+ "ထည့်သွင်းပါ"
+ "သင့်တက်ဘလက်တွင် Google Play ဝန်ဆောင်မှုများမရှိသောကြောင့် %1$s ကိုဖွင့်၍မရပါ။"
+ "Google Play ဝန်ဆောင်မှုများရယူရန်"
+ "Google Play ဝန်ဆောင်မှုများ ရရှိနိုင်သည်"
+ "Google Play ဝန်ဆောင်မှုများ အမှား"
+ "%1$s သည် Google Play ဝန်ဆောင်မှုများနှင့် ပြဿနာအနည်းငယ် ရှိနေပါသည်။ ထပ်လုပ်ကြည့်ပါ။"
+ "Google Play ဝန်ဆောင်မှုများကို သင့်စက်ပစ္စည်းတွင် ပံ့ပိုးမထားသည့်အတွက် ၎င်းမရှိဘဲ %1$s ကို ဖွင့်၍မရပါ။"
+ "အပ်ဒိတ်"
+ "Google Play ဝန်ဆောင်မှုများအား အပ်ဒိတ်မလုပ်ပါက %1$s အလုပ်လုပ်မည် မဟုတ်ပါ။"
+ "Google Play ဝန်ဆောင်မှုများကို အပ်ဒိတ်လုပ်ရန်"
+ "Google Play ဝန်ဆောင်မှုများကို လက်ရှိအပ်ဒိတ်လုပ်နေသောကြောင့် %1$s ကိုဖွင့်၍ရမည်မဟုတ်ပါ။"
+ "Google Play ဝန်ဆောင်မှုဗားရှင်းအသစ်များ လိုအပ်နေသည်။ အချိန်အနည်းငယ်အကြာတွင် ၎င်းကိုယ်တိုင်အပ်ဒိတ်လုပ်ပါ လိမ့်မည်။"
+ "ဖုန်းပေါ်မှာ ဖွင့်ပါ"
+ "လက်မှတ်ထိုး ဝင်ရန်"
+ "Google ဖြင့် လက်မှတ်ထိုးဝင်ရေ"
"ရှာဖွေပါ"
- "၉၉၉+"
+ "၉၉၉+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nb/values-nb.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nb/values-nb.xml
index c9cff9ef8..dc8b6a17f 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nb/values-nb.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nb/values-nb.xml
@@ -27,6 +27,24 @@
"Del med"
"Del med %s"
"Skjul"
+ "Slå på"
+ "%1$s fungerer ikke med mindre du slår på Google Play-tjenester."
+ "Slå på Google Play-tjenester"
+ "Installer"
+ "%1$s kan ikke kjøre uten Google Play-tjenester, som ikke er installert på enheten din."
+ "Installer Google Play-tjenester"
+ "Google Play Tjenester-tilgjengelighet"
+ "Google Play Tjenester-feil"
+ "%1$s har problemer med Google Play-tjenester. Prøv på nytt."
+ "%1$s kan ikke kjøre uten Google Play-tjenester, som ikke støttes av enheten din."
+ "Oppdater"
+ "%1$s kjører ikke med mindre du oppdaterer Google Play Tjenester."
+ "Oppdater Google Play-tjenester"
+ "%1$s kjører ikke uten Google Play-tjenester, som oppdateres akkurat nå."
+ "Du må installere en ny versjon av Google Play-tjenester. Appen oppdateres automatisk om en kort stund."
+ "Åpne på telefonen"
+ "Logg på"
+ "Logg på med Google"
"Søk"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ne/values-ne.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ne/values-ne.xml
index d7b12d5ce..0e7fd5027 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ne/values-ne.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ne/values-ne.xml
@@ -27,6 +27,24 @@
"साझेदारी गर्नुहोस्..."
"%s सँग आदान प्रदान गर्नुहोस्"
"संक्षिप्त पार्नुहोस्"
+ "सक्रिय गर्नुहोस्"
+ "%1$s ले तपाईँले Google Play सेवाहरू सक्षम नगरेसम्म काम गर्दैन।"
+ "Google Play सेवाहरू सक्षम पार्नुहोस्"
+ "स्थापना गर्नुहोस्"
+ "%1$s Google Play services बिना सञ्चालन हुने छैन र तपाईँको यन्त्रमा Google Play services उपलब्ध छैनन्।"
+ "Google Play सेवाहरू प्राप्त गर्नुहोस्"
+ "Google Play सेवाको उपलब्धता"
+ "Google Play सेवाहरूका त्रुटि"
+ "%1$s लाई Google Play services सँग सहकार्य गर्न समस्या भइरहेको छ। कृपया फेरि प्रयास गर्नुहोस्।"
+ "%1$s Google Play services बिना सञ्चालन हुने छैन र तपाईँको यन्त्रले Google Play services लाई समर्थन गर्दैन।"
+ "अद्यावधिक गर्नुहोस्"
+ "%1$s तपाईंले Google प्ले सेवाहरू अद्यावधिक नगरेसम्म सञ्चालन हुँदैन।"
+ "Google Play सेवाहरू अद्यावधिक गर्नुहोस्"
+ "Google Play सेवाहरू %1$s बिना सञ्चालन हुँदैन, जुन हाल अद्यावधिक भइरहेका छन्।"
+ "Google Play सेवाहरूको नयाँ संस्करण आवश्यक छ। यो आफै छिट्टै नै अद्यावधिक हुनेछ।"
+ "फोनमा खोल्नुहोस्"
+ "साइन इन गर्नुहोस्"
+ "Google मार्फत साइन इन गर्नुहोस्"
"खोज्नुहोस्"
- "९९९+"
+ "९९९+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nl/values-nl.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nl/values-nl.xml
index a23147605..292878436 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nl/values-nl.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nl/values-nl.xml
@@ -27,6 +27,24 @@
"Delen met"
"Delen met %s"
"Samenvouwen"
+ "Inschakelen"
+ "%1$s werkt niet, tenzij je Google Play-services inschakelt."
+ "Google Play-services inschakelen"
+ "Installeren"
+ "%1$s kan niet worden uitgevoerd zonder Google Play-services, die je nog niet op je apparaat hebt."
+ "Google Play-services ophalen"
+ "Beschikbaarheid van Google Play-services"
+ "Fout met Google Play-services"
+ "%1$s ondervindt problemen met Google Play-services. Probeer het opnieuw."
+ "%1$s kan niet worden uitgevoerd zonder Google Play-services, die niet worden ondersteund op je apparaat."
+ "Updaten"
+ "%1$s kan niet worden uitgevoerd, tenzij je Google Play-services updatet."
+ "Google Play-services updaten"
+ "%1$s kan niet worden uitgevoerd zonder Google Play-services, die momenteel worden geüpdatet."
+ "Er is een nieuwe versie van Google Play-services vereist. De update wordt binnenkort automatisch uitgevoerd."
+ "Openen op telefoon"
+ "Inloggen"
+ "Inloggen met Google"
"Zoeken"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-or/values-or.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-or/values-or.xml
index 80994f898..a5fb85325 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-or/values-or.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-or/values-or.xml
@@ -27,6 +27,24 @@
"ଏହାଙ୍କ ସହ ଶେୟାର୍ କରନ୍ତୁ"
"%s ସହ ଶେୟାର୍ କରନ୍ତୁ"
"ଛୋଟ କରନ୍ତୁ"
+ "ସକ୍ଷମ କରନ୍ତୁ"
+ "ଆପଣ Google Play ସେବା ସକ୍ଷମ ନ କରିବା ପର୍ଯ୍ୟନ୍ତ %1$s କାମ କରିବ ନାହିଁ।"
+ "Google Play ସେବାଗୁଡ଼ିକ ସକ୍ଷମ କରନ୍ତୁ"
+ "ଇନ୍ଷ୍ଟଲ୍ କରନ୍ତୁ"
+ "%1$s ଏହି Google Play ସେବାଗୁଡ଼ିକ ବିନା ଚାଲେ ନାହିଁ, ଏବଂ ସେଗୁଡ଼ିକ ଆପଣଙ୍କ ଡିଭାଇସ୍ରେ ନାହିଁ।"
+ "Google Play ସେବାଗୁଡ଼ିକ ପ୍ରାପ୍ତ କରନ୍ତୁ"
+ "Google Play ସେବାଗୁଡ଼ିକର ଉପଲବ୍ଧତା"
+ "Google Play ସେବା ସମ୍ପର୍କିତ ସମସ୍ୟା"
+ "%1$sର Google Play ସେବା ସହ ଏକ ସମସ୍ୟା ରହିଛି। ଦୟାକରି ପୁଣି ଚେଷ୍ଟା କରନ୍ତୁ।"
+ "%1$s ଏହି Google Play ସେବାଗୁଡ଼ିକ ବିନା ଚାଲେ ନାହିଁ, ଏବଂ ସେଗୁଡ଼ିକ ଆପଣଙ୍କ ଡିଭାଇସ୍ରେ କାମ କରେ ନାହିଁ।"
+ "ଅପଡେଟ୍ କରନ୍ତୁ"
+ "ଆପଣ Google Play ସେବା ଅପଡେଟ୍ ନ କରିବା ପର୍ଯ୍ୟନ୍ତ %1$s ଚାଲିବ ନାହିଁ।"
+ "Google Play ସେବାଗୁଡ଼ିକ ଅପଡେଟ୍ କରନ୍ତୁ"
+ "Google Play ସେବାଗୁଡ଼ିକ ବିନା %1$s ଚାଲିବ ନାହିଁ, ଯେଉଁଗୁଡ଼ିକ ବର୍ତ୍ତମାନ ଅପଡେଟ୍ ହେଉଛି।"
+ "Google Play ସେବାଗୁଡ଼ିକର ନୂତନ ଭର୍ସନ୍ ଆବଶ୍ୟକ। ଏହା ନିଜକୁ କିଛି ସମୟ ମଧ୍ୟରେ ଅପଡେଟ୍ କରିବ।"
+ "ଫୋନ୍ରେ ଖୋଲନ୍ତୁ"
+ "ସାଇନ୍-ଇନ୍ କରନ୍ତୁ"
+ "Google ସହ ସାଇନ୍-ଇନ୍ କରନ୍ତୁ"
"ସର୍ଚ୍ଚ କରନ୍ତୁ"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pa/values-pa.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pa/values-pa.xml
index 8fde8f72b..eb2f2e81b 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pa/values-pa.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pa/values-pa.xml
@@ -27,6 +27,24 @@
"ਇਸ ਨਾਲ ਸਾਂਝਾ ਕਰੋ"
"%s ਨਾਲ ਸਾਂਝਾ ਕਰੋ"
"ਨਸ਼ਟ ਕਰੋ"
+ "ਚਾਲੂ ਕਰੋ"
+ "%1$s ਕੰਮ ਨਹੀਂ ਕਰੇਗਾ ਜਦੋਂ ਤੱਕ ਤੁਸੀਂ Google Play ਸੇਵਾਵਾਂ ਨੂੰ ਚਾਲੂ ਨਹੀਂ ਕਰਦੇ ਹੋ।"
+ "Google Play ਸੇਵਾਵਾਂ ਨੂੰ ਚਾਲੂ ਕਰੋ"
+ "ਸਥਾਪਤ ਕਰੋ"
+ "%1$s Google Play ਸੇਵਾਵਾਂ ਤੋਂ ਬਿਨਾਂ ਨਹੀਂ ਚੱਲੇਗੀ, ਜੋ ਤੁਹਾਡੇ ਡੀਵਾਈਸ ਤੋਂ ਗੁੰਮ ਹਨ।"
+ "Google Play ਸੇਵਾਵਾਂ ਪ੍ਰਾਪਤ ਕਰੋ"
+ "Google Play ਸੇਵਾਵਾਂ ਦੀ ਉਪਲਬਧਤਾ"
+ "Google Play ਸੇਵਾਵਾਂ ਅਸ਼ੁੱਧੀ"
+ "%1$s ਨੂੰ Google Play ਸੇਵਾਵਾਂ ਨਾਲ ਸਮੱਸਿਆ ਆ ਰਹੀ ਹੈ। ਕਿਰਪਾ ਕਰਕੇ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ।"
+ "%1$s Google Play ਸੇਵਾਵਾਂ ਤੋਂ ਬਿਨਾਂ ਨਹੀਂ ਚੱਲ ਸਕੇਗੀ, ਜੋ ਤੁਹਾਡੇ ਡੀਵਾਈਸ \'ਤੇ ਸਮਰਥਿਤ ਨਹੀਂ ਹਨ।"
+ "ਅੱਪਡੇਟ ਕਰੋ"
+ "%1$s ਨਹੀਂ ਚੱਲੇਗਾ ਜਦੋਂ ਤੱਕ ਤੁਸੀਂ Google Play ਸੇਵਾਵਾਂ ਨੂੰ ਅੱਪਡੇਟ ਨਹੀਂ ਕਰਦੇ ਹੋ।"
+ "Google Play ਸੇਵਾਵਾਂ ਨੂੰ ਅੱਪਡੇਟ ਕਰੋ"
+ "%1$s Google Play ਸੇਵਾਵਾਂ ਤੋਂ ਬਿਨਾਂ ਨਹੀਂ ਚੱਲੇਗਾ, ਜੋ ਵਰਤਮਾਨ ਵਿੱਚ ਅੱਪਡੇਟ ਹੋ ਰਹੀਆਂ ਹਨ।"
+ "Google Play ਸੇਵਾਵਾਂ ਦੇ ਨਵਾਂ ਸੰਸਕਰਨ ਦੀ ਲੋੜ ਹੈ। ਇਹ ਛੇਤੀ ਹੀ ਸਵੈਚਲਿਤ ਤੌਰ \'ਤੇ ਅੱਪਡੇਟ ਕਰੇਗਾ।"
+ "ਫ਼ੋਨ \'ਤੇ ਖੋਲ੍ਹੋ"
+ "ਸਾਈਨ-ਇਨ ਕਰੋ"
+ "Google ਨਾਲ ਸਾਈਨ-ਇਨ ਕਰੋ"
"ਖੋਜੋ"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pl/values-pl.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pl/values-pl.xml
index a0e3c2bcd..c0ca45d4a 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pl/values-pl.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pl/values-pl.xml
@@ -27,6 +27,24 @@
"Udostępnij dla"
"Udostępnij przez: %s"
"Zwiń"
+ "Włącz"
+ "Aplikacja %1$s nie będzie działać, jeśli nie włączysz Usług Google Play."
+ "Włącz Usługi Google Play"
+ "Zainstaluj"
+ "%1$s nie będzie działać, jeśli nie zainstalujesz na urządzeniu Usług Google Play."
+ "Pobierz Usługi Google Play"
+ "Dostępność Usług Google Play"
+ "Błąd Usług Google Play"
+ "%1$s ma problem z dostępem do Usług Google Play. Spróbuj jeszcze raz."
+ "%1$s nie będzie działać bez Usług Google Play, które nie są obecnie obsługiwane przez urządzenie."
+ "Aktualizuj"
+ "Aplikacja %1$s nie będzie działać, jeśli nie zaktualizujesz Usług Google Play."
+ "Zaktualizuj Usługi Google Play"
+ "Aplikacja %1$s nie będzie działać bez Usług Google Play, które są obecnie aktualizowane."
+ "Wymagana jest nowa wersja Usług Google Play. Wkrótce nastąpi automatyczna aktualizacja."
+ "Otwórz na telefonie"
+ "Zaloguj się"
+ "Zaloguj się przez Google"
"Szukaj"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt-rBR/values-pt-rBR.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt-rBR/values-pt-rBR.xml
index 8178115bc..3e73c99f9 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt-rBR/values-pt-rBR.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt-rBR/values-pt-rBR.xml
@@ -27,6 +27,24 @@
"Compartilhar com"
"Compartilhar com %s"
"Recolher"
+ "Ativar"
+ "%1$s só funciona com o Google Play Services ativado."
+ "Ativar o Google Play Services"
+ "Instalar"
+ "O app %1$s não funciona sem o Google Play Services, o qual não está instalado no seu dispositivo."
+ "Instalar o Google Play Services"
+ "Disponibilidade do Google Play Services"
+ "Erro do Google Play Services"
+ "O app %1$s está com problemas com o Google Play Services. Tente novamente."
+ "O app %1$s não funciona sem o Google Play Services, o qual não é compatível com seu dispositivo."
+ "Atualizar"
+ "%1$s só funciona com uma versão atualizada do Google Play Services."
+ "Atualizar o Google Play Services"
+ "%1$s não funciona sem o Google Play Services, o qual está sendo atualizado no momento."
+ "É necessária uma nova versão do Google Play Services. Ele será atualizado em breve."
+ "Abrir no smartphone"
+ "Fazer login"
+ "Fazer login com o Google"
"Pesquisar"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt-rPT/values-pt-rPT.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt-rPT/values-pt-rPT.xml
index 185d95e2a..4bcaff904 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt-rPT/values-pt-rPT.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt-rPT/values-pt-rPT.xml
@@ -27,6 +27,24 @@
"Partilhar com"
"Partilhar com a aplicação %s"
"Reduzir"
+ "Ativar"
+ "O %1$s não funciona enquanto não ativar os serviços do Google Play."
+ "Ativar serviços do Google Play"
+ "Instalar"
+ "O %1$s não é executado sem os Serviços do Google Play, os quais estão em falta no seu dispositivo."
+ "Obter serviços do Google Play"
+ "Disponibilidade Serviços do Google Play"
+ "Erro dos Serviços do Google Play"
+ "%1$s está a ter problemas com os Serviços do Google Play. Tente novamente."
+ "Não é possível executar o %1$s sem os Serviços do Google Play, os quais não são compatíveis com o seu dispositivo."
+ "Atualizar"
+ "O %1$s não é executado enquanto não atualizar os serviços do Google Play."
+ "Atualizar serviços do Google Play"
+ "O %1$s não é executado sem os serviços do Google Play, os quais estão a ser atualizados."
+ "É necessária uma nova versão dos serviços do Google Play. Esta será atualizada automaticamente em breve."
+ "Abrir no telemóvel"
+ "Iniciar sessão"
+ "Iniciar sessão com o Google"
"Pesquisar"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt/values-pt.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt/values-pt.xml
index 8178115bc..eb00de2a9 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt/values-pt.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt/values-pt.xml
@@ -28,5 +28,5 @@
"Compartilhar com %s"
"Recolher"
"Pesquisar"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ro/values-ro.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ro/values-ro.xml
index 0cb538b22..4751e1737 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ro/values-ro.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ro/values-ro.xml
@@ -27,6 +27,24 @@
"Trimiteți la"
"Trimiteți folosind %s"
"Restrângeți"
+ "Activați"
+ "%1$s nu va funcționa decât dacă activați serviciile Google Play."
+ "Activați serviciile Google Play"
+ "Instalați"
+ "%1$s nu va rula fără serviciile Google Play, care lipsesc de pe dispozitivul dvs."
+ "Descărcați serviciile Google Play"
+ "Disponibilitatea serviciilor Google Play"
+ "Eroare a serviciilor Google Play"
+ "%1$s întâmpină probleme privind serviciile Google Play. Încercați din nou."
+ "%1$s nu va rula fără serviciile Google Play, care nu sunt acceptate de dispozitivul dvs."
+ "Actualizați"
+ "%1$s nu va rula decât dacă actualizați serviciile Google Play."
+ "Actualizați serviciile Google Play"
+ "%1$s nu va rula fără serviciile Google Play, care momentan se actualizează."
+ "Este necesară o nouă versiune a serviciilor Google Play. Se vor actualiza automat în curând."
+ "Deschideți pe telefon"
+ "Conectați-vă"
+ "Conectați-vă cu Google"
"Căutați"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ru/values-ru.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ru/values-ru.xml
index 4f3502891..172cf3abd 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ru/values-ru.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ru/values-ru.xml
@@ -27,6 +27,24 @@
"Открыть доступ"
"Открыть доступ приложению \"%s\""
"Свернуть"
+ "Включить"
+ "Для работы приложения \"%1$s\" требуется включить сервисы Google Play."
+ "Включите сервисы Google Play"
+ "Установить"
+ "Для работы приложения \"%1$s\" требуется установить сервисы Google Play."
+ "Установите сервисы Google Play"
+ "Доступность сервисов Google Play"
+ "Ошибка сервисов Google Play"
+ "Приложению \"%1$s\" не удается подключиться к сервисам Google Play. Повторите попытку."
+ "Для работы с приложением \"%1$s\" требуются сервисы Google Play. Они не поддерживаются на вашем устройстве."
+ "Обновить"
+ "Чтобы запустить приложение \"%1$s\", обновите сервисы Google Play."
+ "Обновите сервисы Google Play"
+ "Сервисы Google Play, необходимые для работы приложения \"%1$s\", в настоящий момент обновляются."
+ "Версия сервисов Google Play устарела. Они автоматически обновятся в ближайшее время."
+ "Открыть на телефоне"
+ "Войти"
+ "Войти через аккаунт Google"
"Поиск"
- "999+"
+ ">999"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-si/values-si.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-si/values-si.xml
index 2cdb33871..848fc80a3 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-si/values-si.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-si/values-si.xml
@@ -27,6 +27,24 @@
"සමඟ බෙදාගන්න"
"%s සමඟ බෙදා ගන්න"
"හකුළන්න"
+ "සබල කරන්න"
+ "ඔබ Google Play සේවා සබල කරන්නේ නම් මිස %1$s වැඩ නොකරනු ඇත."
+ "Google Play සේවා සබල කරන්න"
+ "ස්ථාපනය කරන්න"
+ "ඔබගේ ටැබ්ලට් පරිගණකයේ නැති Google Play සේවා නොමැතිව %1$s ධාවනය නොවනු ඇත."
+ "Google Play සේවා ලබා ගන්න"
+ "Google Play සේවාවල ලබා ගත හැකි බව"
+ "Google Play සේවා දෝෂය"
+ "%1$s හට Google Play සේවා සමගින් ගැටලු ඇත. කරුණාකර නැවත උත්සාහ කරන්න."
+ "ඔබගේ උපාංගය මගින් සහාය නොදක්වන, Google Play සේවා නොමැතිව %1$s ධාවනය නොවනු ඇත."
+ "යාවත්කාලීන කරන්න"
+ "Google Play සේවා යාවත්කාලීන කරන්නේ නොමැතිව %1$s ධාවනය නොවේ."
+ "Google Play සේවා යාවත්කාලීන කරන්න"
+ "දැනට යාවත්කාලීන කරමින් ඇති, Google Play සේවා නොමැතිව %1$s ධාවනය නොවනු ඇත."
+ "Google Play සේවාවල නව අනුවාදයක් අවශ්යයි. එය මද වේලාවකින් එය විසින්ම යාවත්කාලීන වනු ඇත."
+ "දුරකථනය තුළ විවෘත කරන්න"
+ "පුරන්න"
+ "Google සමගින් පුරන්න"
"සොයන්න"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sk/values-sk.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sk/values-sk.xml
index 0d84abcef..23a3c657d 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sk/values-sk.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sk/values-sk.xml
@@ -27,6 +27,24 @@
"Zdieľať pomocou"
"Zdieľať s aplikáciou %s"
"Zbaliť"
+ "Povoliť"
+ "Aplikácia %1$s bude fungovať až po povolení služieb Google Play."
+ "Povoliť služby Google Play"
+ "Inštalovať"
+ "Na spustenie aplikácie %1$s sa vyžadujú služby Google Play, ktoré na zariadení nemáte."
+ "Inštalovať služby Google Play"
+ "Dostupnosť služieb Google Play"
+ "Chyba služieb Google Play"
+ "Aplikácia %1$s má problémy so službami Google Play. Skúste to znova."
+ "Aplikáciu %1$s nebude možné spustiť bez služieb Google Play, ktoré vaše zariadenie nepodporuje."
+ "Aktualizovať"
+ "Aplikáciu %1$s bude možné spustiť až po aktualizácii služieb Google Play."
+ "Aktualizácia služieb Google Play"
+ "Na spustenie aplikácie %1$s sa vyžadujú služby Google Play, ktoré sa momentálne aktualizujú."
+ "Vyžaduje sa nová verzia služieb Google Play. Aktualizujú sa automaticky v najbližšom čase."
+ "Otvoriť v telefóne"
+ "Prihlásiť sa"
+ "Prihlásiť sa účtom Google"
"Vyhľadávanie"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sl/values-sl.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sl/values-sl.xml
index 86652aee1..d914e111e 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sl/values-sl.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sl/values-sl.xml
@@ -27,6 +27,24 @@
"Deljenje z"
"Deljenje z drugimi prek aplikacije %s"
"Strni"
+ "Omogoči"
+ "Aplikacija %1$s ne bo delovala, če ne omogočite storitev Google Play."
+ "Omogočanje storitev Google Play"
+ "Namesti"
+ "Aplikacija %1$s ne deluje brez storitev Google Play, vendar teh ni v napravi."
+ "Namestitev storitev Google Play"
+ "Dostopnost storitev Google Play"
+ "Napaka storitev Google Play"
+ "Aplikacija %1$s ima težave s storitvami Google Play. Poskusite znova."
+ "Aplikacija %1$s ne deluje brez storitev Google Play, ki jih vaša naprava ne podpira."
+ "Posodobi"
+ "Aplikacija %1$s ne bo delovala, če ne posodobite storitev Google Play."
+ "Posodobitev storitev Google Play"
+ "Aplikacija %1$s ne deluje brez storitev Google Play, ki se trenutno posodabljajo."
+ "Potrebujete novo različico storitev Google Play. V kratkem se bodo posodobile."
+ "Odpiranje v telefonu"
+ "Prijava"
+ "Prijava z Google Računom"
"Iskanje"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sq/values-sq.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sq/values-sq.xml
index 9e1578ddf..13132a415 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sq/values-sq.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sq/values-sq.xml
@@ -27,6 +27,24 @@
"Shpërnda publikisht me"
"Ndaje me %s"
"Shpalos"
+ "Aktivizo"
+ "%1$s nuk do të funksionojë nëse nuk aktivizon shërbimet e \"Luaj me Google\"."
+ "Aktivizo shërbimet e \"Luaj me Google\""
+ "Instalo"
+ "%1$s nuk do të funksionojë pa shërbimet e Google Play, të cilat mungojnë në pajisjen tënde."
+ "Merr shërbimet e \"Luaj me Google\""
+ "Disponueshmëria e shërbimeve të Google Play"
+ "Gabim në shërbimet e \"Luaj me Google\""
+ "%1$s ka probleme me shërbimet e Google Play. Provo sërish."
+ "%1$s nuk do të funksionojë pa shërbimet e Google Play, të cilat nuk mbështeten nga pajisja jote."
+ "Përditëso"
+ "%1$s nuk do të funksionojë nëse nuk përditëson shërbimet e \"Luaj me Google\"."
+ "Përditëso shërbimet e \"Luaj me Google\""
+ "%1$s nuk do të funksionojë pa shërbimet e \"Luaj me Google\", të cilat po përditësohen aktualisht."
+ "Nevojitet një version i ri i shërbimeve të \"Luaj me Google\". Ai do të përditësohet automatikisht së shpejti."
+ "Hape në telefon"
+ "Identifikohu"
+ "Identifikohu me Google"
"Kërko"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sr/values-sr.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sr/values-sr.xml
index 91ae9aff4..55bb8ce1f 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sr/values-sr.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sr/values-sr.xml
@@ -27,6 +27,24 @@
"Дели са"
"Дељење са апликацијом %s"
"Скупи"
+ "Омогући"
+ "%1$s неће функционисати ако не омогућите Google Play услуге."
+ "Омогућите Google Play услуге"
+ "Инсталирај"
+ "%1$s не може да се покрене без Google Play услуга, које нису инсталиране на уређају."
+ "Преузмите Google Play услуге"
+ "Доступност Google Play услуга"
+ "Грешка Google Play услуга"
+ "%1$s има проблема са Google Play услугама. Пробајте поново."
+ "%1$s не може да се покрене без Google Play услуга, које уређај не подржава."
+ "Ажурирај"
+ "%1$s не може да се покрене ако не ажурирате Google Play услуге."
+ "Ажурирајте Google Play услуге"
+ "%1$s не може да се покрене без Google Play услуга, које се тренутно ажурирају."
+ "Потребна је нова верзија Google Play услуга. Ускоро ће се ажурирати."
+ "Отвори на телефону"
+ "Пријави ме"
+ "Пријави ме на Google"
"Претражи"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sv/values-sv.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sv/values-sv.xml
index 3031a335d..11ec76a16 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sv/values-sv.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sv/values-sv.xml
@@ -27,6 +27,24 @@
"Dela med"
"Dela med %s"
"Komprimera"
+ "Aktivera"
+ "%1$s fungerar inte om du inte aktiverar Google Play-tjänster."
+ "Aktivera Google Play-tjänster"
+ "Installera"
+ "%1$s kan inte köras utan Google Play-tjänsterna, som saknas på enheten."
+ "Hämta Google Play-tjänster"
+ "Tillgänglighet för Google Plays tjänster"
+ "Fel på Google Play-tjänster"
+ "Det har uppstått ett fel mellan %1$s och Google Play-tjänsterna. Försök igen."
+ "%1$s fungerar inte utan Google Play-tjänsterna, som inte stöds på enheten."
+ "Uppdatera"
+ "%1$s kan inte köras om du inte uppdaterar Google Play-tjänsterna."
+ "Uppdatera Google Play-tjänster"
+ "%1$s kan inte köras utan Google Play-tjänster, och dessa uppdateras för närvarande."
+ "En ny version av Google Play-tjänster krävs. Den uppdateras automatiskt inom kort."
+ "Öppna på mobilen"
+ "Logga in"
+ "Logga in med Google"
"Sök"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw/values-sw.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw/values-sw.xml
index 12b137853..db25bbdb2 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw/values-sw.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw/values-sw.xml
@@ -27,6 +27,24 @@
"Shiriki na:"
"Shiriki ukitumia %s"
"Kunja"
+ "Washa"
+ "%1$s haitafanya kazi isipokuwa uwashe huduma za Google Play."
+ "Washa huduma za Google Play"
+ "Sakinisha"
+ "%1$s haitafanya kazi bila huduma za Google Play. Huduma hizi hazipatikani kwenye kifaa chako."
+ "Pata huduma za Google Play"
+ "Upatikanaji wa huduma za Google Play"
+ "Hitilafu kwenye huduma za Google Play"
+ "%1$s inakumbwa na hitilafu ya huduma za Google Play. Tafadhali jaribu tena."
+ "%1$s haitafanya kazi bila huduma za Google Play. Huduma hizi hazitumiki kwenye kifaa chako."
+ "Sasisha"
+ "%1$s haitafanya kazi hadi usasishe huduma za Google Play."
+ "Sasisha huduma za Google Play"
+ "%1$s haitafanya kazi bila huduma za Google Play. Huduma hizi zinasasishwa sasa."
+ "Toleo jipya la huduma za Google Play linahitajika. Litajisasisha baada ya muda mfupi."
+ "Fungua kwenye simu"
+ "Ingia katika akaunti"
+ "Ingia katika akaunti ukitumia Google"
"Tafuta"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ta/values-ta.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ta/values-ta.xml
index d9f29b6e4..d6d2e011a 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ta/values-ta.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ta/values-ta.xml
@@ -27,6 +27,24 @@
"இதனுடன் பகிர்"
"%s மூலம் பகிர்"
"சுருக்கு"
+ "இயக்கு"
+ "Google Play சேவைகளை இயக்கினால் மட்டுமே, %1$s செயல்படும்."
+ "Google Play சேவைகளை இயக்கவும்"
+ "நிறுவு"
+ "Google Play சேவைகள் இருந்தால் மட்டுமே, %1$s இயங்கும். அவை உங்கள் சாதனத்தில் இல்லை."
+ "Google Play சேவைகளைப் பெறவும்"
+ "கிடைக்கும் Google Play சேவைகள்"
+ "Google Play சேவைகள் பிழை"
+ "Google Play சேவைகளில் சிக்கல் ஏற்பட்டதால், %1$s ஆப்ஸை அணுக முடியவில்லை. மீண்டும் முயலவும்."
+ "Google Play சேவைகள் இருந்தால் மட்டுமே %1$s ஆப்ஸ் இயங்கும். ஆனால், உங்கள் சாதனத்தில் அவை ஆதரிக்கப்படவில்லை."
+ "புதுப்பி"
+ "Google Play சேவைகளை இயக்கினால் மட்டுமே, %1$s செயல்படும்."
+ "Google Play சேவைகளைப் புதுப்பிக்கவும்"
+ "தற்போது புதுப்பிக்கப்படும், Google Play சேவைகள் இருந்தால் மட்டுமே, %1$s செயல்படும்."
+ "Google Play சேவைகளின் புதிய பதிப்பு தேவை. அது விரைவில் தானாகவே புதுப்பிக்கப்படும்."
+ "மொபைலில் திற"
+ "உள்நுழைக"
+ "Google மூலம் உள்நுழைக"
"தேடு"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-te/values-te.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-te/values-te.xml
index 54f0b16a8..4f9598c49 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-te/values-te.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-te/values-te.xml
@@ -27,6 +27,24 @@
"వీరితో భాగస్వామ్యం చేయి"
"%sతో భాగస్వామ్యం చేయండి"
"కుదించండి"
+ "ప్రారంభించు"
+ "మీరు Google Play సేవలను ప్రారంభిస్తే మినహా %1$s పని చేయదు."
+ "Google Play సేవలను ప్రారంభించండి"
+ "ఇన్స్టాల్ చేయి"
+ "%1$s Google Play సేవలు లేకుండా అమలు కాదు, ఆ సేవలు మీ పరికరంలో లేవు."
+ "Google Play సేవలను పొందండి"
+ "Google Play సేవల లభ్యత"
+ "Google Play సేవల ఎర్రర్"
+ "%1$s Google Play సేవలతో సమస్య కలిగి ఉంది. దయచేసి మళ్లీ ప్రయత్నించండి."
+ "%1$s Google Play సేవలు లేకుండా అమలు కాదు, ఈ సేవలకు మీ పరికరంలో మద్దతు లేదు."
+ "అప్డేట్ చేయి"
+ "మీరు Google Play సేవలను నవీకరిస్తే మినహా %1$s అమలు కాదు."
+ "Google Play సేవలను నవీకరించండి"
+ "%1$s Google Play సేవలు లేకుండా అమలు కాదు, ఆ సేవలు ప్రస్తుతం నవీకరించబడుతున్నాయి."
+ "కొత్త Google Play సేవల వెర్షన్ అవసరం. అది కొద్ది సేపట్లో దానంతట అదే అప్డేట్ చేయబడుతుంది."
+ "ఫోన్లో తెరువు"
+ "సైన్ ఇన్ చేయండి"
+ "Googleతో సైన్ ఇన్ చేయి"
"వెతుకు"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-th/values-th.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-th/values-th.xml
index 13dc94ecc..197c312b6 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-th/values-th.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-th/values-th.xml
@@ -27,6 +27,24 @@
"แชร์กับ"
"แชร์ทาง %s"
"ยุบ"
+ "เปิดใช้"
+ "%1$s จะไม่ทำงานจนกว่าคุณจะเปิดใช้บริการ Google Play"
+ "เปิดใช้บริการ Google Play"
+ "ติดตั้ง"
+ "%1$s จะไม่ทำงานหากไม่มีบริการ Google Play ซี่งไม่มีในอุปกรณ์ของคุณ"
+ "ติดตั้งบริการ Google Play"
+ "ความพร้อมใช้งานของบริการ Google Play"
+ "ข้อผิดพลาดของบริการ Google Play"
+ "%1$s มีปัญหาเกี่ยวกับบริการของ Google Play โปรดลองอีกครั้ง"
+ "%1$s จะไม่ทำงานหากไม่มีบริการ Google Play ซึ่งอุปกรณ์ของคุณไม่สนับสนุน"
+ "อัปเดต"
+ "%1$s จะไม่ทำงานจนกว่าคุณจะอัปเดตบริการ Google Play"
+ "อัปเดตบริการ Google Play"
+ "%1$s จะไม่ทำงานหากไม่มีบริการ Google Play ซึ่งกำลังอัปเดตอยู่ในขณะนี้"
+ "จำเป็นต้องใช้บริการ Google Play เวอร์ชันใหม่ ซึ่งจะอัปเดตอัตโนมัติในอีกไม่ช้า"
+ "เปิดบนโทรศัพท์"
+ "ลงชื่อเข้าใช้"
+ "ลงชื่อเข้าใช้ด้วย Google"
"ค้นหา"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tl/values-tl.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tl/values-tl.xml
index 18a148fbc..9c7e7150d 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tl/values-tl.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tl/values-tl.xml
@@ -27,6 +27,24 @@
"Ibahagi sa/kay"
"Ibahagi gamit ang %s"
"I-collapse"
+ "I-enable"
+ "Hindi gagana ang %1$s maliban kung ie-enable mo ang mga serbisyo ng Google Play."
+ "I-enable ang mga serbisyo ng Google Play"
+ "I-install"
+ "Hindi gagana ang %1$s nang wala ang mga serbisyo ng Google Play na wala sa iyong device."
+ "Kunin ang mga serbisyo ng Google Play"
+ "Availability ng serbisyo ng Google Play"
+ "Error sa Mga Serbisyo ng Google Play"
+ "Nagkakaproblema ang %1$s sa mga serbisyo ng Google Play. Pakisubukan ulit."
+ "Hindi gagana ang %1$s nang wala ang mga serbisyo ng Google Play, na hindi nasusuportahan ng iyong device."
+ "I-update"
+ "Hindi gagana ang %1$s maliban kung i-a-update mo ang mga serbisyo ng Google Play."
+ "I-update ang mga serbisyo ng Google Play"
+ "Hindi gagana ang %1$s nang wala ang mga serbisyo ng Google Play na kasalukuyang ina-update."
+ "Kailangan ang bagong bersyon ng mga serbisyo ng Google Play. Mag-a-update itong mag-isa sa ilang sandali."
+ "Buksan sa telepono"
+ "Mag-sign in"
+ "Mag-sign in sa Google"
"Maghanap"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tr/values-tr.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tr/values-tr.xml
index 01b0f459d..453e59596 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tr/values-tr.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tr/values-tr.xml
@@ -27,6 +27,24 @@
"Şununla paylaş"
"%s ile paylaş"
"Daralt"
+ "Etkinleştir"
+ "Google Play hizmetlerini etkinleştirmezseniz %1$s çalışmaz."
+ "Google Play hizmetlerini etkinleştirin"
+ "Yükle"
+ "%1$s, şu anda cihazınızda bulunmayan Google Play hizmetleri olmadan çalışmaz."
+ "Google Play hizmetlerini edinin"
+ "Google Play hizmetlerinin kullanılabilirliği"
+ "Google Play Hizmetleri hatası"
+ "%1$s, Google Play hizmetleriyle ilgili sorun yaşıyor. Lütfen tekrar deneyin."
+ "%1$s, Google Play hizmetleri olmadan çalışmaz ve bu hizmetler cihazınız tarafından desteklenmiyor."
+ "Güncelle"
+ "Google Play hizmetlerini güncellemezseniz %1$s çalışmayacak."
+ "Google Play hizmetlerini güncelleyin"
+ "%1$s, şu anda güncellenmekte olan Google Play hizmetleri olmadan çalışmaz."
+ "Google Play hizmetlerinin yeni sürümü gerekiyor. Kendisini kısa süre içinde güncelleyecektir."
+ "Telefonda aç"
+ "Oturum aç"
+ "Google\'da oturum aç"
"Ara"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uk/values-uk.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uk/values-uk.xml
index c1d3da798..a5de6d598 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uk/values-uk.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uk/values-uk.xml
@@ -27,6 +27,24 @@
"Надіслати через"
"Поділитися через додаток %s"
"Згорнути"
+ "Увімкнути"
+ "Додаток %1$s не працюватиме, якщо не ввімкнути сервіси Google Play."
+ "Увімкнути сервіси Google Play"
+ "Установити"
+ "Додаток %1$s не працюватиме без сервісів Google Play, яких немає на вашому пристрої."
+ "Установити сервіси Google Play"
+ "Доступність сервісів Google Play"
+ "Помилка сервісів Google Play"
+ "У додатку %1$s виникла проблема із сервісами Google Play. Повторіть спробу."
+ "Додаток %1$s не працюватиме без сервісів Google Play, які не підтримуються на вашому пристрої."
+ "Оновити"
+ "Додаток %1$s не працюватиме, якщо не оновити сервіси Google Play."
+ "Оновіть сервіси Google Play"
+ "Додаток %1$s не працюватиме без сервісів Google Play, які зараз оновлюються."
+ "Потрібна нова версія сервісів Google Play. Вони невдовзі оновляться."
+ "Відкрити на телефоні"
+ "Увійти"
+ "Увійти в облік. запис Google"
"Пошук"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ur/values-ur.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ur/values-ur.xml
index 6b717f4c2..e48564638 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ur/values-ur.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ur/values-ur.xml
@@ -27,6 +27,24 @@
"اشتراک کریں مع"
"%s کے ساتھ اشتراک کریں"
"سکیڑیں"
+ "فعال کریں"
+ "جب تک آپ Google Play سروسز فعال نہیں کر لیتے، %1$s کام نہیں کرے گی۔"
+ "Google Play سروسز فعال کریں"
+ "انسٹال کریں"
+ "%1$s Google Play سروسز کے بغیر نہیں چلے گی، جو آپ کے آلہ سے غائب ہیں۔"
+ "Google Play سروسز حاصل کریں"
+ "Google Play سروسز کی دستیابی"
+ "Google Play سروسز کی خرابی"
+ "%1$s کو Google Play سروسز کے ساتھ مسئلہ پیش آ رہا ہے۔ براہ کرم دوبارہ کوشش کریں۔"
+ "%1$s Google Play سروسز کے بغیر نہیں چلے گی، جن کی آپ کا آلہ معاونت نہیں کرتا۔"
+ "اپ ڈیٹ کریں"
+ "جب تک آپ Google Play سروسز اپ ڈیٹ نہیں کر لیتے ہیں %1$s تب تک نہیں چلے گی۔"
+ "Google Play سروسز اپ ڈیٹ کریں"
+ "%1$s Google Play سروسز کے بغیر نہیں چلے گی، جو فی الحال اپ ڈیٹ ہو رہی ہیں۔"
+ "Google Play سروسز کے نئے ورژن کی ضرورت ہے۔ یہ تھوڑی دیر میں خود ہی اپنے آپ کو اپ ڈیٹ کر لے گا۔"
+ "فون پر کھولیں"
+ "سائن ان کریں"
+ "Google کے ساتھ سائن ان کریں"
"تلاش"
- "+999"
+ "+999"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uz/values-uz.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uz/values-uz.xml
index 053764c5c..60df62fcd 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uz/values-uz.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uz/values-uz.xml
@@ -27,6 +27,24 @@
"Ruxsat berish"
"%s orqali ulashish"
"Yig‘ish"
+ "Yoqish"
+ "Google Play xizmatlari yoqilmaguncha, %1$s ishlamaydi."
+ "Google Play xizmatlarini yoqish"
+ "O‘rnatish"
+ "%1$s ishlashi uchun qurilmangizda Google Play xizmatlarini o‘rnatish lozim."
+ "Google Play xizmatlarini o‘rnatish"
+ "Google Play xizmatlarining mavjudligi"
+ "Google Play xizmatlari xatosi"
+ "%1$s ilovasini Google Play xizmatlariga ulab bo‘lmadi. Qaytadan urinib ko‘ring."
+ "%1$s ilovasi Google Play xizmatlarisiz ishlamaydi, biroq qurilmangiz ularni qo‘llab-quvvatlamaydi."
+ "Yangilash"
+ "Google Play xizmatlari yangilanmaguncha, %1$s ishga tushmaydi."
+ "Google Play xizmatlarini yangilash"
+ "%1$s ilovasining ishlashi uchun zarur Google Play xizmatlari hozirda yangilanmoqda."
+ "Google Play xizmatlarining yangi versiyasi zarur. U o‘zini qisqa vaqt ichida yangilaydi."
+ "Telefonda ochish"
+ "Kirish"
+ "Google orqali kirish"
"Qidirish"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v23/values-v23.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v23/values-v23.xml
index d807aaeeb..484f6d174 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v23/values-v23.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v23/values-v23.xml
@@ -35,4 +35,7 @@
+
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-vi/values-vi.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-vi/values-vi.xml
index 1eabc0877..8a66359ae 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-vi/values-vi.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-vi/values-vi.xml
@@ -27,6 +27,24 @@
"Chia sẻ với"
"Chia sẻ với %s"
"Thu gọn"
+ "Bật"
+ "%1$s sẽ không hoạt động nếu bạn không bật dịch vụ của Google Play."
+ "Bật dịch vụ của Google Play"
+ "Cài đặt"
+ "%1$s sẽ không chạy nếu không có dịch vụ của Google Play. Thiết bị của bạn bị thiếu dịch vụ này."
+ "Cài đặt dịch vụ của Google Play"
+ "Phạm vi cung cấp các dịch vụ của Google Play"
+ "Lỗi dịch vụ của Google Play"
+ "%1$s đang gặp sự cố với các dịch vụ của Google Play. Hãy thử lại."
+ "%1$s sẽ không chạy nếu không có các dịch vụ của Google Play. Thiết bị của bạn không hỗ trợ các dịch vụ này."
+ "Cập nhật"
+ "%1$s sẽ không chạy trừ khi bạn cập nhật Dịch vụ của Google Play."
+ "Cập nhật dịch vụ của Google Play"
+ "%1$s sẽ không chạy nếu không có dịch vụ của Google Play. Dịch vụ này hiện đang cập nhật."
+ "Cần phiên bản mới của dịch vụ Google Play. Dịch vụ sẽ sớm tự động cập nhật."
+ "Mở trên điện thoại"
+ "Đăng nhập"
+ "Đăng nhập bằng Google"
"Tìm kiếm"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml
index 68140f72c..c2a5958c9 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml
@@ -27,6 +27,24 @@
"分享方式"
"使用%s分享"
"收起"
+ "启用"
+ "您必须先启用 Google Play 服务,然后才能运行%1$s。"
+ "启用 Google Play 服务"
+ "安装"
+ "您的设备没有安装 Google Play 服务,因此无法运行%1$s。"
+ "获取 Google Play 服务"
+ "Google Play 服务的适用范围"
+ "Google Play服务出错"
+ "%1$s无法访问 Google Play 服务,请重试。"
+ "您的设备不支持 Google Play 服务,因此无法运行%1$s。"
+ "更新"
+ "您必须先更新 Google Play 服务,然后才能运行%1$s。"
+ "更新 Google Play 服务"
+ "Google Play 服务当前正在更新,因此您无法运行%1$s。"
+ "必须使用新版 Google Play 服务。该服务很快就会自行更新。"
+ "在手机上打开"
+ "登录"
+ "使用 Google 帐号登录"
"搜索"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml
index f533663f7..79fd946c2 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml
@@ -27,6 +27,24 @@
"分享對象"
"使用「%s」分享"
"收合"
+ "啟用"
+ "您必須啟用 Google Play 服務,方可執行「%1$s」。"
+ "啟用 Google Play 服務"
+ "安裝"
+ "您的裝置尚未安裝 Google Play 服務,因此無法執行「%1$s」。"
+ "安裝 Google Play 服務"
+ "Google Play 服務的適用範圍"
+ "Google Play 服務錯誤"
+ "「%1$s」存取 Google Play 服務時發生問題。請稍後再試一次。"
+ "您的裝置不支援 Google Play 服務,因此無法執行「%1$s」。"
+ "更新"
+ "您必須更新「Google Play 服務」,才能執行 %1$s。"
+ "更新 Google Play 服務"
+ "正在更新 Google Play 服務,更新完成後方可執行「%1$s」。"
+ "需要使用新版本的 Google Play 服務。更新會即將自動開始。"
+ "在手機開啟"
+ "登入"
+ "透過 Google 登入"
"搜尋"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml
index 75f498a19..01ad507a1 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml
@@ -27,6 +27,24 @@
"選擇分享對象"
"與「%s」分享"
"收合"
+ "啟用"
+ "您必須啟用 Google Play 服務,才能執行「%1$s」。"
+ "啟用 Google Play 服務"
+ "安裝"
+ "您的裝置並未安裝 Google Play 服務,因此無法執行「%1$s」。"
+ "取得 Google Play 服務"
+ "Google Play 服務可用性"
+ "Google Play 服務發生錯誤"
+ "「%1$s」無法存取 Google Play 服務,請再試一次。"
+ "您的裝置不支援 Google Play 服務,因此無法執行「%1$s」。"
+ "更新"
+ "您必須更新 Google Play 服務,才能執行「%1$s」。"
+ "更新 Google Play 服務"
+ "執行「%1$s」所需的 Google Play 服務正在更新。"
+ "必須使用新版 Google Play 服務。該服務稍後就會自動更新。"
+ "在手機上開啟"
+ "登入"
+ "使用 Google 帳戶登入"
"搜尋"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zu/values-zu.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zu/values-zu.xml
index 31e318ddb..2a88be6bd 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zu/values-zu.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zu/values-zu.xml
@@ -27,6 +27,24 @@
"Yabelana no-"
"Yabelana ne-%s"
"Goqa"
+ "Nika amandla"
+ "I-%1$s ngeke isebenze ngaphandle kokuthi unike amandla amasevisi we-Google Play."
+ "Nika amandla amasevisi we-Google Play"
+ "Faka"
+ "I-%1$s ngeke ize iqalise ngaphandle kwamasevisi we-Google Play, angekho kusukela kudivayisi yakho."
+ "Thola amasevisi we-Google Play"
+ "Ukungatholakali kwamasevisi e-Google Play"
+ "Iphutha lamasevisi we-Google Play"
+ "%1$s inenkinga ngamasevisi e-Google Play. Sicela uzame futhi."
+ "%1$s ngeke isebenze ngaphandle kwamasevisi e-Google Play, angasekelwa idivayisi yakho."
+ "Isibuyekezo"
+ "I-%1$s ngeke ize iqalise ngaphandle kokuthi ubuyekeze i-Google Play."
+ "Buyekeza amasevisi we-Google Play"
+ "I-%1$s ngeke ize iqalise ngaphandle kwamasevisi we-Google Play, okwamanje abuyekezwayo."
+ "Kudingeka inguqulo entsha yamasevisi we-Google Play. Izozibuyekeza ngokwayo maduze."
+ "Vula kufoni"
+ "Ngena ngemvume"
+ "Ngena ngemvume nge-Google"
"Sesha"
- "999+"
+ "999+"
\ No newline at end of file
diff --git a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml
index 51d991699..3c9440a20 100644
--- a/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml
+++ b/UI/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml
@@ -9,6 +9,7 @@
+
@@ -129,6 +130,7 @@
+
true
false
@@ -151,9 +153,21 @@
@android:color/black
#ff5a595b
#ffd6d7d7
+ #FF424242
+ #FFFFFFFF
+ #03000000
+ #37000000
#D81B60
- #008577
+ #111629
#00574B
+ @android:color/white
+ #1F000000
+ @android:color/black
+ @android:color/white
+ #90000000
+ #1F000000
+ #90000000
+ #DE000000
#80bebebe
#80323232
#ffbebebe
@@ -273,6 +287,9 @@
16dp
20sp
20dp
+ 1dp
+ 2dp
+ 2dp
4dp
6dp
8dp
@@ -282,6 +299,9 @@
320dp
- 0.30
- 0.26
+ 8dp
+ 0dp
+ 50dp
- 0.26
- 0.20
- 0.12
@@ -289,6 +309,9 @@
- 0.38
- 0.70
- 0.54
+ 20dp
+ 800dp
+ 120dp
32dp
13sp
12dp
@@ -314,16 +337,55 @@
16dp
#3333B5E5
#0cffffff
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -335,6 +397,7 @@
150
127
150
+ 12451000
999
Navigate home
Navigate up
@@ -376,6 +439,32 @@
Share with %s
Collapse
Capstone
+ Enable
+ %1$s won\'t work unless you enable Google Play services.
+ Enable Google Play services
+ Install
+ %1$s won\'t run without Google Play services, which are missing from your device.
+ Get Google Play services
+ Google Play services availability
+ Google Play services error
+ %1$s is having trouble with Google Play services. Please try again.
+ %1$s won\'t run without Google Play services, which are not supported by your device.
+ Update
+ %1$s won\'t run unless you update Google Play services.
+ Update Google Play services
+ %1$s won\'t run without Google Play services, which are currently updating.
+ New version of Google Play services needed. It will update itself shortly.
+ Open on phone
+ Sign in
+ Sign in with Google
+ 163692530359-biolija9122hala87ntdpj9l9r66uvrg.apps.googleusercontent.com
+ https://vehicleantitheftrecognition.firebaseio.com
+ 163692530359
+ AIzaSyAQuLzuXTr0OHn0Cr_R7zdXRTqAdl0VPaQ
+ 1:163692530359:android:0049aa52a82795ddb11b32
+ AIzaSyAQuLzuXTr0OHn0Cr_R7zdXRTqAdl0VPaQ
+ vehicleantitheftrecognition.appspot.com
+ vehicleantitheftrecognition
Search
999+
@@ -383,7 +472,7 @@
-
+
+
+
+
@@ -83,19 +89,13 @@
- 4dp6dp8dp4dp2dp320dp320dp32dp13sp12dp8dp64dp64dp10dp@dimen/notification_content_margin_start16dp2dp3dp24dp13sp10dp5dp#3333B5E5#0cffffff 999999+"999+""999+""999+""৯৯৯+""999+""999+""999+""999+""৯৯৯+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""+999""999+""999+""999+""999+""999+""999+""999+"">999""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""९९९+""999+""၉၉၉+""999+""९९९+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""+999""999+"4dp@color/secondary_text_default_material_light0dp0dp12dp"999+""999+""999+""999+""999+"
+
@@ -2812,87 +2902,11 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -3240,32 +3254,19 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -3363,26 +3364,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -3440,27 +3421,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -3491,6 +3451,292 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -3600,30 +3846,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -3632,29 +3855,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -3666,9 +3866,6 @@
-
-
-
@@ -3694,7 +3891,25 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -3751,19 +3966,26 @@
-
+
-
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -3786,61 +4008,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/UI/app/build/intermediates/instant_app_manifest/debug/AndroidManifest.xml b/UI/app/build/intermediates/instant_app_manifest/debug/AndroidManifest.xml
index 4c30f129c..96bd72fad 100644
--- a/UI/app/build/intermediates/instant_app_manifest/debug/AndroidManifest.xml
+++ b/UI/app/build/intermediates/instant_app_manifest/debug/AndroidManifest.xml
@@ -6,10 +6,18 @@
android:versionName="1.0" >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -27,6 +44,95 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/UI/app/build/intermediates/instant_app_manifest/debug/output.json b/UI/app/build/intermediates/instant_app_manifest/debug/output.json
index fc9e2222f..c85d38b73 100644
--- a/UI/app/build/intermediates/instant_app_manifest/debug/output.json
+++ b/UI/app/build/intermediates/instant_app_manifest/debug/output.json
@@ -1 +1,28 @@
-[{"outputType":{"type":"INSTANT_APP_MANIFEST"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"com.example.capstone","split":"","minSdkVersion":"15"}}]
\ No newline at end of file
+{
+ "version": 1,
+ "applicationId": "com.example.capstone",
+ "variantType": "BASE_APK",
+ "elements": [
+ {
+ "outputType": {
+ "type": "INSTANT_APP_MANIFEST"
+ },
+ "apkData": {
+ "type": "MAIN",
+ "splits": [],
+ "versionCode": 1,
+ "versionName": "1.0",
+ "outputFile": "app-debug.apk",
+ "fullName": "debug",
+ "baseName": "debug",
+ "dirName": ""
+ },
+ "path": "AndroidManifest.xml",
+ "properties": {
+ "packageId": "com.example.capstone",
+ "split": "",
+ "minSdkVersion": "17"
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/UI/app/build/intermediates/javac/debug/classes/com/example/capstone/homepage.class b/UI/app/build/intermediates/javac/debug/classes/com/example/capstone/homepage.class
index 1585c4d0d..75185d8e9 100644
Binary files a/UI/app/build/intermediates/javac/debug/classes/com/example/capstone/homepage.class and b/UI/app/build/intermediates/javac/debug/classes/com/example/capstone/homepage.class differ
diff --git a/UI/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt b/UI/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
index 0e90fd4db..59e9130ac 100644
--- a/UI/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
+++ b/UI/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
@@ -5,46 +5,255 @@
5 android:versionName="1.0" >
6
7 D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml
9 android:targetSdkVersion="29" />
9-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml
10
-11 D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:5:5-20:19
-12 android:allowBackup="true"
-12-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:6:9-35
-13 android:appComponentFactory="androidx.core.app.CoreComponentFactory"
-13-->[androidx.core:core:1.0.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\core-1.0.1\AndroidManifest.xml:22:18-86
-14 android:debuggable="true"
-15 android:icon="@mipmap/ic_launcher"
-15-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:7:9-43
-16 android:label="@string/app_name"
-16-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:8:9-41
-17 android:roundIcon="@mipmap/ic_launcher_round"
-17-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:9:9-54
-18 android:supportsRtl="true"
-18-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:10:9-35
-19 android:testOnly="true"
-20 android:theme="@style/AppTheme" >
-20-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:11:9-40
-21
-21-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:12:9-55
-21-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:12:19-43
-22
-22-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:13:9-19:20
-22-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:13:19-47
-23
-23-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:14:13-18:29
-24
-24-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:15:17-69
-24-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:15:25-66
-25
-26
-26-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:17:17-77
-26-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:17:27-74
-27
-28
-29
-30
-31
+11
+11-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:5:5-67
+11-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:5:22-64
+12
+12-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:6:5-80
+12-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:6:22-77
+13
+14
+15
+16
+16-->[com.google.firebase:firebase-database:19.5.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\9017fe7708a169c2a50beebdca0845a8\jetified-firebase-database-19.5.1\AndroidManifest.xml:25:5-79
+16-->[com.google.firebase:firebase-database:19.5.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\9017fe7708a169c2a50beebdca0845a8\jetified-firebase-database-19.5.1\AndroidManifest.xml:25:22-76
+17
+18 D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:8:5-32:19
+19 android:name="androidx.multidex.MultiDexApplication"
+20 android:allowBackup="true"
+20-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:9:9-35
+21 android:appComponentFactory="androidx.core.app.CoreComponentFactory"
+21-->[androidx.core:core:1.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\33905501977a28c0fc6a2935607f48a6\core-1.1.0\AndroidManifest.xml:24:18-86
+22 android:debuggable="true"
+23 android:icon="@mipmap/ic_launcher"
+23-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:10:9-43
+24 android:label="@string/app_name"
+24-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:11:9-41
+25 android:roundIcon="@mipmap/ic_launcher_round"
+25-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:12:9-54
+26 android:supportsRtl="true"
+26-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:13:9-35
+27 android:testOnly="true"
+28 android:theme="@style/AppTheme" >
+28-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:14:9-40
+29
+29-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:15:9-50
+29-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:15:19-38
+30
+30-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:16:9-43
+30-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:16:19-40
+31
+31-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:17:9-45
+31-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:17:19-42
+32
+32-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:18:9-46
+32-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:18:19-43
+33
+33-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:19:9-48
+33-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:19:19-45
+34
+34-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:20:9-45
+34-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:20:19-42
+35
+35-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:21:9-46
+35-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:21:19-43
+36
+36-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:22:9-44
+36-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:22:19-41
+37
+37-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:23:9-43
+37-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:23:19-40
+38
+38-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:24:9-46
+38-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:24:19-43
+39
+39-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:25:9-31:20
+39-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:25:19-47
+40
+40-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:26:13-30:29
+41
+41-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:27:17-69
+41-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:27:25-66
+42
+43
+43-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:29:17-77
+43-->D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:29:27-74
+44
+45
+46
+47 [com.google.firebase:firebase-database:19.5.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\9017fe7708a169c2a50beebdca0845a8\jetified-firebase-database-19.5.1\AndroidManifest.xml:29:9-35:19
+48 android:name="com.google.firebase.components.ComponentDiscoveryService"
+48-->[com.google.firebase:firebase-database:19.5.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\9017fe7708a169c2a50beebdca0845a8\jetified-firebase-database-19.5.1\AndroidManifest.xml:30:13-84
+49 android:directBootAware="true"
+49-->[com.google.firebase:firebase-common:19.3.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\b0490454e848f18b90eb9fd352d0729e\jetified-firebase-common-19.3.1\AndroidManifest.xml:35:13-43
+50 android:exported="false" >
+50-->[com.google.firebase:firebase-database:19.5.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\9017fe7708a169c2a50beebdca0845a8\jetified-firebase-database-19.5.1\AndroidManifest.xml:31:13-37
+51 [com.google.firebase:firebase-database:19.5.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\9017fe7708a169c2a50beebdca0845a8\jetified-firebase-database-19.5.1\AndroidManifest.xml:32:13-34:85
+52 android:name="com.google.firebase.components:com.google.firebase.database.DatabaseRegistrar"
+52-->[com.google.firebase:firebase-database:19.5.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\9017fe7708a169c2a50beebdca0845a8\jetified-firebase-database-19.5.1\AndroidManifest.xml:33:17-109
+53 android:value="com.google.firebase.components.ComponentRegistrar" />
+53-->[com.google.firebase:firebase-database:19.5.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\9017fe7708a169c2a50beebdca0845a8\jetified-firebase-database-19.5.1\AndroidManifest.xml:34:17-82
+54 [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:85:13-87:85
+55 android:name="com.google.firebase.components:com.google.firebase.auth.FirebaseAuthRegistrar"
+55-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:86:17-109
+56 android:value="com.google.firebase.components.ComponentRegistrar" />
+56-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:87:17-82
+57 [com.google.firebase:firebase-firestore:22.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\181a25fb8339fec78a7754b58f1acc2e\jetified-firebase-firestore-22.0.0\AndroidManifest.xml:20:13-22:85
+58 android:name="com.google.firebase.components:com.google.firebase.firestore.FirestoreRegistrar"
+58-->[com.google.firebase:firebase-firestore:22.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\181a25fb8339fec78a7754b58f1acc2e\jetified-firebase-firestore-22.0.0\AndroidManifest.xml:21:17-111
+59 android:value="com.google.firebase.components.ComponentRegistrar" />
+59-->[com.google.firebase:firebase-firestore:22.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\181a25fb8339fec78a7754b58f1acc2e\jetified-firebase-firestore-22.0.0\AndroidManifest.xml:22:17-82
+60 [com.google.firebase:firebase-storage:19.2.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\c7fc17e1e32ad03dc7f5ffdd51901eb8\jetified-firebase-storage-19.2.0\AndroidManifest.xml:33:13-35:85
+61 android:name="com.google.firebase.components:com.google.firebase.storage.StorageRegistrar"
+61-->[com.google.firebase:firebase-storage:19.2.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\c7fc17e1e32ad03dc7f5ffdd51901eb8\jetified-firebase-storage-19.2.0\AndroidManifest.xml:34:17-107
+62 android:value="com.google.firebase.components.ComponentRegistrar" />
+62-->[com.google.firebase:firebase-storage:19.2.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\c7fc17e1e32ad03dc7f5ffdd51901eb8\jetified-firebase-storage-19.2.0\AndroidManifest.xml:35:17-82
+63
+64
+65 [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:27:9-34:50
+66 android:name="com.google.firebase.auth.internal.FederatedSignInActivity"
+66-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:28:13-85
+67 android:excludeFromRecents="true"
+67-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:29:13-46
+68 android:exported="true"
+68-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:30:13-36
+69 android:launchMode="singleTask"
+69-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:31:13-44
+70 android:permission="com.google.firebase.auth.api.gms.permission.LAUNCH_FEDERATED_SIGN_IN"
+70-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:32:13-102
+71 android:theme="@android:style/Theme.Translucent.NoTitleBar" />
+71-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:33:13-72
+72 [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:35:9-52:20
+73 android:name="com.google.firebase.auth.internal.GenericIdpActivity"
+73-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:36:13-80
+74 android:excludeFromRecents="true"
+74-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:37:13-46
+75 android:exported="true"
+75-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:38:13-36
+76 android:launchMode="singleTask"
+76-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:39:13-44
+77 android:theme="@android:style/Theme.Translucent.NoTitleBar" >
+77-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:40:13-72
+78
+78-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:41:13-51:29
+79
+79-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:42:17-69
+79-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:42:25-66
+80
+81
+81-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:44:17-76
+81-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:44:27-73
+82
+82-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:45:17-78
+82-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:45:27-75
+83
+84 [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:47:17-50:51
+85 android:host="firebase.auth"
+85-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:48:21-49
+86 android:path="/"
+86-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:49:21-37
+87 android:scheme="genericidp" />
+87-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:50:21-48
+88
+89
+90 [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:53:9-70:20
+91 android:name="com.google.firebase.auth.internal.RecaptchaActivity"
+91-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:54:13-79
+92 android:excludeFromRecents="true"
+92-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:55:13-46
+93 android:exported="true"
+93-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:56:13-36
+94 android:launchMode="singleTask"
+94-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:57:13-44
+95 android:theme="@android:style/Theme.Translucent.NoTitleBar" >
+95-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:58:13-72
+96
+96-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:59:13-69:29
+97
+97-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:42:17-69
+97-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:42:25-66
+98
+99
+99-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:44:17-76
+99-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:44:27-73
+100
+100-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:45:17-78
+100-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:45:27-75
+101
+102 [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:47:17-50:51
+103 android:host="firebase.auth"
+103-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:48:21-49
+104 android:path="/"
+104-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:49:21-37
+105 android:scheme="recaptcha" />
+105-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:50:21-48
+106
+107
+108
+109 [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:72:9-81:19
+110 android:name="com.google.firebase.auth.api.fallback.service.FirebaseAuthFallbackService"
+110-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:73:13-101
+111 android:enabled="true"
+111-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:74:13-35
+112 android:exported="false" >
+112-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:75:13-37
+113
+113-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:76:13-80:29
+114
+114-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:77:17-89
+114-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:77:25-86
+115
+116
+116-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:44:17-76
+116-->[com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:44:27-73
+117
+118
+119
+120 [com.google.android.gms:play-services-base:17.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\18b63455f7cdf2e55499d904fd0b4a4d\jetified-play-services-base-17.1.0\AndroidManifest.xml:23:9-26:75
+121 android:name="com.google.android.gms.common.api.GoogleApiActivity"
+121-->[com.google.android.gms:play-services-base:17.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\18b63455f7cdf2e55499d904fd0b4a4d\jetified-play-services-base-17.1.0\AndroidManifest.xml:24:13-79
+122 android:exported="false"
+122-->[com.google.android.gms:play-services-base:17.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\18b63455f7cdf2e55499d904fd0b4a4d\jetified-play-services-base-17.1.0\AndroidManifest.xml:25:13-37
+123 android:theme="@android:style/Theme.Translucent.NoTitleBar" />
+123-->[com.google.android.gms:play-services-base:17.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\18b63455f7cdf2e55499d904fd0b4a4d\jetified-play-services-base-17.1.0\AndroidManifest.xml:26:13-72
+124
+125 [com.google.firebase:firebase-common:19.3.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\b0490454e848f18b90eb9fd352d0729e\jetified-firebase-common-19.3.1\AndroidManifest.xml:26:9-31:39
+126 android:name="com.google.firebase.provider.FirebaseInitProvider"
+126-->[com.google.firebase:firebase-common:19.3.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\b0490454e848f18b90eb9fd352d0729e\jetified-firebase-common-19.3.1\AndroidManifest.xml:27:13-77
+127 android:authorities="com.example.capstone.firebaseinitprovider"
+127-->[com.google.firebase:firebase-common:19.3.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\b0490454e848f18b90eb9fd352d0729e\jetified-firebase-common-19.3.1\AndroidManifest.xml:28:13-72
+128 android:directBootAware="true"
+128-->[com.google.firebase:firebase-common:19.3.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\b0490454e848f18b90eb9fd352d0729e\jetified-firebase-common-19.3.1\AndroidManifest.xml:29:13-43
+129 android:exported="false"
+129-->[com.google.firebase:firebase-common:19.3.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\b0490454e848f18b90eb9fd352d0729e\jetified-firebase-common-19.3.1\AndroidManifest.xml:30:13-37
+130 android:initOrder="100" />
+130-->[com.google.firebase:firebase-common:19.3.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\b0490454e848f18b90eb9fd352d0729e\jetified-firebase-common-19.3.1\AndroidManifest.xml:31:13-36
+131
+132 [com.google.android.gms:play-services-basement:17.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\2a38911dfcd618f6f10b3261ee4a7ed5\jetified-play-services-basement-17.1.0\AndroidManifest.xml:23:9-25:69
+133 android:name="com.google.android.gms.version"
+133-->[com.google.android.gms:play-services-basement:17.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\2a38911dfcd618f6f10b3261ee4a7ed5\jetified-play-services-basement-17.1.0\AndroidManifest.xml:24:13-58
+134 android:value="@integer/google_play_services_version" />
+134-->[com.google.android.gms:play-services-basement:17.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\2a38911dfcd618f6f10b3261ee4a7ed5\jetified-play-services-basement-17.1.0\AndroidManifest.xml:25:13-66
+135
+136
+137
diff --git a/UI/app/build/intermediates/manifest_merge_blame_file/debugAndroidTest/manifest-merger-blame-debug-androidTest-report.txt b/UI/app/build/intermediates/manifest_merge_blame_file/debugAndroidTest/manifest-merger-blame-debug-androidTest-report.txt
deleted file mode 100644
index d2b414a6e..000000000
--- a/UI/app/build/intermediates/manifest_merge_blame_file/debugAndroidTest/manifest-merger-blame-debug-androidTest-report.txt
+++ /dev/null
@@ -1,77 +0,0 @@
-1
-2
-4
-5 C:\Users\AlexJ\AndroidStudioProjects\Capstone\app\build\intermediates\tmp\manifest\androidTest\debug\manifestMerger6517782197197762954.xml:5:5-74
-6 android:minSdkVersion="15"
-6-->C:\Users\AlexJ\AndroidStudioProjects\Capstone\app\build\intermediates\tmp\manifest\androidTest\debug\manifestMerger6517782197197762954.xml:5:15-41
-7 android:targetSdkVersion="29" />
-7-->C:\Users\AlexJ\AndroidStudioProjects\Capstone\app\build\intermediates\tmp\manifest\androidTest\debug\manifestMerger6517782197197762954.xml:5:42-71
-8
-9 C:\Users\AlexJ\AndroidStudioProjects\Capstone\app\build\intermediates\tmp\manifest\androidTest\debug\manifestMerger6517782197197762954.xml:11:5-15:70
-10 android:name="androidx.test.runner.AndroidJUnitRunner"
-10-->C:\Users\AlexJ\AndroidStudioProjects\Capstone\app\build\intermediates\tmp\manifest\androidTest\debug\manifestMerger6517782197197762954.xml:11:22-76
-11 android:functionalTest="false"
-11-->C:\Users\AlexJ\AndroidStudioProjects\Capstone\app\build\intermediates\tmp\manifest\androidTest\debug\manifestMerger6517782197197762954.xml:14:22-52
-12 android:handleProfiling="false"
-12-->C:\Users\AlexJ\AndroidStudioProjects\Capstone\app\build\intermediates\tmp\manifest\androidTest\debug\manifestMerger6517782197197762954.xml:13:22-53
-13 android:label="Tests for com.example.capstone"
-13-->C:\Users\AlexJ\AndroidStudioProjects\Capstone\app\build\intermediates\tmp\manifest\androidTest\debug\manifestMerger6517782197197762954.xml:15:22-68
-14 android:targetPackage="com.example.capstone" />
-14-->C:\Users\AlexJ\AndroidStudioProjects\Capstone\app\build\intermediates\tmp\manifest\androidTest\debug\manifestMerger6517782197197762954.xml:12:22-66
-15
-16
-16-->[androidx.test:core:1.1.0] C:\Users\AlexJ\.gradle\caches\transforms-2\files-2.1\61e5e7e4c8c93d43f3f06edf87848d5f\core-1.1.0\AndroidManifest.xml:24:5-72
-16-->[androidx.test:core:1.1.0] C:\Users\AlexJ\.gradle\caches\transforms-2\files-2.1\61e5e7e4c8c93d43f3f06edf87848d5f\core-1.1.0\AndroidManifest.xml:24:22-69
-17
-18
-18-->C:\Users\AlexJ\AndroidStudioProjects\Capstone\app\build\intermediates\tmp\manifest\androidTest\debug\manifestMerger6517782197197762954.xml:7:5-9:19
-18-->C:\Users\AlexJ\AndroidStudioProjects\Capstone\app\build\intermediates\tmp\manifest\androidTest\debug\manifestMerger6517782197197762954.xml:7:18-43
-19
-19-->C:\Users\AlexJ\AndroidStudioProjects\Capstone\app\build\intermediates\tmp\manifest\androidTest\debug\manifestMerger6517782197197762954.xml:8:9-60
-19-->C:\Users\AlexJ\AndroidStudioProjects\Capstone\app\build\intermediates\tmp\manifest\androidTest\debug\manifestMerger6517782197197762954.xml:8:23-57
-20
-21 [androidx.test:core:1.1.0] C:\Users\AlexJ\.gradle\caches\transforms-2\files-2.1\61e5e7e4c8c93d43f3f06edf87848d5f\core-1.1.0\AndroidManifest.xml:27:9-33:20
-22 android:name="androidx.test.core.app.InstrumentationActivityInvoker$BootstrapActivity"
-22-->[androidx.test:core:1.1.0] C:\Users\AlexJ\.gradle\caches\transforms-2\files-2.1\61e5e7e4c8c93d43f3f06edf87848d5f\core-1.1.0\AndroidManifest.xml:28:13-99
-23 android:theme="@style/InstrumentationActivityInvokerBootstrapActivityTheme" >
-23-->[androidx.test:core:1.1.0] C:\Users\AlexJ\.gradle\caches\transforms-2\files-2.1\61e5e7e4c8c93d43f3f06edf87848d5f\core-1.1.0\AndroidManifest.xml:29:13-88
-24
-24-->[androidx.test:core:1.1.0] C:\Users\AlexJ\.gradle\caches\transforms-2\files-2.1\61e5e7e4c8c93d43f3f06edf87848d5f\core-1.1.0\AndroidManifest.xml:30:13-32:29
-25
-25-->[androidx.test:core:1.1.0] C:\Users\AlexJ\.gradle\caches\transforms-2\files-2.1\61e5e7e4c8c93d43f3f06edf87848d5f\core-1.1.0\AndroidManifest.xml:31:17-69
-25-->[androidx.test:core:1.1.0] C:\Users\AlexJ\.gradle\caches\transforms-2\files-2.1\61e5e7e4c8c93d43f3f06edf87848d5f\core-1.1.0\AndroidManifest.xml:31:25-66
-26
-27
-28 [androidx.test:core:1.1.0] C:\Users\AlexJ\.gradle\caches\transforms-2\files-2.1\61e5e7e4c8c93d43f3f06edf87848d5f\core-1.1.0\AndroidManifest.xml:34:9-40:20
-29 android:name="androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity"
-29-->[androidx.test:core:1.1.0] C:\Users\AlexJ\.gradle\caches\transforms-2\files-2.1\61e5e7e4c8c93d43f3f06edf87848d5f\core-1.1.0\AndroidManifest.xml:35:13-95
-30 android:theme="@style/InstrumentationActivityInvokerEmptyActivityTheme" >
-30-->[androidx.test:core:1.1.0] C:\Users\AlexJ\.gradle\caches\transforms-2\files-2.1\61e5e7e4c8c93d43f3f06edf87848d5f\core-1.1.0\AndroidManifest.xml:36:13-84
-31
-31-->[androidx.test:core:1.1.0] C:\Users\AlexJ\.gradle\caches\transforms-2\files-2.1\61e5e7e4c8c93d43f3f06edf87848d5f\core-1.1.0\AndroidManifest.xml:30:13-32:29
-32
-32-->[androidx.test:core:1.1.0] C:\Users\AlexJ\.gradle\caches\transforms-2\files-2.1\61e5e7e4c8c93d43f3f06edf87848d5f\core-1.1.0\AndroidManifest.xml:31:17-69
-32-->[androidx.test:core:1.1.0] C:\Users\AlexJ\.gradle\caches\transforms-2\files-2.1\61e5e7e4c8c93d43f3f06edf87848d5f\core-1.1.0\AndroidManifest.xml:31:25-66
-33
-34
-35 [androidx.test:core:1.1.0] C:\Users\AlexJ\.gradle\caches\transforms-2\files-2.1\61e5e7e4c8c93d43f3f06edf87848d5f\core-1.1.0\AndroidManifest.xml:41:9-47:20
-36 android:name="androidx.test.core.app.InstrumentationActivityInvoker$EmptyFloatingActivity"
-36-->[androidx.test:core:1.1.0] C:\Users\AlexJ\.gradle\caches\transforms-2\files-2.1\61e5e7e4c8c93d43f3f06edf87848d5f\core-1.1.0\AndroidManifest.xml:42:13-103
-37 android:theme="@style/InstrumentationActivityInvokerFloatingActivityTheme" >
-37-->[androidx.test:core:1.1.0] C:\Users\AlexJ\.gradle\caches\transforms-2\files-2.1\61e5e7e4c8c93d43f3f06edf87848d5f\core-1.1.0\AndroidManifest.xml:43:13-87
-38
-38-->[androidx.test:core:1.1.0] C:\Users\AlexJ\.gradle\caches\transforms-2\files-2.1\61e5e7e4c8c93d43f3f06edf87848d5f\core-1.1.0\AndroidManifest.xml:30:13-32:29
-39
-39-->[androidx.test:core:1.1.0] C:\Users\AlexJ\.gradle\caches\transforms-2\files-2.1\61e5e7e4c8c93d43f3f06edf87848d5f\core-1.1.0\AndroidManifest.xml:31:17-69
-39-->[androidx.test:core:1.1.0] C:\Users\AlexJ\.gradle\caches\transforms-2\files-2.1\61e5e7e4c8c93d43f3f06edf87848d5f\core-1.1.0\AndroidManifest.xml:31:25-66
-40
-41
-42
-43
-44
diff --git a/UI/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml b/UI/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml
index e80796a4e..2744e9c4c 100644
--- a/UI/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml
+++ b/UI/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml
@@ -5,10 +5,18 @@
android:versionName="1.0" >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -26,6 +43,95 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/UI/app/build/intermediates/merged_manifests/debug/output.json b/UI/app/build/intermediates/merged_manifests/debug/output.json
index cd99ebbce..51aa013e8 100644
--- a/UI/app/build/intermediates/merged_manifests/debug/output.json
+++ b/UI/app/build/intermediates/merged_manifests/debug/output.json
@@ -1 +1,28 @@
-[{"outputType":{"type":"MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"com.example.capstone","split":"","minSdkVersion":"15"}}]
\ No newline at end of file
+{
+ "version": 1,
+ "applicationId": "com.example.capstone",
+ "variantType": "BASE_APK",
+ "elements": [
+ {
+ "outputType": {
+ "type": "MERGED_MANIFESTS"
+ },
+ "apkData": {
+ "type": "MAIN",
+ "splits": [],
+ "versionCode": 1,
+ "versionName": "1.0",
+ "outputFile": "app-debug.apk",
+ "fullName": "debug",
+ "baseName": "debug",
+ "dirName": ""
+ },
+ "path": "AndroidManifest.xml",
+ "properties": {
+ "packageId": "com.example.capstone",
+ "split": "",
+ "minSdkVersion": "17"
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/UI/app/build/intermediates/merged_manifests/debugAndroidTest/AndroidManifest.xml b/UI/app/build/intermediates/merged_manifests/debugAndroidTest/AndroidManifest.xml
deleted file mode 100644
index fbb08d537..000000000
--- a/UI/app/build/intermediates/merged_manifests/debugAndroidTest/AndroidManifest.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/UI/app/build/intermediates/merged_manifests/debugAndroidTest/output.json b/UI/app/build/intermediates/merged_manifests/debugAndroidTest/output.json
deleted file mode 100644
index 480c8cad7..000000000
--- a/UI/app/build/intermediates/merged_manifests/debugAndroidTest/output.json
+++ /dev/null
@@ -1 +0,0 @@
-[{"outputType":{"type":"MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-debug-androidTest.apk","fullName":"debugAndroidTest","baseName":"debug-androidTest"},"path":"AndroidManifest.xml","properties":{}}]
\ No newline at end of file
diff --git a/UI/app/build/intermediates/metadata_feature_manifest/debug/processDebugManifest/metadata-feature/output.json b/UI/app/build/intermediates/metadata_feature_manifest/debug/processDebugManifest/metadata-feature/output.json
deleted file mode 100644
index 5875ae57c..000000000
--- a/UI/app/build/intermediates/metadata_feature_manifest/debug/processDebugManifest/metadata-feature/output.json
+++ /dev/null
@@ -1 +0,0 @@
-[{"outputType":{"type":"METADATA_FEATURE_MANIFEST"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{}}]
\ No newline at end of file
diff --git a/UI/app/build/intermediates/processed_res/debug/processDebugResources/out/output.json b/UI/app/build/intermediates/processed_res/debug/processDebugResources/out/output.json
deleted file mode 100644
index e795d6265..000000000
--- a/UI/app/build/intermediates/processed_res/debug/processDebugResources/out/output.json
+++ /dev/null
@@ -1 +0,0 @@
-[{"outputType":{"type":"PROCESSED_RES"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug"},"path":"resources-debug.ap_","properties":{"packageId":"com.example.capstone","split":"","minSdkVersion":"15"}}]
\ No newline at end of file
diff --git a/UI/app/build/intermediates/processed_res/debug/processDebugResources/out/resources-debug.ap_ b/UI/app/build/intermediates/processed_res/debug/processDebugResources/out/resources-debug.ap_
deleted file mode 100644
index 77e84b287..000000000
Binary files a/UI/app/build/intermediates/processed_res/debug/processDebugResources/out/resources-debug.ap_ and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/anim_abc_fade_in.xml.flat b/UI/app/build/intermediates/res/merged/debug/anim_abc_fade_in.xml.flat
deleted file mode 100644
index a9c4c1438..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/anim_abc_fade_in.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/anim_abc_fade_out.xml.flat b/UI/app/build/intermediates/res/merged/debug/anim_abc_fade_out.xml.flat
deleted file mode 100644
index 3ffe7de5b..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/anim_abc_fade_out.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/anim_abc_grow_fade_in_from_bottom.xml.flat b/UI/app/build/intermediates/res/merged/debug/anim_abc_grow_fade_in_from_bottom.xml.flat
deleted file mode 100644
index edf0c3a7d..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/anim_abc_grow_fade_in_from_bottom.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/anim_abc_popup_enter.xml.flat b/UI/app/build/intermediates/res/merged/debug/anim_abc_popup_enter.xml.flat
deleted file mode 100644
index e3ef2f8e0..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/anim_abc_popup_enter.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/anim_abc_popup_exit.xml.flat b/UI/app/build/intermediates/res/merged/debug/anim_abc_popup_exit.xml.flat
deleted file mode 100644
index b701eb6ae..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/anim_abc_popup_exit.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/anim_abc_shrink_fade_out_from_bottom.xml.flat b/UI/app/build/intermediates/res/merged/debug/anim_abc_shrink_fade_out_from_bottom.xml.flat
deleted file mode 100644
index 84e8e9d2c..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/anim_abc_shrink_fade_out_from_bottom.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/anim_abc_slide_in_bottom.xml.flat b/UI/app/build/intermediates/res/merged/debug/anim_abc_slide_in_bottom.xml.flat
deleted file mode 100644
index 0c45e16c4..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/anim_abc_slide_in_bottom.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/anim_abc_slide_in_top.xml.flat b/UI/app/build/intermediates/res/merged/debug/anim_abc_slide_in_top.xml.flat
deleted file mode 100644
index d516dabc0..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/anim_abc_slide_in_top.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/anim_abc_slide_out_bottom.xml.flat b/UI/app/build/intermediates/res/merged/debug/anim_abc_slide_out_bottom.xml.flat
deleted file mode 100644
index d1b9c2a10..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/anim_abc_slide_out_bottom.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/anim_abc_slide_out_top.xml.flat b/UI/app/build/intermediates/res/merged/debug/anim_abc_slide_out_top.xml.flat
deleted file mode 100644
index 0c180e8f8..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/anim_abc_slide_out_top.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/anim_abc_tooltip_enter.xml.flat b/UI/app/build/intermediates/res/merged/debug/anim_abc_tooltip_enter.xml.flat
deleted file mode 100644
index e017cc6e1..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/anim_abc_tooltip_enter.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/anim_abc_tooltip_exit.xml.flat b/UI/app/build/intermediates/res/merged/debug/anim_abc_tooltip_exit.xml.flat
deleted file mode 100644
index fa8b4d3a0..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/anim_abc_tooltip_exit.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/color-v21_abc_btn_colored_borderless_text_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/color-v21_abc_btn_colored_borderless_text_material.xml.flat
deleted file mode 100644
index 6ffec9811..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/color-v21_abc_btn_colored_borderless_text_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/color-v23_abc_btn_colored_borderless_text_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/color-v23_abc_btn_colored_borderless_text_material.xml.flat
deleted file mode 100644
index 10052bd18..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/color-v23_abc_btn_colored_borderless_text_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/color-v23_abc_btn_colored_text_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/color-v23_abc_btn_colored_text_material.xml.flat
deleted file mode 100644
index ac6203c6c..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/color-v23_abc_btn_colored_text_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/color-v23_abc_color_highlight_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/color-v23_abc_color_highlight_material.xml.flat
deleted file mode 100644
index e0505095d..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/color-v23_abc_color_highlight_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/color-v23_abc_tint_btn_checkable.xml.flat b/UI/app/build/intermediates/res/merged/debug/color-v23_abc_tint_btn_checkable.xml.flat
deleted file mode 100644
index 43b1e4e4a..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/color-v23_abc_tint_btn_checkable.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/color-v23_abc_tint_default.xml.flat b/UI/app/build/intermediates/res/merged/debug/color-v23_abc_tint_default.xml.flat
deleted file mode 100644
index 20e1d0f0e..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/color-v23_abc_tint_default.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/color-v23_abc_tint_edittext.xml.flat b/UI/app/build/intermediates/res/merged/debug/color-v23_abc_tint_edittext.xml.flat
deleted file mode 100644
index 444870e86..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/color-v23_abc_tint_edittext.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/color-v23_abc_tint_seek_thumb.xml.flat b/UI/app/build/intermediates/res/merged/debug/color-v23_abc_tint_seek_thumb.xml.flat
deleted file mode 100644
index a13b10edb..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/color-v23_abc_tint_seek_thumb.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/color-v23_abc_tint_spinner.xml.flat b/UI/app/build/intermediates/res/merged/debug/color-v23_abc_tint_spinner.xml.flat
deleted file mode 100644
index 6fb1afbec..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/color-v23_abc_tint_spinner.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/color-v23_abc_tint_switch_track.xml.flat b/UI/app/build/intermediates/res/merged/debug/color-v23_abc_tint_switch_track.xml.flat
deleted file mode 100644
index cade0f297..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/color-v23_abc_tint_switch_track.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/color_abc_background_cache_hint_selector_material_dark.xml.flat b/UI/app/build/intermediates/res/merged/debug/color_abc_background_cache_hint_selector_material_dark.xml.flat
deleted file mode 100644
index 0fcff68c1..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/color_abc_background_cache_hint_selector_material_dark.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/color_abc_background_cache_hint_selector_material_light.xml.flat b/UI/app/build/intermediates/res/merged/debug/color_abc_background_cache_hint_selector_material_light.xml.flat
deleted file mode 100644
index e2db402aa..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/color_abc_background_cache_hint_selector_material_light.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/color_abc_btn_colored_borderless_text_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/color_abc_btn_colored_borderless_text_material.xml.flat
deleted file mode 100644
index d2079e8bd..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/color_abc_btn_colored_borderless_text_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/color_abc_btn_colored_text_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/color_abc_btn_colored_text_material.xml.flat
deleted file mode 100644
index 787e534d5..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/color_abc_btn_colored_text_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/color_abc_hint_foreground_material_dark.xml.flat b/UI/app/build/intermediates/res/merged/debug/color_abc_hint_foreground_material_dark.xml.flat
deleted file mode 100644
index 32e8d613a..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/color_abc_hint_foreground_material_dark.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/color_abc_hint_foreground_material_light.xml.flat b/UI/app/build/intermediates/res/merged/debug/color_abc_hint_foreground_material_light.xml.flat
deleted file mode 100644
index 0c44de26c..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/color_abc_hint_foreground_material_light.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/color_abc_primary_text_disable_only_material_dark.xml.flat b/UI/app/build/intermediates/res/merged/debug/color_abc_primary_text_disable_only_material_dark.xml.flat
deleted file mode 100644
index 0daaa5de3..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/color_abc_primary_text_disable_only_material_dark.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/color_abc_primary_text_disable_only_material_light.xml.flat b/UI/app/build/intermediates/res/merged/debug/color_abc_primary_text_disable_only_material_light.xml.flat
deleted file mode 100644
index 59ac5bfef..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/color_abc_primary_text_disable_only_material_light.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/color_abc_primary_text_material_dark.xml.flat b/UI/app/build/intermediates/res/merged/debug/color_abc_primary_text_material_dark.xml.flat
deleted file mode 100644
index 631d7e455..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/color_abc_primary_text_material_dark.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/color_abc_primary_text_material_light.xml.flat b/UI/app/build/intermediates/res/merged/debug/color_abc_primary_text_material_light.xml.flat
deleted file mode 100644
index c551b920f..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/color_abc_primary_text_material_light.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/color_abc_search_url_text.xml.flat b/UI/app/build/intermediates/res/merged/debug/color_abc_search_url_text.xml.flat
deleted file mode 100644
index 27823ad14..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/color_abc_search_url_text.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/color_abc_secondary_text_material_dark.xml.flat b/UI/app/build/intermediates/res/merged/debug/color_abc_secondary_text_material_dark.xml.flat
deleted file mode 100644
index f1c9f09db..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/color_abc_secondary_text_material_dark.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/color_abc_secondary_text_material_light.xml.flat b/UI/app/build/intermediates/res/merged/debug/color_abc_secondary_text_material_light.xml.flat
deleted file mode 100644
index 1e1a63207..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/color_abc_secondary_text_material_light.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/color_abc_tint_btn_checkable.xml.flat b/UI/app/build/intermediates/res/merged/debug/color_abc_tint_btn_checkable.xml.flat
deleted file mode 100644
index 7b7701968..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/color_abc_tint_btn_checkable.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/color_abc_tint_default.xml.flat b/UI/app/build/intermediates/res/merged/debug/color_abc_tint_default.xml.flat
deleted file mode 100644
index 82d6406d6..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/color_abc_tint_default.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/color_abc_tint_edittext.xml.flat b/UI/app/build/intermediates/res/merged/debug/color_abc_tint_edittext.xml.flat
deleted file mode 100644
index 675dad2c7..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/color_abc_tint_edittext.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/color_abc_tint_seek_thumb.xml.flat b/UI/app/build/intermediates/res/merged/debug/color_abc_tint_seek_thumb.xml.flat
deleted file mode 100644
index 27e35d322..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/color_abc_tint_seek_thumb.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/color_abc_tint_spinner.xml.flat b/UI/app/build/intermediates/res/merged/debug/color_abc_tint_spinner.xml.flat
deleted file mode 100644
index e668fd6ea..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/color_abc_tint_spinner.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/color_abc_tint_switch_track.xml.flat b/UI/app/build/intermediates/res/merged/debug/color_abc_tint_switch_track.xml.flat
deleted file mode 100644
index f9dd38a94..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/color_abc_tint_switch_track.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/color_switch_thumb_material_dark.xml.flat b/UI/app/build/intermediates/res/merged/debug/color_switch_thumb_material_dark.xml.flat
deleted file mode 100644
index 54490ca2c..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/color_switch_thumb_material_dark.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/color_switch_thumb_material_light.xml.flat b/UI/app/build/intermediates/res/merged/debug/color_switch_thumb_material_light.xml.flat
deleted file mode 100644
index 1fc182bc5..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/color_switch_thumb_material_light.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat
deleted file mode 100644
index c4ceadc9f..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat
deleted file mode 100644
index 819bead3c..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat
deleted file mode 100644
index e6aeb70ed..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat
deleted file mode 100644
index 33db9f47a..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat
deleted file mode 100644
index 8c9ce9aaf..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat
deleted file mode 100644
index f92a93b12..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat
deleted file mode 100644
index 2a65c4056..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat
deleted file mode 100644
index 5083dc8a5..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat
deleted file mode 100644
index d97b144eb..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat
deleted file mode 100644
index 38f5d939d..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat
deleted file mode 100644
index 8fcfbde8d..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat
deleted file mode 100644
index ea9ea91fa..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat
deleted file mode 100644
index 0e8d0582f..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat
deleted file mode 100644
index 4e40f63d5..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat
deleted file mode 100644
index 8a6aec7a0..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat
deleted file mode 100644
index 3636d1868..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat
deleted file mode 100644
index ae19e69a9..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat
deleted file mode 100644
index 77108ee2b..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat
deleted file mode 100644
index 2e0b95d9d..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat
deleted file mode 100644
index f5a9fe541..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat
deleted file mode 100644
index a216124b3..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_focused_holo.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_focused_holo.9.png.flat
deleted file mode 100644
index d0c4ad634..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_focused_holo.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat
deleted file mode 100644
index 7c89c5a80..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat
deleted file mode 100644
index 98b5fa330..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat
deleted file mode 100644
index 9fee95708..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat
deleted file mode 100644
index a753784a4..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat
deleted file mode 100644
index aced63ae5..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat
deleted file mode 100644
index 31467c722..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat
deleted file mode 100644
index e4009fcf2..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat
deleted file mode 100644
index 47ecae56f..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat
deleted file mode 100644
index 8003dc2e5..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat
deleted file mode 100644
index 5c1e3bed5..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat
deleted file mode 100644
index d50198916..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat
deleted file mode 100644
index 942c9b623..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat
deleted file mode 100644
index bd0e00512..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat
deleted file mode 100644
index 1c5d3b3f3..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat
deleted file mode 100644
index 0fab3d24d..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat
deleted file mode 100644
index a775e3b36..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat
deleted file mode 100644
index a4c1bf72e..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat
deleted file mode 100644
index b2e951ead..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat
deleted file mode 100644
index fd03a6386..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat
deleted file mode 100644
index dcbbf848d..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat
deleted file mode 100644
index 6428ce48c..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat
deleted file mode 100644
index 105ae2659..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat
deleted file mode 100644
index e8cc03f58..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat
deleted file mode 100644
index b00a5315a..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat
deleted file mode 100644
index 7c6dd9590..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_low_normal.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_low_normal.9.png.flat
deleted file mode 100644
index 4749ac534..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_low_normal.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat
deleted file mode 100644
index 40875560e..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_normal.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_normal.9.png.flat
deleted file mode 100644
index b7126b45e..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_normal.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat
deleted file mode 100644
index 59512338b..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat
deleted file mode 100644
index 64434ecdf..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-ldpi_ic_launcher_background.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-ldpi_ic_launcher_background.png.flat
index eea26f9ba..38eb5b438 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-ldpi_ic_launcher_background.png.flat and b/UI/app/build/intermediates/res/merged/debug/drawable-ldpi_ic_launcher_background.png.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat
deleted file mode 100644
index 9e1b69c23..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat
deleted file mode 100644
index 050d69e15..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat
deleted file mode 100644
index 862ddbbad..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat
deleted file mode 100644
index 2846fb6ca..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat
deleted file mode 100644
index 58cfb7ede..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat
deleted file mode 100644
index 59f9fcc4c..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat
deleted file mode 100644
index f3c165a79..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat
deleted file mode 100644
index b8288ed23..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat
deleted file mode 100644
index e70ddda1c..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat
deleted file mode 100644
index a25bed9b5..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat
deleted file mode 100644
index 744c3e7ca..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat
deleted file mode 100644
index 8afcf565b..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat
deleted file mode 100644
index c9328718a..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat
deleted file mode 100644
index fb8830564..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat
deleted file mode 100644
index 4d9d78403..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat
deleted file mode 100644
index ebe277add..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat
deleted file mode 100644
index 107fefe2b..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat
deleted file mode 100644
index 5cd7f0c5c..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat
deleted file mode 100644
index c91217ec9..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat
deleted file mode 100644
index acceee5c1..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat
deleted file mode 100644
index f021764c1..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat
deleted file mode 100644
index c36046bde..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat
deleted file mode 100644
index 2325c4a8f..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat
deleted file mode 100644
index 673f710c5..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat
deleted file mode 100644
index ba7ef4c99..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat
deleted file mode 100644
index e3c9a92b6..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat
deleted file mode 100644
index 411f2f99d..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat
deleted file mode 100644
index 198b74022..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat
deleted file mode 100644
index 5718c8cbd..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat
deleted file mode 100644
index 2a42dae83..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat
deleted file mode 100644
index 173f04a84..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat
deleted file mode 100644
index beae9ce72..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat
deleted file mode 100644
index d99d6bbc6..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat
deleted file mode 100644
index cb104e2dc..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat
deleted file mode 100644
index 9fce50720..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat
deleted file mode 100644
index 34d9ad4e8..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_focused_holo.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_focused_holo.9.png.flat
deleted file mode 100644
index 7c729f36b..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_focused_holo.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat
deleted file mode 100644
index 97aad1a78..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat
deleted file mode 100644
index 60d72e5ac..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat
deleted file mode 100644
index 77a7c4ce2..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat
deleted file mode 100644
index c7f7e7520..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat
deleted file mode 100644
index 2bd72736c..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat
deleted file mode 100644
index 59de4f02c..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat
deleted file mode 100644
index e8db4027c..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat
deleted file mode 100644
index 4985ee095..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat
deleted file mode 100644
index 1176e9a59..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat
deleted file mode 100644
index 863bdcca9..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat
deleted file mode 100644
index 39aaed073..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat
deleted file mode 100644
index 8b68cff31..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat
deleted file mode 100644
index 7be42531b..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat
deleted file mode 100644
index c62d332d1..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat
deleted file mode 100644
index 3bd5363d9..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat
deleted file mode 100644
index ace0983a0..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat
deleted file mode 100644
index 8f0208b81..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat
deleted file mode 100644
index 3f71bf403..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat
deleted file mode 100644
index 2a66c1cb1..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat
deleted file mode 100644
index f4c303670..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat
deleted file mode 100644
index 3ffd89b0d..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat
deleted file mode 100644
index 402c34d59..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat
deleted file mode 100644
index c77c335b4..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat
deleted file mode 100644
index b3e218dd7..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat
deleted file mode 100644
index 3bb0001ba..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_low_normal.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_low_normal.9.png.flat
deleted file mode 100644
index 92c71f01d..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_low_normal.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat
deleted file mode 100644
index 5526617ac..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_normal.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_normal.9.png.flat
deleted file mode 100644
index 7f412d020..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_normal.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat
deleted file mode 100644
index 680d2655b..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat
deleted file mode 100644
index d3dd47f7b..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-v21_abc_action_bar_item_background_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable-v21_abc_action_bar_item_background_material.xml.flat
deleted file mode 100644
index 887cc0698..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-v21_abc_action_bar_item_background_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-v21_abc_btn_colored_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable-v21_abc_btn_colored_material.xml.flat
deleted file mode 100644
index 24541344d..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-v21_abc_btn_colored_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-v21_abc_dialog_material_background.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable-v21_abc_dialog_material_background.xml.flat
deleted file mode 100644
index 4330836cf..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-v21_abc_dialog_material_background.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-v21_abc_edit_text_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable-v21_abc_edit_text_material.xml.flat
deleted file mode 100644
index dd4ee2314..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-v21_abc_edit_text_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-v21_abc_list_divider_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable-v21_abc_list_divider_material.xml.flat
deleted file mode 100644
index 67987a82f..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-v21_abc_list_divider_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-v21_notification_action_background.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable-v21_notification_action_background.xml.flat
deleted file mode 100644
index c3fa10cff..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-v21_notification_action_background.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-v23_abc_control_background_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable-v23_abc_control_background_material.xml.flat
deleted file mode 100644
index c08f477b1..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-v23_abc_control_background_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-v24_caroutline2.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-v24_caroutline2.png.flat
index 743e97f8a..8430e8fb2 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-v24_caroutline2.png.flat and b/UI/app/build/intermediates/res/merged/debug/drawable-v24_caroutline2.png.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-v24_ic_launcher_foreground.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable-v24_ic_launcher_foreground.xml.flat
index 0a1847846..edf23bda9 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-v24_ic_launcher_foreground.xml.flat and b/UI/app/build/intermediates/res/merged/debug/drawable-v24_ic_launcher_foreground.xml.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-v24_mybutton.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable-v24_mybutton.xml.flat
index 55751e3a8..7b1e737a4 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-v24_mybutton.xml.flat and b/UI/app/build/intermediates/res/merged/debug/drawable-v24_mybutton.xml.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-watch-v20_abc_dialog_material_background.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable-watch-v20_abc_dialog_material_background.xml.flat
deleted file mode 100644
index 7a4facb9e..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-watch-v20_abc_dialog_material_background.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat
deleted file mode 100644
index 482950aa7..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat
deleted file mode 100644
index 61c34a079..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat
deleted file mode 100644
index 0e8a112a0..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat
deleted file mode 100644
index 5474592c4..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat
deleted file mode 100644
index 34e1cdb41..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat
deleted file mode 100644
index e04558d42..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat
deleted file mode 100644
index a005b7d99..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat
deleted file mode 100644
index 8db690ba4..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat
deleted file mode 100644
index 8d84c9bd7..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat
deleted file mode 100644
index c4e769e2a..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat
deleted file mode 100644
index 7241bab93..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat
deleted file mode 100644
index a0091a3ca..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat
deleted file mode 100644
index 236615acc..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat
deleted file mode 100644
index 5b8a1095e..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat
deleted file mode 100644
index 89c23d5bf..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat
deleted file mode 100644
index c292f6feb..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat
deleted file mode 100644
index 158609887..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat
deleted file mode 100644
index 5d5924193..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat
deleted file mode 100644
index 1bfdf6118..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat
deleted file mode 100644
index 91446406c..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat
deleted file mode 100644
index a0267816a..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat
deleted file mode 100644
index fe07f4c60..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat
deleted file mode 100644
index 10c6a2b7a..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat
deleted file mode 100644
index 5dfe3e720..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat
deleted file mode 100644
index db4185ad8..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat
deleted file mode 100644
index 529e3a184..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat
deleted file mode 100644
index 6030f39ac..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat
deleted file mode 100644
index 72127bce7..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat
deleted file mode 100644
index 78aa8189f..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat
deleted file mode 100644
index 8324adaeb..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat
deleted file mode 100644
index 8bf4de597..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat
deleted file mode 100644
index 4b6265c74..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat
deleted file mode 100644
index 5eab3e98c..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat
deleted file mode 100644
index ae692b1cb..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat
deleted file mode 100644
index 5ab79dfcf..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat
deleted file mode 100644
index 9050b24e9..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat
deleted file mode 100644
index b9aa7e027..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat
deleted file mode 100644
index 9a3f095ef..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat
deleted file mode 100644
index dd429c749..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat
deleted file mode 100644
index 195841744..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat
deleted file mode 100644
index d1213c48f..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat
deleted file mode 100644
index 135f81668..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat
deleted file mode 100644
index f8d9e3dc7..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat
deleted file mode 100644
index 1ba47802c..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat
deleted file mode 100644
index 2fe899945..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat
deleted file mode 100644
index e29366fd6..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat
deleted file mode 100644
index fa4d5f6ad..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat
deleted file mode 100644
index e549ebfe9..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat
deleted file mode 100644
index 2d4d84c6e..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_normal.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_normal.9.png.flat
deleted file mode 100644
index d6abaf397..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_normal.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat
deleted file mode 100644
index f9a9f4de8..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat
deleted file mode 100644
index 06e6a50b8..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat
deleted file mode 100644
index a41fe2646..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat
deleted file mode 100644
index 8877fcc25..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat
deleted file mode 100644
index 23ac8b838..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat
deleted file mode 100644
index 3d37caa97..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat
deleted file mode 100644
index f27e12c91..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat
deleted file mode 100644
index 1e645bf86..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat
deleted file mode 100644
index 4d15fe430..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat
deleted file mode 100644
index 9961d1efa..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat
deleted file mode 100644
index ef541eb2d..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat
deleted file mode 100644
index 0808b8aa0..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat
deleted file mode 100644
index a0a836ebf..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat
deleted file mode 100644
index 9160d4e86..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat
deleted file mode 100644
index be84fa353..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat
deleted file mode 100644
index 5a3cb0e8f..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat
deleted file mode 100644
index 1cf7a49fb..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat
deleted file mode 100644
index a7cafc95d..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat
deleted file mode 100644
index 3ce1557ff..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat
deleted file mode 100644
index 16f70439f..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat
deleted file mode 100644
index 00dcb2f8c..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat
deleted file mode 100644
index db3ea6c11..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat
deleted file mode 100644
index 3fab5e740..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat
deleted file mode 100644
index b89a0fb97..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat
deleted file mode 100644
index 20b13b281..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat
deleted file mode 100644
index b31ab6c23..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat
deleted file mode 100644
index b0deacba0..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat
deleted file mode 100644
index f35ac9397..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat
deleted file mode 100644
index 99739e6d2..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat
deleted file mode 100644
index 7c9f5b23a..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat
deleted file mode 100644
index 4a277525e..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat
deleted file mode 100644
index 5fb3ad468..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat
deleted file mode 100644
index 0c68fd94e..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat
deleted file mode 100644
index 2ee3f3ea0..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat
deleted file mode 100644
index 834b6bb1e..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat
deleted file mode 100644
index e15977e79..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat
deleted file mode 100644
index a7d1569e5..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat
deleted file mode 100644
index c4c4740ad..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat
deleted file mode 100644
index 65c4e0aef..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat
deleted file mode 100644
index 3b46eefe0..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat
deleted file mode 100644
index 0da1b325e..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat
deleted file mode 100644
index 24095bb15..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat
deleted file mode 100644
index 6beb70a82..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat
deleted file mode 100644
index f0083da67..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat
deleted file mode 100644
index 39848c82e..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat
deleted file mode 100644
index 7ec0edec2..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat
deleted file mode 100644
index fccac29a0..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat
deleted file mode 100644
index 1c761807d..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat
deleted file mode 100644
index b450d82ad..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat
deleted file mode 100644
index 1f49ebac5..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat
deleted file mode 100644
index 9ed4e1de0..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat
deleted file mode 100644
index 89f34e894..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat
deleted file mode 100644
index 8564eed12..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat
deleted file mode 100644
index 4325b8154..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat
deleted file mode 100644
index e79d62a00..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat
deleted file mode 100644
index 659a0161f..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat
deleted file mode 100644
index 5e88fd77f..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat
deleted file mode 100644
index 7ccce0fa0..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat
deleted file mode 100644
index f3012702e..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat
deleted file mode 100644
index 4b8ac81dc..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat
deleted file mode 100644
index a717b1468..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat
deleted file mode 100644
index 4d6420fa2..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat
deleted file mode 100644
index d8a2d1cd8..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat
deleted file mode 100644
index 9a7f5edf9..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat
deleted file mode 100644
index a34e2f8ef..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat
deleted file mode 100644
index 95cce30ab..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat
deleted file mode 100644
index 9b0314e93..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat
deleted file mode 100644
index 0d11a9c81..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat
deleted file mode 100644
index a3a5912b3..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat
deleted file mode 100644
index 80dbc85ca..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat
deleted file mode 100644
index 3a65f4743..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat
deleted file mode 100644
index 51aa252be..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat
deleted file mode 100644
index b8474122b..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat
deleted file mode 100644
index c9eba8b8c..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat
deleted file mode 100644
index c06202d8b..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi_ic_launcher_background.png.flat b/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi_ic_launcher_background.png.flat
index 3499046f3..976feef9b 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi_ic_launcher_background.png.flat and b/UI/app/build/intermediates/res/merged/debug/drawable-xxxhdpi_ic_launcher_background.png.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_abc_btn_borderless_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_abc_btn_borderless_material.xml.flat
deleted file mode 100644
index 59da518b5..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_abc_btn_borderless_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_abc_btn_check_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_abc_btn_check_material.xml.flat
deleted file mode 100644
index 0c74c7a23..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_abc_btn_check_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_abc_btn_colored_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_abc_btn_colored_material.xml.flat
deleted file mode 100644
index 83cbc8901..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_abc_btn_colored_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_abc_btn_default_mtrl_shape.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_abc_btn_default_mtrl_shape.xml.flat
deleted file mode 100644
index d7fcca1cf..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_abc_btn_default_mtrl_shape.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_abc_btn_radio_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_abc_btn_radio_material.xml.flat
deleted file mode 100644
index 2aa1b3527..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_abc_btn_radio_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_abc_cab_background_internal_bg.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_abc_cab_background_internal_bg.xml.flat
deleted file mode 100644
index d4b9eb0c5..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_abc_cab_background_internal_bg.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_abc_cab_background_top_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_abc_cab_background_top_material.xml.flat
deleted file mode 100644
index 35570a511..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_abc_cab_background_top_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_abc_dialog_material_background.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_abc_dialog_material_background.xml.flat
deleted file mode 100644
index 5eba7fc59..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_abc_dialog_material_background.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_abc_edit_text_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_abc_edit_text_material.xml.flat
deleted file mode 100644
index d02e7a443..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_abc_edit_text_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_abc_ic_ab_back_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_abc_ic_ab_back_material.xml.flat
deleted file mode 100644
index 718587665..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_abc_ic_ab_back_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat
deleted file mode 100644
index f9d67d0ab..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_abc_ic_clear_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_abc_ic_clear_material.xml.flat
deleted file mode 100644
index 3d058ff79..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_abc_ic_clear_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_abc_ic_go_search_api_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_abc_ic_go_search_api_material.xml.flat
deleted file mode 100644
index 7aa095652..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_abc_ic_go_search_api_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_abc_ic_menu_overflow_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_abc_ic_menu_overflow_material.xml.flat
deleted file mode 100644
index 91941bed9..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_abc_ic_menu_overflow_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_abc_ic_search_api_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_abc_ic_search_api_material.xml.flat
deleted file mode 100644
index d434be994..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_abc_ic_search_api_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_abc_ic_voice_search_api_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_abc_ic_voice_search_api_material.xml.flat
deleted file mode 100644
index f8c1c269c..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_abc_ic_voice_search_api_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_abc_item_background_holo_dark.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_abc_item_background_holo_dark.xml.flat
deleted file mode 100644
index f12beb713..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_abc_item_background_holo_dark.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_abc_item_background_holo_light.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_abc_item_background_holo_light.xml.flat
deleted file mode 100644
index 708d4a258..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_abc_item_background_holo_light.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_abc_list_divider_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_abc_list_divider_material.xml.flat
deleted file mode 100644
index f0f0f8a04..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_abc_list_divider_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_background_transition_holo_dark.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_background_transition_holo_dark.xml.flat
deleted file mode 100644
index dd5f37960..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_background_transition_holo_dark.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_background_transition_holo_light.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_background_transition_holo_light.xml.flat
deleted file mode 100644
index ab80ecc9a..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_background_transition_holo_light.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_holo_dark.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_holo_dark.xml.flat
deleted file mode 100644
index 0ade40df5..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_holo_dark.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_holo_light.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_holo_light.xml.flat
deleted file mode 100644
index cf6cd8c02..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_abc_list_selector_holo_light.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_indicator_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_indicator_material.xml.flat
deleted file mode 100644
index 3271dc315..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_indicator_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_material.xml.flat
deleted file mode 100644
index b46d209a6..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_small_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_small_material.xml.flat
deleted file mode 100644
index 51af8b719..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_abc_ratingbar_small_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_thumb_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_thumb_material.xml.flat
deleted file mode 100644
index 9dc96b702..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_thumb_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_tick_mark_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_tick_mark_material.xml.flat
deleted file mode 100644
index 3ee1ddcfb..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_tick_mark_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_track_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_track_material.xml.flat
deleted file mode 100644
index 7d51a910b..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_abc_seekbar_track_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_abc_spinner_textfield_background_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_abc_spinner_textfield_background_material.xml.flat
deleted file mode 100644
index bd1452221..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_abc_spinner_textfield_background_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_abc_switch_thumb_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_abc_switch_thumb_material.xml.flat
deleted file mode 100644
index 6ebfd312b..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_abc_switch_thumb_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_abc_tab_indicator_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_abc_tab_indicator_material.xml.flat
deleted file mode 100644
index 309dbf777..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_abc_tab_indicator_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_abc_text_cursor_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_abc_text_cursor_material.xml.flat
deleted file mode 100644
index 16d0c0a99..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_abc_text_cursor_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_abc_textfield_search_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_abc_textfield_search_material.xml.flat
deleted file mode 100644
index 147128e05..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_abc_textfield_search_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_abc_vector_test.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_abc_vector_test.xml.flat
deleted file mode 100644
index 5839f7739..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_abc_vector_test.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_notification_bg.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_notification_bg.xml.flat
deleted file mode 100644
index 18c81b239..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_notification_bg.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_notification_bg_low.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_notification_bg_low.xml.flat
deleted file mode 100644
index 7ab4714b6..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_notification_bg_low.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_notification_icon_background.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_notification_icon_background.xml.flat
deleted file mode 100644
index 954de7a1c..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_notification_icon_background.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_notification_tile_bg.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_notification_tile_bg.xml.flat
deleted file mode 100644
index 30df60c87..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_notification_tile_bg.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_tooltip_frame_dark.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_tooltip_frame_dark.xml.flat
deleted file mode 100644
index 0d90c97bd..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_tooltip_frame_dark.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/drawable_tooltip_frame_light.xml.flat b/UI/app/build/intermediates/res/merged/debug/drawable_tooltip_frame_light.xml.flat
deleted file mode 100644
index fd84b4188..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/drawable_tooltip_frame_light.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout-v16_notification_template_custom_big.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout-v16_notification_template_custom_big.xml.flat
deleted file mode 100644
index 8900a5afc..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout-v16_notification_template_custom_big.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout-v21_notification_action.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout-v21_notification_action.xml.flat
deleted file mode 100644
index 053972f7c..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout-v21_notification_action.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout-v21_notification_action_tombstone.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout-v21_notification_action_tombstone.xml.flat
deleted file mode 100644
index 3c145e716..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout-v21_notification_action_tombstone.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout-v21_notification_template_custom_big.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout-v21_notification_template_custom_big.xml.flat
deleted file mode 100644
index 6fb51fe61..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout-v21_notification_template_custom_big.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout-v21_notification_template_icon_group.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout-v21_notification_template_icon_group.xml.flat
deleted file mode 100644
index fda0e4433..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout-v21_notification_template_icon_group.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout-v26_abc_screen_toolbar.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout-v26_abc_screen_toolbar.xml.flat
deleted file mode 100644
index 22d116c98..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout-v26_abc_screen_toolbar.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout-watch-v20_abc_alert_dialog_button_bar_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout-watch-v20_abc_alert_dialog_button_bar_material.xml.flat
deleted file mode 100644
index 8191ed0fb..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout-watch-v20_abc_alert_dialog_button_bar_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout-watch-v20_abc_alert_dialog_title_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout-watch-v20_abc_alert_dialog_title_material.xml.flat
deleted file mode 100644
index f01d17684..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout-watch-v20_abc_alert_dialog_title_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_abc_action_bar_title_item.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_abc_action_bar_title_item.xml.flat
deleted file mode 100644
index f707cd2ab..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_abc_action_bar_title_item.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_abc_action_bar_up_container.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_abc_action_bar_up_container.xml.flat
deleted file mode 100644
index fd666128d..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_abc_action_bar_up_container.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_abc_action_menu_item_layout.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_abc_action_menu_item_layout.xml.flat
deleted file mode 100644
index 8faedcd13..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_abc_action_menu_item_layout.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_abc_action_menu_layout.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_abc_action_menu_layout.xml.flat
deleted file mode 100644
index 0ee79ad78..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_abc_action_menu_layout.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_abc_action_mode_bar.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_abc_action_mode_bar.xml.flat
deleted file mode 100644
index cc35ce226..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_abc_action_mode_bar.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_abc_action_mode_close_item_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_abc_action_mode_close_item_material.xml.flat
deleted file mode 100644
index c1324452f..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_abc_action_mode_close_item_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_abc_activity_chooser_view.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_abc_activity_chooser_view.xml.flat
deleted file mode 100644
index 24dc5e4d8..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_abc_activity_chooser_view.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_abc_activity_chooser_view_list_item.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_abc_activity_chooser_view_list_item.xml.flat
deleted file mode 100644
index c88b7bc79..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_abc_activity_chooser_view_list_item.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_button_bar_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_button_bar_material.xml.flat
deleted file mode 100644
index 51abedaf3..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_button_bar_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_material.xml.flat
deleted file mode 100644
index 0bad5981e..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_title_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_title_material.xml.flat
deleted file mode 100644
index 748b6522f..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_abc_alert_dialog_title_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_abc_cascading_menu_item_layout.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_abc_cascading_menu_item_layout.xml.flat
deleted file mode 100644
index 9c16d8d02..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_abc_cascading_menu_item_layout.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_abc_dialog_title_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_abc_dialog_title_material.xml.flat
deleted file mode 100644
index b5c3c91dc..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_abc_dialog_title_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_abc_expanded_menu_layout.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_abc_expanded_menu_layout.xml.flat
deleted file mode 100644
index 5cc52ad87..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_abc_expanded_menu_layout.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_checkbox.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_checkbox.xml.flat
deleted file mode 100644
index ae80cd6d5..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_checkbox.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_icon.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_icon.xml.flat
deleted file mode 100644
index eccee2417..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_icon.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_layout.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_layout.xml.flat
deleted file mode 100644
index 6283cef39..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_layout.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_radio.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_radio.xml.flat
deleted file mode 100644
index cb33e5285..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_abc_list_menu_item_radio.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_abc_popup_menu_header_item_layout.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_abc_popup_menu_header_item_layout.xml.flat
deleted file mode 100644
index cd198703a..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_abc_popup_menu_header_item_layout.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_abc_popup_menu_item_layout.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_abc_popup_menu_item_layout.xml.flat
deleted file mode 100644
index c2c369fb2..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_abc_popup_menu_item_layout.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_abc_screen_content_include.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_abc_screen_content_include.xml.flat
deleted file mode 100644
index 7478ed81d..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_abc_screen_content_include.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_abc_screen_simple.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_abc_screen_simple.xml.flat
deleted file mode 100644
index 3361d37af..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_abc_screen_simple.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_abc_screen_simple_overlay_action_mode.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_abc_screen_simple_overlay_action_mode.xml.flat
deleted file mode 100644
index 3a2ff9d9d..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_abc_screen_simple_overlay_action_mode.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_abc_screen_toolbar.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_abc_screen_toolbar.xml.flat
deleted file mode 100644
index 7e4c72df5..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_abc_screen_toolbar.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_abc_search_dropdown_item_icons_2line.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_abc_search_dropdown_item_icons_2line.xml.flat
deleted file mode 100644
index 411c9be9e..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_abc_search_dropdown_item_icons_2line.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_abc_search_view.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_abc_search_view.xml.flat
deleted file mode 100644
index 1e36f1ca8..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_abc_search_view.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_abc_select_dialog_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_abc_select_dialog_material.xml.flat
deleted file mode 100644
index 563ece4c8..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_abc_select_dialog_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_abc_tooltip.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_abc_tooltip.xml.flat
deleted file mode 100644
index 980615c9f..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_abc_tooltip.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_activity_homepage.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_activity_homepage.xml.flat
index 07cf8755d..c164e0a36 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_activity_homepage.xml.flat and b/UI/app/build/intermediates/res/merged/debug/layout_activity_homepage.xml.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_activity_main.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_activity_main.xml.flat
index fa75ecb2a..f8a8880f6 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_activity_main.xml.flat and b/UI/app/build/intermediates/res/merged/debug/layout_activity_main.xml.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_notification_action.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_notification_action.xml.flat
deleted file mode 100644
index 9b5156dfb..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_notification_action.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_notification_action_tombstone.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_notification_action_tombstone.xml.flat
deleted file mode 100644
index 788480d65..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_notification_action_tombstone.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_notification_template_custom_big.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_notification_template_custom_big.xml.flat
deleted file mode 100644
index 0818a9317..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_notification_template_custom_big.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_notification_template_icon_group.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_notification_template_icon_group.xml.flat
deleted file mode 100644
index 65cad57d6..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_notification_template_icon_group.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_notification_template_part_chronometer.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_notification_template_part_chronometer.xml.flat
deleted file mode 100644
index f4c0f102d..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_notification_template_part_chronometer.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_notification_template_part_time.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_notification_template_part_time.xml.flat
deleted file mode 100644
index bde1cfea6..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_notification_template_part_time.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_select_dialog_item_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_select_dialog_item_material.xml.flat
deleted file mode 100644
index dd6b532e0..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_select_dialog_item_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_select_dialog_multichoice_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_select_dialog_multichoice_material.xml.flat
deleted file mode 100644
index 1f78e3a4b..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_select_dialog_multichoice_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_select_dialog_singlechoice_material.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_select_dialog_singlechoice_material.xml.flat
deleted file mode 100644
index b76a363bd..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_select_dialog_singlechoice_material.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/layout_support_simple_spinner_dropdown_item.xml.flat b/UI/app/build/intermediates/res/merged/debug/layout_support_simple_spinner_dropdown_item.xml.flat
deleted file mode 100644
index 4a2ee1eae..000000000
Binary files a/UI/app/build/intermediates/res/merged/debug/layout_support_simple_spinner_dropdown_item.xml.flat and /dev/null differ
diff --git a/UI/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher.png.flat b/UI/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher.png.flat
index 660d0d6cf..6f8668e2e 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher.png.flat and b/UI/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher.png.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher.png.flat b/UI/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher.png.flat
index e0e900012..5e1626a00 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher.png.flat and b/UI/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher.png.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher_round.png.flat b/UI/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher_round.png.flat
index c737bbbf1..2c33103ae 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher_round.png.flat and b/UI/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher_round.png.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-af_values-af.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-af_values-af.arsc.flat
index 56ae8a0de..864e6930e 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-af_values-af.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-af_values-af.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-am_values-am.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-am_values-am.arsc.flat
index 3506fcc03..7f0bb1cc8 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-am_values-am.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-am_values-am.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-ar_values-ar.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-ar_values-ar.arsc.flat
index 91b6632f0..954d612b8 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-ar_values-ar.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-ar_values-ar.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-as_values-as.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-as_values-as.arsc.flat
index 43ce806e1..4385340f4 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-as_values-as.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-as_values-as.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-az_values-az.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-az_values-az.arsc.flat
index 01dc0539a..4cafe8de2 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-az_values-az.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-az_values-az.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat
index 84e86538d..8210832a2 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-be_values-be.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-be_values-be.arsc.flat
index e8a8b0416..e35556a8e 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-be_values-be.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-be_values-be.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-bg_values-bg.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-bg_values-bg.arsc.flat
index 6ef4db9a3..1efcd2a27 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-bg_values-bg.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-bg_values-bg.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-bn_values-bn.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-bn_values-bn.arsc.flat
index dabb9c3e2..030f38175 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-bn_values-bn.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-bn_values-bn.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-bs_values-bs.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-bs_values-bs.arsc.flat
index 2c4052507..92b49d2f4 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-bs_values-bs.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-bs_values-bs.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-ca_values-ca.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-ca_values-ca.arsc.flat
index 99da739bd..fbec5e994 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-ca_values-ca.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-ca_values-ca.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-cs_values-cs.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-cs_values-cs.arsc.flat
index b82c046d3..325a58226 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-cs_values-cs.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-cs_values-cs.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-da_values-da.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-da_values-da.arsc.flat
index 737536d3e..319d6a13a 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-da_values-da.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-da_values-da.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-de_values-de.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-de_values-de.arsc.flat
index 98ee3621b..9bbc8267a 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-de_values-de.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-de_values-de.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-el_values-el.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-el_values-el.arsc.flat
index e32f9b97f..1321557d8 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-el_values-el.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-el_values-el.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-en-rAU_values-en-rAU.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-en-rAU_values-en-rAU.arsc.flat
index c62f9252b..65a81a063 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-en-rAU_values-en-rAU.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-en-rAU_values-en-rAU.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-en-rCA_values-en-rCA.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-en-rCA_values-en-rCA.arsc.flat
index edd29d13b..34f1bf9e8 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-en-rCA_values-en-rCA.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-en-rCA_values-en-rCA.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-en-rGB_values-en-rGB.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-en-rGB_values-en-rGB.arsc.flat
index ed0b8a55e..fe0b92775 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-en-rGB_values-en-rGB.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-en-rGB_values-en-rGB.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-en-rIN_values-en-rIN.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-en-rIN_values-en-rIN.arsc.flat
index 54953d3aa..aac79370a 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-en-rIN_values-en-rIN.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-en-rIN_values-en-rIN.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-en-rXC_values-en-rXC.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-en-rXC_values-en-rXC.arsc.flat
index 0bdf22352..3351e958f 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-en-rXC_values-en-rXC.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-en-rXC_values-en-rXC.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-es-rUS_values-es-rUS.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-es-rUS_values-es-rUS.arsc.flat
index f8c0668cb..1e7448c16 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-es-rUS_values-es-rUS.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-es-rUS_values-es-rUS.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-es_values-es.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-es_values-es.arsc.flat
index 5e40d005e..f840ea9d0 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-es_values-es.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-es_values-es.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-et_values-et.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-et_values-et.arsc.flat
index dec1596a7..3c6edafd6 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-et_values-et.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-et_values-et.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-eu_values-eu.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-eu_values-eu.arsc.flat
index 9660036d0..664d47a40 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-eu_values-eu.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-eu_values-eu.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-fa_values-fa.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-fa_values-fa.arsc.flat
index 982ca3c56..da47964af 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-fa_values-fa.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-fa_values-fa.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-fi_values-fi.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-fi_values-fi.arsc.flat
index 14f07445c..7818cb3f5 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-fi_values-fi.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-fi_values-fi.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-fr-rCA_values-fr-rCA.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-fr-rCA_values-fr-rCA.arsc.flat
index 4f6a9e291..c48a20e8c 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-fr-rCA_values-fr-rCA.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-fr-rCA_values-fr-rCA.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-fr_values-fr.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-fr_values-fr.arsc.flat
index ed55f83c9..72f14b47d 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-fr_values-fr.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-fr_values-fr.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-gl_values-gl.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-gl_values-gl.arsc.flat
index fd0abd17b..c89295982 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-gl_values-gl.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-gl_values-gl.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-gu_values-gu.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-gu_values-gu.arsc.flat
index 0ee2e1408..363cd78e7 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-gu_values-gu.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-gu_values-gu.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat
index c6cf4ab96..377f81e07 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat
index 19a591016..82f2e7e66 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-hi_values-hi.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-hi_values-hi.arsc.flat
index f9f8a2a4e..565119251 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-hi_values-hi.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-hi_values-hi.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-hr_values-hr.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-hr_values-hr.arsc.flat
index 076888994..e1b98c7d7 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-hr_values-hr.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-hr_values-hr.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-hu_values-hu.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-hu_values-hu.arsc.flat
index cc7e332e7..775877c16 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-hu_values-hu.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-hu_values-hu.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-hy_values-hy.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-hy_values-hy.arsc.flat
index 97a3a092e..66cd7b7f6 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-hy_values-hy.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-hy_values-hy.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-in_values-in.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-in_values-in.arsc.flat
index d2bc0502e..1629fb1a9 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-in_values-in.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-in_values-in.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-is_values-is.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-is_values-is.arsc.flat
index e1aedd1ea..0c61990bd 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-is_values-is.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-is_values-is.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-it_values-it.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-it_values-it.arsc.flat
index ca28d7899..ddb2d6115 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-it_values-it.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-it_values-it.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-iw_values-iw.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-iw_values-iw.arsc.flat
index e7862e181..caf2fede1 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-iw_values-iw.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-iw_values-iw.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-ja_values-ja.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-ja_values-ja.arsc.flat
index b8e5a9f9a..abe433b37 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-ja_values-ja.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-ja_values-ja.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-ka_values-ka.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-ka_values-ka.arsc.flat
index 2e8e0b7b6..e15bf4667 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-ka_values-ka.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-ka_values-ka.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-kk_values-kk.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-kk_values-kk.arsc.flat
index 3e419377d..2afab3861 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-kk_values-kk.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-kk_values-kk.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-km_values-km.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-km_values-km.arsc.flat
index dac2b2454..7beb41c59 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-km_values-km.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-km_values-km.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-kn_values-kn.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-kn_values-kn.arsc.flat
index 33c39e49f..f7912f684 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-kn_values-kn.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-kn_values-kn.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-ko_values-ko.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-ko_values-ko.arsc.flat
index 638de2a9a..7314748c8 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-ko_values-ko.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-ko_values-ko.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-ky_values-ky.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-ky_values-ky.arsc.flat
index fa407d4ec..34fa816be 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-ky_values-ky.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-ky_values-ky.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-land_values-land.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-land_values-land.arsc.flat
index 6cf40360c..e46eea413 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-land_values-land.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-land_values-land.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-large-v4_values-large-v4.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-large-v4_values-large-v4.arsc.flat
index ba6b2457c..ffa078aab 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-large-v4_values-large-v4.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-large-v4_values-large-v4.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat
index 354ee852d..57fbd911b 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-lo_values-lo.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-lo_values-lo.arsc.flat
index deb3fe41a..53badad0f 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-lo_values-lo.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-lo_values-lo.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-lt_values-lt.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-lt_values-lt.arsc.flat
index 7418db689..0291ddd82 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-lt_values-lt.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-lt_values-lt.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-lv_values-lv.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-lv_values-lv.arsc.flat
index 3261aa9be..077824c11 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-lv_values-lv.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-lv_values-lv.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-mk_values-mk.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-mk_values-mk.arsc.flat
index fbb55e20c..777fff084 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-mk_values-mk.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-mk_values-mk.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-ml_values-ml.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-ml_values-ml.arsc.flat
index 3246877b9..31027c025 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-ml_values-ml.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-ml_values-ml.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-mn_values-mn.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-mn_values-mn.arsc.flat
index 28b367335..7f63d10f6 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-mn_values-mn.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-mn_values-mn.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-mr_values-mr.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-mr_values-mr.arsc.flat
index 76ad6adaa..56d77300e 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-mr_values-mr.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-mr_values-mr.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-ms_values-ms.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-ms_values-ms.arsc.flat
index f1dc56111..352c6cfc8 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-ms_values-ms.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-ms_values-ms.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-my_values-my.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-my_values-my.arsc.flat
index cd961118f..9b3576715 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-my_values-my.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-my_values-my.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-nb_values-nb.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-nb_values-nb.arsc.flat
index 42c445486..87688145f 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-nb_values-nb.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-nb_values-nb.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-ne_values-ne.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-ne_values-ne.arsc.flat
index 5e235de13..6732d9e19 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-ne_values-ne.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-ne_values-ne.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-night-v8_values-night-v8.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-night-v8_values-night-v8.arsc.flat
index c5c4ca643..a1ceb48ca 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-night-v8_values-night-v8.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-night-v8_values-night-v8.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-nl_values-nl.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-nl_values-nl.arsc.flat
index 3da716b73..fb08b51f4 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-nl_values-nl.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-nl_values-nl.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-or_values-or.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-or_values-or.arsc.flat
index c396f5e8d..88408d6bb 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-or_values-or.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-or_values-or.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-pa_values-pa.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-pa_values-pa.arsc.flat
index ebe6d7971..2e77f3c9f 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-pa_values-pa.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-pa_values-pa.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-pl_values-pl.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-pl_values-pl.arsc.flat
index 5d15008d9..a13cc259f 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-pl_values-pl.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-pl_values-pl.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-port_values-port.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-port_values-port.arsc.flat
index f897696e7..219487152 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-port_values-port.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-port_values-port.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-pt-rBR_values-pt-rBR.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-pt-rBR_values-pt-rBR.arsc.flat
index 8efdcd428..84882372a 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-pt-rBR_values-pt-rBR.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-pt-rBR_values-pt-rBR.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-pt-rPT_values-pt-rPT.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-pt-rPT_values-pt-rPT.arsc.flat
index b1f34d25f..9d2f7cd5c 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-pt-rPT_values-pt-rPT.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-pt-rPT_values-pt-rPT.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-pt_values-pt.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-pt_values-pt.arsc.flat
index 9871ca488..c73023fd4 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-pt_values-pt.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-pt_values-pt.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-ro_values-ro.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-ro_values-ro.arsc.flat
index 2901f130c..5aee15458 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-ro_values-ro.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-ro_values-ro.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-ru_values-ru.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-ru_values-ru.arsc.flat
index d58926519..41eda8d36 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-ru_values-ru.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-ru_values-ru.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-si_values-si.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-si_values-si.arsc.flat
index 4a43f50ac..d1d4ecdee 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-si_values-si.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-si_values-si.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-sk_values-sk.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-sk_values-sk.arsc.flat
index 8614584f5..3175d1c07 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-sk_values-sk.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-sk_values-sk.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-sl_values-sl.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-sl_values-sl.arsc.flat
index 75d7af8bb..5f8fa542a 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-sl_values-sl.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-sl_values-sl.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-sq_values-sq.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-sq_values-sq.arsc.flat
index 430cba74d..24d5d0e10 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-sq_values-sq.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-sq_values-sq.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-sr_values-sr.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-sr_values-sr.arsc.flat
index 6b360c66f..d65f1c157 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-sr_values-sr.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-sr_values-sr.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-sv_values-sv.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-sv_values-sv.arsc.flat
index 8c3c53288..9c11c8c16 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-sv_values-sv.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-sv_values-sv.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat
index 1eff3214c..48c705f88 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-sw_values-sw.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-sw_values-sw.arsc.flat
index 01fb89683..38008bc61 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-sw_values-sw.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-sw_values-sw.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-ta_values-ta.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-ta_values-ta.arsc.flat
index ed254b6d8..01223d616 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-ta_values-ta.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-ta_values-ta.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-te_values-te.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-te_values-te.arsc.flat
index 1a001d4eb..ddccbe44e 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-te_values-te.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-te_values-te.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-th_values-th.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-th_values-th.arsc.flat
index f2bfc131f..6305a16bd 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-th_values-th.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-th_values-th.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-tl_values-tl.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-tl_values-tl.arsc.flat
index 7f4f554ff..f948612db 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-tl_values-tl.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-tl_values-tl.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-tr_values-tr.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-tr_values-tr.arsc.flat
index 210dbda25..9edf40b3a 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-tr_values-tr.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-tr_values-tr.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-uk_values-uk.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-uk_values-uk.arsc.flat
index 42f3faf64..2b83f1489 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-uk_values-uk.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-uk_values-uk.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-ur_values-ur.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-ur_values-ur.arsc.flat
index 9eca2cc93..59422cd0d 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-ur_values-ur.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-ur_values-ur.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-uz_values-uz.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-uz_values-uz.arsc.flat
index e2ec26432..d9ce9bbc1 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-uz_values-uz.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-uz_values-uz.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-v16_values-v16.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-v16_values-v16.arsc.flat
index af5fff89c..7a2c2dd94 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-v16_values-v16.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-v16_values-v16.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-v17_values-v17.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-v17_values-v17.arsc.flat
index 276a32657..b40494af9 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-v17_values-v17.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-v17_values-v17.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-v18_values-v18.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-v18_values-v18.arsc.flat
index 1e108f028..e5efff042 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-v18_values-v18.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-v18_values-v18.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-v21_values-v21.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-v21_values-v21.arsc.flat
index 072c0b892..e99c80d4f 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-v21_values-v21.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-v21_values-v21.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-v22_values-v22.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-v22_values-v22.arsc.flat
index 4b86832f2..8e4c4961d 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-v22_values-v22.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-v22_values-v22.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-v23_values-v23.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-v23_values-v23.arsc.flat
index 2513c8e1a..0d2a94de7 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-v23_values-v23.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-v23_values-v23.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-v24_values-v24.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-v24_values-v24.arsc.flat
index 16f0c8a9e..7fdb9e8cf 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-v24_values-v24.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-v24_values-v24.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-v25_values-v25.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-v25_values-v25.arsc.flat
index 89448fa8e..3162a3bde 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-v25_values-v25.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-v25_values-v25.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-v26_values-v26.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-v26_values-v26.arsc.flat
index ba4006090..53c3bd289 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-v26_values-v26.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-v26_values-v26.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-v28_values-v28.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-v28_values-v28.arsc.flat
index 28b5d30df..b263d5df8 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-v28_values-v28.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-v28_values-v28.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-vi_values-vi.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-vi_values-vi.arsc.flat
index 6b57e78ee..32ee7e327 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-vi_values-vi.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-vi_values-vi.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-watch-v20_values-watch-v20.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-watch-v20_values-watch-v20.arsc.flat
index 88e88d637..bc9583eb2 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-watch-v20_values-watch-v20.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-watch-v20_values-watch-v20.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-watch-v21_values-watch-v21.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-watch-v21_values-watch-v21.arsc.flat
index 8ae1393dd..159b32d0e 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-watch-v21_values-watch-v21.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-watch-v21_values-watch-v21.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat
index 796eb6249..f863926e8 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-zh-rCN_values-zh-rCN.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-zh-rCN_values-zh-rCN.arsc.flat
index 9ecc1b047..649252531 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-zh-rCN_values-zh-rCN.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-zh-rCN_values-zh-rCN.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-zh-rHK_values-zh-rHK.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-zh-rHK_values-zh-rHK.arsc.flat
index bf3f2b88a..5c58c2fea 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-zh-rHK_values-zh-rHK.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-zh-rHK_values-zh-rHK.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-zh-rTW_values-zh-rTW.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-zh-rTW_values-zh-rTW.arsc.flat
index 7ba2a5548..eb5c14bad 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-zh-rTW_values-zh-rTW.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-zh-rTW_values-zh-rTW.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values-zu_values-zu.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values-zu_values-zu.arsc.flat
index edaaef231..b916a5e52 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values-zu_values-zu.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values-zu_values-zu.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/merged/debug/values_values.arsc.flat b/UI/app/build/intermediates/res/merged/debug/values_values.arsc.flat
index e69ea6c23..850efb836 100644
Binary files a/UI/app/build/intermediates/res/merged/debug/values_values.arsc.flat and b/UI/app/build/intermediates/res/merged/debug/values_values.arsc.flat differ
diff --git a/UI/app/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt b/UI/app/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt
deleted file mode 100644
index cef5469b4..000000000
--- a/UI/app/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt
+++ /dev/null
@@ -1,1287 +0,0 @@
-com.example.capstone
-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
-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 actionModeCloseDrawable
-attr actionModeCopyDrawable
-attr actionModeCutDrawable
-attr actionModeFindDrawable
-attr actionModePasteDrawable
-attr actionModePopupWindowStyle
-attr actionModeSelectAllDrawable
-attr actionModeShareDrawable
-attr actionModeSplitBackground
-attr actionModeStyle
-attr actionModeWebSearchDrawable
-attr actionOverflowButtonStyle
-attr actionOverflowMenuStyle
-attr actionProviderClass
-attr actionViewClass
-attr activityChooserViewStyle
-attr alertDialogButtonGroupStyle
-attr alertDialogCenterButtons
-attr alertDialogStyle
-attr alertDialogTheme
-attr allowStacking
-attr alpha
-attr alphabeticModifiers
-attr arrowHeadLength
-attr arrowShaftLength
-attr autoCompleteTextViewStyle
-attr autoSizeMaxTextSize
-attr autoSizeMinTextSize
-attr autoSizePresetSizes
-attr autoSizeStepGranularity
-attr autoSizeTextType
-attr background
-attr backgroundSplit
-attr backgroundStacked
-attr backgroundTint
-attr backgroundTintMode
-attr barLength
-attr barrierAllowsGoneWidgets
-attr barrierDirection
-attr borderlessButtonStyle
-attr buttonBarButtonStyle
-attr buttonBarNegativeButtonStyle
-attr buttonBarNeutralButtonStyle
-attr buttonBarPositiveButtonStyle
-attr buttonBarStyle
-attr buttonGravity
-attr buttonIconDimen
-attr buttonPanelSideLayout
-attr buttonStyle
-attr buttonStyleSmall
-attr buttonTint
-attr buttonTintMode
-attr chainUseRtl
-attr checkboxStyle
-attr checkedTextViewStyle
-attr closeIcon
-attr closeItemLayout
-attr collapseContentDescription
-attr collapseIcon
-attr color
-attr colorAccent
-attr colorBackgroundFloating
-attr colorButtonNormal
-attr colorControlActivated
-attr colorControlHighlight
-attr colorControlNormal
-attr colorError
-attr colorPrimary
-attr colorPrimaryDark
-attr colorSwitchThumbNormal
-attr commitIcon
-attr constraintSet
-attr constraint_referenced_ids
-attr content
-attr contentDescription
-attr contentInsetEnd
-attr contentInsetEndWithActions
-attr contentInsetLeft
-attr contentInsetRight
-attr contentInsetStart
-attr contentInsetStartWithNavigation
-attr controlBackground
-attr coordinatorLayoutStyle
-attr customNavigationLayout
-attr defaultQueryHint
-attr dialogCornerRadius
-attr dialogPreferredPadding
-attr dialogTheme
-attr displayOptions
-attr divider
-attr dividerHorizontal
-attr dividerPadding
-attr dividerVertical
-attr drawableSize
-attr drawerArrowStyle
-attr dropDownListViewStyle
-attr dropdownListPreferredItemHeight
-attr editTextBackground
-attr editTextColor
-attr editTextStyle
-attr elevation
-attr emptyVisibility
-attr expandActivityOverflowButtonDrawable
-attr firstBaselineToTopHeight
-attr font
-attr fontFamily
-attr fontProviderAuthority
-attr fontProviderCerts
-attr fontProviderFetchStrategy
-attr fontProviderFetchTimeout
-attr fontProviderPackage
-attr fontProviderQuery
-attr fontStyle
-attr fontVariationSettings
-attr fontWeight
-attr gapBetweenBars
-attr goIcon
-attr height
-attr hideOnContentScroll
-attr homeAsUpIndicator
-attr homeLayout
-attr icon
-attr iconTint
-attr iconTintMode
-attr iconifiedByDefault
-attr imageButtonStyle
-attr indeterminateProgressStyle
-attr initialActivityCount
-attr isLightTheme
-attr itemPadding
-attr keylines
-attr lastBaselineToBottomHeight
-attr layout
-attr layout_anchor
-attr layout_anchorGravity
-attr layout_behavior
-attr layout_constrainedHeight
-attr layout_constrainedWidth
-attr layout_constraintBaseline_creator
-attr layout_constraintBaseline_toBaselineOf
-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_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_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_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_goneMarginBottom
-attr layout_goneMarginEnd
-attr layout_goneMarginLeft
-attr layout_goneMarginRight
-attr layout_goneMarginStart
-attr layout_goneMarginTop
-attr layout_insetEdge
-attr layout_keyline
-attr layout_optimizationLevel
-attr lineHeight
-attr listChoiceBackgroundIndicator
-attr listDividerAlertDialog
-attr listItemLayout
-attr listLayout
-attr listMenuViewStyle
-attr listPopupWindowStyle
-attr listPreferredItemHeight
-attr listPreferredItemHeightLarge
-attr listPreferredItemHeightSmall
-attr listPreferredItemPaddingLeft
-attr listPreferredItemPaddingRight
-attr logo
-attr logoDescription
-attr maxButtonHeight
-attr measureWithLargestChild
-attr multiChoiceItemLayout
-attr navigationContentDescription
-attr navigationIcon
-attr navigationMode
-attr numericModifiers
-attr overlapAnchor
-attr paddingBottomNoButtons
-attr paddingEnd
-attr paddingStart
-attr paddingTopNoTitle
-attr panelBackground
-attr panelMenuListTheme
-attr panelMenuListWidth
-attr popupMenuStyle
-attr popupTheme
-attr popupWindowStyle
-attr preserveIconSpacing
-attr progressBarPadding
-attr progressBarStyle
-attr queryBackground
-attr queryHint
-attr radioButtonStyle
-attr ratingBarStyle
-attr ratingBarStyleIndicator
-attr ratingBarStyleSmall
-attr searchHintIcon
-attr searchIcon
-attr searchViewStyle
-attr seekBarStyle
-attr selectableItemBackground
-attr selectableItemBackgroundBorderless
-attr showAsAction
-attr showDividers
-attr showText
-attr showTitle
-attr singleChoiceItemLayout
-attr spinBars
-attr spinnerDropDownItemStyle
-attr spinnerStyle
-attr splitTrack
-attr srcCompat
-attr state_above_anchor
-attr statusBarBackground
-attr subMenuArrow
-attr submitBackground
-attr subtitle
-attr subtitleTextAppearance
-attr subtitleTextColor
-attr subtitleTextStyle
-attr suggestionRowLayout
-attr switchMinWidth
-attr switchPadding
-attr switchStyle
-attr switchTextAppearance
-attr textAllCaps
-attr textAppearanceLargePopupMenu
-attr textAppearanceListItem
-attr textAppearanceListItemSecondary
-attr textAppearanceListItemSmall
-attr textAppearancePopupMenuHeader
-attr textAppearanceSearchResultSubtitle
-attr textAppearanceSearchResultTitle
-attr textAppearanceSmallPopupMenu
-attr textColorAlertDialogListItem
-attr textColorSearchUrl
-attr theme
-attr thickness
-attr thumbTextPadding
-attr thumbTint
-attr thumbTintMode
-attr tickMark
-attr tickMarkTint
-attr tickMarkTintMode
-attr tint
-attr tintMode
-attr title
-attr titleMargin
-attr titleMarginBottom
-attr titleMarginEnd
-attr titleMarginStart
-attr titleMarginTop
-attr titleMargins
-attr titleTextAppearance
-attr titleTextColor
-attr titleTextStyle
-attr toolbarNavigationButtonStyle
-attr toolbarStyle
-attr tooltipForegroundColor
-attr tooltipFrameBackground
-attr tooltipText
-attr track
-attr trackTint
-attr trackTintMode
-attr ttcIndex
-attr viewInflaterClass
-attr voiceIcon
-attr windowActionBar
-attr windowActionBarOverlay
-attr windowActionModeOverlay
-attr windowFixedHeightMajor
-attr windowFixedHeightMinor
-attr windowFixedWidthMajor
-attr windowFixedWidthMinor
-attr windowMinWidthMajor
-attr windowMinWidthMinor
-attr windowNoTitle
-bool abc_action_bar_embed_tabs
-bool abc_allow_stacked_button_bar
-bool abc_config_actionMenuItemAllCaps
-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_hint_foreground_material_dark
-color abc_hint_foreground_material_light
-color abc_input_method_navigation_guard
-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 background_floating_material_dark
-color background_floating_material_light
-color background_material_dark
-color background_material_light
-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 colorAccent
-color colorPrimary
-color colorPrimaryDark
-color dim_foreground_disabled_material_dark
-color dim_foreground_disabled_material_light
-color dim_foreground_material_dark
-color dim_foreground_material_light
-color error_color_material_dark
-color error_color_material_light
-color foreground_material_dark
-color foreground_material_light
-color highlighted_text_material_dark
-color highlighted_text_material_light
-color material_blue_grey_800
-color material_blue_grey_900
-color material_blue_grey_950
-color material_deep_teal_200
-color material_deep_teal_500
-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 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 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 tooltip_background_dark
-color tooltip_background_light
-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_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_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 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 disabled_alpha_material_dark
-dimen disabled_alpha_material_light
-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 notification_action_icon_size
-dimen notification_action_text_size
-dimen notification_big_circle_margin
-dimen notification_content_margin_start
-dimen notification_large_icon_height
-dimen notification_large_icon_width
-dimen notification_main_column_padding_top
-dimen notification_media_narrow_margin
-dimen notification_right_icon_size
-dimen notification_right_side_padding_top
-dimen notification_small_icon_background_padding
-dimen notification_small_icon_size_as_large
-dimen notification_subtext_size
-dimen notification_top_pad
-dimen notification_top_pad_large_text
-dimen tooltip_corner_radius
-dimen tooltip_horizontal_padding
-dimen tooltip_margin
-dimen tooltip_precise_anchor_extra_offset
-dimen tooltip_precise_anchor_threshold
-dimen tooltip_vertical_padding
-dimen tooltip_y_offset_non_touch
-dimen tooltip_y_offset_touch
-drawable abc_ab_share_pack_mtrl_alpha
-drawable abc_action_bar_item_background_material
-drawable abc_btn_borderless_material
-drawable abc_btn_check_material
-drawable abc_btn_check_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_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_star_black_16dp
-drawable abc_ic_star_black_36dp
-drawable abc_ic_star_black_48dp
-drawable abc_ic_star_half_black_16dp
-drawable abc_ic_star_half_black_36dp
-drawable abc_ic_star_half_black_48dp
-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_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_dark
-drawable abc_text_select_handle_left_mtrl_light
-drawable abc_text_select_handle_middle_mtrl_dark
-drawable abc_text_select_handle_middle_mtrl_light
-drawable abc_text_select_handle_right_mtrl_dark
-drawable abc_text_select_handle_right_mtrl_light
-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 background
-drawable caroutline2
-drawable ic_launcher_background
-drawable ic_launcher_foreground
-drawable mybutton
-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 tooltip_frame_dark
-drawable tooltip_frame_light
-id ALT
-id CTRL
-id FUNCTION
-id META
-id SHIFT
-id SYM
-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 all
-id always
-id async
-id barrier
-id beginning
-id blocking
-id bottom
-id but1
-id but2
-id but3
-id but4
-id buttonPanel
-id center
-id center_horizontal
-id center_vertical
-id chains
-id checkbox
-id chronometer
-id clip_horizontal
-id clip_vertical
-id collapseActionView
-id content
-id contentPanel
-id custom
-id customPanel
-id decor_content_parent
-id default_activity_button
-id dimensions
-id direct
-id disableHome
-id edit_query
-id end
-id expand_activities_button
-id expanded_menu
-id fill
-id fill_horizontal
-id fill_vertical
-id forever
-id gone
-id group_divider
-id groups
-id home
-id homeAsUp
-id icon
-id icon_group
-id ifRoom
-id image
-id imageView
-id info
-id invisible
-id italic
-id left
-id line1
-id line3
-id listMode
-id list_item
-id message
-id middle
-id multiply
-id never
-id none
-id normal
-id notification_background
-id notification_main_column
-id notification_main_column_container
-id packed
-id parent
-id parentPanel
-id percent
-id progress_circular
-id progress_horizontal
-id radio
-id right
-id right_icon
-id right_side
-id screen
-id scrollIndicatorDown
-id scrollIndicatorUp
-id scrollView
-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 shortcut
-id showCustom
-id showHome
-id showTitle
-id signup
-id singin
-id spacer
-id split_action_bar
-id spread
-id spread_inside
-id src_atop
-id src_in
-id src_over
-id standard
-id start
-id submenuarrow
-id submit_area
-id tabMode
-id tag_transition_group
-id tag_unhandled_key_event_manager
-id tag_unhandled_key_listeners
-id text
-id text2
-id textSpacerNoButtons
-id textSpacerNoTitle
-id time
-id title
-id titleDividerNoCustom
-id title_template
-id top
-id topPanel
-id uniform
-id up
-id useLogo
-id withText
-id wrap
-id wrap_content
-integer abc_config_activityDefaultDur
-integer abc_config_activityShortDur
-integer cancel_button_image_alpha
-integer config_tooltipAnimTime
-integer status_bar_notification_info_maxnum
-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_homepage
-layout activity_main
-layout notification_action
-layout notification_action_tombstone
-layout notification_template_custom_big
-layout notification_template_icon_group
-layout notification_template_part_chronometer
-layout notification_template_part_time
-layout select_dialog_item_material
-layout select_dialog_multichoice_material
-layout select_dialog_singlechoice_material
-layout support_simple_spinner_dropdown_item
-mipmap ic_launcher
-mipmap ic_launcher_round
-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_font_family_body_1_material
-string abc_font_family_body_2_material
-string abc_font_family_button_material
-string abc_font_family_caption_material
-string abc_font_family_display_1_material
-string abc_font_family_display_2_material
-string abc_font_family_display_3_material
-string abc_font_family_display_4_material
-string abc_font_family_headline_material
-string abc_font_family_menu_material
-string abc_font_family_subhead_material
-string abc_font_family_title_material
-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 app_name
-string search_menu_title
-string status_bar_notification_info_overflow
-style AlertDialog_AppCompat
-style AlertDialog_AppCompat_Light
-style Animation_AppCompat_Dialog
-style Animation_AppCompat_DropDownUp
-style Animation_AppCompat_Tooltip
-style AppTheme
-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_DialogWindowTitle_AppCompat
-style Base_DialogWindowTitleBackground_AppCompat
-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_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_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_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_ThemeOverlay_AppCompat_Dialog
-style Base_V22_Theme_AppCompat
-style Base_V22_Theme_AppCompat_Light
-style Base_V23_Theme_AppCompat
-style Base_V23_Theme_AppCompat_Light
-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_SpinnerItem
-style Base_Widget_AppCompat_Toolbar
-style Base_Widget_AppCompat_Toolbar_Button_Navigation
-style Platform_AppCompat
-style Platform_AppCompat_Light
-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 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_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_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 ThemeOverlay_AppCompat
-style ThemeOverlay_AppCompat_ActionBar
-style ThemeOverlay_AppCompat_Dark
-style ThemeOverlay_AppCompat_Dark_ActionBar
-style ThemeOverlay_AppCompat_Dialog
-style ThemeOverlay_AppCompat_Dialog_Alert
-style ThemeOverlay_AppCompat_Light
-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_SpinnerItem
-style Widget_AppCompat_Toolbar
-style Widget_AppCompat_Toolbar_Button_Navigation
-style Widget_Compat_NotificationActionContainer
-style Widget_Compat_NotificationActionText
-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 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 firstBaselineToTopHeight fontFamily lastBaselineToBottomHeight lineHeight textAllCaps
-styleable AppCompatTheme android_windowIsFloating android_windowAnimationStyle actionBarDivider actionBarItemBackground actionBarPopupTheme actionBarSize actionBarSplitStyle actionBarStyle actionBarTabBarStyle actionBarTabStyle actionBarTabTextStyle actionBarTheme actionBarWidgetTheme actionButtonStyle actionDropDownStyle actionMenuTextAppearance actionMenuTextColor actionModeBackground actionModeCloseButtonStyle actionModeCloseDrawable actionModeCopyDrawable actionModeCutDrawable actionModeFindDrawable actionModePasteDrawable actionModePopupWindowStyle actionModeSelectAllDrawable actionModeShareDrawable actionModeSplitBackground actionModeStyle 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 listDividerAlertDialog listMenuViewStyle listPopupWindowStyle listPreferredItemHeight listPreferredItemHeightLarge listPreferredItemHeightSmall listPreferredItemPaddingLeft listPreferredItemPaddingRight 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 ButtonBarLayout allowStacking
-styleable ColorStateListItem android_color android_alpha alpha
-styleable CompoundButton android_button buttonTint buttonTintMode
-styleable ConstraintLayout_Layout android_orientation android_maxWidth android_maxHeight android_minWidth android_minHeight barrierAllowsGoneWidgets barrierDirection chainUseRtl constraintSet constraint_referenced_ids layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf 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_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_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop layout_optimizationLevel
-styleable ConstraintLayout_placeholder content emptyVisibility
-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_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 barrierAllowsGoneWidgets barrierDirection chainUseRtl constraint_referenced_ids layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf 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_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_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop
-styleable CoordinatorLayout keylines statusBarBackground
-styleable CoordinatorLayout_Layout android_layout_gravity layout_anchor layout_anchorGravity layout_behavior layout_dodgeInsetEdges layout_insetEdge layout_keyline
-styleable DrawerArrowToggle arrowHeadLength arrowShaftLength barLength color drawableSize gapBetweenBars spinBars thickness
-styleable FontFamily fontProviderAuthority fontProviderCerts fontProviderFetchStrategy fontProviderFetchTimeout fontProviderPackage fontProviderQuery
-styleable FontFamilyFont android_font android_fontWeight android_fontStyle android_ttcIndex android_fontVariationSettings font fontStyle fontVariationSettings fontWeight ttcIndex
-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 LinearConstraintLayout android_orientation
-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 ListPopupWindow android_dropDownHorizontalOffset android_dropDownVerticalOffset
-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 PopupWindow android_popupBackground android_popupAnimationStyle overlapAnchor
-styleable PopupWindowBackgroundState state_above_anchor
-styleable RecycleListView paddingBottomNoButtons paddingTopNoTitle
-styleable SearchView android_focusable android_maxWidth android_inputType android_imeOptions closeIcon commitIcon defaultQueryHint goIcon iconifiedByDefault layout queryBackground queryHint searchHintIcon searchIcon submitBackground suggestionRowLayout voiceIcon
-styleable Spinner android_entries android_popupBackground android_prompt android_dropDownWidth popupTheme
-styleable StateListDrawable android_dither android_visible android_variablePadding android_constantSize android_enterFadeDuration android_exitFadeDuration
-styleable StateListDrawableItem android_drawable
-styleable SwitchCompat android_textOn android_textOff android_thumb showText splitTrack switchMinWidth switchPadding switchTextAppearance thumbTextPadding thumbTint thumbTintMode track trackTint trackTintMode
-styleable TextAppearance android_textSize android_typeface android_textStyle android_textColor android_textColorHint android_textColorLink android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_fontFamily fontFamily textAllCaps
-styleable Toolbar android_gravity android_minHeight buttonGravity collapseContentDescription collapseIcon contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation logo logoDescription maxButtonHeight navigationContentDescription navigationIcon popupTheme subtitle subtitleTextAppearance subtitleTextColor title titleMargin titleMarginBottom titleMarginEnd titleMarginStart titleMarginTop titleMargins titleTextAppearance titleTextColor
-styleable View android_theme android_focusable paddingEnd paddingStart theme
-styleable ViewBackgroundHelper android_background backgroundTint backgroundTintMode
-styleable ViewStubCompat android_id android_layout android_inflatedId
diff --git a/UI/app/build/intermediates/symbols/debug/R.txt b/UI/app/build/intermediates/symbols/debug/R.txt
deleted file mode 100644
index b9cbb5e3d..000000000
--- a/UI/app/build/intermediates/symbols/debug/R.txt
+++ /dev/null
@@ -1,1844 +0,0 @@
-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 attr actionBarDivider 0x7f020000
-int attr actionBarItemBackground 0x7f020001
-int attr actionBarPopupTheme 0x7f020002
-int attr actionBarSize 0x7f020003
-int attr actionBarSplitStyle 0x7f020004
-int attr actionBarStyle 0x7f020005
-int attr actionBarTabBarStyle 0x7f020006
-int attr actionBarTabStyle 0x7f020007
-int attr actionBarTabTextStyle 0x7f020008
-int attr actionBarTheme 0x7f020009
-int attr actionBarWidgetTheme 0x7f02000a
-int attr actionButtonStyle 0x7f02000b
-int attr actionDropDownStyle 0x7f02000c
-int attr actionLayout 0x7f02000d
-int attr actionMenuTextAppearance 0x7f02000e
-int attr actionMenuTextColor 0x7f02000f
-int attr actionModeBackground 0x7f020010
-int attr actionModeCloseButtonStyle 0x7f020011
-int attr actionModeCloseDrawable 0x7f020012
-int attr actionModeCopyDrawable 0x7f020013
-int attr actionModeCutDrawable 0x7f020014
-int attr actionModeFindDrawable 0x7f020015
-int attr actionModePasteDrawable 0x7f020016
-int attr actionModePopupWindowStyle 0x7f020017
-int attr actionModeSelectAllDrawable 0x7f020018
-int attr actionModeShareDrawable 0x7f020019
-int attr actionModeSplitBackground 0x7f02001a
-int attr actionModeStyle 0x7f02001b
-int attr actionModeWebSearchDrawable 0x7f02001c
-int attr actionOverflowButtonStyle 0x7f02001d
-int attr actionOverflowMenuStyle 0x7f02001e
-int attr actionProviderClass 0x7f02001f
-int attr actionViewClass 0x7f020020
-int attr activityChooserViewStyle 0x7f020021
-int attr alertDialogButtonGroupStyle 0x7f020022
-int attr alertDialogCenterButtons 0x7f020023
-int attr alertDialogStyle 0x7f020024
-int attr alertDialogTheme 0x7f020025
-int attr allowStacking 0x7f020026
-int attr alpha 0x7f020027
-int attr alphabeticModifiers 0x7f020028
-int attr arrowHeadLength 0x7f020029
-int attr arrowShaftLength 0x7f02002a
-int attr autoCompleteTextViewStyle 0x7f02002b
-int attr autoSizeMaxTextSize 0x7f02002c
-int attr autoSizeMinTextSize 0x7f02002d
-int attr autoSizePresetSizes 0x7f02002e
-int attr autoSizeStepGranularity 0x7f02002f
-int attr autoSizeTextType 0x7f020030
-int attr background 0x7f020031
-int attr backgroundSplit 0x7f020032
-int attr backgroundStacked 0x7f020033
-int attr backgroundTint 0x7f020034
-int attr backgroundTintMode 0x7f020035
-int attr barLength 0x7f020036
-int attr barrierAllowsGoneWidgets 0x7f020037
-int attr barrierDirection 0x7f020038
-int attr borderlessButtonStyle 0x7f020039
-int attr buttonBarButtonStyle 0x7f02003a
-int attr buttonBarNegativeButtonStyle 0x7f02003b
-int attr buttonBarNeutralButtonStyle 0x7f02003c
-int attr buttonBarPositiveButtonStyle 0x7f02003d
-int attr buttonBarStyle 0x7f02003e
-int attr buttonGravity 0x7f02003f
-int attr buttonIconDimen 0x7f020040
-int attr buttonPanelSideLayout 0x7f020041
-int attr buttonStyle 0x7f020042
-int attr buttonStyleSmall 0x7f020043
-int attr buttonTint 0x7f020044
-int attr buttonTintMode 0x7f020045
-int attr chainUseRtl 0x7f020046
-int attr checkboxStyle 0x7f020047
-int attr checkedTextViewStyle 0x7f020048
-int attr closeIcon 0x7f020049
-int attr closeItemLayout 0x7f02004a
-int attr collapseContentDescription 0x7f02004b
-int attr collapseIcon 0x7f02004c
-int attr color 0x7f02004d
-int attr colorAccent 0x7f02004e
-int attr colorBackgroundFloating 0x7f02004f
-int attr colorButtonNormal 0x7f020050
-int attr colorControlActivated 0x7f020051
-int attr colorControlHighlight 0x7f020052
-int attr colorControlNormal 0x7f020053
-int attr colorError 0x7f020054
-int attr colorPrimary 0x7f020055
-int attr colorPrimaryDark 0x7f020056
-int attr colorSwitchThumbNormal 0x7f020057
-int attr commitIcon 0x7f020058
-int attr constraintSet 0x7f020059
-int attr constraint_referenced_ids 0x7f02005a
-int attr content 0x7f02005b
-int attr contentDescription 0x7f02005c
-int attr contentInsetEnd 0x7f02005d
-int attr contentInsetEndWithActions 0x7f02005e
-int attr contentInsetLeft 0x7f02005f
-int attr contentInsetRight 0x7f020060
-int attr contentInsetStart 0x7f020061
-int attr contentInsetStartWithNavigation 0x7f020062
-int attr controlBackground 0x7f020063
-int attr coordinatorLayoutStyle 0x7f020064
-int attr customNavigationLayout 0x7f020065
-int attr defaultQueryHint 0x7f020066
-int attr dialogCornerRadius 0x7f020067
-int attr dialogPreferredPadding 0x7f020068
-int attr dialogTheme 0x7f020069
-int attr displayOptions 0x7f02006a
-int attr divider 0x7f02006b
-int attr dividerHorizontal 0x7f02006c
-int attr dividerPadding 0x7f02006d
-int attr dividerVertical 0x7f02006e
-int attr drawableSize 0x7f02006f
-int attr drawerArrowStyle 0x7f020070
-int attr dropDownListViewStyle 0x7f020071
-int attr dropdownListPreferredItemHeight 0x7f020072
-int attr editTextBackground 0x7f020073
-int attr editTextColor 0x7f020074
-int attr editTextStyle 0x7f020075
-int attr elevation 0x7f020076
-int attr emptyVisibility 0x7f020077
-int attr expandActivityOverflowButtonDrawable 0x7f020078
-int attr firstBaselineToTopHeight 0x7f020079
-int attr font 0x7f02007a
-int attr fontFamily 0x7f02007b
-int attr fontProviderAuthority 0x7f02007c
-int attr fontProviderCerts 0x7f02007d
-int attr fontProviderFetchStrategy 0x7f02007e
-int attr fontProviderFetchTimeout 0x7f02007f
-int attr fontProviderPackage 0x7f020080
-int attr fontProviderQuery 0x7f020081
-int attr fontStyle 0x7f020082
-int attr fontVariationSettings 0x7f020083
-int attr fontWeight 0x7f020084
-int attr gapBetweenBars 0x7f020085
-int attr goIcon 0x7f020086
-int attr height 0x7f020087
-int attr hideOnContentScroll 0x7f020088
-int attr homeAsUpIndicator 0x7f020089
-int attr homeLayout 0x7f02008a
-int attr icon 0x7f02008b
-int attr iconTint 0x7f02008c
-int attr iconTintMode 0x7f02008d
-int attr iconifiedByDefault 0x7f02008e
-int attr imageButtonStyle 0x7f02008f
-int attr indeterminateProgressStyle 0x7f020090
-int attr initialActivityCount 0x7f020091
-int attr isLightTheme 0x7f020092
-int attr itemPadding 0x7f020093
-int attr keylines 0x7f020094
-int attr lastBaselineToBottomHeight 0x7f020095
-int attr layout 0x7f020096
-int attr layout_anchor 0x7f020097
-int attr layout_anchorGravity 0x7f020098
-int attr layout_behavior 0x7f020099
-int attr layout_constrainedHeight 0x7f02009a
-int attr layout_constrainedWidth 0x7f02009b
-int attr layout_constraintBaseline_creator 0x7f02009c
-int attr layout_constraintBaseline_toBaselineOf 0x7f02009d
-int attr layout_constraintBottom_creator 0x7f02009e
-int attr layout_constraintBottom_toBottomOf 0x7f02009f
-int attr layout_constraintBottom_toTopOf 0x7f0200a0
-int attr layout_constraintCircle 0x7f0200a1
-int attr layout_constraintCircleAngle 0x7f0200a2
-int attr layout_constraintCircleRadius 0x7f0200a3
-int attr layout_constraintDimensionRatio 0x7f0200a4
-int attr layout_constraintEnd_toEndOf 0x7f0200a5
-int attr layout_constraintEnd_toStartOf 0x7f0200a6
-int attr layout_constraintGuide_begin 0x7f0200a7
-int attr layout_constraintGuide_end 0x7f0200a8
-int attr layout_constraintGuide_percent 0x7f0200a9
-int attr layout_constraintHeight_default 0x7f0200aa
-int attr layout_constraintHeight_max 0x7f0200ab
-int attr layout_constraintHeight_min 0x7f0200ac
-int attr layout_constraintHeight_percent 0x7f0200ad
-int attr layout_constraintHorizontal_bias 0x7f0200ae
-int attr layout_constraintHorizontal_chainStyle 0x7f0200af
-int attr layout_constraintHorizontal_weight 0x7f0200b0
-int attr layout_constraintLeft_creator 0x7f0200b1
-int attr layout_constraintLeft_toLeftOf 0x7f0200b2
-int attr layout_constraintLeft_toRightOf 0x7f0200b3
-int attr layout_constraintRight_creator 0x7f0200b4
-int attr layout_constraintRight_toLeftOf 0x7f0200b5
-int attr layout_constraintRight_toRightOf 0x7f0200b6
-int attr layout_constraintStart_toEndOf 0x7f0200b7
-int attr layout_constraintStart_toStartOf 0x7f0200b8
-int attr layout_constraintTop_creator 0x7f0200b9
-int attr layout_constraintTop_toBottomOf 0x7f0200ba
-int attr layout_constraintTop_toTopOf 0x7f0200bb
-int attr layout_constraintVertical_bias 0x7f0200bc
-int attr layout_constraintVertical_chainStyle 0x7f0200bd
-int attr layout_constraintVertical_weight 0x7f0200be
-int attr layout_constraintWidth_default 0x7f0200bf
-int attr layout_constraintWidth_max 0x7f0200c0
-int attr layout_constraintWidth_min 0x7f0200c1
-int attr layout_constraintWidth_percent 0x7f0200c2
-int attr layout_dodgeInsetEdges 0x7f0200c3
-int attr layout_editor_absoluteX 0x7f0200c4
-int attr layout_editor_absoluteY 0x7f0200c5
-int attr layout_goneMarginBottom 0x7f0200c6
-int attr layout_goneMarginEnd 0x7f0200c7
-int attr layout_goneMarginLeft 0x7f0200c8
-int attr layout_goneMarginRight 0x7f0200c9
-int attr layout_goneMarginStart 0x7f0200ca
-int attr layout_goneMarginTop 0x7f0200cb
-int attr layout_insetEdge 0x7f0200cc
-int attr layout_keyline 0x7f0200cd
-int attr layout_optimizationLevel 0x7f0200ce
-int attr lineHeight 0x7f0200cf
-int attr listChoiceBackgroundIndicator 0x7f0200d0
-int attr listDividerAlertDialog 0x7f0200d1
-int attr listItemLayout 0x7f0200d2
-int attr listLayout 0x7f0200d3
-int attr listMenuViewStyle 0x7f0200d4
-int attr listPopupWindowStyle 0x7f0200d5
-int attr listPreferredItemHeight 0x7f0200d6
-int attr listPreferredItemHeightLarge 0x7f0200d7
-int attr listPreferredItemHeightSmall 0x7f0200d8
-int attr listPreferredItemPaddingLeft 0x7f0200d9
-int attr listPreferredItemPaddingRight 0x7f0200da
-int attr logo 0x7f0200db
-int attr logoDescription 0x7f0200dc
-int attr maxButtonHeight 0x7f0200dd
-int attr measureWithLargestChild 0x7f0200de
-int attr multiChoiceItemLayout 0x7f0200df
-int attr navigationContentDescription 0x7f0200e0
-int attr navigationIcon 0x7f0200e1
-int attr navigationMode 0x7f0200e2
-int attr numericModifiers 0x7f0200e3
-int attr overlapAnchor 0x7f0200e4
-int attr paddingBottomNoButtons 0x7f0200e5
-int attr paddingEnd 0x7f0200e6
-int attr paddingStart 0x7f0200e7
-int attr paddingTopNoTitle 0x7f0200e8
-int attr panelBackground 0x7f0200e9
-int attr panelMenuListTheme 0x7f0200ea
-int attr panelMenuListWidth 0x7f0200eb
-int attr popupMenuStyle 0x7f0200ec
-int attr popupTheme 0x7f0200ed
-int attr popupWindowStyle 0x7f0200ee
-int attr preserveIconSpacing 0x7f0200ef
-int attr progressBarPadding 0x7f0200f0
-int attr progressBarStyle 0x7f0200f1
-int attr queryBackground 0x7f0200f2
-int attr queryHint 0x7f0200f3
-int attr radioButtonStyle 0x7f0200f4
-int attr ratingBarStyle 0x7f0200f5
-int attr ratingBarStyleIndicator 0x7f0200f6
-int attr ratingBarStyleSmall 0x7f0200f7
-int attr searchHintIcon 0x7f0200f8
-int attr searchIcon 0x7f0200f9
-int attr searchViewStyle 0x7f0200fa
-int attr seekBarStyle 0x7f0200fb
-int attr selectableItemBackground 0x7f0200fc
-int attr selectableItemBackgroundBorderless 0x7f0200fd
-int attr showAsAction 0x7f0200fe
-int attr showDividers 0x7f0200ff
-int attr showText 0x7f020100
-int attr showTitle 0x7f020101
-int attr singleChoiceItemLayout 0x7f020102
-int attr spinBars 0x7f020103
-int attr spinnerDropDownItemStyle 0x7f020104
-int attr spinnerStyle 0x7f020105
-int attr splitTrack 0x7f020106
-int attr srcCompat 0x7f020107
-int attr state_above_anchor 0x7f020108
-int attr statusBarBackground 0x7f020109
-int attr subMenuArrow 0x7f02010a
-int attr submitBackground 0x7f02010b
-int attr subtitle 0x7f02010c
-int attr subtitleTextAppearance 0x7f02010d
-int attr subtitleTextColor 0x7f02010e
-int attr subtitleTextStyle 0x7f02010f
-int attr suggestionRowLayout 0x7f020110
-int attr switchMinWidth 0x7f020111
-int attr switchPadding 0x7f020112
-int attr switchStyle 0x7f020113
-int attr switchTextAppearance 0x7f020114
-int attr textAllCaps 0x7f020115
-int attr textAppearanceLargePopupMenu 0x7f020116
-int attr textAppearanceListItem 0x7f020117
-int attr textAppearanceListItemSecondary 0x7f020118
-int attr textAppearanceListItemSmall 0x7f020119
-int attr textAppearancePopupMenuHeader 0x7f02011a
-int attr textAppearanceSearchResultSubtitle 0x7f02011b
-int attr textAppearanceSearchResultTitle 0x7f02011c
-int attr textAppearanceSmallPopupMenu 0x7f02011d
-int attr textColorAlertDialogListItem 0x7f02011e
-int attr textColorSearchUrl 0x7f02011f
-int attr theme 0x7f020120
-int attr thickness 0x7f020121
-int attr thumbTextPadding 0x7f020122
-int attr thumbTint 0x7f020123
-int attr thumbTintMode 0x7f020124
-int attr tickMark 0x7f020125
-int attr tickMarkTint 0x7f020126
-int attr tickMarkTintMode 0x7f020127
-int attr tint 0x7f020128
-int attr tintMode 0x7f020129
-int attr title 0x7f02012a
-int attr titleMargin 0x7f02012b
-int attr titleMarginBottom 0x7f02012c
-int attr titleMarginEnd 0x7f02012d
-int attr titleMarginStart 0x7f02012e
-int attr titleMarginTop 0x7f02012f
-int attr titleMargins 0x7f020130
-int attr titleTextAppearance 0x7f020131
-int attr titleTextColor 0x7f020132
-int attr titleTextStyle 0x7f020133
-int attr toolbarNavigationButtonStyle 0x7f020134
-int attr toolbarStyle 0x7f020135
-int attr tooltipForegroundColor 0x7f020136
-int attr tooltipFrameBackground 0x7f020137
-int attr tooltipText 0x7f020138
-int attr track 0x7f020139
-int attr trackTint 0x7f02013a
-int attr trackTintMode 0x7f02013b
-int attr ttcIndex 0x7f02013c
-int attr viewInflaterClass 0x7f02013d
-int attr voiceIcon 0x7f02013e
-int attr windowActionBar 0x7f02013f
-int attr windowActionBarOverlay 0x7f020140
-int attr windowActionModeOverlay 0x7f020141
-int attr windowFixedHeightMajor 0x7f020142
-int attr windowFixedHeightMinor 0x7f020143
-int attr windowFixedWidthMajor 0x7f020144
-int attr windowFixedWidthMinor 0x7f020145
-int attr windowMinWidthMajor 0x7f020146
-int attr windowMinWidthMinor 0x7f020147
-int attr windowNoTitle 0x7f020148
-int bool abc_action_bar_embed_tabs 0x7f030000
-int bool abc_allow_stacked_button_bar 0x7f030001
-int bool abc_config_actionMenuItemAllCaps 0x7f030002
-int color abc_background_cache_hint_selector_material_dark 0x7f040000
-int color abc_background_cache_hint_selector_material_light 0x7f040001
-int color abc_btn_colored_borderless_text_material 0x7f040002
-int color abc_btn_colored_text_material 0x7f040003
-int color abc_color_highlight_material 0x7f040004
-int color abc_hint_foreground_material_dark 0x7f040005
-int color abc_hint_foreground_material_light 0x7f040006
-int color abc_input_method_navigation_guard 0x7f040007
-int color abc_primary_text_disable_only_material_dark 0x7f040008
-int color abc_primary_text_disable_only_material_light 0x7f040009
-int color abc_primary_text_material_dark 0x7f04000a
-int color abc_primary_text_material_light 0x7f04000b
-int color abc_search_url_text 0x7f04000c
-int color abc_search_url_text_normal 0x7f04000d
-int color abc_search_url_text_pressed 0x7f04000e
-int color abc_search_url_text_selected 0x7f04000f
-int color abc_secondary_text_material_dark 0x7f040010
-int color abc_secondary_text_material_light 0x7f040011
-int color abc_tint_btn_checkable 0x7f040012
-int color abc_tint_default 0x7f040013
-int color abc_tint_edittext 0x7f040014
-int color abc_tint_seek_thumb 0x7f040015
-int color abc_tint_spinner 0x7f040016
-int color abc_tint_switch_track 0x7f040017
-int color accent_material_dark 0x7f040018
-int color accent_material_light 0x7f040019
-int color background_floating_material_dark 0x7f04001a
-int color background_floating_material_light 0x7f04001b
-int color background_material_dark 0x7f04001c
-int color background_material_light 0x7f04001d
-int color bright_foreground_disabled_material_dark 0x7f04001e
-int color bright_foreground_disabled_material_light 0x7f04001f
-int color bright_foreground_inverse_material_dark 0x7f040020
-int color bright_foreground_inverse_material_light 0x7f040021
-int color bright_foreground_material_dark 0x7f040022
-int color bright_foreground_material_light 0x7f040023
-int color button_material_dark 0x7f040024
-int color button_material_light 0x7f040025
-int color colorAccent 0x7f040026
-int color colorPrimary 0x7f040027
-int color colorPrimaryDark 0x7f040028
-int color dim_foreground_disabled_material_dark 0x7f040029
-int color dim_foreground_disabled_material_light 0x7f04002a
-int color dim_foreground_material_dark 0x7f04002b
-int color dim_foreground_material_light 0x7f04002c
-int color error_color_material_dark 0x7f04002d
-int color error_color_material_light 0x7f04002e
-int color foreground_material_dark 0x7f04002f
-int color foreground_material_light 0x7f040030
-int color highlighted_text_material_dark 0x7f040031
-int color highlighted_text_material_light 0x7f040032
-int color material_blue_grey_800 0x7f040033
-int color material_blue_grey_900 0x7f040034
-int color material_blue_grey_950 0x7f040035
-int color material_deep_teal_200 0x7f040036
-int color material_deep_teal_500 0x7f040037
-int color material_grey_100 0x7f040038
-int color material_grey_300 0x7f040039
-int color material_grey_50 0x7f04003a
-int color material_grey_600 0x7f04003b
-int color material_grey_800 0x7f04003c
-int color material_grey_850 0x7f04003d
-int color material_grey_900 0x7f04003e
-int color notification_action_color_filter 0x7f04003f
-int color notification_icon_bg_color 0x7f040040
-int color primary_dark_material_dark 0x7f040041
-int color primary_dark_material_light 0x7f040042
-int color primary_material_dark 0x7f040043
-int color primary_material_light 0x7f040044
-int color primary_text_default_material_dark 0x7f040045
-int color primary_text_default_material_light 0x7f040046
-int color primary_text_disabled_material_dark 0x7f040047
-int color primary_text_disabled_material_light 0x7f040048
-int color ripple_material_dark 0x7f040049
-int color ripple_material_light 0x7f04004a
-int color secondary_text_default_material_dark 0x7f04004b
-int color secondary_text_default_material_light 0x7f04004c
-int color secondary_text_disabled_material_dark 0x7f04004d
-int color secondary_text_disabled_material_light 0x7f04004e
-int color switch_thumb_disabled_material_dark 0x7f04004f
-int color switch_thumb_disabled_material_light 0x7f040050
-int color switch_thumb_material_dark 0x7f040051
-int color switch_thumb_material_light 0x7f040052
-int color switch_thumb_normal_material_dark 0x7f040053
-int color switch_thumb_normal_material_light 0x7f040054
-int color tooltip_background_dark 0x7f040055
-int color tooltip_background_light 0x7f040056
-int dimen abc_action_bar_content_inset_material 0x7f050000
-int dimen abc_action_bar_content_inset_with_nav 0x7f050001
-int dimen abc_action_bar_default_height_material 0x7f050002
-int dimen abc_action_bar_default_padding_end_material 0x7f050003
-int dimen abc_action_bar_default_padding_start_material 0x7f050004
-int dimen abc_action_bar_elevation_material 0x7f050005
-int dimen abc_action_bar_icon_vertical_padding_material 0x7f050006
-int dimen abc_action_bar_overflow_padding_end_material 0x7f050007
-int dimen abc_action_bar_overflow_padding_start_material 0x7f050008
-int dimen abc_action_bar_stacked_max_height 0x7f050009
-int dimen abc_action_bar_stacked_tab_max_width 0x7f05000a
-int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f05000b
-int dimen abc_action_bar_subtitle_top_margin_material 0x7f05000c
-int dimen abc_action_button_min_height_material 0x7f05000d
-int dimen abc_action_button_min_width_material 0x7f05000e
-int dimen abc_action_button_min_width_overflow_material 0x7f05000f
-int dimen abc_alert_dialog_button_bar_height 0x7f050010
-int dimen abc_alert_dialog_button_dimen 0x7f050011
-int dimen abc_button_inset_horizontal_material 0x7f050012
-int dimen abc_button_inset_vertical_material 0x7f050013
-int dimen abc_button_padding_horizontal_material 0x7f050014
-int dimen abc_button_padding_vertical_material 0x7f050015
-int dimen abc_cascading_menus_min_smallest_width 0x7f050016
-int dimen abc_config_prefDialogWidth 0x7f050017
-int dimen abc_control_corner_material 0x7f050018
-int dimen abc_control_inset_material 0x7f050019
-int dimen abc_control_padding_material 0x7f05001a
-int dimen abc_dialog_corner_radius_material 0x7f05001b
-int dimen abc_dialog_fixed_height_major 0x7f05001c
-int dimen abc_dialog_fixed_height_minor 0x7f05001d
-int dimen abc_dialog_fixed_width_major 0x7f05001e
-int dimen abc_dialog_fixed_width_minor 0x7f05001f
-int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f050020
-int dimen abc_dialog_list_padding_top_no_title 0x7f050021
-int dimen abc_dialog_min_width_major 0x7f050022
-int dimen abc_dialog_min_width_minor 0x7f050023
-int dimen abc_dialog_padding_material 0x7f050024
-int dimen abc_dialog_padding_top_material 0x7f050025
-int dimen abc_dialog_title_divider_material 0x7f050026
-int dimen abc_disabled_alpha_material_dark 0x7f050027
-int dimen abc_disabled_alpha_material_light 0x7f050028
-int dimen abc_dropdownitem_icon_width 0x7f050029
-int dimen abc_dropdownitem_text_padding_left 0x7f05002a
-int dimen abc_dropdownitem_text_padding_right 0x7f05002b
-int dimen abc_edit_text_inset_bottom_material 0x7f05002c
-int dimen abc_edit_text_inset_horizontal_material 0x7f05002d
-int dimen abc_edit_text_inset_top_material 0x7f05002e
-int dimen abc_floating_window_z 0x7f05002f
-int dimen abc_list_item_padding_horizontal_material 0x7f050030
-int dimen abc_panel_menu_list_width 0x7f050031
-int dimen abc_progress_bar_height_material 0x7f050032
-int dimen abc_search_view_preferred_height 0x7f050033
-int dimen abc_search_view_preferred_width 0x7f050034
-int dimen abc_seekbar_track_background_height_material 0x7f050035
-int dimen abc_seekbar_track_progress_height_material 0x7f050036
-int dimen abc_select_dialog_padding_start_material 0x7f050037
-int dimen abc_switch_padding 0x7f050038
-int dimen abc_text_size_body_1_material 0x7f050039
-int dimen abc_text_size_body_2_material 0x7f05003a
-int dimen abc_text_size_button_material 0x7f05003b
-int dimen abc_text_size_caption_material 0x7f05003c
-int dimen abc_text_size_display_1_material 0x7f05003d
-int dimen abc_text_size_display_2_material 0x7f05003e
-int dimen abc_text_size_display_3_material 0x7f05003f
-int dimen abc_text_size_display_4_material 0x7f050040
-int dimen abc_text_size_headline_material 0x7f050041
-int dimen abc_text_size_large_material 0x7f050042
-int dimen abc_text_size_medium_material 0x7f050043
-int dimen abc_text_size_menu_header_material 0x7f050044
-int dimen abc_text_size_menu_material 0x7f050045
-int dimen abc_text_size_small_material 0x7f050046
-int dimen abc_text_size_subhead_material 0x7f050047
-int dimen abc_text_size_subtitle_material_toolbar 0x7f050048
-int dimen abc_text_size_title_material 0x7f050049
-int dimen abc_text_size_title_material_toolbar 0x7f05004a
-int dimen compat_button_inset_horizontal_material 0x7f05004b
-int dimen compat_button_inset_vertical_material 0x7f05004c
-int dimen compat_button_padding_horizontal_material 0x7f05004d
-int dimen compat_button_padding_vertical_material 0x7f05004e
-int dimen compat_control_corner_material 0x7f05004f
-int dimen compat_notification_large_icon_max_height 0x7f050050
-int dimen compat_notification_large_icon_max_width 0x7f050051
-int dimen disabled_alpha_material_dark 0x7f050052
-int dimen disabled_alpha_material_light 0x7f050053
-int dimen highlight_alpha_material_colored 0x7f050054
-int dimen highlight_alpha_material_dark 0x7f050055
-int dimen highlight_alpha_material_light 0x7f050056
-int dimen hint_alpha_material_dark 0x7f050057
-int dimen hint_alpha_material_light 0x7f050058
-int dimen hint_pressed_alpha_material_dark 0x7f050059
-int dimen hint_pressed_alpha_material_light 0x7f05005a
-int dimen notification_action_icon_size 0x7f05005b
-int dimen notification_action_text_size 0x7f05005c
-int dimen notification_big_circle_margin 0x7f05005d
-int dimen notification_content_margin_start 0x7f05005e
-int dimen notification_large_icon_height 0x7f05005f
-int dimen notification_large_icon_width 0x7f050060
-int dimen notification_main_column_padding_top 0x7f050061
-int dimen notification_media_narrow_margin 0x7f050062
-int dimen notification_right_icon_size 0x7f050063
-int dimen notification_right_side_padding_top 0x7f050064
-int dimen notification_small_icon_background_padding 0x7f050065
-int dimen notification_small_icon_size_as_large 0x7f050066
-int dimen notification_subtext_size 0x7f050067
-int dimen notification_top_pad 0x7f050068
-int dimen notification_top_pad_large_text 0x7f050069
-int dimen tooltip_corner_radius 0x7f05006a
-int dimen tooltip_horizontal_padding 0x7f05006b
-int dimen tooltip_margin 0x7f05006c
-int dimen tooltip_precise_anchor_extra_offset 0x7f05006d
-int dimen tooltip_precise_anchor_threshold 0x7f05006e
-int dimen tooltip_vertical_padding 0x7f05006f
-int dimen tooltip_y_offset_non_touch 0x7f050070
-int dimen tooltip_y_offset_touch 0x7f050071
-int drawable abc_ab_share_pack_mtrl_alpha 0x7f060001
-int drawable abc_action_bar_item_background_material 0x7f060002
-int drawable abc_btn_borderless_material 0x7f060003
-int drawable abc_btn_check_material 0x7f060004
-int drawable abc_btn_check_to_on_mtrl_000 0x7f060005
-int drawable abc_btn_check_to_on_mtrl_015 0x7f060006
-int drawable abc_btn_colored_material 0x7f060007
-int drawable abc_btn_default_mtrl_shape 0x7f060008
-int drawable abc_btn_radio_material 0x7f060009
-int drawable abc_btn_radio_to_on_mtrl_000 0x7f06000a
-int drawable abc_btn_radio_to_on_mtrl_015 0x7f06000b
-int drawable abc_btn_switch_to_on_mtrl_00001 0x7f06000c
-int drawable abc_btn_switch_to_on_mtrl_00012 0x7f06000d
-int drawable abc_cab_background_internal_bg 0x7f06000e
-int drawable abc_cab_background_top_material 0x7f06000f
-int drawable abc_cab_background_top_mtrl_alpha 0x7f060010
-int drawable abc_control_background_material 0x7f060011
-int drawable abc_dialog_material_background 0x7f060012
-int drawable abc_edit_text_material 0x7f060013
-int drawable abc_ic_ab_back_material 0x7f060014
-int drawable abc_ic_arrow_drop_right_black_24dp 0x7f060015
-int drawable abc_ic_clear_material 0x7f060016
-int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f060017
-int drawable abc_ic_go_search_api_material 0x7f060018
-int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f060019
-int drawable abc_ic_menu_cut_mtrl_alpha 0x7f06001a
-int drawable abc_ic_menu_overflow_material 0x7f06001b
-int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f06001c
-int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f06001d
-int drawable abc_ic_menu_share_mtrl_alpha 0x7f06001e
-int drawable abc_ic_search_api_material 0x7f06001f
-int drawable abc_ic_star_black_16dp 0x7f060020
-int drawable abc_ic_star_black_36dp 0x7f060021
-int drawable abc_ic_star_black_48dp 0x7f060022
-int drawable abc_ic_star_half_black_16dp 0x7f060023
-int drawable abc_ic_star_half_black_36dp 0x7f060024
-int drawable abc_ic_star_half_black_48dp 0x7f060025
-int drawable abc_ic_voice_search_api_material 0x7f060026
-int drawable abc_item_background_holo_dark 0x7f060027
-int drawable abc_item_background_holo_light 0x7f060028
-int drawable abc_list_divider_material 0x7f060029
-int drawable abc_list_divider_mtrl_alpha 0x7f06002a
-int drawable abc_list_focused_holo 0x7f06002b
-int drawable abc_list_longpressed_holo 0x7f06002c
-int drawable abc_list_pressed_holo_dark 0x7f06002d
-int drawable abc_list_pressed_holo_light 0x7f06002e
-int drawable abc_list_selector_background_transition_holo_dark 0x7f06002f
-int drawable abc_list_selector_background_transition_holo_light 0x7f060030
-int drawable abc_list_selector_disabled_holo_dark 0x7f060031
-int drawable abc_list_selector_disabled_holo_light 0x7f060032
-int drawable abc_list_selector_holo_dark 0x7f060033
-int drawable abc_list_selector_holo_light 0x7f060034
-int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f060035
-int drawable abc_popup_background_mtrl_mult 0x7f060036
-int drawable abc_ratingbar_indicator_material 0x7f060037
-int drawable abc_ratingbar_material 0x7f060038
-int drawable abc_ratingbar_small_material 0x7f060039
-int drawable abc_scrubber_control_off_mtrl_alpha 0x7f06003a
-int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f06003b
-int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f06003c
-int drawable abc_scrubber_primary_mtrl_alpha 0x7f06003d
-int drawable abc_scrubber_track_mtrl_alpha 0x7f06003e
-int drawable abc_seekbar_thumb_material 0x7f06003f
-int drawable abc_seekbar_tick_mark_material 0x7f060040
-int drawable abc_seekbar_track_material 0x7f060041
-int drawable abc_spinner_mtrl_am_alpha 0x7f060042
-int drawable abc_spinner_textfield_background_material 0x7f060043
-int drawable abc_switch_thumb_material 0x7f060044
-int drawable abc_switch_track_mtrl_alpha 0x7f060045
-int drawable abc_tab_indicator_material 0x7f060046
-int drawable abc_tab_indicator_mtrl_alpha 0x7f060047
-int drawable abc_text_cursor_material 0x7f060048
-int drawable abc_text_select_handle_left_mtrl_dark 0x7f060049
-int drawable abc_text_select_handle_left_mtrl_light 0x7f06004a
-int drawable abc_text_select_handle_middle_mtrl_dark 0x7f06004b
-int drawable abc_text_select_handle_middle_mtrl_light 0x7f06004c
-int drawable abc_text_select_handle_right_mtrl_dark 0x7f06004d
-int drawable abc_text_select_handle_right_mtrl_light 0x7f06004e
-int drawable abc_textfield_activated_mtrl_alpha 0x7f06004f
-int drawable abc_textfield_default_mtrl_alpha 0x7f060050
-int drawable abc_textfield_search_activated_mtrl_alpha 0x7f060051
-int drawable abc_textfield_search_default_mtrl_alpha 0x7f060052
-int drawable abc_textfield_search_material 0x7f060053
-int drawable abc_vector_test 0x7f060054
-int drawable background 0x7f060055
-int drawable caroutline2 0x7f060056
-int drawable ic_launcher_background 0x7f060057
-int drawable ic_launcher_foreground 0x7f060058
-int drawable mybutton 0x7f060059
-int drawable notification_action_background 0x7f06005a
-int drawable notification_bg 0x7f06005b
-int drawable notification_bg_low 0x7f06005c
-int drawable notification_bg_low_normal 0x7f06005d
-int drawable notification_bg_low_pressed 0x7f06005e
-int drawable notification_bg_normal 0x7f06005f
-int drawable notification_bg_normal_pressed 0x7f060060
-int drawable notification_icon_background 0x7f060061
-int drawable notification_template_icon_bg 0x7f060062
-int drawable notification_template_icon_low_bg 0x7f060063
-int drawable notification_tile_bg 0x7f060064
-int drawable notify_panel_notification_icon_bg 0x7f060065
-int drawable tooltip_frame_dark 0x7f060066
-int drawable tooltip_frame_light 0x7f060067
-int id ALT 0x7f070000
-int id CTRL 0x7f070001
-int id FUNCTION 0x7f070002
-int id META 0x7f070003
-int id SHIFT 0x7f070004
-int id SYM 0x7f070005
-int id action_bar 0x7f070006
-int id action_bar_activity_content 0x7f070007
-int id action_bar_container 0x7f070008
-int id action_bar_root 0x7f070009
-int id action_bar_spinner 0x7f07000a
-int id action_bar_subtitle 0x7f07000b
-int id action_bar_title 0x7f07000c
-int id action_container 0x7f07000d
-int id action_context_bar 0x7f07000e
-int id action_divider 0x7f07000f
-int id action_image 0x7f070010
-int id action_menu_divider 0x7f070011
-int id action_menu_presenter 0x7f070012
-int id action_mode_bar 0x7f070013
-int id action_mode_bar_stub 0x7f070014
-int id action_mode_close_button 0x7f070015
-int id action_text 0x7f070016
-int id actions 0x7f070017
-int id activity_chooser_view_content 0x7f070018
-int id add 0x7f070019
-int id alertTitle 0x7f07001a
-int id all 0x7f07001b
-int id always 0x7f07001c
-int id async 0x7f07001d
-int id barrier 0x7f07001e
-int id beginning 0x7f07001f
-int id blocking 0x7f070020
-int id bottom 0x7f070021
-int id but1 0x7f070022
-int id but2 0x7f070023
-int id but3 0x7f070024
-int id but4 0x7f070025
-int id buttonPanel 0x7f070026
-int id center 0x7f070027
-int id center_horizontal 0x7f070028
-int id center_vertical 0x7f070029
-int id chains 0x7f07002a
-int id checkbox 0x7f07002b
-int id chronometer 0x7f07002c
-int id clip_horizontal 0x7f07002d
-int id clip_vertical 0x7f07002e
-int id collapseActionView 0x7f07002f
-int id content 0x7f070030
-int id contentPanel 0x7f070031
-int id custom 0x7f070032
-int id customPanel 0x7f070033
-int id decor_content_parent 0x7f070034
-int id default_activity_button 0x7f070035
-int id dimensions 0x7f070036
-int id direct 0x7f070037
-int id disableHome 0x7f070038
-int id edit_query 0x7f070039
-int id end 0x7f07003a
-int id expand_activities_button 0x7f07003b
-int id expanded_menu 0x7f07003c
-int id fill 0x7f07003d
-int id fill_horizontal 0x7f07003e
-int id fill_vertical 0x7f07003f
-int id forever 0x7f070040
-int id gone 0x7f070041
-int id group_divider 0x7f070042
-int id groups 0x7f070043
-int id home 0x7f070044
-int id homeAsUp 0x7f070045
-int id icon 0x7f070046
-int id icon_group 0x7f070047
-int id ifRoom 0x7f070048
-int id image 0x7f070049
-int id imageView 0x7f07004a
-int id info 0x7f07004b
-int id invisible 0x7f07004c
-int id italic 0x7f07004d
-int id left 0x7f07004e
-int id line1 0x7f07004f
-int id line3 0x7f070050
-int id listMode 0x7f070051
-int id list_item 0x7f070052
-int id message 0x7f070053
-int id middle 0x7f070054
-int id multiply 0x7f070055
-int id never 0x7f070056
-int id none 0x7f070057
-int id normal 0x7f070058
-int id notification_background 0x7f070059
-int id notification_main_column 0x7f07005a
-int id notification_main_column_container 0x7f07005b
-int id packed 0x7f07005c
-int id parent 0x7f07005d
-int id parentPanel 0x7f07005e
-int id percent 0x7f07005f
-int id progress_circular 0x7f070060
-int id progress_horizontal 0x7f070061
-int id radio 0x7f070062
-int id right 0x7f070063
-int id right_icon 0x7f070064
-int id right_side 0x7f070065
-int id screen 0x7f070066
-int id scrollIndicatorDown 0x7f070067
-int id scrollIndicatorUp 0x7f070068
-int id scrollView 0x7f070069
-int id search_badge 0x7f07006a
-int id search_bar 0x7f07006b
-int id search_button 0x7f07006c
-int id search_close_btn 0x7f07006d
-int id search_edit_frame 0x7f07006e
-int id search_go_btn 0x7f07006f
-int id search_mag_icon 0x7f070070
-int id search_plate 0x7f070071
-int id search_src_text 0x7f070072
-int id search_voice_btn 0x7f070073
-int id select_dialog_listview 0x7f070074
-int id shortcut 0x7f070075
-int id showCustom 0x7f070076
-int id showHome 0x7f070077
-int id showTitle 0x7f070078
-int id signup 0x7f070079
-int id singin 0x7f07007a
-int id spacer 0x7f07007b
-int id split_action_bar 0x7f07007c
-int id spread 0x7f07007d
-int id spread_inside 0x7f07007e
-int id src_atop 0x7f07007f
-int id src_in 0x7f070080
-int id src_over 0x7f070081
-int id standard 0x7f070082
-int id start 0x7f070083
-int id submenuarrow 0x7f070084
-int id submit_area 0x7f070085
-int id tabMode 0x7f070086
-int id tag_transition_group 0x7f070087
-int id tag_unhandled_key_event_manager 0x7f070088
-int id tag_unhandled_key_listeners 0x7f070089
-int id text 0x7f07008a
-int id text2 0x7f07008b
-int id textSpacerNoButtons 0x7f07008c
-int id textSpacerNoTitle 0x7f07008d
-int id time 0x7f07008e
-int id title 0x7f07008f
-int id titleDividerNoCustom 0x7f070090
-int id title_template 0x7f070091
-int id top 0x7f070092
-int id topPanel 0x7f070093
-int id uniform 0x7f070094
-int id up 0x7f070095
-int id useLogo 0x7f070096
-int id withText 0x7f070097
-int id wrap 0x7f070098
-int id wrap_content 0x7f070099
-int integer abc_config_activityDefaultDur 0x7f080000
-int integer abc_config_activityShortDur 0x7f080001
-int integer cancel_button_image_alpha 0x7f080002
-int integer config_tooltipAnimTime 0x7f080003
-int integer status_bar_notification_info_maxnum 0x7f080004
-int layout abc_action_bar_title_item 0x7f090000
-int layout abc_action_bar_up_container 0x7f090001
-int layout abc_action_menu_item_layout 0x7f090002
-int layout abc_action_menu_layout 0x7f090003
-int layout abc_action_mode_bar 0x7f090004
-int layout abc_action_mode_close_item_material 0x7f090005
-int layout abc_activity_chooser_view 0x7f090006
-int layout abc_activity_chooser_view_list_item 0x7f090007
-int layout abc_alert_dialog_button_bar_material 0x7f090008
-int layout abc_alert_dialog_material 0x7f090009
-int layout abc_alert_dialog_title_material 0x7f09000a
-int layout abc_cascading_menu_item_layout 0x7f09000b
-int layout abc_dialog_title_material 0x7f09000c
-int layout abc_expanded_menu_layout 0x7f09000d
-int layout abc_list_menu_item_checkbox 0x7f09000e
-int layout abc_list_menu_item_icon 0x7f09000f
-int layout abc_list_menu_item_layout 0x7f090010
-int layout abc_list_menu_item_radio 0x7f090011
-int layout abc_popup_menu_header_item_layout 0x7f090012
-int layout abc_popup_menu_item_layout 0x7f090013
-int layout abc_screen_content_include 0x7f090014
-int layout abc_screen_simple 0x7f090015
-int layout abc_screen_simple_overlay_action_mode 0x7f090016
-int layout abc_screen_toolbar 0x7f090017
-int layout abc_search_dropdown_item_icons_2line 0x7f090018
-int layout abc_search_view 0x7f090019
-int layout abc_select_dialog_material 0x7f09001a
-int layout abc_tooltip 0x7f09001b
-int layout activity_homepage 0x7f09001c
-int layout activity_main 0x7f09001d
-int layout notification_action 0x7f09001e
-int layout notification_action_tombstone 0x7f09001f
-int layout notification_template_custom_big 0x7f090020
-int layout notification_template_icon_group 0x7f090021
-int layout notification_template_part_chronometer 0x7f090022
-int layout notification_template_part_time 0x7f090023
-int layout select_dialog_item_material 0x7f090024
-int layout select_dialog_multichoice_material 0x7f090025
-int layout select_dialog_singlechoice_material 0x7f090026
-int layout support_simple_spinner_dropdown_item 0x7f090027
-int mipmap ic_launcher 0x7f0a0000
-int mipmap ic_launcher_round 0x7f0a0001
-int string abc_action_bar_home_description 0x7f0b0000
-int string abc_action_bar_up_description 0x7f0b0001
-int string abc_action_menu_overflow_description 0x7f0b0002
-int string abc_action_mode_done 0x7f0b0003
-int string abc_activity_chooser_view_see_all 0x7f0b0004
-int string abc_activitychooserview_choose_application 0x7f0b0005
-int string abc_capital_off 0x7f0b0006
-int string abc_capital_on 0x7f0b0007
-int string abc_font_family_body_1_material 0x7f0b0008
-int string abc_font_family_body_2_material 0x7f0b0009
-int string abc_font_family_button_material 0x7f0b000a
-int string abc_font_family_caption_material 0x7f0b000b
-int string abc_font_family_display_1_material 0x7f0b000c
-int string abc_font_family_display_2_material 0x7f0b000d
-int string abc_font_family_display_3_material 0x7f0b000e
-int string abc_font_family_display_4_material 0x7f0b000f
-int string abc_font_family_headline_material 0x7f0b0010
-int string abc_font_family_menu_material 0x7f0b0011
-int string abc_font_family_subhead_material 0x7f0b0012
-int string abc_font_family_title_material 0x7f0b0013
-int string abc_menu_alt_shortcut_label 0x7f0b0014
-int string abc_menu_ctrl_shortcut_label 0x7f0b0015
-int string abc_menu_delete_shortcut_label 0x7f0b0016
-int string abc_menu_enter_shortcut_label 0x7f0b0017
-int string abc_menu_function_shortcut_label 0x7f0b0018
-int string abc_menu_meta_shortcut_label 0x7f0b0019
-int string abc_menu_shift_shortcut_label 0x7f0b001a
-int string abc_menu_space_shortcut_label 0x7f0b001b
-int string abc_menu_sym_shortcut_label 0x7f0b001c
-int string abc_prepend_shortcut_label 0x7f0b001d
-int string abc_search_hint 0x7f0b001e
-int string abc_searchview_description_clear 0x7f0b001f
-int string abc_searchview_description_query 0x7f0b0020
-int string abc_searchview_description_search 0x7f0b0021
-int string abc_searchview_description_submit 0x7f0b0022
-int string abc_searchview_description_voice 0x7f0b0023
-int string abc_shareactionprovider_share_with 0x7f0b0024
-int string abc_shareactionprovider_share_with_application 0x7f0b0025
-int string abc_toolbar_collapse_description 0x7f0b0026
-int string app_name 0x7f0b0027
-int string search_menu_title 0x7f0b0028
-int string status_bar_notification_info_overflow 0x7f0b0029
-int style AlertDialog_AppCompat 0x7f0c0000
-int style AlertDialog_AppCompat_Light 0x7f0c0001
-int style Animation_AppCompat_Dialog 0x7f0c0002
-int style Animation_AppCompat_DropDownUp 0x7f0c0003
-int style Animation_AppCompat_Tooltip 0x7f0c0004
-int style AppTheme 0x7f0c0005
-int style Base_AlertDialog_AppCompat 0x7f0c0006
-int style Base_AlertDialog_AppCompat_Light 0x7f0c0007
-int style Base_Animation_AppCompat_Dialog 0x7f0c0008
-int style Base_Animation_AppCompat_DropDownUp 0x7f0c0009
-int style Base_Animation_AppCompat_Tooltip 0x7f0c000a
-int style Base_DialogWindowTitle_AppCompat 0x7f0c000b
-int style Base_DialogWindowTitleBackground_AppCompat 0x7f0c000c
-int style Base_TextAppearance_AppCompat 0x7f0c000d
-int style Base_TextAppearance_AppCompat_Body1 0x7f0c000e
-int style Base_TextAppearance_AppCompat_Body2 0x7f0c000f
-int style Base_TextAppearance_AppCompat_Button 0x7f0c0010
-int style Base_TextAppearance_AppCompat_Caption 0x7f0c0011
-int style Base_TextAppearance_AppCompat_Display1 0x7f0c0012
-int style Base_TextAppearance_AppCompat_Display2 0x7f0c0013
-int style Base_TextAppearance_AppCompat_Display3 0x7f0c0014
-int style Base_TextAppearance_AppCompat_Display4 0x7f0c0015
-int style Base_TextAppearance_AppCompat_Headline 0x7f0c0016
-int style Base_TextAppearance_AppCompat_Inverse 0x7f0c0017
-int style Base_TextAppearance_AppCompat_Large 0x7f0c0018
-int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f0c0019
-int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0c001a
-int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0c001b
-int style Base_TextAppearance_AppCompat_Medium 0x7f0c001c
-int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f0c001d
-int style Base_TextAppearance_AppCompat_Menu 0x7f0c001e
-int style Base_TextAppearance_AppCompat_SearchResult 0x7f0c001f
-int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0c0020
-int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f0c0021
-int style Base_TextAppearance_AppCompat_Small 0x7f0c0022
-int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f0c0023
-int style Base_TextAppearance_AppCompat_Subhead 0x7f0c0024
-int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f0c0025
-int style Base_TextAppearance_AppCompat_Title 0x7f0c0026
-int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f0c0027
-int style Base_TextAppearance_AppCompat_Tooltip 0x7f0c0028
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0c0029
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0c002a
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0c002b
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0c002c
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0c002d
-int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0c002e
-int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0c002f
-int style Base_TextAppearance_AppCompat_Widget_Button 0x7f0c0030
-int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f0c0031
-int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f0c0032
-int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0c0033
-int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f0c0034
-int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f0c0035
-int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0c0036
-int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0c0037
-int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f0c0038
-int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0c0039
-int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0c003a
-int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0c003b
-int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0c003c
-int style Base_Theme_AppCompat 0x7f0c003d
-int style Base_Theme_AppCompat_CompactMenu 0x7f0c003e
-int style Base_Theme_AppCompat_Dialog 0x7f0c003f
-int style Base_Theme_AppCompat_Dialog_Alert 0x7f0c0040
-int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f0c0041
-int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f0c0042
-int style Base_Theme_AppCompat_DialogWhenLarge 0x7f0c0043
-int style Base_Theme_AppCompat_Light 0x7f0c0044
-int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f0c0045
-int style Base_Theme_AppCompat_Light_Dialog 0x7f0c0046
-int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f0c0047
-int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f0c0048
-int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f0c0049
-int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f0c004a
-int style Base_ThemeOverlay_AppCompat 0x7f0c004b
-int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f0c004c
-int style Base_ThemeOverlay_AppCompat_Dark 0x7f0c004d
-int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0c004e
-int style Base_ThemeOverlay_AppCompat_Dialog 0x7f0c004f
-int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f0c0050
-int style Base_ThemeOverlay_AppCompat_Light 0x7f0c0051
-int style Base_V21_Theme_AppCompat 0x7f0c0052
-int style Base_V21_Theme_AppCompat_Dialog 0x7f0c0053
-int style Base_V21_Theme_AppCompat_Light 0x7f0c0054
-int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f0c0055
-int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f0c0056
-int style Base_V22_Theme_AppCompat 0x7f0c0057
-int style Base_V22_Theme_AppCompat_Light 0x7f0c0058
-int style Base_V23_Theme_AppCompat 0x7f0c0059
-int style Base_V23_Theme_AppCompat_Light 0x7f0c005a
-int style Base_V26_Theme_AppCompat 0x7f0c005b
-int style Base_V26_Theme_AppCompat_Light 0x7f0c005c
-int style Base_V26_Widget_AppCompat_Toolbar 0x7f0c005d
-int style Base_V28_Theme_AppCompat 0x7f0c005e
-int style Base_V28_Theme_AppCompat_Light 0x7f0c005f
-int style Base_V7_Theme_AppCompat 0x7f0c0060
-int style Base_V7_Theme_AppCompat_Dialog 0x7f0c0061
-int style Base_V7_Theme_AppCompat_Light 0x7f0c0062
-int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f0c0063
-int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f0c0064
-int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f0c0065
-int style Base_V7_Widget_AppCompat_EditText 0x7f0c0066
-int style Base_V7_Widget_AppCompat_Toolbar 0x7f0c0067
-int style Base_Widget_AppCompat_ActionBar 0x7f0c0068
-int style Base_Widget_AppCompat_ActionBar_Solid 0x7f0c0069
-int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f0c006a
-int style Base_Widget_AppCompat_ActionBar_TabText 0x7f0c006b
-int style Base_Widget_AppCompat_ActionBar_TabView 0x7f0c006c
-int style Base_Widget_AppCompat_ActionButton 0x7f0c006d
-int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f0c006e
-int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f0c006f
-int style Base_Widget_AppCompat_ActionMode 0x7f0c0070
-int style Base_Widget_AppCompat_ActivityChooserView 0x7f0c0071
-int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f0c0072
-int style Base_Widget_AppCompat_Button 0x7f0c0073
-int style Base_Widget_AppCompat_Button_Borderless 0x7f0c0074
-int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f0c0075
-int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0c0076
-int style Base_Widget_AppCompat_Button_Colored 0x7f0c0077
-int style Base_Widget_AppCompat_Button_Small 0x7f0c0078
-int style Base_Widget_AppCompat_ButtonBar 0x7f0c0079
-int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f0c007a
-int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f0c007b
-int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f0c007c
-int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0c007d
-int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f0c007e
-int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0c007f
-int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f0c0080
-int style Base_Widget_AppCompat_EditText 0x7f0c0081
-int style Base_Widget_AppCompat_ImageButton 0x7f0c0082
-int style Base_Widget_AppCompat_Light_ActionBar 0x7f0c0083
-int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0c0084
-int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0c0085
-int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f0c0086
-int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0c0087
-int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f0c0088
-int style Base_Widget_AppCompat_Light_PopupMenu 0x7f0c0089
-int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0c008a
-int style Base_Widget_AppCompat_ListMenuView 0x7f0c008b
-int style Base_Widget_AppCompat_ListPopupWindow 0x7f0c008c
-int style Base_Widget_AppCompat_ListView 0x7f0c008d
-int style Base_Widget_AppCompat_ListView_DropDown 0x7f0c008e
-int style Base_Widget_AppCompat_ListView_Menu 0x7f0c008f
-int style Base_Widget_AppCompat_PopupMenu 0x7f0c0090
-int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f0c0091
-int style Base_Widget_AppCompat_PopupWindow 0x7f0c0092
-int style Base_Widget_AppCompat_ProgressBar 0x7f0c0093
-int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f0c0094
-int style Base_Widget_AppCompat_RatingBar 0x7f0c0095
-int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f0c0096
-int style Base_Widget_AppCompat_RatingBar_Small 0x7f0c0097
-int style Base_Widget_AppCompat_SearchView 0x7f0c0098
-int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0c0099
-int style Base_Widget_AppCompat_SeekBar 0x7f0c009a
-int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f0c009b
-int style Base_Widget_AppCompat_Spinner 0x7f0c009c
-int style Base_Widget_AppCompat_Spinner_Underlined 0x7f0c009d
-int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f0c009e
-int style Base_Widget_AppCompat_Toolbar 0x7f0c009f
-int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f0c00a0
-int style Platform_AppCompat 0x7f0c00a1
-int style Platform_AppCompat_Light 0x7f0c00a2
-int style Platform_ThemeOverlay_AppCompat 0x7f0c00a3
-int style Platform_ThemeOverlay_AppCompat_Dark 0x7f0c00a4
-int style Platform_ThemeOverlay_AppCompat_Light 0x7f0c00a5
-int style Platform_V21_AppCompat 0x7f0c00a6
-int style Platform_V21_AppCompat_Light 0x7f0c00a7
-int style Platform_V25_AppCompat 0x7f0c00a8
-int style Platform_V25_AppCompat_Light 0x7f0c00a9
-int style Platform_Widget_AppCompat_Spinner 0x7f0c00aa
-int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f0c00ab
-int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f0c00ac
-int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f0c00ad
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f0c00ae
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f0c00af
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x7f0c00b0
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x7f0c00b1
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f0c00b2
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x7f0c00b3
-int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f0c00b4
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f0c00b5
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f0c00b6
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f0c00b7
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f0c00b8
-int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f0c00b9
-int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f0c00ba
-int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f0c00bb
-int style TextAppearance_AppCompat 0x7f0c00bc
-int style TextAppearance_AppCompat_Body1 0x7f0c00bd
-int style TextAppearance_AppCompat_Body2 0x7f0c00be
-int style TextAppearance_AppCompat_Button 0x7f0c00bf
-int style TextAppearance_AppCompat_Caption 0x7f0c00c0
-int style TextAppearance_AppCompat_Display1 0x7f0c00c1
-int style TextAppearance_AppCompat_Display2 0x7f0c00c2
-int style TextAppearance_AppCompat_Display3 0x7f0c00c3
-int style TextAppearance_AppCompat_Display4 0x7f0c00c4
-int style TextAppearance_AppCompat_Headline 0x7f0c00c5
-int style TextAppearance_AppCompat_Inverse 0x7f0c00c6
-int style TextAppearance_AppCompat_Large 0x7f0c00c7
-int style TextAppearance_AppCompat_Large_Inverse 0x7f0c00c8
-int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0c00c9
-int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0c00ca
-int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0c00cb
-int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0c00cc
-int style TextAppearance_AppCompat_Medium 0x7f0c00cd
-int style TextAppearance_AppCompat_Medium_Inverse 0x7f0c00ce
-int style TextAppearance_AppCompat_Menu 0x7f0c00cf
-int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0c00d0
-int style TextAppearance_AppCompat_SearchResult_Title 0x7f0c00d1
-int style TextAppearance_AppCompat_Small 0x7f0c00d2
-int style TextAppearance_AppCompat_Small_Inverse 0x7f0c00d3
-int style TextAppearance_AppCompat_Subhead 0x7f0c00d4
-int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0c00d5
-int style TextAppearance_AppCompat_Title 0x7f0c00d6
-int style TextAppearance_AppCompat_Title_Inverse 0x7f0c00d7
-int style TextAppearance_AppCompat_Tooltip 0x7f0c00d8
-int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0c00d9
-int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0c00da
-int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0c00db
-int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0c00dc
-int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0c00dd
-int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0c00de
-int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0c00df
-int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0c00e0
-int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0c00e1
-int style TextAppearance_AppCompat_Widget_Button 0x7f0c00e2
-int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f0c00e3
-int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f0c00e4
-int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0c00e5
-int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0c00e6
-int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f0c00e7
-int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0c00e8
-int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0c00e9
-int style TextAppearance_AppCompat_Widget_Switch 0x7f0c00ea
-int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0c00eb
-int style TextAppearance_Compat_Notification 0x7f0c00ec
-int style TextAppearance_Compat_Notification_Info 0x7f0c00ed
-int style TextAppearance_Compat_Notification_Line2 0x7f0c00ee
-int style TextAppearance_Compat_Notification_Time 0x7f0c00ef
-int style TextAppearance_Compat_Notification_Title 0x7f0c00f0
-int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0c00f1
-int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0c00f2
-int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0c00f3
-int style Theme_AppCompat 0x7f0c00f4
-int style Theme_AppCompat_CompactMenu 0x7f0c00f5
-int style Theme_AppCompat_DayNight 0x7f0c00f6
-int style Theme_AppCompat_DayNight_DarkActionBar 0x7f0c00f7
-int style Theme_AppCompat_DayNight_Dialog 0x7f0c00f8
-int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f0c00f9
-int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f0c00fa
-int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f0c00fb
-int style Theme_AppCompat_DayNight_NoActionBar 0x7f0c00fc
-int style Theme_AppCompat_Dialog 0x7f0c00fd
-int style Theme_AppCompat_Dialog_Alert 0x7f0c00fe
-int style Theme_AppCompat_Dialog_MinWidth 0x7f0c00ff
-int style Theme_AppCompat_DialogWhenLarge 0x7f0c0100
-int style Theme_AppCompat_Light 0x7f0c0101
-int style Theme_AppCompat_Light_DarkActionBar 0x7f0c0102
-int style Theme_AppCompat_Light_Dialog 0x7f0c0103
-int style Theme_AppCompat_Light_Dialog_Alert 0x7f0c0104
-int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0c0105
-int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0c0106
-int style Theme_AppCompat_Light_NoActionBar 0x7f0c0107
-int style Theme_AppCompat_NoActionBar 0x7f0c0108
-int style ThemeOverlay_AppCompat 0x7f0c0109
-int style ThemeOverlay_AppCompat_ActionBar 0x7f0c010a
-int style ThemeOverlay_AppCompat_Dark 0x7f0c010b
-int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0c010c
-int style ThemeOverlay_AppCompat_Dialog 0x7f0c010d
-int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f0c010e
-int style ThemeOverlay_AppCompat_Light 0x7f0c010f
-int style Widget_AppCompat_ActionBar 0x7f0c0110
-int style Widget_AppCompat_ActionBar_Solid 0x7f0c0111
-int style Widget_AppCompat_ActionBar_TabBar 0x7f0c0112
-int style Widget_AppCompat_ActionBar_TabText 0x7f0c0113
-int style Widget_AppCompat_ActionBar_TabView 0x7f0c0114
-int style Widget_AppCompat_ActionButton 0x7f0c0115
-int style Widget_AppCompat_ActionButton_CloseMode 0x7f0c0116
-int style Widget_AppCompat_ActionButton_Overflow 0x7f0c0117
-int style Widget_AppCompat_ActionMode 0x7f0c0118
-int style Widget_AppCompat_ActivityChooserView 0x7f0c0119
-int style Widget_AppCompat_AutoCompleteTextView 0x7f0c011a
-int style Widget_AppCompat_Button 0x7f0c011b
-int style Widget_AppCompat_Button_Borderless 0x7f0c011c
-int style Widget_AppCompat_Button_Borderless_Colored 0x7f0c011d
-int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0c011e
-int style Widget_AppCompat_Button_Colored 0x7f0c011f
-int style Widget_AppCompat_Button_Small 0x7f0c0120
-int style Widget_AppCompat_ButtonBar 0x7f0c0121
-int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f0c0122
-int style Widget_AppCompat_CompoundButton_CheckBox 0x7f0c0123
-int style Widget_AppCompat_CompoundButton_RadioButton 0x7f0c0124
-int style Widget_AppCompat_CompoundButton_Switch 0x7f0c0125
-int style Widget_AppCompat_DrawerArrowToggle 0x7f0c0126
-int style Widget_AppCompat_DropDownItem_Spinner 0x7f0c0127
-int style Widget_AppCompat_EditText 0x7f0c0128
-int style Widget_AppCompat_ImageButton 0x7f0c0129
-int style Widget_AppCompat_Light_ActionBar 0x7f0c012a
-int style Widget_AppCompat_Light_ActionBar_Solid 0x7f0c012b
-int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f0c012c
-int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f0c012d
-int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f0c012e
-int style Widget_AppCompat_Light_ActionBar_TabText 0x7f0c012f
-int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0c0130
-int style Widget_AppCompat_Light_ActionBar_TabView 0x7f0c0131
-int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f0c0132
-int style Widget_AppCompat_Light_ActionButton 0x7f0c0133
-int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f0c0134
-int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f0c0135
-int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f0c0136
-int style Widget_AppCompat_Light_ActivityChooserView 0x7f0c0137
-int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f0c0138
-int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f0c0139
-int style Widget_AppCompat_Light_ListPopupWindow 0x7f0c013a
-int style Widget_AppCompat_Light_ListView_DropDown 0x7f0c013b
-int style Widget_AppCompat_Light_PopupMenu 0x7f0c013c
-int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0c013d
-int style Widget_AppCompat_Light_SearchView 0x7f0c013e
-int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f0c013f
-int style Widget_AppCompat_ListMenuView 0x7f0c0140
-int style Widget_AppCompat_ListPopupWindow 0x7f0c0141
-int style Widget_AppCompat_ListView 0x7f0c0142
-int style Widget_AppCompat_ListView_DropDown 0x7f0c0143
-int style Widget_AppCompat_ListView_Menu 0x7f0c0144
-int style Widget_AppCompat_PopupMenu 0x7f0c0145
-int style Widget_AppCompat_PopupMenu_Overflow 0x7f0c0146
-int style Widget_AppCompat_PopupWindow 0x7f0c0147
-int style Widget_AppCompat_ProgressBar 0x7f0c0148
-int style Widget_AppCompat_ProgressBar_Horizontal 0x7f0c0149
-int style Widget_AppCompat_RatingBar 0x7f0c014a
-int style Widget_AppCompat_RatingBar_Indicator 0x7f0c014b
-int style Widget_AppCompat_RatingBar_Small 0x7f0c014c
-int style Widget_AppCompat_SearchView 0x7f0c014d
-int style Widget_AppCompat_SearchView_ActionBar 0x7f0c014e
-int style Widget_AppCompat_SeekBar 0x7f0c014f
-int style Widget_AppCompat_SeekBar_Discrete 0x7f0c0150
-int style Widget_AppCompat_Spinner 0x7f0c0151
-int style Widget_AppCompat_Spinner_DropDown 0x7f0c0152
-int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0c0153
-int style Widget_AppCompat_Spinner_Underlined 0x7f0c0154
-int style Widget_AppCompat_TextView_SpinnerItem 0x7f0c0155
-int style Widget_AppCompat_Toolbar 0x7f0c0156
-int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f0c0157
-int style Widget_Compat_NotificationActionContainer 0x7f0c0158
-int style Widget_Compat_NotificationActionText 0x7f0c0159
-int style Widget_Support_CoordinatorLayout 0x7f0c015a
-int[] styleable ActionBar { 0x7f020031, 0x7f020032, 0x7f020033, 0x7f02005d, 0x7f02005e, 0x7f02005f, 0x7f020060, 0x7f020061, 0x7f020062, 0x7f020065, 0x7f02006a, 0x7f02006b, 0x7f020076, 0x7f020087, 0x7f020088, 0x7f020089, 0x7f02008a, 0x7f02008b, 0x7f020090, 0x7f020093, 0x7f0200db, 0x7f0200e2, 0x7f0200ed, 0x7f0200f0, 0x7f0200f1, 0x7f02010c, 0x7f02010f, 0x7f02012a, 0x7f020133 }
-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 { 0x7f020031, 0x7f020032, 0x7f02004a, 0x7f020087, 0x7f02010f, 0x7f020133 }
-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 { 0x7f020078, 0x7f020091 }
-int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0
-int styleable ActivityChooserView_initialActivityCount 1
-int[] styleable AlertDialog { 0x010100f2, 0x7f020040, 0x7f020041, 0x7f0200d2, 0x7f0200d3, 0x7f0200df, 0x7f020101, 0x7f020102 }
-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 AppCompatImageView { 0x01010119, 0x7f020107, 0x7f020128, 0x7f020129 }
-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, 0x7f020125, 0x7f020126, 0x7f020127 }
-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, 0x7f02002c, 0x7f02002d, 0x7f02002e, 0x7f02002f, 0x7f020030, 0x7f020079, 0x7f02007b, 0x7f020095, 0x7f0200cf, 0x7f020115 }
-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_firstBaselineToTopHeight 6
-int styleable AppCompatTextView_fontFamily 7
-int styleable AppCompatTextView_lastBaselineToBottomHeight 8
-int styleable AppCompatTextView_lineHeight 9
-int styleable AppCompatTextView_textAllCaps 10
-int[] styleable AppCompatTheme { 0x01010057, 0x010100ae, 0x7f020000, 0x7f020001, 0x7f020002, 0x7f020003, 0x7f020004, 0x7f020005, 0x7f020006, 0x7f020007, 0x7f020008, 0x7f020009, 0x7f02000a, 0x7f02000b, 0x7f02000c, 0x7f02000e, 0x7f02000f, 0x7f020010, 0x7f020011, 0x7f020012, 0x7f020013, 0x7f020014, 0x7f020015, 0x7f020016, 0x7f020017, 0x7f020018, 0x7f020019, 0x7f02001a, 0x7f02001b, 0x7f02001c, 0x7f02001d, 0x7f02001e, 0x7f020021, 0x7f020022, 0x7f020023, 0x7f020024, 0x7f020025, 0x7f02002b, 0x7f020039, 0x7f02003a, 0x7f02003b, 0x7f02003c, 0x7f02003d, 0x7f02003e, 0x7f020042, 0x7f020043, 0x7f020047, 0x7f020048, 0x7f02004e, 0x7f02004f, 0x7f020050, 0x7f020051, 0x7f020052, 0x7f020053, 0x7f020054, 0x7f020055, 0x7f020056, 0x7f020057, 0x7f020063, 0x7f020067, 0x7f020068, 0x7f020069, 0x7f02006c, 0x7f02006e, 0x7f020071, 0x7f020072, 0x7f020073, 0x7f020074, 0x7f020075, 0x7f020089, 0x7f02008f, 0x7f0200d0, 0x7f0200d1, 0x7f0200d4, 0x7f0200d5, 0x7f0200d6, 0x7f0200d7, 0x7f0200d8, 0x7f0200d9, 0x7f0200da, 0x7f0200e9, 0x7f0200ea, 0x7f0200eb, 0x7f0200ec, 0x7f0200ee, 0x7f0200f4, 0x7f0200f5, 0x7f0200f6, 0x7f0200f7, 0x7f0200fa, 0x7f0200fb, 0x7f0200fc, 0x7f0200fd, 0x7f020104, 0x7f020105, 0x7f020113, 0x7f020116, 0x7f020117, 0x7f020118, 0x7f020119, 0x7f02011a, 0x7f02011b, 0x7f02011c, 0x7f02011d, 0x7f02011e, 0x7f02011f, 0x7f020134, 0x7f020135, 0x7f020136, 0x7f020137, 0x7f02013d, 0x7f02013f, 0x7f020140, 0x7f020141, 0x7f020142, 0x7f020143, 0x7f020144, 0x7f020145, 0x7f020146, 0x7f020147, 0x7f020148 }
-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_actionModeCloseDrawable 19
-int styleable AppCompatTheme_actionModeCopyDrawable 20
-int styleable AppCompatTheme_actionModeCutDrawable 21
-int styleable AppCompatTheme_actionModeFindDrawable 22
-int styleable AppCompatTheme_actionModePasteDrawable 23
-int styleable AppCompatTheme_actionModePopupWindowStyle 24
-int styleable AppCompatTheme_actionModeSelectAllDrawable 25
-int styleable AppCompatTheme_actionModeShareDrawable 26
-int styleable AppCompatTheme_actionModeSplitBackground 27
-int styleable AppCompatTheme_actionModeStyle 28
-int styleable AppCompatTheme_actionModeWebSearchDrawable 29
-int styleable AppCompatTheme_actionOverflowButtonStyle 30
-int styleable AppCompatTheme_actionOverflowMenuStyle 31
-int styleable AppCompatTheme_activityChooserViewStyle 32
-int styleable AppCompatTheme_alertDialogButtonGroupStyle 33
-int styleable AppCompatTheme_alertDialogCenterButtons 34
-int styleable AppCompatTheme_alertDialogStyle 35
-int styleable AppCompatTheme_alertDialogTheme 36
-int styleable AppCompatTheme_autoCompleteTextViewStyle 37
-int styleable AppCompatTheme_borderlessButtonStyle 38
-int styleable AppCompatTheme_buttonBarButtonStyle 39
-int styleable AppCompatTheme_buttonBarNegativeButtonStyle 40
-int styleable AppCompatTheme_buttonBarNeutralButtonStyle 41
-int styleable AppCompatTheme_buttonBarPositiveButtonStyle 42
-int styleable AppCompatTheme_buttonBarStyle 43
-int styleable AppCompatTheme_buttonStyle 44
-int styleable AppCompatTheme_buttonStyleSmall 45
-int styleable AppCompatTheme_checkboxStyle 46
-int styleable AppCompatTheme_checkedTextViewStyle 47
-int styleable AppCompatTheme_colorAccent 48
-int styleable AppCompatTheme_colorBackgroundFloating 49
-int styleable AppCompatTheme_colorButtonNormal 50
-int styleable AppCompatTheme_colorControlActivated 51
-int styleable AppCompatTheme_colorControlHighlight 52
-int styleable AppCompatTheme_colorControlNormal 53
-int styleable AppCompatTheme_colorError 54
-int styleable AppCompatTheme_colorPrimary 55
-int styleable AppCompatTheme_colorPrimaryDark 56
-int styleable AppCompatTheme_colorSwitchThumbNormal 57
-int styleable AppCompatTheme_controlBackground 58
-int styleable AppCompatTheme_dialogCornerRadius 59
-int styleable AppCompatTheme_dialogPreferredPadding 60
-int styleable AppCompatTheme_dialogTheme 61
-int styleable AppCompatTheme_dividerHorizontal 62
-int styleable AppCompatTheme_dividerVertical 63
-int styleable AppCompatTheme_dropDownListViewStyle 64
-int styleable AppCompatTheme_dropdownListPreferredItemHeight 65
-int styleable AppCompatTheme_editTextBackground 66
-int styleable AppCompatTheme_editTextColor 67
-int styleable AppCompatTheme_editTextStyle 68
-int styleable AppCompatTheme_homeAsUpIndicator 69
-int styleable AppCompatTheme_imageButtonStyle 70
-int styleable AppCompatTheme_listChoiceBackgroundIndicator 71
-int styleable AppCompatTheme_listDividerAlertDialog 72
-int styleable AppCompatTheme_listMenuViewStyle 73
-int styleable AppCompatTheme_listPopupWindowStyle 74
-int styleable AppCompatTheme_listPreferredItemHeight 75
-int styleable AppCompatTheme_listPreferredItemHeightLarge 76
-int styleable AppCompatTheme_listPreferredItemHeightSmall 77
-int styleable AppCompatTheme_listPreferredItemPaddingLeft 78
-int styleable AppCompatTheme_listPreferredItemPaddingRight 79
-int styleable AppCompatTheme_panelBackground 80
-int styleable AppCompatTheme_panelMenuListTheme 81
-int styleable AppCompatTheme_panelMenuListWidth 82
-int styleable AppCompatTheme_popupMenuStyle 83
-int styleable AppCompatTheme_popupWindowStyle 84
-int styleable AppCompatTheme_radioButtonStyle 85
-int styleable AppCompatTheme_ratingBarStyle 86
-int styleable AppCompatTheme_ratingBarStyleIndicator 87
-int styleable AppCompatTheme_ratingBarStyleSmall 88
-int styleable AppCompatTheme_searchViewStyle 89
-int styleable AppCompatTheme_seekBarStyle 90
-int styleable AppCompatTheme_selectableItemBackground 91
-int styleable AppCompatTheme_selectableItemBackgroundBorderless 92
-int styleable AppCompatTheme_spinnerDropDownItemStyle 93
-int styleable AppCompatTheme_spinnerStyle 94
-int styleable AppCompatTheme_switchStyle 95
-int styleable AppCompatTheme_textAppearanceLargePopupMenu 96
-int styleable AppCompatTheme_textAppearanceListItem 97
-int styleable AppCompatTheme_textAppearanceListItemSecondary 98
-int styleable AppCompatTheme_textAppearanceListItemSmall 99
-int styleable AppCompatTheme_textAppearancePopupMenuHeader 100
-int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 101
-int styleable AppCompatTheme_textAppearanceSearchResultTitle 102
-int styleable AppCompatTheme_textAppearanceSmallPopupMenu 103
-int styleable AppCompatTheme_textColorAlertDialogListItem 104
-int styleable AppCompatTheme_textColorSearchUrl 105
-int styleable AppCompatTheme_toolbarNavigationButtonStyle 106
-int styleable AppCompatTheme_toolbarStyle 107
-int styleable AppCompatTheme_tooltipForegroundColor 108
-int styleable AppCompatTheme_tooltipFrameBackground 109
-int styleable AppCompatTheme_viewInflaterClass 110
-int styleable AppCompatTheme_windowActionBar 111
-int styleable AppCompatTheme_windowActionBarOverlay 112
-int styleable AppCompatTheme_windowActionModeOverlay 113
-int styleable AppCompatTheme_windowFixedHeightMajor 114
-int styleable AppCompatTheme_windowFixedHeightMinor 115
-int styleable AppCompatTheme_windowFixedWidthMajor 116
-int styleable AppCompatTheme_windowFixedWidthMinor 117
-int styleable AppCompatTheme_windowMinWidthMajor 118
-int styleable AppCompatTheme_windowMinWidthMinor 119
-int styleable AppCompatTheme_windowNoTitle 120
-int[] styleable ButtonBarLayout { 0x7f020026 }
-int styleable ButtonBarLayout_allowStacking 0
-int[] styleable ColorStateListItem { 0x010101a5, 0x0101031f, 0x7f020027 }
-int styleable ColorStateListItem_android_color 0
-int styleable ColorStateListItem_android_alpha 1
-int styleable ColorStateListItem_alpha 2
-int[] styleable CompoundButton { 0x01010107, 0x7f020044, 0x7f020045 }
-int styleable CompoundButton_android_button 0
-int styleable CompoundButton_buttonTint 1
-int styleable CompoundButton_buttonTintMode 2
-int[] styleable ConstraintLayout_Layout { 0x010100c4, 0x0101011f, 0x01010120, 0x0101013f, 0x01010140, 0x7f020037, 0x7f020038, 0x7f020046, 0x7f020059, 0x7f02005a, 0x7f02009a, 0x7f02009b, 0x7f02009c, 0x7f02009d, 0x7f02009e, 0x7f02009f, 0x7f0200a0, 0x7f0200a1, 0x7f0200a2, 0x7f0200a3, 0x7f0200a4, 0x7f0200a5, 0x7f0200a6, 0x7f0200a7, 0x7f0200a8, 0x7f0200a9, 0x7f0200aa, 0x7f0200ab, 0x7f0200ac, 0x7f0200ad, 0x7f0200ae, 0x7f0200af, 0x7f0200b0, 0x7f0200b1, 0x7f0200b2, 0x7f0200b3, 0x7f0200b4, 0x7f0200b5, 0x7f0200b6, 0x7f0200b7, 0x7f0200b8, 0x7f0200b9, 0x7f0200ba, 0x7f0200bb, 0x7f0200bc, 0x7f0200bd, 0x7f0200be, 0x7f0200bf, 0x7f0200c0, 0x7f0200c1, 0x7f0200c2, 0x7f0200c4, 0x7f0200c5, 0x7f0200c6, 0x7f0200c7, 0x7f0200c8, 0x7f0200c9, 0x7f0200ca, 0x7f0200cb, 0x7f0200ce }
-int styleable ConstraintLayout_Layout_android_orientation 0
-int styleable ConstraintLayout_Layout_android_maxWidth 1
-int styleable ConstraintLayout_Layout_android_maxHeight 2
-int styleable ConstraintLayout_Layout_android_minWidth 3
-int styleable ConstraintLayout_Layout_android_minHeight 4
-int styleable ConstraintLayout_Layout_barrierAllowsGoneWidgets 5
-int styleable ConstraintLayout_Layout_barrierDirection 6
-int styleable ConstraintLayout_Layout_chainUseRtl 7
-int styleable ConstraintLayout_Layout_constraintSet 8
-int styleable ConstraintLayout_Layout_constraint_referenced_ids 9
-int styleable ConstraintLayout_Layout_layout_constrainedHeight 10
-int styleable ConstraintLayout_Layout_layout_constrainedWidth 11
-int styleable ConstraintLayout_Layout_layout_constraintBaseline_creator 12
-int styleable ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf 13
-int styleable ConstraintLayout_Layout_layout_constraintBottom_creator 14
-int styleable ConstraintLayout_Layout_layout_constraintBottom_toBottomOf 15
-int styleable ConstraintLayout_Layout_layout_constraintBottom_toTopOf 16
-int styleable ConstraintLayout_Layout_layout_constraintCircle 17
-int styleable ConstraintLayout_Layout_layout_constraintCircleAngle 18
-int styleable ConstraintLayout_Layout_layout_constraintCircleRadius 19
-int styleable ConstraintLayout_Layout_layout_constraintDimensionRatio 20
-int styleable ConstraintLayout_Layout_layout_constraintEnd_toEndOf 21
-int styleable ConstraintLayout_Layout_layout_constraintEnd_toStartOf 22
-int styleable ConstraintLayout_Layout_layout_constraintGuide_begin 23
-int styleable ConstraintLayout_Layout_layout_constraintGuide_end 24
-int styleable ConstraintLayout_Layout_layout_constraintGuide_percent 25
-int styleable ConstraintLayout_Layout_layout_constraintHeight_default 26
-int styleable ConstraintLayout_Layout_layout_constraintHeight_max 27
-int styleable ConstraintLayout_Layout_layout_constraintHeight_min 28
-int styleable ConstraintLayout_Layout_layout_constraintHeight_percent 29
-int styleable ConstraintLayout_Layout_layout_constraintHorizontal_bias 30
-int styleable ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle 31
-int styleable ConstraintLayout_Layout_layout_constraintHorizontal_weight 32
-int styleable ConstraintLayout_Layout_layout_constraintLeft_creator 33
-int styleable ConstraintLayout_Layout_layout_constraintLeft_toLeftOf 34
-int styleable ConstraintLayout_Layout_layout_constraintLeft_toRightOf 35
-int styleable ConstraintLayout_Layout_layout_constraintRight_creator 36
-int styleable ConstraintLayout_Layout_layout_constraintRight_toLeftOf 37
-int styleable ConstraintLayout_Layout_layout_constraintRight_toRightOf 38
-int styleable ConstraintLayout_Layout_layout_constraintStart_toEndOf 39
-int styleable ConstraintLayout_Layout_layout_constraintStart_toStartOf 40
-int styleable ConstraintLayout_Layout_layout_constraintTop_creator 41
-int styleable ConstraintLayout_Layout_layout_constraintTop_toBottomOf 42
-int styleable ConstraintLayout_Layout_layout_constraintTop_toTopOf 43
-int styleable ConstraintLayout_Layout_layout_constraintVertical_bias 44
-int styleable ConstraintLayout_Layout_layout_constraintVertical_chainStyle 45
-int styleable ConstraintLayout_Layout_layout_constraintVertical_weight 46
-int styleable ConstraintLayout_Layout_layout_constraintWidth_default 47
-int styleable ConstraintLayout_Layout_layout_constraintWidth_max 48
-int styleable ConstraintLayout_Layout_layout_constraintWidth_min 49
-int styleable ConstraintLayout_Layout_layout_constraintWidth_percent 50
-int styleable ConstraintLayout_Layout_layout_editor_absoluteX 51
-int styleable ConstraintLayout_Layout_layout_editor_absoluteY 52
-int styleable ConstraintLayout_Layout_layout_goneMarginBottom 53
-int styleable ConstraintLayout_Layout_layout_goneMarginEnd 54
-int styleable ConstraintLayout_Layout_layout_goneMarginLeft 55
-int styleable ConstraintLayout_Layout_layout_goneMarginRight 56
-int styleable ConstraintLayout_Layout_layout_goneMarginStart 57
-int styleable ConstraintLayout_Layout_layout_goneMarginTop 58
-int styleable ConstraintLayout_Layout_layout_optimizationLevel 59
-int[] styleable ConstraintLayout_placeholder { 0x7f02005b, 0x7f020077 }
-int styleable ConstraintLayout_placeholder_content 0
-int styleable ConstraintLayout_placeholder_emptyVisibility 1
-int[] styleable ConstraintSet { 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, 0x7f020037, 0x7f020038, 0x7f020046, 0x7f02005a, 0x7f02009a, 0x7f02009b, 0x7f02009c, 0x7f02009d, 0x7f02009e, 0x7f02009f, 0x7f0200a0, 0x7f0200a1, 0x7f0200a2, 0x7f0200a3, 0x7f0200a4, 0x7f0200a5, 0x7f0200a6, 0x7f0200a7, 0x7f0200a8, 0x7f0200a9, 0x7f0200aa, 0x7f0200ab, 0x7f0200ac, 0x7f0200ad, 0x7f0200ae, 0x7f0200af, 0x7f0200b0, 0x7f0200b1, 0x7f0200b2, 0x7f0200b3, 0x7f0200b4, 0x7f0200b5, 0x7f0200b6, 0x7f0200b7, 0x7f0200b8, 0x7f0200b9, 0x7f0200ba, 0x7f0200bb, 0x7f0200bc, 0x7f0200bd, 0x7f0200be, 0x7f0200bf, 0x7f0200c0, 0x7f0200c1, 0x7f0200c2, 0x7f0200c4, 0x7f0200c5, 0x7f0200c6, 0x7f0200c7, 0x7f0200c8, 0x7f0200c9, 0x7f0200ca, 0x7f0200cb }
-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_alpha 13
-int styleable ConstraintSet_android_transformPivotX 14
-int styleable ConstraintSet_android_transformPivotY 15
-int styleable ConstraintSet_android_translationX 16
-int styleable ConstraintSet_android_translationY 17
-int styleable ConstraintSet_android_scaleX 18
-int styleable ConstraintSet_android_scaleY 19
-int styleable ConstraintSet_android_rotation 20
-int styleable ConstraintSet_android_rotationX 21
-int styleable ConstraintSet_android_rotationY 22
-int styleable ConstraintSet_android_layout_marginStart 23
-int styleable ConstraintSet_android_layout_marginEnd 24
-int styleable ConstraintSet_android_translationZ 25
-int styleable ConstraintSet_android_elevation 26
-int styleable ConstraintSet_barrierAllowsGoneWidgets 27
-int styleable ConstraintSet_barrierDirection 28
-int styleable ConstraintSet_chainUseRtl 29
-int styleable ConstraintSet_constraint_referenced_ids 30
-int styleable ConstraintSet_layout_constrainedHeight 31
-int styleable ConstraintSet_layout_constrainedWidth 32
-int styleable ConstraintSet_layout_constraintBaseline_creator 33
-int styleable ConstraintSet_layout_constraintBaseline_toBaselineOf 34
-int styleable ConstraintSet_layout_constraintBottom_creator 35
-int styleable ConstraintSet_layout_constraintBottom_toBottomOf 36
-int styleable ConstraintSet_layout_constraintBottom_toTopOf 37
-int styleable ConstraintSet_layout_constraintCircle 38
-int styleable ConstraintSet_layout_constraintCircleAngle 39
-int styleable ConstraintSet_layout_constraintCircleRadius 40
-int styleable ConstraintSet_layout_constraintDimensionRatio 41
-int styleable ConstraintSet_layout_constraintEnd_toEndOf 42
-int styleable ConstraintSet_layout_constraintEnd_toStartOf 43
-int styleable ConstraintSet_layout_constraintGuide_begin 44
-int styleable ConstraintSet_layout_constraintGuide_end 45
-int styleable ConstraintSet_layout_constraintGuide_percent 46
-int styleable ConstraintSet_layout_constraintHeight_default 47
-int styleable ConstraintSet_layout_constraintHeight_max 48
-int styleable ConstraintSet_layout_constraintHeight_min 49
-int styleable ConstraintSet_layout_constraintHeight_percent 50
-int styleable ConstraintSet_layout_constraintHorizontal_bias 51
-int styleable ConstraintSet_layout_constraintHorizontal_chainStyle 52
-int styleable ConstraintSet_layout_constraintHorizontal_weight 53
-int styleable ConstraintSet_layout_constraintLeft_creator 54
-int styleable ConstraintSet_layout_constraintLeft_toLeftOf 55
-int styleable ConstraintSet_layout_constraintLeft_toRightOf 56
-int styleable ConstraintSet_layout_constraintRight_creator 57
-int styleable ConstraintSet_layout_constraintRight_toLeftOf 58
-int styleable ConstraintSet_layout_constraintRight_toRightOf 59
-int styleable ConstraintSet_layout_constraintStart_toEndOf 60
-int styleable ConstraintSet_layout_constraintStart_toStartOf 61
-int styleable ConstraintSet_layout_constraintTop_creator 62
-int styleable ConstraintSet_layout_constraintTop_toBottomOf 63
-int styleable ConstraintSet_layout_constraintTop_toTopOf 64
-int styleable ConstraintSet_layout_constraintVertical_bias 65
-int styleable ConstraintSet_layout_constraintVertical_chainStyle 66
-int styleable ConstraintSet_layout_constraintVertical_weight 67
-int styleable ConstraintSet_layout_constraintWidth_default 68
-int styleable ConstraintSet_layout_constraintWidth_max 69
-int styleable ConstraintSet_layout_constraintWidth_min 70
-int styleable ConstraintSet_layout_constraintWidth_percent 71
-int styleable ConstraintSet_layout_editor_absoluteX 72
-int styleable ConstraintSet_layout_editor_absoluteY 73
-int styleable ConstraintSet_layout_goneMarginBottom 74
-int styleable ConstraintSet_layout_goneMarginEnd 75
-int styleable ConstraintSet_layout_goneMarginLeft 76
-int styleable ConstraintSet_layout_goneMarginRight 77
-int styleable ConstraintSet_layout_goneMarginStart 78
-int styleable ConstraintSet_layout_goneMarginTop 79
-int[] styleable CoordinatorLayout { 0x7f020094, 0x7f020109 }
-int styleable CoordinatorLayout_keylines 0
-int styleable CoordinatorLayout_statusBarBackground 1
-int[] styleable CoordinatorLayout_Layout { 0x010100b3, 0x7f020097, 0x7f020098, 0x7f020099, 0x7f0200c3, 0x7f0200cc, 0x7f0200cd }
-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 DrawerArrowToggle { 0x7f020029, 0x7f02002a, 0x7f020036, 0x7f02004d, 0x7f02006f, 0x7f020085, 0x7f020103, 0x7f020121 }
-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 FontFamily { 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f, 0x7f020080, 0x7f020081 }
-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 FontFamilyFont { 0x01010532, 0x01010533, 0x0101053f, 0x0101056f, 0x01010570, 0x7f02007a, 0x7f020082, 0x7f020083, 0x7f020084, 0x7f02013c }
-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 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 LinearConstraintLayout { 0x010100c4 }
-int styleable LinearConstraintLayout_android_orientation 0
-int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f02006b, 0x7f02006d, 0x7f0200de, 0x7f0200ff }
-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 ListPopupWindow { 0x010102ac, 0x010102ad }
-int styleable ListPopupWindow_android_dropDownHorizontalOffset 0
-int styleable ListPopupWindow_android_dropDownVerticalOffset 1
-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, 0x7f02000d, 0x7f02001f, 0x7f020020, 0x7f020028, 0x7f02005c, 0x7f02008c, 0x7f02008d, 0x7f0200e3, 0x7f0200fe, 0x7f020138 }
-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, 0x7f0200ef, 0x7f02010a }
-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 PopupWindow { 0x01010176, 0x010102c9, 0x7f0200e4 }
-int styleable PopupWindow_android_popupBackground 0
-int styleable PopupWindow_android_popupAnimationStyle 1
-int styleable PopupWindow_overlapAnchor 2
-int[] styleable PopupWindowBackgroundState { 0x7f020108 }
-int styleable PopupWindowBackgroundState_state_above_anchor 0
-int[] styleable RecycleListView { 0x7f0200e5, 0x7f0200e8 }
-int styleable RecycleListView_paddingBottomNoButtons 0
-int styleable RecycleListView_paddingTopNoTitle 1
-int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f020049, 0x7f020058, 0x7f020066, 0x7f020086, 0x7f02008e, 0x7f020096, 0x7f0200f2, 0x7f0200f3, 0x7f0200f8, 0x7f0200f9, 0x7f02010b, 0x7f020110, 0x7f02013e }
-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 Spinner { 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, 0x7f0200ed }
-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 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 SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f020100, 0x7f020106, 0x7f020111, 0x7f020112, 0x7f020114, 0x7f020122, 0x7f020123, 0x7f020124, 0x7f020139, 0x7f02013a, 0x7f02013b }
-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 TextAppearance { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x0101009a, 0x0101009b, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x010103ac, 0x7f02007b, 0x7f020115 }
-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_fontFamily 11
-int styleable TextAppearance_textAllCaps 12
-int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f02003f, 0x7f02004b, 0x7f02004c, 0x7f02005d, 0x7f02005e, 0x7f02005f, 0x7f020060, 0x7f020061, 0x7f020062, 0x7f0200db, 0x7f0200dc, 0x7f0200dd, 0x7f0200e0, 0x7f0200e1, 0x7f0200ed, 0x7f02010c, 0x7f02010d, 0x7f02010e, 0x7f02012a, 0x7f02012b, 0x7f02012c, 0x7f02012d, 0x7f02012e, 0x7f02012f, 0x7f020130, 0x7f020131, 0x7f020132 }
-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_navigationContentDescription 14
-int styleable Toolbar_navigationIcon 15
-int styleable Toolbar_popupTheme 16
-int styleable Toolbar_subtitle 17
-int styleable Toolbar_subtitleTextAppearance 18
-int styleable Toolbar_subtitleTextColor 19
-int styleable Toolbar_title 20
-int styleable Toolbar_titleMargin 21
-int styleable Toolbar_titleMarginBottom 22
-int styleable Toolbar_titleMarginEnd 23
-int styleable Toolbar_titleMarginStart 24
-int styleable Toolbar_titleMarginTop 25
-int styleable Toolbar_titleMargins 26
-int styleable Toolbar_titleTextAppearance 27
-int styleable Toolbar_titleTextColor 28
-int[] styleable View { 0x01010000, 0x010100da, 0x7f0200e6, 0x7f0200e7, 0x7f020120 }
-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, 0x7f020034, 0x7f020035 }
-int styleable ViewBackgroundHelper_android_background 0
-int styleable ViewBackgroundHelper_backgroundTint 1
-int styleable ViewBackgroundHelper_backgroundTintMode 2
-int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 }
-int styleable ViewStubCompat_android_id 0
-int styleable ViewStubCompat_android_layout 1
-int styleable ViewStubCompat_android_inflatedId 2
diff --git a/UI/app/build/outputs/logs/manifest-merger-debug-report.txt b/UI/app/build/outputs/logs/manifest-merger-debug-report.txt
index f5cf74583..d32a6af88 100644
--- a/UI/app/build/outputs/logs/manifest-merger-debug-report.txt
+++ b/UI/app/build/outputs/logs/manifest-merger-debug-report.txt
@@ -1,151 +1,277 @@
-- Merging decision tree log ---
manifest
-ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:2:1-22:12
-INJECTED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:2:1-22:12
-INJECTED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:2:1-22:12
-INJECTED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:2:1-22:12
-MERGED from [androidx.appcompat:appcompat:1.0.2] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\697f71c0c12135256cbfe98df498a7e4\appcompat-1.0.2\AndroidManifest.xml:17:1-22:12
-MERGED from [androidx.constraintlayout:constraintlayout:1.1.3] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\3ec6fa8458ddbe732478393a9f9e6c77\constraintlayout-1.1.3\AndroidManifest.xml:2:1-11:12
-MERGED from [androidx.fragment:fragment:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\4f680f5cab482b7966fa9c805ac0cb70\fragment-1.0.0\AndroidManifest.xml:17:1-22:12
-MERGED from [androidx.vectordrawable:vectordrawable-animated:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\61965e5c06bda9445c13760f9d9ef779\vectordrawable-animated-1.0.0\AndroidManifest.xml:17:1-22:12
-MERGED from [androidx.legacy:legacy-support-core-ui:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\ec593f8d91037f6ef1bbcd6a177afa1c\legacy-support-core-ui-1.0.0\AndroidManifest.xml:17:1-22:12
-MERGED from [androidx.legacy:legacy-support-core-utils:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\4f8b5527496d67480951cc322460db7f\legacy-support-core-utils-1.0.0\AndroidManifest.xml:17:1-22:12
-MERGED from [androidx.vectordrawable:vectordrawable:1.0.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\62ec569ca307aebf19eb528ff2a14917\vectordrawable-1.0.1\AndroidManifest.xml:17:1-22:12
-MERGED from [androidx.loader:loader:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\5276819c062a92c029464122749254f1\loader-1.0.0\AndroidManifest.xml:17:1-22:12
-MERGED from [androidx.viewpager:viewpager:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\4932f7e67b26f042b51fa62f1aa4816d\viewpager-1.0.0\AndroidManifest.xml:17:1-22:12
-MERGED from [androidx.coordinatorlayout:coordinatorlayout:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\8849109129fcb2f39779166fb64480b1\coordinatorlayout-1.0.0\AndroidManifest.xml:17:1-22:12
-MERGED from [androidx.drawerlayout:drawerlayout:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\00bc847ce5b9e3ce7b40d465bffbf9e9\drawerlayout-1.0.0\AndroidManifest.xml:17:1-22:12
-MERGED from [androidx.slidingpanelayout:slidingpanelayout:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\5ad830c9e1047f79e3f0f7e9e42ab8ab\slidingpanelayout-1.0.0\AndroidManifest.xml:17:1-22:12
-MERGED from [androidx.customview:customview:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\a3c457ded457b98b207b4f227d629399\customview-1.0.0\AndroidManifest.xml:17:1-22:12
-MERGED from [androidx.swiperefreshlayout:swiperefreshlayout:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\3d4a3c67e39fa8d6d0c0f126c28b81d8\swiperefreshlayout-1.0.0\AndroidManifest.xml:17:1-22:12
-MERGED from [androidx.asynclayoutinflater:asynclayoutinflater:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\82b148795609bbbaf8e825fc2ff2a6bf\asynclayoutinflater-1.0.0\AndroidManifest.xml:17:1-22:12
-MERGED from [androidx.core:core:1.0.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\core-1.0.1\AndroidManifest.xml:17:1-24:12
-MERGED from [androidx.versionedparcelable:versionedparcelable:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\c70a8bef3ed62675d42960780f476d6e\versionedparcelable-1.0.0\AndroidManifest.xml:17:1-25:12
-MERGED from [androidx.cursoradapter:cursoradapter:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\fb2fbe77879a57ea0c5dfd6fe59ba874\cursoradapter-1.0.0\AndroidManifest.xml:17:1-22:12
-MERGED from [androidx.lifecycle:lifecycle-runtime:2.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\4c7e5b6d46acfb24c04b3a473c53b419\lifecycle-runtime-2.0.0\AndroidManifest.xml:17:1-22:12
-MERGED from [androidx.documentfile:documentfile:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f582580d3eb247a74d915a27810a4674\documentfile-1.0.0\AndroidManifest.xml:17:1-22:12
-MERGED from [androidx.localbroadcastmanager:localbroadcastmanager:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\c75155371656c04dff3a027cdeb13e8a\localbroadcastmanager-1.0.0\AndroidManifest.xml:17:1-22:12
-MERGED from [androidx.print:print:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\53b4a4cf87c0ff501a8c414cec884555\print-1.0.0\AndroidManifest.xml:17:1-22:12
-MERGED from [androidx.lifecycle:lifecycle-viewmodel:2.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\94d1bdd9d3f5e77b2c2deb76d0ecef77\lifecycle-viewmodel-2.0.0\AndroidManifest.xml:17:1-22:12
-MERGED from [androidx.lifecycle:lifecycle-livedata:2.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\63647da4654da12a6f2785cfbbad8123\lifecycle-livedata-2.0.0\AndroidManifest.xml:17:1-22:12
-MERGED from [androidx.lifecycle:lifecycle-livedata-core:2.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\733fc1d306cee2c05d3e1fb0b7527020\lifecycle-livedata-core-2.0.0\AndroidManifest.xml:17:1-22:12
-MERGED from [androidx.arch.core:core-runtime:2.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\fdd65d8b6066fd289a68b42931dc03a2\core-runtime-2.0.0\AndroidManifest.xml:17:1-22:12
-MERGED from [androidx.interpolator:interpolator:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\3a992d8307f21a8f15eb649383ba6a6a\interpolator-1.0.0\AndroidManifest.xml:17:1-22:12
-INJECTED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:2:1-22:12
-INJECTED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:2:1-22:12
-INJECTED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:2:1-22:12
+ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:2:1-34:12
+INJECTED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:2:1-34:12
+INJECTED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:2:1-34:12
+INJECTED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:2:1-34:12
+MERGED from [androidx.multidex:multidex:2.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\3544d6f925a8d381f0dab53786b53ad0\multidex-2.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.cardview:cardview:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\b6ab4a313d417e48782f9ea999e77b72\cardview-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.appcompat:appcompat:1.0.2] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\b91ce1cd424d5095fc58a5b57c5d94c7\appcompat-1.0.2\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.constraintlayout:constraintlayout:1.1.3] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f45d7fba1448faa16e49ef48228f26af\constraintlayout-1.1.3\AndroidManifest.xml:2:1-11:12
+MERGED from [com.google.firebase:firebase-database:19.5.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\9017fe7708a169c2a50beebdca0845a8\jetified-firebase-database-19.5.1\AndroidManifest.xml:15:1-38:12
+MERGED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:17:1-91:12
+MERGED from [com.google.firebase:firebase-firestore:22.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\181a25fb8339fec78a7754b58f1acc2e\jetified-firebase-firestore-22.0.0\AndroidManifest.xml:2:1-26:12
+MERGED from [androidx.recyclerview:recyclerview:1.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\01272a8d33c6943dd1d04bc0fe9a5705\recyclerview-1.1.0\AndroidManifest.xml:17:1-24:12
+MERGED from [com.google.firebase:firebase-storage:19.2.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\c7fc17e1e32ad03dc7f5ffdd51901eb8\jetified-firebase-storage-19.2.0\AndroidManifest.xml:15:1-39:12
+MERGED from [com.google.firebase:firebase-database-collection:17.0.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\3dc365cf5e1b4c40b3a1715e44201c45\jetified-firebase-database-collection-17.0.1\AndroidManifest.xml:2:1-9:12
+MERGED from [com.google.firebase:firebase-auth-interop:19.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\1d3a58b451da1475223005d9c0ecb835\jetified-firebase-auth-interop-19.0.0\AndroidManifest.xml:2:1-10:12
+MERGED from [com.google.android.gms:play-services-auth-api-phone:17.4.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\76b69f6bfb518494bd796f77e79a7b54\jetified-play-services-auth-api-phone-17.4.0\AndroidManifest.xml:2:1-7:12
+MERGED from [com.google.android.gms:play-services-safetynet:17.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\60f4000c40c028dd0f185566d3f5c0b7\jetified-play-services-safetynet-17.0.0\AndroidManifest.xml:17:1-24:12
+MERGED from [com.google.android.gms:play-services-base:17.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\18b63455f7cdf2e55499d904fd0b4a4d\jetified-play-services-base-17.1.0\AndroidManifest.xml:17:1-29:12
+MERGED from [com.google.firebase:firebase-common:19.3.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\b0490454e848f18b90eb9fd352d0729e\jetified-firebase-common-19.3.1\AndroidManifest.xml:15:1-40:12
+MERGED from [com.google.android.gms:play-services-tasks:17.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\fb6838f587eeea66073c12395a70ec77\jetified-play-services-tasks-17.0.0\AndroidManifest.xml:2:1-9:12
+MERGED from [com.google.android.gms:play-services-basement:17.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\2a38911dfcd618f6f10b3261ee4a7ed5\jetified-play-services-basement-17.1.0\AndroidManifest.xml:17:1-28:12
+MERGED from [androidx.fragment:fragment:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\9b6f6a1d8edf9b2027336967e22b2026\fragment-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.vectordrawable:vectordrawable-animated:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\82f6a4c913a666315fa8ede034be0e7b\vectordrawable-animated-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.legacy:legacy-support-core-ui:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\4f3f549247b8521fc7b5a4d7af79df6e\legacy-support-core-ui-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.legacy:legacy-support-core-utils:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\7e2b349d88219878768d96e6fde0502a\legacy-support-core-utils-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.vectordrawable:vectordrawable:1.0.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\fcfbf8d56a30405ee30aa53a750b515d\vectordrawable-1.0.1\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.viewpager:viewpager:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\c589a8b64c92fc3d250c179a2678c2b5\viewpager-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.coordinatorlayout:coordinatorlayout:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\d7798c115b163dd40e559c4fed1b05a7\coordinatorlayout-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.drawerlayout:drawerlayout:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\11172b2018848e40e6dbe829ee37e0b5\drawerlayout-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.slidingpanelayout:slidingpanelayout:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\0ec1e5a98da23df8af797fa8f8b4489e\slidingpanelayout-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.customview:customview:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\43fec0ffec2be122a8289ea4146bb8ff\customview-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.loader:loader:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\09dcbb207ea52056cbf59bbf8caf7ddf\loader-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.swiperefreshlayout:swiperefreshlayout:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\6bab2f915aeaaa4e849dd1a15ce73cab\swiperefreshlayout-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.asynclayoutinflater:asynclayoutinflater:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\2591c431abda226c7f18085e2b73281e\asynclayoutinflater-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.core:core:1.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\33905501977a28c0fc6a2935607f48a6\core-1.1.0\AndroidManifest.xml:17:1-26:12
+MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\e3a897727134335945e5b7466b359ad3\versionedparcelable-1.1.0\AndroidManifest.xml:17:1-27:12
+MERGED from [androidx.cursoradapter:cursoradapter:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\df244ec1d2c44ae00cd79b12f5a621a8\cursoradapter-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [com.google.firebase:firebase-components:16.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\aeae1fb018a8fef22dcfe65a751b499a\jetified-firebase-components-16.0.0\AndroidManifest.xml:15:1-23:12
+MERGED from [androidx.localbroadcastmanager:localbroadcastmanager:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\6f34602dfbf6f8fb5b6931b9e45859b5\localbroadcastmanager-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.documentfile:documentfile:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\d582b231c866c9ed589e03b50b568fea\documentfile-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.print:print:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\410f8a5d572e99627a02105a188dcc85\print-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.lifecycle:lifecycle-viewmodel:2.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\8639f5e591a233cfb1beb48fc80e3ad0\lifecycle-viewmodel-2.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.interpolator:interpolator:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\1194b4176f690b6ad8f4bbafe658a3e2\interpolator-1.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.lifecycle:lifecycle-runtime:2.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\5b62c70fad02e55d5f30d94b19b33a40\lifecycle-runtime-2.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.lifecycle:lifecycle-livedata:2.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\90d33a8875fc59537bb250405703d764\lifecycle-livedata-2.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.lifecycle:lifecycle-livedata-core:2.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\95cc9f2fcfa049a1ad57159744705a8d\lifecycle-livedata-core-2.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [androidx.arch.core:core-runtime:2.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\6434bafc874cde149eb69b150086541b\core-runtime-2.0.0\AndroidManifest.xml:17:1-22:12
+MERGED from [com.google.firebase:protolite-well-known-types:17.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\63e755a5601ece7afa182e118f802351\jetified-protolite-well-known-types-17.1.0\AndroidManifest.xml:2:1-11:12
+MERGED from [io.grpc:grpc-android:1.28.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\210dd85fe4d9fd35f4b8f923362e2405\jetified-grpc-android-1.28.0\AndroidManifest.xml:2:1-13:12
+INJECTED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:2:1-34:12
+INJECTED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:2:1-34:12
+INJECTED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:2:1-34:12
package
ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:3:5-35
INJECTED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml
INJECTED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml
android:versionName
INJECTED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml
- ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:2:1-22:12
+ ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:2:1-34:12
INJECTED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml
android:versionCode
INJECTED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml
- ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:2:1-22:12
+ ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:2:1-34:12
INJECTED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml
xmlns:android
ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:2:11-69
+uses-permission#android.permission.INTERNET
+ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:5:5-67
+MERGED from [com.google.firebase:firebase-database:19.5.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\9017fe7708a169c2a50beebdca0845a8\jetified-firebase-database-19.5.1\AndroidManifest.xml:26:5-67
+MERGED from [com.google.firebase:firebase-database:19.5.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\9017fe7708a169c2a50beebdca0845a8\jetified-firebase-database-19.5.1\AndroidManifest.xml:26:5-67
+MERGED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:23:5-67
+MERGED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:23:5-67
+MERGED from [com.google.firebase:firebase-firestore:22.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\181a25fb8339fec78a7754b58f1acc2e\jetified-firebase-firestore-22.0.0\AndroidManifest.xml:14:5-67
+MERGED from [com.google.firebase:firebase-firestore:22.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\181a25fb8339fec78a7754b58f1acc2e\jetified-firebase-firestore-22.0.0\AndroidManifest.xml:14:5-67
+MERGED from [com.google.firebase:firebase-storage:19.2.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\c7fc17e1e32ad03dc7f5ffdd51901eb8\jetified-firebase-storage-19.2.0\AndroidManifest.xml:27:5-67
+MERGED from [com.google.firebase:firebase-storage:19.2.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\c7fc17e1e32ad03dc7f5ffdd51901eb8\jetified-firebase-storage-19.2.0\AndroidManifest.xml:27:5-67
+ android:name
+ ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:5:22-64
+uses-permission#android.permission.READ_EXTERNAL_STORAGE
+ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:6:5-80
+ android:name
+ ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:6:22-77
application
-ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:5:5-20:19
-MERGED from [androidx.constraintlayout:constraintlayout:1.1.3] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\3ec6fa8458ddbe732478393a9f9e6c77\constraintlayout-1.1.3\AndroidManifest.xml:9:5-20
-MERGED from [androidx.constraintlayout:constraintlayout:1.1.3] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\3ec6fa8458ddbe732478393a9f9e6c77\constraintlayout-1.1.3\AndroidManifest.xml:9:5-20
-MERGED from [androidx.core:core:1.0.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\core-1.0.1\AndroidManifest.xml:22:5-89
-MERGED from [androidx.core:core:1.0.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\core-1.0.1\AndroidManifest.xml:22:5-89
-MERGED from [androidx.versionedparcelable:versionedparcelable:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\c70a8bef3ed62675d42960780f476d6e\versionedparcelable-1.0.0\AndroidManifest.xml:22:5-23:19
-MERGED from [androidx.versionedparcelable:versionedparcelable:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\c70a8bef3ed62675d42960780f476d6e\versionedparcelable-1.0.0\AndroidManifest.xml:22:5-23:19
+ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:8:5-32:19
+MERGED from [androidx.constraintlayout:constraintlayout:1.1.3] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f45d7fba1448faa16e49ef48228f26af\constraintlayout-1.1.3\AndroidManifest.xml:9:5-20
+MERGED from [androidx.constraintlayout:constraintlayout:1.1.3] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f45d7fba1448faa16e49ef48228f26af\constraintlayout-1.1.3\AndroidManifest.xml:9:5-20
+MERGED from [com.google.firebase:firebase-database:19.5.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\9017fe7708a169c2a50beebdca0845a8\jetified-firebase-database-19.5.1\AndroidManifest.xml:28:5-36:19
+MERGED from [com.google.firebase:firebase-database:19.5.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\9017fe7708a169c2a50beebdca0845a8\jetified-firebase-database-19.5.1\AndroidManifest.xml:28:5-36:19
+MERGED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:26:5-89:19
+MERGED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:26:5-89:19
+MERGED from [com.google.firebase:firebase-firestore:22.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\181a25fb8339fec78a7754b58f1acc2e\jetified-firebase-firestore-22.0.0\AndroidManifest.xml:16:5-24:19
+MERGED from [com.google.firebase:firebase-firestore:22.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\181a25fb8339fec78a7754b58f1acc2e\jetified-firebase-firestore-22.0.0\AndroidManifest.xml:16:5-24:19
+MERGED from [com.google.firebase:firebase-storage:19.2.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\c7fc17e1e32ad03dc7f5ffdd51901eb8\jetified-firebase-storage-19.2.0\AndroidManifest.xml:29:5-37:19
+MERGED from [com.google.firebase:firebase-storage:19.2.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\c7fc17e1e32ad03dc7f5ffdd51901eb8\jetified-firebase-storage-19.2.0\AndroidManifest.xml:29:5-37:19
+MERGED from [com.google.firebase:firebase-auth-interop:19.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\1d3a58b451da1475223005d9c0ecb835\jetified-firebase-auth-interop-19.0.0\AndroidManifest.xml:7:5-8:19
+MERGED from [com.google.firebase:firebase-auth-interop:19.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\1d3a58b451da1475223005d9c0ecb835\jetified-firebase-auth-interop-19.0.0\AndroidManifest.xml:7:5-8:19
+MERGED from [com.google.android.gms:play-services-safetynet:17.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\60f4000c40c028dd0f185566d3f5c0b7\jetified-play-services-safetynet-17.0.0\AndroidManifest.xml:22:5-20
+MERGED from [com.google.android.gms:play-services-safetynet:17.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\60f4000c40c028dd0f185566d3f5c0b7\jetified-play-services-safetynet-17.0.0\AndroidManifest.xml:22:5-20
+MERGED from [com.google.android.gms:play-services-base:17.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\18b63455f7cdf2e55499d904fd0b4a4d\jetified-play-services-base-17.1.0\AndroidManifest.xml:22:5-27:19
+MERGED from [com.google.android.gms:play-services-base:17.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\18b63455f7cdf2e55499d904fd0b4a4d\jetified-play-services-base-17.1.0\AndroidManifest.xml:22:5-27:19
+MERGED from [com.google.firebase:firebase-common:19.3.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\b0490454e848f18b90eb9fd352d0729e\jetified-firebase-common-19.3.1\AndroidManifest.xml:25:5-38:19
+MERGED from [com.google.firebase:firebase-common:19.3.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\b0490454e848f18b90eb9fd352d0729e\jetified-firebase-common-19.3.1\AndroidManifest.xml:25:5-38:19
+MERGED from [com.google.android.gms:play-services-tasks:17.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\fb6838f587eeea66073c12395a70ec77\jetified-play-services-tasks-17.0.0\AndroidManifest.xml:7:5-20
+MERGED from [com.google.android.gms:play-services-tasks:17.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\fb6838f587eeea66073c12395a70ec77\jetified-play-services-tasks-17.0.0\AndroidManifest.xml:7:5-20
+MERGED from [com.google.android.gms:play-services-basement:17.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\2a38911dfcd618f6f10b3261ee4a7ed5\jetified-play-services-basement-17.1.0\AndroidManifest.xml:22:5-26:19
+MERGED from [com.google.android.gms:play-services-basement:17.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\2a38911dfcd618f6f10b3261ee4a7ed5\jetified-play-services-basement-17.1.0\AndroidManifest.xml:22:5-26:19
+MERGED from [androidx.core:core:1.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\33905501977a28c0fc6a2935607f48a6\core-1.1.0\AndroidManifest.xml:24:5-89
+MERGED from [androidx.core:core:1.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\33905501977a28c0fc6a2935607f48a6\core-1.1.0\AndroidManifest.xml:24:5-89
+MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\e3a897727134335945e5b7466b359ad3\versionedparcelable-1.1.0\AndroidManifest.xml:24:5-25:19
+MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\e3a897727134335945e5b7466b359ad3\versionedparcelable-1.1.0\AndroidManifest.xml:24:5-25:19
android:appComponentFactory
- ADDED from [androidx.core:core:1.0.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\core-1.0.1\AndroidManifest.xml:22:18-86
+ ADDED from [androidx.core:core:1.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\33905501977a28c0fc6a2935607f48a6\core-1.1.0\AndroidManifest.xml:24:18-86
android:supportsRtl
- ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:10:9-35
+ ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:13:9-35
android:label
- ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:8:9-41
+ ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:11:9-41
android:roundIcon
- ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:9:9-54
+ ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:12:9-54
android:icon
- ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:7:9-43
+ ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:10:9-43
android:allowBackup
- ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:6:9-35
+ ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:9:9-35
android:theme
- ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:11:9-40
+ ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:14:9-40
+activity#com.example.capstone.add
+ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:15:9-50
+ android:name
+ ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:15:19-38
+activity#com.example.capstone.About
+ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:16:9-43
+ android:name
+ ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:16:19-40
+activity#com.example.capstone.Support
+ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:17:9-45
+ android:name
+ ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:17:19-42
+activity#com.example.capstone.Password
+ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:18:9-46
+ android:name
+ ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:18:19-43
+activity#com.example.capstone.Enrollment
+ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:19:9-48
+ android:name
+ ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:19:19-45
+activity#com.example.capstone.Drivers
+ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:20:9-45
+ android:name
+ ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:20:19-42
+activity#com.example.capstone.Settings
+ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:21:9-46
+ android:name
+ ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:21:19-43
+activity#com.example.capstone.signup
+ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:22:9-44
+ android:name
+ ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:22:19-41
+activity#com.example.capstone.Login
+ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:23:9-43
+ android:name
+ ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:23:19-40
activity#com.example.capstone.homepage
-ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:12:9-55
+ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:24:9-46
android:name
- ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:12:19-43
+ ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:24:19-43
activity#com.example.capstone.MainActivity
-ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:13:9-19:20
+ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:25:9-31:20
android:name
- ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:13:19-47
+ ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:25:19-47
intent-filter#action:name:android.intent.action.MAIN+category:name:android.intent.category.LAUNCHER
-ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:14:13-18:29
+ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:26:13-30:29
action#android.intent.action.MAIN
-ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:15:17-69
+ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:27:17-69
android:name
- ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:15:25-66
+ ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:27:25-66
category#android.intent.category.LAUNCHER
-ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:17:17-77
+ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:29:17-77
android:name
- ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:17:27-74
+ ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml:29:27-74
uses-sdk
INJECTED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml reason: use-sdk injection requested
INJECTED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml
INJECTED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml
-MERGED from [androidx.appcompat:appcompat:1.0.2] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\697f71c0c12135256cbfe98df498a7e4\appcompat-1.0.2\AndroidManifest.xml:20:5-44
-MERGED from [androidx.appcompat:appcompat:1.0.2] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\697f71c0c12135256cbfe98df498a7e4\appcompat-1.0.2\AndroidManifest.xml:20:5-44
-MERGED from [androidx.constraintlayout:constraintlayout:1.1.3] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\3ec6fa8458ddbe732478393a9f9e6c77\constraintlayout-1.1.3\AndroidManifest.xml:5:5-7:41
-MERGED from [androidx.constraintlayout:constraintlayout:1.1.3] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\3ec6fa8458ddbe732478393a9f9e6c77\constraintlayout-1.1.3\AndroidManifest.xml:5:5-7:41
-MERGED from [androidx.fragment:fragment:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\4f680f5cab482b7966fa9c805ac0cb70\fragment-1.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.fragment:fragment:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\4f680f5cab482b7966fa9c805ac0cb70\fragment-1.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.vectordrawable:vectordrawable-animated:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\61965e5c06bda9445c13760f9d9ef779\vectordrawable-animated-1.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.vectordrawable:vectordrawable-animated:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\61965e5c06bda9445c13760f9d9ef779\vectordrawable-animated-1.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.legacy:legacy-support-core-ui:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\ec593f8d91037f6ef1bbcd6a177afa1c\legacy-support-core-ui-1.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.legacy:legacy-support-core-ui:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\ec593f8d91037f6ef1bbcd6a177afa1c\legacy-support-core-ui-1.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.legacy:legacy-support-core-utils:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\4f8b5527496d67480951cc322460db7f\legacy-support-core-utils-1.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.legacy:legacy-support-core-utils:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\4f8b5527496d67480951cc322460db7f\legacy-support-core-utils-1.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.vectordrawable:vectordrawable:1.0.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\62ec569ca307aebf19eb528ff2a14917\vectordrawable-1.0.1\AndroidManifest.xml:20:5-44
-MERGED from [androidx.vectordrawable:vectordrawable:1.0.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\62ec569ca307aebf19eb528ff2a14917\vectordrawable-1.0.1\AndroidManifest.xml:20:5-44
-MERGED from [androidx.loader:loader:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\5276819c062a92c029464122749254f1\loader-1.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.loader:loader:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\5276819c062a92c029464122749254f1\loader-1.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.viewpager:viewpager:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\4932f7e67b26f042b51fa62f1aa4816d\viewpager-1.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.viewpager:viewpager:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\4932f7e67b26f042b51fa62f1aa4816d\viewpager-1.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.coordinatorlayout:coordinatorlayout:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\8849109129fcb2f39779166fb64480b1\coordinatorlayout-1.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.coordinatorlayout:coordinatorlayout:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\8849109129fcb2f39779166fb64480b1\coordinatorlayout-1.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.drawerlayout:drawerlayout:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\00bc847ce5b9e3ce7b40d465bffbf9e9\drawerlayout-1.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.drawerlayout:drawerlayout:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\00bc847ce5b9e3ce7b40d465bffbf9e9\drawerlayout-1.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.slidingpanelayout:slidingpanelayout:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\5ad830c9e1047f79e3f0f7e9e42ab8ab\slidingpanelayout-1.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.slidingpanelayout:slidingpanelayout:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\5ad830c9e1047f79e3f0f7e9e42ab8ab\slidingpanelayout-1.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.customview:customview:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\a3c457ded457b98b207b4f227d629399\customview-1.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.customview:customview:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\a3c457ded457b98b207b4f227d629399\customview-1.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.swiperefreshlayout:swiperefreshlayout:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\3d4a3c67e39fa8d6d0c0f126c28b81d8\swiperefreshlayout-1.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.swiperefreshlayout:swiperefreshlayout:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\3d4a3c67e39fa8d6d0c0f126c28b81d8\swiperefreshlayout-1.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.asynclayoutinflater:asynclayoutinflater:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\82b148795609bbbaf8e825fc2ff2a6bf\asynclayoutinflater-1.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.asynclayoutinflater:asynclayoutinflater:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\82b148795609bbbaf8e825fc2ff2a6bf\asynclayoutinflater-1.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.core:core:1.0.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\core-1.0.1\AndroidManifest.xml:20:5-44
-MERGED from [androidx.core:core:1.0.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\core-1.0.1\AndroidManifest.xml:20:5-44
-MERGED from [androidx.versionedparcelable:versionedparcelable:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\c70a8bef3ed62675d42960780f476d6e\versionedparcelable-1.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.versionedparcelable:versionedparcelable:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\c70a8bef3ed62675d42960780f476d6e\versionedparcelable-1.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.cursoradapter:cursoradapter:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\fb2fbe77879a57ea0c5dfd6fe59ba874\cursoradapter-1.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.cursoradapter:cursoradapter:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\fb2fbe77879a57ea0c5dfd6fe59ba874\cursoradapter-1.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.lifecycle:lifecycle-runtime:2.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\4c7e5b6d46acfb24c04b3a473c53b419\lifecycle-runtime-2.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.lifecycle:lifecycle-runtime:2.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\4c7e5b6d46acfb24c04b3a473c53b419\lifecycle-runtime-2.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.documentfile:documentfile:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f582580d3eb247a74d915a27810a4674\documentfile-1.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.documentfile:documentfile:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f582580d3eb247a74d915a27810a4674\documentfile-1.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.localbroadcastmanager:localbroadcastmanager:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\c75155371656c04dff3a027cdeb13e8a\localbroadcastmanager-1.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.localbroadcastmanager:localbroadcastmanager:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\c75155371656c04dff3a027cdeb13e8a\localbroadcastmanager-1.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.print:print:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\53b4a4cf87c0ff501a8c414cec884555\print-1.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.print:print:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\53b4a4cf87c0ff501a8c414cec884555\print-1.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.lifecycle:lifecycle-viewmodel:2.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\94d1bdd9d3f5e77b2c2deb76d0ecef77\lifecycle-viewmodel-2.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.lifecycle:lifecycle-viewmodel:2.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\94d1bdd9d3f5e77b2c2deb76d0ecef77\lifecycle-viewmodel-2.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.lifecycle:lifecycle-livedata:2.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\63647da4654da12a6f2785cfbbad8123\lifecycle-livedata-2.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.lifecycle:lifecycle-livedata:2.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\63647da4654da12a6f2785cfbbad8123\lifecycle-livedata-2.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.lifecycle:lifecycle-livedata-core:2.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\733fc1d306cee2c05d3e1fb0b7527020\lifecycle-livedata-core-2.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.lifecycle:lifecycle-livedata-core:2.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\733fc1d306cee2c05d3e1fb0b7527020\lifecycle-livedata-core-2.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.arch.core:core-runtime:2.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\fdd65d8b6066fd289a68b42931dc03a2\core-runtime-2.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.arch.core:core-runtime:2.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\fdd65d8b6066fd289a68b42931dc03a2\core-runtime-2.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.interpolator:interpolator:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\3a992d8307f21a8f15eb649383ba6a6a\interpolator-1.0.0\AndroidManifest.xml:20:5-44
-MERGED from [androidx.interpolator:interpolator:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\3a992d8307f21a8f15eb649383ba6a6a\interpolator-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.multidex:multidex:2.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\3544d6f925a8d381f0dab53786b53ad0\multidex-2.0.0\AndroidManifest.xml:20:5-43
+MERGED from [androidx.multidex:multidex:2.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\3544d6f925a8d381f0dab53786b53ad0\multidex-2.0.0\AndroidManifest.xml:20:5-43
+MERGED from [androidx.cardview:cardview:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\b6ab4a313d417e48782f9ea999e77b72\cardview-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.cardview:cardview:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\b6ab4a313d417e48782f9ea999e77b72\cardview-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.appcompat:appcompat:1.0.2] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\b91ce1cd424d5095fc58a5b57c5d94c7\appcompat-1.0.2\AndroidManifest.xml:20:5-44
+MERGED from [androidx.appcompat:appcompat:1.0.2] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\b91ce1cd424d5095fc58a5b57c5d94c7\appcompat-1.0.2\AndroidManifest.xml:20:5-44
+MERGED from [androidx.constraintlayout:constraintlayout:1.1.3] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f45d7fba1448faa16e49ef48228f26af\constraintlayout-1.1.3\AndroidManifest.xml:5:5-7:41
+MERGED from [androidx.constraintlayout:constraintlayout:1.1.3] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f45d7fba1448faa16e49ef48228f26af\constraintlayout-1.1.3\AndroidManifest.xml:5:5-7:41
+MERGED from [com.google.firebase:firebase-database:19.5.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\9017fe7708a169c2a50beebdca0845a8\jetified-firebase-database-19.5.1\AndroidManifest.xml:19:5-21:41
+MERGED from [com.google.firebase:firebase-database:19.5.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\9017fe7708a169c2a50beebdca0845a8\jetified-firebase-database-19.5.1\AndroidManifest.xml:19:5-21:41
+MERGED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:21:5-44
+MERGED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:21:5-44
+MERGED from [com.google.firebase:firebase-firestore:22.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\181a25fb8339fec78a7754b58f1acc2e\jetified-firebase-firestore-22.0.0\AndroidManifest.xml:7:5-9:41
+MERGED from [com.google.firebase:firebase-firestore:22.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\181a25fb8339fec78a7754b58f1acc2e\jetified-firebase-firestore-22.0.0\AndroidManifest.xml:7:5-9:41
+MERGED from [androidx.recyclerview:recyclerview:1.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\01272a8d33c6943dd1d04bc0fe9a5705\recyclerview-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.recyclerview:recyclerview:1.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\01272a8d33c6943dd1d04bc0fe9a5705\recyclerview-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [com.google.firebase:firebase-storage:19.2.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\c7fc17e1e32ad03dc7f5ffdd51901eb8\jetified-firebase-storage-19.2.0\AndroidManifest.xml:20:5-22:41
+MERGED from [com.google.firebase:firebase-storage:19.2.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\c7fc17e1e32ad03dc7f5ffdd51901eb8\jetified-firebase-storage-19.2.0\AndroidManifest.xml:20:5-22:41
+MERGED from [com.google.firebase:firebase-database-collection:17.0.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\3dc365cf5e1b4c40b3a1715e44201c45\jetified-firebase-database-collection-17.0.1\AndroidManifest.xml:5:5-7:41
+MERGED from [com.google.firebase:firebase-database-collection:17.0.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\3dc365cf5e1b4c40b3a1715e44201c45\jetified-firebase-database-collection-17.0.1\AndroidManifest.xml:5:5-7:41
+MERGED from [com.google.firebase:firebase-auth-interop:19.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\1d3a58b451da1475223005d9c0ecb835\jetified-firebase-auth-interop-19.0.0\AndroidManifest.xml:5:5-44
+MERGED from [com.google.firebase:firebase-auth-interop:19.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\1d3a58b451da1475223005d9c0ecb835\jetified-firebase-auth-interop-19.0.0\AndroidManifest.xml:5:5-44
+MERGED from [com.google.android.gms:play-services-auth-api-phone:17.4.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\76b69f6bfb518494bd796f77e79a7b54\jetified-play-services-auth-api-phone-17.4.0\AndroidManifest.xml:5:5-44
+MERGED from [com.google.android.gms:play-services-auth-api-phone:17.4.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\76b69f6bfb518494bd796f77e79a7b54\jetified-play-services-auth-api-phone-17.4.0\AndroidManifest.xml:5:5-44
+MERGED from [com.google.android.gms:play-services-safetynet:17.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\60f4000c40c028dd0f185566d3f5c0b7\jetified-play-services-safetynet-17.0.0\AndroidManifest.xml:20:5-44
+MERGED from [com.google.android.gms:play-services-safetynet:17.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\60f4000c40c028dd0f185566d3f5c0b7\jetified-play-services-safetynet-17.0.0\AndroidManifest.xml:20:5-44
+MERGED from [com.google.android.gms:play-services-base:17.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\18b63455f7cdf2e55499d904fd0b4a4d\jetified-play-services-base-17.1.0\AndroidManifest.xml:20:5-44
+MERGED from [com.google.android.gms:play-services-base:17.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\18b63455f7cdf2e55499d904fd0b4a4d\jetified-play-services-base-17.1.0\AndroidManifest.xml:20:5-44
+MERGED from [com.google.firebase:firebase-common:19.3.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\b0490454e848f18b90eb9fd352d0729e\jetified-firebase-common-19.3.1\AndroidManifest.xml:20:5-22:41
+MERGED from [com.google.firebase:firebase-common:19.3.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\b0490454e848f18b90eb9fd352d0729e\jetified-firebase-common-19.3.1\AndroidManifest.xml:20:5-22:41
+MERGED from [com.google.android.gms:play-services-tasks:17.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\fb6838f587eeea66073c12395a70ec77\jetified-play-services-tasks-17.0.0\AndroidManifest.xml:5:5-44
+MERGED from [com.google.android.gms:play-services-tasks:17.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\fb6838f587eeea66073c12395a70ec77\jetified-play-services-tasks-17.0.0\AndroidManifest.xml:5:5-44
+MERGED from [com.google.android.gms:play-services-basement:17.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\2a38911dfcd618f6f10b3261ee4a7ed5\jetified-play-services-basement-17.1.0\AndroidManifest.xml:20:5-44
+MERGED from [com.google.android.gms:play-services-basement:17.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\2a38911dfcd618f6f10b3261ee4a7ed5\jetified-play-services-basement-17.1.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.fragment:fragment:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\9b6f6a1d8edf9b2027336967e22b2026\fragment-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.fragment:fragment:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\9b6f6a1d8edf9b2027336967e22b2026\fragment-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.vectordrawable:vectordrawable-animated:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\82f6a4c913a666315fa8ede034be0e7b\vectordrawable-animated-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.vectordrawable:vectordrawable-animated:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\82f6a4c913a666315fa8ede034be0e7b\vectordrawable-animated-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.legacy:legacy-support-core-ui:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\4f3f549247b8521fc7b5a4d7af79df6e\legacy-support-core-ui-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.legacy:legacy-support-core-ui:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\4f3f549247b8521fc7b5a4d7af79df6e\legacy-support-core-ui-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.legacy:legacy-support-core-utils:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\7e2b349d88219878768d96e6fde0502a\legacy-support-core-utils-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.legacy:legacy-support-core-utils:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\7e2b349d88219878768d96e6fde0502a\legacy-support-core-utils-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.vectordrawable:vectordrawable:1.0.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\fcfbf8d56a30405ee30aa53a750b515d\vectordrawable-1.0.1\AndroidManifest.xml:20:5-44
+MERGED from [androidx.vectordrawable:vectordrawable:1.0.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\fcfbf8d56a30405ee30aa53a750b515d\vectordrawable-1.0.1\AndroidManifest.xml:20:5-44
+MERGED from [androidx.viewpager:viewpager:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\c589a8b64c92fc3d250c179a2678c2b5\viewpager-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.viewpager:viewpager:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\c589a8b64c92fc3d250c179a2678c2b5\viewpager-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.coordinatorlayout:coordinatorlayout:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\d7798c115b163dd40e559c4fed1b05a7\coordinatorlayout-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.coordinatorlayout:coordinatorlayout:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\d7798c115b163dd40e559c4fed1b05a7\coordinatorlayout-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.drawerlayout:drawerlayout:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\11172b2018848e40e6dbe829ee37e0b5\drawerlayout-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.drawerlayout:drawerlayout:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\11172b2018848e40e6dbe829ee37e0b5\drawerlayout-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.slidingpanelayout:slidingpanelayout:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\0ec1e5a98da23df8af797fa8f8b4489e\slidingpanelayout-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.slidingpanelayout:slidingpanelayout:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\0ec1e5a98da23df8af797fa8f8b4489e\slidingpanelayout-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.customview:customview:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\43fec0ffec2be122a8289ea4146bb8ff\customview-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.customview:customview:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\43fec0ffec2be122a8289ea4146bb8ff\customview-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.loader:loader:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\09dcbb207ea52056cbf59bbf8caf7ddf\loader-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.loader:loader:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\09dcbb207ea52056cbf59bbf8caf7ddf\loader-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.swiperefreshlayout:swiperefreshlayout:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\6bab2f915aeaaa4e849dd1a15ce73cab\swiperefreshlayout-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.swiperefreshlayout:swiperefreshlayout:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\6bab2f915aeaaa4e849dd1a15ce73cab\swiperefreshlayout-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.asynclayoutinflater:asynclayoutinflater:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\2591c431abda226c7f18085e2b73281e\asynclayoutinflater-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.asynclayoutinflater:asynclayoutinflater:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\2591c431abda226c7f18085e2b73281e\asynclayoutinflater-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.core:core:1.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\33905501977a28c0fc6a2935607f48a6\core-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.core:core:1.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\33905501977a28c0fc6a2935607f48a6\core-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\e3a897727134335945e5b7466b359ad3\versionedparcelable-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\e3a897727134335945e5b7466b359ad3\versionedparcelable-1.1.0\AndroidManifest.xml:20:5-22:41
+MERGED from [androidx.cursoradapter:cursoradapter:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\df244ec1d2c44ae00cd79b12f5a621a8\cursoradapter-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.cursoradapter:cursoradapter:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\df244ec1d2c44ae00cd79b12f5a621a8\cursoradapter-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [com.google.firebase:firebase-components:16.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\aeae1fb018a8fef22dcfe65a751b499a\jetified-firebase-components-16.0.0\AndroidManifest.xml:19:5-21:41
+MERGED from [com.google.firebase:firebase-components:16.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\aeae1fb018a8fef22dcfe65a751b499a\jetified-firebase-components-16.0.0\AndroidManifest.xml:19:5-21:41
+MERGED from [androidx.localbroadcastmanager:localbroadcastmanager:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\6f34602dfbf6f8fb5b6931b9e45859b5\localbroadcastmanager-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.localbroadcastmanager:localbroadcastmanager:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\6f34602dfbf6f8fb5b6931b9e45859b5\localbroadcastmanager-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.documentfile:documentfile:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\d582b231c866c9ed589e03b50b568fea\documentfile-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.documentfile:documentfile:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\d582b231c866c9ed589e03b50b568fea\documentfile-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.print:print:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\410f8a5d572e99627a02105a188dcc85\print-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.print:print:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\410f8a5d572e99627a02105a188dcc85\print-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.lifecycle:lifecycle-viewmodel:2.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\8639f5e591a233cfb1beb48fc80e3ad0\lifecycle-viewmodel-2.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.lifecycle:lifecycle-viewmodel:2.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\8639f5e591a233cfb1beb48fc80e3ad0\lifecycle-viewmodel-2.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.interpolator:interpolator:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\1194b4176f690b6ad8f4bbafe658a3e2\interpolator-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.interpolator:interpolator:1.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\1194b4176f690b6ad8f4bbafe658a3e2\interpolator-1.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.lifecycle:lifecycle-runtime:2.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\5b62c70fad02e55d5f30d94b19b33a40\lifecycle-runtime-2.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.lifecycle:lifecycle-runtime:2.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\5b62c70fad02e55d5f30d94b19b33a40\lifecycle-runtime-2.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.lifecycle:lifecycle-livedata:2.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\90d33a8875fc59537bb250405703d764\lifecycle-livedata-2.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.lifecycle:lifecycle-livedata:2.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\90d33a8875fc59537bb250405703d764\lifecycle-livedata-2.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.lifecycle:lifecycle-livedata-core:2.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\95cc9f2fcfa049a1ad57159744705a8d\lifecycle-livedata-core-2.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.lifecycle:lifecycle-livedata-core:2.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\95cc9f2fcfa049a1ad57159744705a8d\lifecycle-livedata-core-2.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.arch.core:core-runtime:2.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\6434bafc874cde149eb69b150086541b\core-runtime-2.0.0\AndroidManifest.xml:20:5-44
+MERGED from [androidx.arch.core:core-runtime:2.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\6434bafc874cde149eb69b150086541b\core-runtime-2.0.0\AndroidManifest.xml:20:5-44
+MERGED from [com.google.firebase:protolite-well-known-types:17.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\63e755a5601ece7afa182e118f802351\jetified-protolite-well-known-types-17.1.0\AndroidManifest.xml:7:5-9:41
+MERGED from [com.google.firebase:protolite-well-known-types:17.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\63e755a5601ece7afa182e118f802351\jetified-protolite-well-known-types-17.1.0\AndroidManifest.xml:7:5-9:41
+MERGED from [io.grpc:grpc-android:1.28.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\210dd85fe4d9fd35f4b8f923362e2405\jetified-grpc-android-1.28.0\AndroidManifest.xml:7:5-9:41
+MERGED from [io.grpc:grpc-android:1.28.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\210dd85fe4d9fd35f4b8f923362e2405\jetified-grpc-android-1.28.0\AndroidManifest.xml:7:5-9:41
INJECTED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml
INJECTED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml
android:targetSdkVersion
@@ -156,3 +282,161 @@ INJECTED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Ant
INJECTED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml
ADDED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml
INJECTED from D:\Documents\UniWork\Year 4\Semester 1\CEG4912\Project\Vehicle Anti-Theft Face Recognition System\UI\app\src\main\AndroidManifest.xml
+uses-permission#android.permission.ACCESS_NETWORK_STATE
+ADDED from [com.google.firebase:firebase-database:19.5.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\9017fe7708a169c2a50beebdca0845a8\jetified-firebase-database-19.5.1\AndroidManifest.xml:25:5-79
+MERGED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:24:5-79
+MERGED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:24:5-79
+MERGED from [com.google.firebase:firebase-firestore:22.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\181a25fb8339fec78a7754b58f1acc2e\jetified-firebase-firestore-22.0.0\AndroidManifest.xml:13:5-79
+MERGED from [com.google.firebase:firebase-firestore:22.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\181a25fb8339fec78a7754b58f1acc2e\jetified-firebase-firestore-22.0.0\AndroidManifest.xml:13:5-79
+MERGED from [com.google.firebase:firebase-storage:19.2.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\c7fc17e1e32ad03dc7f5ffdd51901eb8\jetified-firebase-storage-19.2.0\AndroidManifest.xml:26:5-79
+MERGED from [com.google.firebase:firebase-storage:19.2.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\c7fc17e1e32ad03dc7f5ffdd51901eb8\jetified-firebase-storage-19.2.0\AndroidManifest.xml:26:5-79
+MERGED from [io.grpc:grpc-android:1.28.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\210dd85fe4d9fd35f4b8f923362e2405\jetified-grpc-android-1.28.0\AndroidManifest.xml:11:5-79
+MERGED from [io.grpc:grpc-android:1.28.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\210dd85fe4d9fd35f4b8f923362e2405\jetified-grpc-android-1.28.0\AndroidManifest.xml:11:5-79
+ android:name
+ ADDED from [com.google.firebase:firebase-database:19.5.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\9017fe7708a169c2a50beebdca0845a8\jetified-firebase-database-19.5.1\AndroidManifest.xml:25:22-76
+service#com.google.firebase.components.ComponentDiscoveryService
+ADDED from [com.google.firebase:firebase-database:19.5.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\9017fe7708a169c2a50beebdca0845a8\jetified-firebase-database-19.5.1\AndroidManifest.xml:29:9-35:19
+MERGED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:82:9-88:19
+MERGED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:82:9-88:19
+MERGED from [com.google.firebase:firebase-firestore:22.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\181a25fb8339fec78a7754b58f1acc2e\jetified-firebase-firestore-22.0.0\AndroidManifest.xml:17:9-23:19
+MERGED from [com.google.firebase:firebase-firestore:22.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\181a25fb8339fec78a7754b58f1acc2e\jetified-firebase-firestore-22.0.0\AndroidManifest.xml:17:9-23:19
+MERGED from [com.google.firebase:firebase-storage:19.2.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\c7fc17e1e32ad03dc7f5ffdd51901eb8\jetified-firebase-storage-19.2.0\AndroidManifest.xml:30:9-36:19
+MERGED from [com.google.firebase:firebase-storage:19.2.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\c7fc17e1e32ad03dc7f5ffdd51901eb8\jetified-firebase-storage-19.2.0\AndroidManifest.xml:30:9-36:19
+MERGED from [com.google.firebase:firebase-common:19.3.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\b0490454e848f18b90eb9fd352d0729e\jetified-firebase-common-19.3.1\AndroidManifest.xml:33:9-37:35
+MERGED from [com.google.firebase:firebase-common:19.3.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\b0490454e848f18b90eb9fd352d0729e\jetified-firebase-common-19.3.1\AndroidManifest.xml:33:9-37:35
+ android:exported
+ ADDED from [com.google.firebase:firebase-database:19.5.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\9017fe7708a169c2a50beebdca0845a8\jetified-firebase-database-19.5.1\AndroidManifest.xml:31:13-37
+ tools:targetApi
+ ADDED from [com.google.firebase:firebase-common:19.3.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\b0490454e848f18b90eb9fd352d0729e\jetified-firebase-common-19.3.1\AndroidManifest.xml:37:13-32
+ android:directBootAware
+ ADDED from [com.google.firebase:firebase-common:19.3.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\b0490454e848f18b90eb9fd352d0729e\jetified-firebase-common-19.3.1\AndroidManifest.xml:35:13-43
+ android:name
+ ADDED from [com.google.firebase:firebase-database:19.5.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\9017fe7708a169c2a50beebdca0845a8\jetified-firebase-database-19.5.1\AndroidManifest.xml:30:13-84
+meta-data#com.google.firebase.components:com.google.firebase.database.DatabaseRegistrar
+ADDED from [com.google.firebase:firebase-database:19.5.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\9017fe7708a169c2a50beebdca0845a8\jetified-firebase-database-19.5.1\AndroidManifest.xml:32:13-34:85
+ android:value
+ ADDED from [com.google.firebase:firebase-database:19.5.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\9017fe7708a169c2a50beebdca0845a8\jetified-firebase-database-19.5.1\AndroidManifest.xml:34:17-82
+ android:name
+ ADDED from [com.google.firebase:firebase-database:19.5.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\9017fe7708a169c2a50beebdca0845a8\jetified-firebase-database-19.5.1\AndroidManifest.xml:33:17-109
+activity#com.google.firebase.auth.internal.FederatedSignInActivity
+ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:27:9-34:50
+ android:excludeFromRecents
+ ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:29:13-46
+ android:launchMode
+ ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:31:13-44
+ android:exported
+ ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:30:13-36
+ android:permission
+ ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:32:13-102
+ android:theme
+ ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:33:13-72
+ tools:replace
+ ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:34:13-47
+ android:name
+ ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:28:13-85
+activity#com.google.firebase.auth.internal.GenericIdpActivity
+ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:35:9-52:20
+ android:excludeFromRecents
+ ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:37:13-46
+ android:launchMode
+ ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:39:13-44
+ android:exported
+ ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:38:13-36
+ android:theme
+ ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:40:13-72
+ android:name
+ ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:36:13-80
+intent-filter#action:name:android.intent.action.VIEW+category:name:android.intent.category.BROWSABLE+category:name:android.intent.category.DEFAULT+data:host:firebase.auth+data:path:/+data:scheme:genericidp
+ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:41:13-51:29
+action#android.intent.action.VIEW
+ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:42:17-69
+ android:name
+ ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:42:25-66
+category#android.intent.category.DEFAULT
+ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:44:17-76
+ android:name
+ ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:44:27-73
+category#android.intent.category.BROWSABLE
+ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:45:17-78
+ android:name
+ ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:45:27-75
+data
+ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:47:17-50:51
+ android:path
+ ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:49:21-37
+ android:host
+ ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:48:21-49
+ android:scheme
+ ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:50:21-48
+activity#com.google.firebase.auth.internal.RecaptchaActivity
+ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:53:9-70:20
+ android:excludeFromRecents
+ ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:55:13-46
+ android:launchMode
+ ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:57:13-44
+ android:exported
+ ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:56:13-36
+ android:theme
+ ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:58:13-72
+ android:name
+ ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:54:13-79
+intent-filter#action:name:android.intent.action.VIEW+category:name:android.intent.category.BROWSABLE+category:name:android.intent.category.DEFAULT+data:host:firebase.auth+data:path:/+data:scheme:recaptcha
+ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:59:13-69:29
+service#com.google.firebase.auth.api.fallback.service.FirebaseAuthFallbackService
+ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:72:9-81:19
+ android:enabled
+ ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:74:13-35
+ android:exported
+ ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:75:13-37
+ android:name
+ ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:73:13-101
+intent-filter#action:name:com.google.firebase.auth.api.gms.service.START+category:name:android.intent.category.DEFAULT
+ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:76:13-80:29
+action#com.google.firebase.auth.api.gms.service.START
+ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:77:17-89
+ android:name
+ ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:77:25-86
+meta-data#com.google.firebase.components:com.google.firebase.auth.FirebaseAuthRegistrar
+ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:85:13-87:85
+ android:value
+ ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:87:17-82
+ android:name
+ ADDED from [com.google.firebase:firebase-auth:20.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\f09d091f81b212e5d890a8fd7ee1b65f\jetified-firebase-auth-20.0.0\AndroidManifest.xml:86:17-109
+meta-data#com.google.firebase.components:com.google.firebase.firestore.FirestoreRegistrar
+ADDED from [com.google.firebase:firebase-firestore:22.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\181a25fb8339fec78a7754b58f1acc2e\jetified-firebase-firestore-22.0.0\AndroidManifest.xml:20:13-22:85
+ android:value
+ ADDED from [com.google.firebase:firebase-firestore:22.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\181a25fb8339fec78a7754b58f1acc2e\jetified-firebase-firestore-22.0.0\AndroidManifest.xml:22:17-82
+ android:name
+ ADDED from [com.google.firebase:firebase-firestore:22.0.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\181a25fb8339fec78a7754b58f1acc2e\jetified-firebase-firestore-22.0.0\AndroidManifest.xml:21:17-111
+meta-data#com.google.firebase.components:com.google.firebase.storage.StorageRegistrar
+ADDED from [com.google.firebase:firebase-storage:19.2.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\c7fc17e1e32ad03dc7f5ffdd51901eb8\jetified-firebase-storage-19.2.0\AndroidManifest.xml:33:13-35:85
+ android:value
+ ADDED from [com.google.firebase:firebase-storage:19.2.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\c7fc17e1e32ad03dc7f5ffdd51901eb8\jetified-firebase-storage-19.2.0\AndroidManifest.xml:35:17-82
+ android:name
+ ADDED from [com.google.firebase:firebase-storage:19.2.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\c7fc17e1e32ad03dc7f5ffdd51901eb8\jetified-firebase-storage-19.2.0\AndroidManifest.xml:34:17-107
+activity#com.google.android.gms.common.api.GoogleApiActivity
+ADDED from [com.google.android.gms:play-services-base:17.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\18b63455f7cdf2e55499d904fd0b4a4d\jetified-play-services-base-17.1.0\AndroidManifest.xml:23:9-26:75
+ android:exported
+ ADDED from [com.google.android.gms:play-services-base:17.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\18b63455f7cdf2e55499d904fd0b4a4d\jetified-play-services-base-17.1.0\AndroidManifest.xml:25:13-37
+ android:theme
+ ADDED from [com.google.android.gms:play-services-base:17.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\18b63455f7cdf2e55499d904fd0b4a4d\jetified-play-services-base-17.1.0\AndroidManifest.xml:26:13-72
+ android:name
+ ADDED from [com.google.android.gms:play-services-base:17.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\18b63455f7cdf2e55499d904fd0b4a4d\jetified-play-services-base-17.1.0\AndroidManifest.xml:24:13-79
+provider#com.google.firebase.provider.FirebaseInitProvider
+ADDED from [com.google.firebase:firebase-common:19.3.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\b0490454e848f18b90eb9fd352d0729e\jetified-firebase-common-19.3.1\AndroidManifest.xml:26:9-31:39
+ android:authorities
+ ADDED from [com.google.firebase:firebase-common:19.3.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\b0490454e848f18b90eb9fd352d0729e\jetified-firebase-common-19.3.1\AndroidManifest.xml:28:13-72
+ android:exported
+ ADDED from [com.google.firebase:firebase-common:19.3.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\b0490454e848f18b90eb9fd352d0729e\jetified-firebase-common-19.3.1\AndroidManifest.xml:30:13-37
+ android:directBootAware
+ ADDED from [com.google.firebase:firebase-common:19.3.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\b0490454e848f18b90eb9fd352d0729e\jetified-firebase-common-19.3.1\AndroidManifest.xml:29:13-43
+ android:initOrder
+ ADDED from [com.google.firebase:firebase-common:19.3.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\b0490454e848f18b90eb9fd352d0729e\jetified-firebase-common-19.3.1\AndroidManifest.xml:31:13-36
+ android:name
+ ADDED from [com.google.firebase:firebase-common:19.3.1] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\b0490454e848f18b90eb9fd352d0729e\jetified-firebase-common-19.3.1\AndroidManifest.xml:27:13-77
+meta-data#com.google.android.gms.version
+ADDED from [com.google.android.gms:play-services-basement:17.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\2a38911dfcd618f6f10b3261ee4a7ed5\jetified-play-services-basement-17.1.0\AndroidManifest.xml:23:9-25:69
+ android:value
+ ADDED from [com.google.android.gms:play-services-basement:17.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\2a38911dfcd618f6f10b3261ee4a7ed5\jetified-play-services-basement-17.1.0\AndroidManifest.xml:25:13-66
+ android:name
+ ADDED from [com.google.android.gms:play-services-basement:17.1.0] C:\Users\batuh\.gradle\caches\transforms-2\files-2.1\2a38911dfcd618f6f10b3261ee4a7ed5\jetified-play-services-basement-17.1.0\AndroidManifest.xml:24:13-58
diff --git a/UI/app/google-services.json b/UI/app/google-services.json
new file mode 100644
index 000000000..e214f10d6
--- /dev/null
+++ b/UI/app/google-services.json
@@ -0,0 +1,48 @@
+{
+ "project_info": {
+ "project_number": "163692530359",
+ "firebase_url": "https://vehicleantitheftrecognition.firebaseio.com",
+ "project_id": "vehicleantitheftrecognition",
+ "storage_bucket": "vehicleantitheftrecognition.appspot.com"
+ },
+ "client": [
+ {
+ "client_info": {
+ "mobilesdk_app_id": "1:163692530359:android:0049aa52a82795ddb11b32",
+ "android_client_info": {
+ "package_name": "com.example.capstone"
+ }
+ },
+ "oauth_client": [
+ {
+ "client_id": "163692530359-vrj530ufkv3dfn7cq82eu2r7esl57u2n.apps.googleusercontent.com",
+ "client_type": 1,
+ "android_info": {
+ "package_name": "com.example.capstone",
+ "certificate_hash": "84547ce3747c8835693face9108264eb12266233"
+ }
+ },
+ {
+ "client_id": "163692530359-biolija9122hala87ntdpj9l9r66uvrg.apps.googleusercontent.com",
+ "client_type": 3
+ }
+ ],
+ "api_key": [
+ {
+ "current_key": "AIzaSyAQuLzuXTr0OHn0Cr_R7zdXRTqAdl0VPaQ"
+ }
+ ],
+ "services": {
+ "appinvite_service": {
+ "other_platform_oauth_client": [
+ {
+ "client_id": "163692530359-biolija9122hala87ntdpj9l9r66uvrg.apps.googleusercontent.com",
+ "client_type": 3
+ }
+ ]
+ }
+ }
+ }
+ ],
+ "configuration_version": "1"
+}
\ No newline at end of file
diff --git a/UI/app/proguard-rules.pro b/UI/app/proguard-rules.pro
index 6e7ffa997..f1b424510 100644
--- a/UI/app/proguard-rules.pro
+++ b/UI/app/proguard-rules.pro
@@ -1,21 +1,21 @@
-# Add project specific ProGuard rules here.
-# You can control the set of applied configuration files using the
-# proguardFiles setting in build.gradle.
-#
-# For more details, see
-# http://developer.android.com/guide/developing/tools/proguard.html
-
-# If your project uses WebView with JS, uncomment the following
-# and specify the fully qualified class name to the JavaScript interface
-# class:
-#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
-# public *;
-#}
-
-# Uncomment this to preserve the line number information for
-# debugging stack traces.
-#-keepattributes SourceFile,LineNumberTable
-
-# If you keep the line number information, uncomment this to
-# hide the original source file name.
-#-renamesourcefileattribute SourceFile
+# Add project specific ProGuard rules here.
+# You can control the set of applied configuration files using the
+# proguardFiles setting in build.gradle.
+#
+# For more details, see
+# http://developer.android.com/guide/developing/tools/proguard.html
+
+# If your project uses WebView with JS, uncomment the following
+# and specify the fully qualified class name to the JavaScript interface
+# class:
+#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
+# public *;
+#}
+
+# Uncomment this to preserve the line number information for
+# debugging stack traces.
+#-keepattributes SourceFile,LineNumberTable
+
+# If you keep the line number information, uncomment this to
+# hide the original source file name.
+#-renamesourcefileattribute SourceFile
diff --git a/UI/app/src/androidTest/java/com/example/capstone/ExampleInstrumentedTest.java b/UI/app/src/androidTest/java/com/example/capstone/ExampleInstrumentedTest.java
index 9a7d483e1..ace304220 100644
--- a/UI/app/src/androidTest/java/com/example/capstone/ExampleInstrumentedTest.java
+++ b/UI/app/src/androidTest/java/com/example/capstone/ExampleInstrumentedTest.java
@@ -1,27 +1,27 @@
-package com.example.capstone;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
-
- assertEquals("com.example.capstone", appContext.getPackageName());
- }
-}
+package com.example.capstone;
+
+import android.content.Context;
+
+import androidx.test.platform.app.InstrumentationRegistry;
+import androidx.test.ext.junit.runners.AndroidJUnit4;
+
+import org.junit.Test;
+import org.junit.runner.RunWith;
+
+import static org.junit.Assert.*;
+
+/**
+ * Instrumented test, which will execute on an Android device.
+ *
+ * @see Testing documentation
+ */
+@RunWith(AndroidJUnit4.class)
+public class ExampleInstrumentedTest {
+ @Test
+ public void useAppContext() {
+ // Context of the app under test.
+ Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
+
+ assertEquals("com.example.capstone", appContext.getPackageName());
+ }
+}
diff --git a/UI/app/src/main/AndroidManifest.xml b/UI/app/src/main/AndroidManifest.xml
index d3dd3a317..598f12a3e 100644
--- a/UI/app/src/main/AndroidManifest.xml
+++ b/UI/app/src/main/AndroidManifest.xml
@@ -1,22 +1,34 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/UI/app/src/main/java/com/example/capstone/About.java b/UI/app/src/main/java/com/example/capstone/About.java
new file mode 100644
index 000000000..afb03b04c
--- /dev/null
+++ b/UI/app/src/main/java/com/example/capstone/About.java
@@ -0,0 +1,25 @@
+package com.example.capstone;
+
+import androidx.appcompat.app.AppCompatActivity;
+
+import android.content.Intent;
+import android.os.Bundle;
+import android.view.View;
+
+import com.google.firebase.auth.FirebaseAuth;
+
+public class About extends AppCompatActivity {
+ FirebaseAuth fAuth;
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.activity_about);
+ fAuth = FirebaseAuth.getInstance();
+ }
+
+ public void logout(View view){
+ fAuth.signOut();
+ startActivity(new Intent(getApplicationContext(), Login.class));
+ finish();
+ }
+}
diff --git a/UI/app/src/main/java/com/example/capstone/Drivers.java b/UI/app/src/main/java/com/example/capstone/Drivers.java
new file mode 100644
index 000000000..ba549e583
--- /dev/null
+++ b/UI/app/src/main/java/com/example/capstone/Drivers.java
@@ -0,0 +1,132 @@
+package com.example.capstone;
+
+import androidx.annotation.Nullable;
+import androidx.appcompat.app.AppCompatActivity;
+import androidx.recyclerview.widget.LinearLayoutManager;
+import androidx.recyclerview.widget.RecyclerView;
+
+import android.content.Intent;
+import android.os.Bundle;
+import android.util.Log;
+import android.view.View;
+import android.widget.Button;
+import android.widget.EditText;
+import android.widget.TextView;
+import android.widget.Toast;
+
+import com.google.firebase.auth.FirebaseAuth;
+import com.google.firebase.firestore.DocumentReference;
+import com.google.firebase.firestore.DocumentSnapshot;
+import com.google.firebase.firestore.EventListener;
+import com.google.firebase.firestore.FieldValue;
+import com.google.firebase.firestore.FirebaseFirestore;
+import com.google.firebase.firestore.FirebaseFirestoreException;
+
+import java.util.ArrayList;
+import java.util.HashMap;
+import java.util.Map;
+
+public class Drivers extends AppCompatActivity{
+ FirebaseAuth fAuth;
+ FirebaseFirestore fstore;
+ String userID;
+ private RecyclerView mRecyclerView;
+ private eAdapter mAdapter;
+ private RecyclerView.LayoutManager mLayoutManager;
+ ArrayList mExampleList = new ArrayList<>();
+ private Button add, remove;
+ String Fname, email, phone;
+ int numOfDrivers;
+ int removeP;
+
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.activity_drivers);
+ fAuth = FirebaseAuth.getInstance();
+ fstore = FirebaseFirestore.getInstance();
+ add = findViewById(R.id.adddriver);
+ remove = findViewById(R.id.removedriver);
+
+ userID = fAuth.getCurrentUser().getUid();
+
+ DocumentReference documentReference = fstore.collection("users").document(userID);
+
+ documentReference.addSnapshotListener(this, new EventListener() {
+ @Override
+ public void onEvent(@Nullable DocumentSnapshot value, @Nullable FirebaseFirestoreException error) {
+
+ String test = value.getString("Number of Drivers");
+ numOfDrivers = Integer.parseInt(test);
+
+ Fname = value.getString("First Name") + " " + value.getString("Last Name");
+ email = value.getString("Email");
+ phone = value.getString("Phone Number");
+ mExampleList.add(new driveritem(Fname, email, phone));
+
+ for(int i=1; i user = new HashMap<>();
+ DocumentReference documentReference = fstore.collection("users").document(userID);
+ documentReference.update("First Name"+String.valueOf(removeP+1), FieldValue.delete());
+ documentReference.update("Last Name"+String.valueOf(removeP+1), FieldValue.delete());
+ documentReference.update("Email"+String.valueOf(removeP+1), FieldValue.delete());
+ documentReference.update("Phone Number"+String.valueOf(removeP+1), FieldValue.delete());
+ user.put("Number of Drivers",String.valueOf(removeP));
+ documentReference.update(user);
+ finish();
+ startActivity(getIntent());
+ } else {
+ Toast.makeText(Drivers.this, "Cannot delete main driver", Toast.LENGTH_LONG).show();
+ }
+ }
+
+ public void logout(View view){
+ fAuth.signOut();
+ startActivity(new Intent(getApplicationContext(), Login.class));
+ finish();
+ }
+}
diff --git a/UI/app/src/main/java/com/example/capstone/Enrollment.java b/UI/app/src/main/java/com/example/capstone/Enrollment.java
new file mode 100644
index 000000000..84c88033b
--- /dev/null
+++ b/UI/app/src/main/java/com/example/capstone/Enrollment.java
@@ -0,0 +1,128 @@
+package com.example.capstone;
+
+import androidx.annotation.NonNull;
+import androidx.annotation.Nullable;
+import androidx.appcompat.app.AppCompatActivity;
+
+import android.Manifest;
+import android.content.Intent;
+import android.content.pm.PackageManager;
+import android.database.Cursor;
+import android.graphics.Bitmap;
+import android.graphics.BitmapFactory;
+import android.net.Uri;
+import android.os.Build;
+import android.os.Bundle;
+import android.os.Environment;
+import android.provider.MediaStore;
+import android.view.View;
+import android.widget.Button;
+import android.widget.ImageView;
+import android.widget.Toast;
+
+import com.google.android.gms.tasks.OnFailureListener;
+import com.google.android.gms.tasks.OnSuccessListener;
+import com.google.firebase.auth.FirebaseAuth;
+import com.google.firebase.storage.FirebaseStorage;
+import com.google.firebase.storage.StorageReference;
+import com.google.firebase.storage.UploadTask;
+
+import java.io.File;
+import java.io.FileNotFoundException;
+import java.io.InputStream;
+
+public class Enrollment extends AppCompatActivity {
+ private static final int CAMERA_REQUEST = 10;
+ private static final int IMAGE_GALLERY_REQUEST = 20;
+ FirebaseAuth fAuth;
+ FirebaseStorage storage;
+ StorageReference storageReference;
+ ImageView preview;
+ Button upload;
+ Uri imageUri;
+
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.activity_enrollment);
+
+ fAuth = FirebaseAuth.getInstance();
+ storage = FirebaseStorage.getInstance();
+ storageReference = storage.getReference();
+ preview = findViewById(R.id.imagepreview);
+ upload = findViewById(R.id.upload);
+
+ upload.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View v) {
+ StorageReference riversRef = storageReference.child("Images/"+fAuth.getCurrentUser().getUid()+"/"+ imageUri.getLastPathSegment());
+
+ riversRef.putFile(imageUri)
+ .addOnSuccessListener(new OnSuccessListener() {
+ @Override
+ public void onSuccess(UploadTask.TaskSnapshot taskSnapshot) {
+
+ }
+ })
+ .addOnFailureListener(new OnFailureListener() {
+ @Override
+ public void onFailure(@NonNull Exception exception) {
+
+ }
+ });
+ }
+ });
+
+ }
+
+ public void logout(View view){
+ fAuth.signOut();
+ startActivity(new Intent(getApplicationContext(), Login.class));
+ finish();
+ }
+
+ @Override
+ protected void onActivityResult(int requestCode, int resultCode, @Nullable Intent data) {
+ super.onActivityResult(requestCode, resultCode, data);
+
+ if (resultCode == RESULT_OK) {
+ if (requestCode == CAMERA_REQUEST) {
+ Bitmap cameraImage = (Bitmap) data.getExtras().get("data");
+ preview.setImageBitmap(cameraImage);
+ }
+ if (requestCode == IMAGE_GALLERY_REQUEST) {
+ imageUri = data.getData();
+ InputStream inputStream;
+
+ try {
+ inputStream = getContentResolver().openInputStream(imageUri);
+ Bitmap image = BitmapFactory.decodeStream(inputStream);
+ preview.setImageBitmap(image);
+
+ } catch (FileNotFoundException e) {
+ e.printStackTrace();
+ Toast.makeText(this, "Unable to open image", Toast.LENGTH_LONG).show();
+ }
+
+ }
+
+ }
+ }
+
+ public void takepic(View v) {
+ Intent cameraIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
+ startActivityForResult(cameraIntent, CAMERA_REQUEST);
+ }
+
+ public void loadpic(View v){
+ Intent photoPickerIntent = new Intent(Intent.ACTION_PICK);
+
+ File pictureDirectory = Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_PICTURES);
+ String pictureDirectoryPath = pictureDirectory.getPath();
+ Uri data = Uri.parse(pictureDirectoryPath);
+ photoPickerIntent.setDataAndType(data, "image/*");
+ startActivityForResult(photoPickerIntent, IMAGE_GALLERY_REQUEST);
+
+
+ }
+}
diff --git a/UI/app/src/main/java/com/example/capstone/Login.java b/UI/app/src/main/java/com/example/capstone/Login.java
new file mode 100644
index 000000000..2ae281008
--- /dev/null
+++ b/UI/app/src/main/java/com/example/capstone/Login.java
@@ -0,0 +1,80 @@
+package com.example.capstone;
+
+import androidx.annotation.NonNull;
+import androidx.appcompat.app.AppCompatActivity;
+
+import android.content.Intent;
+import android.os.Bundle;
+import android.text.TextUtils;
+import android.view.View;
+import android.widget.Button;
+import android.widget.EditText;
+import android.widget.TextView;
+import android.widget.Toast;
+
+import com.google.android.gms.tasks.OnCompleteListener;
+import com.google.android.gms.tasks.Task;
+import com.google.firebase.auth.AuthResult;
+import com.google.firebase.auth.FirebaseAuth;
+
+public class Login extends AppCompatActivity {
+ private EditText email, password;
+ private Button save;
+ private TextView account;
+ FirebaseAuth fAuth;
+ private String em, pw;
+
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.activity_login);
+
+ email = (EditText) findViewById(R.id.username);
+ password = (EditText) findViewById(R.id.password);
+ save = (Button) findViewById(R.id.signin);
+ account = findViewById(R.id.account);
+ fAuth = FirebaseAuth.getInstance();
+
+ account.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View v) {
+ startActivity(new Intent(getApplicationContext(), signup.class));
+ }
+ });
+
+ save.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View v) {
+ em = email.getText().toString().trim();
+ pw = password.getText().toString().trim();
+
+ if(TextUtils.isEmpty(em)){
+ email.setError("Email is Required.");
+ return;
+ }
+
+ if(TextUtils.isEmpty(pw)){
+ password.setError("Email is Required.");
+ return;
+ }
+
+ fAuth.signInWithEmailAndPassword(em, pw).addOnCompleteListener(new OnCompleteListener() {
+ @Override
+ public void onComplete(@NonNull Task task) {
+ if(task.isSuccessful()){
+ Toast.makeText(Login.this, "Successful Login", Toast.LENGTH_LONG).show();
+ openHomepage();
+ } else {
+ Toast.makeText(Login.this, task.getException().toString(), Toast.LENGTH_LONG).show();
+ }
+ }
+ });
+ }
+ });
+ }
+
+ public void openHomepage() {
+ Intent intent = new Intent(this, homepage.class);
+ startActivity(intent);
+ }
+}
diff --git a/UI/app/src/main/java/com/example/capstone/MainActivity.java b/UI/app/src/main/java/com/example/capstone/MainActivity.java
index 4c4fe81bf..f5f1e346c 100644
--- a/UI/app/src/main/java/com/example/capstone/MainActivity.java
+++ b/UI/app/src/main/java/com/example/capstone/MainActivity.java
@@ -1,44 +1,44 @@
-package com.example.capstone;
-
-import androidx.appcompat.app.AppCompatActivity;
-
-import android.content.Intent;
-import android.os.Bundle;
-import android.view.View;
-import android.widget.Button;
-
-public class MainActivity extends AppCompatActivity {
- private Button login;
- private Button sign;
- @Override
- protected void onCreate(Bundle savedInstanceState) {
- super.onCreate(savedInstanceState);
- setContentView(R.layout.activity_main);
-
- login = (Button) findViewById(R.id.signin);
- login.setOnClickListener(new View.OnClickListener() {
- @Override
- public void onClick(View v) {
- openLogin();
- }
- });
-
- sign = (Button) findViewById(R.id.signup);
- sign.setOnClickListener(new View.OnClickListener() {
- @Override
- public void onClick(View v) {
- openSignup();
- }
- });
- }
-
- public void openLogin() {
- Intent intent = new Intent(this, Login.class);
- startActivity(intent);
- }
-
- public void openSignup() {
- Intent intent2 = new Intent(this, signup.class);
- startActivity(intent2);
- }
-}
+package com.example.capstone;
+
+import androidx.appcompat.app.AppCompatActivity;
+
+import android.content.Intent;
+import android.os.Bundle;
+import android.view.View;
+import android.widget.Button;
+
+public class MainActivity extends AppCompatActivity {
+ private Button login;
+ private Button sign;
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.activity_main);
+
+ login = (Button) findViewById(R.id.signin);
+ login.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View v) {
+ openLogin();
+ }
+ });
+
+ sign = (Button) findViewById(R.id.signup);
+ sign.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View v) {
+ openSignup();
+ }
+ });
+ }
+
+ public void openLogin() {
+ Intent intent = new Intent(this, Login.class);
+ startActivity(intent);
+ }
+
+ public void openSignup() {
+ Intent intent2 = new Intent(this, signup.class);
+ startActivity(intent2);
+ }
+}
diff --git a/UI/app/src/main/java/com/example/capstone/Password.java b/UI/app/src/main/java/com/example/capstone/Password.java
new file mode 100644
index 000000000..72b4e7372
--- /dev/null
+++ b/UI/app/src/main/java/com/example/capstone/Password.java
@@ -0,0 +1,25 @@
+package com.example.capstone;
+
+import androidx.appcompat.app.AppCompatActivity;
+
+import android.content.Intent;
+import android.os.Bundle;
+import android.view.View;
+
+import com.google.firebase.auth.FirebaseAuth;
+
+public class Password extends AppCompatActivity {
+ FirebaseAuth fAuth;
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.activity_password);
+ fAuth = FirebaseAuth.getInstance();
+ }
+
+ public void logout(View view){
+ fAuth.signOut();
+ startActivity(new Intent(getApplicationContext(), Login.class));
+ finish();
+ }
+}
diff --git a/UI/app/src/main/java/com/example/capstone/Settings.java b/UI/app/src/main/java/com/example/capstone/Settings.java
new file mode 100644
index 000000000..f17f5321b
--- /dev/null
+++ b/UI/app/src/main/java/com/example/capstone/Settings.java
@@ -0,0 +1,70 @@
+package com.example.capstone;
+
+import androidx.appcompat.app.AppCompatActivity;
+
+import android.content.Intent;
+import android.os.Bundle;
+import android.view.View;
+import android.widget.Button;
+import android.widget.EditText;
+
+import com.google.firebase.auth.FirebaseAuth;
+
+public class Settings extends AppCompatActivity {
+ FirebaseAuth fAuth;
+ private Button dri, enr, sup, pas, abu;
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.activity_settings);
+ fAuth = FirebaseAuth.getInstance();
+
+ dri = findViewById(R.id.managedrivers);
+ enr = findViewById(R.id.enrollment);
+ sup = findViewById(R.id.support);
+ pas = findViewById(R.id.password);
+ abu = findViewById(R.id.aboutus);
+
+ dri.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View v) {
+ startActivity(new Intent(getApplicationContext(), Drivers.class));
+ }
+ });
+
+ enr.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View v) {
+ startActivity(new Intent(getApplicationContext(), Enrollment.class));
+ }
+ });
+
+ sup.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View v) {
+ startActivity(new Intent(getApplicationContext(), Support.class));
+ }
+ });
+
+ pas.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View v) {
+ startActivity(new Intent(getApplicationContext(), Password.class));
+ }
+ });
+
+ abu.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View v) {
+ startActivity(new Intent(getApplicationContext(), About.class));
+ }
+ });
+
+ }
+
+ public void logout(View view){
+ fAuth.signOut();
+ startActivity(new Intent(getApplicationContext(), Login.class));
+ finish();
+ }
+}
diff --git a/UI/app/src/main/java/com/example/capstone/Signal.java b/UI/app/src/main/java/com/example/capstone/Signal.java
new file mode 100644
index 000000000..fbdb78bbf
--- /dev/null
+++ b/UI/app/src/main/java/com/example/capstone/Signal.java
@@ -0,0 +1,36 @@
+package com.example.capstone;
+
+public class Signal {
+
+ private String power;
+ private String alarm;
+ private String motor;
+
+ public Signal() {
+ }
+
+ public String getPower() {
+ return power;
+ }
+
+ public void setPower(String power) {
+ this.power = power;
+ }
+
+ public String getAlarm() {
+ return alarm;
+ }
+
+ public void setAlarm(String alarm) {
+ this.alarm = alarm;
+ }
+
+ public String getMotor() {
+ return motor;
+ }
+
+ public void setMotor(String motor) {
+ this.motor = motor;
+ }
+}
+
diff --git a/UI/app/src/main/java/com/example/capstone/Support.java b/UI/app/src/main/java/com/example/capstone/Support.java
new file mode 100644
index 000000000..e9bafe3b7
--- /dev/null
+++ b/UI/app/src/main/java/com/example/capstone/Support.java
@@ -0,0 +1,26 @@
+package com.example.capstone;
+
+import androidx.appcompat.app.AppCompatActivity;
+
+import android.content.Intent;
+import android.os.Bundle;
+import android.view.View;
+
+import com.google.firebase.auth.FirebaseAuth;
+
+public class Support extends AppCompatActivity {
+ FirebaseAuth fAuth;
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.activity_support);
+ fAuth = FirebaseAuth.getInstance();
+
+ }
+
+ public void logout(View view){
+ fAuth.signOut();
+ startActivity(new Intent(getApplicationContext(), Login.class));
+ finish();
+ }
+}
diff --git a/UI/app/src/main/java/com/example/capstone/User.java b/UI/app/src/main/java/com/example/capstone/User.java
new file mode 100644
index 000000000..882dd1ef1
--- /dev/null
+++ b/UI/app/src/main/java/com/example/capstone/User.java
@@ -0,0 +1,58 @@
+package com.example.capstone;
+
+public class User {
+
+ private String Firstname;
+ private String Lastname;
+ private Long phone;
+ private String email;
+ private String password;
+
+ public User(String fn, String ln, Long ph, String em, String pw) {
+ Firstname = fn;
+ Lastname = ln;
+ phone = ph;
+ email = em;
+ password = pw;
+ }
+
+ public String getFirstname() {
+ return Firstname;
+ }
+
+ public void setFirstname(String firstname) {
+ Firstname = firstname;
+ }
+
+ public String getLastname() {
+ return Lastname;
+ }
+
+ public void setLastname(String lastname) {
+ Lastname = lastname;
+ }
+
+ public Long getPhone() {
+ return phone;
+ }
+
+ public void setPhone(Long phone) {
+ this.phone = phone;
+ }
+
+ public String getEmail() {
+ return email;
+ }
+
+ public void setEmail(String email) {
+ this.email = email;
+ }
+
+ public String getPassword() {
+ return password;
+ }
+
+ public void setPassword(String password) {
+ this.password = password;
+ }
+}
diff --git a/UI/app/src/main/java/com/example/capstone/add.java b/UI/app/src/main/java/com/example/capstone/add.java
new file mode 100644
index 000000000..7a727be28
--- /dev/null
+++ b/UI/app/src/main/java/com/example/capstone/add.java
@@ -0,0 +1,155 @@
+package com.example.capstone;
+
+import androidx.annotation.NonNull;
+import androidx.annotation.Nullable;
+import androidx.appcompat.app.AppCompatActivity;
+import androidx.recyclerview.widget.LinearLayoutManager;
+
+import android.content.Intent;
+import android.os.Bundle;
+import android.text.TextUtils;
+import android.view.View;
+import android.widget.Button;
+import android.widget.EditText;
+import android.widget.Toast;
+
+import com.google.android.gms.tasks.OnCompleteListener;
+import com.google.android.gms.tasks.OnSuccessListener;
+import com.google.android.gms.tasks.Task;
+import com.google.firebase.auth.AuthResult;
+import com.google.firebase.auth.FirebaseAuth;
+import com.google.firebase.firestore.DocumentReference;
+import com.google.firebase.firestore.DocumentSnapshot;
+import com.google.firebase.firestore.EventListener;
+import com.google.firebase.firestore.FirebaseFirestore;
+import com.google.firebase.firestore.FirebaseFirestoreException;
+
+import java.util.HashMap;
+import java.util.Map;
+
+public class add extends AppCompatActivity {
+ private EditText firstname, lastname, phone, email;
+ private Button save, cancel;
+ FirebaseAuth fAuth;
+ private boolean check;
+ FirebaseFirestore fstore;
+ String userID;
+ int numOfDrivers;
+ private String fn, ln, em, ph;
+
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.activity_add);
+
+ firstname = (EditText) findViewById(R.id.fname);
+ lastname = (EditText) findViewById(R.id.lname);
+ phone = (EditText) findViewById(R.id.phone);
+ email = (EditText) findViewById(R.id.email);
+ save = (Button) findViewById(R.id.adddriver);
+ cancel = (Button) findViewById(R.id.cancel);
+
+ fAuth = FirebaseAuth.getInstance();
+ fstore = FirebaseFirestore.getInstance();
+
+ userID = fAuth.getCurrentUser().getUid();
+
+ DocumentReference documentReference = fstore.collection("users").document(userID);
+
+ documentReference.addSnapshotListener(this, new EventListener() {
+ @Override
+ public void onEvent(@Nullable DocumentSnapshot value, @Nullable FirebaseFirestoreException error) {
+
+ String test = value.getString("Number of Drivers");
+ numOfDrivers = Integer.parseInt(test);
+ }
+ });
+
+ save.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View v) {
+ fn = firstname.getText().toString().trim();
+ ln = lastname.getText().toString().trim();
+ ph = phone.getText().toString().trim();
+ em = email.getText().toString().trim();
+
+ if(TextUtils.isEmpty(fn)){
+ firstname.setError("First name is Required.");
+ return;
+ }
+
+ if(TextUtils.isEmpty(ln)){
+ lastname.setError("Last name is Required.");
+ return;
+ }
+
+ if(TextUtils.isEmpty(ph)){
+ phone.setError("Phone number is Required.");
+ return;
+ }
+
+ check = onlyDigits(ph, ph.length());
+ if(!check){
+ phone.setError("Invalid phone number");
+ return;
+ }
+
+ if(ph.length() < 10){
+ phone.setError("Invalid phone number");
+ return;
+ }
+
+ if(TextUtils.isEmpty(em)){
+ email.setError("Email is Required.");
+ return;
+ }
+
+ numOfDrivers++;
+
+ DocumentReference documentReference = fstore.collection("users").document(userID);
+ Map user = new HashMap<>();
+ user.put("First Name"+String.valueOf(numOfDrivers),fn);
+ user.put("Last Name"+String.valueOf(numOfDrivers),ln);
+ user.put("Email"+String.valueOf(numOfDrivers),em);
+ user.put("Phone Number"+String.valueOf(numOfDrivers),ph);
+ user.put("Number of Drivers",String.valueOf(numOfDrivers));
+ documentReference.update(user).addOnSuccessListener(new OnSuccessListener() {
+ @Override
+ public void onSuccess(Void aVoid) {
+ }
+ });
+ openDriver();
+ }
+ });
+
+ cancel.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View v) {
+ startActivity(new Intent(getApplicationContext(), Drivers.class));
+ }
+ });
+ }
+
+ public void openDriver() {
+ Intent intent = new Intent(this, Drivers.class);
+ startActivity(intent);
+ }
+
+ public static boolean onlyDigits(String str, int n) {
+ for(int i = 0; i < n; i++) {
+ if(str.charAt(i) >= '0'
+ && str.charAt(i) <= '9') {
+ return true;
+ } else {
+ return false;
+ }
+ }
+ return false;
+ }
+
+ public void logout(View view){
+ fAuth.signOut();
+ startActivity(new Intent(getApplicationContext(), Login.class));
+ finish();
+ }
+}
diff --git a/UI/app/src/main/java/com/example/capstone/addDriver.java b/UI/app/src/main/java/com/example/capstone/addDriver.java
new file mode 100644
index 000000000..50d08a187
--- /dev/null
+++ b/UI/app/src/main/java/com/example/capstone/addDriver.java
@@ -0,0 +1,62 @@
+package com.example.capstone;
+
+import android.app.Dialog;
+import android.content.Context;
+import android.content.DialogInterface;
+import android.os.Bundle;
+import android.view.LayoutInflater;
+import android.view.View;
+import android.widget.EditText;
+
+import androidx.appcompat.app.AlertDialog;
+import androidx.appcompat.app.AppCompatDialogFragment;
+
+public class addDriver extends AppCompatDialogFragment {
+ private EditText fn, ln, ph, em;
+ private addDriverListener listener;
+ @Override
+ public Dialog onCreateDialog(Bundle savedInstanceState) {
+ AlertDialog.Builder builder = new AlertDialog.Builder(getActivity());
+ LayoutInflater inflater = getActivity().getLayoutInflater();
+ View view = inflater.inflate(R.layout.add_driver, null);
+
+ builder.setView(view).setTitle("Add Driver").setNegativeButton("Cancel", new DialogInterface.OnClickListener() {
+ @Override
+ public void onClick(DialogInterface dialog, int which) {
+
+ }
+ })
+ .setPositiveButton("Add", new DialogInterface.OnClickListener() {
+ @Override
+ public void onClick(DialogInterface dialog, int which) {
+ String fns = fn.getText().toString();
+ String lns = ln.getText().toString();
+ String phs = ph.getText().toString();
+ String ems = fn.getText().toString();
+ listener.applyTexts(fns, lns, phs, ems);
+ }
+ });
+
+ fn = view.findViewById(R.id.fname);
+ ln = view.findViewById(R.id.lname);
+ ph = view.findViewById(R.id.phone);
+ em = view.findViewById(R.id.email);
+
+ return builder.create();
+ }
+
+ @Override
+ public void onAttach(Context context) {
+ super.onAttach(context);
+
+ try {
+ listener = (addDriverListener) context;
+ } catch (ClassCastException e) {
+ throw new ClassCastException(context.toString()+"must implement addDriverListener");
+ }
+ }
+
+ public interface addDriverListener{
+ void applyTexts(String fn, String ln, String ph, String em);
+ }
+}
diff --git a/UI/app/src/main/java/com/example/capstone/driveritem.java b/UI/app/src/main/java/com/example/capstone/driveritem.java
new file mode 100644
index 000000000..94b1c3db5
--- /dev/null
+++ b/UI/app/src/main/java/com/example/capstone/driveritem.java
@@ -0,0 +1,24 @@
+package com.example.capstone;
+
+public class driveritem {
+
+ private String mText1;
+ private String mText2;
+ private String mText3;
+
+ public driveritem( String text1, String text2, String text3) {
+ mText1 = text1;
+ mText2 = text2;
+ mText3 = text3;
+ }
+
+ public String getText1() { return mText1; }
+
+ public String getText2() {
+ return mText2;
+ }
+
+ public String getText3() {
+ return mText3;
+ }
+}
diff --git a/UI/app/src/main/java/com/example/capstone/eAdapter.java b/UI/app/src/main/java/com/example/capstone/eAdapter.java
new file mode 100644
index 000000000..191025f79
--- /dev/null
+++ b/UI/app/src/main/java/com/example/capstone/eAdapter.java
@@ -0,0 +1,81 @@
+package com.example.capstone;
+
+import android.view.LayoutInflater;
+import android.view.View;
+import android.view.ViewGroup;
+import android.widget.AdapterView;
+import android.widget.ImageView;
+import android.widget.TextView;
+
+import androidx.recyclerview.widget.RecyclerView;
+
+import java.util.ArrayList;
+public class eAdapter extends RecyclerView.Adapter {
+
+ private ArrayList mExampleList;
+ private OnItemClickListener mListener;
+
+ public interface OnItemClickListener {
+ void onItemClick(int position);
+ }
+
+ public void setOnItemClickListener(OnItemClickListener listener) {
+ mListener = listener;
+ }
+
+ public static class ExampleViewHolder extends RecyclerView.ViewHolder {
+ public TextView mTextView1;
+ public TextView mTextView2;
+ public TextView mTextView3;
+
+ public ExampleViewHolder(View itemView, final OnItemClickListener listener) {
+ super(itemView);
+ mTextView1 = itemView.findViewById(R.id.textView);
+ mTextView2 = itemView.findViewById(R.id.textView2);
+ mTextView3 = itemView.findViewById(R.id.textView3);
+
+ itemView.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View v) {
+ if (listener != null) {
+ int position = getAdapterPosition();
+ if (position != RecyclerView.NO_POSITION) {
+ listener.onItemClick(position);
+ }
+ }
+ }
+ });
+ }
+ }
+
+ public eAdapter(ArrayList exampleList) {
+ mExampleList = exampleList;
+ }
+
+ @Override
+ public ExampleViewHolder onCreateViewHolder(ViewGroup parent, int viewType) {
+ View v = LayoutInflater.from(parent.getContext()).inflate(R.layout.driveritem, parent, false);
+ ExampleViewHolder evh = new ExampleViewHolder(v, mListener);
+ return evh;
+ }
+
+ @Override
+ public void onBindViewHolder(ExampleViewHolder holder, int position) {
+ driveritem currentItem = mExampleList.get(position);
+
+ holder.mTextView1.setText(currentItem.getText1());
+ holder.mTextView2.setText(currentItem.getText2());
+ holder.mTextView3.setText(currentItem.getText3());
+ }
+
+ @Override
+ public int getItemCount() {
+ return mExampleList.size();
+ }
+
+ public void filterList(ArrayList filteredList) {
+ mExampleList = filteredList;
+ notifyDataSetChanged();
+ }
+}
+
diff --git a/UI/app/src/main/java/com/example/capstone/homepage.java b/UI/app/src/main/java/com/example/capstone/homepage.java
index d8d635af6..c44a796be 100644
--- a/UI/app/src/main/java/com/example/capstone/homepage.java
+++ b/UI/app/src/main/java/com/example/capstone/homepage.java
@@ -1,14 +1,108 @@
-package com.example.capstone;
-
-import androidx.appcompat.app.AppCompatActivity;
-
-import android.os.Bundle;
-
-public class homepage extends AppCompatActivity {
-
- @Override
- protected void onCreate(Bundle savedInstanceState) {
- super.onCreate(savedInstanceState);
- setContentView(R.layout.activity_homepage);
- }
-}
+package com.example.capstone;
+
+import androidx.annotation.NonNull;
+import androidx.appcompat.app.AppCompatActivity;
+
+import android.content.Intent;
+import android.os.Bundle;
+import android.view.View;
+import android.widget.Button;
+import android.widget.ImageView;
+import android.widget.TextView;
+import android.widget.Toast;
+import android.widget.Toolbar;
+
+import com.google.firebase.auth.FirebaseAuth;
+import com.google.firebase.database.DataSnapshot;
+import com.google.firebase.database.DatabaseError;
+import com.google.firebase.database.DatabaseReference;
+import com.google.firebase.database.FirebaseDatabase;
+import com.google.firebase.database.ValueEventListener;
+
+import java.util.HashMap;
+
+public class homepage extends AppCompatActivity {
+ FirebaseAuth fAuth;
+ private Button setting, poweron, alarmoff;
+ DatabaseReference reff;
+ Signal sig;
+ int check = 0;
+ int check2 = 0;
+ private ImageView a, e;
+ private TextView at, et;
+
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.activity_homepage);
+ fAuth = FirebaseAuth.getInstance();
+ setting = findViewById(R.id.settings);
+ poweron = findViewById(R.id.poweron);
+ alarmoff = findViewById(R.id.alarmoff);
+ at = findViewById(R.id.alarmtitle3);
+ a = findViewById(R.id.alarm);
+ et = findViewById(R.id.enginetitle3);
+ e = findViewById(R.id.engine);
+
+ reff = FirebaseDatabase.getInstance().getReference().child("signal");
+ sig = new Signal();
+ sig.setMotor("off");
+ sig.setPower("off");
+ sig.setAlarm("off");
+ reff.child("1").setValue(sig);
+
+ setting.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View v) {
+ startActivity(new Intent(getApplicationContext(), Settings.class));
+ }
+ });
+
+ poweron.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View v) {
+ if(check == 0){
+ sig.setPower("on");
+ sig.setMotor("on");
+ e.setImageResource(R.drawable.ic_power_on);
+ et.setText("ON");
+ check = 1;
+ } else {
+ sig.setPower("off");
+ sig.setMotor("off");
+ e.setImageResource(R.drawable.ic_power_off);
+ et.setText("OFF");
+ check = 0;
+
+ }
+ reff.child("1").setValue(sig);
+ }
+ });
+
+ alarmoff.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View v) {
+ if(check2 == 0){
+ sig.setAlarm("on");
+ a.setImageResource(R.drawable.ic_alarm_on);
+ at.setText("ON");
+ check2 = 1;
+ } else {
+ sig.setAlarm("off");
+ a.setImageResource(R.drawable.ic_alarm_off);
+ at.setText("OFF");
+ check2 = 0;
+
+ }
+ reff.child("1").setValue(sig);
+ }
+ });
+
+ }
+
+ public void logout(View view){
+ fAuth.signOut();
+ startActivity(new Intent(getApplicationContext(), Login.class));
+ finish();
+ }
+}
diff --git a/UI/app/src/main/java/com/example/capstone/signup.java b/UI/app/src/main/java/com/example/capstone/signup.java
new file mode 100644
index 000000000..883f09c48
--- /dev/null
+++ b/UI/app/src/main/java/com/example/capstone/signup.java
@@ -0,0 +1,156 @@
+package com.example.capstone;
+
+import androidx.annotation.NonNull;
+import androidx.appcompat.app.AppCompatActivity;
+
+import android.content.Intent;
+import android.text.TextUtils;
+import android.util.Log;
+import android.view.View;
+import android.widget.EditText;
+import android.widget.Button;
+
+import android.os.Bundle;
+import android.widget.EditText;
+import android.widget.TextView;
+import android.widget.Toast;
+
+import com.google.android.gms.tasks.OnCompleteListener;
+import com.google.android.gms.tasks.OnSuccessListener;
+import com.google.android.gms.tasks.Task;
+import com.google.firebase.auth.AuthResult;
+import com.google.firebase.auth.FirebaseAuth;
+import com.google.firebase.database.DatabaseReference;
+import com.google.firebase.database.FirebaseDatabase;
+import com.google.firebase.firestore.DocumentReference;
+import com.google.firebase.firestore.FirebaseFirestore;
+
+import java.util.HashMap;
+import java.util.Map;
+
+public class signup extends AppCompatActivity {
+private EditText firstname, lastname, phone, email, password;
+private Button save;
+FirebaseAuth fAuth;
+private TextView account;
+private String fn, ln, em, pw, ph;
+private boolean check;
+FirebaseFirestore fstore;
+String userID;
+
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.activity_signup);
+
+ firstname = (EditText) findViewById(R.id.Fname);
+ lastname = (EditText) findViewById(R.id.Lname);
+ phone = (EditText) findViewById(R.id.phone);
+ email = (EditText) findViewById(R.id.username);
+ password = (EditText) findViewById(R.id.password);
+ save = (Button) findViewById(R.id.siup);
+ fAuth = FirebaseAuth.getInstance();
+ account = findViewById(R.id.account1);
+ fstore = FirebaseFirestore.getInstance();
+ account.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View v) {
+ startActivity(new Intent(getApplicationContext(), Login.class));
+ }
+ });
+
+ save.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View v) {
+ fn = firstname.getText().toString().trim();
+ ln = lastname.getText().toString().trim();
+ ph = phone.getText().toString().trim();
+ em = email.getText().toString().trim();
+ pw = password.getText().toString().trim();
+
+ if(TextUtils.isEmpty(fn)){
+ firstname.setError("First name is Required.");
+ return;
+ }
+
+ if(TextUtils.isEmpty(ln)){
+ lastname.setError("Last name is Required.");
+ return;
+ }
+
+ if(TextUtils.isEmpty(ph)){
+ phone.setError("Phone number is Required.");
+ return;
+ }
+
+ check = onlyDigits(ph, ph.length());
+ if(!check){
+ phone.setError("Invalid phone number");
+ return;
+ }
+
+ if(ph.length() < 10){
+ phone.setError("Invalid phone number");
+ return;
+ }
+
+ if(TextUtils.isEmpty(em)){
+ email.setError("Email is Required.");
+ return;
+ }
+
+ if(TextUtils.isEmpty(pw)){
+ password.setError("Password is Required.");
+ return;
+ }
+
+ if(pw.length() < 6){
+ password.setError("Password must be more than 6 characters.");
+ return;
+ }
+
+ fAuth.createUserWithEmailAndPassword(em, pw).addOnCompleteListener(new OnCompleteListener() {
+ @Override
+ public void onComplete(@NonNull Task task) {
+ if(task.isSuccessful()){
+ Toast.makeText(signup.this, "Successful Registration", Toast.LENGTH_LONG).show();
+ userID = fAuth.getCurrentUser().getUid();
+ DocumentReference documentReference = fstore.collection("users").document(userID);
+ Map user = new HashMap<>();
+ user.put("First Name",fn);
+ user.put("Last Name",ln);
+ user.put("Email",em);
+ user.put("Phone Number",ph);
+ user.put("Number of Drivers",String.valueOf(1));
+ documentReference.set(user).addOnSuccessListener(new OnSuccessListener() {
+ @Override
+ public void onSuccess(Void aVoid) {
+ }
+ });
+ openHomepage();
+ } else {
+ Toast.makeText(signup.this, task.getException().toString(), Toast.LENGTH_LONG).show();
+ }
+ }
+ });
+ }
+ });
+ }
+
+ public void openHomepage() {
+ Intent intent = new Intent(this, homepage.class);
+ startActivity(intent);
+ }
+
+ public static boolean onlyDigits(String str, int n) {
+ for(int i = 0; i < n; i++) {
+ if(str.charAt(i) >= '0'
+ && str.charAt(i) <= '9') {
+ return true;
+ } else {
+ return false;
+ }
+ }
+ return false;
+ }
+}
diff --git a/UI/app/src/main/res/drawable-v24/.idea/codeStyles/Project.xml b/UI/app/src/main/res/drawable-v24/.idea/codeStyles/Project.xml
new file mode 100644
index 000000000..681f41ae2
--- /dev/null
+++ b/UI/app/src/main/res/drawable-v24/.idea/codeStyles/Project.xml
@@ -0,0 +1,116 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ xmlns:android
+
+ ^$
+
+
+
+
+
+
+
+
+ xmlns:.*
+
+ ^$
+
+
+ BY_NAME
+
+
+
+
+
+
+ .*:id
+
+ http://schemas.android.com/apk/res/android
+
+
+
+
+
+
+
+
+ .*:name
+
+ http://schemas.android.com/apk/res/android
+
+
+
+
+
+
+
+
+ name
+
+ ^$
+
+
+
+
+
+
+
+
+ style
+
+ ^$
+
+
+
+
+
+
+
+
+ .*
+
+ ^$
+
+
+ BY_NAME
+
+
+
+
+
+
+ .*
+
+ http://schemas.android.com/apk/res/android
+
+
+ ANDROID_ATTRIBUTE_ORDER
+
+
+
+
+
+
+ .*
+
+ .*
+
+
+ BY_NAME
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/UI/app/src/main/res/drawable-v24/.idea/modules.xml b/UI/app/src/main/res/drawable-v24/.idea/modules.xml
new file mode 100644
index 000000000..0a8c8a3b5
--- /dev/null
+++ b/UI/app/src/main/res/drawable-v24/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/UI/app/src/main/res/drawable-v24/.idea/workspace.xml b/UI/app/src/main/res/drawable-v24/.idea/workspace.xml
new file mode 100644
index 000000000..e10acf87b
--- /dev/null
+++ b/UI/app/src/main/res/drawable-v24/.idea/workspace.xml
@@ -0,0 +1,75 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1603929238906
+
+
+ 1603929238906
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/UI/app/src/main/res/drawable-v24/car2.png b/UI/app/src/main/res/drawable-v24/car2.png
new file mode 100644
index 000000000..77e6f5ee3
Binary files /dev/null and b/UI/app/src/main/res/drawable-v24/car2.png differ
diff --git a/UI/app/src/main/res/drawable-v24/ic_launcher_foreground.xml b/UI/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
index 971add5ec..1f6bb2906 100644
--- a/UI/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
+++ b/UI/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
@@ -1,34 +1,34 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/UI/app/src/main/res/drawable-v24/image1.png b/UI/app/src/main/res/drawable-v24/image1.png
new file mode 100644
index 000000000..962724b87
Binary files /dev/null and b/UI/app/src/main/res/drawable-v24/image1.png differ
diff --git a/UI/app/src/main/res/drawable-v24/image2.png b/UI/app/src/main/res/drawable-v24/image2.png
new file mode 100644
index 000000000..f627c7da3
Binary files /dev/null and b/UI/app/src/main/res/drawable-v24/image2.png differ
diff --git a/UI/app/src/main/res/drawable-v24/image3.png b/UI/app/src/main/res/drawable-v24/image3.png
new file mode 100644
index 000000000..85c3ac567
Binary files /dev/null and b/UI/app/src/main/res/drawable-v24/image3.png differ
diff --git a/UI/app/src/main/res/drawable-v24/image4.png b/UI/app/src/main/res/drawable-v24/image4.png
new file mode 100644
index 000000000..ad2af499a
Binary files /dev/null and b/UI/app/src/main/res/drawable-v24/image4.png differ
diff --git a/UI/app/src/main/res/drawable-v24/image5.png b/UI/app/src/main/res/drawable-v24/image5.png
new file mode 100644
index 000000000..2651db62c
Binary files /dev/null and b/UI/app/src/main/res/drawable-v24/image5.png differ
diff --git a/UI/app/src/main/res/drawable-v24/image6.png b/UI/app/src/main/res/drawable-v24/image6.png
new file mode 100644
index 000000000..21c882154
Binary files /dev/null and b/UI/app/src/main/res/drawable-v24/image6.png differ
diff --git a/UI/app/src/main/res/drawable-v24/mybutton.xml b/UI/app/src/main/res/drawable-v24/mybutton.xml
index 8440d0e13..51d3d7ec1 100644
--- a/UI/app/src/main/res/drawable-v24/mybutton.xml
+++ b/UI/app/src/main/res/drawable-v24/mybutton.xml
@@ -1,10 +1,10 @@
-
-
- -
-
-
-
-
-
-
+
+
+ -
+
+
+
+
+
+
\ No newline at end of file
diff --git a/UI/app/src/main/res/drawable/background.xml b/UI/app/src/main/res/drawable/background.xml
index 64b5ecf14..0921f1a40 100644
--- a/UI/app/src/main/res/drawable/background.xml
+++ b/UI/app/src/main/res/drawable/background.xml
@@ -1,8 +1,8 @@
-
-
-
+
+
+
\ No newline at end of file
diff --git a/UI/app/src/main/res/drawable/ic_alarm_off.xml b/UI/app/src/main/res/drawable/ic_alarm_off.xml
new file mode 100644
index 000000000..a266d9731
--- /dev/null
+++ b/UI/app/src/main/res/drawable/ic_alarm_off.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/UI/app/src/main/res/drawable/ic_alarm_on.xml b/UI/app/src/main/res/drawable/ic_alarm_on.xml
new file mode 100644
index 000000000..bb04ec426
--- /dev/null
+++ b/UI/app/src/main/res/drawable/ic_alarm_on.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/UI/app/src/main/res/drawable/ic_apps.xml b/UI/app/src/main/res/drawable/ic_apps.xml
new file mode 100644
index 000000000..373f7752b
--- /dev/null
+++ b/UI/app/src/main/res/drawable/ic_apps.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/UI/app/src/main/res/drawable/ic_email.xml b/UI/app/src/main/res/drawable/ic_email.xml
new file mode 100644
index 000000000..79199e39f
--- /dev/null
+++ b/UI/app/src/main/res/drawable/ic_email.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/UI/app/src/main/res/drawable/ic_launcher_background.xml b/UI/app/src/main/res/drawable/ic_launcher_background.xml
index eed7a4258..0d025f9bf 100644
--- a/UI/app/src/main/res/drawable/ic_launcher_background.xml
+++ b/UI/app/src/main/res/drawable/ic_launcher_background.xml
@@ -1,170 +1,170 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/UI/app/src/main/res/drawable/ic_lock.xml b/UI/app/src/main/res/drawable/ic_lock.xml
new file mode 100644
index 000000000..146c066b5
--- /dev/null
+++ b/UI/app/src/main/res/drawable/ic_lock.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/UI/app/src/main/res/drawable/ic_lock_close.xml b/UI/app/src/main/res/drawable/ic_lock_close.xml
new file mode 100644
index 000000000..3d9f5431d
--- /dev/null
+++ b/UI/app/src/main/res/drawable/ic_lock_close.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/UI/app/src/main/res/drawable/ic_lock_open.xml b/UI/app/src/main/res/drawable/ic_lock_open.xml
new file mode 100644
index 000000000..df3c1b1e7
--- /dev/null
+++ b/UI/app/src/main/res/drawable/ic_lock_open.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/UI/app/src/main/res/drawable/ic_person.xml b/UI/app/src/main/res/drawable/ic_person.xml
new file mode 100644
index 000000000..9b1420c99
--- /dev/null
+++ b/UI/app/src/main/res/drawable/ic_person.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/UI/app/src/main/res/drawable/ic_phone.xml b/UI/app/src/main/res/drawable/ic_phone.xml
new file mode 100644
index 000000000..7e6f97c26
--- /dev/null
+++ b/UI/app/src/main/res/drawable/ic_phone.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/UI/app/src/main/res/drawable/ic_power_off.xml b/UI/app/src/main/res/drawable/ic_power_off.xml
new file mode 100644
index 000000000..1867b8c4a
--- /dev/null
+++ b/UI/app/src/main/res/drawable/ic_power_off.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/UI/app/src/main/res/drawable/ic_power_on.xml b/UI/app/src/main/res/drawable/ic_power_on.xml
new file mode 100644
index 000000000..791b3b453
--- /dev/null
+++ b/UI/app/src/main/res/drawable/ic_power_on.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/UI/app/src/main/res/drawable/ic_settings.xml b/UI/app/src/main/res/drawable/ic_settings.xml
new file mode 100644
index 000000000..1397d370e
--- /dev/null
+++ b/UI/app/src/main/res/drawable/ic_settings.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/UI/app/src/main/res/drawable/loginedittext.xml b/UI/app/src/main/res/drawable/loginedittext.xml
new file mode 100644
index 000000000..05e4a3b20
--- /dev/null
+++ b/UI/app/src/main/res/drawable/loginedittext.xml
@@ -0,0 +1,19 @@
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/UI/app/src/main/res/drawable/outlinebutton.xml b/UI/app/src/main/res/drawable/outlinebutton.xml
new file mode 100644
index 000000000..31f807557
--- /dev/null
+++ b/UI/app/src/main/res/drawable/outlinebutton.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/UI/app/src/main/res/layout/activity_about.xml b/UI/app/src/main/res/layout/activity_about.xml
new file mode 100644
index 000000000..67efe3b25
--- /dev/null
+++ b/UI/app/src/main/res/layout/activity_about.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/UI/app/src/main/res/layout/activity_add.xml b/UI/app/src/main/res/layout/activity_add.xml
new file mode 100644
index 000000000..a88b6dff8
--- /dev/null
+++ b/UI/app/src/main/res/layout/activity_add.xml
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/UI/app/src/main/res/layout/activity_drivers.xml b/UI/app/src/main/res/layout/activity_drivers.xml
new file mode 100644
index 000000000..a2d2e1955
--- /dev/null
+++ b/UI/app/src/main/res/layout/activity_drivers.xml
@@ -0,0 +1,64 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/UI/app/src/main/res/layout/activity_enrollment.xml b/UI/app/src/main/res/layout/activity_enrollment.xml
new file mode 100644
index 000000000..13539f8b9
--- /dev/null
+++ b/UI/app/src/main/res/layout/activity_enrollment.xml
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/UI/app/src/main/res/layout/activity_homepage.xml b/UI/app/src/main/res/layout/activity_homepage.xml
index bc9e09f84..d4c8812cf 100644
--- a/UI/app/src/main/res/layout/activity_homepage.xml
+++ b/UI/app/src/main/res/layout/activity_homepage.xml
@@ -1,84 +1,468 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/UI/app/src/main/res/layout/activity_login.xml b/UI/app/src/main/res/layout/activity_login.xml
new file mode 100644
index 000000000..f30a3a408
--- /dev/null
+++ b/UI/app/src/main/res/layout/activity_login.xml
@@ -0,0 +1,130 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/UI/app/src/main/res/layout/activity_main.xml b/UI/app/src/main/res/layout/activity_main.xml
index daad3f425..b668ee91c 100644
--- a/UI/app/src/main/res/layout/activity_main.xml
+++ b/UI/app/src/main/res/layout/activity_main.xml
@@ -1,70 +1,78 @@
-
-
-
-
-
- ]]>
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/UI/app/src/main/res/layout/activity_password.xml b/UI/app/src/main/res/layout/activity_password.xml
new file mode 100644
index 000000000..5943375df
--- /dev/null
+++ b/UI/app/src/main/res/layout/activity_password.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/UI/app/src/main/res/layout/activity_settings.xml b/UI/app/src/main/res/layout/activity_settings.xml
new file mode 100644
index 000000000..655db1e6a
--- /dev/null
+++ b/UI/app/src/main/res/layout/activity_settings.xml
@@ -0,0 +1,188 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/UI/app/src/main/res/layout/activity_signup.xml b/UI/app/src/main/res/layout/activity_signup.xml
new file mode 100644
index 000000000..2b1478b86
--- /dev/null
+++ b/UI/app/src/main/res/layout/activity_signup.xml
@@ -0,0 +1,175 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/UI/app/src/main/res/layout/activity_support.xml b/UI/app/src/main/res/layout/activity_support.xml
new file mode 100644
index 000000000..ec2c658fe
--- /dev/null
+++ b/UI/app/src/main/res/layout/activity_support.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/UI/app/src/main/res/layout/add_driver.xml b/UI/app/src/main/res/layout/add_driver.xml
new file mode 100644
index 000000000..91c23d0ea
--- /dev/null
+++ b/UI/app/src/main/res/layout/add_driver.xml
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/UI/app/src/main/res/layout/driveritem.xml b/UI/app/src/main/res/layout/driveritem.xml
new file mode 100644
index 000000000..8e0127a7e
--- /dev/null
+++ b/UI/app/src/main/res/layout/driveritem.xml
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/UI/app/src/main/res/layout/toolbar.xml b/UI/app/src/main/res/layout/toolbar.xml
new file mode 100644
index 000000000..0752c762d
--- /dev/null
+++ b/UI/app/src/main/res/layout/toolbar.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
diff --git a/UI/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/UI/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
index a26f6fbc3..eca70cfe5 100644
--- a/UI/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
+++ b/UI/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -1,5 +1,5 @@
-
-
-
-
+
+
+
+
\ No newline at end of file
diff --git a/UI/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/UI/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
index a26f6fbc3..eca70cfe5 100644
--- a/UI/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
+++ b/UI/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
@@ -1,5 +1,5 @@
-
-
-
-
+
+
+
+
\ No newline at end of file
diff --git a/UI/app/src/main/res/values/colors.xml b/UI/app/src/main/res/values/colors.xml
index 6b3f6abbb..b4165249a 100644
--- a/UI/app/src/main/res/values/colors.xml
+++ b/UI/app/src/main/res/values/colors.xml
@@ -1,6 +1,6 @@
-
-
- #008577
- #00574B
- #D81B60
-
+
+
+ #111629
+ #00574B
+ #D81B60
+
diff --git a/UI/app/src/main/res/values/strings.xml b/UI/app/src/main/res/values/strings.xml
index 42703d0ee..f19ca3f22 100644
--- a/UI/app/src/main/res/values/strings.xml
+++ b/UI/app/src/main/res/values/strings.xml
@@ -1,3 +1,3 @@
-
- Capstone
-
+
+ Capstone
+
diff --git a/UI/app/src/main/res/values/styles.xml b/UI/app/src/main/res/values/styles.xml
index 6f19b475a..0eb88fe33 100644
--- a/UI/app/src/main/res/values/styles.xml
+++ b/UI/app/src/main/res/values/styles.xml
@@ -1,11 +1,11 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/UI/app/src/test/java/com/example/capstone/ExampleUnitTest.java b/UI/app/src/test/java/com/example/capstone/ExampleUnitTest.java
index eff8e2277..75cb2d518 100644
--- a/UI/app/src/test/java/com/example/capstone/ExampleUnitTest.java
+++ b/UI/app/src/test/java/com/example/capstone/ExampleUnitTest.java
@@ -1,17 +1,17 @@
-package com.example.capstone;
-
-import org.junit.Test;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
+package com.example.capstone;
+
+import org.junit.Test;
+
+import static org.junit.Assert.*;
+
+/**
+ * Example local unit test, which will execute on the development machine (host).
+ *
+ * @see Testing documentation
+ */
+public class ExampleUnitTest {
+ @Test
+ public void addition_isCorrect() {
+ assertEquals(4, 2 + 2);
+ }
}
\ No newline at end of file
diff --git a/UI/build.gradle b/UI/build.gradle
index 4d044a63b..3a049cf53 100644
--- a/UI/build.gradle
+++ b/UI/build.gradle
@@ -1,27 +1,28 @@
-// Top-level build file where you can add configuration options common to all sub-projects/modules.
-
-buildscript {
- repositories {
- google()
- jcenter()
-
- }
- dependencies {
- classpath 'com.android.tools.build:gradle:3.5.3'
-
- // NOTE: Do not place your application dependencies here; they belong
- // in the individual module build.gradle files
- }
-}
-
-allprojects {
- repositories {
- google()
- jcenter()
-
- }
-}
-
-task clean(type: Delete) {
- delete rootProject.buildDir
-}
+// Top-level build file where you can add configuration options common to all sub-projects/modules.
+
+buildscript {
+ repositories {
+ google()
+ jcenter()
+
+ }
+ dependencies {
+ classpath 'com.android.tools.build:gradle:4.0.1'
+ classpath 'com.google.gms:google-services:4.3.4'
+
+ // NOTE: Do not place your application dependencies here; they belong
+ // in the individual module build.gradle files
+ }
+}
+
+allprojects {
+ repositories {
+ google()
+ jcenter()
+
+ }
+}
+
+task clean(type: Delete) {
+ delete rootProject.buildDir
+}
diff --git a/UI/gradle.properties b/UI/gradle.properties
index 55f37b3f5..199d16ede 100644
--- a/UI/gradle.properties
+++ b/UI/gradle.properties
@@ -1,20 +1,20 @@
-# Project-wide Gradle settings.
-# IDE (e.g. Android Studio) users:
-# Gradle settings configured through the IDE *will override*
-# any settings specified in this file.
-# For more details on how to configure your build environment visit
-# http://www.gradle.org/docs/current/userguide/build_environment.html
-# Specifies the JVM arguments used for the daemon process.
-# The setting is particularly useful for tweaking memory settings.
-org.gradle.jvmargs=-Xmx1536m
-# When configured, Gradle will run in incubating parallel mode.
-# This option should only be used with decoupled projects. More details, visit
-# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
-# org.gradle.parallel=true
-# AndroidX package structure to make it clearer which packages are bundled with the
-# Android operating system, and which are packaged with your app's APK
-# https://developer.android.com/topic/libraries/support-library/androidx-rn
-android.useAndroidX=true
-# Automatically convert third-party libraries to use AndroidX
-android.enableJetifier=true
-
+# Project-wide Gradle settings.
+# IDE (e.g. Android Studio) users:
+# Gradle settings configured through the IDE *will override*
+# any settings specified in this file.
+# For more details on how to configure your build environment visit
+# http://www.gradle.org/docs/current/userguide/build_environment.html
+# Specifies the JVM arguments used for the daemon process.
+# The setting is particularly useful for tweaking memory settings.
+org.gradle.jvmargs=-Xmx1536m
+# When configured, Gradle will run in incubating parallel mode.
+# This option should only be used with decoupled projects. More details, visit
+# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
+# org.gradle.parallel=true
+# AndroidX package structure to make it clearer which packages are bundled with the
+# Android operating system, and which are packaged with your app's APK
+# https://developer.android.com/topic/libraries/support-library/androidx-rn
+android.useAndroidX=true
+# Automatically convert third-party libraries to use AndroidX
+android.enableJetifier=true
+
diff --git a/UI/gradle/wrapper/gradle-wrapper.properties b/UI/gradle/wrapper/gradle-wrapper.properties
index 05868ca54..cfccae338 100644
--- a/UI/gradle/wrapper/gradle-wrapper.properties
+++ b/UI/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Thu Oct 15 10:30:57 EDT 2020
+#Thu Nov 19 13:35:58 EST 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
diff --git a/UI/gradlew.bat b/UI/gradlew.bat
index e95643d6a..f9553162f 100644
--- a/UI/gradlew.bat
+++ b/UI/gradlew.bat
@@ -1,84 +1,84 @@
-@if "%DEBUG%" == "" @echo off
-@rem ##########################################################################
-@rem
-@rem Gradle startup script for Windows
-@rem
-@rem ##########################################################################
-
-@rem Set local scope for the variables with windows NT shell
-if "%OS%"=="Windows_NT" setlocal
-
-set DIRNAME=%~dp0
-if "%DIRNAME%" == "" set DIRNAME=.
-set APP_BASE_NAME=%~n0
-set APP_HOME=%DIRNAME%
-
-@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
-set DEFAULT_JVM_OPTS=
-
-@rem Find java.exe
-if defined JAVA_HOME goto findJavaFromJavaHome
-
-set JAVA_EXE=java.exe
-%JAVA_EXE% -version >NUL 2>&1
-if "%ERRORLEVEL%" == "0" goto init
-
-echo.
-echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
-echo.
-echo Please set the JAVA_HOME variable in your environment to match the
-echo location of your Java installation.
-
-goto fail
-
-:findJavaFromJavaHome
-set JAVA_HOME=%JAVA_HOME:"=%
-set JAVA_EXE=%JAVA_HOME%/bin/java.exe
-
-if exist "%JAVA_EXE%" goto init
-
-echo.
-echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
-echo.
-echo Please set the JAVA_HOME variable in your environment to match the
-echo location of your Java installation.
-
-goto fail
-
-:init
-@rem Get command-line arguments, handling Windows variants
-
-if not "%OS%" == "Windows_NT" goto win9xME_args
-
-:win9xME_args
-@rem Slurp the command line arguments.
-set CMD_LINE_ARGS=
-set _SKIP=2
-
-:win9xME_args_slurp
-if "x%~1" == "x" goto execute
-
-set CMD_LINE_ARGS=%*
-
-:execute
-@rem Setup the command line
-
-set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
-
-@rem Execute Gradle
-"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
-
-:end
-@rem End local scope for the variables with windows NT shell
-if "%ERRORLEVEL%"=="0" goto mainEnd
-
-:fail
-rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
-rem the _cmd.exe /c_ return code!
-if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
-exit /b 1
-
-:mainEnd
-if "%OS%"=="Windows_NT" endlocal
-
-:omega
+@if "%DEBUG%" == "" @echo off
+@rem ##########################################################################
+@rem
+@rem Gradle startup script for Windows
+@rem
+@rem ##########################################################################
+
+@rem Set local scope for the variables with windows NT shell
+if "%OS%"=="Windows_NT" setlocal
+
+set DIRNAME=%~dp0
+if "%DIRNAME%" == "" set DIRNAME=.
+set APP_BASE_NAME=%~n0
+set APP_HOME=%DIRNAME%
+
+@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
+set DEFAULT_JVM_OPTS=
+
+@rem Find java.exe
+if defined JAVA_HOME goto findJavaFromJavaHome
+
+set JAVA_EXE=java.exe
+%JAVA_EXE% -version >NUL 2>&1
+if "%ERRORLEVEL%" == "0" goto init
+
+echo.
+echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
+echo.
+echo Please set the JAVA_HOME variable in your environment to match the
+echo location of your Java installation.
+
+goto fail
+
+:findJavaFromJavaHome
+set JAVA_HOME=%JAVA_HOME:"=%
+set JAVA_EXE=%JAVA_HOME%/bin/java.exe
+
+if exist "%JAVA_EXE%" goto init
+
+echo.
+echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
+echo.
+echo Please set the JAVA_HOME variable in your environment to match the
+echo location of your Java installation.
+
+goto fail
+
+:init
+@rem Get command-line arguments, handling Windows variants
+
+if not "%OS%" == "Windows_NT" goto win9xME_args
+
+:win9xME_args
+@rem Slurp the command line arguments.
+set CMD_LINE_ARGS=
+set _SKIP=2
+
+:win9xME_args_slurp
+if "x%~1" == "x" goto execute
+
+set CMD_LINE_ARGS=%*
+
+:execute
+@rem Setup the command line
+
+set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
+
+@rem Execute Gradle
+"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
+
+:end
+@rem End local scope for the variables with windows NT shell
+if "%ERRORLEVEL%"=="0" goto mainEnd
+
+:fail
+rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
+rem the _cmd.exe /c_ return code!
+if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
+exit /b 1
+
+:mainEnd
+if "%OS%"=="Windows_NT" endlocal
+
+:omega
diff --git a/UI/local.properties b/UI/local.properties
index c3468d7e3..43a1cd5a5 100644
--- a/UI/local.properties
+++ b/UI/local.properties
@@ -4,5 +4,5 @@
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
-#Thu Nov 05 10:14:52 EST 2020
+#Thu Nov 19 13:33:21 EST 2020
sdk.dir=C\:\\Users\\batuh\\AppData\\Local\\Android\\Sdk
diff --git a/UI/settings.gradle b/UI/settings.gradle
index 65f9b82c2..4d01b2cf9 100644
--- a/UI/settings.gradle
+++ b/UI/settings.gradle
@@ -1,2 +1,2 @@
-include ':app'
-rootProject.name='Capstone'
+include ':app'
+rootProject.name='Capstone'
diff --git a/Upload_Face.py b/Upload_Face.py
index 91cfbea1a..6ab826dae 100644
--- a/Upload_Face.py
+++ b/Upload_Face.py
@@ -13,13 +13,13 @@ def upload_your_face(firstname, lastname, email, phone, address):
count += 1
DBHelper.upload_data("User_" + str(count), firstname, lastname, email, phone, address)
Facial_Recognition_Registration.register_your_face("User_" + str(count))
- for x in range(20):
- DBHelper.upload_user_photo("User_" + str(count) + "/" + str(x) + ".jpg")
+ for i in range(20):
+ DBHelper.upload_user_photo("User_" + str(count) + "/" + str(i) + ".jpg")
except:
DBHelper.upload_data("User_1", firstname, lastname, email, phone, address)
Facial_Recognition_Registration.register_your_face("User_1")
- for x in range(20):
- DBHelper.upload_user_photo("User_1/" + str(x) + ".jpg")
+ for i in range(20):
+ DBHelper.upload_user_photo("User_1/" + str(i) + ".jpg")
if __name__ == "__main__":
diff --git a/__pycache__/DBHelper.cpython-36.pyc b/__pycache__/DBHelper.cpython-36.pyc
index a004daf99..320afa654 100644
Binary files a/__pycache__/DBHelper.cpython-36.pyc and b/__pycache__/DBHelper.cpython-36.pyc differ
diff --git a/__pycache__/Facial_Recognition_Wrapper.cpython-36.pyc b/__pycache__/Facial_Recognition_Wrapper.cpython-36.pyc
index 872bd3dba..11fa818b9 100644
Binary files a/__pycache__/Facial_Recognition_Wrapper.cpython-36.pyc and b/__pycache__/Facial_Recognition_Wrapper.cpython-36.pyc differ